@commercetools/nimbus-i18n 0.0.0-canary-20251112154930 → 0.0.0-canary-20251112213915

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/data/fr-FR.json CHANGED
@@ -1 +1,454 @@
1
- {}
1
+ {
2
+ "Nimbus.Alert.dismiss": {
3
+ "developer_comment": "aria-label for the dismiss button in an alert",
4
+ "string": "Fermer"
5
+ },
6
+ "Nimbus.Avatar.avatarLabel": {
7
+ "developer_comment": "aria-label for avatar component with user's full name",
8
+ "string": "Image d'avatar pour {fullName}"
9
+ },
10
+ "Nimbus.Calendar.nextMonth": {
11
+ "developer_comment": "aria-label for next month navigation button",
12
+ "string": "Mois suivant"
13
+ },
14
+ "Nimbus.Calendar.nextYear": {
15
+ "developer_comment": "aria-label for next year navigation button",
16
+ "string": "Année suivante"
17
+ },
18
+ "Nimbus.Calendar.previousMonth": {
19
+ "developer_comment": "aria-label for previous month navigation button",
20
+ "string": "Mois précédent"
21
+ },
22
+ "Nimbus.Calendar.previousYear": {
23
+ "developer_comment": "aria-label for previous year navigation button",
24
+ "string": "Année précédente"
25
+ },
26
+ "Nimbus.ComboBox.clearSelection": {
27
+ "developer_comment": "aria-label for the clear selection button",
28
+ "string": "Effacer la sélection"
29
+ },
30
+ "Nimbus.ComboBox.comboboxDialog": {
31
+ "developer_comment": "aria-label for the combobox dialog overlay",
32
+ "string": "Liste déroulante combinée"
33
+ },
34
+ "Nimbus.ComboBox.filterOptions": {
35
+ "developer_comment": "aria-label for the combobox filter input field",
36
+ "string": "Filtrer les options de la liste déroulante combinée"
37
+ },
38
+ "Nimbus.ComboBox.options": {
39
+ "developer_comment": "aria-label for the combobox options list",
40
+ "string": "Options de la liste déroulante combinée"
41
+ },
42
+ "Nimbus.ComboBox.selectedValues": {
43
+ "developer_comment": "aria-label for the selected values tag group in multi-select",
44
+ "string": "Valeurs sélectionnées"
45
+ },
46
+ "Nimbus.ComboBox.toggleCombobox": {
47
+ "developer_comment": "aria-label for the combobox toggle button",
48
+ "string": "Activer/désactiver la liste déroulante combinée"
49
+ },
50
+ "Nimbus.DataTable.dataTable": {
51
+ "developer_comment": "aria-label for the data table element",
52
+ "string": "Tableau de données"
53
+ },
54
+ "Nimbus.DataTable.dataTableBody": {
55
+ "developer_comment": "aria-label for the data table body element",
56
+ "string": "Corps du tableau de données"
57
+ },
58
+ "Nimbus.DataTable.dataTableHeader": {
59
+ "developer_comment": "aria-label for the data table header element",
60
+ "string": "En-tête du tableau de données"
61
+ },
62
+ "Nimbus.DataTable.expandRows": {
63
+ "developer_comment": "aria-label for the expand rows column header",
64
+ "string": "Agrandir les lignes"
65
+ },
66
+ "Nimbus.DataTable.pinRows": {
67
+ "developer_comment": "aria-label for the pin rows column header",
68
+ "string": "Épingler les lignes"
69
+ },
70
+ "Nimbus.DataTable.resizeColumn": {
71
+ "developer_comment": "aria-label for the column resizer",
72
+ "string": "Modifier la taille de la colonne"
73
+ },
74
+ "Nimbus.DataTable.selectRow": {
75
+ "developer_comment": "aria-label for the row selection checkbox",
76
+ "string": "Sélectionner une ligne"
77
+ },
78
+ "Nimbus.DatePicker.Time.enterTime": {
79
+ "developer_comment": "aria-label for time input field in date picker",
80
+ "string": "Saisir l'heure"
81
+ },
82
+ "Nimbus.DatePicker.Time.enterTimeHour": {
83
+ "developer_comment": "aria-label for hour-only time input in date picker",
84
+ "string": "Saisir l'heure (heure)"
85
+ },
86
+ "Nimbus.DatePicker.Time.enterTimeHourMinute": {
87
+ "developer_comment": "aria-label for hour and minute time input in date picker",
88
+ "string": "Saisir l'heure (heure et minute)"
89
+ },
90
+ "Nimbus.DatePicker.Time.enterTimeHourMinuteSecond": {
91
+ "developer_comment": "aria-label for full time input with seconds in date picker",
92
+ "string": "Saisir l'heure (heure, minute et seconde)"
93
+ },
94
+ "Nimbus.DatePicker.Time.startTime": {
95
+ "developer_comment": "Label for start time in date picker",
96
+ "string": "Heure de début"
97
+ },
98
+ "Nimbus.DatePicker.clearInput": {
99
+ "developer_comment": "aria-label for clear input button in date picker",
100
+ "string": "Effacer la valeur saisie"
101
+ },
102
+ "Nimbus.DateRangePicker.clearInput": {
103
+ "developer_comment": "aria-label for clear input button in date range picker",
104
+ "string": "Effacer la valeur saisie"
105
+ },
106
+ "Nimbus.DateRangePicker.clearSelection": {
107
+ "developer_comment": "aria-label for clear button in date range picker",
108
+ "string": "Effacer la plage de dates"
109
+ },
110
+ "Nimbus.DateRangePicker.endTime": {
111
+ "developer_comment": "aria-label for end time input (default)",
112
+ "string": "Heure de fin"
113
+ },
114
+ "Nimbus.DateRangePicker.endTimeHour": {
115
+ "developer_comment": "aria-label for end time input (hour granularity)",
116
+ "string": "Heure de fin (heure)"
117
+ },
118
+ "Nimbus.DateRangePicker.endTimeHourMinute": {
119
+ "developer_comment": "aria-label for end time input (minute granularity)",
120
+ "string": "Heure de fin (heure et minute)"
121
+ },
122
+ "Nimbus.DateRangePicker.endTimeHourMinuteSecond": {
123
+ "developer_comment": "aria-label for end time input (second granularity)",
124
+ "string": " Heure de fin (heure, minute et seconde)"
125
+ },
126
+ "Nimbus.DateRangePicker.endTimeLabel": {
127
+ "developer_comment": "visible label for end time input field",
128
+ "string": "Heure de fin"
129
+ },
130
+ "Nimbus.DateRangePicker.openCalendar": {
131
+ "developer_comment": "aria-label for calendar toggle button in date range picker",
132
+ "string": "Ouvrir le calendrier"
133
+ },
134
+ "Nimbus.DateRangePicker.startTime": {
135
+ "developer_comment": "aria-label for start time input (default)",
136
+ "string": "Heure de début"
137
+ },
138
+ "Nimbus.DateRangePicker.startTimeHour": {
139
+ "developer_comment": "aria-label for start time input (hour granularity)",
140
+ "string": "Heure de début (heure)"
141
+ },
142
+ "Nimbus.DateRangePicker.startTimeHourMinute": {
143
+ "developer_comment": "aria-label for start time input (minute granularity)",
144
+ "string": "Heure de début (heure et minute)"
145
+ },
146
+ "Nimbus.DateRangePicker.startTimeHourMinuteSecond": {
147
+ "developer_comment": "aria-label for start time input (second granularity)",
148
+ "string": "Heure de début (heure, minute et seconde)"
149
+ },
150
+ "Nimbus.DateRangePicker.startTimeLabel": {
151
+ "developer_comment": "visible label for start time input field",
152
+ "string": "Heure de début"
153
+ },
154
+ "Nimbus.Dialog.closeTrigger": {
155
+ "developer_comment": "aria-label for the default close trigger button",
156
+ "string": "Fermer la boîte de dialogue"
157
+ },
158
+ "Nimbus.DraggableList.emptyMessage": {
159
+ "developer_comment": "message displayed when drag-and-drop enabled list is empty",
160
+ "string": "Déposer les articles ici"
161
+ },
162
+ "Nimbus.DraggableList.removeButtonLabel": {
163
+ "developer_comment": "label for button that removes an item from the list",
164
+ "string": "Supprimer l'article"
165
+ },
166
+ "Nimbus.Drawer.closeTrigger": {
167
+ "developer_comment": "aria-label for the default close trigger button",
168
+ "string": "Fermer le volet"
169
+ },
170
+ "Nimbus.FieldErrors.duplicateValue": {
171
+ "developer_comment": "Error message for duplicate value validation",
172
+ "string": "Cette clé est déjà utilisée. Elle doit être unique."
173
+ },
174
+ "Nimbus.FieldErrors.emptyValue": {
175
+ "developer_comment": "Error message for empty value when content is required",
176
+ "string": "Ce champ ne peut pas être vide."
177
+ },
178
+ "Nimbus.FieldErrors.invalidFormat": {
179
+ "developer_comment": "Error message for format validation",
180
+ "string": "Veuillez entrer un format valide."
181
+ },
182
+ "Nimbus.FieldErrors.invalidFractionalNumber": {
183
+ "developer_comment": "Error message when fractional number is used",
184
+ "string": "Un nombre entier est requis."
185
+ },
186
+ "Nimbus.FieldErrors.invalidFromServer": {
187
+ "developer_comment": "Error message for server-side validation errors",
188
+ "string": "Échec de la validation du serveur. Veuillez vérifier votre saisie."
189
+ },
190
+ "Nimbus.FieldErrors.invalidNegativeNumber": {
191
+ "developer_comment": "Error message when negative number is used",
192
+ "string": "Nombre négatif non pris en charge."
193
+ },
194
+ "Nimbus.FieldErrors.invalidValue": {
195
+ "developer_comment": "Error message for invalid value or format",
196
+ "string": "La valeur fournie n'est pas valide"
197
+ },
198
+ "Nimbus.FieldErrors.missingRequiredField": {
199
+ "developer_comment": "Error message for missing required value",
200
+ "string": "Ce champ est requis. Veuillez indiquer une valeur."
201
+ },
202
+ "Nimbus.FieldErrors.resourceNotFound": {
203
+ "developer_comment": "Error message when a resource is not found",
204
+ "string": "Impossible de trouver la ressource demandée."
205
+ },
206
+ "Nimbus.FieldErrors.valueAboveMaximum": {
207
+ "developer_comment": "Error message for values above maximum threshold",
208
+ "string": "La valeur doit être égale ou inférieure au maximum."
209
+ },
210
+ "Nimbus.FieldErrors.valueBelowMinimum": {
211
+ "developer_comment": "Error message for values below minimum threshold",
212
+ "string": "La valeur doit être supérieure ou égale au minimum."
213
+ },
214
+ "Nimbus.FieldErrors.valueBlocked": {
215
+ "developer_comment": "Error message for blocked or restricted values",
216
+ "string": "Cette valeur n'est pas autorisée."
217
+ },
218
+ "Nimbus.FieldErrors.valueOutOfRange": {
219
+ "developer_comment": "Error message for values outside acceptable range",
220
+ "string": "La valeur doit être dans la plage acceptable."
221
+ },
222
+ "Nimbus.FieldErrors.valueTooLong": {
223
+ "developer_comment": "Error message for maximum length validation",
224
+ "string": "Cette valeur est trop longue."
225
+ },
226
+ "Nimbus.FieldErrors.valueTooShort": {
227
+ "developer_comment": "Error message for minimum length validation",
228
+ "string": "Cette valeur est trop courte."
229
+ },
230
+ "Nimbus.LoadingSpinner.default": {
231
+ "developer_comment": "Default loading message for loading spinners",
232
+ "string": "Chargement des données"
233
+ },
234
+ "Nimbus.LocalizedField.hideCurrencies": {
235
+ "developer_comment": "Label for hiding all currency inputs when toggle button is pressed",
236
+ "string": "Masquer toutes les devises"
237
+ },
238
+ "Nimbus.LocalizedField.hideLanguages": {
239
+ "developer_comment": "Label for hiding all language inputs when toggle button is pressed",
240
+ "string": "Masquer toutes les langues"
241
+ },
242
+ "Nimbus.LocalizedField.infoBoxTriggerAriaLabel": {
243
+ "developer_comment": "aria label for button that triggers more info dialog",
244
+ "string": "Plus d'informations"
245
+ },
246
+ "Nimbus.LocalizedField.missingRequiredField": {
247
+ "developer_comment": "Error message for missing required value",
248
+ "string": "Ce champ est requis. Indiquez au moins une valeur."
249
+ },
250
+ "Nimbus.LocalizedField.showCurrencies": {
251
+ "developer_comment": "Label for showing all currency inputs when toggle button is pressed",
252
+ "string": "Afficher toutes les devises"
253
+ },
254
+ "Nimbus.LocalizedField.showLanguages": {
255
+ "developer_comment": "Label for showing all language inputs when toggle button is pressed",
256
+ "string": "Afficher toutes les langues"
257
+ },
258
+ "Nimbus.MoneyInput.amountInputLabel": {
259
+ "developer_comment": "aria-label for amount input",
260
+ "string": "Montant"
261
+ },
262
+ "Nimbus.MoneyInput.currencySelectLabel": {
263
+ "developer_comment": "aria-label for currency selection dropdown",
264
+ "string": "Devise"
265
+ },
266
+ "Nimbus.MoneyInput.highPrecisionPrice": {
267
+ "developer_comment": "tooltip text for high precision price badge",
268
+ "string": "Prix haute précision"
269
+ },
270
+ "Nimbus.NumberInput.decrement": {
271
+ "developer_comment": "aria-label for the decrement button in number input",
272
+ "string": "Décrément"
273
+ },
274
+ "Nimbus.NumberInput.increment": {
275
+ "developer_comment": "aria-label for the increment button in number input",
276
+ "string": "Incrément"
277
+ },
278
+ "Nimbus.Pagination.currentPage": {
279
+ "developer_comment": "aria-label for the current page input field",
280
+ "string": "Page actuelle"
281
+ },
282
+ "Nimbus.Pagination.goToNextPage": {
283
+ "developer_comment": "aria-label for the next page button",
284
+ "string": "Aller à la page suivante"
285
+ },
286
+ "Nimbus.Pagination.goToPreviousPage": {
287
+ "developer_comment": "aria-label for the previous page button",
288
+ "string": "Aller à la page précédente"
289
+ },
290
+ "Nimbus.Pagination.itemsPerPage": {
291
+ "developer_comment": "aria-label for the items per page selector",
292
+ "string": "Articles par page"
293
+ },
294
+ "Nimbus.Pagination.itemsPerPageText": {
295
+ "developer_comment": "text label displayed next to the page size selector",
296
+ "string": "Articles par page"
297
+ },
298
+ "Nimbus.Pagination.ofTotalPages": {
299
+ "developer_comment": "text showing total pages count after current page input",
300
+ "string": "de {totalPages}"
301
+ },
302
+ "Nimbus.Pagination.page": {
303
+ "developer_comment": "text label displayed before the page number",
304
+ "string": "Page"
305
+ },
306
+ "Nimbus.Pagination.pagination": {
307
+ "developer_comment": "aria-label for the pagination navigation element",
308
+ "string": "Pagination"
309
+ },
310
+ "Nimbus.PasswordInput.hide": {
311
+ "developer_comment": "aria-label & tooltip for hide password button",
312
+ "string": "Masquer le mot de passe"
313
+ },
314
+ "Nimbus.PasswordInput.show": {
315
+ "developer_comment": "aria-label & tooltip for show password button",
316
+ "string": "Afficher le mot de passe"
317
+ },
318
+ "Nimbus.RangeCalendar.nextMonth": {
319
+ "developer_comment": "aria-label for next month navigation button",
320
+ "string": "Mois suivant"
321
+ },
322
+ "Nimbus.RangeCalendar.nextYear": {
323
+ "developer_comment": "aria-label for next year navigation button",
324
+ "string": "Année suivante"
325
+ },
326
+ "Nimbus.RangeCalendar.previousMonth": {
327
+ "developer_comment": "aria-label for previous month navigation button",
328
+ "string": "Mois précédent"
329
+ },
330
+ "Nimbus.RangeCalendar.previousYear": {
331
+ "developer_comment": "aria-label for previous year navigation button",
332
+ "string": "Année précédente"
333
+ },
334
+ "Nimbus.RichTextInput.bold": {
335
+ "developer_comment": "aria-label and tooltip for the bold formatting button",
336
+ "string": "Gras"
337
+ },
338
+ "Nimbus.RichTextInput.bulletedList": {
339
+ "developer_comment": "aria-label for the bulleted list button",
340
+ "string": "Liste à puces"
341
+ },
342
+ "Nimbus.RichTextInput.code": {
343
+ "developer_comment": "label for the code formatting menu item",
344
+ "string": "Code"
345
+ },
346
+ "Nimbus.RichTextInput.headingFive": {
347
+ "developer_comment": "label for heading 5 text style",
348
+ "string": "En-tête 5"
349
+ },
350
+ "Nimbus.RichTextInput.headingFour": {
351
+ "developer_comment": "label for heading 4 text style",
352
+ "string": "En-tête 4"
353
+ },
354
+ "Nimbus.RichTextInput.headingOne": {
355
+ "developer_comment": "label for heading 1 text style",
356
+ "string": "En-tête 1"
357
+ },
358
+ "Nimbus.RichTextInput.headingThree": {
359
+ "developer_comment": "label for heading 3 text style",
360
+ "string": "En-tête 3"
361
+ },
362
+ "Nimbus.RichTextInput.headingTwo": {
363
+ "developer_comment": "label for heading 2 text style",
364
+ "string": "En-tête 2"
365
+ },
366
+ "Nimbus.RichTextInput.italic": {
367
+ "developer_comment": "aria-label and tooltip for the italic formatting button",
368
+ "string": "Italique"
369
+ },
370
+ "Nimbus.RichTextInput.listFormatting": {
371
+ "developer_comment": "aria-label for the list formatting toggle group",
372
+ "string": "Formatage de la liste"
373
+ },
374
+ "Nimbus.RichTextInput.moreFormattingOptions": {
375
+ "developer_comment": "aria-label for the more formatting options menu button",
376
+ "string": "Plus d'options de formatage"
377
+ },
378
+ "Nimbus.RichTextInput.moreStyles": {
379
+ "developer_comment": "tooltip text for the more formatting options menu",
380
+ "string": "Plus de styles"
381
+ },
382
+ "Nimbus.RichTextInput.numberedList": {
383
+ "developer_comment": "aria-label for the numbered list button",
384
+ "string": "Liste numérotée"
385
+ },
386
+ "Nimbus.RichTextInput.paragraph": {
387
+ "developer_comment": "label for paragraph text style",
388
+ "string": "Paragraphe"
389
+ },
390
+ "Nimbus.RichTextInput.quote": {
391
+ "developer_comment": "label for block quote text style",
392
+ "string": "Citation"
393
+ },
394
+ "Nimbus.RichTextInput.redo": {
395
+ "developer_comment": "aria-label and tooltip for the redo button",
396
+ "string": "Rétablir"
397
+ },
398
+ "Nimbus.RichTextInput.strikethrough": {
399
+ "developer_comment": "label for the strikethrough menu item",
400
+ "string": "Barré"
401
+ },
402
+ "Nimbus.RichTextInput.subscript": {
403
+ "developer_comment": "label for the subscript formatting menu item",
404
+ "string": "Indice"
405
+ },
406
+ "Nimbus.RichTextInput.superscript": {
407
+ "developer_comment": "label for the superscript formatting menu item",
408
+ "string": "Exposant"
409
+ },
410
+ "Nimbus.RichTextInput.textFormatting": {
411
+ "developer_comment": "aria-label for the text formatting toolbar",
412
+ "string": "Formatage du texte"
413
+ },
414
+ "Nimbus.RichTextInput.textStyle": {
415
+ "developer_comment": "tooltip text for the text style menu",
416
+ "string": "Style de texte"
417
+ },
418
+ "Nimbus.RichTextInput.textStyleMenu": {
419
+ "developer_comment": "aria-label for the text style menu trigger button",
420
+ "string": "Menu style de texte"
421
+ },
422
+ "Nimbus.RichTextInput.underline": {
423
+ "developer_comment": "aria-label and tooltip for the underline formatting button",
424
+ "string": "Souligné"
425
+ },
426
+ "Nimbus.RichTextInput.undo": {
427
+ "developer_comment": "aria-label and tooltip for the undo button",
428
+ "string": "Annuler"
429
+ },
430
+ "Nimbus.ScopedSearchInput.searchLabel": {
431
+ "developer_comment": "Default aria-label for search input",
432
+ "string": "Rechercher"
433
+ },
434
+ "Nimbus.ScopedSearchInput.selectLabel": {
435
+ "developer_comment": "Default aria-label for select dropdown",
436
+ "string": "Filtrer par"
437
+ },
438
+ "Nimbus.SearchInput.clearInput": {
439
+ "developer_comment": "aria-label for search input clear button",
440
+ "string": "Effacer les données de recherche"
441
+ },
442
+ "Nimbus.Select.clearSelection": {
443
+ "developer_comment": "aria-label for select clear button",
444
+ "string": "Effacer la sélection"
445
+ },
446
+ "Nimbus.SplitButton.noActionsAvailable": {
447
+ "developer_comment": "fallback message when split button has no menu items",
448
+ "string": "Aucune action disponible"
449
+ },
450
+ "Nimbus.TagGroup.removeTag": {
451
+ "developer_comment": "aria-label for remove tag button",
452
+ "string": "Supprimer la balise"
453
+ }
454
+ }