@commercetools-frontend-extensions/export-resources-modal 0.0.0-bw-test-preview-deploy-20250115163227
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/LICENSE +29 -0
- package/README.md +386 -0
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.d.ts +3 -0
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +2080 -0
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.js +7 -0
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +2050 -0
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +2037 -0
- package/dist/de-3d4cf3d0.cjs.prod.js +237 -0
- package/dist/de-abc94d19.esm.js +235 -0
- package/dist/de-d6a38e9e.cjs.dev.js +237 -0
- package/dist/declarations/src/@constants/delimiters.d.ts +4 -0
- package/dist/declarations/src/@constants/export-operation-states.d.ts +6 -0
- package/dist/declarations/src/@constants/export-types.d.ts +5 -0
- package/dist/declarations/src/@constants/exportable-resources.d.ts +9 -0
- package/dist/declarations/src/@constants/index.d.ts +8 -0
- package/dist/declarations/src/@constants/misc.d.ts +3 -0
- package/dist/declarations/src/@constants/output-formats.d.ts +8 -0
- package/dist/declarations/src/@constants/resource-type-messages.d.ts +10 -0
- package/dist/declarations/src/@constants/urls.d.ts +2 -0
- package/dist/declarations/src/@hooks/index.d.ts +4 -0
- package/dist/declarations/src/@hooks/use-convert-field-definitions-for-export.d.ts +9 -0
- package/dist/declarations/src/@hooks/use-export-resources-modal-context.d.ts +2 -0
- package/dist/declarations/src/@hooks/use-initial-values.d.ts +2 -0
- package/dist/declarations/src/@hooks/use-start-export-operation.d.ts +4 -0
- package/dist/declarations/src/@types/export-api.d.ts +30 -0
- package/dist/declarations/src/@types/export-resources-modal-context.d.ts +22 -0
- package/dist/declarations/src/@types/export-resources-modal-types.d.ts +49 -0
- package/dist/declarations/src/@types/field-definition.d.ts +7 -0
- package/dist/declarations/src/@types/form.d.ts +37 -0
- package/dist/declarations/src/@types/index.d.ts +7 -0
- package/dist/declarations/src/@types/output-format.d.ts +1 -0
- package/dist/declarations/src/@types/resource-type.d.ts +5 -0
- package/dist/declarations/src/export-resources-modal.d.ts +6 -0
- package/dist/declarations/src/index.d.ts +5 -0
- package/dist/en-0ea9f92c.cjs.dev.js +237 -0
- package/dist/en-38313842.esm.js +235 -0
- package/dist/en-fc0085cc.cjs.prod.js +237 -0
- package/dist/es-6360d546.cjs.prod.js +237 -0
- package/dist/es-85c5a396.esm.js +235 -0
- package/dist/es-a4227b21.cjs.dev.js +237 -0
- package/dist/fr-FR-1602d5ff.cjs.dev.js +237 -0
- package/dist/fr-FR-e610590b.esm.js +235 -0
- package/dist/fr-FR-ff7ec057.cjs.prod.js +237 -0
- package/dist/ja-37632763.cjs.prod.js +6 -0
- package/dist/ja-73c088a7.esm.js +4 -0
- package/dist/ja-9bd5f452.cjs.dev.js +6 -0
- package/dist/pt-BR-7b17be9e.cjs.dev.js +237 -0
- package/dist/pt-BR-ccc18639.esm.js +235 -0
- package/dist/pt-BR-d9b0a36d.cjs.prod.js +237 -0
- package/package.json +81 -0
|
@@ -0,0 +1,237 @@
|
|
|
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} produits"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
+
string: "Exporter des inventaires pour tous les {total} produits filtrés"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
|
+
developer_comment: "Label for Export Selected inventories",
|
|
30
|
+
string: "Exporter des inventaires pour tous les {total} 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: "Preferences"
|
|
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} catégories"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
|
+
developer_comment: "Label for Export All customers",
|
|
50
|
+
string: "Tout exporter : {total} clients"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
|
+
developer_comment: "Label for Export All discount codes",
|
|
54
|
+
string: "Tout exporter : {total} codes de remise"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
|
+
developer_comment: "Label for Export All orders",
|
|
58
|
+
string: "Tout exporter : {total} commandes"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
|
+
developer_comment: "Label for Export All product types",
|
|
62
|
+
string: "Tout exporter : {total} types de produit"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
|
+
developer_comment: "Label for Export All products",
|
|
66
|
+
string: "Tout exporter : {total} produits"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
|
+
developer_comment: "Label for Export Filtered categories",
|
|
70
|
+
string: "Filtre d'exportation : {total} catégories"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
|
+
developer_comment: "Label for Export Filtered customers",
|
|
74
|
+
string: "Filtre d'exportation : {total} clients"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
+
string: "Filtre d'exportation : {total} codes de remise"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
|
+
developer_comment: "Label for Export Filtered orders",
|
|
82
|
+
string: "Filtre d'exportation : {total} commandes"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
|
+
developer_comment: "Label for Export Filtered product types",
|
|
86
|
+
string: "Recherche d'exportation : {total} types de produit"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
|
+
developer_comment: "Label for Export Filtered products",
|
|
90
|
+
string: "Filtre d'exportation : {total} 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: "Sélection d'exportation : {total} catégories"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
|
+
developer_comment: "Label for Export Selected customers",
|
|
102
|
+
string: "Sélection d'exportation : {total} clients"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
+
string: "Sélection d'exportation : {total} codes de remise"
|
|
107
|
+
},
|
|
108
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
|
+
developer_comment: "Label for Export Selected orders",
|
|
110
|
+
string: "Sélection d'exportation : {total} commandes"
|
|
111
|
+
},
|
|
112
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
|
+
developer_comment: "Label for Export Selected product types",
|
|
114
|
+
string: "Sélection d'exportation : {total} types de produit"
|
|
115
|
+
},
|
|
116
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
|
+
developer_comment: "Label for Export Selected products",
|
|
118
|
+
string: "Sélection d'exportation : {total} produit"
|
|
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: "Include Order number, id, and states in every row"
|
|
139
|
+
},
|
|
140
|
+
"ExportResourcesModal.includeAllLocales": {
|
|
141
|
+
developer_comment: "label for \"Include all locales\" checkbox",
|
|
142
|
+
string: "Inclure toutes les langues"
|
|
143
|
+
},
|
|
144
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
145
|
+
developer_comment: "Error when file name field is not valid",
|
|
146
|
+
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
147
|
+
},
|
|
148
|
+
"ExportResourcesModal.locale": {
|
|
149
|
+
developer_comment: "Locale",
|
|
150
|
+
string: "Langue"
|
|
151
|
+
},
|
|
152
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
153
|
+
developer_comment: "Error when file name field is missing",
|
|
154
|
+
string: "Veuillez entrer un nom de fichier"
|
|
155
|
+
},
|
|
156
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
157
|
+
developer_comment: "Error when no locale is selected",
|
|
158
|
+
string: "Veuillez sélectionner au moins une langue"
|
|
159
|
+
},
|
|
160
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
161
|
+
developer_comment: "Label for the categories modal title",
|
|
162
|
+
string: "Catégories d'exportation"
|
|
163
|
+
},
|
|
164
|
+
"ExportResourcesModal.modalTitle.customer": {
|
|
165
|
+
developer_comment: "Label for the customers modal title",
|
|
166
|
+
string: "Exporter les clients"
|
|
167
|
+
},
|
|
168
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
169
|
+
developer_comment: "Label for the discount codes modal title",
|
|
170
|
+
string: "Exporter les codes de remise"
|
|
171
|
+
},
|
|
172
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
173
|
+
developer_comment: "Label for the inventories modal title",
|
|
174
|
+
string: "Exporter les inventaires"
|
|
175
|
+
},
|
|
176
|
+
"ExportResourcesModal.modalTitle.order": {
|
|
177
|
+
developer_comment: "Label for the orders modal title",
|
|
178
|
+
string: "Export orders"
|
|
179
|
+
},
|
|
180
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
181
|
+
developer_comment: "Label for the products modal title",
|
|
182
|
+
string: "Exporter des produits"
|
|
183
|
+
},
|
|
184
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
185
|
+
developer_comment: "Label for the product types modal title",
|
|
186
|
+
string: "Export product types"
|
|
187
|
+
},
|
|
188
|
+
"ExportResourcesModal.myViews": {
|
|
189
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
190
|
+
string: "Mes affichages"
|
|
191
|
+
},
|
|
192
|
+
"ExportResourcesModal.nothingApplied": {
|
|
193
|
+
developer_comment: "Shown when there is no filter applied",
|
|
194
|
+
string: "rien d'appliqué"
|
|
195
|
+
},
|
|
196
|
+
"ExportResourcesModal.outputFormat": {
|
|
197
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
198
|
+
string: "Format du fichier"
|
|
199
|
+
},
|
|
200
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
201
|
+
developer_comment: "properties panel label",
|
|
202
|
+
string: "Propriétés"
|
|
203
|
+
},
|
|
204
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
205
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
206
|
+
string: "Essayez de lancer une recherche en saisissant le nom exact du fichier."
|
|
207
|
+
},
|
|
208
|
+
"ExportResourcesModal.searchForFields": {
|
|
209
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
210
|
+
string: "Rechercher des champs"
|
|
211
|
+
},
|
|
212
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
213
|
+
string: "Sélectionner les champs à exporter"
|
|
214
|
+
},
|
|
215
|
+
"ExportResourcesModal.selected": {
|
|
216
|
+
developer_comment: "Label for total Selected",
|
|
217
|
+
string: "{total} sélectionné(s)"
|
|
218
|
+
},
|
|
219
|
+
"ExportResourcesModal.startExport": {
|
|
220
|
+
developer_comment: "Label for \"Start export\" button",
|
|
221
|
+
string: "Commencer l'exportation"
|
|
222
|
+
},
|
|
223
|
+
"ExportResourcesModal.suggestions": {
|
|
224
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
225
|
+
string: "Suggestions :"
|
|
226
|
+
},
|
|
227
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
228
|
+
developer_comment: "No search results message",
|
|
229
|
+
string: "Aucun résultat ne correspond à votre recherche."
|
|
230
|
+
},
|
|
231
|
+
"ExportResourcesModal.unexpectedError": {
|
|
232
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
233
|
+
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."
|
|
234
|
+
}
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
exports["default"] = frFR;
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
var frFR = {
|
|
2
|
+
"ExportResourcesModal.back": {
|
|
3
|
+
developer_comment: "Label for \"Back\" button",
|
|
4
|
+
string: "Retour"
|
|
5
|
+
},
|
|
6
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
7
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
|
+
string: "Vérifiez l'orthographe."
|
|
9
|
+
},
|
|
10
|
+
"ExportResourcesModal.continue": {
|
|
11
|
+
developer_comment: "Label for \"Continue\" button",
|
|
12
|
+
string: "Continuer"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
15
|
+
developer_comment: "Select Export setttings based on my views",
|
|
16
|
+
string: "Sélectionnez les paramètres d'exportation sur la base de :"
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
19
|
+
developer_comment: "Label for Export All inventories",
|
|
20
|
+
string: "Exporter des inventaires pour tous les {total} produits"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
23
|
+
developer_comment: "Label for Export Filtered inventories",
|
|
24
|
+
string: "Exporter des inventaires pour tous les {total} produits filtrés"
|
|
25
|
+
},
|
|
26
|
+
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
27
|
+
developer_comment: "Label for Export Selected inventories",
|
|
28
|
+
string: "Exporter des inventaires pour tous les {total} produits sélectionnés"
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
31
|
+
developer_comment: "Success message",
|
|
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
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportPreferences": {
|
|
35
|
+
developer_comment: "Label for preferences",
|
|
36
|
+
string: "Preferences"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportScope": {
|
|
39
|
+
developer_comment: "Label for Export Scope",
|
|
40
|
+
string: "Étendue"
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
43
|
+
developer_comment: "Label for Export All categories",
|
|
44
|
+
string: "Tout exporter : {total} catégories"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
47
|
+
developer_comment: "Label for Export All customers",
|
|
48
|
+
string: "Tout exporter : {total} clients"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
51
|
+
developer_comment: "Label for Export All discount codes",
|
|
52
|
+
string: "Tout exporter : {total} codes de remise"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.exportScopeAllOrders": {
|
|
55
|
+
developer_comment: "Label for Export All orders",
|
|
56
|
+
string: "Tout exporter : {total} commandes"
|
|
57
|
+
},
|
|
58
|
+
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
59
|
+
developer_comment: "Label for Export All product types",
|
|
60
|
+
string: "Tout exporter : {total} types de produit"
|
|
61
|
+
},
|
|
62
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
63
|
+
developer_comment: "Label for Export All products",
|
|
64
|
+
string: "Tout exporter : {total} produits"
|
|
65
|
+
},
|
|
66
|
+
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
67
|
+
developer_comment: "Label for Export Filtered categories",
|
|
68
|
+
string: "Filtre d'exportation : {total} catégories"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
71
|
+
developer_comment: "Label for Export Filtered customers",
|
|
72
|
+
string: "Filtre d'exportation : {total} clients"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
75
|
+
developer_comment: "Label for Export Filtered discount codes",
|
|
76
|
+
string: "Filtre d'exportation : {total} codes de remise"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
79
|
+
developer_comment: "Label for Export Filtered orders",
|
|
80
|
+
string: "Filtre d'exportation : {total} commandes"
|
|
81
|
+
},
|
|
82
|
+
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
83
|
+
developer_comment: "Label for Export Filtered product types",
|
|
84
|
+
string: "Recherche d'exportation : {total} types de produit"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
87
|
+
developer_comment: "Label for Export Filtered products",
|
|
88
|
+
string: "Filtre d'exportation : {total} produits"
|
|
89
|
+
},
|
|
90
|
+
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
91
|
+
developer_comment: "Label for Export Filtered without count",
|
|
92
|
+
string: "Filtre d'exportation"
|
|
93
|
+
},
|
|
94
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
95
|
+
developer_comment: "Label for Export Selected categories",
|
|
96
|
+
string: "Sélection d'exportation : {total} catégories"
|
|
97
|
+
},
|
|
98
|
+
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
99
|
+
developer_comment: "Label for Export Selected customers",
|
|
100
|
+
string: "Sélection d'exportation : {total} clients"
|
|
101
|
+
},
|
|
102
|
+
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
103
|
+
developer_comment: "Label for Export Selected discount codes",
|
|
104
|
+
string: "Sélection d'exportation : {total} codes de remise"
|
|
105
|
+
},
|
|
106
|
+
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
107
|
+
developer_comment: "Label for Export Selected orders",
|
|
108
|
+
string: "Sélection d'exportation : {total} commandes"
|
|
109
|
+
},
|
|
110
|
+
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
111
|
+
developer_comment: "Label for Export Selected product types",
|
|
112
|
+
string: "Sélection d'exportation : {total} types de produit"
|
|
113
|
+
},
|
|
114
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
115
|
+
developer_comment: "Label for Export Selected products",
|
|
116
|
+
string: "Sélection d'exportation : {total} produit"
|
|
117
|
+
},
|
|
118
|
+
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
119
|
+
developer_comment: "Label for Export Selected without count",
|
|
120
|
+
string: "Sélection d'exportation"
|
|
121
|
+
},
|
|
122
|
+
"ExportResourcesModal.exportSettings": {
|
|
123
|
+
developer_comment: "Label for Export Settings",
|
|
124
|
+
string: "Paramètres"
|
|
125
|
+
},
|
|
126
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
127
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
128
|
+
string: "Définitions de champ"
|
|
129
|
+
},
|
|
130
|
+
"ExportResourcesModal.fileName": {
|
|
131
|
+
developer_comment: "exported file name",
|
|
132
|
+
string: "Nom du fichier"
|
|
133
|
+
},
|
|
134
|
+
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
|
+
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
+
string: "Include Order number, id, and states in every row"
|
|
137
|
+
},
|
|
138
|
+
"ExportResourcesModal.includeAllLocales": {
|
|
139
|
+
developer_comment: "label for \"Include all locales\" checkbox",
|
|
140
|
+
string: "Inclure toutes les langues"
|
|
141
|
+
},
|
|
142
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
143
|
+
developer_comment: "Error when file name field is not valid",
|
|
144
|
+
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
145
|
+
},
|
|
146
|
+
"ExportResourcesModal.locale": {
|
|
147
|
+
developer_comment: "Locale",
|
|
148
|
+
string: "Langue"
|
|
149
|
+
},
|
|
150
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
151
|
+
developer_comment: "Error when file name field is missing",
|
|
152
|
+
string: "Veuillez entrer un nom de fichier"
|
|
153
|
+
},
|
|
154
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
155
|
+
developer_comment: "Error when no locale is selected",
|
|
156
|
+
string: "Veuillez sélectionner au moins une langue"
|
|
157
|
+
},
|
|
158
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
159
|
+
developer_comment: "Label for the categories modal title",
|
|
160
|
+
string: "Catégories d'exportation"
|
|
161
|
+
},
|
|
162
|
+
"ExportResourcesModal.modalTitle.customer": {
|
|
163
|
+
developer_comment: "Label for the customers modal title",
|
|
164
|
+
string: "Exporter les clients"
|
|
165
|
+
},
|
|
166
|
+
"ExportResourcesModal.modalTitle.discountCode": {
|
|
167
|
+
developer_comment: "Label for the discount codes modal title",
|
|
168
|
+
string: "Exporter les codes de remise"
|
|
169
|
+
},
|
|
170
|
+
"ExportResourcesModal.modalTitle.inventoryEntry": {
|
|
171
|
+
developer_comment: "Label for the inventories modal title",
|
|
172
|
+
string: "Exporter les inventaires"
|
|
173
|
+
},
|
|
174
|
+
"ExportResourcesModal.modalTitle.order": {
|
|
175
|
+
developer_comment: "Label for the orders modal title",
|
|
176
|
+
string: "Export orders"
|
|
177
|
+
},
|
|
178
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
179
|
+
developer_comment: "Label for the products modal title",
|
|
180
|
+
string: "Exporter des produits"
|
|
181
|
+
},
|
|
182
|
+
"ExportResourcesModal.modalTitle.productType": {
|
|
183
|
+
developer_comment: "Label for the product types modal title",
|
|
184
|
+
string: "Export product types"
|
|
185
|
+
},
|
|
186
|
+
"ExportResourcesModal.myViews": {
|
|
187
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
188
|
+
string: "Mes affichages"
|
|
189
|
+
},
|
|
190
|
+
"ExportResourcesModal.nothingApplied": {
|
|
191
|
+
developer_comment: "Shown when there is no filter applied",
|
|
192
|
+
string: "rien d'appliqué"
|
|
193
|
+
},
|
|
194
|
+
"ExportResourcesModal.outputFormat": {
|
|
195
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
196
|
+
string: "Format du fichier"
|
|
197
|
+
},
|
|
198
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
199
|
+
developer_comment: "properties panel label",
|
|
200
|
+
string: "Propriétés"
|
|
201
|
+
},
|
|
202
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
203
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
204
|
+
string: "Essayez de lancer une recherche en saisissant le nom exact du fichier."
|
|
205
|
+
},
|
|
206
|
+
"ExportResourcesModal.searchForFields": {
|
|
207
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
208
|
+
string: "Rechercher des champs"
|
|
209
|
+
},
|
|
210
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
211
|
+
string: "Sélectionner les champs à exporter"
|
|
212
|
+
},
|
|
213
|
+
"ExportResourcesModal.selected": {
|
|
214
|
+
developer_comment: "Label for total Selected",
|
|
215
|
+
string: "{total} sélectionné(s)"
|
|
216
|
+
},
|
|
217
|
+
"ExportResourcesModal.startExport": {
|
|
218
|
+
developer_comment: "Label for \"Start export\" button",
|
|
219
|
+
string: "Commencer l'exportation"
|
|
220
|
+
},
|
|
221
|
+
"ExportResourcesModal.suggestions": {
|
|
222
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
223
|
+
string: "Suggestions :"
|
|
224
|
+
},
|
|
225
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
226
|
+
developer_comment: "No search results message",
|
|
227
|
+
string: "Aucun résultat ne correspond à votre recherche."
|
|
228
|
+
},
|
|
229
|
+
"ExportResourcesModal.unexpectedError": {
|
|
230
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
231
|
+
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."
|
|
232
|
+
}
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
export { frFR as default };
|