@cloudscape-design/components 3.0.400 → 3.0.402

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 (107) hide show
  1. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  2. package/app-layout/visual-refresh/context.js +8 -4
  3. package/app-layout/visual-refresh/context.js.map +1 -1
  4. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  5. package/app-layout/visual-refresh/drawers.js +12 -10
  6. package/app-layout/visual-refresh/drawers.js.map +1 -1
  7. package/app-layout/visual-refresh/main.d.ts.map +1 -1
  8. package/app-layout/visual-refresh/main.js +2 -1
  9. package/app-layout/visual-refresh/main.js.map +1 -1
  10. package/app-layout/visual-refresh/styles.css.js +76 -74
  11. package/app-layout/visual-refresh/styles.scoped.css +183 -177
  12. package/app-layout/visual-refresh/styles.selectors.js +76 -74
  13. package/container/internal.d.ts.map +1 -1
  14. package/container/internal.js +7 -3
  15. package/container/internal.js.map +1 -1
  16. package/expandable-section/expandable-section-container.d.ts +1 -4
  17. package/expandable-section/expandable-section-container.d.ts.map +1 -1
  18. package/expandable-section/expandable-section-container.js +5 -3
  19. package/expandable-section/expandable-section-container.js.map +1 -1
  20. package/expandable-section/index.d.ts.map +1 -1
  21. package/expandable-section/index.js +1 -13
  22. package/expandable-section/index.js.map +1 -1
  23. package/expandable-section/internal.d.ts +2 -3
  24. package/expandable-section/internal.d.ts.map +1 -1
  25. package/expandable-section/internal.js +2 -2
  26. package/expandable-section/internal.js.map +1 -1
  27. package/form/index.d.ts.map +1 -1
  28. package/form/index.js +6 -4
  29. package/form/index.js.map +1 -1
  30. package/i18n/dynamic.js +2 -0
  31. package/i18n/messages/all.all.js +778 -4
  32. package/i18n/messages/all.all.json +788 -4
  33. package/i18n/messages/all.de.js +6 -1
  34. package/i18n/messages/all.de.json +6 -1
  35. package/i18n/messages/all.en-GB.js +5 -0
  36. package/i18n/messages/all.en-GB.json +5 -0
  37. package/i18n/messages/all.en.js +4 -0
  38. package/i18n/messages/all.en.json +4 -0
  39. package/i18n/messages/all.es.js +7 -2
  40. package/i18n/messages/all.es.json +7 -2
  41. package/i18n/messages/all.fr.js +5 -0
  42. package/i18n/messages/all.fr.json +5 -0
  43. package/i18n/messages/all.id.js +5 -0
  44. package/i18n/messages/all.id.json +5 -0
  45. package/i18n/messages/all.it.js +5 -0
  46. package/i18n/messages/all.it.json +5 -0
  47. package/i18n/messages/all.ja.js +5 -0
  48. package/i18n/messages/all.ja.json +5 -0
  49. package/i18n/messages/all.ko.js +5 -0
  50. package/i18n/messages/all.ko.json +5 -0
  51. package/i18n/messages/all.pt-BR.js +6 -1
  52. package/i18n/messages/all.pt-BR.json +6 -1
  53. package/i18n/messages/all.tr.d.ts +3 -0
  54. package/i18n/messages/all.tr.js +719 -0
  55. package/i18n/messages/all.tr.json +729 -0
  56. package/i18n/messages/all.zh-CN.js +5 -0
  57. package/i18n/messages/all.zh-CN.json +5 -0
  58. package/i18n/messages/all.zh-TW.js +5 -0
  59. package/i18n/messages/all.zh-TW.json +5 -0
  60. package/i18n/messages-types.d.ts +48 -44
  61. package/i18n/messages-types.d.ts.map +1 -1
  62. package/i18n/messages-types.js.map +1 -1
  63. package/internal/analytics/components/analytics-funnel.d.ts +2 -2
  64. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  65. package/internal/analytics/components/analytics-funnel.js +6 -4
  66. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  67. package/internal/analytics/context/analytics-context.d.ts +1 -0
  68. package/internal/analytics/context/analytics-context.d.ts.map +1 -1
  69. package/internal/analytics/context/analytics-context.js +1 -0
  70. package/internal/analytics/context/analytics-context.js.map +1 -1
  71. package/internal/analytics/hooks/use-funnel.d.ts +1 -0
  72. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  73. package/internal/analytics/hooks/use-funnel.js +5 -1
  74. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  75. package/internal/analytics/interfaces.d.ts +1 -0
  76. package/internal/analytics/interfaces.d.ts.map +1 -1
  77. package/internal/analytics/interfaces.js.map +1 -1
  78. package/internal/context/modal-context.d.ts +8 -0
  79. package/internal/context/modal-context.d.ts.map +1 -0
  80. package/internal/context/modal-context.js +9 -0
  81. package/internal/context/modal-context.js.map +1 -0
  82. package/internal/environment.js +1 -1
  83. package/internal/environment.json +1 -1
  84. package/internal/manifest.json +1 -1
  85. package/modal/internal.d.ts.map +1 -1
  86. package/modal/internal.js +23 -18
  87. package/modal/internal.js.map +1 -1
  88. package/package.json +3 -1
  89. package/pie-chart/styles.css.js +27 -27
  90. package/pie-chart/styles.scoped.css +60 -42
  91. package/pie-chart/styles.selectors.js +27 -27
  92. package/pie-chart/utils.d.ts.map +1 -1
  93. package/pie-chart/utils.js +2 -1
  94. package/pie-chart/utils.js.map +1 -1
  95. package/property-filter/utils.d.ts +1 -1
  96. package/split-panel/side.d.ts.map +1 -1
  97. package/split-panel/side.js +0 -1
  98. package/split-panel/side.js.map +1 -1
  99. package/split-panel/styles.css.js +55 -56
  100. package/split-panel/styles.scoped.css +80 -84
  101. package/split-panel/styles.selectors.js +55 -56
  102. package/table/internal.d.ts.map +1 -1
  103. package/table/internal.js +4 -4
  104. package/table/internal.js.map +1 -1
  105. package/table/sticky-scrollbar/styles.css.js +6 -6
  106. package/table/sticky-scrollbar/styles.scoped.css +8 -8
  107. package/table/sticky-scrollbar/styles.selectors.js +6 -6
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Angezeigte Daten filtern' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Daten filtern' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legende' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Diagramm' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-Achse' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-Achse' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Schubladen' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Überlauf der Schubladen' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Seitennavigation' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Seitennavigation schließen' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Seitennavigation öffnen' }],
@@ -108,7 +111,7 @@ export default {
108
111
  'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: 'Dunkles Design' }],
109
112
  },
