@crowdin/n8n-nodes-crowdin 0.9.1 → 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.
@@ -2872,10 +2872,9 @@ exports.reportsProperties = [
2872
2872
  displayName: 'Proofread',
2873
2873
  name: 'proofread',
2874
2874
  type: 'number',
2875
- default: undefined,
2876
- description: undefined,
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: undefined,
2936
- description: undefined,
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: 'Exclude Approvals For Edited Translations',
3115
- name: 'excludeApprovalsForEditedTranslations',
3112
+ displayName: 'Use Category Based Proofread Rates',
3113
+ name: 'useCategoryBasedProofreadRates',
3116
3114
  type: 'boolean',
3117
3115
  default: false,
3118
- description: 'Exclude approvals when the same user has made translations for the string.'
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: undefined,
3462
- description: undefined,
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: undefined,
3522
- description: undefined,
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: 'Exclude Approvals For Edited Translations',
3714
- name: 'excludeApprovalsForEditedTranslations',
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: '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.'
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: 'Exclude Approvals For Edited Translations',
5937
- name: 'excludeApprovalsForEditedTranslations',
5918
+ displayName: 'Use Category Based Proofread Rates',
5919
+ name: 'useCategoryBasedProofreadRates',
5938
5920
  type: 'boolean',
5939
5921
  default: false,
5940
- description: 'Exclude approvals when the same user has made translations for the string.'
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: 'Exclude Approvals For Edited Translations',
6873
- name: 'excludeApprovalsForEditedTranslations',
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: '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.'
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
  }