@commercetools-frontend-extensions/export-resources-modal 4.6.23 → 4.7.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/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +157 -100
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +157 -100
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +162 -105
- package/dist/{de-e76e7099.esm.js → de-9746c508.esm.js} +14 -6
- package/dist/{de-716eb1ff.cjs.prod.js → de-af429e2a.cjs.dev.js} +14 -6
- package/dist/{de-f7e27d2c.cjs.dev.js → de-f235117b.cjs.prod.js} +14 -6
- package/dist/declarations/src/@constants/resource-type-messages.d.ts +10 -2
- package/dist/declarations/src/@types/export-api.d.ts +1 -0
- package/dist/declarations/src/@types/export-resources-modal-context.d.ts +2 -1
- package/dist/declarations/src/@types/form.d.ts +1 -0
- package/dist/{en-d3d24652.cjs.prod.js → en-0a4519c0.cjs.prod.js} +8 -0
- package/dist/{en-c7983cac.cjs.dev.js → en-8b4fee65.cjs.dev.js} +8 -0
- package/dist/{en-8aa6a8f0.esm.js → en-b0fc803b.esm.js} +8 -0
- package/dist/{es-a453ec31.cjs.dev.js → es-1da000fa.cjs.dev.js} +8 -0
- package/dist/{es-36609f4e.cjs.prod.js → es-339117ae.cjs.prod.js} +8 -0
- package/dist/{es-7675c0f4.esm.js → es-ed7a7149.esm.js} +8 -0
- package/dist/{fr-FR-7772c9a7.esm.js → fr-FR-01c89efe.esm.js} +15 -7
- package/dist/{fr-FR-afb7bc68.cjs.dev.js → fr-FR-af05384b.cjs.prod.js} +15 -7
- package/dist/{fr-FR-fcbbdef7.cjs.prod.js → fr-FR-f6456131.cjs.dev.js} +15 -7
- package/dist/{pt-BR-f5fa13cc.cjs.prod.js → pt-BR-03e1fb85.cjs.prod.js} +15 -7
- package/dist/{pt-BR-b98653d0.esm.js → pt-BR-8b9dd081.esm.js} +15 -7
- package/dist/{pt-BR-2f2083c8.cjs.dev.js → pt-BR-bc9a187a.cjs.dev.js} +15 -7
- package/dist/{zh-CN-a781db14.cjs.prod.js → zh-CN-1051c1d7.cjs.prod.js} +14 -6
- package/dist/{zh-CN-4d5b02fd.esm.js → zh-CN-464f6fce.esm.js} +14 -6
- package/dist/{zh-CN-0f4b738b.cjs.dev.js → zh-CN-e6a19d6d.cjs.dev.js} +14 -6
- package/package.json +10 -10
|
@@ -33,13 +33,17 @@ var de = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Der Export hat begonnen.</b> <newline></newline><logsLink>Gehen Sie zu Exportprotokolle</logsLink>, um den Fortschritt zu überprüfen und die Datei herunterzuladen."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Scope"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "Alle exportierenl: {total} Kategorien"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var de = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "Alle exportieren: {total} Produkte"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -91,7 +95,7 @@ var de = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "Auswahl exportieren: {total} Kategorien"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var de = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "Ausgewählte exportieren: {total} Produkte"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var de = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Dateiname"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Alle Gebietsschemas auswählen"
|
|
@@ -151,7 +159,7 @@ var de = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "Kategorien exportieren"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var de = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "Produkte exportieren"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import type { MessageDescriptor } from 'react-intl';
|
|
2
|
+
import { ResourceType } from "../@types/index.js";
|
|
3
|
+
export type ExportScopeMessagesMap = {
|
|
4
|
+
[K in ResourceType]: {
|
|
5
|
+
exportScopeAll: MessageDescriptor;
|
|
6
|
+
exportScopeSelected: MessageDescriptor;
|
|
7
|
+
exportScopeFiltered: MessageDescriptor;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export declare const resourceTypeMessages: ExportScopeMessagesMap;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { FormikProps } from 'formik';
|
|
2
2
|
import type { ExportType, Filters } from "./export-resources-modal-types.js";
|
|
3
3
|
import type { FormValues } from "./form.js";
|
|
4
|
+
import type { ResourceType } from "./resource-type.js";
|
|
4
5
|
export interface ExportResourcesModalContext {
|
|
5
6
|
formik: FormikProps<FormValues>;
|
|
6
7
|
currentStep: number;
|
|
7
8
|
setCurrentStep: React.Dispatch<React.SetStateAction<number>>;
|
|
8
9
|
onClose: () => void;
|
|
9
|
-
resourceType:
|
|
10
|
+
resourceType: ResourceType;
|
|
10
11
|
exportType: ExportType;
|
|
11
12
|
totalResourcesCount: number;
|
|
12
13
|
selectedResourceIds: string[];
|
|
@@ -33,6 +33,10 @@ var en = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Scope"
|
|
@@ -129,6 +133,10 @@ var en = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "File name"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Include all locales"
|
|
@@ -33,6 +33,10 @@ var en = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Scope"
|
|
@@ -129,6 +133,10 @@ var en = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "File name"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Include all locales"
|
|
@@ -31,6 +31,10 @@ var en = {
|
|
|
31
31
|
developer_comment: "Success message",
|
|
32
32
|
string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
34
38
|
"ExportResourcesModal.exportScope": {
|
|
35
39
|
developer_comment: "Label for Export Scope",
|
|
36
40
|
string: "Scope"
|
|
@@ -127,6 +131,10 @@ var en = {
|
|
|
127
131
|
developer_comment: "exported file name",
|
|
128
132
|
string: "File name"
|
|
129
133
|
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Fill order number, id and states to all rows"
|
|
137
|
+
},
|
|
130
138
|
"ExportResourcesModal.includeAllLocales": {
|
|
131
139
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
132
140
|
string: "Include all locales"
|
|
@@ -33,6 +33,10 @@ var es = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Ámbito"
|
|
@@ -129,6 +133,10 @@ var es = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nombre del archivo"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Introducir todos los idiomas"
|
|
@@ -33,6 +33,10 @@ var es = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Ámbito"
|
|
@@ -129,6 +133,10 @@ var es = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nombre del archivo"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Introducir todos los idiomas"
|
|
@@ -31,6 +31,10 @@ var es = {
|
|
|
31
31
|
developer_comment: "Success message",
|
|
32
32
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
34
38
|
"ExportResourcesModal.exportScope": {
|
|
35
39
|
developer_comment: "Label for Export Scope",
|
|
36
40
|
string: "Ámbito"
|
|
@@ -127,6 +131,10 @@ var es = {
|
|
|
127
131
|
developer_comment: "exported file name",
|
|
128
132
|
string: "Nombre del archivo"
|
|
129
133
|
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Fill order number, id and states to all rows"
|
|
137
|
+
},
|
|
130
138
|
"ExportResourcesModal.includeAllLocales": {
|
|
131
139
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
132
140
|
string: "Introducir todos los idiomas"
|
|
@@ -31,13 +31,17 @@ var frFR = {
|
|
|
31
31
|
developer_comment: "Success message",
|
|
32
32
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
33
33
|
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
34
38
|
"ExportResourcesModal.exportScope": {
|
|
35
39
|
developer_comment: "Label for Export Scope",
|
|
36
40
|
string: "Étendue"
|
|
37
41
|
},
|
|
38
42
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
39
43
|
developer_comment: "Label for Export All categories",
|
|
40
|
-
string: "
|
|
44
|
+
string: "Tout exporter : {total} catégories"
|
|
41
45
|
},
|
|
42
46
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
43
47
|
developer_comment: "Label for Export All customers",
|
|
@@ -57,7 +61,7 @@ var frFR = {
|
|
|
57
61
|
},
|
|
58
62
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
59
63
|
developer_comment: "Label for Export All products",
|
|
60
|
-
string: "
|
|
64
|
+
string: "Tout exporter : {total} produits"
|
|
61
65
|
},
|
|
62
66
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
63
67
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -77,7 +81,7 @@ var frFR = {
|
|
|
77
81
|
},
|
|
78
82
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
79
83
|
developer_comment: "Label for Export Filtered product types",
|
|
80
|
-
string: "
|
|
84
|
+
string: "Recherche d'exportation : {total} types de produit"
|
|
81
85
|
},
|
|
82
86
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
83
87
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -89,7 +93,7 @@ var frFR = {
|
|
|
89
93
|
},
|
|
90
94
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
91
95
|
developer_comment: "Label for Export Selected categories",
|
|
92
|
-
string: "
|
|
96
|
+
string: "Sélection d'exportation : {total} catégories"
|
|
93
97
|
},
|
|
94
98
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
95
99
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -109,7 +113,7 @@ var frFR = {
|
|
|
109
113
|
},
|
|
110
114
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
111
115
|
developer_comment: "Label for Export Selected products",
|
|
112
|
-
string: "
|
|
116
|
+
string: "Sélection d'exportation : {total} produit"
|
|
113
117
|
},
|
|
114
118
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
115
119
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -127,6 +131,10 @@ var frFR = {
|
|
|
127
131
|
developer_comment: "exported file name",
|
|
128
132
|
string: "Nom du fichier"
|
|
129
133
|
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Fill order number, id and states to all rows"
|
|
137
|
+
},
|
|
130
138
|
"ExportResourcesModal.includeAllLocales": {
|
|
131
139
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
132
140
|
string: "Inclure toutes les langues"
|
|
@@ -149,7 +157,7 @@ var frFR = {
|
|
|
149
157
|
},
|
|
150
158
|
"ExportResourcesModal.modalTitle.category": {
|
|
151
159
|
developer_comment: "Label for the categories modal title",
|
|
152
|
-
string: "
|
|
160
|
+
string: "Catégories d'exportation"
|
|
153
161
|
},
|
|
154
162
|
"ExportResourcesModal.modalTitle.customer": {
|
|
155
163
|
developer_comment: "Label for the customers modal title",
|
|
@@ -169,7 +177,7 @@ var frFR = {
|
|
|
169
177
|
},
|
|
170
178
|
"ExportResourcesModal.modalTitle.product": {
|
|
171
179
|
developer_comment: "Label for the products modal title",
|
|
172
|
-
string: "
|
|
180
|
+
string: "Exporter des produits"
|
|
173
181
|
},
|
|
174
182
|
"ExportResourcesModal.modalTitle.productType": {
|
|
175
183
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var frFR = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Étendue"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "Tout exporter : {total} catégories"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var frFR = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "Tout exporter : {total} produits"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -79,7 +83,7 @@ var frFR = {
|
|
|
79
83
|
},
|
|
80
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
85
|
developer_comment: "Label for Export Filtered product types",
|
|
82
|
-
string: "
|
|
86
|
+
string: "Recherche d'exportation : {total} types de produit"
|
|
83
87
|
},
|
|
84
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
89
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -91,7 +95,7 @@ var frFR = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "Sélection d'exportation : {total} catégories"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var frFR = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "Sélection d'exportation : {total} produit"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var frFR = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nom du fichier"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Inclure toutes les langues"
|
|
@@ -151,7 +159,7 @@ var frFR = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "Catégories d'exportation"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var frFR = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "Exporter des produits"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var frFR = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Étendue"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "Tout exporter : {total} catégories"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var frFR = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "Tout exporter : {total} produits"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -79,7 +83,7 @@ var frFR = {
|
|
|
79
83
|
},
|
|
80
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
85
|
developer_comment: "Label for Export Filtered product types",
|
|
82
|
-
string: "
|
|
86
|
+
string: "Recherche d'exportation : {total} types de produit"
|
|
83
87
|
},
|
|
84
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
89
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -91,7 +95,7 @@ var frFR = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "Sélection d'exportation : {total} catégories"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var frFR = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "Sélection d'exportation : {total} produit"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var frFR = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nom du fichier"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Inclure toutes les langues"
|
|
@@ -151,7 +159,7 @@ var frFR = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "Catégories d'exportation"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var frFR = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "Exporter des produits"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|
|
@@ -33,13 +33,17 @@ var ptBR = {
|
|
|
33
33
|
developer_comment: "Success message",
|
|
34
34
|
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
35
35
|
},
|
|
36
|
+
"ExportResourcesModal.exportPreferences": {
|
|
37
|
+
developer_comment: "Label for preferences",
|
|
38
|
+
string: "Preferences"
|
|
39
|
+
},
|
|
36
40
|
"ExportResourcesModal.exportScope": {
|
|
37
41
|
developer_comment: "Label for Export Scope",
|
|
38
42
|
string: "Escopo"
|
|
39
43
|
},
|
|
40
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
41
45
|
developer_comment: "Label for Export All categories",
|
|
42
|
-
string: "
|
|
46
|
+
string: "Exportar tudo: {total} categoria(s)"
|
|
43
47
|
},
|
|
44
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
45
49
|
developer_comment: "Label for Export All customers",
|
|
@@ -59,7 +63,7 @@ var ptBR = {
|
|
|
59
63
|
},
|
|
60
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
61
65
|
developer_comment: "Label for Export All products",
|
|
62
|
-
string: "
|
|
66
|
+
string: "Exportar todos: {total} produtos"
|
|
63
67
|
},
|
|
64
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
65
69
|
developer_comment: "Label for Export Filtered categories",
|
|
@@ -79,7 +83,7 @@ var ptBR = {
|
|
|
79
83
|
},
|
|
80
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
81
85
|
developer_comment: "Label for Export Filtered product types",
|
|
82
|
-
string: "Exportar
|
|
86
|
+
string: "Exportar pesquisados: {total} tipos de produtos"
|
|
83
87
|
},
|
|
84
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
85
89
|
developer_comment: "Label for Export Filtered products",
|
|
@@ -91,7 +95,7 @@ var ptBR = {
|
|
|
91
95
|
},
|
|
92
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
93
97
|
developer_comment: "Label for Export Selected categories",
|
|
94
|
-
string: "
|
|
98
|
+
string: "Exportar seleção: {total} categoria(s)"
|
|
95
99
|
},
|
|
96
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
97
101
|
developer_comment: "Label for Export Selected customers",
|
|
@@ -111,7 +115,7 @@ var ptBR = {
|
|
|
111
115
|
},
|
|
112
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
113
117
|
developer_comment: "Label for Export Selected products",
|
|
114
|
-
string: "
|
|
118
|
+
string: "Exportar selecionados: {total} produtos"
|
|
115
119
|
},
|
|
116
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
117
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -129,6 +133,10 @@ var ptBR = {
|
|
|
129
133
|
developer_comment: "exported file name",
|
|
130
134
|
string: "Nome do arquivo"
|
|
131
135
|
},
|
|
136
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
+
string: "Fill order number, id and states to all rows"
|
|
139
|
+
},
|
|
132
140
|
"ExportResourcesModal.includeAllLocales": {
|
|
133
141
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
134
142
|
string: "Incluir todos os locais"
|
|
@@ -151,7 +159,7 @@ var ptBR = {
|
|
|
151
159
|
},
|
|
152
160
|
"ExportResourcesModal.modalTitle.category": {
|
|
153
161
|
developer_comment: "Label for the categories modal title",
|
|
154
|
-
string: "
|
|
162
|
+
string: "Exportar categorias"
|
|
155
163
|
},
|
|
156
164
|
"ExportResourcesModal.modalTitle.customer": {
|
|
157
165
|
developer_comment: "Label for the customers modal title",
|
|
@@ -171,7 +179,7 @@ var ptBR = {
|
|
|
171
179
|
},
|
|
172
180
|
"ExportResourcesModal.modalTitle.product": {
|
|
173
181
|
developer_comment: "Label for the products modal title",
|
|
174
|
-
string: "
|
|
182
|
+
string: "Exportar produtos"
|
|
175
183
|
},
|
|
176
184
|
"ExportResourcesModal.modalTitle.productType": {
|
|
177
185
|
developer_comment: "Label for the product types modal title",
|