110
113
  'collection-preferences': {
111
- title: [{ type: 0, value: 'Einstellungen' }],
114
+ title: [{ type: 0, value: 'Präferenzen' }],
112
115
  confirmLabel: [{ type: 0, value: 'Bestätigen' }],
113
116
  cancelLabel: [{ type: 0, value: 'Abbrechen' }],
114
117
  'pageSizePreference.title': [{ type: 0, value: 'Seitengröße' }],
@@ -330,6 +333,7 @@ export default {
330
333
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Ist größer als' }],
331
334
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Ist kleiner als oder gleich' }],
332
335
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Ist kleiner als' }],
336
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Beginnt mit' }],
333
337
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
334
338
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operatoren' }],
335
339
  'i18nStrings.propertyText': [{ type: 0, value: 'Eigenschaft' }],
@@ -522,6 +526,7 @@ export default {
522
526
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Größe des geteilten Bereichs ändern' }],
523
527
  },
524
528
  table: {
529
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'Schaltfläche für die Größenänderung' }],
525
530
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Bearbeitung wird gesendet' }],
526
531
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Bearbeitung erfolgreich' }],
527
532
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Fehler' }],
@@ -10,6 +10,7 @@
10
10
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Angezeigte Daten filtern" }],
11
11
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Daten filtern" }],
12
12
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legende" }],
13
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Diagramm" }],
13
14
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-Achse" }],
14
15
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-Achse" }]
15
16
  },
