@crowdin/n8n-nodes-crowdin 0.18.0 → 0.19.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.
@@ -2960,7 +2960,7 @@ exports.reportsProperties = [
2960
2960
  multipleValues: true
2961
2961
  },
2962
2962
  default: {},
2963
- description: undefined,
2963
+ description: 'Must include the `100` match type, and the `perfect` match type when `useTmEditDistance` is `false`. With `useTmEditDistance` enabled, edit-distance matching produces no perfect matches (capped at `100`).',
2964
2964
  placeholder: 'Add Item',
2965
2965
  options: [
2966
2966
  {
@@ -3115,6 +3115,13 @@ exports.reportsProperties = [
3115
3115
  default: false,
3116
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.'
3117
3117
  },
3118
+ {
3119
+ displayName: 'Use Tm Edit Distance',
3120
+ name: 'useTmEditDistance',
3121
+ type: 'boolean',
3122
+ default: false,
3123
+ description: 'Calculations are based on the edit distance between the TM match and final translation instead of source segment similarity. Matches recorded before July 13, 2026, fall back to traditional source similarity.'
3124
+ },
3118
3125
  {
3119
3126
  displayName: 'Group By',
3120
3127
  name: 'groupBy',
@@ -3537,7 +3544,7 @@ exports.reportsProperties = [
3537
3544
  multipleValues: true
3538
3545
  },
3539
3546
  default: {},
3540
- description: undefined,
3547
+ description: 'Must include the `100` match type, and the `perfect` match type when `useTmEditDistance` is `false`. With `useTmEditDistance` enabled, edit-distance matching produces no perfect matches (capped at `100`).',
3541
3548
  placeholder: 'Add Item',
3542
3549
  options: [
3543
3550
  {
@@ -3705,6 +3712,13 @@ exports.reportsProperties = [
3705
3712
  default: false,
3706
3713
  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.'
3707
3714
  },
3715
+ {
3716
+ displayName: 'Use Tm Edit Distance',
3717
+ name: 'useTmEditDistance',
3718
+ type: 'boolean',
3719
+ default: false,
3720
+ description: 'Calculations are based on the edit distance between the TM match and final translation instead of source segment similarity. Matches recorded before July 13, 2026, fall back to traditional source similarity.'
3721
+ },
3708
3722
  {
3709
3723
  displayName: 'Skip Archiving',
3710
3724
  name: 'skipArchiving',
@@ -5752,7 +5766,7 @@ exports.reportsProperties = [
5752
5766
  multipleValues: true
5753
5767
  },
5754
5768
  default: {},
5755
- description: undefined,
5769
+ description: 'Must include the `100` match type, and the `perfect` match type when `useTmEditDistance` is `false`. With `useTmEditDistance` enabled, edit-distance matching produces no perfect matches (capped at `100`).',
5756
5770
  placeholder: 'Add Item',
5757
5771
  options: [
5758
5772
  {
@@ -5920,6 +5934,13 @@ exports.reportsProperties = [
5920
5934
  type: 'boolean',
5921
5935
  default: false,
5922
5936
  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.'
5937
+ },
5938
+ {
5939
+ displayName: 'Use Tm Edit Distance',
5940
+ name: 'useTmEditDistance',
5941
+ type: 'boolean',
5942
+ default: false,
5943
+ description: 'Calculations are based on the edit distance between the TM match and final translation instead of source segment similarity. Matches recorded before July 13, 2026, fall back to traditional source similarity.'
5923
5944
  }
5924
5945
  ]
5925
5946
  }
@@ -6681,7 +6702,7 @@ exports.reportsProperties = [
6681
6702
  multipleValues: true
6682
6703
  },
6683
6704
  default: {},
6684
- description: undefined,
6705
+ description: 'Must include the `100` match type, and the `perfect` match type when `useTmEditDistance` is `false`. With `useTmEditDistance` enabled, edit-distance matching produces no perfect matches (capped at `100`).',
6685
6706
  placeholder: 'Add Item',
6686
6707
  options: [
6687
6708
  {
@@ -6849,6 +6870,13 @@ exports.reportsProperties = [
6849
6870
  type: 'boolean',
6850
6871
  default: false,
6851
6872
  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.'
6873
+ },
6874
+ {
6875
+ displayName: 'Use Tm Edit Distance',
6876
+ name: 'useTmEditDistance',
6877
+ type: 'boolean',
6878
+ default: false,
6879
+ description: 'Calculations are based on the edit distance between the TM match and final translation instead of source segment similarity. Matches recorded before July 13, 2026, fall back to traditional source similarity.'
6852
6880
  }
6853
6881
  ]
6854
6882
  }