@commercetools-frontend-extensions/export-resources-modal 4.12.2 → 4.13.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 +11 -12
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +11 -12
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +11 -12
- package/dist/{de-3d4cf3d0.cjs.prod.js → de-1903dccf.cjs.prod.js} +37 -25
- package/dist/{de-abc94d19.esm.js → de-2ad4e0d7.esm.js} +37 -25
- package/dist/{de-d6a38e9e.cjs.dev.js → de-b820e753.cjs.dev.js} +37 -25
- package/dist/declarations/src/@types/export-resources-modal-context.d.ts +1 -0
- package/dist/{en-fc0085cc.cjs.prod.js → en-56c15954.cjs.prod.js} +33 -21
- package/dist/{en-38313842.esm.js → en-5b88bfde.esm.js} +33 -21
- package/dist/{en-0ea9f92c.cjs.dev.js → en-9aa667ca.cjs.dev.js} +33 -21
- package/dist/{es-a4227b21.cjs.dev.js → es-01c31bc7.cjs.dev.js} +37 -25
- package/dist/{es-85c5a396.esm.js → es-4658edf6.esm.js} +37 -25
- package/dist/{es-6360d546.cjs.prod.js → es-7959f578.cjs.prod.js} +37 -25
- package/dist/{fr-FR-1602d5ff.cjs.dev.js → fr-FR-0a721f97.cjs.prod.js} +37 -25
- package/dist/{fr-FR-e610590b.esm.js → fr-FR-3057d941.esm.js} +37 -25
- package/dist/{fr-FR-ff7ec057.cjs.prod.js → fr-FR-d641720a.cjs.dev.js} +37 -25
- package/dist/{pt-BR-d9b0a36d.cjs.prod.js → pt-BR-442e5bba.cjs.dev.js} +37 -25
- package/dist/{pt-BR-7b17be9e.cjs.dev.js → pt-BR-89644b77.cjs.prod.js} +37 -25
- package/dist/{pt-BR-ccc18639.esm.js → pt-BR-b849606a.esm.js} +37 -25
- package/package.json +38 -35
|
@@ -19,15 +19,15 @@ var frFR = {
|
|
|
19
19
|
},
|
|
20
20
|
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
21
|
developer_comment: "Label for Export All inventories",
|
|
22
|
-
string: "Exporter des inventaires pour tous les {total} produits"
|
|
22
|
+
string: "Exporter des inventaires pour tous les {total, plural, one {# produit} other {# produits}}"
|
|
23
23
|
},
|
|
24
24
|
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
25
|
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
-
string: "Exporter des inventaires pour
|
|
26
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
27
27
|
},
|
|
28
28
|
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
29
|
developer_comment: "Label for Export Selected inventories",
|
|
30
|
-
string: "Exporter des inventaires pour
|
|
30
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
31
31
|
},
|
|
32
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
33
|
developer_comment: "Success message",
|
|
@@ -35,7 +35,7 @@ var frFR = {
|
|
|
35
35
|
},
|
|
36
36
|
"ExportResourcesModal.exportPreferences": {
|
|
37
37
|
developer_comment: "Label for preferences",
|
|
38
|
-
string: "
|
|
38
|
+
string: "Préférences"
|
|
39
39
|
},
|
|
40
40
|
"ExportResourcesModal.exportScope": {
|
|
41
41
|
developer_comment: "Label for Export Scope",
|
|
@@ -43,51 +43,51 @@ var frFR = {
|
|
|
43
43
|
},
|
|
44
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
45
|
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "Tout exporter : {total} catégories"
|
|
46
|
+
string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
|
|
47
47
|
},
|
|
48
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
49
|
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "Tout exporter : {total} clients"
|
|
50
|
+
string: "Tout exporter : {total, plural, one {# client} other {# clients}}"
|
|
51
51
|
},
|
|
52
52
|
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
53
|
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "Tout exporter : {total} codes de remise"
|
|
54
|
+
string: "Tout exporter : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
55
55
|
},
|
|
56
56
|
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
57
|
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "Tout exporter : {total} commandes"
|
|
58
|
+
string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
|
|
59
59
|
},
|
|
60
60
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
61
|
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "Tout exporter : {total} types de produit"
|
|
62
|
+
string: "Tout exporter : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
63
63
|
},
|
|
64
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
65
|
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "Tout exporter : {total} produits"
|
|
66
|
+
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
67
67
|
},
|
|
68
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
69
|
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "
|
|
70
|
+
string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
71
71
|
},
|
|
72
72
|
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
73
|
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "
|
|
74
|
+
string: "Exporter les données filtrées : {total, plural, one {# client} other {# clients}}"
|
|
75
75
|
},
|
|
76
76
|
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
77
|
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "
|
|
78
|
+
string: "Exporter les données filtrées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
79
79
|
},
|
|
80
80
|
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
81
|
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "
|
|
82
|
+
string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
|
|
83
83
|
},
|
|
84
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
85
|
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "
|
|
86
|
+
string: "Exporter les données filtrées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
87
87
|
},
|
|
88
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
89
|
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "
|
|
90
|
+
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
91
91
|
},
|
|
92
92
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
93
|
developer_comment: "Label for Export Filtered without count",
|
|
@@ -95,27 +95,27 @@ var frFR = {
|
|
|
95
95
|
},
|
|
96
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
97
|
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "
|
|
98
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
99
99
|
},
|
|
100
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
101
|
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "
|
|
102
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# client} other {# clients}}"
|
|
103
103
|
},
|
|
104
104
|
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
105
|
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "
|
|
106
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
107
107
|
},
|
|
108
108
|
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
109
|
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "
|
|
110
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
|
|
111
111
|
},
|
|
112
112
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
113
|
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "
|
|
114
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
115
115
|
},
|
|
116
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
117
|
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "
|
|
118
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
119
119
|
},
|
|
120
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -135,7 +135,11 @@ var frFR = {
|
|
|
135
135
|
},
|
|
136
136
|
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
137
|
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "
|
|
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"
|
|
139
143
|
},
|
|
140
144
|
"ExportResourcesModal.includeAllLocales": {
|
|
141
145
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -145,6 +149,14 @@ var frFR = {
|
|
|
145
149
|
developer_comment: "Error when file name field is not valid",
|
|
146
150
|
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
147
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
|
+
},
|
|
148
160
|
"ExportResourcesModal.locale": {
|
|
149
161
|
developer_comment: "Locale",
|
|
150
162
|
string: "Langue"
|
|
@@ -175,7 +187,7 @@ var frFR = {
|
|
|
175
187
|
},
|
|
176
188
|
"ExportResourcesModal.modalTitle.order": {
|
|
177
189
|
developer_comment: "Label for the orders modal title",
|
|
178
|
-
string: "
|
|
190
|
+
string: "Exporter des commandes"
|
|
179
191
|
},
|
|
180
192
|
"ExportResourcesModal.modalTitle.product": {
|
|
181
193
|
developer_comment: "Label for the products modal title",
|
|
@@ -183,7 +195,7 @@ var frFR = {
|
|
|
183
195
|
},
|
|
184
196
|
"ExportResourcesModal.modalTitle.productType": {
|
|
185
197
|
developer_comment: "Label for the product types modal title",
|
|
186
|
-
string: "
|
|
198
|
+
string: "Types de produit à exporter"
|
|
187
199
|
},
|
|
188
200
|
"ExportResourcesModal.myViews": {
|
|
189
201
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -17,15 +17,15 @@ var frFR = {
|
|
|
17
17
|
},
|
|
18
18
|
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
19
19
|
developer_comment: "Label for Export All inventories",
|
|
20
|
-
string: "Exporter des inventaires pour tous les {total} produits"
|
|
20
|
+
string: "Exporter des inventaires pour tous les {total, plural, one {# produit} other {# produits}}"
|
|
21
21
|
},
|
|
22
22
|
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
23
23
|
developer_comment: "Label for Export Filtered inventories",
|
|
24
|
-
string: "Exporter des inventaires pour
|
|
24
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
25
25
|
},
|
|
26
26
|
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
27
27
|
developer_comment: "Label for Export Selected inventories",
|
|
28
|
-
string: "Exporter des inventaires pour
|
|
28
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
29
29
|
},
|
|
30
30
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
31
31
|
developer_comment: "Success message",
|
|
@@ -33,7 +33,7 @@ var frFR = {
|
|
|
33
33
|
},
|
|
34
34
|
"ExportResourcesModal.exportPreferences": {
|
|
35
35
|
developer_comment: "Label for preferences",
|
|
36
|
-
string: "
|
|
36
|
+
string: "Préférences"
|
|
37
37
|
},
|
|
38
38
|
"ExportResourcesModal.exportScope": {
|
|
39
39
|
developer_comment: "Label for Export Scope",
|
|
@@ -41,51 +41,51 @@ var frFR = {
|
|
|
41
41
|
},
|
|
42
42
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
43
43
|
developer_comment: "Label for Export All categories",
|
|
44
|
-
string: "Tout exporter : {total} catégories"
|
|
44
|
+
string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
|
|
45
45
|
},
|
|
46
46
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
47
47
|
developer_comment: "Label for Export All customers",
|
|
48
|
-
string: "Tout exporter : {total} clients"
|
|
48
|
+
string: "Tout exporter : {total, plural, one {# client} other {# clients}}"
|
|
49
49
|
},
|
|
50
50
|
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
51
51
|
developer_comment: "Label for Export All discount codes",
|
|
52
|
-
string: "Tout exporter : {total} codes de remise"
|
|
52
|
+
string: "Tout exporter : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
53
53
|
},
|
|
54
54
|
"ExportResourcesModal.exportScopeAllOrders": {
|
|
55
55
|
developer_comment: "Label for Export All orders",
|
|
56
|
-
string: "Tout exporter : {total} commandes"
|
|
56
|
+
string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
|
|
57
57
|
},
|
|
58
58
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
59
59
|
developer_comment: "Label for Export All product types",
|
|
60
|
-
string: "Tout exporter : {total} types de produit"
|
|
60
|
+
string: "Tout exporter : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
61
61
|
},
|
|
62
62
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
63
63
|
developer_comment: "Label for Export All products",
|
|
64
|
-
string: "Tout exporter : {total} produits"
|
|
64
|
+
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
65
65
|
},
|
|
66
66
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
67
67
|
developer_comment: "Label for Export Filtered categories",
|
|
68
|
-
string: "
|
|
68
|
+
string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
69
69
|
},
|
|
70
70
|
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
71
71
|
developer_comment: "Label for Export Filtered customers",
|
|
72
|
-
string: "
|
|
72
|
+
string: "Exporter les données filtrées : {total, plural, one {# client} other {# clients}}"
|
|
73
73
|
},
|
|
74
74
|
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
75
75
|
developer_comment: "Label for Export Filtered discount codes",
|
|
76
|
-
string: "
|
|
76
|
+
string: "Exporter les données filtrées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
77
77
|
},
|
|
78
78
|
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
79
79
|
developer_comment: "Label for Export Filtered orders",
|
|
80
|
-
string: "
|
|
80
|
+
string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
|
|
81
81
|
},
|
|
82
82
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
83
83
|
developer_comment: "Label for Export Filtered product types",
|
|
84
|
-
string: "
|
|
84
|
+
string: "Exporter les données filtrées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
85
85
|
},
|
|
86
86
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
87
87
|
developer_comment: "Label for Export Filtered products",
|
|
88
|
-
string: "
|
|
88
|
+
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
89
89
|
},
|
|
90
90
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
91
91
|
developer_comment: "Label for Export Filtered without count",
|
|
@@ -93,27 +93,27 @@ var frFR = {
|
|
|
93
93
|
},
|
|
94
94
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
95
95
|
developer_comment: "Label for Export Selected categories",
|
|
96
|
-
string: "
|
|
96
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
97
97
|
},
|
|
98
98
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
99
99
|
developer_comment: "Label for Export Selected customers",
|
|
100
|
-
string: "
|
|
100
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# client} other {# clients}}"
|
|
101
101
|
},
|
|
102
102
|
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
103
103
|
developer_comment: "Label for Export Selected discount codes",
|
|
104
|
-
string: "
|
|
104
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
105
105
|
},
|
|
106
106
|
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
107
107
|
developer_comment: "Label for Export Selected orders",
|
|
108
|
-
string: "
|
|
108
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
|
|
109
109
|
},
|
|
110
110
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
111
111
|
developer_comment: "Label for Export Selected product types",
|
|
112
|
-
string: "
|
|
112
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
113
113
|
},
|
|
114
114
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
115
115
|
developer_comment: "Label for Export Selected products",
|
|
116
|
-
string: "
|
|
116
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
117
117
|
},
|
|
118
118
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
119
119
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -133,7 +133,11 @@ var frFR = {
|
|
|
133
133
|
},
|
|
134
134
|
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
135
135
|
developer_comment: "A checkbox label for filling rows for order export",
|
|
136
|
-
string: "
|
|
136
|
+
string: "Inclure le numéro de commande, l'ID et les états dans chaque ligne"
|
|
137
|
+
},
|
|
138
|
+
"ExportResourcesModal.fillRowsForProductExport": {
|
|
139
|
+
developer_comment: "A checkbox label for filling rows for product export",
|
|
140
|
+
string: "Inclure les informations au niveau du produit et de la variante dans chaque ligne"
|
|
137
141
|
},
|
|
138
142
|
"ExportResourcesModal.includeAllLocales": {
|
|
139
143
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -143,6 +147,14 @@ var frFR = {
|
|
|
143
147
|
developer_comment: "Error when file name field is not valid",
|
|
144
148
|
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
145
149
|
},
|
|
150
|
+
"ExportResourcesModal.itemCount": {
|
|
151
|
+
developer_comment: "Label for item count",
|
|
152
|
+
string: "{count, plural, =0 {pas d'article} one {# article} other {# articles}}"
|
|
153
|
+
},
|
|
154
|
+
"ExportResourcesModal.loadMoreFields": {
|
|
155
|
+
developer_comment: "Load more fields message",
|
|
156
|
+
string: "Charger plus de champs grâce à la fonctionnalité de recherche"
|
|
157
|
+
},
|
|
146
158
|
"ExportResourcesModal.locale": {
|
|
147
159
|
developer_comment: "Locale",
|
|
148
160
|
string: "Langue"
|
|
@@ -173,7 +185,7 @@ var frFR = {
|
|
|
173
185
|
},
|
|
174
186
|
"ExportResourcesModal.modalTitle.order": {
|
|
175
187
|
developer_comment: "Label for the orders modal title",
|
|
176
|
-
string: "
|
|
188
|
+
string: "Exporter des commandes"
|
|
177
189
|
},
|
|
178
190
|
"ExportResourcesModal.modalTitle.product": {
|
|
179
191
|
developer_comment: "Label for the products modal title",
|
|
@@ -181,7 +193,7 @@ var frFR = {
|
|
|
181
193
|
},
|
|
182
194
|
"ExportResourcesModal.modalTitle.productType": {
|
|
183
195
|
developer_comment: "Label for the product types modal title",
|
|
184
|
-
string: "
|
|
196
|
+
string: "Types de produit à exporter"
|
|
185
197
|
},
|
|
186
198
|
"ExportResourcesModal.myViews": {
|
|
187
199
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -19,15 +19,15 @@ var frFR = {
|
|
|
19
19
|
},
|
|
20
20
|
"ExportResourcesModal.exportInventoriesForAllProducts": {
|
|
21
21
|
developer_comment: "Label for Export All inventories",
|
|
22
|
-
string: "Exporter des inventaires pour tous les {total} produits"
|
|
22
|
+
string: "Exporter des inventaires pour tous les {total, plural, one {# produit} other {# produits}}"
|
|
23
23
|
},
|
|
24
24
|
"ExportResourcesModal.exportInventoriesForFilteredProducts": {
|
|
25
25
|
developer_comment: "Label for Export Filtered inventories",
|
|
26
|
-
string: "Exporter des inventaires pour
|
|
26
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
27
27
|
},
|
|
28
28
|
"ExportResourcesModal.exportInventoriesForSelectedProducts": {
|
|
29
29
|
developer_comment: "Label for Export Selected inventories",
|
|
30
|
-
string: "Exporter des inventaires pour
|
|
30
|
+
string: "Exporter des inventaires pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
31
31
|
},
|
|
32
32
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
33
33
|
developer_comment: "Success message",
|
|
@@ -35,7 +35,7 @@ var frFR = {
|
|
|
35
35
|
},
|
|
36
36
|
"ExportResourcesModal.exportPreferences": {
|
|
37
37
|
developer_comment: "Label for preferences",
|
|
38
|
-
string: "
|
|
38
|
+
string: "Préférences"
|
|
39
39
|
},
|
|
40
40
|
"ExportResourcesModal.exportScope": {
|
|
41
41
|
developer_comment: "Label for Export Scope",
|
|
@@ -43,51 +43,51 @@ var frFR = {
|
|
|
43
43
|
},
|
|
44
44
|
"ExportResourcesModal.exportScopeAllCategories": {
|
|
45
45
|
developer_comment: "Label for Export All categories",
|
|
46
|
-
string: "Tout exporter : {total} catégories"
|
|
46
|
+
string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
|
|
47
47
|
},
|
|
48
48
|
"ExportResourcesModal.exportScopeAllCustomers": {
|
|
49
49
|
developer_comment: "Label for Export All customers",
|
|
50
|
-
string: "Tout exporter : {total} clients"
|
|
50
|
+
string: "Tout exporter : {total, plural, one {# client} other {# clients}}"
|
|
51
51
|
},
|
|
52
52
|
"ExportResourcesModal.exportScopeAllDiscountCodes": {
|
|
53
53
|
developer_comment: "Label for Export All discount codes",
|
|
54
|
-
string: "Tout exporter : {total} codes de remise"
|
|
54
|
+
string: "Tout exporter : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
55
55
|
},
|
|
56
56
|
"ExportResourcesModal.exportScopeAllOrders": {
|
|
57
57
|
developer_comment: "Label for Export All orders",
|
|
58
|
-
string: "Tout exporter : {total} commandes"
|
|
58
|
+
string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
|
|
59
59
|
},
|
|
60
60
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
61
61
|
developer_comment: "Label for Export All product types",
|
|
62
|
-
string: "Tout exporter : {total} types de produit"
|
|
62
|
+
string: "Tout exporter : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
63
63
|
},
|
|
64
64
|
"ExportResourcesModal.exportScopeAllProducts": {
|
|
65
65
|
developer_comment: "Label for Export All products",
|
|
66
|
-
string: "Tout exporter : {total} produits"
|
|
66
|
+
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
67
67
|
},
|
|
68
68
|
"ExportResourcesModal.exportScopeFilteredCategories": {
|
|
69
69
|
developer_comment: "Label for Export Filtered categories",
|
|
70
|
-
string: "
|
|
70
|
+
string: "Exporter les données filtrées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
71
71
|
},
|
|
72
72
|
"ExportResourcesModal.exportScopeFilteredCustomers": {
|
|
73
73
|
developer_comment: "Label for Export Filtered customers",
|
|
74
|
-
string: "
|
|
74
|
+
string: "Exporter les données filtrées : {total, plural, one {# client} other {# clients}}"
|
|
75
75
|
},
|
|
76
76
|
"ExportResourcesModal.exportScopeFilteredDiscountCodes": {
|
|
77
77
|
developer_comment: "Label for Export Filtered discount codes",
|
|
78
|
-
string: "
|
|
78
|
+
string: "Exporter les données filtrées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
79
79
|
},
|
|
80
80
|
"ExportResourcesModal.exportScopeFilteredOrders": {
|
|
81
81
|
developer_comment: "Label for Export Filtered orders",
|
|
82
|
-
string: "
|
|
82
|
+
string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
|
|
83
83
|
},
|
|
84
84
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
85
85
|
developer_comment: "Label for Export Filtered product types",
|
|
86
|
-
string: "
|
|
86
|
+
string: "Exporter les données filtrées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
87
87
|
},
|
|
88
88
|
"ExportResourcesModal.exportScopeFilteredProducts": {
|
|
89
89
|
developer_comment: "Label for Export Filtered products",
|
|
90
|
-
string: "
|
|
90
|
+
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
91
91
|
},
|
|
92
92
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
93
93
|
developer_comment: "Label for Export Filtered without count",
|
|
@@ -95,27 +95,27 @@ var frFR = {
|
|
|
95
95
|
},
|
|
96
96
|
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
97
97
|
developer_comment: "Label for Export Selected categories",
|
|
98
|
-
string: "
|
|
98
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# catégorie} other {# catégories}}"
|
|
99
99
|
},
|
|
100
100
|
"ExportResourcesModal.exportScopeSelectedCustomers": {
|
|
101
101
|
developer_comment: "Label for Export Selected customers",
|
|
102
|
-
string: "
|
|
102
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# client} other {# clients}}"
|
|
103
103
|
},
|
|
104
104
|
"ExportResourcesModal.exportScopeSelectedDiscountCodes": {
|
|
105
105
|
developer_comment: "Label for Export Selected discount codes",
|
|
106
|
-
string: "
|
|
106
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# code de remise} other {# codes de remise}}"
|
|
107
107
|
},
|
|
108
108
|
"ExportResourcesModal.exportScopeSelectedOrders": {
|
|
109
109
|
developer_comment: "Label for Export Selected orders",
|
|
110
|
-
string: "
|
|
110
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
|
|
111
111
|
},
|
|
112
112
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
113
113
|
developer_comment: "Label for Export Selected product types",
|
|
114
|
-
string: "
|
|
114
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# type de produit} other {# types de produit}}"
|
|
115
115
|
},
|
|
116
116
|
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
117
117
|
developer_comment: "Label for Export Selected products",
|
|
118
|
-
string: "
|
|
118
|
+
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
119
119
|
},
|
|
120
120
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
121
121
|
developer_comment: "Label for Export Selected without count",
|
|
@@ -135,7 +135,11 @@ var frFR = {
|
|
|
135
135
|
},
|
|
136
136
|
"ExportResourcesModal.fillRowsForOrderExport": {
|
|
137
137
|
developer_comment: "A checkbox label for filling rows for order export",
|
|
138
|
-
string: "
|
|
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"
|
|
139
143
|
},
|
|
140
144
|
"ExportResourcesModal.includeAllLocales": {
|
|
141
145
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
@@ -145,6 +149,14 @@ var frFR = {
|
|
|
145
149
|
developer_comment: "Error when file name field is not valid",
|
|
146
150
|
string: "Le nom du fichier peut uniquement contenir des caractères alphanumériques, des traits de soulignement et des traits d'union."
|
|
147
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
|
+
},
|
|
148
160
|
"ExportResourcesModal.locale": {
|
|
149
161
|
developer_comment: "Locale",
|
|
150
162
|
string: "Langue"
|
|
@@ -175,7 +187,7 @@ var frFR = {
|
|
|
175
187
|
},
|
|
176
188
|
"ExportResourcesModal.modalTitle.order": {
|
|
177
189
|
developer_comment: "Label for the orders modal title",
|
|
178
|
-
string: "
|
|
190
|
+
string: "Exporter des commandes"
|
|
179
191
|
},
|
|
180
192
|
"ExportResourcesModal.modalTitle.product": {
|
|
181
193
|
developer_comment: "Label for the products modal title",
|
|
@@ -183,7 +195,7 @@ var frFR = {
|
|
|
183
195
|
},
|
|
184
196
|
"ExportResourcesModal.modalTitle.productType": {
|
|
185
197
|
developer_comment: "Label for the product types modal title",
|
|
186
|
-
string: "
|
|
198
|
+
string: "Types de produit à exporter"
|
|
187
199
|
},
|
|
188
200
|
"ExportResourcesModal.myViews": {
|
|
189
201
|
developer_comment: "Label for \"My Views\" Select Field",
|