@cloudscape-design/components 3.0.235 → 3.0.237

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.
Files changed (139) hide show
  1. package/app-layout/drawer/index.d.ts +2 -5
  2. package/app-layout/drawer/index.d.ts.map +1 -1
  3. package/app-layout/drawer/index.js.map +1 -1
  4. package/app-layout/index.d.ts.map +1 -1
  5. package/app-layout/index.js +20 -15
  6. package/app-layout/index.js.map +1 -1
  7. package/app-layout/utils/use-focus-control.d.ts +8 -6
  8. package/app-layout/utils/use-focus-control.d.ts.map +1 -1
  9. package/app-layout/utils/use-focus-control.js +21 -10
  10. package/app-layout/utils/use-focus-control.js.map +1 -1
  11. package/app-layout/utils/use-split-panel-focus-control.d.ts +21 -0
  12. package/app-layout/utils/use-split-panel-focus-control.d.ts.map +1 -0
  13. package/app-layout/utils/use-split-panel-focus-control.js +32 -0
  14. package/app-layout/utils/use-split-panel-focus-control.js.map +1 -0
  15. package/app-layout/visual-refresh/app-bar.d.ts.map +1 -1
  16. package/app-layout/visual-refresh/app-bar.js +3 -6
  17. package/app-layout/visual-refresh/app-bar.js.map +1 -1
  18. package/app-layout/visual-refresh/context.d.ts +6 -2
  19. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  20. package/app-layout/visual-refresh/context.js +24 -11
  21. package/app-layout/visual-refresh/context.js.map +1 -1
  22. package/app-layout/visual-refresh/navigation.d.ts.map +1 -1
  23. package/app-layout/visual-refresh/navigation.js +3 -5
  24. package/app-layout/visual-refresh/navigation.js.map +1 -1
  25. package/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
  26. package/app-layout/visual-refresh/split-panel.js +4 -8
  27. package/app-layout/visual-refresh/split-panel.js.map +1 -1
  28. package/app-layout/visual-refresh/tools.js +5 -6
  29. package/app-layout/visual-refresh/tools.js.map +1 -1
  30. package/autosuggest/internal.d.ts.map +1 -1
  31. package/autosuggest/internal.js +10 -4
  32. package/autosuggest/internal.js.map +1 -1
  33. package/breadcrumb-group/internal.d.ts.map +1 -1
  34. package/breadcrumb-group/internal.js +2 -2
  35. package/breadcrumb-group/internal.js.map +1 -1
  36. package/breadcrumb-group/styles.css.js +7 -6
  37. package/breadcrumb-group/styles.scoped.css +14 -11
  38. package/breadcrumb-group/styles.selectors.js +7 -6
  39. package/button/index.d.ts.map +1 -1
  40. package/button/index.js +2 -2
  41. package/button/index.js.map +1 -1
  42. package/button/interfaces.d.ts +4 -0
  43. package/button/interfaces.d.ts.map +1 -1
  44. package/button/interfaces.js.map +1 -1
  45. package/calendar/grid/index.d.ts +1 -1
  46. package/calendar/grid/index.d.ts.map +1 -1
  47. package/calendar/grid/index.js.map +1 -1
  48. package/calendar/header/header-button.d.ts +1 -1
  49. package/calendar/header/header-button.d.ts.map +1 -1
  50. package/calendar/header/header-button.js.map +1 -1
  51. package/calendar/header/index.d.ts +2 -2
  52. package/calendar/header/index.d.ts.map +1 -1
  53. package/calendar/header/index.js.map +1 -1
  54. package/calendar/interfaces.d.ts +3 -3
  55. package/calendar/interfaces.d.ts.map +1 -1
  56. package/calendar/interfaces.js.map +1 -1
  57. package/calendar/internal.d.ts +1 -1
  58. package/calendar/internal.d.ts.map +1 -1
  59. package/calendar/internal.js +6 -1
  60. package/calendar/internal.js.map +1 -1
  61. package/date-picker/index.d.ts.map +1 -1
  62. package/date-picker/index.js +6 -4
  63. package/date-picker/index.js.map +1 -1
  64. package/internal/context/split-panel-context.d.ts +2 -8
  65. package/internal/context/split-panel-context.d.ts.map +1 -1
  66. package/internal/context/split-panel-context.js.map +1 -1
  67. package/internal/environment.js +1 -1
  68. package/internal/i18n/context.d.ts +6 -1
  69. package/internal/i18n/context.d.ts.map +1 -1
  70. package/internal/i18n/context.js +8 -2
  71. package/internal/i18n/context.js.map +1 -1
  72. package/internal/i18n/messages/all.all.js +219 -210
  73. package/internal/i18n/messages/all.all.json +231 -231
  74. package/internal/i18n/messages/all.de.js +20 -20
  75. package/internal/i18n/messages/all.de.json +20 -20
  76. package/internal/i18n/messages/all.en-GB.js +20 -20
  77. package/internal/i18n/messages/all.en-GB.json +20 -20
  78. package/internal/i18n/messages/all.en.js +20 -20
  79. package/internal/i18n/messages/all.en.json +20 -20
  80. package/internal/i18n/messages/all.es.js +20 -20
  81. package/internal/i18n/messages/all.es.json +20 -20
  82. package/internal/i18n/messages/all.fr.js +20 -20
  83. package/internal/i18n/messages/all.fr.json +20 -20
  84. package/internal/i18n/messages/all.id.js +20 -20
  85. package/internal/i18n/messages/all.id.json +20 -20
  86. package/internal/i18n/messages/all.it.js +20 -20
  87. package/internal/i18n/messages/all.it.json +20 -20
  88. package/internal/i18n/messages/all.ja.js +20 -20
  89. package/internal/i18n/messages/all.ja.json +20 -20
  90. package/internal/i18n/messages/all.ko.js +22 -19
  91. package/internal/i18n/messages/all.ko.json +20 -20
  92. package/internal/i18n/messages/all.pt-BR.js +20 -20
  93. package/internal/i18n/messages/all.pt-BR.json +20 -20
  94. package/internal/i18n/messages/all.zh-CN.js +24 -21
  95. package/internal/i18n/messages/all.zh-CN.json +22 -22
  96. package/internal/i18n/messages/all.zh-TW.js +23 -20
  97. package/internal/i18n/messages/all.zh-TW.json +21 -21
  98. package/internal/i18n/provider.js +1 -1
  99. package/internal/i18n/provider.js.map +1 -1
  100. package/internal/manifest.json +1 -1
  101. package/package.json +1 -1
  102. package/property-filter/index.js.map +1 -1
  103. package/select/parts/styles.css.js +9 -9
  104. package/select/parts/styles.scoped.css +9 -27
  105. package/select/parts/styles.selectors.js +9 -9
  106. package/split-panel/index.d.ts.map +1 -1
  107. package/split-panel/index.js +6 -24
  108. package/split-panel/index.js.map +1 -1
  109. package/table/body-cell/use-stable-scroll-position.d.ts.map +1 -1
  110. package/table/body-cell/use-stable-scroll-position.js +10 -4
  111. package/table/body-cell/use-stable-scroll-position.js.map +1 -1
  112. package/table/header-cell/index.js +2 -3
  113. package/table/header-cell/index.js.map +1 -1
  114. package/table/use-table-focus-navigation.d.ts +1 -1
  115. package/table/use-table-focus-navigation.d.ts.map +1 -1
  116. package/table/use-table-focus-navigation.js +4 -4
  117. package/table/use-table-focus-navigation.js.map +1 -1
  118. package/tutorial-panel/components/tutorial-list/index.d.ts +0 -1
  119. package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -1
  120. package/tutorial-panel/components/tutorial-list/index.js +3 -15
  121. package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
  122. package/tutorial-panel/index.d.ts.map +1 -1
  123. package/tutorial-panel/index.js +2 -14
  124. package/tutorial-panel/index.js.map +1 -1
  125. package/tutorial-panel/interfaces.d.ts +1 -1
  126. package/tutorial-panel/interfaces.d.ts.map +1 -1
  127. package/tutorial-panel/interfaces.js.map +1 -1
  128. package/wizard/index.d.ts +1 -1
  129. package/wizard/index.d.ts.map +1 -1
  130. package/wizard/index.js +4 -1
  131. package/wizard/index.js.map +1 -1
  132. package/wizard/interfaces.d.ts +5 -5
  133. package/wizard/interfaces.d.ts.map +1 -1
  134. package/wizard/interfaces.js.map +1 -1
  135. package/wizard/wizard-actions.d.ts +3 -3
  136. package/wizard/wizard-actions.d.ts.map +1 -1
  137. package/wizard/wizard-actions.js.map +1 -1
  138. package/wizard/wizard-form.js +2 -1
  139. 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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Fehler' }],
