@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: '-',
|
|
@@ -10437,10 +10394,9 @@ exports.reportsProperties = [
|
|
|
10437
10394
|
displayName: 'Proofread',
|
|
10438
10395
|
name: 'proofread',
|
|
10439
10396
|
type: 'number',
|
|
10440
|
-
default:
|
|
10441
|
-
description:
|
|
10442
|
-
placeholder: '0.12'
|
|
10443
|
-
required: true
|
|
10397
|
+
default: 0,
|
|
10398
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10399
|
+
placeholder: '0.12'
|
|
10444
10400
|
}
|
|
10445
10401
|
]
|
|
10446
10402
|
}
|
|
@@ -10497,10 +10453,9 @@ exports.reportsProperties = [
|
|
|
10497
10453
|
displayName: 'Proofread',
|
|
10498
10454
|
name: 'proofread',
|
|
10499
10455
|
type: 'number',
|
|
10500
|
-
default:
|
|
10501
|
-
description:
|
|
10502
|
-
placeholder: '0.12'
|
|
10503
|
-
required: true
|
|
10456
|
+
default: 0,
|
|
10457
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10458
|
+
placeholder: '0.12'
|
|
10504
10459
|
}
|
|
10505
10460
|
]
|
|
10506
10461
|
}
|
|
@@ -10676,18 +10631,11 @@ exports.reportsProperties = [
|
|
|
10676
10631
|
required: true
|
|
10677
10632
|
},
|
|
10678
10633
|
{
|
|
10679
|
-
displayName: '
|
|
10680
|
-
name: '
|
|
10634
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
10635
|
+
name: 'useCategoryBasedProofreadRates',
|
|
10681
10636
|
type: 'boolean',
|
|
10682
10637
|
default: false,
|
|
10683
|
-
description: '
|
|
10684
|
-
},
|
|
10685
|
-
{
|
|
10686
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
10687
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
10688
|
-
type: 'boolean',
|
|
10689
|
-
default: false,
|
|
10690
|
-
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.'
|
|
10638
|
+
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.'
|
|
10691
10639
|
},
|
|
10692
10640
|
{
|
|
10693
10641
|
displayName: 'Group By',
|
|
@@ -10984,10 +10932,9 @@ exports.reportsProperties = [
|
|
|
10984
10932
|
displayName: 'Proofread',
|
|
10985
10933
|
name: 'proofread',
|
|
10986
10934
|
type: 'number',
|
|
10987
|
-
default:
|
|
10988
|
-
description:
|
|
10989
|
-
placeholder: '0.12'
|
|
10990
|
-
required: true
|
|
10935
|
+
default: 0,
|
|
10936
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10937
|
+
placeholder: '0.12'
|
|
10991
10938
|
}
|
|
10992
10939
|
]
|
|
10993
10940
|
}
|
|
@@ -11044,10 +10991,9 @@ exports.reportsProperties = [
|
|
|
11044
10991
|
displayName: 'Proofread',
|
|
11045
10992
|
name: 'proofread',
|
|
11046
10993
|
type: 'number',
|
|
11047
|
-
default:
|
|
11048
|
-
description:
|
|
11049
|
-
placeholder: '0.12'
|
|
11050
|
-
required: true
|
|
10994
|
+
default: 0,
|
|
10995
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
10996
|
+
placeholder: '0.12'
|
|
11051
10997
|
}
|
|
11052
10998
|
]
|
|
11053
10999
|
}
|
|
@@ -11236,18 +11182,11 @@ exports.reportsProperties = [
|
|
|
11236
11182
|
description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
|
|
11237
11183
|
},
|
|
11238
11184
|
{
|
|
11239
|
-
displayName: '
|
|
11240
|
-
name: '
|
|
11241
|
-
type: 'boolean',
|
|
11242
|
-
default: false,
|
|
11243
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
11244
|
-
},
|
|
11245
|
-
{
|
|
11246
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
11247
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
11185
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
11186
|
+
name: 'useCategoryBasedProofreadRates',
|
|
11248
11187
|
type: 'boolean',
|
|
11249
11188
|
default: false,
|
|
11250
|
-
description: '
|
|
11189
|
+
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.'
|
|
11251
11190
|
},
|
|
11252
11191
|
{
|
|
11253
11192
|
displayName: 'Skip Archiving',
|
|
@@ -11978,7 +11917,7 @@ exports.reportsProperties = [
|
|
|
11978
11917
|
name: 'typeTasks',
|
|
11979
11918
|
type: 'options',
|
|
11980
11919
|
default: '',
|
|
11981
|
-
description: 'Task type:\n *
|
|
11920
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
11982
11921
|
options: [
|
|
11983
11922
|
{
|
|
11984
11923
|
name: '-',
|
|
@@ -12122,7 +12061,7 @@ exports.reportsProperties = [
|
|
|
12122
12061
|
name: 'typeTasks',
|
|
12123
12062
|
type: 'options',
|
|
12124
12063
|
default: '',
|
|
12125
|
-
description: 'Task type:\n *
|
|
12064
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12126
12065
|
options: [
|
|
12127
12066
|
{
|
|
12128
12067
|
name: '-',
|
|
@@ -12258,7 +12197,7 @@ exports.reportsProperties = [
|
|
|
12258
12197
|
name: 'typeTasks',
|
|
12259
12198
|
type: 'options',
|
|
12260
12199
|
default: '',
|
|
12261
|
-
description: 'Task type:\n *
|
|
12200
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12262
12201
|
options: [
|
|
12263
12202
|
{
|
|
12264
12203
|
name: '-',
|
|
@@ -12402,7 +12341,7 @@ exports.reportsProperties = [
|
|
|
12402
12341
|
name: 'typeTasks',
|
|
12403
12342
|
type: 'options',
|
|
12404
12343
|
default: '',
|
|
12405
|
-
description: 'Task type:\n *
|
|
12344
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12406
12345
|
options: [
|
|
12407
12346
|
{
|
|
12408
12347
|
name: '-',
|
|
@@ -12562,7 +12501,7 @@ exports.reportsProperties = [
|
|
|
12562
12501
|
name: 'typeTasks',
|
|
12563
12502
|
type: 'options',
|
|
12564
12503
|
default: '',
|
|
12565
|
-
description: 'Task type:\n *
|
|
12504
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
12566
12505
|
options: [
|
|
12567
12506
|
{
|
|
12568
12507
|
name: '-',
|
|
@@ -13507,7 +13446,7 @@ exports.reportsProperties = [
|
|
|
13507
13446
|
name: 'typeTasks',
|
|
13508
13447
|
type: 'options',
|
|
13509
13448
|
default: '',
|
|
13510
|
-
description: 'Task type:\n *
|
|
13449
|
+
description: 'Task type:\n * 0 - translate\n * 1 - proofread\n * 2 - translate by vendor\n * 3 - proofread by vendor',
|
|
13511
13450
|
options: [
|
|
13512
13451
|
{
|
|
13513
13452
|
name: '-',
|
|
@@ -14015,7 +13954,7 @@ exports.reportsProperties = [
|
|
|
14015
13954
|
name: 'netRateSchemes',
|
|
14016
13955
|
type: 'fixedCollection',
|
|
14017
13956
|
default: {},
|
|
14018
|
-
description: 'Net Rate Schemes (Percentage paid of full translation rate)\n
|
|
13957
|
+
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',
|
|
14019
13958
|
placeholder: 'Add Field',
|
|
14020
13959
|
options: [
|
|
14021
13960
|
{
|
|
@@ -14193,18 +14132,11 @@ exports.reportsProperties = [
|
|
|
14193
14132
|
description: undefined
|
|
14194
14133
|
},
|
|
14195
14134
|
{
|
|
14196
|
-
displayName: '
|
|
14197
|
-
name: '
|
|
14198
|
-
type: 'boolean',
|
|
14199
|
-
default: false,
|
|
14200
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
14201
|
-
},
|
|
14202
|
-
{
|
|
14203
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
14204
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
14135
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
14136
|
+
name: 'useCategoryBasedProofreadRates',
|
|
14205
14137
|
type: 'boolean',
|
|
14206
14138
|
default: false,
|
|
14207
|
-
description: '
|
|
14139
|
+
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.'
|
|
14208
14140
|
}
|
|
14209
14141
|
]
|
|
14210
14142
|
}
|