@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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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' }],
|
|
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' }],
|
|
183
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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' }],
|
|
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' }],
|
|
346
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: '
|
|
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' }],
|
|
509
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: '
|
|
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' }],
|
|
672
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: '
|
|
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' }],
|
|
835
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: '
|
|
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' }],
|
|
998
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: '
|
|
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' }],
|
|
1161
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: [
|
|
1299
|
+
'i18nStrings.stepNumberLabel': [
|
|
1300
|
+
{ type: 0, value: 'ステップ ' },
|
|
1319
1301
|
{ type: 1, value: 'stepNumber' },
|
|
1320
|
-
{ type: 0, value: '단계' },
|
|
1321
1302
|
],
|
|
1322
|
-
collapsedStepsLabel: [
|
|
1303
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
1304
|
+
{ type: 0, value: 'ステップ ' },
|
|
1323
1305
|
{ type: 1, value: 'stepNumber' },
|
|
1324
1306
|
{ type: 0, value: '/' },
|
|
1325
1307
|
{ type: 1, value: 'stepsCount' },
|
|
1326
|
-
{ type: 0, value: ' 단계' },
|
|
1327
1308
|
],
|
|
1328
|
-
cancelButton: [{ type: 0, value: '
|
|
1329
|
-
previousButton: [{ type: 0, value: '
|
|
1330
|
-
nextButton: [{ type: 0, value: '
|
|
1331
|
-
optional: [{ type: 0, value: '
|
|
1309
|
+
'i18nStrings.cancelButton': [{ type: 0, value: 'キャンセル' }],
|
|
1310
|
+
'i18nStrings.previousButton': [{ type: 0, value: '戻る' }],
|
|
1311
|
+
'i18nStrings.nextButton': [{ type: 0, value: '次へ' }],
|
|
1312
|
+
'i18nStrings.optional': [{ type: 0, value: 'オプション' }],
|
|
1332
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 @@ export default {
|
|
|
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 @@ export default {
|
|
|
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: {
|
|
@@ -1467,26 +1455,25 @@ export default {
|
|
|
1467
1455
|
],
|
|
1468
1456
|
},
|
|
1469
1457
|
select: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
|
|
1470
|
-
wizard: {
|
|
1471
|
-
|
|
1472
|
-
'pt-BR': {
|
|
1473
|
-
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
1474
|
-
autosuggest: {
|
|
1475
|
-
stepNumberLabel: [
|
|
1476
|
-
{ type: 0, value: 'Etapa ' },
|
|
1458
|
+
wizard: {
|
|
1459
|
+
'i18nStrings.stepNumberLabel': [
|
|
1477
1460
|
{ type: 1, value: 'stepNumber' },
|
|
1461
|
+
{ type: 0, value: '단계' },
|
|
1478
1462
|
],
|
|
1479
|
-
collapsedStepsLabel: [
|
|
1480
|
-
{ type: 0, value: 'Etapa ' },
|
|
1463
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
1481
1464
|
{ type: 1, value: 'stepNumber' },
|
|
1482
|
-
{ type: 0, value: '
|
|
1465
|
+
{ type: 0, value: '/' },
|
|
1483
1466
|
{ type: 1, value: 'stepsCount' },
|
|
1467
|
+
{ type: 0, value: ' 단계' },
|
|
1484
1468
|
],
|
|
1485
|
-
cancelButton: [{ type: 0, value: '
|
|
1486
|
-
previousButton: [{ type: 0, value: '
|
|
1487
|
-
nextButton: [{ type: 0, value: '
|
|
1488
|
-
optional: [{ type: 0, value: '
|
|
1469
|
+
'i18nStrings.cancelButton': [{ type: 0, value: '취소' }],
|
|
1470
|
+
'i18nStrings.previousButton': [{ type: 0, value: '이전' }],
|
|
1471
|
+
'i18nStrings.nextButton': [{ type: 0, value: '다음' }],
|
|
1472
|
+
'i18nStrings.optional': [{ type: 0, value: '선택 사항' }],
|
|
1489
1473
|
},
|
|
1474
|
+
},
|
|
1475
|
+
'pt-BR': {
|
|
1476
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
1490
1477
|
'app-layout': {
|
|
1491
1478
|
'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
|
|
1492
1479
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
|
|
@@ -1496,7 +1483,11 @@ export default {
|
|
|
1496
1483
|
'ariaLabels.toolsClose': [{ type: 0, value: 'Abrir o painel de ajuda' }],
|
|
1497
1484
|
'ariaLabels.toolsToggle': [{ type: 0, value: 'Fechar o painel de ajuda' }],
|
|
1498
1485
|
},
|
|
1499
|
-
|
|
1486
|
+
autosuggest: {
|
|
1487
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
1488
|
+
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
1489
|
+
},
|
|
1490
|
+
calendar: {
|
|
1500
1491
|
nextMonthAriaLabel: [{ type: 0, value: 'Próximo mês' }],
|
|
1501
1492
|
previousMonthAriaLabel: [{ type: 0, value: 'Mês anterior' }],
|
|
1502
1493
|
todayAriaLabel: [{ type: 0, value: 'Hoje' }],
|
|
@@ -1511,8 +1502,8 @@ export default {
|
|
|
1511
1502
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Com êxito' }],
|
|
1512
1503
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
1513
1504
|
},
|
|
1514
|
-
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
1515
1505
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }] },
|
|
1506
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
1516
1507
|
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
1517
1508
|
modal: { closeAriaLabel: [{ type: 0, value: 'Fechar modal' }] },
|
|
1518
1509
|
pagination: {
|
|
@@ -1628,30 +1619,24 @@ export default {
|
|
|
1628
1619
|
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
1629
1620
|
},
|
|
1630
1621
|
wizard: {
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
},
|
|
1634
|
-
},
|
|
1635
|
-
'zh-CN': {
|
|
1636
|
-
alert: { dismissAriaLabel: [{ type: 0, value: '退出提示' }] },
|
|
1637
|
-
autosuggest: {
|
|
1638
|
-
stepNumberLabel: [
|
|
1639
|
-
{ type: 0, value: '第 ' },
|
|
1622
|
+
'i18nStrings.stepNumberLabel': [
|
|
1623
|
+
{ type: 0, value: 'Etapa ' },
|
|
1640
1624
|
{ type: 1, value: 'stepNumber' },
|
|
1641
|
-
{ type: 0, value: ' 步' },
|
|
1642
1625
|
],
|
|
1643
|
-
collapsedStepsLabel: [
|
|
1644
|
-
{ type: 0, value: '
|
|
1626
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
1627
|
+
{ type: 0, value: 'Etapa ' },
|
|
1645
1628
|
{ type: 1, value: 'stepNumber' },
|
|
1646
|
-
{ type: 0, value: '
|
|
1629
|
+
{ type: 0, value: ' de ' },
|
|
1647
1630
|
{ type: 1, value: 'stepsCount' },
|
|
1648
|
-
{ type: 0, value: ' 步' },
|
|
1649
1631
|
],
|
|
1650
|
-
cancelButton: [{ type: 0, value: '
|
|
1651
|
-
previousButton: [{ type: 0, value: '
|
|
1652
|
-
nextButton: [{ type: 0, value: '
|
|
1653
|
-
optional: [{ type: 0, value: '
|
|
1632
|
+
'i18nStrings.cancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
1633
|
+
'i18nStrings.previousButton': [{ type: 0, value: 'Anterior' }],
|
|
1634
|
+
'i18nStrings.nextButton': [{ type: 0, value: 'Próximo' }],
|
|
1635
|
+
'i18nStrings.optional': [{ type: 0, value: 'opcional' }],
|
|
1654
1636
|
},
|
|
1637
|
+
},
|
|
1638
|
+
'zh-CN': {
|
|
1639
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '退出提示' }] },
|
|
1655
1640
|
'app-layout': {
|
|
1656
1641
|
'ariaLabels.navigation': [{ type: 0, value: '侧导航' }],
|
|
1657
1642
|
'ariaLabels.navigationClose': [{ type: 0, value: '关闭侧导航' }],
|
|
@@ -1661,7 +1646,11 @@ export default {
|
|
|
1661
1646
|
'ariaLabels.toolsClose': [{ type: 0, value: '打开帮助面板' }],
|
|
1662
1647
|
'ariaLabels.toolsToggle': [{ type: 0, value: '关闭帮助面板' }],
|
|
1663
1648
|
},
|
|
1664
|
-
|
|
1649
|
+
autosuggest: {
|
|
1650
|
+
errorIconAriaLabel: [{ type: 0, value: '错误' }],
|
|
1651
|
+
selectedAriaLabel: [{ type: 0, value: '已选定' }],
|
|
1652
|
+
},
|
|
1653
|
+
calendar: {
|
|
1665
1654
|
nextMonthAriaLabel: [{ type: 0, value: '下个月' }],
|
|
1666
1655
|
previousMonthAriaLabel: [{ type: 0, value: '上个月' }],
|
|
1667
1656
|
todayAriaLabel: [{ type: 0, value: '今天' }],
|
|
@@ -1676,8 +1665,8 @@ export default {
|
|
|
1676
1665
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
1677
1666
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
1678
1667
|
},
|
|
1679
|
-
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
1680
1668
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }] },
|
|
1669
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
1681
1670
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
1682
1671
|
modal: { closeAriaLabel: [{ type: 0, value: '关闭模态' }] },
|
|
1683
1672
|
pagination: {
|
|
@@ -1789,27 +1778,27 @@ export default {
|
|
|
1789
1778
|
],
|
|
1790
1779
|
},
|
|
1791
1780
|
select: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
|
|
1792
|
-
wizard: {
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
|
|
1796
|
-
autosuggest: {
|
|
1797
|
-
stepNumberLabel: [
|
|
1798
|
-
{ type: 0, value: '步驟 ' },
|
|
1781
|
+
wizard: {
|
|
1782
|
+
'i18nStrings.stepNumberLabel': [
|
|
1783
|
+
{ type: 0, value: '第 ' },
|
|
1799
1784
|
{ type: 1, value: 'stepNumber' },
|
|
1785
|
+
{ type: 0, value: ' 步' },
|
|
1800
1786
|
],
|
|
1801
|
-
collapsedStepsLabel: [
|
|
1802
|
-
{ type: 0, value: '
|
|
1787
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
1788
|
+
{ type: 0, value: '第 ' },
|
|
1803
1789
|
{ type: 1, value: 'stepNumber' },
|
|
1804
|
-
{ type: 0, value: '
|
|
1790
|
+
{ type: 0, value: ' 步,共 ' },
|
|
1805
1791
|
{ type: 1, value: 'stepsCount' },
|
|
1806
1792
|
{ type: 0, value: ' 步' },
|
|
1807
1793
|
],
|
|
1808
|
-
cancelButton: [{ type: 0, value: '取消' }],
|
|
1809
|
-
previousButton: [{ type: 0, value: '上一步' }],
|
|
1810
|
-
nextButton: [{ type: 0, value: '下一步' }],
|
|
1811
|
-
optional: [{ type: 0, value: '
|
|
1794
|
+
'i18nStrings.cancelButton': [{ type: 0, value: '取消' }],
|
|
1795
|
+
'i18nStrings.previousButton': [{ type: 0, value: '上一步' }],
|
|
1796
|
+
'i18nStrings.nextButton': [{ type: 0, value: '下一步' }],
|
|
1797
|
+
'i18nStrings.optional': [{ type: 0, value: '可选' }],
|
|
1812
1798
|
},
|
|
1799
|
+
},
|
|
1800
|
+
'zh-TW': {
|
|
1801
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
|
|
1813
1802
|
'app-layout': {
|
|
1814
1803
|
'ariaLabels.navigation': [{ type: 0, value: '側邊導覽' }],
|
|
1815
1804
|
'ariaLabels.navigationClose': [{ type: 0, value: '關閉側邊導覽' }],
|
|
@@ -1819,7 +1808,11 @@ export default {
|
|
|
1819
1808
|
'ariaLabels.toolsClose': [{ type: 0, value: '開啟說明面板' }],
|
|
1820
1809
|
'ariaLabels.toolsToggle': [{ type: 0, value: '關閉說明面板' }],
|
|
1821
1810
|
},
|
|
1822
|
-
|
|
1811
|
+
autosuggest: {
|
|
1812
|
+
errorIconAriaLabel: [{ type: 0, value: '錯誤' }],
|
|
1813
|
+
selectedAriaLabel: [{ type: 0, value: '已選取' }],
|
|
1814
|
+
},
|
|
1815
|
+
calendar: {
|
|
1823
1816
|
nextMonthAriaLabel: [{ type: 0, value: '下個月' }],
|
|
1824
1817
|
previousMonthAriaLabel: [{ type: 0, value: '上個月' }],
|
|
1825
1818
|
todayAriaLabel: [{ type: 0, value: '今天' }],
|
|
@@ -1834,8 +1827,8 @@ export default {
|
|
|
1834
1827
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
1835
1828
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
1836
1829
|
},
|
|
1837
|
-
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
1838
1830
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }] },
|
|
1831
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
1839
1832
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
1840
1833
|
modal: { closeAriaLabel: [{ type: 0, value: '關閉強制回應' }] },
|
|
1841
1834
|
pagination: {
|
|
@@ -1947,7 +1940,23 @@ export default {
|
|
|
1947
1940
|
],
|
|
1948
1941
|
},
|
|
1949
1942
|
select: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }], selectedAriaLabel: [{ type: 0, value: '已選取' }] },
|
|
1950
|
-
wizard: {
|
|
1943
|
+
wizard: {
|
|
1944
|
+
'i18nStrings.stepNumberLabel': [
|
|
1945
|
+
{ type: 0, value: '步驟 ' },
|
|
1946
|
+
{ type: 1, value: 'stepNumber' },
|
|
1947
|
+
],
|
|
1948
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
1949
|
+
{ type: 0, value: '步驟 ' },
|
|
1950
|
+
{ type: 1, value: 'stepNumber' },
|
|
1951
|
+
{ type: 0, value: ',共 ' },
|
|
1952
|
+
{ type: 1, value: 'stepsCount' },
|
|
1953
|
+
{ type: 0, value: ' 步' },
|
|
1954
|
+
],
|
|
1955
|
+
'i18nStrings.cancelButton': [{ type: 0, value: '取消' }],
|
|
1956
|
+
'i18nStrings.previousButton': [{ type: 0, value: '上一步' }],
|
|
1957
|
+
'i18nStrings.nextButton': [{ type: 0, value: '下一步' }],
|
|
1958
|
+
'i18nStrings.optional': [{ type: 0, value: '選用' }],
|
|
1959
|
+
},
|
|
1951
1960
|
},
|
|
1952
1961
|
},
|
|
1953
1962
|
};
|