@commercetools-frontend-extensions/export-resources-modal 5.1.4 → 5.2.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/{active-drag-drop-area-69334379.esm.js → active-drag-drop-area-0c0e312e.esm.js} +2 -2
- package/dist/{active-drag-drop-area-8f777e8c.cjs.dev.js → active-drag-drop-area-42bf7adf.cjs.dev.js} +2 -2
- package/dist/{active-drag-drop-area-a4f63d4c.cjs.prod.js → active-drag-drop-area-6571c6f1.cjs.prod.js} +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +2 -2
- package/dist/{de-1903dccf.cjs.prod.js → de-172c3905.cjs.prod.js} +187 -7
- package/dist/{de-2ad4e0d7.esm.js → de-458f4116.esm.js} +187 -7
- package/dist/de-c18aeb38.cjs.dev.js +429 -0
- package/dist/declarations/src/@constants/urls.d.ts +1 -0
- package/dist/{en-39d60fa2.cjs.dev.js → en-68174953.cjs.dev.js} +1 -1
- package/dist/{en-34f04489.cjs.prod.js → en-951cd344.cjs.prod.js} +1 -1
- package/dist/{en-4ca9fb4c.esm.js → en-bf084198.esm.js} +1 -1
- package/dist/{enabled-drop-area-18d6db32.esm.js → enabled-drop-area-07845761.esm.js} +2 -2
- package/dist/{enabled-drop-area-78a2526c.cjs.prod.js → enabled-drop-area-a86820f8.cjs.prod.js} +2 -2
- package/dist/{enabled-drop-area-6b5571a5.cjs.dev.js → enabled-drop-area-f0ede72d.cjs.dev.js} +2 -2
- package/dist/{es-01c31bc7.cjs.dev.js → es-38a3a3ae.cjs.dev.js} +188 -8
- package/dist/{es-4658edf6.esm.js → es-a8553ca8.esm.js} +188 -8
- package/dist/es-b0a9fb31.cjs.prod.js +429 -0
- package/dist/{file-dropped-area-85a97af4.esm.js → file-dropped-area-016972ea.esm.js} +1 -1
- package/dist/{file-dropped-area-5a67b071.cjs.dev.js → file-dropped-area-2c4b364b.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-d0430070.cjs.prod.js → file-dropped-area-7de84e37.cjs.prod.js} +1 -1
- package/dist/{fr-FR-0a721f97.cjs.prod.js → fr-FR-8146efa8.cjs.prod.js} +188 -8
- package/dist/{fr-FR-3057d941.esm.js → fr-FR-87237d20.esm.js} +188 -8
- package/dist/fr-FR-97c22617.cjs.dev.js +429 -0
- package/dist/{index-9cb88a69.cjs.prod.js → index-47c5bc92.cjs.prod.js} +69 -90
- package/dist/{index-e8859363.cjs.dev.js → index-7cbf648f.cjs.dev.js} +69 -90
- package/dist/{index-f20e86f3.esm.js → index-b6f8d138.esm.js} +70 -91
- package/dist/{pt-BR-442e5bba.cjs.dev.js → pt-BR-c42a98aa.cjs.dev.js} +188 -8
- package/dist/pt-BR-c725734e.cjs.prod.js +429 -0
- package/dist/{pt-BR-b849606a.esm.js → pt-BR-cf6abfcc.esm.js} +188 -8
- package/package.json +15 -15
- package/dist/de-b820e753.cjs.dev.js +0 -249
- package/dist/es-7959f578.cjs.prod.js +0 -249
- package/dist/fr-FR-d641720a.cjs.dev.js +0 -249
- package/dist/pt-BR-89644b77.cjs.prod.js +0 -249
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var es = {
|
|
4
|
-
"ExportResourcesModal.back": {
|
|
5
|
-
developer_comment: "Label for \"Back\" button",
|
|
6
|
-
string: "Volver"
|
|
7
|
-
},
|
|
8
|
-
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
-
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
-
string: "Revisa la ortografía."
|
|
11
|
-
},
|
|
12
|
-
"ExportResourcesModal.continue": {
|
|
13
|
-
developer_comment: "Label for \"Continue\" button",
|
|
14
|
-
string: "Continuar"
|
|
15
|
-
},
|
|
16
|
-
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
17
|
-
developer_comment: "Select Export setttings based on my views",
|
|
18
|
-
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
|
-
developer_comment: "Label for Export All inventories",
|
|
22
|
-
string: "Exporta inventarios para todos {total, plural, one {# producto} other {# productos}}"
|
|
23
|
-
},
|
|
24
|
-
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
-
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
-
string: "Exportar inventarios para {total, plural, one {# el producto filtrado} other {# los productos filtrados}}"
|
|
27
|
-
},
|
|
28
|
-
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
-
developer_comment: "Label for Export Selected inventories",
|
|
30
|
-
string: "Exportar inventarios para {total, plural, one {# el producto seleccionado} other {# los productos seleccionados}}"
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
|
-
developer_comment: "Success message",
|
|
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
|
-
},
|
|
36
|
-
"ExportResourcesModal.exportPreferences": {
|
|
37
|
-
developer_comment: "Label for preferences",
|
|
38
|
-
string: "Preferencias"
|
|
39
|
-
},
|
|
40
|
-
"ExportResourcesModal.exportScope": {
|
|
41
|
-
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "Ámbito"
|
|
43
|
-
},
|
|
44
|
-
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
|
-
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "Exportar todo: {total, plural, one {# categoría} other {# categorías}}"
|
|
47
|
-
},
|
|
48
|
-
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
|
-
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "Exportar todo: {total, plural, one {# cliente} other {# clientes}}"
|
|
51
|
-
},
|
|
52
|
-
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
|
-
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "Exportar todo: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
|
|
55
|
-
},
|
|
56
|
-
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
|
-
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "Exportar todo: {total, plural, one {# pedido} other {# pedidos}}"
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
|
-
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "Exportar todo: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
|
|
63
|
-
},
|
|
64
|
-
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
|
-
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "Exportar todo: {total, plural, one {# producto} other {# productos}}"
|
|
67
|
-
},
|
|
68
|
-
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
|
-
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "Exportar las filtradas: {total, plural, one {# categoría} other {# categorías}}"
|
|
71
|
-
},
|
|
72
|
-
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
|
-
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "Exportar los filtrados: {total, plural, one {# cliente} other {# clientes}}"
|
|
75
|
-
},
|
|
76
|
-
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
|
-
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "Exportar los filtrados: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
|
|
79
|
-
},
|
|
80
|
-
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
|
-
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "Exportar los filtrados: {total, plural, one {# pedido} other {# pedidos}}"
|
|
83
|
-
},
|
|
84
|
-
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
|
-
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "Exportar los filtrados: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
|
|
87
|
-
},
|
|
88
|
-
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
|
-
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "Exportar los filtrados: {total, plural, one {# producto} other {# productos}}"
|
|
91
|
-
},
|
|
92
|
-
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
|
-
developer_comment: "Label for Export Filtered without count",
|
|
94
|
-
string: "Exportar lo filtrado"
|
|
95
|
-
},
|
|
96
|
-
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
|
-
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "Exportar las seleccionadas: {total, plural, one {# categoría} other {# categorías}}"
|
|
99
|
-
},
|
|
100
|
-
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
|
-
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "Exportar los seleccionados: {total, plural, one {# cliente} other {# clientes}}"
|
|
103
|
-
},
|
|
104
|
-
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
|
-
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "Exportar los seleccionados: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
|
|
107
|
-
},
|
|
108
|
-
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
|
-
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "Exportar los seleccionados: {total, plural, one {# pedido} other {# pedidos}}"
|
|
111
|
-
},
|
|
112
|
-
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
|
-
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "Exportar los seleccionados: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
|
|
115
|
-
},
|
|
116
|
-
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
|
-
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "Exportar los seleccionados: {total, plural, one {# producto} other {# productos}}"
|
|
119
|
-
},
|
|
120
|
-
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
|
-
developer_comment: "Label for Export Selected without count",
|
|
122
|
-
string: "Exportar selección"
|
|
123
|
-
},
|
|
124
|
-
"ExportResourcesModal.exportSettings": {
|
|
125
|
-
developer_comment: "Label for Export Settings",
|
|
126
|
-
string: "Configuraciones"
|
|
127
|
-
},
|
|
128
|
-
"ExportResourcesModal.fieldDefinitions": {
|
|
129
|
-
developer_comment: "Label for \"Field definitions\" link",
|
|
130
|
-
string: "Definición de campos"
|
|
131
|
-
},
|
|
132
|
-
"ExportResourcesModal.fileName": {
|
|
133
|
-
developer_comment: "exported file name",
|
|
134
|
-
string: "Nombre del archivo"
|
|
135
|
-
},
|
|
136
|
-
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
-
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "Incluye el número de pedido, identificador y estados en cada fila"
|
|
139
|
-
},
|
|
140
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
141
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
142
|
-
string: "Incluir la información de nivel de producto y de variante en cada fila"
|
|
143
|
-
},
|
|
144
|
-
"ExportResourcesModal.includeAllLocales": {
|
|
145
|
-
developer_comment: "label for \"Include all locales\" checkbox",
|
|
146
|
-
string: "Introducir todos los idiomas"
|
|
147
|
-
},
|
|
148
|
-
"ExportResourcesModal.invalidFileNameError": {
|
|
149
|
-
developer_comment: "Error when file name field is not valid",
|
|
150
|
-
string: "El nombre del archivo solo puede contener caracteres alfanuméricos, guiones y guiones bajos"
|
|
151
|
-
},
|
|
152
|
-
"ExportResourcesModal.itemCount": {
|
|
153
|
-
developer_comment: "Label for item count",
|
|
154
|
-
string: "{count, plural, =0 {ningún artículo} one {# artículo} other {# artículos}}"
|
|
155
|
-
},
|
|
156
|
-
"ExportResourcesModal.loadMoreFields": {
|
|
157
|
-
developer_comment: "Load more fields message",
|
|
158
|
-
string: "Carga más campos utilizando la función de búsqueda"
|
|
159
|
-
},
|
|
160
|
-
"ExportResourcesModal.locale": {
|
|
161
|
-
developer_comment: "Locale",
|
|
162
|
-
string: "Idioma"
|
|
163
|
-
},
|
|
164
|
-
"ExportResourcesModal.missingFileNameError": {
|
|
165
|
-
developer_comment: "Error when file name field is missing",
|
|
166
|
-
string: "Introduce un nombre de archivo"
|
|
167
|
-
},
|
|
168
|
-
"ExportResourcesModal.missingLocaleError": {
|
|
169
|
-
developer_comment: "Error when no locale is selected",
|
|
170
|
-
string: "Selecciona al menos un idioma"
|
|
171
|
-
},
|
|
172
|
-
"ExportResourcesModal.modalTitle.category": {
|
|
173
|
-
developer_comment: "Label for the categories modal title",
|
|
174
|
-
string: "Exportar categorías"
|
|
175
|
-
},
|
|
176
|
-
"ExportResourcesModal.modalTitle.customer": {
|
|
177
|
-
developer_comment: "Label for the customers modal title",
|
|
178
|
-
string: "Exportar clientes"
|
|
179
|
-
},
|
|
180
|
-
"ExportResourcesModal.modalTitle.discountCode": {
|
|
181
|
-
developer_comment: "Label for the discount codes modal title",
|
|
182
|
-
string: "Exportar código/s de descuento"
|
|
183
|
-
},
|
|
184
|
-
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
185
|
-
developer_comment: "Label for the inventories modal title",
|
|
186
|
-
string: "Exportar inventarios"
|
|
187
|
-
},
|
|
188
|
-
"ExportResourcesModal.modalTitle.order": {
|
|
189
|
-
developer_comment: "Label for the orders modal title",
|
|
190
|
-
string: "Exportar pedidos"
|
|
191
|
-
},
|
|
192
|
-
"ExportResourcesModal.modalTitle.product": {
|
|
193
|
-
developer_comment: "Label for the products modal title",
|
|
194
|
-
string: "Exportar productos"
|
|
195
|
-
},
|
|
196
|
-
"ExportResourcesModal.modalTitle.productType": {
|
|
197
|
-
developer_comment: "Label for the product types modal title",
|
|
198
|
-
string: "Exportar tipos de producto"
|
|
199
|
-
},
|
|
200
|
-
"ExportResourcesModal.myViews": {
|
|
201
|
-
developer_comment: "Label for \"My Views\" Select Field",
|
|
202
|
-
string: "Mis vistas"
|
|
203
|
-
},
|
|
204
|
-
"ExportResourcesModal.nothingApplied": {
|
|
205
|
-
developer_comment: "Shown when there is no filter applied",
|
|
206
|
-
string: "no se ha aplicado nada"
|
|
207
|
-
},
|
|
208
|
-
"ExportResourcesModal.outputFormat": {
|
|
209
|
-
developer_comment: "File format like (csv, xls, ...etc)",
|
|
210
|
-
string: "Formato de archivo"
|
|
211
|
-
},
|
|
212
|
-
"ExportResourcesModal.propertiesPanelLabel": {
|
|
213
|
-
developer_comment: "properties panel label",
|
|
214
|
-
string: "Propiedades"
|
|
215
|
-
},
|
|
216
|
-
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
217
|
-
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
218
|
-
string: "Intenta una búsqueda introduciendo el nombre exacto del campo."
|
|
219
|
-
},
|
|
220
|
-
"ExportResourcesModal.searchForFields": {
|
|
221
|
-
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
222
|
-
string: "Búsqueda por campos"
|
|
223
|
-
},
|
|
224
|
-
"ExportResourcesModal.selectFieldsToExport": {
|
|
225
|
-
string: "Seleccionar los campos para exportar"
|
|
226
|
-
},
|
|
227
|
-
"ExportResourcesModal.selected": {
|
|
228
|
-
developer_comment: "Label for total Selected",
|
|
229
|
-
string: "{total} seleccionado/s"
|
|
230
|
-
},
|
|
231
|
-
"ExportResourcesModal.startExport": {
|
|
232
|
-
developer_comment: "Label for \"Start export\" button",
|
|
233
|
-
string: "Iniciar exportación"
|
|
234
|
-
},
|
|
235
|
-
"ExportResourcesModal.suggestions": {
|
|
236
|
-
developer_comment: "In Export fields selection - Suggestions message",
|
|
237
|
-
string: "Sugerencias:"
|
|
238
|
-
},
|
|
239
|
-
"ExportResourcesModal.thereAreNoResults": {
|
|
240
|
-
developer_comment: "No search results message",
|
|
241
|
-
string: "No hay resultados para tu búsqueda."
|
|
242
|
-
},
|
|
243
|
-
"ExportResourcesModal.unexpectedError": {
|
|
244
|
-
developer_comment: "Generic notification message when starting export process fails",
|
|
245
|
-
string: "Se ha producido un error al iniciar el proceso de exportación. Inténtalo de nuevo o ponte en contacto con Soporte, si el problema continua."
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
|
|
249
|
-
exports["default"] = es;
|
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var frFR = {
|
|
4
|
-
"ExportResourcesModal.back": {
|
|
5
|
-
developer_comment: "Label for \"Back\" button",
|
|
6
|
-
string: "Retour"
|
|
7
|
-
},
|
|
8
|
-
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
-
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
-
string: "Vérifiez l'orthographe."
|
|
11
|
-
},
|
|
12
|
-
"ExportResourcesModal.continue": {
|
|
13
|
-
developer_comment: "Label for \"Continue\" button",
|
|
14
|
-
string: "Continuer"
|
|
15
|
-
},
|
|
16
|
-
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
17
|
-
developer_comment: "Select Export setttings based on my views",
|
|
18
|
-
string: "Sélectionnez les paramètres d'exportation sur la base de :"
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
|
-
developer_comment: "Label for Export All inventories",
|
|
22
|
-
string: "Exporter des inventaires pour tous les {total, plural, one {# produit} other {# produits}}"
|
|
23
|
-
},
|
|
24
|
-
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
-
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
-
string: "Exporter des inventaires pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
27
|
-
},
|
|
28
|
-
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
-
developer_comment: "Label for Export Selected inventories",
|
|
30
|
-
string: "Exporter des inventaires pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
|
-
developer_comment: "Success message",
|
|
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
|
-
},
|
|
36
|
-
"ExportResourcesModal.exportPreferences": {
|
|
37
|
-
developer_comment: "Label for preferences",
|
|
38
|
-
string: "Préférences"
|
|
39
|
-
},
|
|
40
|
-
"ExportResourcesModal.exportScope": {
|
|
41
|
-
developer_comment: "Label for Export Scope",
|
|
42
|
-
string: "Étendue"
|
|
43
|
-
},
|
|
44
|
-
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
|
-
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
|
|
47
|
-
},
|
|
48
|
-
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
|
-
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "Tout exporter : {total, plural, one {# client} other {# clients}}"
|
|
51
|
-
},
|
|
52
|
-
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
|
-
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "Tout exporter : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
55
|
-
},
|
|
56
|
-
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
|
-
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
|
-
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "Tout exporter : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
63
|
-
},
|
|
64
|
-
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
|
-
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
67
|
-
},
|
|
68
|
-
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
|
-
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
71
|
-
},
|
|
72
|
-
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
|
-
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "Exporter les données filtrées : {total, plural, one {# client} other {# clients}}"
|
|
75
|
-
},
|
|
76
|
-
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
|
-
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "Exporter les données filtrées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
79
|
-
},
|
|
80
|
-
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
|
-
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
|
|
83
|
-
},
|
|
84
|
-
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
|
-
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "Exporter les données filtrées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
87
|
-
},
|
|
88
|
-
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
|
-
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
91
|
-
},
|
|
92
|
-
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
|
-
developer_comment: "Label for Export Filtered without count",
|
|
94
|
-
string: "Filtre d'exportation"
|
|
95
|
-
},
|
|
96
|
-
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
|
-
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
99
|
-
},
|
|
100
|
-
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
|
-
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# client} other {# clients}}"
|
|
103
|
-
},
|
|
104
|
-
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
|
-
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
107
|
-
},
|
|
108
|
-
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
|
-
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
|
|
111
|
-
},
|
|
112
|
-
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
|
-
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
115
|
-
},
|
|
116
|
-
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
|
-
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
119
|
-
},
|
|
120
|
-
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
|
-
developer_comment: "Label for Export Selected without count",
|
|
122
|
-
string: "Sélection d'exportation"
|
|
123
|
-
},
|
|
124
|
-
"ExportResourcesModal.exportSettings": {
|
|
125
|
-
developer_comment: "Label for Export Settings",
|
|
126
|
-
string: "Paramètres"
|
|
127
|
-
},
|
|
128
|
-
"ExportResourcesModal.fieldDefinitions": {
|
|
129
|
-
developer_comment: "Label for \"Field definitions\" link",
|
|
130
|
-
string: "Définitions de champ"
|
|
131
|
-
},
|
|
132
|
-
"ExportResourcesModal.fileName": {
|
|
133
|
-
developer_comment: "exported file name",
|
|
134
|
-
string: "Nom du fichier"
|
|
135
|
-
},
|
|
136
|
-
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
|
-
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "Inclure le numéro de commande, l'ID et les états dans chaque ligne"
|
|
139
|
-
},
|
|
140
|
-
"ExportResourcesModal.fillRowsForProductExport": {
|
|
141
|
-
developer_comment: "A checkbox label for filling rows for product export",
|
|
142
|
-
string: "Inclure les informations au niveau du produit et de la variante dans chaque ligne"
|
|
143
|
-
},
|
|
144
|
-
"ExportResourcesModal.includeAllLocales": {
|
|
145
|
-
developer_comment: "label for \"Include all locales\" checkbox",
|
|
146
|
-
string: "Inclure toutes les langues"
|
|
147
|
-
},
|
|
148
|
-
"ExportResourcesModal.invalidFileNameError": {
|
|
149
|
-
developer_comment: "Error when file name field is not valid",
|
|
150
|
-
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
151
|
-
},
|
|
152
|
-
"ExportResourcesModal.itemCount": {
|
|
153
|
-
developer_comment: "Label for item count",
|
|
154
|
-
string: "{count, plural, =0 {pas d'article} one {# article} other {# articles}}"
|
|
155
|
-
},
|
|
156
|
-
"ExportResourcesModal.loadMoreFields": {
|
|
157
|
-
developer_comment: "Load more fields message",
|
|
158
|
-
string: "Charger plus de champs grâce à la fonctionnalité de recherche"
|
|
159
|
-
},
|
|
160
|
-
"ExportResourcesModal.locale": {
|
|
161
|
-
developer_comment: "Locale",
|
|
162
|
-
string: "Langue"
|
|
163
|
-
},
|
|
164
|
-
"ExportResourcesModal.missingFileNameError": {
|
|
165
|
-
developer_comment: "Error when file name field is missing",
|
|
166
|
-
string: "Veuillez entrer un nom de fichier"
|
|
167
|
-
},
|
|
168
|
-
"ExportResourcesModal.missingLocaleError": {
|
|
169
|
-
developer_comment: "Error when no locale is selected",
|
|
170
|
-
string: "Veuillez sélectionner au moins une langue"
|
|
171
|
-
},
|
|
172
|
-
"ExportResourcesModal.modalTitle.category": {
|
|
173
|
-
developer_comment: "Label for the categories modal title",
|
|
174
|
-
string: "Catégories d'exportation"
|
|
175
|
-
},
|
|
176
|
-
"ExportResourcesModal.modalTitle.customer": {
|
|
177
|
-
developer_comment: "Label for the customers modal title",
|
|
178
|
-
string: "Exporter les clients"
|
|
179
|
-
},
|
|
180
|
-
"ExportResourcesModal.modalTitle.discountCode": {
|
|
181
|
-
developer_comment: "Label for the discount codes modal title",
|
|
182
|
-
string: "Exporter les codes de remise"
|
|
183
|
-
},
|
|
184
|
-
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
185
|
-
developer_comment: "Label for the inventories modal title",
|
|
186
|
-
string: "Exporter les inventaires"
|
|
187
|
-
},
|
|
188
|
-
"ExportResourcesModal.modalTitle.order": {
|
|
189
|
-
developer_comment: "Label for the orders modal title",
|
|
190
|
-
string: "Exporter des commandes"
|
|
191
|
-
},
|
|
192
|
-
"ExportResourcesModal.modalTitle.product": {
|
|
193
|
-
developer_comment: "Label for the products modal title",
|
|
194
|
-
string: "Exporter des produits"
|
|
195
|
-
},
|
|
196
|
-
"ExportResourcesModal.modalTitle.productType": {
|
|
197
|
-
developer_comment: "Label for the product types modal title",
|
|
198
|
-
string: "Types de produit à exporter"
|
|
199
|
-
},
|
|
200
|
-
"ExportResourcesModal.myViews": {
|
|
201
|
-
developer_comment: "Label for \"My Views\" Select Field",
|
|
202
|
-
string: "Mes affichages"
|
|
203
|
-
},
|
|
204
|
-
"ExportResourcesModal.nothingApplied": {
|
|
205
|
-
developer_comment: "Shown when there is no filter applied",
|
|
206
|
-
string: "rien d'appliqué"
|
|
207
|
-
},
|
|
208
|
-
"ExportResourcesModal.outputFormat": {
|
|
209
|
-
developer_comment: "File format like (csv, xls, ...etc)",
|
|
210
|
-
string: "Format du fichier"
|
|
211
|
-
},
|
|
212
|
-
"ExportResourcesModal.propertiesPanelLabel": {
|
|
213
|
-
developer_comment: "properties panel label",
|
|
214
|
-
string: "Propriétés"
|
|
215
|
-
},
|
|
216
|
-
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
217
|
-
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
218
|
-
string: "Essayez de lancer une recherche en saisissant le nom exact du fichier."
|
|
219
|
-
},
|
|
220
|
-
"ExportResourcesModal.searchForFields": {
|
|
221
|
-
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
222
|
-
string: "Rechercher des champs"
|
|
223
|
-
},
|
|
224
|
-
"ExportResourcesModal.selectFieldsToExport": {
|
|
225
|
-
string: "Sélectionner les champs à exporter"
|
|
226
|
-
},
|
|
227
|
-
"ExportResourcesModal.selected": {
|
|
228
|
-
developer_comment: "Label for total Selected",
|
|
229
|
-
string: "{total} sélectionné(s)"
|
|
230
|
-
},
|
|
231
|
-
"ExportResourcesModal.startExport": {
|
|
232
|
-
developer_comment: "Label for \"Start export\" button",
|
|
233
|
-
string: "Commencer l'exportation"
|
|
234
|
-
},
|
|
235
|
-
"ExportResourcesModal.suggestions": {
|
|
236
|
-
developer_comment: "In Export fields selection - Suggestions message",
|
|
237
|
-
string: "Suggestions :"
|
|
238
|
-
},
|
|
239
|
-
"ExportResourcesModal.thereAreNoResults": {
|
|
240
|
-
developer_comment: "No search results message",
|
|
241
|
-
string: "Aucun résultat ne correspond à votre recherche."
|
|
242
|
-
},
|
|
243
|
-
"ExportResourcesModal.unexpectedError": {
|
|
244
|
-
developer_comment: "Generic notification message when starting export process fails",
|
|
245
|
-
string: "Une erreur est survenue lors du début du processus d'exportation. Veuillez réessayer ou contactez l'assistance si le problème persiste."
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
|
|
249
|
-
exports["default"] = frFR;
|