@@ -58,6 +59,8 @@
58
59
  ]
59
60
  },
60
61
  "app-layout": {
62
+ "ariaLabels.drawers": [{ "type": 0, "value": "Schubladen" }],
63
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Überlauf der Schubladen" }],
61
64
  "ariaLabels.navigation": [{ "type": 0, "value": "Seitennavigation" }],
62
65
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Seitennavigation schließen" }],
63
66
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Seitennavigation öffnen" }],
@@ -110,7 +113,7 @@
110
113
  "i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Dunkles Design" }]
111
114
  },
112
115
  "collection-preferences": {
113
- "title": [{ "type": 0, "value": "Einstellungen" }],
116
+ "title": [{ "type": 0, "value": "Präferenzen" }],
114
117
  "confirmLabel": [{ "type": 0, "value": "Bestätigen" }],
115
118
  "cancelLabel": [{ "type": 0, "value": "Abbrechen" }],
116
119
  "pageSizePreference.title": [{ "type": 0, "value": "Seitengröße" }],
@@ -334,6 +337,7 @@
334
337
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Ist größer als" }],
335
338
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Ist kleiner als oder gleich" }],
336
339
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Ist kleiner als" }],
340
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Beginnt mit" }],
337
341
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
338
342
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operatoren" }],
339
343
  "i18nStrings.propertyText": [{ "type": 0, "value": "Eigenschaft" }],
@@ -530,6 +534,7 @@
530
534
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Größe des geteilten Bereichs ändern" }]
531
535
  },
532
536
  "table": {
537
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "Schaltfläche für die Größenänderung" }],
533
538
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Bearbeitung wird gesendet" }],
534
539
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Bearbeitung erfolgreich" }],
535
540
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter displayed data' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legend' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Chart' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-axis' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-axis' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
@@ -318,6 +321,7 @@ export default {
318
321
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
319
322
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal to' }],
320
323
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
324
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
321
325
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
322
326
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
323
327
  'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
@@ -508,6 +512,7 @@ export default {
508
512
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
509
513
  },
510
514
  table: {
515
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'resize button' }],
511
516
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
512
517
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
513
518
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Chart" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
13
14
  },
@@ -56,6 +57,8 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Drawers" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Drawers overflow" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
@@ -319,6 +322,7 @@
319
322
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Greater than" }],
320
323
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Less than or equal to" }],
321
324
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Less than" }],
325
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Starts with" }],
322
326
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
323
327
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operators" }],
324
328
  "i18nStrings.propertyText": [{ "type": 0, "value": "Property" }],
@@ -511,6 +515,7 @@
511
515
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
512
516
  },
513
517
  "table": {
518
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "resize button" }],
514
519
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
515
520
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
516
521
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -57,6 +57,8 @@ export default {
57
57
  ],
58
58
  },
59
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
60
62
  'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
61
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
62
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
@@ -319,6 +321,7 @@ export default {
319
321
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
320
322
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal' }],
321
323
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
324
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
322
325
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
323
326
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
324
327
  'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
@@ -509,6 +512,7 @@ export default {
509
512
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
510
513
  },
511
514
  table: {
515
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'resize button' }],
512
516
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
513
517
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
514
518
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -57,6 +57,8 @@
57
57
  ]
58
58
  },
59
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Drawers" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Drawers overflow" }],
60
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
61
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
62
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
@@ -318,6 +320,7 @@
318
320
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Greater than" }],
319
321
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Less than or equal" }],
320
322
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Less than" }],
323
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Starts with" }],
321
324
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
322
325
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operators" }],
323
326
  "i18nStrings.propertyText": [{ "type": 0, "value": "Property" }],
@@ -510,6 +513,7 @@
510
513
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
511
514
  },
512
515
  "table": {
516
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "resize button" }],
513
517
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
514
518
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
515
519
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar los datos mostrados' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar datos' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Leyenda' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'eje x' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'eje y' }],
13
14
  },
