@cloudscape-design/components 3.0.234 → 3.0.236
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/app-layout/drawer/index.d.ts +2 -5
- package/app-layout/drawer/index.d.ts.map +1 -1
- package/app-layout/drawer/index.js.map +1 -1
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +20 -15
- package/app-layout/index.js.map +1 -1
- package/app-layout/utils/use-focus-control.d.ts +8 -6
- package/app-layout/utils/use-focus-control.d.ts.map +1 -1
- package/app-layout/utils/use-focus-control.js +21 -10
- package/app-layout/utils/use-focus-control.js.map +1 -1
- package/app-layout/utils/use-split-panel-focus-control.d.ts +21 -0
- package/app-layout/utils/use-split-panel-focus-control.d.ts.map +1 -0
- package/app-layout/utils/use-split-panel-focus-control.js +32 -0
- package/app-layout/utils/use-split-panel-focus-control.js.map +1 -0
- package/app-layout/visual-refresh/app-bar.d.ts.map +1 -1
- package/app-layout/visual-refresh/app-bar.js +3 -6
- package/app-layout/visual-refresh/app-bar.js.map +1 -1
- package/app-layout/visual-refresh/context.d.ts +6 -2
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +24 -11
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/navigation.d.ts.map +1 -1
- package/app-layout/visual-refresh/navigation.js +3 -5
- package/app-layout/visual-refresh/navigation.js.map +1 -1
- package/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
- package/app-layout/visual-refresh/split-panel.js +4 -8
- package/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/app-layout/visual-refresh/tools.js +5 -6
- package/app-layout/visual-refresh/tools.js.map +1 -1
- package/autosuggest/internal.d.ts.map +1 -1
- package/autosuggest/internal.js +10 -4
- package/autosuggest/internal.js.map +1 -1
- package/breadcrumb-group/internal.d.ts.map +1 -1
- package/breadcrumb-group/internal.js +2 -2
- package/breadcrumb-group/internal.js.map +1 -1
- package/breadcrumb-group/styles.css.js +7 -6
- package/breadcrumb-group/styles.scoped.css +14 -11
- package/breadcrumb-group/styles.selectors.js +7 -6
- package/calendar/grid/index.d.ts +1 -1
- package/calendar/grid/index.d.ts.map +1 -1
- package/calendar/grid/index.js.map +1 -1
- package/calendar/header/header-button.d.ts +1 -1
- package/calendar/header/header-button.d.ts.map +1 -1
- package/calendar/header/header-button.js.map +1 -1
- package/calendar/header/index.d.ts +2 -2
- package/calendar/header/index.d.ts.map +1 -1
- package/calendar/header/index.js.map +1 -1
- package/calendar/interfaces.d.ts +3 -3
- package/calendar/interfaces.d.ts.map +1 -1
- package/calendar/interfaces.js.map +1 -1
- package/calendar/internal.d.ts +1 -1
- package/calendar/internal.d.ts.map +1 -1
- package/calendar/internal.js +6 -1
- package/calendar/internal.js.map +1 -1
- package/date-picker/index.d.ts.map +1 -1
- package/date-picker/index.js +6 -4
- package/date-picker/index.js.map +1 -1
- package/internal/context/split-panel-context.d.ts +2 -8
- package/internal/context/split-panel-context.d.ts.map +1 -1
- package/internal/context/split-panel-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/i18n/context.d.ts +6 -1
- package/internal/i18n/context.d.ts.map +1 -1
- package/internal/i18n/context.js +7 -7
- package/internal/i18n/context.js.map +1 -1
- package/internal/i18n/messages/all.all.js +219 -210
- package/internal/i18n/messages/all.all.json +231 -231
- package/internal/i18n/messages/all.de.js +20 -20
- package/internal/i18n/messages/all.de.json +20 -20
- package/internal/i18n/messages/all.en-GB.js +20 -20
- package/internal/i18n/messages/all.en-GB.json +20 -20
- package/internal/i18n/messages/all.en.js +20 -20
- package/internal/i18n/messages/all.en.json +20 -20
- package/internal/i18n/messages/all.es.js +20 -20
- package/internal/i18n/messages/all.es.json +20 -20
- package/internal/i18n/messages/all.fr.js +20 -20
- package/internal/i18n/messages/all.fr.json +20 -20
- package/internal/i18n/messages/all.id.js +20 -20
- package/internal/i18n/messages/all.id.json +20 -20
- package/internal/i18n/messages/all.it.js +20 -20
- package/internal/i18n/messages/all.it.json +20 -20
- package/internal/i18n/messages/all.ja.js +20 -20
- package/internal/i18n/messages/all.ja.json +20 -20
- package/internal/i18n/messages/all.ko.js +22 -19
- package/internal/i18n/messages/all.ko.json +20 -20
- package/internal/i18n/messages/all.pt-BR.js +20 -20
- package/internal/i18n/messages/all.pt-BR.json +20 -20
- package/internal/i18n/messages/all.zh-CN.js +24 -21
- package/internal/i18n/messages/all.zh-CN.json +22 -22
- package/internal/i18n/messages/all.zh-TW.js +23 -20
- package/internal/i18n/messages/all.zh-TW.json +21 -21
- package/internal/i18n/provider.d.ts.map +1 -1
- package/internal/i18n/provider.js +20 -5
- package/internal/i18n/provider.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/property-filter/index.js.map +1 -1
- package/select/parts/styles.css.js +9 -9
- package/select/parts/styles.scoped.css +9 -27
- package/select/parts/styles.selectors.js +9 -9
- package/split-panel/index.d.ts.map +1 -1
- package/split-panel/index.js +6 -24
- package/split-panel/index.js.map +1 -1
- package/table/body-cell/use-stable-scroll-position.d.ts.map +1 -1
- package/table/body-cell/use-stable-scroll-position.js +10 -4
- package/table/body-cell/use-stable-scroll-position.js.map +1 -1
- package/table/header-cell/index.js +2 -3
- package/table/header-cell/index.js.map +1 -1
- package/table/use-table-focus-navigation.d.ts +1 -1
- package/table/use-table-focus-navigation.d.ts.map +1 -1
- package/table/use-table-focus-navigation.js +4 -4
- package/table/use-table-focus-navigation.js.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.d.ts +0 -1
- package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.js +3 -15
- package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
- package/tutorial-panel/index.d.ts.map +1 -1
- package/tutorial-panel/index.js +2 -14
- package/tutorial-panel/index.js.map +1 -1
- package/tutorial-panel/interfaces.d.ts +1 -1
- package/tutorial-panel/interfaces.d.ts.map +1 -1
- package/tutorial-panel/interfaces.js.map +1 -1
- package/wizard/index.d.ts +1 -1
- package/wizard/index.d.ts.map +1 -1
- package/wizard/index.js +4 -1
- package/wizard/index.js.map +1 -1
- package/wizard/interfaces.d.ts +5 -5
- package/wizard/interfaces.d.ts.map +1 -1
- package/wizard/interfaces.js.map +1 -1
- package/wizard/wizard-actions.d.ts +3 -3
- package/wizard/wizard-actions.d.ts.map +1 -1
- package/wizard/wizard-actions.js.map +1 -1
- package/wizard/wizard-form.js +2 -1
- package/wizard/wizard-form.js.map +1 -1
|
@@ -2,22 +2,6 @@
|
|
|
2
2
|
"@cloudscape-design/components": {
|
|
3
3
|
"de": {
|
|
4
4
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Warnung verwerfen" }] },
|
|
5
|
-
"autosuggest": {
|
|
6
|
-
"stepNumberLabel": [
|
|
7
|
-
{ "type": 0, "value": "Schritt " },
|
|
8
|
-
{ "type": 1, "value": "stepNumber" }
|
|
9
|
-
],
|
|
10
|
-
"collapsedStepsLabel": [
|
|
11
|
-
{ "type": 0, "value": "Schritt " },
|
|
12
|
-
{ "type": 1, "value": "stepNumber" },
|
|
13
|
-
{ "type": 0, "value": " von " },
|
|
14
|
-
{ "type": 1, "value": "stepsCount" }
|
|
15
|
-
],
|
|
16
|
-
"cancelButton": [{ "type": 0, "value": "Abbrechen" }],
|
|
17
|
-
"previousButton": [{ "type": 0, "value": "Zurück" }],
|
|
18
|
-
"nextButton": [{ "type": 0, "value": "Weiter" }],
|
|
19
|
-
"optional": [{ "type": 0, "value": "optional" }]
|
|
20
|
-
},
|
|
21
5
|
"app-layout": {
|
|
22
6
|
"ariaLabels.navigation": [{ "type": 0, "value": "Seitennavigation" }],
|
|
23
7
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Seitennavigation schließen" }],
|
|
@@ -27,7 +11,11 @@
|
|
|
27
11
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Hilfebereich öffnen" }],
|
|
28
12
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Hilfebereich schließen" }]
|
|
29
13
|
},
|
|
30
|
-
"
|
|
14
|
+
"autosuggest": {
|
|
15
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
16
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Ausgewählt" }]
|
|
17
|
+
},
|
|
18
|
+
"calendar": {
|
|
31
19
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Nächster Monat" }],
|
|
32
20
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Vorheriger Monat" }],
|
|
33
21
|
"todayAriaLabel": [{ "type": 0, "value": "Heute" }]
|
|
@@ -42,8 +30,8 @@
|
|
|
42
30
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Erfolg" }],
|
|
43
31
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warnung" }]
|
|
44
32
|
},
|
|
45
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
46
33
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
34
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
47
35
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Löschen" }] },
|
|
48
36
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Modal schließen" }] },
|
|
49
37
|
"pagination": {
|
|
@@ -159,28 +147,24 @@
|
|
|
159
147
|
"selectedAriaLabel": [{ "type": 0, "value": "Ausgewählt" }]
|
|
160
148
|
},
|
|
161
149
|
"wizard": {
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"en-GB": {
|
|
167
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
168
|
-
"autosuggest": {
|
|
169
|
-
"stepNumberLabel": [
|
|
170
|
-
{ "type": 0, "value": "Step " },
|
|
150
|
+
"i18nStrings.stepNumberLabel": [
|
|
151
|
+
{ "type": 0, "value": "Schritt " },
|
|
171
152
|
{ "type": 1, "value": "stepNumber" }
|
|
172
153
|
],
|
|
173
|
-
"collapsedStepsLabel": [
|
|
174
|
-
{ "type": 0, "value": "
|
|
154
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
155
|
+
{ "type": 0, "value": "Schritt " },
|
|
175
156
|
{ "type": 1, "value": "stepNumber" },
|
|
176
|
-
{ "type": 0, "value": "
|
|
157
|
+
{ "type": 0, "value": " von " },
|
|
177
158
|
{ "type": 1, "value": "stepsCount" }
|
|
178
159
|
],
|
|
179
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
180
|
-
"previousButton": [{ "type": 0, "value": "
|
|
181
|
-
"nextButton": [{ "type": 0, "value": "
|
|
182
|
-
"optional": [{ "type": 0, "value": "optional" }]
|
|
183
|
-
}
|
|
160
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Abbrechen" }],
|
|
161
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Zurück" }],
|
|
162
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Weiter" }],
|
|
163
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"en-GB": {
|
|
167
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
184
168
|
"app-layout": {
|
|
185
169
|
"ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
|
|
186
170
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
|
|
@@ -190,7 +174,11 @@
|
|
|
190
174
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
|
|
191
175
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
|
|
192
176
|
},
|
|
193
|
-
"
|
|
177
|
+
"autosuggest": {
|
|
178
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
179
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
180
|
+
},
|
|
181
|
+
"calendar": {
|
|
194
182
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Next month" }],
|
|
195
183
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Previous month" }],
|
|
196
184
|
"todayAriaLabel": [{ "type": 0, "value": "Today" }]
|
|
@@ -205,8 +193,8 @@
|
|
|
205
193
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
|
|
206
194
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
|
|
207
195
|
},
|
|
208
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
209
196
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
197
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
210
198
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
|
|
211
199
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
|
|
212
200
|
"pagination": {
|
|
@@ -322,28 +310,24 @@
|
|
|
322
310
|
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
323
311
|
},
|
|
324
312
|
"wizard": {
|
|
325
|
-
"
|
|
326
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
"en": {
|
|
330
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
331
|
-
"autosuggest": {
|
|
332
|
-
"stepNumberLabel": [
|
|
313
|
+
"i18nStrings.stepNumberLabel": [
|
|
333
314
|
{ "type": 0, "value": "Step " },
|
|
334
315
|
{ "type": 1, "value": "stepNumber" }
|
|
335
316
|
],
|
|
336
|
-
"collapsedStepsLabel": [
|
|
317
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
337
318
|
{ "type": 0, "value": "Step " },
|
|
338
319
|
{ "type": 1, "value": "stepNumber" },
|
|
339
320
|
{ "type": 0, "value": " of " },
|
|
340
321
|
{ "type": 1, "value": "stepsCount" }
|
|
341
322
|
],
|
|
342
|
-
"cancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
343
|
-
"previousButton": [{ "type": 0, "value": "Previous" }],
|
|
344
|
-
"nextButton": [{ "type": 0, "value": "Next" }],
|
|
345
|
-
"optional": [{ "type": 0, "value": "optional" }]
|
|
346
|
-
}
|
|
323
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
324
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Previous" }],
|
|
325
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Next" }],
|
|
326
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"en": {
|
|
330
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
347
331
|
"app-layout": {
|
|
348
332
|
"ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
|
|
349
333
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
|
|
@@ -353,7 +337,11 @@
|
|
|
353
337
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
|
|
354
338
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
|
|
355
339
|
},
|
|
356
|
-
"
|
|
340
|
+
"autosuggest": {
|
|
341
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
342
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
343
|
+
},
|
|
344
|
+
"calendar": {
|
|
357
345
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Next month" }],
|
|
358
346
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Previous month" }],
|
|
359
347
|
"todayAriaLabel": [{ "type": 0, "value": "Today" }]
|
|
@@ -368,8 +356,8 @@
|
|
|
368
356
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
|
|
369
357
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
|
|
370
358
|
},
|
|
371
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
372
359
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
360
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
373
361
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
|
|
374
362
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
|
|
375
363
|
"pagination": {
|
|
@@ -485,28 +473,24 @@
|
|
|
485
473
|
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
486
474
|
},
|
|
487
475
|
"wizard": {
|
|
488
|
-
"
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
"es": {
|
|
493
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
494
|
-
"autosuggest": {
|
|
495
|
-
"stepNumberLabel": [
|
|
496
|
-
{ "type": 0, "value": "Paso " },
|
|
476
|
+
"i18nStrings.stepNumberLabel": [
|
|
477
|
+
{ "type": 0, "value": "Step " },
|
|
497
478
|
{ "type": 1, "value": "stepNumber" }
|
|
498
479
|
],
|
|
499
|
-
"collapsedStepsLabel": [
|
|
500
|
-
{ "type": 0, "value": "
|
|
480
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
481
|
+
{ "type": 0, "value": "Step " },
|
|
501
482
|
{ "type": 1, "value": "stepNumber" },
|
|
502
|
-
{ "type": 0, "value": "
|
|
483
|
+
{ "type": 0, "value": " of " },
|
|
503
484
|
{ "type": 1, "value": "stepsCount" }
|
|
504
485
|
],
|
|
505
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
506
|
-
"previousButton": [{ "type": 0, "value": "
|
|
507
|
-
"nextButton": [{ "type": 0, "value": "
|
|
508
|
-
"optional": [{ "type": 0, "value": "
|
|
509
|
-
}
|
|
486
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
487
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Previous" }],
|
|
488
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Next" }],
|
|
489
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"es": {
|
|
493
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
510
494
|
"app-layout": {
|
|
511
495
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navegación lateral" }],
|
|
512
496
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Cerrar navegación lateral" }],
|
|
@@ -516,7 +500,11 @@
|
|
|
516
500
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Abrir panel de ayuda" }],
|
|
517
501
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Cerrar panel de ayuda" }]
|
|
518
502
|
},
|
|
519
|
-
"
|
|
503
|
+
"autosuggest": {
|
|
504
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
505
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Seleccionado" }]
|
|
506
|
+
},
|
|
507
|
+
"calendar": {
|
|
520
508
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Próximo mes" }],
|
|
521
509
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mes anterior" }],
|
|
522
510
|
"todayAriaLabel": [{ "type": 0, "value": "Hoy" }]
|
|
@@ -531,8 +519,8 @@
|
|
|
531
519
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Éxito" }],
|
|
532
520
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
|
|
533
521
|
},
|
|
534
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
535
522
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
523
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
536
524
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Borrar" }] },
|
|
537
525
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Cerrar modal" }] },
|
|
538
526
|
"pagination": {
|
|
@@ -648,28 +636,24 @@
|
|
|
648
636
|
"selectedAriaLabel": [{ "type": 0, "value": "Seleccionado" }]
|
|
649
637
|
},
|
|
650
638
|
"wizard": {
|
|
651
|
-
"
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
"fr": {
|
|
656
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Ignorer l'alerte" }] },
|
|
657
|
-
"autosuggest": {
|
|
658
|
-
"stepNumberLabel": [
|
|
659
|
-
{ "type": 0, "value": "Étape " },
|
|
639
|
+
"i18nStrings.stepNumberLabel": [
|
|
640
|
+
{ "type": 0, "value": "Paso " },
|
|
660
641
|
{ "type": 1, "value": "stepNumber" }
|
|
661
642
|
],
|
|
662
|
-
"collapsedStepsLabel": [
|
|
663
|
-
{ "type": 0, "value": "
|
|
643
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
644
|
+
{ "type": 0, "value": "Paso " },
|
|
664
645
|
{ "type": 1, "value": "stepNumber" },
|
|
665
646
|
{ "type": 0, "value": " de " },
|
|
666
647
|
{ "type": 1, "value": "stepsCount" }
|
|
667
648
|
],
|
|
668
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
669
|
-
"previousButton": [{ "type": 0, "value": "
|
|
670
|
-
"nextButton": [{ "type": 0, "value": "
|
|
671
|
-
"optional": [{ "type": 0, "value": "
|
|
672
|
-
}
|
|
649
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
650
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
651
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Siguiente" }],
|
|
652
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }]
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"fr": {
|
|
656
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Ignorer l'alerte" }] },
|
|
673
657
|
"app-layout": {
|
|
674
658
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigation latérale" }],
|
|
675
659
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Fermer la navigation latérale" }],
|
|
@@ -679,7 +663,11 @@
|
|
|
679
663
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Ouvrir le volet d'aide" }],
|
|
680
664
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Fermer le volet d'aide" }]
|
|
681
665
|
},
|
|
682
|
-
"
|
|
666
|
+
"autosuggest": {
|
|
667
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
668
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }]
|
|
669
|
+
},
|
|
670
|
+
"calendar": {
|
|
683
671
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Mois suivant" }],
|
|
684
672
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mois précédent" }],
|
|
685
673
|
"todayAriaLabel": [{ "type": 0, "value": "Aujourd'hui" }]
|
|
@@ -694,8 +682,8 @@
|
|
|
694
682
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Réussite" }],
|
|
695
683
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avertissement" }]
|
|
696
684
|
},
|
|
697
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
698
685
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
686
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
699
687
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Effacer" }] },
|
|
700
688
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fermer le modal" }] },
|
|
701
689
|
"pagination": {
|
|
@@ -811,28 +799,24 @@
|
|
|
811
799
|
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }]
|
|
812
800
|
},
|
|
813
801
|
"wizard": {
|
|
814
|
-
"
|
|
815
|
-
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
"id": {
|
|
819
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Abaikan pemberitahuan" }] },
|
|
820
|
-
"autosuggest": {
|
|
821
|
-
"stepNumberLabel": [
|
|
822
|
-
{ "type": 0, "value": "Langkah " },
|
|
802
|
+
"i18nStrings.stepNumberLabel": [
|
|
803
|
+
{ "type": 0, "value": "Étape " },
|
|
823
804
|
{ "type": 1, "value": "stepNumber" }
|
|
824
805
|
],
|
|
825
|
-
"collapsedStepsLabel": [
|
|
826
|
-
{ "type": 0, "value": "
|
|
806
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
807
|
+
{ "type": 0, "value": "Étape " },
|
|
827
808
|
{ "type": 1, "value": "stepNumber" },
|
|
828
|
-
{ "type": 0, "value": "
|
|
809
|
+
{ "type": 0, "value": " de " },
|
|
829
810
|
{ "type": 1, "value": "stepsCount" }
|
|
830
811
|
],
|
|
831
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
832
|
-
"previousButton": [{ "type": 0, "value": "
|
|
833
|
-
"nextButton": [{ "type": 0, "value": "
|
|
834
|
-
"optional": [{ "type": 0, "value": "
|
|
835
|
-
}
|
|
812
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Annuler" }],
|
|
813
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Précédent" }],
|
|
814
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Suivant" }],
|
|
815
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facultatif" }]
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"id": {
|
|
819
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Abaikan pemberitahuan" }] },
|
|
836
820
|
"app-layout": {
|
|
837
821
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigasi samping" }],
|
|
838
822
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Tutup navigasi samping" }],
|
|
@@ -842,7 +826,11 @@
|
|
|
842
826
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Buka panel bantuan" }],
|
|
843
827
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Tutup panel bantuan" }]
|
|
844
828
|
},
|
|
845
|
-
"
|
|
829
|
+
"autosuggest": {
|
|
830
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
831
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }]
|
|
832
|
+
},
|
|
833
|
+
"calendar": {
|
|
846
834
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Bulan berikutnya" }],
|
|
847
835
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Bulan sebelumnya" }],
|
|
848
836
|
"todayAriaLabel": [{ "type": 0, "value": "Hari ini" }]
|
|
@@ -857,8 +845,8 @@
|
|
|
857
845
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Berhasil" }],
|
|
858
846
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Peringatan" }]
|
|
859
847
|
},
|
|
860
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
861
848
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
849
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
862
850
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Hapus" }] },
|
|
863
851
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Tutup modal" }] },
|
|
864
852
|
"pagination": {
|
|
@@ -974,28 +962,24 @@
|
|
|
974
962
|
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }]
|
|
975
963
|
},
|
|
976
964
|
"wizard": {
|
|
977
|
-
"
|
|
978
|
-
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
"it": {
|
|
982
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
983
|
-
"autosuggest": {
|
|
984
|
-
"stepNumberLabel": [
|
|
985
|
-
{ "type": 0, "value": "Fase " },
|
|
965
|
+
"i18nStrings.stepNumberLabel": [
|
|
966
|
+
{ "type": 0, "value": "Langkah " },
|
|
986
967
|
{ "type": 1, "value": "stepNumber" }
|
|
987
968
|
],
|
|
988
|
-
"collapsedStepsLabel": [
|
|
989
|
-
{ "type": 0, "value": "
|
|
969
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
970
|
+
{ "type": 0, "value": "Langkah " },
|
|
990
971
|
{ "type": 1, "value": "stepNumber" },
|
|
991
|
-
{ "type": 0, "value": "
|
|
972
|
+
{ "type": 0, "value": " dari " },
|
|
992
973
|
{ "type": 1, "value": "stepsCount" }
|
|
993
974
|
],
|
|
994
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
995
|
-
"previousButton": [{ "type": 0, "value": "
|
|
996
|
-
"nextButton": [{ "type": 0, "value": "
|
|
997
|
-
"optional": [{ "type": 0, "value": "
|
|
998
|
-
}
|
|
975
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Batalkan" }],
|
|
976
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Sebelumnya" }],
|
|
977
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Berikutnya" }],
|
|
978
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opsional" }]
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"it": {
|
|
982
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
999
983
|
"app-layout": {
|
|
1000
984
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigazione laterale" }],
|
|
1001
985
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Chiudi navigazione laterale" }],
|
|
@@ -1005,7 +989,11 @@
|
|
|
1005
989
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Apri il pannello di aiuto" }],
|
|
1006
990
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Chiudere il pannello di aiuto" }]
|
|
1007
991
|
},
|
|
1008
|
-
"
|
|
992
|
+
"autosuggest": {
|
|
993
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
994
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
995
|
+
},
|
|
996
|
+
"calendar": {
|
|
1009
997
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Mese successivo" }],
|
|
1010
998
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mese precedente" }],
|
|
1011
999
|
"todayAriaLabel": [{ "type": 0, "value": "Oggi" }]
|
|
@@ -1020,8 +1008,8 @@
|
|
|
1020
1008
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Esito positivo" }],
|
|
1021
1009
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
1022
1010
|
},
|
|
1023
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
1024
1011
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
1012
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
1025
1013
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Cancella" }] },
|
|
1026
1014
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Chiudi modale" }] },
|
|
1027
1015
|
"pagination": {
|
|
@@ -1137,28 +1125,24 @@
|
|
|
1137
1125
|
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
1138
1126
|
},
|
|
1139
1127
|
"wizard": {
|
|
1140
|
-
"
|
|
1141
|
-
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
"ja": {
|
|
1145
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "アラートを閉じる" }] },
|
|
1146
|
-
"autosuggest": {
|
|
1147
|
-
"stepNumberLabel": [
|
|
1148
|
-
{ "type": 0, "value": "ステップ " },
|
|
1128
|
+
"i18nStrings.stepNumberLabel": [
|
|
1129
|
+
{ "type": 0, "value": "Fase " },
|
|
1149
1130
|
{ "type": 1, "value": "stepNumber" }
|
|
1150
1131
|
],
|
|
1151
|
-
"collapsedStepsLabel": [
|
|
1152
|
-
{ "type": 0, "value": "
|
|
1132
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1133
|
+
{ "type": 0, "value": "Fase " },
|
|
1153
1134
|
{ "type": 1, "value": "stepNumber" },
|
|
1154
|
-
{ "type": 0, "value": "
|
|
1135
|
+
{ "type": 0, "value": " di " },
|
|
1155
1136
|
{ "type": 1, "value": "stepsCount" }
|
|
1156
1137
|
],
|
|
1157
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
1158
|
-
"previousButton": [{ "type": 0, "value": "
|
|
1159
|
-
"nextButton": [{ "type": 0, "value": "
|
|
1160
|
-
"optional": [{ "type": 0, "value": "
|
|
1161
|
-
}
|
|
1138
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Annulla" }],
|
|
1139
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Precedente" }],
|
|
1140
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Successivo" }],
|
|
1141
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facoltativo" }]
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"ja": {
|
|
1145
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "アラートを閉じる" }] },
|
|
1162
1146
|
"app-layout": {
|
|
1163
1147
|
"ariaLabels.navigation": [{ "type": 0, "value": "サイドナビゲーション" }],
|
|
1164
1148
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "サイドナビゲーションを閉じる" }],
|
|
@@ -1168,7 +1152,11 @@
|
|
|
1168
1152
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "ヘルプパネルを開く" }],
|
|
1169
1153
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "ヘルプパネルを閉じる" }]
|
|
1170
1154
|
},
|
|
1171
|
-
"
|
|
1155
|
+
"autosuggest": {
|
|
1156
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
1157
|
+
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
1158
|
+
},
|
|
1159
|
+
"calendar": {
|
|
1172
1160
|
"nextMonthAriaLabel": [{ "type": 0, "value": "来月" }],
|
|
1173
1161
|
"previousMonthAriaLabel": [{ "type": 0, "value": "前月" }],
|
|
1174
1162
|
"todayAriaLabel": [{ "type": 0, "value": "今日" }]
|
|
@@ -1183,8 +1171,8 @@
|
|
|
1183
1171
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1184
1172
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1185
1173
|
},
|
|
1186
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
1187
1174
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
1175
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
1188
1176
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "クリア" }] },
|
|
1189
1177
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "モーダルを閉じる" }] },
|
|
1190
1178
|
"pagination": {
|
|
@@ -1308,28 +1296,24 @@
|
|
|
1308
1296
|
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
1309
1297
|
},
|
|
1310
1298
|
"wizard": {
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
},
|
|
1315
|
-
"ko": {
|
|
1316
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "알림 무시" }] },
|
|
1317
|
-
"autosuggest": {
|
|
1318
|
-
"stepNumberLabel": [
|
|
1319
|
-
{ "type": 1, "value": "stepNumber" },
|
|
1320
|
-
{ "type": 0, "value": "단계" }
|
|
1299
|
+
"i18nStrings.stepNumberLabel": [
|
|
1300
|
+
{ "type": 0, "value": "ステップ " },
|
|
1301
|
+
{ "type": 1, "value": "stepNumber" }
|
|
1321
1302
|
],
|
|
1322
|
-
"collapsedStepsLabel": [
|
|
1303
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1304
|
+
{ "type": 0, "value": "ステップ " },
|
|
1323
1305
|
{ "type": 1, "value": "stepNumber" },
|
|
1324
1306
|
{ "type": 0, "value": "/" },
|
|
1325
|
-
{ "type": 1, "value": "stepsCount" }
|
|
1326
|
-
{ "type": 0, "value": " 단계" }
|
|
1307
|
+
{ "type": 1, "value": "stepsCount" }
|
|
1327
1308
|
],
|
|
1328
|
-
"cancelButton": [{ "type": 0, "value": "
|
|
1329
|
-
"previousButton": [{ "type": 0, "value": "
|
|
1330
|
-
"nextButton": [{ "type": 0, "value": "
|
|
1331
|
-
"optional": [{ "type": 0, "value": "
|
|
1332
|
-
}
|
|
1309
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "キャンセル" }],
|
|
1310
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "戻る" }],
|
|
1311
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "次へ" }],
|
|
1312
|
+
"i18nStrings.optional": [{ "type": 0, "value": "オプション" }]
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"ko": {
|
|
1316
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "알림 무시" }] },
|
|
1333
1317
|
"app-layout": {
|
|
1334
1318
|
"ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
|
|
1335
1319
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
|
|
@@ -1339,7 +1323,11 @@
|
|
|
1339
1323
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "도움말 창 열기" }],
|
|
1340
1324
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "도움말 창 닫기" }]
|
|
1341
1325
|
},
|
|
1342
|
-
"
|
|
1326
|
+
"autosuggest": {
|
|
1327
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
1328
|
+
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
1329
|
+
},
|
|
1330
|
+
"calendar": {
|
|
1343
1331
|
"nextMonthAriaLabel": [{ "type": 0, "value": "다음 달" }],
|
|
1344
1332
|
"previousMonthAriaLabel": [{ "type": 0, "value": "이전 달" }],
|
|
1345
1333
|
"todayAriaLabel": [{ "type": 0, "value": "오늘" }]
|
|
@@ -1354,8 +1342,8 @@
|
|
|
1354
1342
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "성공" }],
|
|
1355
1343
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
1356
1344
|
},
|
|
1357
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
1358
1345
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
1346
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
1359
1347
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "지우기" }] },
|
|
1360
1348
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "모달 닫기" }] },
|
|
1361
1349
|
"pagination": {
|
|
@@ -1471,28 +1459,24 @@
|
|
|
1471
1459
|
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
1472
1460
|
},
|
|
1473
1461
|
"wizard": {
|
|
1474
|
-
"
|
|
1475
|
-
|
|
1462
|
+
"i18nStrings.stepNumberLabel": [
|
|
1463
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1464
|
+
{ "type": 0, "value": "단계" }
|
|
1465
|
+
],
|
|
1466
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1467
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1468
|
+
{ "type": 0, "value": "/" },
|
|
1469
|
+
{ "type": 1, "value": "stepsCount" },
|
|
1470
|
+
{ "type": 0, "value": " 단계" }
|
|
1471
|
+
],
|
|
1472
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "취소" }],
|
|
1473
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "이전" }],
|
|
1474
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "다음" }],
|
|
1475
|
+
"i18nStrings.optional": [{ "type": 0, "value": "선택 사항" }]
|
|
1476
1476
|
}
|
|
1477
1477
|
},
|
|
1478
1478
|
"pt-BR": {
|
|
1479
1479
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
1480
|
-
"autosuggest": {
|
|
1481
|
-
"stepNumberLabel": [
|
|
1482
|
-
{ "type": 0, "value": "Etapa " },
|
|
1483
|
-
{ "type": 1, "value": "stepNumber" }
|
|
1484
|
-
],
|
|
1485
|
-
"collapsedStepsLabel": [
|
|
1486
|
-
{ "type": 0, "value": "Etapa " },
|
|
1487
|
-
{ "type": 1, "value": "stepNumber" },
|
|
1488
|
-
{ "type": 0, "value": " de " },
|
|
1489
|
-
{ "type": 1, "value": "stepsCount" }
|
|
1490
|
-
],
|
|
1491
|
-
"cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
1492
|
-
"previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
1493
|
-
"nextButton": [{ "type": 0, "value": "Próximo" }],
|
|
1494
|
-
"optional": [{ "type": 0, "value": "opcional" }]
|
|
1495
|
-
},
|
|
1496
1480
|
"app-layout": {
|
|
1497
1481
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navegação lateral" }],
|
|
1498
1482
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Fechar navegação lateral" }],
|
|
@@ -1502,7 +1486,11 @@
|
|
|
1502
1486
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Abrir o painel de ajuda" }],
|
|
1503
1487
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Fechar o painel de ajuda" }]
|
|
1504
1488
|
},
|
|
1505
|
-
"
|
|
1489
|
+
"autosuggest": {
|
|
1490
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
1491
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
1492
|
+
},
|
|
1493
|
+
"calendar": {
|
|
1506
1494
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Próximo mês" }],
|
|
1507
1495
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mês anterior" }],
|
|
1508
1496
|
"todayAriaLabel": [{ "type": 0, "value": "Hoje" }]
|
|
@@ -1517,8 +1505,8 @@
|
|
|
1517
1505
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Com êxito" }],
|
|
1518
1506
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
|
|
1519
1507
|
},
|
|
1520
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
1521
1508
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
1509
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
1522
1510
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Limpar" }] },
|
|
1523
1511
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fechar modal" }] },
|
|
1524
1512
|
"pagination": {
|
|
@@ -1634,30 +1622,24 @@
|
|
|
1634
1622
|
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
1635
1623
|
},
|
|
1636
1624
|
"wizard": {
|
|
1637
|
-
"
|
|
1638
|
-
|
|
1625
|
+
"i18nStrings.stepNumberLabel": [
|
|
1626
|
+
{ "type": 0, "value": "Etapa " },
|
|
1627
|
+
{ "type": 1, "value": "stepNumber" }
|
|
1628
|
+
],
|
|
1629
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1630
|
+
{ "type": 0, "value": "Etapa " },
|
|
1631
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1632
|
+
{ "type": 0, "value": " de " },
|
|
1633
|
+
{ "type": 1, "value": "stepsCount" }
|
|
1634
|
+
],
|
|
1635
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
1636
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
1637
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Próximo" }],
|
|
1638
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }]
|
|
1639
1639
|
}
|
|
1640
1640
|
},
|
|
1641
1641
|
"zh-CN": {
|
|
1642
1642
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "退出提示" }] },
|
|
1643
|
-
"autosuggest": {
|
|
1644
|
-
"stepNumberLabel": [
|
|
1645
|
-
{ "type": 0, "value": "第 " },
|
|
1646
|
-
{ "type": 1, "value": "stepNumber" },
|
|
1647
|
-
{ "type": 0, "value": " 步" }
|
|
1648
|
-
],
|
|
1649
|
-
"collapsedStepsLabel": [
|
|
1650
|
-
{ "type": 0, "value": "第 " },
|
|
1651
|
-
{ "type": 1, "value": "stepNumber" },
|
|
1652
|
-
{ "type": 0, "value": " 步,共 " },
|
|
1653
|
-
{ "type": 1, "value": "stepsCount" },
|
|
1654
|
-
{ "type": 0, "value": " 步" }
|
|
1655
|
-
],
|
|
1656
|
-
"cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1657
|
-
"previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1658
|
-
"nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1659
|
-
"optional": [{ "type": 0, "value": "可选" }]
|
|
1660
|
-
},
|
|
1661
1643
|
"app-layout": {
|
|
1662
1644
|
"ariaLabels.navigation": [{ "type": 0, "value": "侧导航" }],
|
|
1663
1645
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "关闭侧导航" }],
|
|
@@ -1667,7 +1649,11 @@
|
|
|
1667
1649
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "打开帮助面板" }],
|
|
1668
1650
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "关闭帮助面板" }]
|
|
1669
1651
|
},
|
|
1670
|
-
"
|
|
1652
|
+
"autosuggest": {
|
|
1653
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
1654
|
+
"selectedAriaLabel": [{ "type": 0, "value": "已选定" }]
|
|
1655
|
+
},
|
|
1656
|
+
"calendar": {
|
|
1671
1657
|
"nextMonthAriaLabel": [{ "type": 0, "value": "下个月" }],
|
|
1672
1658
|
"previousMonthAriaLabel": [{ "type": 0, "value": "上个月" }],
|
|
1673
1659
|
"todayAriaLabel": [{ "type": 0, "value": "今天" }]
|
|
@@ -1682,8 +1668,8 @@
|
|
|
1682
1668
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1683
1669
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1684
1670
|
},
|
|
1685
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
1686
1671
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
1672
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
1687
1673
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
1688
1674
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "关闭模态" }] },
|
|
1689
1675
|
"pagination": {
|
|
@@ -1799,29 +1785,26 @@
|
|
|
1799
1785
|
"selectedAriaLabel": [{ "type": 0, "value": "已选定" }]
|
|
1800
1786
|
},
|
|
1801
1787
|
"wizard": {
|
|
1802
|
-
"
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
"zh-TW": {
|
|
1807
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "關閉提醒" }] },
|
|
1808
|
-
"autosuggest": {
|
|
1809
|
-
"stepNumberLabel": [
|
|
1810
|
-
{ "type": 0, "value": "步驟 " },
|
|
1811
|
-
{ "type": 1, "value": "stepNumber" }
|
|
1788
|
+
"i18nStrings.stepNumberLabel": [
|
|
1789
|
+
{ "type": 0, "value": "第 " },
|
|
1790
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1791
|
+
{ "type": 0, "value": " 步" }
|
|
1812
1792
|
],
|
|
1813
|
-
"collapsedStepsLabel": [
|
|
1814
|
-
{ "type": 0, "value": "
|
|
1793
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1794
|
+
{ "type": 0, "value": "第 " },
|
|
1815
1795
|
{ "type": 1, "value": "stepNumber" },
|
|
1816
|
-
{ "type": 0, "value": "
|
|
1796
|
+
{ "type": 0, "value": " 步,共 " },
|
|
1817
1797
|
{ "type": 1, "value": "stepsCount" },
|
|
1818
1798
|
{ "type": 0, "value": " 步" }
|
|
1819
1799
|
],
|
|
1820
|
-
"cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1821
|
-
"previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1822
|
-
"nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1823
|
-
"optional": [{ "type": 0, "value": "
|
|
1824
|
-
}
|
|
1800
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1801
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1802
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1803
|
+
"i18nStrings.optional": [{ "type": 0, "value": "可选" }]
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"zh-TW": {
|
|
1807
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "關閉提醒" }] },
|
|
1825
1808
|
"app-layout": {
|
|
1826
1809
|
"ariaLabels.navigation": [{ "type": 0, "value": "側邊導覽" }],
|
|
1827
1810
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "關閉側邊導覽" }],
|
|
@@ -1831,7 +1814,11 @@
|
|
|
1831
1814
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "開啟說明面板" }],
|
|
1832
1815
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "關閉說明面板" }]
|
|
1833
1816
|
},
|
|
1834
|
-
"
|
|
1817
|
+
"autosuggest": {
|
|
1818
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
1819
|
+
"selectedAriaLabel": [{ "type": 0, "value": "已選取" }]
|
|
1820
|
+
},
|
|
1821
|
+
"calendar": {
|
|
1835
1822
|
"nextMonthAriaLabel": [{ "type": 0, "value": "下個月" }],
|
|
1836
1823
|
"previousMonthAriaLabel": [{ "type": 0, "value": "上個月" }],
|
|
1837
1824
|
"todayAriaLabel": [{ "type": 0, "value": "今天" }]
|
|
@@ -1846,8 +1833,8 @@
|
|
|
1846
1833
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1847
1834
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1848
1835
|
},
|
|
1849
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
1850
1836
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
1837
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
1851
1838
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
1852
1839
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "關閉強制回應" }] },
|
|
1853
1840
|
"pagination": {
|
|
@@ -1963,8 +1950,21 @@
|
|
|
1963
1950
|
"selectedAriaLabel": [{ "type": 0, "value": "已選取" }]
|
|
1964
1951
|
},
|
|
1965
1952
|
"wizard": {
|
|
1966
|
-
"
|
|
1967
|
-
|
|
1953
|
+
"i18nStrings.stepNumberLabel": [
|
|
1954
|
+
{ "type": 0, "value": "步驟 " },
|
|
1955
|
+
{ "type": 1, "value": "stepNumber" }
|
|
1956
|
+
],
|
|
1957
|
+
"i18nStrings.collapsedStepsLabel": [
|
|
1958
|
+
{ "type": 0, "value": "步驟 " },
|
|
1959
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1960
|
+
{ "type": 0, "value": ",共 " },
|
|
1961
|
+
{ "type": 1, "value": "stepsCount" },
|
|
1962
|
+
{ "type": 0, "value": " 步" }
|
|
1963
|
+
],
|
|
1964
|
+
"i18nStrings.cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1965
|
+
"i18nStrings.previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1966
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1967
|
+
"i18nStrings.optional": [{ "type": 0, "value": "選用" }]
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
}
|