@astryxdesign/core 0.4.4-canary.eb069fd → 0.4.4

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.
@@ -7,936 +7,8 @@
7
7
  "defaultMessage": "Aller à la page suivante",
8
8
  "description": "Aria label for the next-page button."
9
9
  },
10
- "@astryx.pagination.previousBy": {
11
- "defaultMessage": "Reculer de {step, number} {step, plural, one {page} many {pages} other {pages}}",
12
- "description": "Aria label for the previous button when it advances more than one page per click (the `step` prop > 1). `step` is the number of pages skipped."
13
- },
14
- "@astryx.pagination.nextBy": {
15
- "defaultMessage": "Avancer de {step, number} {step, plural, one {page} many {pages} other {pages}}",
16
- "description": "Aria label for the next button when it advances more than one page per click (the `step` prop > 1). `step` is the number of pages skipped."
17
- },
18
- "@astryx.pagination.first": {
19
- "defaultMessage": "Aller à la première page",
20
- "description": "Aria label for the first-page button (« double chevron) in the input pagination variant."
21
- },
22
- "@astryx.pagination.last": {
23
- "defaultMessage": "Aller à la dernière page",
24
- "description": "Aria label for the last-page button (» double chevron) in the input pagination variant."
25
- },
26
- "@astryx.pagination.goToPage": {
27
- "defaultMessage": "Aller à la page {page, number}",
28
- "description": "Aria label for an individual page-number button. `page` is 1-based."
29
- },
30
- "@astryx.pagination.goToPageInput": {
31
- "defaultMessage": "Aller à la page",
32
- "description": "Aria label for the editable page/row number box in the input pagination variant. No number — the box holds the value itself."
33
- },
34
- "@astryx.pagination.pageIndicators": {
35
- "defaultMessage": "Indicateurs de page",
36
- "description": "Aria label for the dots-variant page-indicator group."
37
- },
38
- "@astryx.pagination.itemsPerPage": {
39
- "defaultMessage": "Éléments par page",
40
- "description": "Label for the page-size selector."
41
- },
42
- "@astryx.pagination.count": {
43
- "defaultMessage": "{from, number}–{to, number} sur {total, number}",
44
- "description": "Visible range-of-total text on a pagination bar. Example: \"1–20 of 347\"; the en-dash is translator's choice."
45
- },
46
- "@astryx.pagination.pageOfTotal": {
47
- "defaultMessage": "Page {current, number} sur {total, number}",
48
- "description": "Visible \"Page X of Y\" text on the compact pagination variant; also announced by screen readers. Keep short — sits in a compact toolbar."
49
- },
50
- "@astryx.powersearch.editor.field": {
51
- "defaultMessage": "Champ",
52
- "description": "Noun form-label above the field-picker dropdown in the PowerSearch filter-builder popover (which data column to filter on). Not an action."
53
- },
54
- "@astryx.powersearch.editor.operator": {
55
- "defaultMessage": "Opérateur",
56
- "description": "Noun form-label above the operator dropdown in the PowerSearch filter-builder popover. Refers to a comparison verb (\"is\", \"contains\"), not a math or phone operator."
57
- },
58
- "@astryx.powersearch.editor.addFilter": {
59
- "defaultMessage": "+ Ajouter un filtre",
60
- "description": "Button label inside a group in the PowerSearch filter-builder; adds another filter row (e.g. \"Status = Active\"). The leading \"+ \" is a plus-sign character."
61
- },
62
- "@astryx.powersearch.editor.removeFilter": {
63
- "defaultMessage": "Supprimer le filtre",
64
- "description": "Screen-reader-only label on the \"×\" icon button next to a filter row in the PowerSearch editor; removes that row. Imperative verb."
65
- },
66
- "@astryx.powersearch.editor.groupOperator": {
67
- "defaultMessage": "Opérateur de groupe",
68
- "description": "Screen-reader-only label for the AND/OR toggle that combines sibling filters inside a filter group. Sighted users see just \"AND\" or \"OR\"."
69
- },
70
- "@astryx.powersearch.editor.group": {
71
- "defaultMessage": "Groupe",
72
- "description": "Fallback noun label shown on a nested filter-group chip when no AND/OR combining operator has been chosen. Use the noun (\"a cluster\"), not the verb \"to group\"."
73
- },
74
- "@astryx.powersearch.editor.delete": {
75
- "defaultMessage": "Supprimer",
76
- "description": "Button label inside the PowerSearch filter-editor popover; deletes the currently-edited filter row. Imperative verb form."
77
- },
78
- "@astryx.powersearch.editor.cancel": {
79
- "defaultMessage": "Annuler",
80
- "description": "Button label inside the PowerSearch filter-editor popover; closes the popover and discards pending edits. Imperative verb form."
81
- },
82
- "@astryx.powersearch.editor.apply": {
83
- "defaultMessage": "Appliquer",
84
- "description": "Primary button label inside the PowerSearch filter-editor popover; confirms the edited filter. Imperative verb; consumers may override to \"Save\"."
85
- },
86
- "@astryx.powersearch.valueEditor.value": {
87
- "defaultMessage": "Valeur",
88
- "description": "Noun form-label above a single free-text/number input in the PowerSearch value editor (e.g. the \"acme\" in `Name contains acme`). Not a verb or \"worth\"."
89
- },
90
- "@astryx.powersearch.valueEditor.values": {
91
- "defaultMessage": "Valeurs",
92
- "description": "Plural noun form-label above a multi-value chip input in the PowerSearch value editor. Should match its singular counterpart `Value` in your language."
93
- },
94
- "@astryx.powersearch.valueEditor.time": {
95
- "defaultMessage": "Heure",
96
- "description": "Noun form-label above a time-of-day (HH:MM) picker in the PowerSearch value editor. Clock time, not duration or era."
97
- },
98
- "@astryx.powersearch.valueEditor.relativeDate": {
99
- "defaultMessage": "Date relative",
100
- "description": "Label for the relative-date selector (e.g. \"Last 7 days\") in the PowerSearch value editor."
101
- },
102
- "@astryx.powersearch.valueEditor.startDate": {
103
- "defaultMessage": "Date de début",
104
- "description": "Noun form-label above the start-of-range date picker in the PowerSearch value editor. Pairs with `End date` — keep the two parallel in your language."
105
- },
106
- "@astryx.powersearch.valueEditor.endDate": {
107
- "defaultMessage": "Date de fin",
108
- "description": "Noun form-label above the end-of-range date picker in the PowerSearch value editor. Pairs with `Start date` — keep the two parallel."
109
- },
110
- "@astryx.powersearch.valueEditor.entities": {
111
- "defaultMessage": "Entités",
112
- "description": "\"Entities\" is jargon — plural noun form-label above an entity picker (people, teams, projects). Prefer a natural collective like \"items\" if your language has no equivalent."
113
- },
114
- "@astryx.powersearch.valueEditor.searchPlaceholder": {
115
- "defaultMessage": "Rechercher…",
116
- "description": "Placeholder inside the search input in the PowerSearch entity/typeahead picker. Imperative verb; trailing `…` is one character."
117
- },
118
- "@astryx.powersearch.valueEditor.enterValuePlaceholder": {
119
- "defaultMessage": "Saisir une valeur…",
120
- "description": "Placeholder inside a free-text single-value input in the PowerSearch value editor. Imperative verb; trailing `…` is one character."
121
- },
122
- "@astryx.powersearch.valueEditor.addValuesPlaceholder": {
123
- "defaultMessage": "Ajouter des valeurs…",
124
- "description": "Placeholder inside a multi-value chip input where the user types items and presses Enter to add each as a chip. Imperative verb; trailing `…` is one character."
125
- },
126
- "@astryx.powersearch.valueEditor.enterNumberPlaceholder": {
127
- "defaultMessage": "Saisir un nombre…",
128
- "description": "Placeholder inside a numeric input in the PowerSearch value editor. Imperative verb; trailing `…` is one character."
129
- },
130
- "@astryx.powersearch.valueEditor.selectValuesPlaceholder": {
131
- "defaultMessage": "Sélectionner des valeurs…",
132
- "description": "Placeholder on a dropdown for choosing values from a fixed enum list in the PowerSearch value editor. Imperative verb (user selects, not types)."
133
- },
134
- "@astryx.powersearch.operator.contains": {
135
- "defaultMessage": "contient",
136
- "description": "PowerSearch string operator, rendered inline as `<field> contains <value>` (e.g. `Name contains acme`). Lowercase verb form."
137
- },
138
- "@astryx.powersearch.operator.notContains": {
139
- "defaultMessage": "ne contient pas",
140
- "description": "PowerSearch negated string operator. Example: `Name does not contain test`. Lowercase; pairs with `contains`."
141
- },
142
- "@astryx.powersearch.operator.startsWith": {
143
- "defaultMessage": "commence par",
144
- "description": "PowerSearch string prefix operator. Example: `Email starts with admin@`. Lowercase."
145
- },
146
- "@astryx.powersearch.operator.notStartsWith": {
147
- "defaultMessage": "ne commence pas par",
148
- "description": "PowerSearch negated prefix operator. Example: `Email does not start with test`. Lowercase; pairs with `starts with`."
149
- },
150
- "@astryx.powersearch.operator.endsWith": {
151
- "defaultMessage": "se termine par",
152
- "description": "PowerSearch string suffix operator. Example: `Email ends with @meta.com`. Lowercase."
153
- },
154
- "@astryx.powersearch.operator.notEndsWith": {
155
- "defaultMessage": "ne se termine pas par",
156
- "description": "PowerSearch negated suffix operator. Example: `Email does not end with @gmail.com`. Lowercase; pairs with `ends with`."
157
- },
158
- "@astryx.powersearch.operator.is": {
159
- "defaultMessage": "est",
160
- "description": "PowerSearch equality operator for strings/enums. Example: `Status is Active`. Separate from `operator.equals` (numbers) — translations may diverge."
161
- },
162
- "@astryx.powersearch.operator.isNot": {
163
- "defaultMessage": "n’est pas",
164
- "description": "PowerSearch inequality operator for strings/enums. Example: `Status is not Draft`. Pairs with `is`; separate from `operator.notEquals`."
165
- },
166
- "@astryx.powersearch.operator.equals": {
167
- "defaultMessage": "est",
168
- "description": "PowerSearch numeric equality operator. Example: `Age is 30`. Ships same English \"is\" as `operator.is` but is separate so numbers may diverge (e.g. \"equals\")."
169
- },
170
- "@astryx.powersearch.operator.notEquals": {
171
- "defaultMessage": "n’est pas",
172
- "description": "PowerSearch numeric inequality operator. Example: `Count is not 0`. Same divergence option as `operator.equals`."
173
- },
174
- "@astryx.powersearch.operator.greaterThan": {
175
- "defaultMessage": "est supérieur à",
176
- "description": "PowerSearch numeric operator, strictly greater than. Example: `Age is greater than 18`. Lowercase."
177
- },
178
- "@astryx.powersearch.operator.lessThan": {
179
- "defaultMessage": "est inférieur à",
180
- "description": "PowerSearch numeric operator, strictly less than. Example: `Priority is less than 5`. Lowercase."
181
- },
182
- "@astryx.powersearch.operator.greaterThanOrEqual": {
183
- "defaultMessage": "est supérieur ou égal à",
184
- "description": "PowerSearch numeric operator, ≥. Example: `Age is greater than or equal to 21`. A shorter form (e.g. \"≥\") is fine if idiomatic."
185
- },
186
- "@astryx.powersearch.operator.lessThanOrEqual": {
187
- "defaultMessage": "est inférieur ou égal à",
188
- "description": "PowerSearch numeric operator, ≤. Example: `Priority is less than or equal to 3`. A shorter form is fine if idiomatic."
189
- },
190
- "@astryx.powersearch.operator.before": {
191
- "defaultMessage": "est avant",
192
- "description": "PowerSearch date operator, strictly earlier. Example: `Created is before 2024-01-01`. Temporal, not spatial."
193
- },
194
- "@astryx.powersearch.operator.after": {
195
- "defaultMessage": "est après",
196
- "description": "PowerSearch date operator, strictly later. Example: `Updated is after 2024-06-01`. Temporal."
197
- },
198
- "@astryx.powersearch.operator.between": {
199
- "defaultMessage": "est compris entre",
200
- "description": "PowerSearch date operator, inclusive range. Example: `Created is between 2024-01-01 and 2024-06-30`. The `and <end>` portion is composed separately."
201
- },
202
- "@astryx.powersearch.operator.isTrue": {
203
- "defaultMessage": "est vrai",
204
- "description": "PowerSearch boolean operator: matches truthy. Example: `Is admin is true`. Pairs with `is false`; field may be affirmative or a yes/no question."
205
- },
206
- "@astryx.powersearch.operator.isFalse": {
207
- "defaultMessage": "est faux",
208
- "description": "PowerSearch boolean operator: matches falsy. Example: `Is admin is false`. Pairs with `is true`."
209
- },
210
- "@astryx.powersearch.operator.isAnyOf": {
211
- "defaultMessage": "est l’un de",
212
- "description": "PowerSearch list operator: value is in the set. Example: `Status is any of [Active, Paused, Draft]`. The value list is composed separately; pairs with `is none of`."
213
- },
214
- "@astryx.powersearch.operator.isNoneOf": {
215
- "defaultMessage": "n’est aucun de",
216
- "description": "PowerSearch negated list operator: value not in the set. Example: `Status is none of [Archived, Deleted]`. Pairs with `is any of`."
217
- },
218
- "@astryx.powersearch.valueEditor.itemsCount": {
219
- "defaultMessage": "{count, number} {count, plural, one {élément} many {éléments} other {éléments}}",
220
- "description": "Overflow summary on a compact filter chip when the list of selected items is too long. Example: `3 items` or `1 item`."
221
- },
222
- "@astryx.powersearch.valueEditor.entitiesCount": {
223
- "defaultMessage": "{count, number} {count, plural, one {entité} many {entités} other {entités}}",
224
- "description": "Overflow summary on a compact filter chip when the list of selected entities is too long. Example: `5 entities` or `1 entity`. Pair with `itemsCount` translation."
225
- },
226
- "@astryx.powersearch.valueEditor.dateRange": {
227
- "defaultMessage": "plage de dates",
228
- "description": "Fallback lowercase noun rendered inline in a filter chip when a date-range value can't be formatted (e.g. `Created is between date range`). Keep lowercase."
229
- },
230
- "@astryx.powersearch.valueEditor.filtersCount": {
231
- "defaultMessage": "{count, number} {count, plural, one {filtre} many {filtres} other {filtres}}",
232
- "description": "Summary inside a filter chip when the value is a nested set of filters. Example: `3 filters` or `1 filter`."
233
- },
234
- "@astryx.powersearch.resultCount": {
235
- "defaultMessage": "{count, number} {count, plural, one {résultat} many {résultats} other {résultats}}",
236
- "description": "Live result-count text next to the PowerSearch input, announced to screen readers on change. Example: `12 results`, `1 result`; keep compact."
237
- },
238
- "@astryx.alertDialog.cancel": {
239
- "defaultMessage": "Annuler",
240
- "description": "Button label on the secondary/dismiss button of an AlertDialog (modal confirmation). Imperative verb; consumers usually override with task-specific text."
241
- },
242
- "@astryx.appShell.mobileNavigation": {
243
- "defaultMessage": "Navigation mobile",
244
- "description": "Screen-reader-only accessible name for the mobile-only navigation region on small viewports. \"Mobile\" = phone/tablet (small screen), not \"movable\"."
245
- },
246
- "@astryx.appShell.skipToContent": {
247
- "defaultMessage": "Aller au contenu",
248
- "description": "Text of the skip link — the first focusable element on the page, visible only while keyboard-focused. Activating it jumps focus past the navigation to the main content area. Imperative verb; keep short."
249
- },
250
- "@astryx.avatarGroup.keyboardHint": {
251
- "defaultMessage": "Utilisez les flèches pour naviguer entre les avatars",
252
- "description": "Screen-reader-only instruction attached (via aria-describedby) to a group of interactive avatars that share a single Tab stop. Tells keyboard users the Left/Right arrow keys move focus between the avatars. Only announced when the group has interactive (link/button) avatars."
253
- },
254
- "@astryx.avatarGroup.overflow": {
255
- "defaultMessage": "{count, number} de plus",
256
- "description": "Accessible name for the \"+N\" overflow indicator at the end of an AvatarGroup — announces how many additional avatars are not shown. Example: `5 more`. The visible \"+N\" text is unaffected; this is the aria-label only."
257
- },
258
- "@astryx.banner.dismiss": {
259
- "defaultMessage": "Ignorer",
260
- "description": "\"Dismiss\" = close/hide this notification (not \"reject a person\"). Aria label AND tooltip on the small X button on a Banner."
261
- },
262
- "@astryx.calendar.previousMonth": {
263
- "defaultMessage": "Mois précédent",
264
- "description": "Screen-reader-only label on the left-arrow button in a Calendar's month header (navigates one month back). Pairs with `calendar.nextMonth`."
265
- },
266
- "@astryx.calendar.nextMonth": {
267
- "defaultMessage": "Mois suivant",
268
- "description": "Screen-reader-only label on the right-arrow button in a Calendar's month header (navigates one month forward). Pairs with `calendar.previousMonth`."
269
- },
270
- "@astryx.calendar.daySelected": {
271
- "defaultMessage": "{date}, sélectionné",
272
- "description": "Accessible name for the Calendar day button that is the current single-mode selection. `{date}` is the localized full date, e.g. \"Thursday, January 15, 2026\". The trailing state word tells screen-reader users the focused day is selected."
273
- },
274
- "@astryx.calendar.dayRangeStart": {
275
- "defaultMessage": "{date}, début de la plage",
276
- "description": "Accessible name for the Calendar day button that begins the selected date range (or the first pick of an in-progress range). `{date}` is the localized full date."
277
- },
278
- "@astryx.calendar.dayRangeEnd": {
279
- "defaultMessage": "{date}, fin de la plage",
280
- "description": "Accessible name for the Calendar day button that ends the selected date range. `{date}` is the localized full date. Pairs with `calendar.dayRangeStart`."
281
- },
282
- "@astryx.calendar.dayRangeStartAndEnd": {
283
- "defaultMessage": "{date}, début et fin de la plage",
284
- "description": "Accessible name for a Calendar day button that both begins and ends a completed one-day range. `{date}` is the localized full date."
285
- },
286
- "@astryx.calendar.dayInRange": {
287
- "defaultMessage": "{date}, dans la plage",
288
- "description": "Accessible name for a Calendar day button strictly inside the selected date range (not an endpoint). `{date}` is the localized full date."
289
- },
290
- "@astryx.calendar.rangeStartAnnounce": {
291
- "defaultMessage": "Date de début {date}. Sélectionnez une date de fin.",
292
- "description": "Screen-reader announcement after the first pick of a Calendar range selection. `{date}` is the localized full date. Prompts the user that a second pick completes the range."
293
- },
294
- "@astryx.calendar.rangeCompleteAnnounce": {
295
- "defaultMessage": "Plage sélectionnée : {start} à {end}.",
296
- "description": "Screen-reader announcement after the second pick completes a Calendar range selection. `{start}` and `{end}` are localized full dates in chronological order."
297
- },
298
- "@astryx.carousel.label": {
299
- "defaultMessage": "Carrousel",
300
- "description": "Screen-reader-only fallback name for a horizontally-scrolling row of items. If \"carousel\" is unfamiliar in your locale, prefer the standard term (e.g. \"slider\")."
301
- },
302
- "@astryx.carousel.scrollLeft": {
303
- "defaultMessage": "Faire défiler vers la gauche",
304
- "description": "Screen-reader-only label on the left arrow button in a Carousel. Pairs with `carousel.scrollRight`; in RTL locales, coordinate the two so left/right match layout."
305
- },
306
- "@astryx.carousel.scrollRight": {
307
- "defaultMessage": "Faire défiler vers la droite",
308
- "description": "Screen-reader-only label on the right arrow button in a Carousel. Pairs with `carousel.scrollLeft`; same RTL note."
309
- },
310
- "@astryx.carousel.slideLabel": {
311
- "defaultMessage": "Diapositive {current, number} sur {total, number}",
312
- "description": "Screen-reader accessible name for one slide in a Carousel, giving its position. `current` is the 1-based slide number; `total` is the slide count."
313
- },
314
- "@astryx.chat.status.sending": {
315
- "defaultMessage": "Envoi en cours",
316
- "description": "Chat send-status caption under an outgoing message while it is being transmitted. Part of the set sending → sent → delivered → read (or failed) — keep tense/aspect consistent."
317
- },
318
- "@astryx.chat.status.sent": {
319
- "defaultMessage": "Envoyé",
320
- "description": "Chat send-status caption shown once the message reaches the server. Part of the set sending → **sent** → delivered → read (or failed) — keep tense consistent."
321
- },
322
- "@astryx.chat.status.delivered": {
323
- "defaultMessage": "Distribué",
324
- "description": "Chat send-status caption shown once the recipient's device received the message. Part of the set sending → sent → **delivered** → read (or failed)."
325
- },
326
- "@astryx.chat.status.read": {
327
- "defaultMessage": "Lu",
328
- "description": "Chat send-status caption shown once the recipient opened the message. English past-participle (\"has been read\", /rɛd/), not the present verb — part of the set sending → sent → delivered → **read**."
329
- },
330
- "@astryx.chat.status.failed": {
331
- "defaultMessage": "Échec",
332
- "description": "Chat send-status caption shown when the send attempt errored. Part of the set — the terminal failure branch, orthogonal to the sent → delivered → read success track."
333
- },
334
- "@astryx.chat.pastedText.expand": {
335
- "defaultMessage": "Développer",
336
- "description": "Button label on a chip in the chat composer representing a long pasted text block; clicking reveals full content. \"Expand\" here means reveal more, not grow physically."
337
- },
338
- "@astryx.checkboxList.item.checkbox": {
339
- "defaultMessage": "Case à cocher",
340
- "description": "Screen-reader-only last-ditch fallback name for a checkbox inside a list item when no label is provided. Should almost never render — consumers should supply a real label."
341
- },
342
- "@astryx.commandPalette.emptySearch": {
343
- "defaultMessage": "Aucun résultat",
344
- "description": "Fallback empty-state text inside a CommandPalette when the user's query has no matches. Very short (2 words); neutral tone."
345
- },
346
- "@astryx.commandPalette.emptyBootstrap": {
347
- "defaultMessage": "Saisissez pour rechercher",
348
- "description": "Onboarding empty-state text shown inside a CommandPalette on first open, before the user has typed anything. Imperative sentence fragment."
349
- },
350
- "@astryx.commandPalette.resultCount": {
351
- "defaultMessage": "{count, number} {count, plural, one {résultat} many {résultats} other {résultats}}",
352
- "description": "Screen-reader-only announcement of how many commands match the CommandPalette query as the user types. Example: `12 results`, `1 result`; keep compact."
353
- },
354
- "@astryx.commandPalette.noResultsFor": {
355
- "defaultMessage": "Aucun résultat pour {query}",
356
- "description": "Screen-reader-only announcement when a CommandPalette query matches nothing. `{query}` is the user's verbatim search text; keep it last if your language allows so truncation-by-AT still conveys the outcome."
357
- },
358
- "@astryx.commandPalette.loading": {
359
- "defaultMessage": "Chargement",
360
- "description": "Screen-reader-only announcement that a CommandPalette search has started and results are being fetched. Present-progressive form; matches the visible spinner."
361
- },
362
- "@astryx.dateRangeInput.presetDateRanges": {
363
- "defaultMessage": "Plages de dates prédéfinies",
364
- "description": "Screen-reader-only accessible name for the sidebar of quick-pick preset ranges inside a DateRangeInput popover (e.g. \"Last 7 days\", \"This month\")."
365
- },
366
- "@astryx.dateTimeInput.timePlaceholder": {
367
- "defaultMessage": "Sélectionner une heure",
368
- "description": "Grey placeholder inside the empty time-of-day slot in a DateTimeInput. \"Time\" = clock time (HH:MM), not duration."
369
- },
370
- "@astryx.dialog.close": {
371
- "defaultMessage": "Fermer",
372
- "description": "\"Close\" = shut/dismiss the dialog, not \"nearby\" (English homograph). Aria label AND tooltip on the X at the top-right of a Dialog."
373
- },
374
- "@astryx.lightbox.close": {
375
- "defaultMessage": "Fermer",
376
- "description": "\"Close\" = shut/dismiss (not \"nearby\"). Screen-reader-only label on the X button that dismisses a Lightbox."
377
- },
378
- "@astryx.lightbox.previous": {
379
- "defaultMessage": "Précédent",
380
- "description": "Screen-reader-only label on the left-arrow button in a Lightbox (navigates to previous media item). Pairs with `lightbox.next`."
381
- },
382
- "@astryx.lightbox.next": {
383
- "defaultMessage": "Suivant",
384
- "description": "Screen-reader-only label on the right-arrow button in a Lightbox (navigates to next media item). Pairs with `lightbox.previous`."
385
- },
386
- "@astryx.markdown.taskList": {
387
- "defaultMessage": "Liste de tâches",
388
- "description": "Screen-reader-only accessible name for a GitHub-flavored Markdown task list (rendered from `- [ ] item` / `- [x] done` syntax)."
389
- },
390
- "@astryx.markdown.table": {
391
- "defaultMessage": "Tableau",
392
- "description": "Screen-reader-only accessible name for a table rendered inside a Markdown block. Noun (\"a table\"), not the verb. Separate from `@astryx.table.label` — translations may diverge."
393
- },
394
- "@astryx.mobileNav.closeNavigation": {
395
- "defaultMessage": "Fermer la navigation",
396
- "description": "Screen-reader-only label on the X/close button that dismisses the MobileNav overlay. Pairs with `mobileNav.toggle.open`."
397
- },
398
- "@astryx.multiSelector.selectAll": {
399
- "defaultMessage": "Tout sélectionner",
400
- "description": "Label on the checkbox/toggle at the top of a MultiSelector dropdown that selects every option. \"All\" is a determiner here (as in \"all the options\"), not the pronoun."
401
- },
402
- "@astryx.multiSelector.searchPlaceholder": {
403
- "defaultMessage": "Rechercher…",
404
- "description": "Placeholder inside the search input at the top of a MultiSelector's dropdown panel. Imperative verb; trailing `…` is one character."
405
- },
406
- "@astryx.multiSelector.searchOptions": {
407
- "defaultMessage": "Options de recherche",
408
- "description": "Screen-reader-only accessible name for that same search input inside a MultiSelector."
409
- },
410
- "@astryx.multiSelector.selectAllPartiallySelected": {
411
- "defaultMessage": "{label}, sélectionné partiellement",
412
- "description": "Accessible name for the MultiSelector select-all option while only some options are selected. `{label}` is the visible select-all label (e.g. \"Select all\"). ARIA forbids aria-selected=\"mixed\" on options, so the indeterminate state is conveyed through the name instead. \"Partially\" = some but not all."
413
- },
414
- "@astryx.popover.close": {
415
- "defaultMessage": "Fermer le popover",
416
- "description": "\"Close\" = shut/dismiss, not \"nearby\". Screen-reader-only label on the close button inside a Popover."
417
- },
418
- "@astryx.selector.searchPlaceholder": {
419
- "defaultMessage": "Rechercher…",
420
- "description": "Placeholder inside the search input at the top of a Selector's dropdown panel (for filtering options). Imperative verb; trailing `…` is one character."
421
- },
422
- "@astryx.selector.searchOptions": {
423
- "defaultMessage": "Options de recherche",
424
- "description": "\"Options\" = the list of choices in the dropdown. Screen-reader-only accessible name for the search input inside a Selector."
425
- },
426
- "@astryx.sideNav.label": {
427
- "defaultMessage": "Navigation latérale",
428
- "description": "Screen-reader-only accessible name for the primary vertical sidebar nav (usually on the left)."
429
- },
430
- "@astryx.sideNav.resizeSidebar": {
431
- "defaultMessage": "Redimensionner la barre latérale",
432
- "description": "Screen-reader-only label on the vertical drag handle at the right edge of the SideNav that lets the user resize the sidebar's width."
433
- },
434
- "@astryx.sideNav.heading.openMenu": {
435
- "defaultMessage": "Ouvrir le menu",
436
- "description": "Screen-reader-only label on the `⋯` overflow-menu button embedded in a SideNav section heading. Same string as `topNav.heading.openMenu` — translations may share."
437
- },
438
- "@astryx.tabList.label": {
439
- "defaultMessage": "Onglets",
440
- "description": "Screen-reader-only fallback name for a horizontal tab bar. Plural noun; \"Tabs\" here = UI tab panels, not browser tabs or the Tab key."
441
- },
442
- "@astryx.table.label": {
443
- "defaultMessage": "Tableau",
444
- "description": "Fallback screen-reader-only accessible name for a data-table region when the consumer provides none. Noun (\"a table\"), not the verb \"to table\"."
445
- },
446
- "@astryx.table.noData": {
447
- "defaultMessage": "Aucune donnée",
448
- "description": "Fallback empty-state text in the table body when there are zero rows. Neutral tone (not error-y); consumers commonly override with something specific like \"No results\"."
449
- },
450
- "@astryx.table.filter.allPlaceholder": {
451
- "defaultMessage": "Tous",
452
- "description": "Placeholder on a per-column filter dropdown when nothing is selected, meaning \"no filter — all rows match\". Determiner form (as in \"all values\"), not the pronoun."
453
- },
454
- "@astryx.table.filter.reset": {
455
- "defaultMessage": "Réinitialiser",
456
- "description": "Button label inside a table's filter panel/popover; clears pending filter values back to defaults. Imperative verb."
457
- },
458
- "@astryx.table.filter.apply": {
459
- "defaultMessage": "Appliquer",
460
- "description": "Primary button label inside a table's filter panel/popover; commits pending filter values. Imperative verb; pairs with `Reset`."
461
- },
462
- "@astryx.table.selection.selectAllRows": {
463
- "defaultMessage": "Sélectionner toutes les lignes",
464
- "description": "Aria label for the \"select all rows\" checkbox in a Table header."
465
- },
466
- "@astryx.table.selection.selectRow": {
467
- "defaultMessage": "Sélectionner la ligne",
468
- "description": "Aria label for the \"select row\" checkbox on a Table row."
469
- },
470
- "@astryx.table.selection.selectRowNamed": {
471
- "defaultMessage": "Sélectionner {label}",
472
- "description": "Aria label for a Table row's selection checkbox when a per-row label is available (via getRowLabel). `label` is the row's human-readable identity, e.g. \"Alice\"."
473
- },
474
- "@astryx.table.sort.ascending": {
475
- "defaultMessage": "Trier par ordre croissant",
476
- "description": "Screen-reader-only label on a column header button that will sort the column ascending. Part of a set with `sort.descending` and `sort.clear` — keep parallel."
477
- },
478
- "@astryx.table.sort.descending": {
479
- "defaultMessage": "Trier par ordre décroissant",
480
- "description": "Screen-reader-only label on a column header button that will sort the column descending. Part of a set with `sort.ascending` and `sort.clear`."
481
- },
482
- "@astryx.table.sort.clear": {
483
- "defaultMessage": "Effacer le tri",
484
- "description": "Screen-reader-only label on a column header button that will remove the current sort. \"Clear\" here means remove, not transparent. Part of the sort set."
485
- },
486
- "@astryx.table.sort.direction.ascending": {
487
- "defaultMessage": "croissant",
488
- "description": "Localized direction word interpolated as `direction` into @astryx.table.sort.sortedBy and @astryx.table.sort.sortedByWithPriority."
489
- },
490
- "@astryx.table.sort.direction.descending": {
491
- "defaultMessage": "décroissant",
492
- "description": "Localized direction word interpolated as `direction` into @astryx.table.sort.sortedBy and @astryx.table.sort.sortedByWithPriority."
493
- },
494
- "@astryx.table.sort.sortBy": {
495
- "defaultMessage": "Trier par {label}",
496
- "description": "Aria label for a sortable Table header button when the column is unsorted. `label` is the column header text."
497
- },
498
- "@astryx.table.sort.sortedBy": {
499
- "defaultMessage": "Trier par {label}, trié par ordre {direction}",
500
- "description": "Aria label for a sorted Table header button. `direction` is the localized direction word from @astryx.table.sort.direction.*."
501
- },
502
- "@astryx.table.sort.sortedByWithPriority": {
503
- "defaultMessage": "Trier par {label}, trié par ordre {direction}, priorité {rank, number} sur {total, number}",
504
- "description": "Aria label for a sorted Table header button in multi-sort. `rank` is the 1-based position of this column in the sort order; `total` is the number of sorted columns."
505
- },
506
- "@astryx.toast.dismiss": {
507
- "defaultMessage": "Ignorer la notification",
508
- "description": "Screen-reader-only label on the X button of a Toast (transient notification popup). Distinct from `banner.dismiss` (persistent banner)."
509
- },
510
- "@astryx.tokenizer.clearAll": {
511
- "defaultMessage": "Tout effacer",
512
- "description": "Label on the \"×\" button that removes every token/chip from a Tokenizer input. Imperative verb + determiner \"all\"; short."
513
- },
514
- "@astryx.topNav.heading.openMenu": {
515
- "defaultMessage": "Ouvrir le menu",
516
- "description": "Screen-reader-only label on the `⋯` overflow button in a TopNav section heading. Kept separate from `sideNav.heading.openMenu` so translations may diverge."
517
- },
518
- "@astryx.topNav.landmarkLabel": {
519
- "defaultMessage": "Navigation supérieure",
520
- "description": "Default accessible name (aria-label) for the <nav> landmark rendered by TopNav when no label is provided."
521
- },
522
- "@astryx.treeList.toggleChildren": {
523
- "defaultMessage": "Afficher/masquer les éléments enfants",
524
- "description": "\"Children\" = child nodes in the tree, not human children. Screen-reader-only label on the chevron next to a TreeList item that has children — toggles the sub-list."
525
- },
526
- "@astryx.typeahead.emptySearchResults": {
527
- "defaultMessage": "Aucun résultat trouvé",
528
- "description": "Fallback empty-state message inside a Typeahead's suggestion popover when the current query has no matches. Neutral tone (not error-y)."
529
- },
530
- "@astryx.typeahead.loading": {
531
- "defaultMessage": "Chargement",
532
- "description": "Screen-reader-only name for a spinner shown inside a Typeahead dropdown while suggestions are being fetched. Present-progressive form."
533
- },
534
- "@astryx.typeahead.searchResults": {
535
- "defaultMessage": "Résultats de recherche",
536
- "description": "Screen-reader-only accessible name for the list of suggestions inside a Typeahead dropdown."
537
- },
538
- "@astryx.typeahead.clearSelection": {
539
- "defaultMessage": "Effacer la sélection",
540
- "description": "\"Selection\" = the chosen value (not highlighted text). Screen-reader-only label on the X that clears the currently-selected value from a Typeahead."
541
- },
542
- "@astryx.breadcrumbs.label": {
543
- "defaultMessage": "Fil d’Ariane",
544
- "description": "Screen-reader-only fallback name for the breadcrumb trail (e.g. `Home > Section > Page`). Singular in English per ARIA convention; plural is fine if natural in your locale."
545
- },
546
- "@astryx.chat.composer.placeholder": {
547
- "defaultMessage": "Saisir un message…",
548
- "description": "Grey placeholder text inside the empty chat composer textarea. Imperative verb; trailing `…` is one character."
549
- },
550
- "@astryx.chat.composerDrawer.label": {
551
- "defaultMessage": "Éléments",
552
- "description": "Fallback aria label for the ChatComposerDrawer — a horizontal list of attachment/tool chips. Consumers usually override with \"Attachments\", \"Tools\", etc."
553
- },
554
- "@astryx.chat.composerInput.label": {
555
- "defaultMessage": "Saisie de message",
556
- "description": "Screen-reader-only accessible name for the chat composer textarea. Reorder freely if your language uses one word for \"message field\"."
557
- },
558
- "@astryx.chat.speechRecognition.noSpeechDetected": {
559
- "defaultMessage": "Aucune parole n’a été détectée.",
560
- "description": "Full-sentence error shown inline in the chat composer after voice input captured silence. Soft-error tone (not alarming); keep terminal period."
561
- },
562
- "@astryx.commandPalette.label": {
563
- "defaultMessage": "Palette de commandes",
564
- "description": "Screen-reader-only fallback name for a keyboard-driven command menu (usually opened with Cmd/Ctrl-K). If unfamiliar, prefer a natural equivalent like \"quick actions\"."
565
- },
566
- "@astryx.commandPalette.input.placeholder": {
567
- "defaultMessage": "Rechercher…",
568
- "description": "Grey placeholder inside the CommandPalette's search input. Imperative verb; trailing `…` is one character."
569
- },
570
- "@astryx.commandPalette.list.label": {
571
- "defaultMessage": "Commandes",
572
- "description": "\"Command\" = an app action a user can invoke (metaphor from CLI), not a Unix command. Screen-reader-only name for the matching-commands list."
573
- },
574
- "@astryx.contextMenu.label": {
575
- "defaultMessage": "Menu contextuel",
576
- "description": "Screen-reader-only fallback name for the right-click / long-press popup menu. \"Context\" = context-specific to the activated element, not linguistic context."
577
- },
578
- "@astryx.dateInput.placeholder": {
579
- "defaultMessage": "Sélectionner une date",
580
- "description": "Grey placeholder inside an empty DateInput field. \"Date\" = calendar date, not romantic or fruit. Imperative verb."
581
- },
582
- "@astryx.dateInput.dialogLabel": {
583
- "defaultMessage": "Choisir une date",
584
- "description": "Screen-reader-only accessible name for the popover dialog opened from a DateInput's calendar toggle. Imperative verb + noun."
585
- },
586
- "@astryx.dateInput.closeCalendar": {
587
- "defaultMessage": "Fermer le calendrier",
588
- "description": "Screen-reader-only label on the X inside the DateInput calendar popover (dismisses the popover). Distinct from `dateInput.toggleCalendarClose`, which labels the outer toggle."
589
- },
590
- "@astryx.dateInput.openCalendar": {
591
- "defaultMessage": "Ouvrir le calendrier",
592
- "description": "Aria label for the DateInput / DateRangeInput / DateTimeInput calendar toggle button when the popover is closed."
593
- },
594
- "@astryx.dateInput.toggleCalendarClose": {
595
- "defaultMessage": "Fermer le calendrier",
596
- "description": "Aria label for the DateInput / DateRangeInput / DateTimeInput calendar toggle button when the popover is open. Distinct from closeCalendar (which labels the X inside the popover) so translators can differentiate the toggle vs the close-X UI."
597
- },
598
- "@astryx.dateInput.clear": {
599
- "defaultMessage": "Effacer {label}",
600
- "description": "Aria label for the clear-value button in DateInput / DateRangeInput / DateTimeInput. `{label}` is the field's own label so screen readers announce e.g. 'Clear Start date'."
601
- },
602
- "@astryx.dateTimeInput.timeSuffix": {
603
- "defaultMessage": "Heure de {label}",
604
- "description": "Screen-reader-only accessible name for the time-of-day slot in a DateTimeInput. Example: `Start date time`; reorder freely (e.g. \"time of {label}\")."
605
- },
606
- "@astryx.dateRangeInput.placeholder": {
607
- "defaultMessage": "Sélectionner une plage de dates",
608
- "description": "Grey placeholder inside an empty DateRangeInput field. Represents picking a start–end date pair. Imperative verb."
609
- },
610
- "@astryx.dateRangeInput.dialogLabel": {
611
- "defaultMessage": "Choisir une plage de dates",
612
- "description": "Screen-reader-only accessible name for the popover dialog opened from a DateRangeInput. Imperative verb + noun phrase."
613
- },
614
- "@astryx.dateTimeInput.placeholder": {
615
- "defaultMessage": "Sélectionner une date",
616
- "description": "Grey placeholder inside an empty DateTimeInput field. Note: the English says only \"date\" though the field is date+time — do not add \"and time\" unless natural."
617
- },
618
- "@astryx.dateTimeInput.dialogLabel": {
619
- "defaultMessage": "Choisir une date",
620
- "description": "Screen-reader-only accessible name for the DateTimeInput picker dialog. Same English-only \"date\" phrasing as the placeholder — don't add \"and time\" unless natural."
621
- },
622
- "@astryx.link.newTab": {
623
- "defaultMessage": "(ouvre un nouvel onglet)",
624
- "description": "Visually-hidden (screen-reader-only) suffix appended to a Link's accessible name when it opens in a new tab. Example: `Documentation (opens in new tab)`."
625
- },
626
- "@astryx.mobileNav.toggle.open": {
627
- "defaultMessage": "Ouvrir la navigation",
628
- "description": "Screen-reader-only label on the hamburger button that opens the MobileNav overlay (rendered when the overlay is closed). Pairs with `mobileNav.closeNavigation`."
629
- },
630
- "@astryx.moreMenu.label": {
631
- "defaultMessage": "Plus d’options",
632
- "description": "Screen-reader-only name for the small `⋯` (three-dots) overflow button that opens a menu of additional actions. Very short — sits on a tiny icon button."
633
- },
634
- "@astryx.multiSelector.selectPlaceholder": {
635
- "defaultMessage": "Sélectionner…",
636
- "description": "Placeholder on an empty MultiSelector trigger button. Same English as `selector.placeholder` but a separate key — plural phrasing like \"Choose items…\" is fine."
637
- },
638
- "@astryx.outline.label": {
639
- "defaultMessage": "Table des matières",
640
- "description": "Screen-reader-only fallback name for a page's outline / table-of-contents sidebar (list of in-page headings). Rendered as `aria-label` on a `<nav>` landmark."
641
- },
642
- "@astryx.powersearch.label": {
643
- "defaultMessage": "Rechercher",
644
- "description": "Screen-reader-only accessible name for the PowerSearch input (a filter-builder). The visible placeholder is separate; noun form often reads better than the verb."
645
- },
646
- "@astryx.powersearch.placeholder": {
647
- "defaultMessage": "Rechercher…",
648
- "description": "Grey placeholder text inside the empty PowerSearch input. Imperative verb; trailing `…` is one character."
649
- },
650
- "@astryx.resizable.collapsed": {
651
- "defaultMessage": "Réduit",
652
- "description": "aria-valuetext for the Resizable drag handle (role=separator) while its panel is collapsed to zero size. Replaces the numeric value announcement, since the numeric value is clamped to the minimum while collapsed. Adjective describing the panel state, not a verb/command."
653
- },
654
- "@astryx.resizable.handle.label": {
655
- "defaultMessage": "Poignée de redimensionnement",
656
- "description": "Screen-reader-only accessible name for the small draggable divider between two Resizable panels (users drag it to change the split ratio)."
657
- },
658
10
  "@astryx.selector.placeholder": {
659
11
  "defaultMessage": "Sélectionner…",
660
12
  "description": "Placeholder text on an empty Selector trigger button (a dropdown). Imperative verb; trailing `…` is one character. Very short — appears on the button face."
661
- },
662
- "@astryx.sideNav.heading.dialogLabel": {
663
- "defaultMessage": "Menu de navigation",
664
- "description": "Screen-reader-only accessible name for the dropdown dialog opened from a SideNavHeading's overflow menu."
665
- },
666
- "@astryx.table.pagination.label": {
667
- "defaultMessage": "Pagination du tableau",
668
- "description": "Screen-reader-only accessible name for the pagination `<nav>` appended below a data table. Kept separate from `@astryx.pagination.label` so translations may diverge."
669
- },
670
- "@astryx.timeInput.placeholder": {
671
- "defaultMessage": "Sélectionner une heure",
672
- "description": "\"Time\" = clock time (HH:MM), not duration or era. Grey placeholder inside an empty TimeInput field; imperative verb."
673
- },
674
- "@astryx.topNav.heading.dialogLabel": {
675
- "defaultMessage": "Menu de navigation",
676
- "description": "Screen-reader-only accessible name for the dropdown dialog opened from a TopNavHeading's overflow menu. Kept separate from the SideNav sibling."
677
- },
678
- "@astryx.typeahead.searchPlaceholder": {
679
- "defaultMessage": "Rechercher…",
680
- "description": "Placeholder inside an empty Typeahead input (a search field that suggests results as the user types). Imperative verb; trailing `…` is one character."
681
- },
682
- "@astryx.banner.collapse": {
683
- "defaultMessage": "Réduire",
684
- "description": "\"Collapse\" = fold up, not crumble. Aria label AND tooltip on the Banner expand/collapse toggle when currently expanded. Pairs with `banner.expand`."
685
- },
686
- "@astryx.banner.expand": {
687
- "defaultMessage": "Développer",
688
- "description": "\"Expand\" = reveal more, not grow physically. Aria label AND tooltip on the same toggle when currently collapsed. Pairs with `banner.collapse`."
689
- },
690
- "@astryx.button.loading": {
691
- "defaultMessage": "Chargement",
692
- "description": "Screen-reader-only live-region announcement while a Button is in its loading state (spinner shown, action in flight). Progressive sense (\"work in progress\"), not a noun. Kept separate from `typeahead.loading` — translations may diverge."
693
- },
694
- "@astryx.chatComposerDrawer.expand": {
695
- "defaultMessage": "Développer {label}",
696
- "description": "Screen-reader-only label on the ChatComposerDrawer toggle when the drawer is collapsed. `{label}` is the drawer's visible name — example: `Expand Attachments`. Pairs with `collapse`."
697
- },
698
- "@astryx.chatComposerDrawer.collapse": {
699
- "defaultMessage": "Réduire {label}",
700
- "description": "Screen-reader-only label on the ChatComposerDrawer toggle when the drawer is expanded. Example: `Collapse Attachments`. Pairs with `expand`."
701
- },
702
- "@astryx.chatDictationButton.startDictation": {
703
- "defaultMessage": "Démarrer la dictée",
704
- "description": "Accessible label for the microphone button when idle (not listening)."
705
- },
706
- "@astryx.chatDictationButton.stopDictation": {
707
- "defaultMessage": "Arrêter la dictée",
708
- "description": "Accessible label for the microphone button when actively listening."
709
- },
710
- "@astryx.chatLayout.newMessages": {
711
- "defaultMessage": "Nouveaux messages",
712
- "description": "Text on a floating pill at the bottom of a chat viewport when unseen messages arrive below the fold; clicking scrolls to bottom. Keep short — narrow pill."
713
- },
714
- "@astryx.chatLayoutScrollButton.scrollToBottom": {
715
- "defaultMessage": "Faire défiler vers le bas",
716
- "description": "Visible tooltip AND screen-reader label for a small down-arrow button that scrolls the chat viewport to its latest message."
717
- },
718
- "@astryx.chatMessage.messageFrom": {
719
- "defaultMessage": "Message de {sender}",
720
- "description": "Screen-reader-only accessible name for a chat message when the sender name isn't visible. Example: `Message from Sarah`, `Message from Bot` — reorder freely."
721
- },
722
- "@astryx.chatSendButton.stop": {
723
- "defaultMessage": "Arrêter",
724
- "description": "Button label that replaces `Send` on the chat send button while an AI response is streaming; clicking aborts generation. Short — appears on a small button."
725
- },
726
- "@astryx.chatSendButton.send": {
727
- "defaultMessage": "Envoyer",
728
- "description": "Primary button label on the chat submit button (paperplane icon). Imperative verb; pairs with `Stop`. Very short."
729
- },
730
- "@astryx.chatToolCalls.error": {
731
- "defaultMessage": "Erreur : {message}",
732
- "description": "Screen-reader text for a tool call that failed. {message} is the error detail."
733
- },
734
- "@astryx.chatToolCalls.groupLabel": {
735
- "defaultMessage": "{count} appels d’outil",
736
- "description": "Summary label shown in the group header when multiple tool calls are expanded. {count} is the number of calls."
737
- },
738
- "@astryx.citation.label": {
739
- "defaultMessage": "Citation {number} : {title}",
740
- "description": "Screen-reader-only accessible name for a Citation chip (a small numbered link to a source). Example: `Citation 1: OpenAI research paper`. Reorder freely."
741
- },
742
- "@astryx.codeBlock.copied": {
743
- "defaultMessage": "Copié",
744
- "description": "Screen-reader-only label on the CodeBlock copy button for ~2s after a successful copy. Past-participle (\"has been copied\"); pairs with `codeBlock.copyCode`."
745
- },
746
- "@astryx.codeBlock.copyCode": {
747
- "defaultMessage": "Copier le code",
748
- "description": "\"Code\" = source code. Aria label AND tooltip on the CodeBlock copy button in its default state. Pairs with `codeBlock.copied` (post-click state)."
749
- },
750
- "@astryx.field.optional": {
751
- "defaultMessage": "Facultatif",
752
- "description": "Visible indicator shown next to a form field's label when the field is optional (isOptional). Mutually exclusive with the required indicator. Very short — appears inline after the label text."
753
- },
754
- "@astryx.field.required": {
755
- "defaultMessage": "Obligatoire",
756
- "description": "Visible indicator shown next to a form field's label when the field must be filled in (isRequired). Mutually exclusive with the optional indicator. Very short — appears inline after the label text."
757
- },
758
- "@astryx.fileInput.clearLabel": {
759
- "defaultMessage": "Effacer {label}",
760
- "description": "Screen-reader-only label on the X that removes the selected file from a FileInput. Example: `Clear Attachment`, `Clear Résumé`."
761
- },
762
- "@astryx.fileInput.required": {
763
- "defaultMessage": "Obligatoire",
764
- "description": "Screen-reader-only description on the FileInput trigger indicating the field must be filled in. Mirrors the visible `Required` indicator next to the field label; conveyed via description because aria-required is not supported on role=\"button\"."
765
- },
766
- "@astryx.keyboardHint.toNavigate": {
767
- "defaultMessage": "pour naviguer",
768
- "description": "Trailing text in the keyboard-hint badge, shown after arrow-key icons — reads as `← → to navigate`. Lowercase sentence fragment completing the visual phrase; the badge is aria-hidden, so this is for sighted users only."
769
- },
770
- "@astryx.lightbox.mediaViewer": {
771
- "defaultMessage": "Visionneuse multimédia",
772
- "description": "Screen-reader-only fallback name for the Lightbox dialog when the current media item has no alt text. Should rarely render — consumers should provide alt."
773
- },
774
- "@astryx.lightbox.zoomedIn": {
775
- "defaultMessage": "Zoom avant, utilisez les flèches pour vous déplacer",
776
- "description": "Polite screen-reader announcement after zooming into a Lightbox image, including a hint that arrow keys pan while zoomed. Pairs with `lightbox.zoomedOut`."
777
- },
778
- "@astryx.lightbox.zoomedOut": {
779
- "defaultMessage": "Zoom arrière",
780
- "description": "Polite screen-reader announcement after zooming back out of a Lightbox image. Pairs with `lightbox.zoomedIn`."
781
- },
782
- "@astryx.metadataList.showMore": {
783
- "defaultMessage": "Afficher plus",
784
- "description": "Button label under a MetadataList that reveals items hidden beyond the configured maximum. Toggles with `metadataList.showLess` — keep the pair parallel in your language."
785
- },
786
- "@astryx.metadataList.showLess": {
787
- "defaultMessage": "Afficher moins",
788
- "description": "Button label under a MetadataList that re-hides the extra items revealed by `metadataList.showMore`. Keep the pair parallel."
789
- },
790
- "@astryx.multiSelector.clearAll": {
791
- "defaultMessage": "Tout effacer {label}",
792
- "description": "Screen-reader-only label on the X that clears every selected value from a MultiSelector. Example: `Clear all Countries`. `{label}` is typically already plural in English."
793
- },
794
- "@astryx.input.statusButton.error": {
795
- "defaultMessage": "Détails de l’erreur",
796
- "description": "Accessible name for the focusable status icon button inside an input when statusVariant is 'tooltip' and the status type is error. Activating or focusing the button reveals the error message in a tooltip. Keep it short — it labels an icon-only button."
797
- },
798
- "@astryx.input.statusButton.warning": {
799
- "defaultMessage": "Détails de l’avertissement",
800
- "description": "Accessible name for the focusable status icon button inside an input when statusVariant is 'tooltip' and the status type is warning. Activating or focusing the button reveals the warning message in a tooltip."
801
- },
802
- "@astryx.input.statusButton.success": {
803
- "defaultMessage": "Détails de la réussite",
804
- "description": "Accessible name for the focusable status icon button inside an input when statusVariant is 'tooltip' and the status type is success. Activating or focusing the button reveals the success message in a tooltip."
805
- },
806
- "@astryx.numberInput.clearLabel": {
807
- "defaultMessage": "Effacer {label}",
808
- "description": "Screen-reader-only label on the X that clears the value from a NumberInput. Example: `Clear Age`, `Clear Quantity`."
809
- },
810
- "@astryx.selector.clearLabel": {
811
- "defaultMessage": "Effacer {label}",
812
- "description": "Screen-reader-only label on the X that clears the selected value from a Selector. `{label}` is the selector's visible label — example: `Clear Country`."
813
- },
814
- "@astryx.sideNavCollapseButton.expandSidebar": {
815
- "defaultMessage": "Développer la barre latérale",
816
- "description": "Aria label AND tooltip on the SideNav collapse/expand toggle when the sidebar is currently collapsed (clicking expands it). Pairs with `collapseSidebar`."
817
- },
818
- "@astryx.sideNavCollapseButton.collapseSidebar": {
819
- "defaultMessage": "Réduire la barre latérale",
820
- "description": "Aria label AND tooltip on the same toggle when the sidebar is currently expanded (clicking collapses it). Pairs with `expandSidebar`."
821
- },
822
- "@astryx.sideNavItem.expand": {
823
- "defaultMessage": "Développer {label}",
824
- "description": "Screen-reader-only label on the chevron next to a SideNav item with children when the group is collapsed. Example: `Expand Settings`. Pairs with `sideNavItem.collapse`."
825
- },
826
- "@astryx.sideNavItem.collapse": {
827
- "defaultMessage": "Réduire {label}",
828
- "description": "Screen-reader-only label on the same chevron when the group is expanded. Example: `Collapse Settings`. Pairs with `sideNavItem.expand`."
829
- },
830
- "@astryx.tableFiltering.filterByColumn": {
831
- "defaultMessage": "Filtrer {header}",
832
- "description": "Triple-use string on per-column filter controls: visible label, placeholder, AND aria label. `{header}` is the column header — example: `Filter Name`. Keep short."
833
- },
834
- "@astryx.tableGroupedRows.expandGroup": {
835
- "defaultMessage": "Développer le groupe {groupKey}",
836
- "description": "Screen-reader-only label on the chevron next to a grouped table's group header when collapsed. Example: `Expand group Q1 2024`. Pairs with `collapseGroup`."
837
- },
838
- "@astryx.tableGroupedRows.collapseGroup": {
839
- "defaultMessage": "Réduire le groupe {groupKey}",
840
- "description": "Screen-reader-only label on the same chevron when the group is expanded. Example: `Collapse group Q1 2024`. Pairs with `expandGroup`."
841
- },
842
- "@astryx.tableRowExpansion.collapseRow": {
843
- "defaultMessage": "Réduire la ligne",
844
- "description": "Screen-reader-only label on the row-expand chevron when the row is currently expanded. Part of the four-way expand/collapse set."
845
- },
846
- "@astryx.tableRowExpansion.expandRow": {
847
- "defaultMessage": "Développer la ligne",
848
- "description": "Screen-reader-only label on the row-expand chevron when the row is currently collapsed. Part of a four-way set with `collapseRow`, `expandAllRows`, `collapseAllRows`."
849
- },
850
- "@astryx.tableRowExpansion.collapseAllRows": {
851
- "defaultMessage": "Réduire toutes les lignes",
852
- "description": "Screen-reader-only label on the same header button when every row is expanded. Part of the four-way set."
853
- },
854
- "@astryx.tableRowExpansion.expandAllRows": {
855
- "defaultMessage": "Développer toutes les lignes",
856
- "description": "Screen-reader-only label on the header expand-all/collapse-all button when at least one row is collapsed (clicking expands every expandable row). Part of the four-way set."
857
- },
858
- "@astryx.step.goToStep": {
859
- "defaultMessage": "Aller à l’étape {stepNumber, number} : {label}",
860
- "description": "Accessible name for a clickable step in the lab Stepper. {stepNumber} is the 1-based position, {label} is the step's visible label."
861
- },
862
- "@astryx.step.goToStepWithStatus": {
863
- "defaultMessage": "Aller à l’étape {stepNumber, number} : {label}, {status}",
864
- "description": "Accessible name for a clickable lab Stepper step that also carries a status. {status} is one of the translated `step.status.*` words (completed/warning/error). Keep the pattern parallel to `step.goToStep`."
865
- },
866
- "@astryx.step.status.completed": {
867
- "defaultMessage": "terminé",
868
- "description": "Screen-reader-only status word rendered next to a lab Stepper step label when the step is done (either progress-completed or status=success). Lowercase adjective; it is read mid-sentence after the step label."
869
- },
870
- "@astryx.step.status.warning": {
871
- "defaultMessage": "avertissement",
872
- "description": "Screen-reader-only status word rendered next to a lab Stepper step label when status=warning. Lowercase noun/adjective; read mid-sentence after the step label."
873
- },
874
- "@astryx.step.status.error": {
875
- "defaultMessage": "erreur",
876
- "description": "Screen-reader-only status word rendered next to a lab Stepper step label when status=error. Lowercase noun; read mid-sentence after the step label."
877
- },
878
- "@astryx.tableTree.collapseRow": {
879
- "defaultMessage": "Réduire la ligne",
880
- "description": "Aria label for the Table tree-data expander chevron when the row is currently expanded."
881
- },
882
- "@astryx.tableTree.expandRow": {
883
- "defaultMessage": "Développer la ligne",
884
- "description": "Aria label for the Table tree-data expander chevron when the row is currently collapsed."
885
- },
886
- "@astryx.tableTree.collapseAllRows": {
887
- "defaultMessage": "Réduire toutes les lignes",
888
- "description": "Aria label for the Table tree-data header toggle when all rows are expanded and clicking it collapses them."
889
- },
890
- "@astryx.tableTree.expandAllRows": {
891
- "defaultMessage": "Développer toutes les lignes",
892
- "description": "Aria label for the Table tree-data header toggle when rows are collapsed and clicking it expands them."
893
- },
894
- "@astryx.textArea.charactersRemaining": {
895
- "defaultMessage": "{count, number} {count, plural, one {caractère restant} many {caractères restants} other {caractères restants}}",
896
- "description": "Screen-reader-only announcement of how many characters the user can still type before hitting a TextArea's maxLength. Announced politely as the count nears the limit. `{count}` is the number remaining — example: `12 characters remaining`."
897
- },
898
- "@astryx.textArea.charactersOverLimit": {
899
- "defaultMessage": "{count, number} {count, plural, one {caractère au-dessus de la limite} many {caractères au-dessus de la limite} other {caractères au-dessus de la limite}}",
900
- "description": "Screen-reader-only assertive announcement when the user has typed past a TextArea's maxLength. `{count}` is how many characters over — example: `3 characters over the limit`."
901
- },
902
- "@astryx.textInput.clearLabel": {
903
- "defaultMessage": "Effacer {label}",
904
- "description": "Screen-reader-only label on the X that clears the value from a TextInput. Example: `Clear Email`, `Clear Name`."
905
- },
906
- "@astryx.thumbnail.remove": {
907
- "defaultMessage": "Supprimer {accessibleName}",
908
- "description": "Screen-reader-only label on the \"×\" on a Thumbnail (image preview chip). `{accessibleName}` is the thumbnail's name — example: `Remove profile.jpg`."
909
- },
910
- "@astryx.thumbnail.open": {
911
- "defaultMessage": "Ouvrir {accessibleName}",
912
- "description": "\"Open\" = launch/reveal (not \"unfold\" or the adjective). Screen-reader-only name on a clickable Thumbnail — example: `Open Sunset photo`."
913
- },
914
- "@astryx.thumbnail.fallbackName": {
915
- "defaultMessage": "Miniature",
916
- "description": "Generic screen-reader name for a Thumbnail (image preview) that has no `alt` or `label`. Last-resort fallback so the control is never nameless; prefer a real name via `alt` or `label`."
917
- },
918
- "@astryx.timeInput.clearLabel": {
919
- "defaultMessage": "Effacer {label}",
920
- "description": "Screen-reader-only label on the X that clears the value from a TimeInput. Example: `Clear Start time`."
921
- },
922
- "@astryx.timestamp.copyValue": {
923
- "defaultMessage": "Copier {value}",
924
- "description": "Aria label on a Timestamp copyable-hover-card row's copy button, in its default state. `value` is the formatted instant that row shows (e.g. `Copy February 19, 2026 at 5:00:00 PM UTC`). Imperative verb. Pairs with `timestamp.copied` (post-click state)."
925
- },
926
- "@astryx.timestamp.copy": {
927
- "defaultMessage": "Copier",
928
- "description": "Short label shown in the tooltip on a Timestamp copyable-hover-card row's copy button (hover/focus), in its default state. Imperative verb. Pairs with `timestamp.copied` (post-click state). The full `copyValue` string remains the button's aria-label for assistive tech."
929
- },
930
- "@astryx.timestamp.copied": {
931
- "defaultMessage": "Copié",
932
- "description": "Aria label on a Timestamp copy button for ~1.5s after a successful copy, and the text announced to a polite live region. Past-participle (\"has been copied\"); pairs with `timestamp.copyValue`."
933
- },
934
- "@astryx.timestamp.detailsLabel": {
935
- "defaultMessage": "Détails de l’horodatage",
936
- "description": "Accessible name for the Timestamp copyable hover card popup, which lists the instant in the configured time zones/formats with a copy button per row."
937
- },
938
- "@astryx.token.remove": {
939
- "defaultMessage": "Supprimer {label}",
940
- "description": "Screen-reader-only label on the \"×\" on an individual Token/chip. Example: `Remove John Smith`, `Remove Active`. Imperative verb."
941
13
  }
942
14
  }