@@ -56,12 +57,14 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Cajones' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Desbordamiento de cajones' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Navegación lateral' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Cerrar navegación lateral' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegación lateral' }],
62
65
  'ariaLabels.notifications': [{ type: 0, value: 'Notificaciones' }],
63
66
  'ariaLabels.tools': [{ type: 0, value: 'Panel de ayuda' }],
64
- 'ariaLabels.toolsClose': [{ type: 0, value: 'Cerrar panel de ayuda' }],
67
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'Cerrar el panel de ayuda' }],
65
68
  'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir panel de ayuda' }],
66
69
  },
67
70
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
@@ -269,7 +272,7 @@ export default {
269
272
  'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas las notificaciones' }],
270
273
  'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificaciones' }],
271
274
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Éxito' }],
272
- 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
275
+ 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
273
276
  },
274
277
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
275
278
  form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
@@ -317,6 +320,7 @@ export default {
317
320
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Mayor que' }],
318
321
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor o igual que' }],
319
322
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
323
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Empieza con' }],
320
324
  'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
321
325
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
322
326
  'i18nStrings.propertyText': [{ type: 0, value: 'Propiedad' }],
@@ -509,6 +513,7 @@ export default {
509
513
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Cambiar el tamaño del panel dividido' }],
510
514
  },
511
515
  table: {
516
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'botón de redimensionamiento' }],
512
517
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Envío de edición' }],
513
518
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Se ha editado correctamente' }],
514
519
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar los datos mostrados" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar datos" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Leyenda" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Gráfico" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "eje x" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "eje y" }]
13
14
  },
@@ -56,12 +57,14 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Cajones" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Desbordamiento de cajones" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Navegación lateral" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Cerrar navegación lateral" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Abrir navegación lateral" }],
62
65
  "ariaLabels.notifications": [{ "type": 0, "value": "Notificaciones" }],
63
66
  "ariaLabels.tools": [{ "type": 0, "value": "Panel de ayuda" }],
64
- "ariaLabels.toolsClose": [{ "type": 0, "value": "Cerrar panel de ayuda" }],
67
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "Cerrar el panel de ayuda" }],
65
68
  "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir panel de ayuda" }]
66
69
  },
67
70
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
@@ -271,7 +274,7 @@
271
274
  "i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Todas las notificaciones" }],
272
275
  "i18nStrings.notificationBarText": [{ "type": 0, "value": "Notificaciones" }],
273
276
  "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Éxito" }],
274
- "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
277
+ "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
275
278
  },
276
279
  "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
277
280
  "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
@@ -319,6 +322,7 @@
319
322
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Mayor que" }],
320
323
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor o igual que" }],
321
324
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
325
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Empieza con" }],
322
326
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
323
327
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
324
328
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propiedad" }],
@@ -511,6 +515,7 @@
511
515
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Cambiar el tamaño del panel dividido" }]
512
516
  },
513
517
  "table": {
518
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "botón de redimensionamiento" }],
514
519
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Envío de edición" }],
515
520
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Se ha editado correctamente" }],
516
521
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrer les données affichées' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrer les données' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Légende' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Graphique' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'axe X' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'axe Y' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Tiroirs' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Débordement de tiroirs' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Navigation latérale' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Fermer la navigation latérale' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Ouvrir la navigation latérale' }],
@@ -331,6 +334,7 @@ export default {
331
334
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Supérieur à' }],
332
335
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Inférieur ou égal à' }],
333
336
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Inférieur à' }],
337
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Commence par' }],
334
338
  'i18nStrings.operatorText': [{ type: 0, value: 'Opérateur' }],
335
339
  'i18nStrings.operatorsText': [{ type: 0, value: 'Opérateurs' }],
336
340
  'i18nStrings.propertyText': [{ type: 0, value: 'Propriété' }],
@@ -523,6 +527,7 @@ export default {
523
527
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Redimensionner le panneau divisé' }],
524
528
  },
525
529
  table: {
530
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'bouton de redimensionnement' }],
526
531
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Soumission de modification' }],
527
532
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Modification réussie' }],
528
533
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrer les données affichées" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrer les données" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Légende" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Graphique" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "axe X" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "axe Y" }]
13
14
  },
