@cloudscape-design/components 3.0.310 → 3.0.311
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/button/internal.d.ts +6 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +6 -8
- package/button/internal.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/date-range-picker/calendar/header/index.js +4 -2
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.js +1 -1
- package/date-range-picker/calendar/index.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +14 -1
- package/form/index.js.map +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +3 -4
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +2 -3
- package/form-field/internal.js.map +1 -1
- package/i18n/context.d.ts +14 -7
- package/i18n/context.d.ts.map +1 -1
- package/i18n/context.js.map +1 -1
- package/i18n/messages/all.all.js +3692 -538
- package/i18n/messages/all.all.json +3756 -577
- package/i18n/messages/all.de.js +317 -22
- package/i18n/messages/all.de.json +324 -27
- package/i18n/messages/all.en-GB.js +306 -21
- package/i18n/messages/all.en-GB.json +309 -24
- package/i18n/messages/all.en.js +11 -11
- package/i18n/messages/all.en.json +11 -11
- package/i18n/messages/all.es.js +311 -22
- package/i18n/messages/all.es.json +318 -25
- package/i18n/messages/all.fr.js +335 -27
- package/i18n/messages/all.fr.json +343 -30
- package/i18n/messages/all.id.js +319 -28
- package/i18n/messages/all.id.json +322 -31
- package/i18n/messages/all.it.js +320 -27
- package/i18n/messages/all.it.json +326 -30
- package/i18n/messages/all.ja.js +312 -28
- package/i18n/messages/all.ja.json +315 -30
- package/i18n/messages/all.ko.js +304 -24
- package/i18n/messages/all.ko.json +312 -25
- package/i18n/messages/all.pt-BR.js +313 -28
- package/i18n/messages/all.pt-BR.json +325 -31
- package/i18n/messages/all.zh-CN.js +301 -29
- package/i18n/messages/all.zh-CN.json +300 -31
- package/i18n/messages/all.zh-TW.js +295 -23
- package/i18n/messages/all.zh-TW.json +294 -25
- package/i18n/messages-types.d.ts +435 -0
- package/i18n/messages-types.d.ts.map +1 -0
- package/i18n/messages-types.js +5 -0
- package/i18n/messages-types.js.map +1 -0
- package/i18n/provider.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts +2 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +6 -4
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +2 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +2 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +3 -7
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +2 -7
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
- package/internal/components/cartesian-chart/left-labels.js +1 -1
- package/internal/components/cartesian-chart/left-labels.js.map +1 -1
- package/internal/components/focus-lock/index.js +20 -19
- package/internal/components/focus-lock/index.js.map +1 -1
- package/internal/context/button-context.d.ts +10 -0
- package/internal/context/button-context.d.ts.map +1 -0
- package/internal/context/button-context.js +10 -0
- package/internal/context/button-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/i18n/messages/all.all.js +3692 -538
- package/internal/i18n/messages/all.all.json +3756 -577
- package/internal/i18n/messages/all.de.js +317 -22
- package/internal/i18n/messages/all.de.json +324 -27
- package/internal/i18n/messages/all.en-GB.js +306 -21
- package/internal/i18n/messages/all.en-GB.json +309 -24
- package/internal/i18n/messages/all.en.js +11 -11
- package/internal/i18n/messages/all.en.json +11 -11
- package/internal/i18n/messages/all.es.js +311 -22
- package/internal/i18n/messages/all.es.json +318 -25
- package/internal/i18n/messages/all.fr.js +335 -27
- package/internal/i18n/messages/all.fr.json +343 -30
- package/internal/i18n/messages/all.id.js +319 -28
- package/internal/i18n/messages/all.id.json +322 -31
- package/internal/i18n/messages/all.it.js +320 -27
- package/internal/i18n/messages/all.it.json +326 -30
- package/internal/i18n/messages/all.ja.js +312 -28
- package/internal/i18n/messages/all.ja.json +315 -30
- package/internal/i18n/messages/all.ko.js +304 -24
- package/internal/i18n/messages/all.ko.json +312 -25
- package/internal/i18n/messages/all.pt-BR.js +313 -28
- package/internal/i18n/messages/all.pt-BR.json +325 -31
- package/internal/i18n/messages/all.zh-CN.js +301 -29
- package/internal/i18n/messages/all.zh-CN.json +300 -31
- package/internal/i18n/messages/all.zh-TW.js +295 -23
- package/internal/i18n/messages/all.zh-TW.json +294 -25
- package/internal/manifest.json +1 -1
- package/package.json +1 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +4 -4
- package/pagination/internal.js.map +1 -1
- package/pie-chart/utils.d.ts +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.js.map +1 -1
- package/s3-resource-selector/interfaces.d.ts +3 -0
- package/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/s3-resource-selector/interfaces.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +1 -1
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js +2 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/index.js +1 -1
- package/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/space-between/interfaces.d.ts +5 -0
- package/space-between/interfaces.d.ts.map +1 -1
- package/space-between/interfaces.js.map +1 -1
- package/space-between/internal.d.ts +1 -1
- package/space-between/internal.d.ts.map +1 -1
- package/space-between/internal.js +2 -2
- package/space-between/internal.js.map +1 -1
- package/space-between/styles.css.js +21 -20
- package/space-between/styles.scoped.css +25 -21
- package/space-between/styles.selectors.js +21 -20
- package/tag-editor/interfaces.d.ts +1 -0
- package/tag-editor/interfaces.d.ts.map +1 -1
- package/tag-editor/interfaces.js.map +1 -1
- package/tag-editor/validation.d.ts +1 -1
- package/tag-editor/validation.d.ts.map +1 -1
- package/tag-editor/validation.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
- package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
- package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
- package/wizard/internal.d.ts.map +1 -1
- package/wizard/internal.js +4 -2
- package/wizard/internal.js.map +1 -1
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +1 -2
- package/wizard/wizard-form.js.map +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@cloudscape-design/components": {
|
|
3
3
|
"fr": {
|
|
4
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Ignorer l'alerte" }] },
|
|
5
4
|
"[charts]": {
|
|
6
5
|
"loadingText": [{ "type": 0, "value": "Chargement du graphique" }],
|
|
7
6
|
"errorText": [{ "type": 0, "value": "Impossible d'extraire les données. Réessayez plus tard." }],
|
|
@@ -9,10 +8,10 @@
|
|
|
9
8
|
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrer les données affichées" }],
|
|
10
9
|
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrer les données" }],
|
|
11
10
|
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Légende" }],
|
|
12
|
-
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Ignorer" }],
|
|
13
11
|
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "axe X" }],
|
|
14
12
|
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "axe Y" }]
|
|
15
13
|
},
|
|
14
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Ignorer l'alerte" }] },
|
|
16
15
|
"annotation-context": {
|
|
17
16
|
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Suivant" }],
|
|
18
17
|
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Précédent" }],
|
|
@@ -62,20 +61,18 @@
|
|
|
62
61
|
"ariaLabels.navigationToggle": [{ "type": 0, "value": "Ouvrir la navigation latérale" }],
|
|
63
62
|
"ariaLabels.notifications": [{ "type": 0, "value": "Notifications" }],
|
|
64
63
|
"ariaLabels.tools": [{ "type": 0, "value": "Volet d'aide" }],
|
|
65
|
-
"ariaLabels.toolsClose": [{ "type": 0, "value": "
|
|
66
|
-
"ariaLabels.toolsToggle": [{ "type": 0, "value": "
|
|
64
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "Fermer le volet d'aide" }],
|
|
65
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Ouvrir le volet d'aide" }]
|
|
67
66
|
},
|
|
68
67
|
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
69
|
-
"attribute-editor": {
|
|
70
|
-
"removeButtonText": [{ "type": 0, "value": "Supprimer" }],
|
|
71
|
-
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }]
|
|
72
|
-
},
|
|
68
|
+
"attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Supprimer" }] },
|
|
73
69
|
"autosuggest": {
|
|
74
70
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
75
71
|
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }],
|
|
76
72
|
"enteredTextLabel": [
|
|
77
|
-
{ "type": 0, "value": "Utiliser " },
|
|
78
|
-
{ "type": 1, "value": "value" }
|
|
73
|
+
{ "type": 0, "value": "Utiliser : «" },
|
|
74
|
+
{ "type": 1, "value": "value" },
|
|
75
|
+
{ "type": 0, "value": "»" }
|
|
79
76
|
],
|
|
80
77
|
"recoveryText": [{ "type": 0, "value": "Réessayer" }]
|
|
81
78
|
},
|
|
@@ -137,7 +134,7 @@
|
|
|
137
134
|
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
138
135
|
{
|
|
139
136
|
"type": 0,
|
|
140
|
-
"value": "Utilisez Espace ou Entrée pour activer le glissement pour un élément, puis utilisez les touches fléchées pour déplacer la position de l'élément. Pour terminer le déplacement de la position, utilisez Espace ou Entrée. Pour ignorer le déplacement, utilisez
|
|
137
|
+
"value": "Utilisez Espace ou Entrée pour activer le glissement pour un élément, puis utilisez les touches fléchées pour déplacer la position de l'élément. Pour terminer le déplacement de la position, utilisez Espace ou Entrée. Pour ignorer le déplacement, utilisez Échap."
|
|
141
138
|
}
|
|
142
139
|
],
|
|
143
140
|
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
@@ -146,7 +143,59 @@
|
|
|
146
143
|
{ "type": 0, "value": " de " },
|
|
147
144
|
{ "type": 1, "value": "total" }
|
|
148
145
|
],
|
|
149
|
-
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Réorganisation annulée" }]
|
|
146
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Réorganisation annulée" }],
|
|
147
|
+
"contentDisplayPreference.liveAnnouncementDndItemReordered": [
|
|
148
|
+
{
|
|
149
|
+
"type": 5,
|
|
150
|
+
"value": "isInitialPosition",
|
|
151
|
+
"options": {
|
|
152
|
+
"true": {
|
|
153
|
+
"value": [
|
|
154
|
+
{ "type": 0, "value": "Remettre l'élément à la position " },
|
|
155
|
+
{ "type": 1, "value": "currentPosition" },
|
|
156
|
+
{ "type": 0, "value": " de " },
|
|
157
|
+
{ "type": 1, "value": "total" }
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"false": {
|
|
161
|
+
"value": [
|
|
162
|
+
{ "type": 0, "value": "Déplacer l'élément vers la position " },
|
|
163
|
+
{ "type": 1, "value": "currentPosition" },
|
|
164
|
+
{ "type": 0, "value": " de " },
|
|
165
|
+
{ "type": 1, "value": "total" }
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"other": { "value": [] }
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"contentDisplayPreference.liveAnnouncementDndItemCommitted": [
|
|
173
|
+
{
|
|
174
|
+
"type": 5,
|
|
175
|
+
"value": "isInitialPosition",
|
|
176
|
+
"options": {
|
|
177
|
+
"true": {
|
|
178
|
+
"value": [
|
|
179
|
+
{ "type": 0, "value": "L'élément a été replacé dans sa position initiale " },
|
|
180
|
+
{ "type": 1, "value": "initialPosition" },
|
|
181
|
+
{ "type": 0, "value": " de " },
|
|
182
|
+
{ "type": 1, "value": "total" }
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"false": {
|
|
186
|
+
"value": [
|
|
187
|
+
{ "type": 0, "value": "L'élément a été déplacé de la position " },
|
|
188
|
+
{ "type": 1, "value": "initialPosition" },
|
|
189
|
+
{ "type": 0, "value": " à " },
|
|
190
|
+
{ "type": 1, "value": "finalPosition" },
|
|
191
|
+
{ "type": 0, "value": " de " },
|
|
192
|
+
{ "type": 1, "value": "total" }
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"other": { "value": [] }
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
]
|
|
150
199
|
},
|
|
151
200
|
"date-range-picker": {
|
|
152
201
|
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Mode relatif" }],
|
|
@@ -231,15 +280,21 @@
|
|
|
231
280
|
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "Informations" }],
|
|
232
281
|
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Toutes les notifications" }],
|
|
233
282
|
"i18nStrings.notificationBarText": [{ "type": 0, "value": "Notifications" }],
|
|
234
|
-
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "
|
|
283
|
+
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Réussi" }],
|
|
235
284
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avertissement" }]
|
|
236
285
|
},
|
|
237
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
238
286
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
287
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
239
288
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Chargement du contenu en cours" }] },
|
|
240
289
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Effacer" }] },
|
|
241
290
|
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Elle s'ouvre dans un nouvel onglet" }] },
|
|
242
291
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fermer le modal" }] },
|
|
292
|
+
"multiselect": {
|
|
293
|
+
"deselectAriaLabel": [
|
|
294
|
+
{ "type": 0, "value": "Supprimer " },
|
|
295
|
+
{ "type": 1, "value": "option__label" }
|
|
296
|
+
]
|
|
297
|
+
},
|
|
243
298
|
"pagination": {
|
|
244
299
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Page suivante" }],
|
|
245
300
|
"ariaLabels.pageLabel": [
|
|
@@ -250,15 +305,10 @@
|
|
|
250
305
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Page précédente" }]
|
|
251
306
|
},
|
|
252
307
|
"pie-chart": {
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
"multiselect": {
|
|
258
|
-
"deselectAriaLabel": [
|
|
259
|
-
{ "type": 0, "value": "Supprimer " },
|
|
260
|
-
{ "type": 1, "value": "option__label" }
|
|
261
|
-
]
|
|
308
|
+
"i18nStrings.detailsValue": [{ "type": 0, "value": "Valeur" }],
|
|
309
|
+
"i18nStrings.detailsPercentage": [{ "type": 0, "value": "Pourcentage" }],
|
|
310
|
+
"i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Diagramme circulaire" }],
|
|
311
|
+
"i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segment" }]
|
|
262
312
|
},
|
|
263
313
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Fermer la fenêtre contextuelle" }] },
|
|
264
314
|
"property-filter": {
|
|
@@ -359,22 +409,285 @@
|
|
|
359
409
|
}
|
|
360
410
|
]
|
|
361
411
|
},
|
|
362
|
-
"s3-resource-selector": {
|
|
412
|
+
"s3-resource-selector": {
|
|
413
|
+
"i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Choisir une version" }],
|
|
414
|
+
"i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Parcourir S3" }],
|
|
415
|
+
"i18nStrings.inContextViewButton": [{ "type": 0, "value": "Afficher" }],
|
|
416
|
+
"i18nStrings.inContextViewButtonAriaLabel": [
|
|
417
|
+
{ "type": 0, "value": "Afficher (s'ouvre dans un nouvel onglet)" }
|
|
418
|
+
],
|
|
419
|
+
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Chargement de la ressource" }],
|
|
420
|
+
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI S3" }],
|
|
421
|
+
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Version de l'objet" }],
|
|
422
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Choisir une archive dans S3" }],
|
|
423
|
+
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Annuler" }],
|
|
424
|
+
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Choisir" }],
|
|
425
|
+
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Compartiments S3" }],
|
|
426
|
+
"i18nStrings.selectionBuckets": [{ "type": 0, "value": "Compartiments" }],
|
|
427
|
+
"i18nStrings.selectionObjects": [{ "type": 0, "value": "Objets" }],
|
|
428
|
+
"i18nStrings.selectionVersions": [{ "type": 0, "value": "Versions" }],
|
|
429
|
+
"i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Trouver un compartiment" }],
|
|
430
|
+
"i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Rechercher un objet par préfixe" }],
|
|
431
|
+
"i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Trouver la version" }],
|
|
432
|
+
"i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Chargement des compartiments" }],
|
|
433
|
+
"i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "Aucun compartiment" }],
|
|
434
|
+
"i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Chargement des objets" }],
|
|
435
|
+
"i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "Aucun objet" }],
|
|
436
|
+
"i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Chargement des versions" }],
|
|
437
|
+
"i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "Aucune version" }],
|
|
438
|
+
"i18nStrings.filteringNoMatches": [{ "type": 0, "value": "Aucune correspondance" }],
|
|
439
|
+
"i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "Impossible de trouver une correspondance." }],
|
|
440
|
+
"i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Effacer le filtre" }],
|
|
441
|
+
"i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
|
|
442
|
+
"i18nStrings.columnBucketName": [{ "type": 0, "value": "Nom" }],
|
|
443
|
+
"i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Date de création" }],
|
|
444
|
+
"i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Région" }],
|
|
445
|
+
"i18nStrings.columnObjectKey": [{ "type": 0, "value": "Clé" }],
|
|
446
|
+
"i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Dernière modification" }],
|
|
447
|
+
"i18nStrings.columnObjectSize": [{ "type": 0, "value": "Taille" }],
|
|
448
|
+
"i18nStrings.columnVersionID": [{ "type": 0, "value": "ID de version" }],
|
|
449
|
+
"i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Dernière modification" }],
|
|
450
|
+
"i18nStrings.columnVersionSize": [{ "type": 0, "value": "Taille" }],
|
|
451
|
+
"i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "Le chemin doit commencer par s3 ://" }],
|
|
452
|
+
"i18nStrings.validationBucketLowerCase": [
|
|
453
|
+
{ "type": 0, "value": "Le nom du compartiment doit commencer par une minuscule ou un chiffre." }
|
|
454
|
+
],
|
|
455
|
+
"i18nStrings.validationBucketMustNotContain": [
|
|
456
|
+
{ "type": 0, "value": "Le nom du compartiment ne doit pas contenir de majuscules." }
|
|
457
|
+
],
|
|
458
|
+
"i18nStrings.validationBucketLength": [
|
|
459
|
+
{ "type": 0, "value": "Le nom du compartiment doit comporter entre 3 et 63 caractères." }
|
|
460
|
+
],
|
|
461
|
+
"i18nStrings.validationBucketMustComplyDns": [
|
|
462
|
+
{ "type": 0, "value": "Le nom du compartiment doit être conforme aux conventions de dénomination DNS." }
|
|
463
|
+
],
|
|
464
|
+
"i18nStrings.labelSortedDescending": [
|
|
465
|
+
{ "type": 1, "value": "columnName" },
|
|
466
|
+
{ "type": 0, "value": ", triés par ordre décroissant" }
|
|
467
|
+
],
|
|
468
|
+
"i18nStrings.labelSortedAscending": [
|
|
469
|
+
{ "type": 1, "value": "columnName" },
|
|
470
|
+
{ "type": 0, "value": ", triés par ordre croissant" }
|
|
471
|
+
],
|
|
472
|
+
"i18nStrings.labelNotSorted": [
|
|
473
|
+
{ "type": 1, "value": "columnName" },
|
|
474
|
+
{ "type": 0, "value": ", non triés" }
|
|
475
|
+
],
|
|
476
|
+
"i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Compartiments" }],
|
|
477
|
+
"i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
|
|
478
|
+
"i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Objets" }],
|
|
479
|
+
"i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
|
|
480
|
+
"i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Versions" }],
|
|
481
|
+
"i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
|
|
482
|
+
"i18nStrings.labelFiltering": [
|
|
483
|
+
{ "type": 0, "value": "Trouver " },
|
|
484
|
+
{ "type": 1, "value": "itemsType" }
|
|
485
|
+
],
|
|
486
|
+
"i18nStrings.labelRefresh": [{ "type": 0, "value": "Actualiser les données" }],
|
|
487
|
+
"i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "Navigation S3" }],
|
|
488
|
+
"i18nStrings.filteringCounterText": [
|
|
489
|
+
{
|
|
490
|
+
"type": 6,
|
|
491
|
+
"value": "count",
|
|
492
|
+
"options": {
|
|
493
|
+
"one": { "value": [{ "type": 0, "value": "1 correspondance" }] },
|
|
494
|
+
"other": {
|
|
495
|
+
"value": [
|
|
496
|
+
{ "type": 1, "value": "count" },
|
|
497
|
+
{ "type": 0, "value": " correspondances" }
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"offset": 0,
|
|
502
|
+
"pluralType": "cardinal"
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
},
|
|
363
506
|
"select": {
|
|
364
507
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
365
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }]
|
|
508
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }],
|
|
509
|
+
"recoveryText": [{ "type": 0, "value": "Réessayer" }]
|
|
510
|
+
},
|
|
511
|
+
"split-panel": {
|
|
512
|
+
"i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Fermer le panneau" }],
|
|
513
|
+
"i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Ouvrir le panneau" }],
|
|
514
|
+
"i18nStrings.preferencesTitle": [{ "type": 0, "value": "Préférences du panneau divisé" }],
|
|
515
|
+
"i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Position du panneau divisé" }],
|
|
516
|
+
"i18nStrings.preferencesPositionDescription": [
|
|
517
|
+
{ "type": 0, "value": "Choisir la position par défaut du panneau divisé pour le service." }
|
|
518
|
+
],
|
|
519
|
+
"i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Côté" }],
|
|
520
|
+
"i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "En bas" }],
|
|
521
|
+
"i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Confirmer" }],
|
|
522
|
+
"i18nStrings.preferencesCancel": [{ "type": 0, "value": "Annuler" }],
|
|
523
|
+
"i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Redimensionner le panneau divisé" }]
|
|
366
524
|
},
|
|
367
|
-
"split-panel": {},
|
|
368
525
|
"table": {
|
|
369
526
|
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Soumission de modification" }],
|
|
370
527
|
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modification réussie" }],
|
|
371
528
|
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
372
|
-
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "
|
|
529
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "modifiable" }]
|
|
373
530
|
},
|
|
374
531
|
"tabs": {
|
|
375
532
|
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Faire défiler vers la gauche" }],
|
|
376
533
|
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Faire défiler vers la droite" }]
|
|
377
534
|
},
|
|
535
|
+
"tag-editor": {
|
|
536
|
+
"i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Saisir une clé" }],
|
|
537
|
+
"i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Saisir une valeur" }],
|
|
538
|
+
"i18nStrings.addButton": [{ "type": 0, "value": "Ajouter une nouvelle identification" }],
|
|
539
|
+
"i18nStrings.removeButton": [{ "type": 0, "value": "Supprimer" }],
|
|
540
|
+
"i18nStrings.removeButtonAriaLabel": [
|
|
541
|
+
{ "type": 0, "value": "Supprimer " },
|
|
542
|
+
{ "type": 1, "value": "tag__key" }
|
|
543
|
+
],
|
|
544
|
+
"i18nStrings.undoButton": [{ "type": 0, "value": "Annuler" }],
|
|
545
|
+
"i18nStrings.undoPrompt": [
|
|
546
|
+
{ "type": 0, "value": "Cette identification sera supprimée lors de l'enregistrement des modifications." }
|
|
547
|
+
],
|
|
548
|
+
"i18nStrings.loading": [
|
|
549
|
+
{ "type": 0, "value": "Chargement des identifications associées à cette ressource en cours" }
|
|
550
|
+
],
|
|
551
|
+
"i18nStrings.keyHeader": [{ "type": 0, "value": "Clé" }],
|
|
552
|
+
"i18nStrings.valueHeader": [{ "type": 0, "value": "Valeur" }],
|
|
553
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facultatif" }],
|
|
554
|
+
"i18nStrings.keySuggestion": [{ "type": 0, "value": "Clé d'identification personnalisée" }],
|
|
555
|
+
"i18nStrings.valueSuggestion": [{ "type": 0, "value": "Valeur d'identification personnalisée" }],
|
|
556
|
+
"i18nStrings.emptyTags": [{ "type": 0, "value": "Aucune identification n'est associée à la ressource." }],
|
|
557
|
+
"i18nStrings.tooManyKeysSuggestion": [
|
|
558
|
+
{ "type": 0, "value": "Vous avez plus de clés que ce qui peut être affiché." }
|
|
559
|
+
],
|
|
560
|
+
"i18nStrings.tooManyValuesSuggestion": [
|
|
561
|
+
{ "type": 0, "value": "Vous avez plus de valeurs que ce qui peut être affiché." }
|
|
562
|
+
],
|
|
563
|
+
"i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Chargement des clés d'identification en cours" }],
|
|
564
|
+
"i18nStrings.keysSuggestionError": [
|
|
565
|
+
{ "type": 0, "value": "Les clés d'identification n'ont pas pu être récupérées." }
|
|
566
|
+
],
|
|
567
|
+
"i18nStrings.valuesSuggestionLoading": [
|
|
568
|
+
{ "type": 0, "value": "Chargement des valeurs d'identification en cours" }
|
|
569
|
+
],
|
|
570
|
+
"i18nStrings.valuesSuggestionError": [
|
|
571
|
+
{ "type": 0, "value": "Les valeurs d'identification n'ont pas pu être récupérées." }
|
|
572
|
+
],
|
|
573
|
+
"i18nStrings.emptyKeyError": [{ "type": 0, "value": "Vous devez spécifier une clé d'identification." }],
|
|
574
|
+
"i18nStrings.maxKeyCharLengthError": [
|
|
575
|
+
{
|
|
576
|
+
"type": 0,
|
|
577
|
+
"value": "Le nombre maximal de caractères que vous pouvez utiliser dans une clé d'identification est de 128."
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"i18nStrings.maxValueCharLengthError": [
|
|
581
|
+
{
|
|
582
|
+
"type": 0,
|
|
583
|
+
"value": "Le nombre maximal de caractères que vous pouvez utiliser dans une valeur d'identification est de 256."
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"i18nStrings.duplicateKeyError": [
|
|
587
|
+
{ "type": 0, "value": "Vous devez spécifier une clé d'identification unique." }
|
|
588
|
+
],
|
|
589
|
+
"i18nStrings.invalidKeyError": [
|
|
590
|
+
{
|
|
591
|
+
"type": 0,
|
|
592
|
+
"value": "Clé non valide. Les clés peuvent contenir uniquement des caractères Unicode, des chiffres, des espaces blancs et l'un des éléments suivants : _.:/=+@-"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"i18nStrings.invalidValueError": [
|
|
596
|
+
{
|
|
597
|
+
"type": 0,
|
|
598
|
+
"value": "Valeur non valide. Les valeurs peuvent contenir uniquement des caractères Unicode, des chiffres, des espaces blancs et l'un des éléments suivants : _.:/=+@-"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"i18nStrings.awsPrefixError": [{ "type": 0, "value": "Impossible de commencer par aws :" }],
|
|
602
|
+
"i18nStrings.tagLimitReached": [
|
|
603
|
+
{
|
|
604
|
+
"type": 6,
|
|
605
|
+
"value": "tagLimit",
|
|
606
|
+
"options": {
|
|
607
|
+
"one": { "value": [{ "type": 0, "value": "Vous avez atteint la limite de 1 identification." }] },
|
|
608
|
+
"other": {
|
|
609
|
+
"value": [
|
|
610
|
+
{ "type": 0, "value": "Vous avez atteint la limite de " },
|
|
611
|
+
{ "type": 1, "value": "tagLimit" },
|
|
612
|
+
{ "type": 0, "value": " identifications." }
|
|
613
|
+
]
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"offset": 0,
|
|
617
|
+
"pluralType": "cardinal"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"i18nStrings.tagLimitExceeded": [
|
|
621
|
+
{
|
|
622
|
+
"type": 6,
|
|
623
|
+
"value": "tagLimit",
|
|
624
|
+
"options": {
|
|
625
|
+
"one": { "value": [{ "type": 0, "value": "Vous avez dépassé la limite de 1 identification." }] },
|
|
626
|
+
"other": {
|
|
627
|
+
"value": [
|
|
628
|
+
{ "type": 0, "value": "Vous avez dépassé la limite de " },
|
|
629
|
+
{ "type": 1, "value": "tagLimit" },
|
|
630
|
+
{ "type": 0, "value": " identifications." }
|
|
631
|
+
]
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"offset": 0,
|
|
635
|
+
"pluralType": "cardinal"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"i18nStrings.tagLimit": [
|
|
639
|
+
{
|
|
640
|
+
"type": 5,
|
|
641
|
+
"value": "tagLimitAvailable",
|
|
642
|
+
"options": {
|
|
643
|
+
"true": {
|
|
644
|
+
"value": [
|
|
645
|
+
{
|
|
646
|
+
"type": 6,
|
|
647
|
+
"value": "availableTags",
|
|
648
|
+
"options": {
|
|
649
|
+
"other": {
|
|
650
|
+
"value": [
|
|
651
|
+
{ "type": 0, "value": "Vous pouvez ajouter jusqu'à " },
|
|
652
|
+
{ "type": 1, "value": "tagLimit" },
|
|
653
|
+
{ "type": 0, "value": " identifications." }
|
|
654
|
+
]
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"offset": 0,
|
|
658
|
+
"pluralType": "cardinal"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
"false": {
|
|
663
|
+
"value": [
|
|
664
|
+
{
|
|
665
|
+
"type": 6,
|
|
666
|
+
"value": "availableTags",
|
|
667
|
+
"options": {
|
|
668
|
+
"one": {
|
|
669
|
+
"value": [
|
|
670
|
+
{ "type": 0, "value": "Vous pouvez ajouter jusqu'à 1 identification supplémentaire." }
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
"other": {
|
|
674
|
+
"value": [
|
|
675
|
+
{ "type": 0, "value": "Vous pouvez ajouter jusqu'à " },
|
|
676
|
+
{ "type": 1, "value": "availableTags" },
|
|
677
|
+
{ "type": 0, "value": " identifications supplémentaires." }
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"offset": 0,
|
|
682
|
+
"pluralType": "cardinal"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
"other": { "value": [] }
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
378
691
|
"token-group": {
|
|
379
692
|
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Afficher moins" }],
|
|
380
693
|
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Afficher plus" }]
|
|
@@ -397,7 +710,7 @@
|
|
|
397
710
|
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Didacticiel terminé" }],
|
|
398
711
|
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "En savoir plus" }],
|
|
399
712
|
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Commencer le didacticiel" }],
|
|
400
|
-
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "
|
|
713
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Redémarrer le didacticiel" }],
|
|
401
714
|
"i18nStrings.completionScreenTitle": [
|
|
402
715
|
{ "type": 0, "value": "Félicitations ! Vous avez terminé le didacticiel." }
|
|
403
716
|
],
|
|
@@ -410,9 +723,9 @@
|
|
|
410
723
|
{ "type": 1, "value": "taskTitle" }
|
|
411
724
|
],
|
|
412
725
|
"i18nStrings.stepTitle": [
|
|
413
|
-
{ "type": 0, "value": "Étape
|
|
726
|
+
{ "type": 0, "value": "Étape " },
|
|
414
727
|
{ "type": 1, "value": "stepNumber" },
|
|
415
|
-
{ "type": 0, "value": "
|
|
728
|
+
{ "type": 0, "value": " : " },
|
|
416
729
|
{ "type": 1, "value": "stepTitle" }
|
|
417
730
|
],
|
|
418
731
|
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Ignorer le didacticiel" }],
|