@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.
Files changed (35) hide show
  1. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js +24 -56
  2. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
  3. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js +1 -1
  4. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js.map +1 -1
  5. package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js +2 -2
  6. package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js.map +1 -1
  7. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1 -1
  8. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
  9. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +24 -56
  10. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
  11. package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js +1 -1
  12. package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js.map +1 -1
  13. package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js +2 -2
  14. package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js.map +1 -1
  15. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1 -1
  16. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
  17. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +61 -129
  18. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
  19. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js +1 -1
  20. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js.map +1 -1
  21. package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js +2 -2
  22. package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js.map +1 -1
  23. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1 -1
  24. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
  25. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +61 -129
  26. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
  27. package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js +1 -1
  28. package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js.map +1 -1
  29. package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js +2 -2
  30. package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js.map +1 -1
  31. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1 -1
  32. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
  33. package/dist/package.json +1 -1
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/package.json +1 -1
@@ -2794,10 +2794,9 @@ exports.reportsProperties = [
2794
2794
  displayName: 'Proofread',
2795
2795
  name: 'proofread',
2796
2796
  type: 'number',
2797
- default: undefined,
2798
- description: undefined,
2799
- placeholder: '0.12',
2800
- required: true
2797
+ default: 0,
2798
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
2799
+ placeholder: '0.12'
2801
2800
  }
2802
2801
  ]
2803
2802
  }
@@ -2854,10 +2853,9 @@ exports.reportsProperties = [
2854
2853
  displayName: 'Proofread',
2855
2854
  name: 'proofread',
2856
2855
  type: 'number',
2857
- default: undefined,
2858
- description: undefined,
2859
- placeholder: '0.12',
2860
- required: true
2856
+ default: 0,
2857
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
2858
+ placeholder: '0.12'
2861
2859
  }
2862
2860
  ]
2863
2861
  }
@@ -3033,18 +3031,11 @@ exports.reportsProperties = [
3033
3031
  required: true
3034
3032
  },
3035
3033
  {
3036
- displayName: 'Exclude Approvals For Edited Translations',
3037
- name: 'excludeApprovalsForEditedTranslations',
3034
+ displayName: 'Use Category Based Proofread Rates',
3035
+ name: 'useCategoryBasedProofreadRates',
3038
3036
  type: 'boolean',
3039
3037
  default: false,
3040
- description: 'Exclude approvals when the same user has made translations for the string.'
3041
- },
3042
- {
3043
- displayName: 'Pre Translated Strings Categorization Adjustment',
3044
- name: 'preTranslatedStringsCategorizationAdjustment',
3045
- type: 'boolean',
3046
- default: false,
3047
- 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.'
3038
+ 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.'
3048
3039
  },
3049
3040
  {
3050
3041
  displayName: 'Group By',
@@ -3354,10 +3345,9 @@ exports.reportsProperties = [
3354
3345
  displayName: 'Proofread',
3355
3346
  name: 'proofread',
3356
3347
  type: 'number',
3357
- default: undefined,
3358
- description: undefined,
3359
- placeholder: '0.12',
3360
- required: true
3348
+ default: 0,
3349
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
3350
+ placeholder: '0.12'
3361
3351
  }
3362
3352
  ]
3363
3353
  }
@@ -3414,10 +3404,9 @@ exports.reportsProperties = [
3414
3404
  displayName: 'Proofread',
3415
3405
  name: 'proofread',
3416
3406
  type: 'number',
3417
- default: undefined,
3418
- description: undefined,
3419
- placeholder: '0.12',
3420
- required: true
3407
+ default: 0,
3408
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
3409
+ placeholder: '0.12'
3421
3410
  }
3422
3411
  ]
3423
3412
  }
@@ -3606,18 +3595,11 @@ exports.reportsProperties = [
3606
3595
  description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
3607
3596
  },
3608
3597
  {
3609
- displayName: 'Exclude Approvals For Edited Translations',
3610
- name: 'excludeApprovalsForEditedTranslations',
3611
- type: 'boolean',
3612
- default: false,
3613
- description: 'Exclude approvals when the same user has made translations for the string.'
3614
- },
3615
- {
3616
- displayName: 'Pre Translated Strings Categorization Adjustment',
3617
- name: 'preTranslatedStringsCategorizationAdjustment',
3598
+ displayName: 'Use Category Based Proofread Rates',
3599
+ name: 'useCategoryBasedProofreadRates',
3618
3600
  type: 'boolean',
3619
3601
  default: false,
3620
- 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.'
3602
+ 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.'
3621
3603
  },
3622
3604
  {
3623
3605
  displayName: 'Skip Archiving',
@@ -5777,18 +5759,11 @@ exports.reportsProperties = [
5777
5759
  description: undefined
5778
5760
  },
5779
5761
  {
5780
- displayName: 'Exclude Approvals For Edited Translations',
5781
- name: 'excludeApprovalsForEditedTranslations',
5762
+ displayName: 'Use Category Based Proofread Rates',
5763
+ name: 'useCategoryBasedProofreadRates',
5782
5764
  type: 'boolean',
5783
5765
  default: false,
5784
- description: 'Exclude approvals when the same user has made translations for the string.'
5785
- },
5786
- {
5787
- displayName: 'Pre Translated Strings Categorization Adjustment',
5788
- name: 'preTranslatedStringsCategorizationAdjustment',
5789
- type: 'boolean',
5790
- default: false,
5791
- 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.'
5766
+ 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.'
5792
5767
  }
5793
5768
  ]
5794
5769
  }
@@ -6713,18 +6688,11 @@ exports.reportsProperties = [
6713
6688
  description: undefined
6714
6689
  },
6715
6690
  {
6716
- displayName: 'Exclude Approvals For Edited Translations',
6717
- name: 'excludeApprovalsForEditedTranslations',
6718
- type: 'boolean',
6719
- default: false,
6720
- description: 'Exclude approvals when the same user has made translations for the string.'
6721
- },
6722
- {
6723
- displayName: 'Pre Translated Strings Categorization Adjustment',
6724
- name: 'preTranslatedStringsCategorizationAdjustment',
6691
+ displayName: 'Use Category Based Proofread Rates',
6692
+ name: 'useCategoryBasedProofreadRates',
6725
6693
  type: 'boolean',
6726
6694
  default: false,
6727
- 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.'
6695
+ 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.'
6728
6696
  }
6729
6697
  ]
6730
6698
  }