@@ -56,6 +57,8 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Tiroirs" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Débordement de tiroirs" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigation latérale" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Fermer la navigation latérale" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Ouvrir la navigation latérale" }],
@@ -330,6 +333,7 @@
330
333
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Supérieur à" }],
331
334
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Inférieur ou égal à" }],
332
335
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Inférieur à" }],
336
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Commence par" }],
333
337
  "i18nStrings.operatorText": [{ "type": 0, "value": "Opérateur" }],
334
338
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Opérateurs" }],
335
339
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propriété" }],
@@ -524,6 +528,7 @@
524
528
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Redimensionner le panneau divisé" }]
525
529
  },
526
530
  "table": {
531
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "bouton de redimensionnement" }],
527
532
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Soumission de modification" }],
528
533
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modification réussie" }],
529
534
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter data yang ditampilkan' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Bagan' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'sumbu x' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'sumbu y' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Laci' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Tambahan laci' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Navigasi samping' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Tutup navigasi samping' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Buka navigasi samping' }],
@@ -309,6 +312,7 @@ export default {
309
312
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Lebih besar dari' }],
310
313
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Kurang dari atau sama dengan' }],
311
314
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Kurang dari' }],
315
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Dimulai dengan' }],
312
316
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
313
317
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
314
318
  'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
@@ -501,6 +505,7 @@ export default {
501
505
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Ubah ukuran panel terpisah' }],
502
506
  },
503
507
  table: {
508
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'tombol ubah ukuran' }],
504
509
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Mengirimkan pengeditan' }],
505
510
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit berhasil' }],
506
511
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter data yang ditampilkan" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Bagan" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu x" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu y" }]
13
14
  },
@@ -56,6 +57,8 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Laci" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Tambahan laci" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigasi samping" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Tutup navigasi samping" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Buka navigasi samping" }],
@@ -319,6 +322,7 @@
319
322
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Lebih besar dari" }],
320
323
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Kurang dari atau sama dengan" }],
321
324
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Kurang dari" }],
325
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Dimulai dengan" }],
322
326
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
323
327
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operator" }],
324
328
  "i18nStrings.propertyText": [{ "type": 0, "value": "Properti" }],
@@ -511,6 +515,7 @@
511
515
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ubah ukuran panel terpisah" }]
512
516
  },
513
517
  "table": {
518
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "tombol ubah ukuran" }],
514
519
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Mengirimkan pengeditan" }],
515
520
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit berhasil" }],
516
521
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtra i dati visualizzati' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtra i dati' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Grafico' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'asse x' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'asse y' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Cassetti' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Overflow dei cassetti' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Navigazione laterale' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Chiudi navigazione laterale' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Apri navigazione laterale' }],
@@ -319,6 +322,7 @@ export default {
319
322
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maggiore di' }],
320
323
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
321
324
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
325
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Inizia con' }],
322
326
  'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
323
327
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
324
328
  'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
@@ -511,6 +515,7 @@ export default {
511
515
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Ridimensiona il pannello diviso' }],
512
516
  },
513
517
  table: {
518
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'pulsante di ridimensionamento' }],
514
519
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Invio della modifica in corso' }],
515
520
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Modifica eseguita correttamente' }],
516
521
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtra i dati visualizzati" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtra i dati" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Grafico" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "asse x" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "asse y" }]
13
14
  },
@@ -56,6 +57,8 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Cassetti" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Overflow dei cassetti" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigazione laterale" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Chiudi navigazione laterale" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Apri navigazione laterale" }],
@@ -321,6 +324,7 @@
321
324
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maggiore di" }],
322
325
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Minore o uguale a" }],
323
326
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Minore di" }],
327
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Inizia con" }],
324
328
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operatore" }],
325
329
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operatori" }],
326
330
  "i18nStrings.propertyText": [{ "type": 0, "value": "Proprietà" }],
