@crowdin/n8n-nodes-crowdin 0.9.1 → 0.11.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/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js +35 -41
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js +26 -58
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js +79 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js +272 -1819
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1719 -49
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js +35 -41
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +26 -58
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js +273 -1820
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1677 -32
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js +19 -25
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +80 -148
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js +79 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js +64 -11
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1745 -49
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js +7 -281
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js +116 -65
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js +0 -6
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +80 -148
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js +64 -11
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1703 -32
- 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
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js.map +0 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.d.ts +0 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js +0 -1453
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js.map +0 -1
|
@@ -11,23 +11,22 @@ const sourceStrings_1 = require("./sourceStrings");
|
|
|
11
11
|
const stringTranslations_1 = require("./stringTranslations");
|
|
12
12
|
const stringComments_1 = require("./stringComments");
|
|
13
13
|
const screenshots_1 = require("./screenshots");
|
|
14
|
-
const
|
|
14
|
+
const glossaries_1 = require("./glossaries");
|
|
15
15
|
const translationMemory_1 = require("./translationMemory");
|
|
16
16
|
const machineTranslationEngines_1 = require("./machineTranslationEngines");
|
|
17
17
|
const translationStatus_1 = require("./translationStatus");
|
|
18
|
-
const reports_1 = require("./reports");
|
|
19
|
-
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
20
18
|
const dictionaries_1 = require("./dictionaries");
|
|
21
19
|
const applications_1 = require("./applications");
|
|
22
|
-
const bundles_1 = require("./bundles");
|
|
23
|
-
const glossaries_1 = require("./glossaries");
|
|
24
20
|
const distributions_1 = require("./distributions");
|
|
25
21
|
const labels_1 = require("./labels");
|
|
26
22
|
const notifications_1 = require("./notifications");
|
|
27
|
-
const
|
|
28
|
-
const
|
|
23
|
+
const styleGuides_1 = require("./styleGuides");
|
|
24
|
+
const reports_1 = require("./reports");
|
|
29
25
|
const users_1 = require("./users");
|
|
30
26
|
const webhooks_1 = require("./webhooks");
|
|
27
|
+
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
28
|
+
const securityLogs_1 = require("./securityLogs");
|
|
29
|
+
const tasks_1 = require("./tasks");
|
|
31
30
|
const resourceProperty = {
|
|
32
31
|
displayName: 'Resource',
|
|
33
32
|
name: 'resource',
|
|
@@ -84,9 +83,9 @@ const resourceProperty = {
|
|
|
84
83
|
description: '\nScreenshots provide translators with additional context for the source strings. Screenshot tags allow specifying which source strings are displayed on each screenshot.\n\nUse API to manage screenshots and their tags.\n'
|
|
85
84
|
},
|
|
86
85
|
{
|
|
87
|
-
name: '
|
|
88
|
-
value: '
|
|
89
|
-
description: '\
|
|
86
|
+
name: 'Glossaries',
|
|
87
|
+
value: 'glossaries',
|
|
88
|
+
description: '\nGlossaries help to explain some specific terms or the ones often used in the project so that they can be properly and consistently translated.\n\nUse API to manage glossaries or specific terms. Glossary export and import are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n'
|
|
90
89
|
},
|
|
91
90
|
{
|
|
92
91
|
name: 'Translation Memory',
|
|
@@ -103,16 +102,6 @@ const resourceProperty = {
|
|
|
103
102
|
value: 'translationStatus',
|
|
104
103
|
description: '\nStatus represents the general localization progress on both translations and proofreading.\n\nUse API to check translation and proofreading progress on different levels: file, language, branch, directory.\n'
|
|
105
104
|
},
|
|
106
|
-
{
|
|
107
|
-
name: 'Reports',
|
|
108
|
-
value: 'reports',
|
|
109
|
-
description: '\nReports help to estimate costs, calculate translation costs, and identify the top members.\n\nUse API to generate Cost Estimate, Translation Cost, and Top Members reports. You can then export reports in .xlsx or .csv file formats. Report generation is an [asynchronous operation](#section/Introduction/Asynchronous-Operations) and shall be completed with a sequence of API methods.'
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: 'Organization Webhooks',
|
|
113
|
-
value: 'organizationWebhooks',
|
|
114
|
-
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin account. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * project is created\n * project is deleted\n\nUse API to create, modify, and delete specific webhooks.'
|
|
115
|
-
},
|
|
116
105
|
{
|
|
117
106
|
name: 'Dictionaries',
|
|
118
107
|
value: 'dictionaries',
|
|
@@ -123,15 +112,6 @@ const resourceProperty = {
|
|
|
123
112
|
value: 'applications',
|
|
124
113
|
description: '\nCrowdin Apps are web applications that can be integrated with Crowdin to extend its functionality.\n\nUse the API to manage the necessary app data.\n'
|
|
125
114
|
},
|
|
126
|
-
{
|
|
127
|
-
name: 'Bundles',
|
|
128
|
-
value: 'bundles'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
name: 'Glossaries',
|
|
132
|
-
value: 'glossaries',
|
|
133
|
-
description: '\nGlossaries help to explain some specific terms or the ones often used in the project so that they can be properly and consistently translated.\n\nUse API to manage glossaries or specific terms. Glossary export and import are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n'
|
|
134
|
-
},
|
|
135
115
|
{
|
|
136
116
|
name: 'Distributions',
|
|
137
117
|
value: 'distributions'
|
|
@@ -145,13 +125,14 @@ const resourceProperty = {
|
|
|
145
125
|
value: 'notifications'
|
|
146
126
|
},
|
|
147
127
|
{
|
|
148
|
-
name: '
|
|
149
|
-
value: '
|
|
128
|
+
name: 'Style Guides',
|
|
129
|
+
value: 'styleGuides',
|
|
130
|
+
description: '\nStyle Guides help to provide additional context for the translators.\n\nUse API to manage style guides.\n'
|
|
150
131
|
},
|
|
151
132
|
{
|
|
152
|
-
name: '
|
|
153
|
-
value: '
|
|
154
|
-
description: '\
|
|
133
|
+
name: 'Reports',
|
|
134
|
+
value: 'reports',
|
|
135
|
+
description: '\nReports help to estimate costs, calculate translation costs, and identify the top members.\n\nUse API to generate Cost Estimate, Translation Cost, and Top Members reports. You can then export reports in .xlsx or .csv file formats. Report generation is an [asynchronous operation](#section/Introduction/Asynchronous-Operations) and shall be completed with a sequence of API methods.'
|
|
155
136
|
},
|
|
156
137
|
{
|
|
157
138
|
name: 'Users',
|
|
@@ -162,6 +143,20 @@ const resourceProperty = {
|
|
|
162
143
|
name: 'Webhooks',
|
|
163
144
|
value: 'webhooks',
|
|
164
145
|
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin projects. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * all strings in project are translated\n * all strings in project are reviewed\n * all strings in project QA check are finished\n * final translation of string is updated (using Replace in suggestions feature)\n * source string is added\n * source string is updated\n * source string is deleted\n * source string is translated\n * translation for source string is updated (using Replace in suggestions feature)\n * one of translations is deleted\n * translation for string is approved\n * approval for previously added translation is removed\n\nUse API to create, modify, and delete specific webhooks.\n'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'Organization Webhooks',
|
|
149
|
+
value: 'organizationWebhooks',
|
|
150
|
+
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin account. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * project is created\n * project is deleted\n\nUse API to create, modify, and delete specific webhooks.'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
name: 'Security Logs',
|
|
154
|
+
value: 'securityLogs'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
name: 'Tasks',
|
|
158
|
+
value: 'tasks',
|
|
159
|
+
description: '\nCreate and assign tasks to get files translated or proofread by specific people. You can set the due dates, split words between people, and receive notifications about the changes and updates on tasks. Tasks are project-specific, so you’ll have to create them within a project.\n\nUse API to create, modify, and delete specific tasks.\n'
|
|
165
160
|
}
|
|
166
161
|
],
|
|
167
162
|
default: 'ai'
|
|
@@ -178,22 +173,21 @@ exports.properties = [
|
|
|
178
173
|
...stringTranslations_1.stringTranslationsProperties,
|
|
179
174
|
...stringComments_1.stringCommentsProperties,
|
|
180
175
|
...screenshots_1.screenshotsProperties,
|
|
181
|
-
...
|
|
176
|
+
...glossaries_1.glossariesProperties,
|
|
182
177
|
...translationMemory_1.translationMemoryProperties,
|
|
183
178
|
...machineTranslationEngines_1.machineTranslationEnginesProperties,
|
|
184
179
|
...translationStatus_1.translationStatusProperties,
|
|
185
|
-
...reports_1.reportsProperties,
|
|
186
|
-
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
187
180
|
...dictionaries_1.dictionariesProperties,
|
|
188
181
|
...applications_1.applicationsProperties,
|
|
189
|
-
...bundles_1.bundlesProperties,
|
|
190
|
-
...glossaries_1.glossariesProperties,
|
|
191
182
|
...distributions_1.distributionsProperties,
|
|
192
183
|
...labels_1.labelsProperties,
|
|
193
184
|
...notifications_1.notificationsProperties,
|
|
194
|
-
...
|
|
195
|
-
...
|
|
185
|
+
...styleGuides_1.styleGuidesProperties,
|
|
186
|
+
...reports_1.reportsProperties,
|
|
196
187
|
...users_1.usersProperties,
|
|
197
188
|
...webhooks_1.webhooksProperties,
|
|
189
|
+
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
190
|
+
...securityLogs_1.securityLogsProperties,
|
|
191
|
+
...tasks_1.tasksProperties,
|
|
198
192
|
];
|
|
199
193
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/crowdin/stringBased/index.ts"],"names":[],"mappings":";;;AAGA,6BAAoC;AACpC,uCAA8C;AAC9C,2CAAkD;AAClD,yCAAgD;AAChD,yCAAgD;AAChD,iDAAwD;AACxD,mDAA0D;AAC1D,6DAAoE;AACpE,qDAA4D;AAC5D,+CAAsD;AACtD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/crowdin/stringBased/index.ts"],"names":[],"mappings":";;;AAGA,6BAAoC;AACpC,uCAA8C;AAC9C,2CAAkD;AAClD,yCAAgD;AAChD,yCAAgD;AAChD,iDAAwD;AACxD,mDAA0D;AAC1D,6DAAoE;AACpE,qDAA4D;AAC5D,+CAAsD;AACtD,6CAAoD;AACpD,2DAAkE;AAClE,2EAAkF;AAClF,2DAAkE;AAClE,iDAAwD;AACxD,iDAAwD;AACxD,mDAA0D;AAC1D,qCAA4C;AAC5C,mDAA0D;AAC1D,+CAAsD;AACtD,uCAA8C;AAC9C,mCAA0C;AAC1C,yCAAgD;AAChD,iEAAwE;AACxE,iDAAwD;AACxD,mCAA0C;AAE1C,MAAM,gBAAgB,GAAoB;IACzC,WAAW,EAAE,UAAU;IACvB,IAAI,EAAE,UAAU;IAChB,IAAI,EAAE,SAAS;IACf,gBAAgB,EAAE,IAAI;IACtB,OAAO,EAAE;QACR;YACC,IAAI,EAAE,IAAI;YACV,KAAK,EAAE,IAAI;SACX;QACD;YACC,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,0ZAA0Z;SACva;QACD;YACC,IAAI,EAAE,WAAW;YACjB,KAAK,EAAE,WAAW;YAClB,WAAW,EAAE,iPAAiP;SAC9P;QACD;YACC,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,gJAAgJ;SAC7J;QACD;YACC,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,6KAA6K;SAC1L;QACD;YACC,IAAI,EAAE,cAAc;YACpB,KAAK,EAAE,cAAc;YACrB,WAAW,EAAE,4kBAA4kB;SACzlB;QACD;YACC,IAAI,EAAE,gBAAgB;YACtB,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,2VAA2V;SACxW;QACD;YACC,IAAI,EAAE,qBAAqB;YAC3B,KAAK,EAAE,oBAAoB;YAC3B,WAAW,EAAE,sEAAsE;SACnF;QACD;YACC,IAAI,EAAE,iBAAiB;YACvB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,uDAAuD;SACpE;QACD;YACC,IAAI,EAAE,aAAa;YACnB,KAAK,EAAE,aAAa;YACpB,WAAW,EAAE,gOAAgO;SAC7O;QACD;YACC,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,oWAAoW;SACjX;QACD;YACC,IAAI,EAAE,oBAAoB;YAC1B,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,ifAAif;SAC9f;QACD;YACC,IAAI,EAAE,6BAA6B;YACnC,KAAK,EAAE,2BAA2B;YAClC,WAAW,EAAE,8PAA8P;SAC3Q;QACD;YACC,IAAI,EAAE,oBAAoB;YAC1B,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,kNAAkN;SAC/N;QACD;YACC,IAAI,EAAE,cAAc;YACpB,KAAK,EAAE,cAAc;YACrB,WAAW,EAAE,+LAA+L;SAC5M;QACD;YACC,IAAI,EAAE,cAAc;YACpB,KAAK,EAAE,cAAc;YACrB,WAAW,EAAE,yJAAyJ;SACtK;QACD;YACC,IAAI,EAAE,eAAe;YACrB,KAAK,EAAE,eAAe;SACtB;QACD;YACC,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;SACf;QACD;YACC,IAAI,EAAE,eAAe;YACrB,KAAK,EAAE,eAAe;SACtB;QACD;YACC,IAAI,EAAE,cAAc;YACpB,KAAK,EAAE,aAAa;YACpB,WAAW,EAAE,6GAA6G;SAC1H;QACD;YACC,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,iYAAiY;SAC9Y;QACD;YACC,IAAI,EAAE,OAAO;YACb,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,4GAA4G;SACzH;QACD;YACC,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,UAAU;YACjB,WAAW,EAAE,w4BAAw4B;SACr5B;QACD;YACC,IAAI,EAAE,uBAAuB;YAC7B,KAAK,EAAE,sBAAsB;YAC7B,WAAW,EAAE,kZAAkZ;SAC/Z;QACD;YACC,IAAI,EAAE,eAAe;YACrB,KAAK,EAAE,cAAc;SACrB;QACD;YACC,IAAI,EAAE,OAAO;YACb,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,oVAAoV;SACjW;KACD;IACD,OAAO,EAAE,IAAI;CACb,CAAC;AAEW,QAAA,UAAU,GAAsB;IAC5C,gBAAgB;IAChB,GAAG,iBAAY;IACf,GAAG,2BAAiB;IACpB,GAAG,+BAAmB;IACtB,GAAG,6BAAkB;IACrB,GAAG,6BAAkB;IACrB,GAAG,qCAAsB;IACzB,GAAG,uCAAuB;IAC1B,GAAG,iDAA4B;IAC/B,GAAG,yCAAwB;IAC3B,GAAG,mCAAqB;IACxB,GAAG,iCAAoB;IACvB,GAAG,+CAA2B;IAC9B,GAAG,+DAAmC;IACtC,GAAG,+CAA2B;IAC9B,GAAG,qCAAsB;IACzB,GAAG,qCAAsB;IACzB,GAAG,uCAAuB;IAC1B,GAAG,yBAAgB;IACnB,GAAG,uCAAuB;IAC1B,GAAG,mCAAqB;IACxB,GAAG,2BAAiB;IACpB,GAAG,uBAAe;IAClB,GAAG,6BAAkB;IACrB,GAAG,qDAA8B;IACjC,GAAG,qCAAsB;IACzB,GAAG,uBAAe;CAClB,CAAC"}
|
|
@@ -2794,10 +2794,9 @@ exports.reportsProperties = [
|
|
|
2794
2794
|
displayName: 'Proofread',
|
|
2795
2795
|
name: 'proofread',
|
|
2796
2796
|
type: 'number',
|
|
2797
|
-
default:
|
|
2798
|
-
description:
|
|
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:
|
|
2858
|
-
description:
|
|
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: '
|
|
3037
|
-
name: '
|
|
3034
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
3035
|
+
name: 'useCategoryBasedProofreadRates',
|
|
3038
3036
|
type: 'boolean',
|
|
3039
3037
|
default: false,
|
|
3040
|
-
description: '
|
|
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:
|
|
3358
|
-
description:
|
|
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:
|
|
3418
|
-
description:
|
|
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: '
|
|
3610
|
-
name: '
|
|
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: '
|
|
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',
|
|
@@ -5093,7 +5075,7 @@ exports.reportsProperties = [
|
|
|
5093
5075
|
name: 'typeTasks',
|
|
5094
5076
|
type: 'options',
|
|
5095
5077
|
default: '',
|
|
5096
|
-
description: 'Task type:\n *
|
|
5078
|
+
description: 'Task type:\n * 0 - Translate by own translators\n * 1 - Proofread by own proofreaders\n * 2 - Translate by vendor\n * 3 - Proofread by vendor',
|
|
5097
5079
|
options: [
|
|
5098
5080
|
{
|
|
5099
5081
|
name: '-',
|
|
@@ -5777,18 +5759,11 @@ exports.reportsProperties = [
|
|
|
5777
5759
|
description: undefined
|
|
5778
5760
|
},
|
|
5779
5761
|
{
|
|
5780
|
-
displayName: '
|
|
5781
|
-
name: '
|
|
5782
|
-
type: 'boolean',
|
|
5783
|
-
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',
|
|
5762
|
+
displayName: 'Use Category Based Proofread Rates',
|
|
5763
|
+
name: 'useCategoryBasedProofreadRates',
|
|
5789
5764
|
type: 'boolean',
|
|
5790
5765
|
default: false,
|
|
5791
|
-
description: '
|
|
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
|
}
|
|
@@ -6535,7 +6510,7 @@ exports.reportsProperties = [
|
|
|
6535
6510
|
name: 'netRateSchemes',
|
|
6536
6511
|
type: 'fixedCollection',
|
|
6537
6512
|
default: {},
|
|
6538
|
-
description: 'Net Rate Schemes (Percentage paid of full translation rate)\n
|
|
6513
|
+
description: 'Net Rate Schemes (Percentage paid of full translation rate)\n\n__Note:__ A new translation will be included in the report at the lowest rate if multiple scheme categories can be applied to the translation',
|
|
6539
6514
|
placeholder: 'Add Field',
|
|
6540
6515
|
options: [
|
|
6541
6516
|
{
|
|
@@ -6713,18 +6688,11 @@ exports.reportsProperties = [
|
|
|
6713
6688
|
description: undefined
|
|
6714
6689
|
},
|
|
6715
6690
|
{
|
|
6716
|
-
displayName: '
|
|
6717
|
-
name: '
|
|
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: '
|
|
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
|
}
|