163
- selectedAriaLabel: [{ type: 0, value: 'Ausgewählt' }],
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: 'Step ' },
154
+ 'i18nStrings.collapsedStepsLabel': [
155
+ { type: 0, value: 'Schritt ' },
175
156
  { type: 1, value: 'stepNumber' },
176
- { type: 0, value: ' of ' },
157
+ { type: 0, value: ' von ' },
177
158
  { type: 1, value: 'stepsCount' },
178
159
  ],
179
- cancelButton: [{ type: 0, value: 'Cancel' }],
180
- previousButton: [{ type: 0, value: 'Previous' }],
181
- nextButton: [{ type: 0, value: 'Next' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Error' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Error' }],
489
- selectedAriaLabel: [{ type: 0, value: 'Selected' }],
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: 'Paso ' },
480
+ 'i18nStrings.collapsedStepsLabel': [
481
+ { type: 0, value: 'Step ' },
501
482
  { type: 1, value: 'stepNumber' },
502
- { type: 0, value: ' de ' },
483
+ { type: 0, value: ' of ' },
503
484
  { type: 1, value: 'stepsCount' },
504
485
  ],
505
- cancelButton: [{ type: 0, value: 'Cancelar' }],
506
- previousButton: [{ type: 0, value: 'Anterior' }],
507
- nextButton: [{ type: 0, value: 'Siguiente' }],
508
- optional: [{ type: 0, value: 'opcional' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Error' }],
652
- selectedAriaLabel: [{ type: 0, value: 'Seleccionado' }],
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: 'Étape ' },
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: 'Annuler' }],
669
- previousButton: [{ type: 0, value: 'Précédent' }],
670
- nextButton: [{ type: 0, value: 'Suivant' }],
671
- optional: [{ type: 0, value: 'facultatif' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Erreur' }],
815
- selectedAriaLabel: [{ type: 0, value: 'Sélectionné' }],
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: 'Langkah ' },
806
+ 'i18nStrings.collapsedStepsLabel': [
807
+ { type: 0, value: 'Étape ' },
827
808
  { type: 1, value: 'stepNumber' },
828
- { type: 0, value: ' dari ' },
809
+ { type: 0, value: ' de ' },
829
810
  { type: 1, value: 'stepsCount' },
830
811
  ],
831
- cancelButton: [{ type: 0, value: 'Batalkan' }],
832
- previousButton: [{ type: 0, value: 'Sebelumnya' }],
833
- nextButton: [{ type: 0, value: 'Berikutnya' }],
834
- optional: [{ type: 0, value: 'opsional' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }],
978
- selectedAriaLabel: [{ type: 0, value: 'Dipilih' }],
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: 'Fase ' },
969
+ 'i18nStrings.collapsedStepsLabel': [
970
+ { type: 0, value: 'Langkah ' },
990
971
  { type: 1, value: 'stepNumber' },
991
- { type: 0, value: ' di ' },
972
+ { type: 0, value: ' dari ' },
992
973
  { type: 1, value: 'stepsCount' },
993
974
  ],
994
- cancelButton: [{ type: 0, value: 'Annulla' }],
995
- previousButton: [{ type: 0, value: 'Precedente' }],
996
- nextButton: [{ type: 0, value: 'Successivo' }],
997
- optional: [{ type: 0, value: 'facoltativo' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Errore' }],
1141
- selectedAriaLabel: [{ type: 0, value: 'Selezionato' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
1312
- selectedAriaLabel: [{ type: 0, value: '選択済み' }],
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
- 'date-picker': {
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: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
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: ' de ' },
1465
+ { type: 0, value: '/' },
1483
1466
  { type: 1, value: 'stepsCount' },
1467
+ { type: 0, value: ' 단계' },
1484
1468
  ],
1485
- cancelButton: [{ type: 0, value: 'Cancelar' }],
1486
- previousButton: [{ type: 0, value: 'Anterior' }],
1487
- nextButton: [{ type: 0, value: 'Próximo' }],
1488
- optional: [{ type: 0, value: 'opcional' }],
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
- 'date-picker': {
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
- errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
1632
- selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
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
- 'date-picker': {
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: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
1793
- },
1794
- 'zh-TW': {
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
- 'date-picker': {
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: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }], selectedAriaLabel: [{ type: 0, value: '已選取' }] },
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
  };