@@ -515,6 +519,7 @@
515
519
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ridimensiona il pannello diviso" }]
516
520
  },
517
521
  "table": {
522
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "pulsante di ridimensionamento" }],
518
523
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Invio della modifica in corso" }],
519
524
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modifica eseguita correttamente" }],
520
525
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: '表示されたデータをフィルタリング' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'データをフィルタリング' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '凡例' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'グラフ' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-軸' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-軸' }],
13
14
  },
@@ -58,6 +59,8 @@ export default {
58
59
  ],
59
60
  },
60
61
  'app-layout': {
62
+ 'ariaLabels.drawers': [{ type: 0, value: 'ドロワー' }],
63
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'ドロワーオーバーフロー' }],
61
64
  'ariaLabels.navigation': [{ type: 0, value: 'サイドナビゲーション' }],
62
65
  'ariaLabels.navigationClose': [{ type: 0, value: 'サイドナビゲーションを閉じる' }],
63
66
  'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
@@ -317,6 +320,7 @@ export default {
317
320
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい' }],
318
321
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下' }],
319
322
  'i18nStrings.operatorLessText': [{ type: 0, value: '次より少ない' }],
323
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '次で始まる:' }],
320
324
  'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
321
325
  'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
322
326
  'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
@@ -515,6 +519,7 @@ export default {
515
519
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '分割パネルのサイズを変更' }],
516
520
  },
517
521
  table: {
522
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '[サイズを変更] ボタン' }],
518
523
  'ariaLabels.submittingEditText': [{ type: 0, value: '編集を送信中' }],
519
524
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '編集に成功しました' }],
520
525
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "表示されたデータをフィルタリング" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "データをフィルタリング" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "凡例" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "グラフ" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-軸" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-軸" }]
13
14
  },
@@ -58,6 +59,8 @@
58
59
  ]
59
60
  },
60
61
  "app-layout": {
62
+ "ariaLabels.drawers": [{ "type": 0, "value": "ドロワー" }],
63
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "ドロワーオーバーフロー" }],
61
64
  "ariaLabels.navigation": [{ "type": 0, "value": "サイドナビゲーション" }],
62
65
  "ariaLabels.navigationClose": [{ "type": 0, "value": "サイドナビゲーションを閉じる" }],
63
66
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "サイドナビゲーションを開く" }],
@@ -321,6 +324,7 @@
321
324
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "次より大きい" }],
322
325
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "次以下" }],
323
326
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "次より少ない" }],
327
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "次で始まる:" }],
324
328
  "i18nStrings.operatorText": [{ "type": 0, "value": "演算子" }],
325
329
  "i18nStrings.operatorsText": [{ "type": 0, "value": "演算子" }],
326
330
  "i18nStrings.propertyText": [{ "type": 0, "value": "プロパティ" }],
@@ -521,6 +525,7 @@
521
525
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "分割パネルのサイズを変更" }]
522
526
  },
523
527
  "table": {
528
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "[サイズを変更] ボタン" }],
524
529
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "編集を送信中" }],
525
530
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "編集に成功しました" }],
526
531
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: '표시된 데이터 필터링' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: '데이터 필터링' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '범례' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '차트' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x축' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y축' }],
13
14
  },
@@ -56,6 +57,8 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: '드로어' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: '드로어 오버플로' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: '측면 탐색' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: '측면 탐색 닫기' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
@@ -309,6 +312,7 @@ export default {
309
312
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '보다 큼' }],
310
313
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
311
314
  'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
315
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '로 시작' }],
312
316
  'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
313
317
  'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
314
318
  'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
@@ -495,6 +499,7 @@ export default {
495
499
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '분할 패널 크기 조정' }],
496
500
  },
497
501
  table: {
502
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '크기 조정 버튼' }],
498
503
  'ariaLabels.submittingEditText': [{ type: 0, value: '편집 제출 중' }],
499
504
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '편집 성공' }],
500
505
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '오류' }],