@crowdin/n8n-nodes-crowdin 0.9.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js +35 -41
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js +26 -58
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js +79 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js +272 -1819
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1719 -49
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js +35 -41
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +26 -58
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js +273 -1820
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1677 -32
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js +19 -25
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +80 -148
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js +79 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js +64 -11
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1745 -49
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js +0 -6
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +80 -148
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js +64 -11
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1703 -32
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js.map +0 -1
|
@@ -1589,10 +1589,9 @@ exports.reportsProperties = [
|
|
|
1589
1589
|
displayName: 'Proofread',
|
|
1590
1590
|
name: 'proofread',
|
|
1591
1591
|
type: 'number',
|
|
1592
|
-
default:
|
|
1593
|
-
description:
|
|
1594
|
-
placeholder: '0.12'
|
|
1595
|
-
required: true
|
|
1592
|
+
default: 0,
|
|
1593
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
1594
|
+
placeholder: '0.12'
|
|
1596
1595
|
}
|
|
1597
1596
|
]
|
|
1598
1597
|
}
|
|
@@ -1649,10 +1648,9 @@ exports.reportsProperties = [
|
|
|
1649
1648
|
displayName: 'Proofread',
|
|
1650
1649
|
name: 'proofread',
|
|
1651
1650
|
type: 'number',
|
|
1652
|
-
default:
|
|
1653
|
-
description:
|
|
1654
|
-
placeholder: '0.12'
|
|
1655
|
-
required: true
|
|
1651
|
+
default: 0,
|
|
1652
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
1653
|
+
placeholder: '0.12'
|
|
1656
1654
|
}
|
|
1657
1655
|
]
|
|
1658
1656
|
}
|
|
@@ -1828,18 +1826,11 @@ exports.reportsProperties = [
|
|
|
1828
1826
|
required: true
|
|
1829
1827
|
},
|
|
1830
1828
|
{
|
|
1831
|
-
displayName: '
|
|
1832
|
-
name: '
|
|
1829
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
1830
|
+
name: 'useCategoryBasedProofreadRates',
|
|
1833
1831
|
type: 'boolean',
|
|
1834
1832
|
default: false,
|
|
1835
|
-
description: '
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
1839
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
1840
|
-
type: 'boolean',
|
|
1841
|
-
default: false,
|
|
1842
|
-
description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
|
|
1833
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
1843
1834
|
},
|
|
1844
1835
|
{
|
|
1845
1836
|
displayName: 'Group By',
|
|
@@ -2095,10 +2086,9 @@ exports.reportsProperties = [
|
|
|
2095
2086
|
displayName: 'Proofread',
|
|
2096
2087
|
name: 'proofread',
|
|
2097
2088
|
type: 'number',
|
|
2098
|
-
default:
|
|
2099
|
-
description:
|
|
2100
|
-
placeholder: '0.12'
|
|
2101
|
-
required: true
|
|
2089
|
+
default: 0,
|
|
2090
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
2091
|
+
placeholder: '0.12'
|
|
2102
2092
|
}
|
|
2103
2093
|
]
|
|
2104
2094
|
}
|
|
@@ -2155,10 +2145,9 @@ exports.reportsProperties = [
|
|
|
2155
2145
|
displayName: 'Proofread',
|
|
2156
2146
|
name: 'proofread',
|
|
2157
2147
|
type: 'number',
|
|
2158
|
-
default:
|
|
2159
|
-
description:
|
|
2160
|
-
placeholder: '0.12'
|
|
2161
|
-
required: true
|
|
2148
|
+
default: 0,
|
|
2149
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
2150
|
+
placeholder: '0.12'
|
|
2162
2151
|
}
|
|
2163
2152
|
]
|
|
2164
2153
|
}
|
|
@@ -2347,18 +2336,11 @@ exports.reportsProperties = [
|
|
|
2347
2336
|
description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
|
|
2348
2337
|
},
|
|
2349
2338
|
{
|
|
2350
|
-
displayName: '
|
|
2351
|
-
name: '
|
|
2339
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
2340
|
+
name: 'useCategoryBasedProofreadRates',
|
|
2352
2341
|
type: 'boolean',
|
|
2353
2342
|
default: false,
|
|
2354
|
-
description: '
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
2358
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
2359
|
-
type: 'boolean',
|
|
2360
|
-
default: false,
|
|
2361
|
-
description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
|
|
2343
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
2362
2344
|
},
|
|
2363
2345
|
{
|
|
2364
2346
|
displayName: 'Skip Archiving',
|
|
@@ -2649,7 +2631,7 @@ exports.reportsProperties = [
|
|
|
2649
2631
|
name: 'typeTasks',
|
|
2650
2632
|
type: 'options',
|
|
2651
2633
|
default: '',
|
|
2652
|
-
description: 'Task type:\n *
|
|
2634
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
2653
2635
|
options: [
|
|
2654
2636
|
{
|
|
2655
2637
|
name: '-',
|
|
@@ -2807,7 +2789,7 @@ exports.reportsProperties = [
|
|
|
2807
2789
|
name: 'typeTasks',
|
|
2808
2790
|
type: 'options',
|
|
2809
2791
|
default: '',
|
|
2810
|
-
description: 'Task type:\n *
|
|
2792
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
2811
2793
|
options: [
|
|
2812
2794
|
{
|
|
2813
2795
|
name: '-',
|
|
@@ -2957,7 +2939,7 @@ exports.reportsProperties = [
|
|
|
2957
2939
|
name: 'typeTasks',
|
|
2958
2940
|
type: 'options',
|
|
2959
2941
|
default: '',
|
|
2960
|
-
description: 'Task type:\n *
|
|
2942
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
2961
2943
|
options: [
|
|
2962
2944
|
{
|
|
2963
2945
|
name: '-',
|
|
@@ -3115,7 +3097,7 @@ exports.reportsProperties = [
|
|
|
3115
3097
|
name: 'typeTasks',
|
|
3116
3098
|
type: 'options',
|
|
3117
3099
|
default: '',
|
|
3118
|
-
description: 'Task type:\n *
|
|
3100
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
3119
3101
|
options: [
|
|
3120
3102
|
{
|
|
3121
3103
|
name: '-',
|
|
@@ -3289,7 +3271,7 @@ exports.reportsProperties = [
|
|
|
3289
3271
|
name: 'typeTasks',
|
|
3290
3272
|
type: 'options',
|
|
3291
3273
|
default: '',
|
|
3292
|
-
description: 'Task type:\n *
|
|
3274
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
3293
3275
|
options: [
|
|
3294
3276
|
{
|
|
3295
3277
|
name: '-',
|
|
@@ -3897,7 +3879,7 @@ exports.reportsProperties = [
|
|
|
3897
3879
|
name: 'typeTasks',
|
|
3898
3880
|
type: 'options',
|
|
3899
3881
|
default: '',
|
|
3900
|
-
description: 'Task type:\n *
|
|
3882
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
3901
3883
|
options: [
|
|
3902
3884
|
{
|
|
3903
3885
|
name: '-',
|
|
@@ -5216,18 +5198,11 @@ exports.reportsProperties = [
|
|
|
5216
5198
|
description: undefined
|
|
5217
5199
|
},
|
|
5218
5200
|
{
|
|
5219
|
-
displayName: '
|
|
5220
|
-
name: '
|
|
5221
|
-
type: 'boolean',
|
|
5222
|
-
default: false,
|
|
5223
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
5227
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
5201
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
5202
|
+
name: 'useCategoryBasedProofreadRates',
|
|
5228
5203
|
type: 'boolean',
|
|
5229
|
-
default:
|
|
5230
|
-
description: '
|
|
5204
|
+
default: true,
|
|
5205
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
5231
5206
|
}
|
|
5232
5207
|
]
|
|
5233
5208
|
}
|
|
@@ -5824,10 +5799,9 @@ exports.reportsProperties = [
|
|
|
5824
5799
|
displayName: 'Proofread',
|
|
5825
5800
|
name: 'proofread',
|
|
5826
5801
|
type: 'number',
|
|
5827
|
-
default:
|
|
5828
|
-
description:
|
|
5829
|
-
placeholder: '0.12'
|
|
5830
|
-
required: true
|
|
5802
|
+
default: 0,
|
|
5803
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
5804
|
+
placeholder: '0.12'
|
|
5831
5805
|
}
|
|
5832
5806
|
]
|
|
5833
5807
|
}
|
|
@@ -5884,10 +5858,9 @@ exports.reportsProperties = [
|
|
|
5884
5858
|
displayName: 'Proofread',
|
|
5885
5859
|
name: 'proofread',
|
|
5886
5860
|
type: 'number',
|
|
5887
|
-
default:
|
|
5888
|
-
description:
|
|
5889
|
-
placeholder: '0.12'
|
|
5890
|
-
required: true
|
|
5861
|
+
default: 0,
|
|
5862
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
5863
|
+
placeholder: '0.12'
|
|
5891
5864
|
}
|
|
5892
5865
|
]
|
|
5893
5866
|
}
|
|
@@ -6063,18 +6036,11 @@ exports.reportsProperties = [
|
|
|
6063
6036
|
required: true
|
|
6064
6037
|
},
|
|
6065
6038
|
{
|
|
6066
|
-
displayName: '
|
|
6067
|
-
name: '
|
|
6068
|
-
type: 'boolean',
|
|
6069
|
-
default: false,
|
|
6070
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
6071
|
-
},
|
|
6072
|
-
{
|
|
6073
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
6074
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
6039
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
6040
|
+
name: 'useCategoryBasedProofreadRates',
|
|
6075
6041
|
type: 'boolean',
|
|
6076
6042
|
default: false,
|
|
6077
|
-
description: '
|
|
6043
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
6078
6044
|
},
|
|
6079
6045
|
{
|
|
6080
6046
|
displayName: 'Group By',
|
|
@@ -6330,10 +6296,9 @@ exports.reportsProperties = [
|
|
|
6330
6296
|
displayName: 'Proofread',
|
|
6331
6297
|
name: 'proofread',
|
|
6332
6298
|
type: 'number',
|
|
6333
|
-
default:
|
|
6334
|
-
description:
|
|
6335
|
-
placeholder: '0.12'
|
|
6336
|
-
required: true
|
|
6299
|
+
default: 0,
|
|
6300
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
6301
|
+
placeholder: '0.12'
|
|
6337
6302
|
}
|
|
6338
6303
|
]
|
|
6339
6304
|
}
|
|
@@ -6390,10 +6355,9 @@ exports.reportsProperties = [
|
|
|
6390
6355
|
displayName: 'Proofread',
|
|
6391
6356
|
name: 'proofread',
|
|
6392
6357
|
type: 'number',
|
|
6393
|
-
default:
|
|
6394
|
-
description:
|
|
6395
|
-
placeholder: '0.12'
|
|
6396
|
-
required: true
|
|
6358
|
+
default: 0,
|
|
6359
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
6360
|
+
placeholder: '0.12'
|
|
6397
6361
|
}
|
|
6398
6362
|
]
|
|
6399
6363
|
}
|
|
@@ -6582,18 +6546,11 @@ exports.reportsProperties = [
|
|
|
6582
6546
|
description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
|
|
6583
6547
|
},
|
|
6584
6548
|
{
|
|
6585
|
-
displayName: '
|
|
6586
|
-
name: '
|
|
6549
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
6550
|
+
name: 'useCategoryBasedProofreadRates',
|
|
6587
6551
|
type: 'boolean',
|
|
6588
6552
|
default: false,
|
|
6589
|
-
description: '
|
|
6590
|
-
},
|
|
6591
|
-
{
|
|
6592
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
6593
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
6594
|
-
type: 'boolean',
|
|
6595
|
-
default: false,
|
|
6596
|
-
description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
|
|
6553
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
6597
6554
|
},
|
|
6598
6555
|
{
|
|
6599
6556
|
displayName: 'Skip Archiving',
|
|
@@ -6884,7 +6841,7 @@ exports.reportsProperties = [
|
|
|
6884
6841
|
name: 'typeTasks',
|
|
6885
6842
|
type: 'options',
|
|
6886
6843
|
default: '',
|
|
6887
|
-
description: 'Task type:\n *
|
|
6844
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
6888
6845
|
options: [
|
|
6889
6846
|
{
|
|
6890
6847
|
name: '-',
|
|
@@ -7042,7 +6999,7 @@ exports.reportsProperties = [
|
|
|
7042
6999
|
name: 'typeTasks',
|
|
7043
7000
|
type: 'options',
|
|
7044
7001
|
default: '',
|
|
7045
|
-
description: 'Task type:\n *
|
|
7002
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
7046
7003
|
options: [
|
|
7047
7004
|
{
|
|
7048
7005
|
name: '-',
|
|
@@ -7192,7 +7149,7 @@ exports.reportsProperties = [
|
|
|
7192
7149
|
name: 'typeTasks',
|
|
7193
7150
|
type: 'options',
|
|
7194
7151
|
default: '',
|
|
7195
|
-
description: 'Task type:\n *
|
|
7152
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
7196
7153
|
options: [
|
|
7197
7154
|
{
|
|
7198
7155
|
name: '-',
|
|
@@ -7350,7 +7307,7 @@ exports.reportsProperties = [
|
|
|
7350
7307
|
name: 'typeTasks',
|
|
7351
7308
|
type: 'options',
|
|
7352
7309
|
default: '',
|
|
7353
|
-
description: 'Task type:\n *
|
|
7310
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
7354
7311
|
options: [
|
|
7355
7312
|
{
|
|
7356
7313
|
name: '-',
|
|
@@ -7524,7 +7481,7 @@ exports.reportsProperties = [
|
|
|
7524
7481
|
name: 'typeTasks',
|
|
7525
7482
|
type: 'options',
|
|
7526
7483
|
default: '',
|
|
7527
|
-
description: 'Task type:\n *
|
|
7484
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
7528
7485
|
options: [
|
|
7529
7486
|
{
|
|
7530
7487
|
name: '-',
|
|
@@ -8132,7 +8089,7 @@ exports.reportsProperties = [
|
|
|
8132
8089
|
name: 'typeTasks',
|
|
8133
8090
|
type: 'options',
|
|
8134
8091
|
default: '',
|
|
8135
|
-
description: 'Task type:\n *
|
|
8092
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
8136
8093
|
options: [
|
|
8137
8094
|
{
|
|
8138
8095
|
name: '-',
|
|
@@ -10515,10 +10472,9 @@ exports.reportsProperties = [
|
|
|
10515
10472
|
displayName: 'Proofread',
|
|
10516
10473
|
name: 'proofread',
|
|
10517
10474
|
type: 'number',
|
|
10518
|
-
default:
|
|
10519
|
-
description:
|
|
10520
|
-
placeholder: '0.12'
|
|
10521
|
-
required: true
|
|
10475
|
+
default: 0,
|
|
10476
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10477
|
+
placeholder: '0.12'
|
|
10522
10478
|
}
|
|
10523
10479
|
]
|
|
10524
10480
|
}
|
|
@@ -10575,10 +10531,9 @@ exports.reportsProperties = [
|
|
|
10575
10531
|
displayName: 'Proofread',
|
|
10576
10532
|
name: 'proofread',
|
|
10577
10533
|
type: 'number',
|
|
10578
|
-
default:
|
|
10579
|
-
description:
|
|
10580
|
-
placeholder: '0.12'
|
|
10581
|
-
required: true
|
|
10534
|
+
default: 0,
|
|
10535
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10536
|
+
placeholder: '0.12'
|
|
10582
10537
|
}
|
|
10583
10538
|
]
|
|
10584
10539
|
}
|
|
@@ -10754,18 +10709,11 @@ exports.reportsProperties = [
|
|
|
10754
10709
|
required: true
|
|
10755
10710
|
},
|
|
10756
10711
|
{
|
|
10757
|
-
displayName: '
|
|
10758
|
-
name: '
|
|
10712
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
10713
|
+
name: 'useCategoryBasedProofreadRates',
|
|
10759
10714
|
type: 'boolean',
|
|
10760
10715
|
default: false,
|
|
10761
|
-
description: '
|
|
10762
|
-
},
|
|
10763
|
-
{
|
|
10764
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
10765
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
10766
|
-
type: 'boolean',
|
|
10767
|
-
default: false,
|
|
10768
|
-
description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
|
|
10716
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
10769
10717
|
},
|
|
10770
10718
|
{
|
|
10771
10719
|
displayName: 'Group By',
|
|
@@ -11088,10 +11036,9 @@ exports.reportsProperties = [
|
|
|
11088
11036
|
displayName: 'Proofread',
|
|
11089
11037
|
name: 'proofread',
|
|
11090
11038
|
type: 'number',
|
|
11091
|
-
default:
|
|
11092
|
-
description:
|
|
11093
|
-
placeholder: '0.12'
|
|
11094
|
-
required: true
|
|
11039
|
+
default: 0,
|
|
11040
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
11041
|
+
placeholder: '0.12'
|
|
11095
11042
|
}
|
|
11096
11043
|
]
|
|
11097
11044
|
}
|
|
@@ -11148,10 +11095,9 @@ exports.reportsProperties = [
|
|
|
11148
11095
|
displayName: 'Proofread',
|
|
11149
11096
|
name: 'proofread',
|
|
11150
11097
|
type: 'number',
|
|
11151
|
-
default:
|
|
11152
|
-
description:
|
|
11153
|
-
placeholder: '0.12'
|
|
11154
|
-
required: true
|
|
11098
|
+
default: 0,
|
|
11099
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
11100
|
+
placeholder: '0.12'
|
|
11155
11101
|
}
|
|
11156
11102
|
]
|
|
11157
11103
|
}
|
|
@@ -11340,18 +11286,11 @@ exports.reportsProperties = [
|
|
|
11340
11286
|
description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
|
|
11341
11287
|
},
|
|
11342
11288
|
{
|
|
11343
|
-
displayName: '
|
|
11344
|
-
name: '
|
|
11345
|
-
type: 'boolean',
|
|
11346
|
-
default: false,
|
|
11347
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
11348
|
-
},
|
|
11349
|
-
{
|
|
11350
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
11351
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
11289
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
11290
|
+
name: 'useCategoryBasedProofreadRates',
|
|
11352
11291
|
type: 'boolean',
|
|
11353
11292
|
default: false,
|
|
11354
|
-
description: '
|
|
11293
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
11355
11294
|
},
|
|
11356
11295
|
{
|
|
11357
11296
|
displayName: 'Skip Archiving',
|
|
@@ -12108,7 +12047,7 @@ exports.reportsProperties = [
|
|
|
12108
12047
|
name: 'typeTasks',
|
|
12109
12048
|
type: 'options',
|
|
12110
12049
|
default: '',
|
|
12111
|
-
description: 'Task type:\n *
|
|
12050
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12112
12051
|
options: [
|
|
12113
12052
|
{
|
|
12114
12053
|
name: '-',
|
|
@@ -12252,7 +12191,7 @@ exports.reportsProperties = [
|
|
|
12252
12191
|
name: 'typeTasks',
|
|
12253
12192
|
type: 'options',
|
|
12254
12193
|
default: '',
|
|
12255
|
-
description: 'Task type:\n *
|
|
12194
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12256
12195
|
options: [
|
|
12257
12196
|
{
|
|
12258
12197
|
name: '-',
|
|
@@ -12388,7 +12327,7 @@ exports.reportsProperties = [
|
|
|
12388
12327
|
name: 'typeTasks',
|
|
12389
12328
|
type: 'options',
|
|
12390
12329
|
default: '',
|
|
12391
|
-
description: 'Task type:\n *
|
|
12330
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12392
12331
|
options: [
|
|
12393
12332
|
{
|
|
12394
12333
|
name: '-',
|
|
@@ -12532,7 +12471,7 @@ exports.reportsProperties = [
|
|
|
12532
12471
|
name: 'typeTasks',
|
|
12533
12472
|
type: 'options',
|
|
12534
12473
|
default: '',
|
|
12535
|
-
description: 'Task type:\n *
|
|
12474
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12536
12475
|
options: [
|
|
12537
12476
|
{
|
|
12538
12477
|
name: '-',
|
|
@@ -12692,7 +12631,7 @@ exports.reportsProperties = [
|
|
|
12692
12631
|
name: 'typeTasks',
|
|
12693
12632
|
type: 'options',
|
|
12694
12633
|
default: '',
|
|
12695
|
-
description: 'Task type:\n *
|
|
12634
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12696
12635
|
options: [
|
|
12697
12636
|
{
|
|
12698
12637
|
name: '-',
|
|
@@ -13663,7 +13602,7 @@ exports.reportsProperties = [
|
|
|
13663
13602
|
name: 'typeTasks',
|
|
13664
13603
|
type: 'options',
|
|
13665
13604
|
default: '',
|
|
13666
|
-
description: 'Task type:\n *
|
|
13605
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
13667
13606
|
options: [
|
|
13668
13607
|
{
|
|
13669
13608
|
name: '-',
|
|
@@ -14171,7 +14110,7 @@ exports.reportsProperties = [
|
|
|
14171
14110
|
name: 'netRateSchemes',
|
|
14172
14111
|
type: 'fixedCollection',
|
|
14173
14112
|
default: {},
|
|
14174
|
-
description: 'Net Rate Schemes (Percentage paid of full translation rate)\n
|
|
14113
|
+
description: 'Net Rate Schemes (Percentage paid of full translation rate)\n\n__Note:__ A new translation will be included in the report at the lowest rate if multiple scheme categories can be applied to the translation',
|
|
14175
14114
|
placeholder: 'Add Field',
|
|
14176
14115
|
options: [
|
|
14177
14116
|
{
|
|
@@ -14349,18 +14288,11 @@ exports.reportsProperties = [
|
|
|
14349
14288
|
description: undefined
|
|
14350
14289
|
},
|
|
14351
14290
|
{
|
|
14352
|
-
displayName: '
|
|
14353
|
-
name: '
|
|
14354
|
-
type: 'boolean',
|
|
14355
|
-
default: false,
|
|
14356
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
14357
|
-
},
|
|
14358
|
-
{
|
|
14359
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
14360
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
14291
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
14292
|
+
name: 'useCategoryBasedProofreadRates',
|
|
14361
14293
|
type: 'boolean',
|
|
14362
14294
|
default: false,
|
|
14363
|
-
description: '
|
|
14295
|
+
description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
|
|
14364
14296
|
}
|
|
14365
14297
|
]
|
|
14366
14298
|
}
|