@crowdin/n8n-nodes-crowdin 0.9.0 → 0.10.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/reports.js +24 -56
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js +2 -2
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +24 -56
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js +2 -2
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +61 -129
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js +2 -2
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +61 -129
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js +2 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1 -1
- 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
|
@@ -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',
|
|
@@ -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: '
|
|
6587
|
-
type: 'boolean',
|
|
6588
|
-
default: false,
|
|
6589
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
6590
|
-
},
|
|
6591
|
-
{
|
|
6592
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
6593
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
6549
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
6550
|
+
name: 'useCategoryBasedProofreadRates',
|
|
6594
6551
|
type: 'boolean',
|
|
6595
6552
|
default: false,
|
|
6596
|
-
description: '
|
|
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',
|
|
@@ -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',
|
|
@@ -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
|
}
|