@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
|
@@ -2872,10 +2872,9 @@ exports.reportsProperties = [
|
|
|
2872
2872
|
displayName: 'Proofread',
|
|
2873
2873
|
name: 'proofread',
|
|
2874
2874
|
type: 'number',
|
|
2875
|
-
default:
|
|
2876
|
-
description:
|
|
2877
|
-
placeholder: '0.12'
|
|
2878
|
-
required: true
|
|
2875
|
+
default: 0,
|
|
2876
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
2877
|
+
placeholder: '0.12'
|
|
2879
2878
|
}
|
|
2880
2879
|
]
|
|
2881
2880
|
}
|
|
@@ -2932,10 +2931,9 @@ exports.reportsProperties = [
|
|
|
2932
2931
|
displayName: 'Proofread',
|
|
2933
2932
|
name: 'proofread',
|
|
2934
2933
|
type: 'number',
|
|
2935
|
-
default:
|
|
2936
|
-
description:
|
|
2937
|
-
placeholder: '0.12'
|
|
2938
|
-
required: true
|
|
2934
|
+
default: 0,
|
|
2935
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
2936
|
+
placeholder: '0.12'
|
|
2939
2937
|
}
|
|
2940
2938
|
]
|
|
2941
2939
|
}
|
|
@@ -3111,18 +3109,11 @@ exports.reportsProperties = [
|
|
|
3111
3109
|
required: true
|
|
3112
3110
|
},
|
|
3113
3111
|
{
|
|
3114
|
-
displayName: '
|
|
3115
|
-
name: '
|
|
3112
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
3113
|
+
name: 'useCategoryBasedProofreadRates',
|
|
3116
3114
|
type: 'boolean',
|
|
3117
3115
|
default: false,
|
|
3118
|
-
description: '
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
3122
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
3123
|
-
type: 'boolean',
|
|
3124
|
-
default: false,
|
|
3125
|
-
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.'
|
|
3116
|
+
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.'
|
|
3126
3117
|
},
|
|
3127
3118
|
{
|
|
3128
3119
|
displayName: 'Group By',
|
|
@@ -3458,10 +3449,9 @@ exports.reportsProperties = [
|
|
|
3458
3449
|
displayName: 'Proofread',
|
|
3459
3450
|
name: 'proofread',
|
|
3460
3451
|
type: 'number',
|
|
3461
|
-
default:
|
|
3462
|
-
description:
|
|
3463
|
-
placeholder: '0.12'
|
|
3464
|
-
required: true
|
|
3452
|
+
default: 0,
|
|
3453
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
3454
|
+
placeholder: '0.12'
|
|
3465
3455
|
}
|
|
3466
3456
|
]
|
|
3467
3457
|
}
|
|
@@ -3518,10 +3508,9 @@ exports.reportsProperties = [
|
|
|
3518
3508
|
displayName: 'Proofread',
|
|
3519
3509
|
name: 'proofread',
|
|
3520
3510
|
type: 'number',
|
|
3521
|
-
default:
|
|
3522
|
-
description:
|
|
3523
|
-
placeholder: '0.12'
|
|
3524
|
-
required: true
|
|
3511
|
+
default: 0,
|
|
3512
|
+
description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
|
|
3513
|
+
placeholder: '0.12'
|
|
3525
3514
|
}
|
|
3526
3515
|
]
|
|
3527
3516
|
}
|
|
@@ -3710,18 +3699,11 @@ exports.reportsProperties = [
|
|
|
3710
3699
|
description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
|
|
3711
3700
|
},
|
|
3712
3701
|
{
|
|
3713
|
-
displayName: '
|
|
3714
|
-
name: '
|
|
3715
|
-
type: 'boolean',
|
|
3716
|
-
default: false,
|
|
3717
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
3721
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
3702
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
3703
|
+
name: 'useCategoryBasedProofreadRates',
|
|
3722
3704
|
type: 'boolean',
|
|
3723
3705
|
default: false,
|
|
3724
|
-
description: '
|
|
3706
|
+
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.'
|
|
3725
3707
|
},
|
|
3726
3708
|
{
|
|
3727
3709
|
displayName: 'Skip Archiving',
|
|
@@ -5933,18 +5915,11 @@ exports.reportsProperties = [
|
|
|
5933
5915
|
description: undefined
|
|
5934
5916
|
},
|
|
5935
5917
|
{
|
|
5936
|
-
displayName: '
|
|
5937
|
-
name: '
|
|
5918
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
5919
|
+
name: 'useCategoryBasedProofreadRates',
|
|
5938
5920
|
type: 'boolean',
|
|
5939
5921
|
default: false,
|
|
5940
|
-
description: '
|
|
5941
|
-
},
|
|
5942
|
-
{
|
|
5943
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
5944
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
5945
|
-
type: 'boolean',
|
|
5946
|
-
default: false,
|
|
5947
|
-
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.'
|
|
5922
|
+
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.'
|
|
5948
5923
|
}
|
|
5949
5924
|
]
|
|
5950
5925
|
}
|
|
@@ -6869,18 +6844,11 @@ exports.reportsProperties = [
|
|
|
6869
6844
|
description: undefined
|
|
6870
6845
|
},
|
|
6871
6846
|
{
|
|
6872
|
-
displayName: '
|
|
6873
|
-
name: '
|
|
6874
|
-
type: 'boolean',
|
|
6875
|
-
default: false,
|
|
6876
|
-
description: 'Exclude approvals when the same user has made translations for the string.'
|
|
6877
|
-
},
|
|
6878
|
-
{
|
|
6879
|
-
displayName: 'Pre Translated Strings Categorization Adjustment',
|
|
6880
|
-
name: 'preTranslatedStringsCategorizationAdjustment',
|
|
6847
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
6848
|
+
name: 'useCategoryBasedProofreadRates',
|
|
6881
6849
|
type: 'boolean',
|
|
6882
6850
|
default: false,
|
|
6883
|
-
description: '
|
|
6851
|
+
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.'
|
|
6884
6852
|
}
|
|
6885
6853
|
]
|
|
6886
6854
|
}
|