@commercetools-frontend-extensions/change-history 8.42.1 → 8.43.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-change-history.cjs.dev.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.esm.js +17 -9
- package/dist/{de-09f61294.cjs.dev.js → de-079e6cad.cjs.prod.js} +118 -227
- package/dist/{de-4068d791.cjs.prod.js → de-c64c7be6.cjs.dev.js} +118 -227
- package/dist/{de-43131054.esm.js → de-dd42d489.esm.js} +118 -227
- package/dist/declarations/src/i18n/load-i18n.d.ts +198 -416
- package/dist/{en-ed9ac514.cjs.prod.js → en-3a67c803.cjs.prod.js} +113 -222
- package/dist/{en-6549d798.esm.js → en-74f50f36.esm.js} +113 -222
- package/dist/{en-53d43a34.cjs.dev.js → en-cd57f8ed.cjs.dev.js} +113 -222
- package/dist/{es-4f55de32.cjs.dev.js → es-0549e536.cjs.dev.js} +118 -227
- package/dist/{es-5ea78b93.cjs.prod.js → es-55faf3de.cjs.prod.js} +118 -227
- package/dist/{es-7a8f8f70.esm.js → es-691396c2.esm.js} +118 -227
- package/dist/{fr-FR-f3ababa7.esm.js → fr-FR-2f678d5f.esm.js} +118 -227
- package/dist/{fr-FR-622110a0.cjs.prod.js → fr-FR-e7c4e125.cjs.dev.js} +118 -227
- package/dist/{fr-FR-98e0d12b.cjs.dev.js → fr-FR-f1089b99.cjs.prod.js} +118 -227
- package/dist/{pt-BR-3f5983c9.cjs.dev.js → pt-BR-29bf9f10.cjs.prod.js} +118 -227
- package/dist/{pt-BR-c8959ae8.cjs.prod.js → pt-BR-2c2e6c98.cjs.dev.js} +118 -227
- package/dist/{pt-BR-dee519cb.esm.js → pt-BR-f321b66b.esm.js} +118 -227
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ var frFR = {
|
|
|
27
27
|
},
|
|
28
28
|
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
29
|
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
-
string: "
|
|
30
|
+
string: "Bannière à fonctions premium"
|
|
31
31
|
},
|
|
32
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
33
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
@@ -173,6 +173,26 @@ var frFR = {
|
|
|
173
173
|
developer_comment: "Label for basic filter group title",
|
|
174
174
|
string: "Basic"
|
|
175
175
|
},
|
|
176
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
177
|
+
developer_comment: "The aria label for business unit input",
|
|
178
|
+
string: "filtre Unité commerciale"
|
|
179
|
+
},
|
|
180
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
181
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
182
|
+
string: "Aucune correspondance trouvée pour ''{inputValue}''"
|
|
183
|
+
},
|
|
184
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
185
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
186
|
+
string: "Tapez ci-dessus pour télécharger les valeurs"
|
|
187
|
+
},
|
|
188
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
189
|
+
developer_comment: "The placeholder shown for search select input",
|
|
190
|
+
string: "Rechercher par clé exacte"
|
|
191
|
+
},
|
|
192
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
193
|
+
developer_comment: "The placeholder shown for select input and async select input",
|
|
194
|
+
string: "Rechercher"
|
|
195
|
+
},
|
|
176
196
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
177
197
|
developer_comment: "Label for business unit filter",
|
|
178
198
|
string: "Business unit"
|
|
@@ -185,6 +205,26 @@ var frFR = {
|
|
|
185
205
|
developer_comment: "Label for filter action type",
|
|
186
206
|
string: "Action type"
|
|
187
207
|
},
|
|
208
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
209
|
+
developer_comment: "Label for the applied changes filter",
|
|
210
|
+
string: "L'{entity} a {change}"
|
|
211
|
+
},
|
|
212
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
213
|
+
developer_comment: "Message displayed when no changes are listed because there is no entity selected yet",
|
|
214
|
+
string: "Sélectionner le type d'entité ci-dessus"
|
|
215
|
+
},
|
|
216
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
217
|
+
developer_comment: "Placeholder for the changes select input",
|
|
218
|
+
string: "Sélectionner la modification..."
|
|
219
|
+
},
|
|
220
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
221
|
+
developer_comment: "Placeholder for the entity select input",
|
|
222
|
+
string: "Sélectionner le type d'entité..."
|
|
223
|
+
},
|
|
224
|
+
"ChangeHistory.filters.changes.when": {
|
|
225
|
+
developer_comment: "Label for the \"when\" operator",
|
|
226
|
+
string: "quand"
|
|
227
|
+
},
|
|
188
228
|
"ChangeHistory.filters.createdAtFilter": {
|
|
189
229
|
developer_comment: "Label for filter created at",
|
|
190
230
|
string: "Date"
|
|
@@ -205,6 +245,14 @@ var frFR = {
|
|
|
205
245
|
developer_comment: "Label for exclude platform changes filter",
|
|
206
246
|
string: "Exclure les modifications de la plateforme"
|
|
207
247
|
},
|
|
248
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
249
|
+
developer_comment: "Label for the basic tier filter group",
|
|
250
|
+
string: "de Base"
|
|
251
|
+
},
|
|
252
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
253
|
+
developer_comment: "Label for the premium tier filter group",
|
|
254
|
+
string: "Premium uniquement"
|
|
255
|
+
},
|
|
208
256
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
209
257
|
developer_comment: "Label for merchant center user filter",
|
|
210
258
|
string: "Utilisateur du Merchant Center"
|
|
@@ -225,37 +273,81 @@ var frFR = {
|
|
|
225
273
|
developer_comment: "Label for filter entity type",
|
|
226
274
|
string: "Entity type"
|
|
227
275
|
},
|
|
276
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
277
|
+
developer_comment: "Label for API initiated source filter option",
|
|
278
|
+
string: "L'API a été lancée"
|
|
279
|
+
},
|
|
280
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
281
|
+
developer_comment: "Label for Merchant Center initiated source filter option",
|
|
282
|
+
string: "Merchant Center a été lancé"
|
|
283
|
+
},
|
|
284
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
285
|
+
developer_comment: "Label for Platform initiated source filter option",
|
|
286
|
+
string: "Changements initiés par la plate-forme"
|
|
287
|
+
},
|
|
288
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
289
|
+
developer_comment: "Label for source filter",
|
|
290
|
+
string: "Source"
|
|
291
|
+
},
|
|
292
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
293
|
+
developer_comment: "The placeholder shown for async select input",
|
|
294
|
+
string: "Sélectionner ou taper une clé de magasin"
|
|
295
|
+
},
|
|
296
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
297
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
298
|
+
string: "Aucune correspondance trouvée pour ''{inputValue}''"
|
|
299
|
+
},
|
|
300
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
301
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
302
|
+
string: "Tapez ci-dessus pour télécharger les valeurs"
|
|
303
|
+
},
|
|
304
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
305
|
+
developer_comment: "The placeholder shown for search select input",
|
|
306
|
+
string: "Rechercher par clé exacte"
|
|
307
|
+
},
|
|
308
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
309
|
+
developer_comment: "The aria label for stores input",
|
|
310
|
+
string: "Filtre Magasin"
|
|
311
|
+
},
|
|
228
312
|
"ChangeHistory.filters.storesFilter": {
|
|
229
313
|
developer_comment: "Label for stores filter",
|
|
230
314
|
string: "Boutiques"
|
|
231
315
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.
|
|
233
|
-
developer_comment: "
|
|
234
|
-
string: "
|
|
316
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
317
|
+
developer_comment: "Alt description for the Customer ID tooltip image.",
|
|
318
|
+
string: "Écran du Merchant Center affichant une section en surbrillance dans la barre d'URL"
|
|
319
|
+
},
|
|
320
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
321
|
+
developer_comment: "General Customer ID information",
|
|
322
|
+
string: "Le filtre ID Client n'affiche que les modifications pour lesquelles un ID Client est enregistré. Pour une traçabilité complète, l'ID Client doit être enregistré dans toutes les actions de « création » et de « mise à jour ». <a>En savoir plus </a>"
|
|
323
|
+
},
|
|
324
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
325
|
+
developer_comment: "How to locate a Customer ID",
|
|
326
|
+
string: "Allez dans « Clients » et naviguez jusqu'à la page détaillée du client souhaité, où l'ID apparaîtra dans l'URL."
|
|
235
327
|
},
|
|
236
|
-
"ChangeHistory.filters.tooltips.
|
|
237
|
-
developer_comment: "
|
|
238
|
-
string: "
|
|
328
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
329
|
+
developer_comment: "Title of the how to locate a Customer ID paragraph",
|
|
330
|
+
string: "Pour trouver un ID de client dans le Merchant Center : "
|
|
239
331
|
},
|
|
240
|
-
"ChangeHistory.filters.tooltips.
|
|
241
|
-
developer_comment: "
|
|
242
|
-
string: "
|
|
332
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
333
|
+
developer_comment: "Title for Customer ID dialog",
|
|
334
|
+
string: "Customer ID filter"
|
|
243
335
|
},
|
|
244
|
-
"ChangeHistory.filters.tooltips.
|
|
245
|
-
developer_comment: "
|
|
246
|
-
string: "
|
|
336
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
337
|
+
developer_comment: "Alt description for the Entity ID tooltip image.",
|
|
338
|
+
string: "Écran du Merchant Center affichant une section en surbrillance dans la barre d'URL"
|
|
247
339
|
},
|
|
248
|
-
"ChangeHistory.filters.tooltips.
|
|
249
|
-
developer_comment: "
|
|
250
|
-
string: "
|
|
340
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
341
|
+
developer_comment: "How to locate an Entity ID",
|
|
342
|
+
string: "Naviguez jusqu'à la page détaillée de cette instance d'entité, où l'ID apparaîtra dans l'URL."
|
|
251
343
|
},
|
|
252
|
-
"ChangeHistory.filters.tooltips.
|
|
253
|
-
developer_comment: "
|
|
254
|
-
string: "
|
|
344
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
345
|
+
developer_comment: "Title of the how to locate an Entity ID paragraph",
|
|
346
|
+
string: "Pour trouver l'ID d'une entité dans le Merchant Center :"
|
|
255
347
|
},
|
|
256
|
-
"ChangeHistory.filters.tooltips.
|
|
257
|
-
developer_comment: "
|
|
258
|
-
string: "
|
|
348
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
349
|
+
developer_comment: "Title for Entity ID dialog",
|
|
350
|
+
string: "Filtre d'ID d'entité"
|
|
259
351
|
},
|
|
260
352
|
"ChangeHistory.inContextView.linkLabel": {
|
|
261
353
|
developer_comment: "Label for change history link",
|
|
@@ -339,15 +431,15 @@ var frFR = {
|
|
|
339
431
|
},
|
|
340
432
|
"ChangeHistory.list.search.noResultsSuggestion1": {
|
|
341
433
|
developer_comment: "One of suggestions when no results are found.",
|
|
342
|
-
string: "
|
|
434
|
+
string: "Check the date range applied. Premium users can access up to 3 years of historical data. Basic accounts are limited to the past year."
|
|
343
435
|
},
|
|
344
436
|
"ChangeHistory.list.search.noResultsSuggestion2": {
|
|
345
437
|
developer_comment: "One of suggestions when no results are found.",
|
|
346
|
-
string: "
|
|
438
|
+
string: "Check the spelling on any text filters applied."
|
|
347
439
|
},
|
|
348
440
|
"ChangeHistory.list.search.noResultsTitle": {
|
|
349
441
|
developer_comment: "Message for no search result for change history.",
|
|
350
|
-
string: "
|
|
442
|
+
string: "There are no results that match your filter combination."
|
|
351
443
|
},
|
|
352
444
|
"ChangeHistory.list.searchInputPlaceholder": {
|
|
353
445
|
developer_comment: "Placeholder for search input",
|
|
@@ -937,44 +1029,6 @@ var frFR = {
|
|
|
937
1029
|
developer_comment: "Label for date selector (to)",
|
|
938
1030
|
string: "au"
|
|
939
1031
|
},
|
|
940
|
-
"FieldFilters.addFilter": {
|
|
941
|
-
string: "Ajouter un filtre"
|
|
942
|
-
},
|
|
943
|
-
"FieldFilters.removeFilter": {
|
|
944
|
-
string: "Supprimer le filtre"
|
|
945
|
-
},
|
|
946
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
947
|
-
developer_comment: "Label for the info button",
|
|
948
|
-
string: "Détails des modifications initiées par la plateforme"
|
|
949
|
-
},
|
|
950
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
951
|
-
developer_comment: "Text for the pop up modal",
|
|
952
|
-
string: "<b>Codes de remise</b><br></br><em>1- Définition de la version de l'application </em>: la propriété <em>“applicationVersion”</em> concerne uniquement la plateforme interne et permet de restreindre l'utilisation d'un code de remise. Sa valeur est gérée par la plateforme et peut changer à tout moment en raison de facteurs internes et externes. Elle ne doit pas être utilisée dans la logique client."
|
|
953
|
-
},
|
|
954
|
-
"InternalFilterToggle.modalIntroText": {
|
|
955
|
-
developer_comment: "Text for intro in the pop up modal",
|
|
956
|
-
string: "Les modifications peuvent être regroupées en deux catégories : celles initiées par la plateforme, et celles initiées par un utilisateur. Les modifications initiées par la plateforme désignent toutes les mises à jour qui n'ont pas été effectuées manuellement par un utilisateur ; ces mises à jour se déclenchent automatiquement à la suite d'une modification initiée par un utilisateur. Il s'agit des mises à jour suivantes :"
|
|
957
|
-
},
|
|
958
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
959
|
-
developer_comment: "Text for the pop up modal",
|
|
960
|
-
string: "<b>Remises produit</b><br></br><em>2- L'ensemble est valide : la propriété <em>“isValid”</em> est ajoutée avec \"true\" comme valeur lorsque la date <em>“validFrom”</em> est atteinte, puis supprimée lorsque la date <em>“validUntil”</em> est atteinte."
|
|
961
|
-
},
|
|
962
|
-
"InternalFilterToggle.modalProductText": {
|
|
963
|
-
developer_comment: "Text for the pop up modal",
|
|
964
|
-
string: "<b>Produit</b><br></br><em>3- Modification des statistiques de note d'examen </em>: la propriété <em>“reviewRatingStatistics”</em> est mise à jour lorsque les examens du produit sont modifiées.<br></br><em>4- Modification de la disponibilité de la variante </em>: la propriété <em>“variantAvailability”</em> est mise à jour lorsqu'une entrée d'inventaire associée au produit est mise à jour."
|
|
965
|
-
},
|
|
966
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
967
|
-
developer_comment: "Text for the pop up modal",
|
|
968
|
-
string: "<b>Listes d'achats</b><br></br><em>5- Modification du nom d'un article </em>: la propriété <em>“lineItemName”</em> est mise à jour de façon <a>cohérente à terme</a> lorsque le nom d'un produit est modifié et utilisé dans une liste d'achats."
|
|
969
|
-
},
|
|
970
|
-
"InternalFilterToggle.modalTitle": {
|
|
971
|
-
developer_comment: "Title for the pop up modal",
|
|
972
|
-
string: "Modifications initiées par la plateforme"
|
|
973
|
-
},
|
|
974
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
975
|
-
developer_comment: "Label for the toggle button",
|
|
976
|
-
string: "Afficher les modifications initiées par la plateforme"
|
|
977
|
-
},
|
|
978
1032
|
"ItemList.addValue": {
|
|
979
1033
|
string: "Ajouter une nouvelle valeur"
|
|
980
1034
|
},
|
|
@@ -2117,34 +2171,6 @@ var frFR = {
|
|
|
2117
2171
|
developer_comment: "Filter for action removeLocation",
|
|
2118
2172
|
string: "Supprimer un lieu"
|
|
2119
2173
|
},
|
|
2120
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
2121
|
-
developer_comment: "Placeholder for change selection",
|
|
2122
|
-
string: "Sélectionner une modification…"
|
|
2123
|
-
},
|
|
2124
|
-
"ResourceActionFilter.fieldLabel": {
|
|
2125
|
-
developer_comment: "Message for the fieldLabel",
|
|
2126
|
-
string: "Modifications"
|
|
2127
|
-
},
|
|
2128
|
-
"ResourceActionFilter.hasLabel": {
|
|
2129
|
-
developer_comment: "Message for the hasLabel",
|
|
2130
|
-
string: "contient"
|
|
2131
|
-
},
|
|
2132
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
2133
|
-
developer_comment: "Message for validation fails",
|
|
2134
|
-
string: "Vous devez sélectionner une entité et une modification"
|
|
2135
|
-
},
|
|
2136
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
2137
|
-
developer_comment: "Placeholder for resource selection",
|
|
2138
|
-
string: "Sélectionner le type d'entité…"
|
|
2139
|
-
},
|
|
2140
|
-
"ResourceActionFilter.tagTxt": {
|
|
2141
|
-
developer_comment: "Message for the tag with formatting for bold",
|
|
2142
|
-
string: "quand <bold>{resource}</bold> a été <bold>{change}</bold>"
|
|
2143
|
-
},
|
|
2144
|
-
"ResourceActionFilter.whenLabel": {
|
|
2145
|
-
developer_comment: "Message for whenLabel",
|
|
2146
|
-
string: "lorsque"
|
|
2147
|
-
},
|
|
2148
2174
|
"ResourceCell.customObjectResource": {
|
|
2149
2175
|
developer_comment: "Label when the resource is a custom object",
|
|
2150
2176
|
string: "Container: {container}<br></br>Key: {key}"
|
|
@@ -2179,7 +2205,7 @@ var frFR = {
|
|
|
2179
2205
|
},
|
|
2180
2206
|
"ResourceCell.tooltipTitle": {
|
|
2181
2207
|
developer_comment: "Label for the filter tooltip",
|
|
2182
|
-
string: "
|
|
2208
|
+
string: "Quick filter on entity ID"
|
|
2183
2209
|
},
|
|
2184
2210
|
"ResourcePreview.AssociateRole.assignableFalseLabel": {
|
|
2185
2211
|
developer_comment: "Label associate role field buyer assignable false",
|
|
@@ -3276,34 +3302,6 @@ var frFR = {
|
|
|
3276
3302
|
developer_comment: "Label when the resource is a zone",
|
|
3277
3303
|
string: "Zone"
|
|
3278
3304
|
},
|
|
3279
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
3280
|
-
developer_comment: "Label for the button for clear all",
|
|
3281
|
-
string: "Tout effacer"
|
|
3282
|
-
},
|
|
3283
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
3284
|
-
developer_comment: "Label for \"Filter\" button.",
|
|
3285
|
-
string: "Filtres"
|
|
3286
|
-
},
|
|
3287
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
3288
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3289
|
-
string: "le"
|
|
3290
|
-
},
|
|
3291
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
3292
|
-
developer_comment: "Label of filter type (less than)",
|
|
3293
|
-
string: "avant le"
|
|
3294
|
-
},
|
|
3295
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
3296
|
-
developer_comment: "Label of filter type (less than)",
|
|
3297
|
-
string: "après le"
|
|
3298
|
-
},
|
|
3299
|
-
"Search.Filters.Definitions.Date.range": {
|
|
3300
|
-
developer_comment: "Label of filter type (range)",
|
|
3301
|
-
string: "entre"
|
|
3302
|
-
},
|
|
3303
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
3304
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3305
|
-
string: "est"
|
|
3306
|
-
},
|
|
3307
3305
|
"Search.Filters.Definitions.Text.in": {
|
|
3308
3306
|
developer_comment: "Label of filter type (in)",
|
|
3309
3307
|
string: "dans"
|
|
@@ -3312,93 +3310,14 @@ var frFR = {
|
|
|
3312
3310
|
developer_comment: "Label of filter type (missingIn)",
|
|
3313
3311
|
string: "pas dans"
|
|
3314
3312
|
},
|
|
3315
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
3316
|
-
developer_comment: "Label of filter type (missing)",
|
|
3317
|
-
string: "n'est pas"
|
|
3318
|
-
},
|
|
3319
|
-
"Search.Filters.RangeFilter.and": {
|
|
3320
|
-
string: "et"
|
|
3321
|
-
},
|
|
3322
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
3323
|
-
developer_comment: "",
|
|
3324
|
-
string: "de"
|
|
3325
|
-
},
|
|
3326
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
3327
|
-
developer_comment: "",
|
|
3328
|
-
string: "à"
|
|
3329
|
-
},
|
|
3330
|
-
"Search.Filters.addFilter": {
|
|
3331
|
-
developer_comment: "Message for the select dropdown",
|
|
3332
|
-
string: "Ajouter un filtre"
|
|
3333
|
-
},
|
|
3334
3313
|
"Search.Filters.apply": {
|
|
3335
3314
|
developer_comment: "Label for the filters form button (apply)",
|
|
3336
3315
|
string: "Appliquer"
|
|
3337
3316
|
},
|
|
3338
|
-
"Search.Filters.applyAndClose": {
|
|
3339
|
-
developer_comment: "Label for the filters form button (apply and close)",
|
|
3340
|
-
string: "Appliquer et fermer"
|
|
3341
|
-
},
|
|
3342
|
-
"Search.Filters.cancel": {
|
|
3343
|
-
developer_comment: "Label for the filters form button (cancel)",
|
|
3344
|
-
string: "Annuler"
|
|
3345
|
-
},
|
|
3346
|
-
"Search.Filters.clearAllLabel": {
|
|
3347
|
-
developer_comment: "Label for the button that clears all filters",
|
|
3348
|
-
string: "Tout effacer"
|
|
3349
|
-
},
|
|
3350
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
3351
|
-
developer_comment: "Message for the select dropdown if there are no more fields",
|
|
3352
|
-
string: "Aucun autre filtre disponible"
|
|
3353
|
-
},
|
|
3354
|
-
"Search.Filters.premiumFeature": {
|
|
3355
|
-
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3356
|
-
string: "Fonction premium"
|
|
3357
|
-
},
|
|
3358
|
-
"Search.Filters.removeAllLabel": {
|
|
3359
|
-
developer_comment: "Label for the button for removing all filters",
|
|
3360
|
-
string: "Supprimer tous les filtres"
|
|
3361
|
-
},
|
|
3362
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
3363
|
-
developer_comment: "error message if missing a value in a range",
|
|
3364
|
-
string: "Enter a value for this field."
|
|
3365
|
-
},
|
|
3366
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
3367
|
-
developer_comment: "error message if to is smaller than from in a range",
|
|
3368
|
-
string: "Enter the earlier date first."
|
|
3369
|
-
},
|
|
3370
3317
|
"Search.View.noResults": {
|
|
3371
3318
|
developer_comment: "Text for no results",
|
|
3372
3319
|
string: "Aucun résultat ne répond à vos critères de recherche."
|
|
3373
3320
|
},
|
|
3374
|
-
"SearchInput.buttonLabel": {
|
|
3375
|
-
developer_comment: "Label for \"Search\" button.",
|
|
3376
|
-
string: "Rechercher"
|
|
3377
|
-
},
|
|
3378
|
-
"SearchInput.placeholder": {
|
|
3379
|
-
developer_comment: "Placeholder for \"Search\" input field",
|
|
3380
|
-
string: "Rechercher"
|
|
3381
|
-
},
|
|
3382
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
3383
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3384
|
-
string: "Select or type a business unit key"
|
|
3385
|
-
},
|
|
3386
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
3387
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3388
|
-
string: "Select or type a business unit key"
|
|
3389
|
-
},
|
|
3390
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
3391
|
-
developer_comment: "The loading message shown for search select input",
|
|
3392
|
-
string: "Loading exact matches"
|
|
3393
|
-
},
|
|
3394
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3395
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3396
|
-
string: "No matches found for your search term"
|
|
3397
|
-
},
|
|
3398
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
3399
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3400
|
-
string: "Type an exact business unit key"
|
|
3401
|
-
},
|
|
3402
3321
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
3403
3322
|
developer_comment: "The label for one of the associate role business unit permissions",
|
|
3404
3323
|
string: "Créer une unité commerciale enfant"
|
|
@@ -3543,38 +3462,10 @@ var frFR = {
|
|
|
3543
3462
|
developer_comment: "The label for one of the associate role request quote permissions",
|
|
3544
3463
|
string: "Afficher les demandes de devis des autres dans l'unité commerciale"
|
|
3545
3464
|
},
|
|
3546
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
3547
|
-
developer_comment: "Message shown telling the user to start typing to load more channels",
|
|
3548
|
-
string: "Commencer la saisie ci-dessus pour charger plus"
|
|
3549
|
-
},
|
|
3550
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
3551
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3552
|
-
string: "Sélectionner ou saisir une clé de boutique"
|
|
3553
|
-
},
|
|
3554
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
3555
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3556
|
-
string: "Sélectionner ou saisir une clé de boutique"
|
|
3557
|
-
},
|
|
3558
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
3559
|
-
developer_comment: "The loading message shown for search select input",
|
|
3560
|
-
string: "Chargement des correspondances exactes"
|
|
3561
|
-
},
|
|
3562
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3563
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3564
|
-
string: "Aucune correspondance trouvée pour le terme recherché"
|
|
3565
|
-
},
|
|
3566
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
3567
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3568
|
-
string: "Saisir une clé de boutique exacte"
|
|
3569
|
-
},
|
|
3570
3465
|
"TotalResults.title": {
|
|
3571
3466
|
developer_comment: "Shows a total number of results",
|
|
3572
3467
|
string: "{total} résultats"
|
|
3573
3468
|
},
|
|
3574
|
-
"Validation.required": {
|
|
3575
|
-
developer_comment: "An error message to show if the field is required",
|
|
3576
|
-
string: "This field is required."
|
|
3577
|
-
},
|
|
3578
3469
|
"VersionTier.premiumButton": {
|
|
3579
3470
|
developer_comment: "Version tier go premium button",
|
|
3580
3471
|
string: "PASSER À PREMIUM"
|