@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
@@ -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" }],
@@ -756,6 +761,7 @@
756
761
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
757
762
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
758
763
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
764
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Chart" }],
759
765
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
760
766
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
761
767
  },
@@ -804,6 +810,8 @@
804
810
  ]
805
811
  },
806
812
  "app-layout": {
813
+ "ariaLabels.drawers": [{ "type": 0, "value": "Drawers" }],
814
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Drawers overflow" }],
807
815
  "ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
808
816
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
809
817
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
@@ -1067,6 +1075,7 @@
1067
1075
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Greater than" }],
1068
1076
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Less than or equal to" }],
1069
1077
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Less than" }],
1078
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Starts with" }],
1070
1079
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
1071
1080
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operators" }],
1072
1081
  "i18nStrings.propertyText": [{ "type": 0, "value": "Property" }],
@@ -1259,6 +1268,7 @@
1259
1268
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
1260
1269
  },
1261
1270
  "table": {
1271
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "resize button" }],
1262
1272
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
1263
1273
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
1264
1274
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -1526,6 +1536,8 @@
1526
1536
  ]
1527
1537
  },
1528
1538
  "app-layout": {
1539
+ "ariaLabels.drawers": [{ "type": 0, "value": "Drawers" }],
1540
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Drawers overflow" }],
1529
1541
  "ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
1530
1542
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
1531
1543
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
@@ -1787,6 +1799,7 @@
1787
1799
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Greater than" }],
1788
1800
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Less than or equal" }],
1789
1801
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Less than" }],
1802
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Starts with" }],
1790
1803
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
1791
1804
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operators" }],
1792
1805
  "i18nStrings.propertyText": [{ "type": 0, "value": "Property" }],
@@ -1979,6 +1992,7 @@
1979
1992
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
1980
1993
  },
1981
1994
  "table": {
1995
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "resize button" }],
1982
1996
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
1983
1997
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
1984
1998
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -2195,6 +2209,7 @@
2195
2209
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar los datos mostrados" }],
2196
2210
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar datos" }],
2197
2211
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Leyenda" }],
2212
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Gráfico" }],
2198
2213
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "eje x" }],
2199
2214
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "eje y" }]
2200
2215
  },
@@ -2243,12 +2258,14 @@
2243
2258
  ]
2244
2259
  },
2245
2260
  "app-layout": {
2261
+ "ariaLabels.drawers": [{ "type": 0, "value": "Cajones" }],
2262
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Desbordamiento de cajones" }],
2246
2263
  "ariaLabels.navigation": [{ "type": 0, "value": "Navegación lateral" }],
2247
2264
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Cerrar navegación lateral" }],
2248
2265
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Abrir navegación lateral" }],
2249
2266
  "ariaLabels.notifications": [{ "type": 0, "value": "Notificaciones" }],
2250
2267
  "ariaLabels.tools": [{ "type": 0, "value": "Panel de ayuda" }],
2251
- "ariaLabels.toolsClose": [{ "type": 0, "value": "Cerrar panel de ayuda" }],
2268
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "Cerrar el panel de ayuda" }],
2252
2269
  "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir panel de ayuda" }]
2253
2270
  },
2254
2271
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
@@ -2458,7 +2475,7 @@
2458
2475
  "i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Todas las notificaciones" }],
2459
2476
  "i18nStrings.notificationBarText": [{ "type": 0, "value": "Notificaciones" }],
2460
2477
  "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Éxito" }],
2461
- "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
2478
+ "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
2462
2479
  },
2463
2480
  "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
2464
2481
  "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
@@ -2506,6 +2523,7 @@
2506
2523
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Mayor que" }],
2507
2524
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor o igual que" }],
2508
2525
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
2526
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Empieza con" }],
2509
2527
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
2510
2528
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
2511
2529
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propiedad" }],
@@ -2698,6 +2716,7 @@
2698
2716
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Cambiar el tamaño del panel dividido" }]
2699
2717
  },
2700
2718
  "table": {
2719
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "botón de redimensionamiento" }],
2701
2720
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Envío de edición" }],
2702
2721
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Se ha editado correctamente" }],
2703
2722
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
@@ -2924,6 +2943,7 @@
2924
2943
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrer les données affichées" }],
2925
2944
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrer les données" }],
2926
2945
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Légende" }],
2946
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Graphique" }],
2927
2947
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "axe X" }],
2928
2948
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "axe Y" }]
2929
2949
  },
@@ -2972,6 +2992,8 @@
2972
2992
  ]
2973
2993
  },
2974
2994
  "app-layout": {
2995
+ "ariaLabels.drawers": [{ "type": 0, "value": "Tiroirs" }],
2996
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Débordement de tiroirs" }],
2975
2997
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigation latérale" }],
2976
2998
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Fermer la navigation latérale" }],
2977
2999
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Ouvrir la navigation latérale" }],
@@ -3246,6 +3268,7 @@
3246
3268
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Supérieur à" }],
3247
3269
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Inférieur ou égal à" }],
3248
3270
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Inférieur à" }],
3271
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Commence par" }],
3249
3272
  "i18nStrings.operatorText": [{ "type": 0, "value": "Opérateur" }],
3250
3273
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Opérateurs" }],
3251
3274
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propriété" }],
@@ -3440,6 +3463,7 @@
3440
3463
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Redimensionner le panneau divisé" }]
3441
3464
  },
3442
3465
  "table": {
3466
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "bouton de redimensionnement" }],
3443
3467
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Soumission de modification" }],
3444
3468
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modification réussie" }],
3445
3469
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
@@ -3686,6 +3710,7 @@
3686
3710
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter data yang ditampilkan" }],
3687
3711
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
3688
3712
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
3713
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Bagan" }],
3689
3714
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu x" }],
3690
3715
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu y" }]
3691
3716
  },
@@ -3734,6 +3759,8 @@
3734
3759
  ]
3735
3760
  },
3736
3761
  "app-layout": {
3762
+ "ariaLabels.drawers": [{ "type": 0, "value": "Laci" }],
3763
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Tambahan laci" }],
3737
3764
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigasi samping" }],
3738
3765
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Tutup navigasi samping" }],
3739
3766
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Buka navigasi samping" }],
@@ -3997,6 +4024,7 @@
3997
4024
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Lebih besar dari" }],
3998
4025
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Kurang dari atau sama dengan" }],
3999
4026
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Kurang dari" }],
4027
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Dimulai dengan" }],
4000
4028
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
4001
4029
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operator" }],
4002
4030
  "i18nStrings.propertyText": [{ "type": 0, "value": "Properti" }],
@@ -4189,6 +4217,7 @@
4189
4217
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ubah ukuran panel terpisah" }]
4190
4218
  },
4191
4219
  "table": {
4220
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "tombol ubah ukuran" }],
4192
4221
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Mengirimkan pengeditan" }],
4193
4222
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit berhasil" }],
4194
4223
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
@@ -4409,6 +4438,7 @@
4409
4438
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtra i dati visualizzati" }],
4410
4439
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtra i dati" }],
4411
4440
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
4441
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Grafico" }],
4412
4442
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "asse x" }],
4413
4443
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "asse y" }]
4414
4444
  },
@@ -4457,6 +4487,8 @@
4457
4487
  ]
4458
4488
  },
4459
4489
  "app-layout": {
4490
+ "ariaLabels.drawers": [{ "type": 0, "value": "Cassetti" }],
4491
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Overflow dei cassetti" }],
4460
4492
  "ariaLabels.navigation": [{ "type": 0, "value": "Navigazione laterale" }],
4461
4493
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Chiudi navigazione laterale" }],
4462
4494
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Apri navigazione laterale" }],
@@ -4722,6 +4754,7 @@
4722
4754
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maggiore di" }],
4723
4755
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Minore o uguale a" }],
4724
4756
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Minore di" }],
4757
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Inizia con" }],
4725
4758
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operatore" }],
4726
4759
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operatori" }],
4727
4760
  "i18nStrings.propertyText": [{ "type": 0, "value": "Proprietà" }],
@@ -4916,6 +4949,7 @@
4916
4949
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ridimensiona il pannello diviso" }]
4917
4950
  },
4918
4951
  "table": {
4952
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "pulsante di ridimensionamento" }],
4919
4953
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Invio della modifica in corso" }],
4920
4954
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modifica eseguita correttamente" }],
4921
4955
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
@@ -5143,6 +5177,7 @@
5143
5177
  "i18nStrings.filterLabel": [{ "type": 0, "value": "表示されたデータをフィルタリング" }],
5144
5178
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "データをフィルタリング" }],
5145
5179
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "凡例" }],
5180
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "グラフ" }],
5146
5181
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-軸" }],
5147
5182
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-軸" }]
5148
5183
  },
@@ -5193,6 +5228,8 @@
5193
5228
  ]
5194
5229
  },
5195
5230
  "app-layout": {
5231
+ "ariaLabels.drawers": [{ "type": 0, "value": "ドロワー" }],
5232
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "ドロワーオーバーフロー" }],
5196
5233
  "ariaLabels.navigation": [{ "type": 0, "value": "サイドナビゲーション" }],
5197
5234
  "ariaLabels.navigationClose": [{ "type": 0, "value": "サイドナビゲーションを閉じる" }],
5198
5235
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "サイドナビゲーションを開く" }],
@@ -5456,6 +5493,7 @@
5456
5493
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "次より大きい" }],
5457
5494
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "次以下" }],
5458
5495
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "次より少ない" }],
5496
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "次で始まる:" }],
5459
5497
  "i18nStrings.operatorText": [{ "type": 0, "value": "演算子" }],
5460
5498
  "i18nStrings.operatorsText": [{ "type": 0, "value": "演算子" }],
5461
5499
  "i18nStrings.propertyText": [{ "type": 0, "value": "プロパティ" }],
@@ -5656,6 +5694,7 @@
5656
5694
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "分割パネルのサイズを変更" }]
5657
5695
  },
5658
5696
  "table": {
5697
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "[サイズを変更] ボタン" }],
5659
5698
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "編集を送信中" }],
5660
5699
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "編集に成功しました" }],
5661
5700
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
@@ -5870,6 +5909,7 @@
5870
5909
  "i18nStrings.filterLabel": [{ "type": 0, "value": "표시된 데이터 필터링" }],
5871
5910
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "데이터 필터링" }],
5872
5911
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "범례" }],
5912
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "차트" }],
5873
5913
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x축" }],
5874
5914
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y축" }]
5875
5915
  },
@@ -5918,6 +5958,8 @@
5918
5958
  ]
5919
5959
  },
5920
5960
  "app-layout": {
5961
+ "ariaLabels.drawers": [{ "type": 0, "value": "드로어" }],
5962
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "드로어 오버플로" }],
5921
5963
  "ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
5922
5964
  "ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
5923
5965
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "측면 탐색 열기" }],
@@ -6175,6 +6217,7 @@
6175
6217
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "보다 큼" }],
6176
6218
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "작거나 같음" }],
6177
6219
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "보다 작음" }],
6220
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "로 시작" }],
6178
6221
  "i18nStrings.operatorText": [{ "type": 0, "value": "연산자" }],
6179
6222
  "i18nStrings.operatorsText": [{ "type": 0, "value": "연산자" }],
6180
6223
  "i18nStrings.propertyText": [{ "type": 0, "value": "속성" }],
@@ -6365,6 +6408,7 @@
6365
6408
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "분할 패널 크기 조정" }]
6366
6409
  },
6367
6410
  "table": {
6411
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "크기 조정 버튼" }],
6368
6412
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "편집 제출 중" }],
6369
6413
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "편집 성공" }],
6370
6414
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
@@ -6580,6 +6624,7 @@
6580
6624
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar dados exibidos" }],
6581
6625
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar dados" }],
6582
6626
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
6627
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Gráfico" }],
6583
6628
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo x" }],
6584
6629
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo Y" }]
6585
6630
  },
@@ -6628,13 +6673,15 @@
6628
6673
  ]
6629
6674
  },
6630
6675
  "app-layout": {
6676
+ "ariaLabels.drawers": [{ "type": 0, "value": "Gavetas" }],
6677
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Transbordamento de gavetas" }],
6631
6678
  "ariaLabels.navigation": [{ "type": 0, "value": "Navegação lateral" }],
6632
6679
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Fechar navegação lateral" }],
6633
6680
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Abrir navegação lateral" }],
6634
6681
  "ariaLabels.notifications": [{ "type": 0, "value": "Notificações" }],
6635
6682
  "ariaLabels.tools": [{ "type": 0, "value": "Painel de ajuda" }],
6636
6683
  "ariaLabels.toolsClose": [{ "type": 0, "value": "Fechar o painel de ajuda" }],
6637
- "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir o painel de ajuda" }]
6684
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir painel de ajuda" }]
6638
6685
  },
6639
6686
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
6640
6687
  "attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Remover" }] },
@@ -6897,6 +6944,7 @@
6897
6944
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maior que" }],
6898
6945
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor que ou igual a" }],
6899
6946
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
6947
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Começa com" }],
6900
6948
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
6901
6949
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
6902
6950
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propriedade" }],
@@ -7094,6 +7142,7 @@
7094
7142
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Redimensionar painel dividido" }]
7095
7143
  },
7096
7144
  "table": {
7145
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "botão de redimensionamento" }],
7097
7146
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Envio de edição" }],
7098
7147
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "A edição foi bem sucedida" }],
7099
7148
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
@@ -7306,6 +7355,731 @@
7306
7355
  "i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Enviando formulário" }]
7307
7356
  }
7308
7357
  },
7358
+ "tr": {
7359
+ "[charts]": {
7360
+ "loadingText": [{ "type": 0, "value": "Grafik yükleniyor" }],
7361
+ "errorText": [{ "type": 0, "value": "Veriler getirilemedi. Daha sonra yeniden deneyin." }],
7362
+ "recoveryText": [{ "type": 0, "value": "Yeniden dene" }],
7363
+ "i18nStrings.filterLabel": [{ "type": 0, "value": "Görüntülenen verileri filtrele" }],
7364
+ "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Verileri filtreleyin" }],
7365
+ "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Açıklama" }],
7366
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Grafik" }],
7367
+ "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x ekseni" }],
7368
+ "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y ekseni" }]
7369
+ },
7370
+ "alert": { "dismissAriaLabel": [{ "type": 0, "value": "Uyarıyı kapat" }] },
7371
+ "annotation-context": {
7372
+ "i18nStrings.nextButtonText": [{ "type": 0, "value": "Sonraki" }],
7373
+ "i18nStrings.previousButtonText": [{ "type": 0, "value": "Önceki" }],
7374
+ "i18nStrings.finishButtonText": [{ "type": 0, "value": "Bitti" }],
7375
+ "i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Ek açıklamayı kapat" }],
7376
+ "i18nStrings.stepCounterText": [
7377
+ { "type": 0, "value": "Adım " },
7378
+ { "type": 1, "value": "stepNumber" },
7379
+ { "type": 0, "value": "/" },
7380
+ { "type": 1, "value": "totalStepCount" }
7381
+ ],
7382
+ "i18nStrings.taskTitle": [
7383
+ { "type": 1, "value": "taskNumber" },
7384
+ { "type": 0, "value": ". Görev: " },
7385
+ { "type": 1, "value": "taskTitle" }
7386
+ ],
7387
+ "i18nStrings.labelHotspot": [
7388
+ {
7389
+ "type": 5,
7390
+ "value": "openState",
7391
+ "options": {
7392
+ "true": {
7393
+ "value": [
7394
+ { "type": 0, "value": "Adım " },
7395
+ { "type": 1, "value": "stepNumber" },
7396
+ { "type": 0, "value": "/" },
7397
+ { "type": 1, "value": "totalStepCount" },
7398
+ { "type": 0, "value": " için ek açıklamayı kapat" }
7399
+ ]
7400
+ },
7401
+ "false": {
7402
+ "value": [
7403
+ { "type": 0, "value": "Adım " },
7404
+ { "type": 1, "value": "stepNumber" },
7405
+ { "type": 0, "value": "/" },
7406
+ { "type": 1, "value": "totalStepCount" },
7407
+ { "type": 0, "value": " için ek açıklamayı aç" }
7408
+ ]
7409
+ },
7410
+ "other": { "value": [] }
7411
+ }
7412
+ }
7413
+ ]
7414
+ },
7415
+ "app-layout": {
7416
+ "ariaLabels.navigation": [{ "type": 0, "value": "Yan gezinme" }],
7417
+ "ariaLabels.navigationClose": [{ "type": 0, "value": "Yan gezinmeyi kapat" }],
7418
+ "ariaLabels.navigationToggle": [{ "type": 0, "value": "Yan gezinmeyi aç" }],
7419
+ "ariaLabels.notifications": [{ "type": 0, "value": "Bildirimler" }],
7420
+ "ariaLabels.tools": [{ "type": 0, "value": "Yardım paneli" }],
7421
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "Yardım panelini kapat" }],
7422
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "Yardım panelini aç" }]
7423
+ },
7424
+ "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Toplam" }] },
7425
+ "attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Kaldır" }] },
7426
+ "autosuggest": {
7427
+ "errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
7428
+ "selectedAriaLabel": [{ "type": 0, "value": "Seçili" }],
7429
+ "enteredTextLabel": [
7430
+ { "type": 0, "value": "Şunu kullan: \"" },
7431
+ { "type": 1, "value": "value" },
7432
+ { "type": 0, "value": "\"" }
7433
+ ],
7434
+ "recoveryText": [{ "type": 0, "value": "Yeniden dene" }]
7435
+ },
7436
+ "breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Yolu göster" }] },
7437
+ "calendar": {
7438
+ "nextMonthAriaLabel": [{ "type": 0, "value": "Gelecek ay" }],
7439
+ "previousMonthAriaLabel": [{ "type": 0, "value": "Önceki ay" }],
7440
+ "todayAriaLabel": [{ "type": 0, "value": "Bugün" }]
7441
+ },
7442
+ "cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Öğe seçimi" }] },
7443
+ "code-editor": {
7444
+ "i18nStrings.loadingState": [{ "type": 0, "value": "Kod düzenleyici yükleniyor" }],
7445
+ "i18nStrings.errorState": [{ "type": 0, "value": "Kod düzenleyici yüklenirken bir hata oluştu." }],
7446
+ "i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Yeniden dene" }],
7447
+ "i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Kod düzenleyici" }],
7448
+ "i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Durum çubuğu" }],
7449
+ "i18nStrings.cursorPosition": [
7450
+ { "type": 0, "value": "Satır " },
7451
+ { "type": 1, "value": "row" },
7452
+ { "type": 0, "value": ", Sütun " },
7453
+ { "type": 1, "value": "column" }
7454
+ ],
7455
+ "i18nStrings.errorsTab": [{ "type": 0, "value": "Hatalar" }],
7456
+ "i18nStrings.warningsTab": [{ "type": 0, "value": "Uyarılar" }],
7457
+ "i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Tercihler" }],
7458
+ "i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Kapat" }],
7459
+ "i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Tercihler" }],
7460
+ "i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "İptal" }],
7461
+ "i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Onayla" }],
7462
+ "i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Satırları kaydır" }],
7463
+ "i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
7464
+ "i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Açık temalar" }],
7465
+ "i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Koyu temalar" }]
7466
+ },
7467
+ "collection-preferences": {
7468
+ "title": [{ "type": 0, "value": "Tercihler" }],
7469
+ "confirmLabel": [{ "type": 0, "value": "Onayla" }],
7470
+ "cancelLabel": [{ "type": 0, "value": "İptal" }],
7471
+ "pageSizePreference.title": [{ "type": 0, "value": "Sayfa boyutu" }],
7472
+ "wrapLinesPreference.label": [{ "type": 0, "value": "Satırları kaydır" }],
7473
+ "wrapLinesPreference.description": [
7474
+ { "type": 0, "value": "Tüm metni görmek ve satırları kaydırmak için seçin" }
7475
+ ],
7476
+ "stripedRowsPreference.label": [{ "type": 0, "value": "Şeritli satırlar" }],
7477
+ "stripedRowsPreference.description": [
7478
+ { "type": 0, "value": "Dönüşümlü renklere sahip satırlar eklemek için seçin" }
7479
+ ],
7480
+ "contentDensityPreference.label": [{ "type": 0, "value": "Kompakt mod" }],
7481
+ "contentDensityPreference.description": [
7482
+ { "type": 0, "value": "İçeriği daha yoğun ve daha kompakt bir modda görüntülemek için seçin" }
7483
+ ],
7484
+ "contentDisplayPreference.title": [{ "type": 0, "value": "Sütun tercihleri" }],
7485
+ "contentDisplayPreference.description": [
7486
+ { "type": 0, "value": "Sütunların görünürlüğünü ve sırasını özelleştirin." }
7487
+ ],
7488
+ "contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Sürükleme tutamacı" }],
7489
+ "contentDisplayPreference.dragHandleAriaDescription": [
7490
+ {
7491
+ "type": 0,
7492
+ "value": "Bir öğe için sürüklemeyi etkinleştirmek üzere Boşluk veya Enter tuşunu ve öğenin konumunu taşımak için ok tuşlarını kullanın. Konum taşıma işlemini tamamlamak için Boşluk veya Enter tuşunu ya da taşıma işlemini iptal etmek için ESC tuşunu kullanın."
7493
+ }
7494
+ ],
7495
+ "contentDisplayPreference.liveAnnouncementDndStarted": [
7496
+ { "type": 0, "value": "Öğe " },
7497
+ { "type": 1, "value": "position" },
7498
+ { "type": 0, "value": "/" },
7499
+ { "type": 1, "value": "total" },
7500
+ { "type": 0, "value": " konumundan alındı" }
7501
+ ],
7502
+ "contentDisplayPreference.liveAnnouncementDndDiscarded": [
7503
+ { "type": 0, "value": "Yeniden sıralama iptal edildi" }
7504
+ ],
7505
+ "contentDisplayPreference.liveAnnouncementDndItemReordered": [
7506
+ {
7507
+ "type": 5,
7508
+ "value": "isInitialPosition",
7509
+ "options": {
7510
+ "true": {
7511
+ "value": [
7512
+ { "type": 0, "value": "Öğe " },
7513
+ { "type": 1, "value": "currentPosition" },
7514
+ { "type": 0, "value": "/" },
7515
+ { "type": 1, "value": "total" },
7516
+ { "type": 0, "value": " konumuna geri taşınıyor" }
7517
+ ]
7518
+ },
7519
+ "false": {
7520
+ "value": [
7521
+ { "type": 0, "value": "Öğe " },
7522
+ { "type": 1, "value": "currentPosition" },
7523
+ { "type": 0, "value": "/" },
7524
+ { "type": 1, "value": "total" },
7525
+ { "type": 0, "value": " konumuna taşınıyor" }
7526
+ ]
7527
+ },
7528
+ "other": { "value": [] }
7529
+ }
7530
+ }
7531
+ ],
7532
+ "contentDisplayPreference.liveAnnouncementDndItemCommitted": [
7533
+ {
7534
+ "type": 5,
7535
+ "value": "isInitialPosition",
7536
+ "options": {
7537
+ "true": {
7538
+ "value": [
7539
+ { "type": 0, "value": "Öğe ilk " },
7540
+ { "type": 1, "value": "initialPosition" },
7541
+ { "type": 0, "value": "/" },
7542
+ { "type": 1, "value": "total" },
7543
+ { "type": 0, "value": " konumuna geri taşındı" }
7544
+ ]
7545
+ },
7546
+ "false": {
7547
+ "value": [
7548
+ { "type": 0, "value": "Öğe " },
7549
+ { "type": 1, "value": "initialPosition" },
7550
+ { "type": 0, "value": " konumundan " },
7551
+ { "type": 1, "value": "finalPosition" },
7552
+ { "type": 0, "value": "/" },
7553
+ { "type": 1, "value": "total" },
7554
+ { "type": 0, "value": " konumuna taşındı" }
7555
+ ]
7556
+ },
7557
+ "other": { "value": [] }
7558
+ }
7559
+ }
7560
+ ]
7561
+ },
7562
+ "date-range-picker": {
7563
+ "i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Göreceli mod" }],
7564
+ "i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Mutlak mod" }],
7565
+ "i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Bir aralık seçin" }],
7566
+ "i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "İptal" }],
7567
+ "i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Temizle ve kapat" }],
7568
+ "i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Uygula" }],
7569
+ "i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Özel aralık" }],
7570
+ "i18nStrings.customRelativeRangeOptionDescription": [
7571
+ { "type": 0, "value": "Geçmişte özel bir aralık belirleyin" }
7572
+ ],
7573
+ "i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Zaman birimi" }],
7574
+ "i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Süre" }],
7575
+ "i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Bir süre girin" }],
7576
+ "i18nStrings.startDateLabel": [{ "type": 0, "value": "Başlangıç tarihi" }],
7577
+ "i18nStrings.startTimeLabel": [{ "type": 0, "value": "Başlangıç zamanı" }],
7578
+ "i18nStrings.endDateLabel": [{ "type": 0, "value": "Bitiş tarihi" }],
7579
+ "i18nStrings.endTimeLabel": [{ "type": 0, "value": "Bitiş zamanı" }],
7580
+ "i18nStrings.dateTimeConstraintText": [
7581
+ { "type": 0, "value": "Tarih için YYYY/AA/GG kullanın. Zaman için 24 saat biçimini kullanın." }
7582
+ ],
7583
+ "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
7584
+ "i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
7585
+ { "type": 1, "value": "startDate" },
7586
+ { "type": 0, "value": "-" },
7587
+ { "type": 1, "value": "endDate" },
7588
+ { "type": 0, "value": " aralığı seçildi" }
7589
+ ],
7590
+ "i18nStrings.formatRelativeRange": [
7591
+ {
7592
+ "type": 6,
7593
+ "value": "amount",
7594
+ "options": {
7595
+ "one": {
7596
+ "value": [
7597
+ { "type": 0, "value": "Son " },
7598
+ { "type": 1, "value": "amount" },
7599
+ { "type": 0, "value": " " },
7600
+ { "type": 1, "value": "unit" }
7601
+ ]
7602
+ },
7603
+ "other": {
7604
+ "value": [
7605
+ { "type": 0, "value": "Son " },
7606
+ { "type": 1, "value": "amount" },
7607
+ { "type": 0, "value": " " },
7608
+ { "type": 1, "value": "unit" }
7609
+ ]
7610
+ }
7611
+ },
7612
+ "offset": 0,
7613
+ "pluralType": "cardinal"
7614
+ }
7615
+ ],
7616
+ "i18nStrings.formatUnit": [
7617
+ {
7618
+ "type": 6,
7619
+ "value": "amount",
7620
+ "options": {
7621
+ "one": { "value": [{ "type": 1, "value": "unit" }] },
7622
+ "other": { "value": [{ "type": 1, "value": "unit" }] }
7623
+ },
7624
+ "offset": 0,
7625
+ "pluralType": "cardinal"
7626
+ }
7627
+ ]
7628
+ },
7629
+ "flashbar": {
7630
+ "i18nStrings.ariaLabel": [{ "type": 0, "value": "Bildirimler" }],
7631
+ "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
7632
+ "i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "Devam ediyor" }],
7633
+ "i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "Bilgi" }],
7634
+ "i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Tüm bildirimler" }],
7635
+ "i18nStrings.notificationBarText": [{ "type": 0, "value": "Bildirimler" }],
7636
+ "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Başarılı" }],
7637
+ "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Uyarı" }]
7638
+ },
7639
+ "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Hata" }] },
7640
+ "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Hata" }] },
7641
+ "help-panel": { "loadingText": [{ "type": 0, "value": "İçerik yükleniyor" }] },
7642
+ "input": { "clearAriaLabel": [{ "type": 0, "value": "Temizle" }] },
7643
+ "link": { "externalIconAriaLabel": [{ "type": 0, "value": "Yeni bir sekmede açılır" }] },
7644
+ "modal": { "closeAriaLabel": [{ "type": 0, "value": "Kalıcı iletişim kutusunu kapat" }] },
7645
+ "multiselect": {
7646
+ "deselectAriaLabel": [
7647
+ { "type": 1, "value": "option__label" },
7648
+ { "type": 0, "value": " öğesini kaldır" }
7649
+ ]
7650
+ },
7651
+ "pagination": {
7652
+ "ariaLabels.nextPageLabel": [{ "type": 0, "value": "Sonraki sayfa" }],
7653
+ "ariaLabels.pageLabel": [
7654
+ { "type": 0, "value": "Sayfa " },
7655
+ { "type": 1, "value": "pageNumber" },
7656
+ { "type": 0, "value": "/tüm sayfalar" }
7657
+ ],
7658
+ "ariaLabels.previousPageLabel": [{ "type": 0, "value": "Önceki sayfa" }]
7659
+ },
7660
+ "pie-chart": {
7661
+ "i18nStrings.detailsValue": [{ "type": 0, "value": "Değer" }],
7662
+ "i18nStrings.detailsPercentage": [{ "type": 0, "value": "Yüzde" }],
7663
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Pasta grafiği" }],
7664
+ "i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segment" }]
7665
+ },
7666
+ "popover": { "dismissAriaLabel": [{ "type": 0, "value": "Açılır pencereyi kapat" }] },
7667
+ "property-filter": {
7668
+ "i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Tüm özellikler" }],
7669
+ "i18nStrings.applyActionText": [{ "type": 0, "value": "Uygula" }],
7670
+ "i18nStrings.cancelActionText": [{ "type": 0, "value": "İptal" }],
7671
+ "i18nStrings.clearFiltersText": [{ "type": 0, "value": "Filtreleri temizle" }],
7672
+ "i18nStrings.editTokenHeader": [{ "type": 0, "value": "Filtreyi düzenle" }],
7673
+ "i18nStrings.groupPropertiesText": [{ "type": 0, "value": "Özellikler" }],
7674
+ "i18nStrings.groupValuesText": [{ "type": 0, "value": "Değerler" }],
7675
+ "i18nStrings.operationAndText": [{ "type": 0, "value": "ve" }],
7676
+ "i18nStrings.operationOrText": [{ "type": 0, "value": "veya" }],
7677
+ "i18nStrings.operatorContainsText": [{ "type": 0, "value": "İçerir" }],
7678
+ "i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "İçermez" }],
7679
+ "i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "Eşit değildir" }],
7680
+ "i18nStrings.operatorEqualsText": [{ "type": 0, "value": "Eşittir" }],
7681
+ "i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "Büyük veya eşittir" }],
7682
+ "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Büyüktür" }],
7683
+ "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Küçük veya eşittir" }],
7684
+ "i18nStrings.operatorLessText": [{ "type": 0, "value": "Küçüktür" }],
7685
+ "i18nStrings.operatorText": [{ "type": 0, "value": "Operatör" }],
7686
+ "i18nStrings.operatorsText": [{ "type": 0, "value": "Operatörler" }],
7687
+ "i18nStrings.propertyText": [{ "type": 0, "value": "Özellik" }],
7688
+ "i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "Daha az göster" }],
7689
+ "i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "Daha fazla göster" }],
7690
+ "i18nStrings.valueText": [{ "type": 0, "value": "Değer" }],
7691
+ "i18nStrings.removeTokenButtonAriaLabel": [
7692
+ {
7693
+ "type": 5,
7694
+ "value": "token__operator",
7695
+ "options": {
7696
+ "equals": {
7697
+ "value": [
7698
+ { "type": 1, "value": "token__propertyKey" },
7699
+ { "type": 0, "value": ", " },
7700
+ { "type": 1, "value": "token__value" },
7701
+ { "type": 0, "value": " değerine eşittir filtresini kaldır" }
7702
+ ]
7703
+ },
7704
+ "not_equals": {
7705
+ "value": [
7706
+ { "type": 1, "value": "token__propertyKey" },
7707
+ { "type": 0, "value": ", " },
7708
+ { "type": 1, "value": "token__value" },
7709
+ { "type": 0, "value": " değerine eşit değildir filtresini kaldır" }
7710
+ ]
7711
+ },
7712
+ "greater_than": {
7713
+ "value": [
7714
+ { "type": 1, "value": "token__propertyKey" },
7715
+ { "type": 0, "value": ", " },
7716
+ { "type": 1, "value": "token__value" },
7717
+ { "type": 0, "value": " değerinden büyüktür filtresini kaldır" }
7718
+ ]
7719
+ },
7720
+ "greater_than_equal": {
7721
+ "value": [
7722
+ { "type": 1, "value": "token__propertyKey" },
7723
+ { "type": 0, "value": ", " },
7724
+ { "type": 1, "value": "token__value" },
7725
+ { "type": 0, "value": " değerinden büyük veya buna eşittir filtresini kaldır" }
7726
+ ]
7727
+ },
7728
+ "less_than": {
7729
+ "value": [
7730
+ { "type": 1, "value": "token__propertyKey" },
7731
+ { "type": 0, "value": ", " },
7732
+ { "type": 1, "value": "token__value" },
7733
+ { "type": 0, "value": " değerinden küçüktür filtresini kaldır" }
7734
+ ]
7735
+ },
7736
+ "less_than_equal": {
7737
+ "value": [
7738
+ { "type": 1, "value": "token__propertyKey" },
7739
+ { "type": 0, "value": ", " },
7740
+ { "type": 1, "value": "token__value" },
7741
+ { "type": 0, "value": " değerinden küçük veya buna eşittir filtresini kaldır" }
7742
+ ]
7743
+ },
7744
+ "contains": {
7745
+ "value": [
7746
+ { "type": 1, "value": "token__propertyKey" },
7747
+ { "type": 0, "value": ", " },
7748
+ { "type": 1, "value": "token__value" },
7749
+ { "type": 0, "value": " değerini içerir filtresini kaldır" }
7750
+ ]
7751
+ },
7752
+ "not_contains": {
7753
+ "value": [
7754
+ { "type": 1, "value": "token__propertyKey" },
7755
+ { "type": 0, "value": ", " },
7756
+ { "type": 1, "value": "token__value" },
7757
+ { "type": 0, "value": " değerini içermez filtresini kaldır" }
7758
+ ]
7759
+ },
7760
+ "other": { "value": [] }
7761
+ }
7762
+ }
7763
+ ]
7764
+ },
7765
+ "s3-resource-selector": {
7766
+ "i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Bir sürüm seçin" }],
7767
+ "i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "S3'e göz at" }],
7768
+ "i18nStrings.inContextViewButton": [{ "type": 0, "value": "Görüntüle" }],
7769
+ "i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "Görüntüle (yeni bir sekmede açılır)" }],
7770
+ "i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Kaynak yükleniyor" }],
7771
+ "i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI'si" }],
7772
+ "i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Nesne sürümü" }],
7773
+ "i18nStrings.modalTitle": [{ "type": 0, "value": "S3'te bir arşiv seç" }],
7774
+ "i18nStrings.modalCancelButton": [{ "type": 0, "value": "İptal" }],
7775
+ "i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Seç" }],
7776
+ "i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 bucket'ları" }],
7777
+ "i18nStrings.selectionBuckets": [{ "type": 0, "value": "Bucket'lar" }],
7778
+ "i18nStrings.selectionObjects": [{ "type": 0, "value": "Nesneler" }],
7779
+ "i18nStrings.selectionVersions": [{ "type": 0, "value": "Sürümler" }],
7780
+ "i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Bucket bulun" }],
7781
+ "i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Ön eke göre nesne bulun" }],
7782
+ "i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Sürüm bulun" }],
7783
+ "i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Bucket'lar yükleniyor" }],
7784
+ "i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "Bucket yok" }],
7785
+ "i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Nesneler yükleniyor" }],
7786
+ "i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "Nesne yok" }],
7787
+ "i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Sürümler yükleniyor" }],
7788
+ "i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "Sürüm yok" }],
7789
+ "i18nStrings.filteringNoMatches": [{ "type": 0, "value": "Eşleşme yok" }],
7790
+ "i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "Eşleşme bulunamıyor." }],
7791
+ "i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Filtreyi temizle" }],
7792
+ "i18nStrings.columnBucketID": [{ "type": 0, "value": "Kimlik" }],
7793
+ "i18nStrings.columnBucketName": [{ "type": 0, "value": "Ad" }],
7794
+ "i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Oluşturma tarihi" }],
7795
+ "i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Bölge" }],
7796
+ "i18nStrings.columnObjectKey": [{ "type": 0, "value": "Anahtar" }],
7797
+ "i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Son değiştirme" }],
7798
+ "i18nStrings.columnObjectSize": [{ "type": 0, "value": "Boyut" }],
7799
+ "i18nStrings.columnVersionID": [{ "type": 0, "value": "Sürüm kimliği" }],
7800
+ "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Son değiştirme" }],
7801
+ "i18nStrings.columnVersionSize": [{ "type": 0, "value": "Boyut" }],
7802
+ "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "Yol s3:// ile başlamalıdır" }],
7803
+ "i18nStrings.validationBucketLowerCase": [
7804
+ { "type": 0, "value": "Bucket adı, küçük harfli bir karakter veya sayı ile başlamalıdır." }
7805
+ ],
7806
+ "i18nStrings.validationBucketMustNotContain": [
7807
+ { "type": 0, "value": "Bucket adı, büyük harfli karakterler içermemelidir." }
7808
+ ],
7809
+ "i18nStrings.validationBucketLength": [
7810
+ { "type": 0, "value": "Bucket adı, 3 ile 63 karakter arasında olmalıdır." }
7811
+ ],
7812
+ "i18nStrings.validationBucketMustComplyDns": [
7813
+ { "type": 0, "value": "Bucket adı, DNS adlandırma kurallarına uygun olmalıdır." }
7814
+ ],
7815
+ "i18nStrings.labelSortedDescending": [
7816
+ { "type": 1, "value": "columnName" },
7817
+ { "type": 0, "value": ", azalan sıralı" }
7818
+ ],
7819
+ "i18nStrings.labelSortedAscending": [
7820
+ { "type": 1, "value": "columnName" },
7821
+ { "type": 0, "value": ", artan sıralı" }
7822
+ ],
7823
+ "i18nStrings.labelNotSorted": [
7824
+ { "type": 1, "value": "columnName" },
7825
+ { "type": 0, "value": ", sıralanmamış" }
7826
+ ],
7827
+ "i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Bucket'lar" }],
7828
+ "i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
7829
+ "i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Nesneler" }],
7830
+ "i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
7831
+ "i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Sürümler" }],
7832
+ "i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
7833
+ "i18nStrings.labelFiltering": [
7834
+ { "type": 1, "value": "itemsType" },
7835
+ { "type": 0, "value": " bul" }
7836
+ ],
7837
+ "i18nStrings.labelRefresh": [{ "type": 0, "value": "Verileri yenile" }],
7838
+ "i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "S3'te gezinme" }],
7839
+ "i18nStrings.filteringCounterText": [
7840
+ {
7841
+ "type": 6,
7842
+ "value": "count",
7843
+ "options": {
7844
+ "one": { "value": [{ "type": 0, "value": "1 eşleşme" }] },
7845
+ "other": {
7846
+ "value": [
7847
+ { "type": 1, "value": "count" },
7848
+ { "type": 0, "value": " eşleşme" }
7849
+ ]
7850
+ }
7851
+ },
7852
+ "offset": 0,
7853
+ "pluralType": "cardinal"
7854
+ }
7855
+ ]
7856
+ },
7857
+ "select": {
7858
+ "errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
7859
+ "selectedAriaLabel": [{ "type": 0, "value": "Seçili" }],
7860
+ "recoveryText": [{ "type": 0, "value": "Yeniden dene" }]
7861
+ },
7862
+ "split-panel": {
7863
+ "i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Paneli kapat" }],
7864
+ "i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Paneli aç" }],
7865
+ "i18nStrings.preferencesTitle": [{ "type": 0, "value": "Bölünmüş panel tercihleri" }],
7866
+ "i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Bölünmüş panel konumu" }],
7867
+ "i18nStrings.preferencesPositionDescription": [
7868
+ { "type": 0, "value": "Hizmet için varsayılan bölünmüş panel konumunu seçin." }
7869
+ ],
7870
+ "i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Yan" }],
7871
+ "i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "Alt" }],
7872
+ "i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Onayla" }],
7873
+ "i18nStrings.preferencesCancel": [{ "type": 0, "value": "İptal" }],
7874
+ "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Bölünmüş paneli yeniden boyutlandır" }]
7875
+ },
7876
+ "table": {
7877
+ "ariaLabels.submittingEditText": [{ "type": 0, "value": "Düzenleme gönderiliyor" }],
7878
+ "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Düzenleme başarılı" }],
7879
+ "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
7880
+ "columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "düzenlenebilir" }]
7881
+ },
7882
+ "tabs": {
7883
+ "i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Sola kaydır" }],
7884
+ "i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Sağa kaydır" }]
7885
+ },
7886
+ "tag-editor": {
7887
+ "i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Enter tuşu" }],
7888
+ "i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Değer girin" }],
7889
+ "i18nStrings.addButton": [{ "type": 0, "value": "Yeni etiket ekle" }],
7890
+ "i18nStrings.removeButton": [{ "type": 0, "value": "Kaldır" }],
7891
+ "i18nStrings.removeButtonAriaLabel": [
7892
+ { "type": 1, "value": "tag__key" },
7893
+ { "type": 0, "value": " öğesini kaldır" }
7894
+ ],
7895
+ "i18nStrings.undoButton": [{ "type": 0, "value": "Geri al" }],
7896
+ "i18nStrings.undoPrompt": [
7897
+ { "type": 0, "value": "Değişiklikler kaydedildikten sonra bu etiket kaldırılacaktır" }
7898
+ ],
7899
+ "i18nStrings.loading": [{ "type": 0, "value": "Bu kaynakla ilişkilendirilmiş etiketler yükleniyor" }],
7900
+ "i18nStrings.keyHeader": [{ "type": 0, "value": "Anahtar" }],
7901
+ "i18nStrings.valueHeader": [{ "type": 0, "value": "Değer" }],
7902
+ "i18nStrings.optional": [{ "type": 0, "value": "isteğe bağlı" }],
7903
+ "i18nStrings.keySuggestion": [{ "type": 0, "value": "Özel etiket anahtarı" }],
7904
+ "i18nStrings.valueSuggestion": [{ "type": 0, "value": "Özel etiket değeri" }],
7905
+ "i18nStrings.emptyTags": [{ "type": 0, "value": "Kaynakla ilişkilendirilmiş etiket yok." }],
7906
+ "i18nStrings.tooManyKeysSuggestion": [{ "type": 0, "value": "Görüntülenemeyecek kadar çok anahtarınız var" }],
7907
+ "i18nStrings.tooManyValuesSuggestion": [{ "type": 0, "value": "Görüntülenemeyecek kadar çok değeriniz var" }],
7908
+ "i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Etiket anahtarları yükleniyor" }],
7909
+ "i18nStrings.keysSuggestionError": [{ "type": 0, "value": "Etiket anahtarları alınamadı" }],
7910
+ "i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "Etiket değerleri yükleniyor" }],
7911
+ "i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "Etiket değerleri alınamadı" }],
7912
+ "i18nStrings.emptyKeyError": [{ "type": 0, "value": "Bir etiket anahtarı belirtmelisiniz" }],
7913
+ "i18nStrings.maxKeyCharLengthError": [
7914
+ { "type": 0, "value": "Etiket anahtarında kullanabileceğiniz maksimum karakter sayısı 128'dir." }
7915
+ ],
7916
+ "i18nStrings.maxValueCharLengthError": [
7917
+ { "type": 0, "value": "Etiket değerinde kullanabileceğiniz maksimum karakter sayısı 256'dır." }
7918
+ ],
7919
+ "i18nStrings.duplicateKeyError": [{ "type": 0, "value": "Benzersiz bir etiket anahtarı belirtmelisiniz." }],
7920
+ "i18nStrings.invalidKeyError": [
7921
+ {
7922
+ "type": 0,
7923
+ "value": "Geçersiz anahtar. Anahtarlarda yalnızca Unicode harfleri, rakamlar, boşluk ve şu işaretler bulunabilir: _.:/=+@-"
7924
+ }
7925
+ ],
7926
+ "i18nStrings.invalidValueError": [
7927
+ {
7928
+ "type": 0,
7929
+ "value": "Geçersiz değer. Değerlerde yalnızca Unicode harfleri, rakamlar, boşluk ve şu işaretler bulunabilir: _.:/=+@-"
7930
+ }
7931
+ ],
7932
+ "i18nStrings.awsPrefixError": [{ "type": 0, "value": "aws: ile başlayamaz" }],
7933
+ "i18nStrings.tagLimitReached": [
7934
+ {
7935
+ "type": 6,
7936
+ "value": "tagLimit",
7937
+ "options": {
7938
+ "one": { "value": [{ "type": 0, "value": "1 etiket sınırına ulaştınız." }] },
7939
+ "other": {
7940
+ "value": [
7941
+ { "type": 1, "value": "tagLimit" },
7942
+ { "type": 0, "value": " etiket sınırına ulaştınız." }
7943
+ ]
7944
+ }
7945
+ },
7946
+ "offset": 0,
7947
+ "pluralType": "cardinal"
7948
+ }
7949
+ ],
7950
+ "i18nStrings.tagLimitExceeded": [
7951
+ {
7952
+ "type": 6,
7953
+ "value": "tagLimit",
7954
+ "options": {
7955
+ "one": { "value": [{ "type": 0, "value": "1 etiket sınırını aştınız." }] },
7956
+ "other": {
7957
+ "value": [
7958
+ { "type": 1, "value": "tagLimit" },
7959
+ { "type": 0, "value": " etiket sınırını aştınız." }
7960
+ ]
7961
+ }
7962
+ },
7963
+ "offset": 0,
7964
+ "pluralType": "cardinal"
7965
+ }
7966
+ ],
7967
+ "i18nStrings.tagLimit": [
7968
+ {
7969
+ "type": 5,
7970
+ "value": "tagLimitAvailable",
7971
+ "options": {
7972
+ "true": {
7973
+ "value": [
7974
+ {
7975
+ "type": 6,
7976
+ "value": "availableTags",
7977
+ "options": {
7978
+ "other": {
7979
+ "value": [
7980
+ { "type": 0, "value": "En fazla " },
7981
+ { "type": 1, "value": "tagLimit" },
7982
+ { "type": 0, "value": " etiket ekleyebilirsiniz." }
7983
+ ]
7984
+ }
7985
+ },
7986
+ "offset": 0,
7987
+ "pluralType": "cardinal"
7988
+ }
7989
+ ]
7990
+ },
7991
+ "false": {
7992
+ "value": [
7993
+ {
7994
+ "type": 6,
7995
+ "value": "availableTags",
7996
+ "options": {
7997
+ "one": { "value": [{ "type": 0, "value": "En fazla 1 etiket ekleyebilirsiniz." }] },
7998
+ "other": {
7999
+ "value": [
8000
+ { "type": 0, "value": "En fazla " },
8001
+ { "type": 1, "value": "availableTags" },
8002
+ { "type": 0, "value": " etiket daha ekleyebilirsiniz." }
8003
+ ]
8004
+ }
8005
+ },
8006
+ "offset": 0,
8007
+ "pluralType": "cardinal"
8008
+ }
8009
+ ]
8010
+ },
8011
+ "other": { "value": [] }
8012
+ }
8013
+ }
8014
+ ]
8015
+ },
8016
+ "token-group": {
8017
+ "i18nStrings.limitShowFewer": [{ "type": 0, "value": "Daha az göster" }],
8018
+ "i18nStrings.limitShowMore": [{ "type": 0, "value": "Daha fazla göster" }]
8019
+ },
8020
+ "top-navigation": {
8021
+ "i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Ara" }],
8022
+ "i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Aramayı kapat" }],
8023
+ "i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Daha" }],
8024
+ "i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Menüyü kapat" }],
8025
+ "i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Geri" }],
8026
+ "i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Tümü" }]
8027
+ },
8028
+ "tutorial-panel": {
8029
+ "i18nStrings.loadingText": [{ "type": 0, "value": "Yükleniyor" }],
8030
+ "i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Bir eğitim seçin" }],
8031
+ "i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "PDF sürümünü indir" }],
8032
+ "i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "Bu eğitimin PDF sürümünü indirin" }],
8033
+ "i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Eğitim tamamlandı" }],
8034
+ "i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Daha fazla bilgi edinin" }],
8035
+ "i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Eğitimi başlat" }],
8036
+ "i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Eğitimi yeniden başlat" }],
8037
+ "i18nStrings.completionScreenTitle": [{ "type": 0, "value": "Tebrikler! Eğitimi tamamladınız." }],
8038
+ "i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Geri bildirim" }],
8039
+ "i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Eğitimi kapat" }],
8040
+ "i18nStrings.taskTitle": [
8041
+ { "type": 1, "value": "taskNumber" },
8042
+ { "type": 0, "value": ". Görev: " },
8043
+ { "type": 1, "value": "taskTitle" }
8044
+ ],
8045
+ "i18nStrings.stepTitle": [
8046
+ { "type": 1, "value": "stepNumber" },
8047
+ { "type": 0, "value": ". Adım: " },
8048
+ { "type": 1, "value": "stepTitle" }
8049
+ ],
8050
+ "i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Eğitimi kapat" }],
8051
+ "i18nStrings.labelTotalSteps": [
8052
+ { "type": 0, "value": "Toplam adım: " },
8053
+ { "type": 1, "value": "totalStepCount" }
8054
+ ],
8055
+ "i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Beklemede" }],
8056
+ "i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "Devam ediyor" }],
8057
+ "i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Başarılı" }]
8058
+ },
8059
+ "wizard": {
8060
+ "i18nStrings.stepNumberLabel": [
8061
+ { "type": 1, "value": "stepNumber" },
8062
+ { "type": 0, "value": ". Adım" }
8063
+ ],
8064
+ "i18nStrings.collapsedStepsLabel": [
8065
+ { "type": 0, "value": "Adım " },
8066
+ { "type": 1, "value": "stepNumber" },
8067
+ { "type": 0, "value": "/" },
8068
+ { "type": 1, "value": "stepsCount" }
8069
+ ],
8070
+ "i18nStrings.skipToButtonLabel": [
8071
+ { "type": 1, "value": "task__title" },
8072
+ { "type": 0, "value": " görevine atla" }
8073
+ ],
8074
+ "i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Adımlar" }],
8075
+ "i18nStrings.cancelButton": [{ "type": 0, "value": "İptal" }],
8076
+ "i18nStrings.previousButton": [{ "type": 0, "value": "Önceki" }],
8077
+ "i18nStrings.nextButton": [{ "type": 0, "value": "Sonraki" }],
8078
+ "i18nStrings.optional": [{ "type": 0, "value": "isteğe bağlı" }],
8079
+ "i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Sonraki adım yükleniyor" }],
8080
+ "i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Form gönderiliyor" }]
8081
+ }
8082
+ },
7309
8083
  "zh-CN": {
7310
8084
  "[charts]": {
7311
8085
  "loadingText": [{ "type": 0, "value": "正在加载图表" }],
@@ -7314,6 +8088,7 @@
7314
8088
  "i18nStrings.filterLabel": [{ "type": 0, "value": "筛选显示的数据" }],
7315
8089
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "筛选数据" }],
7316
8090
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "图例" }],
8091
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "图表" }],
7317
8092
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x 轴" }],
7318
8093
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y 轴" }]
7319
8094
  },
@@ -7365,6 +8140,8 @@
7365
8140
  ]
7366
8141
  },
7367
8142
  "app-layout": {
8143
+ "ariaLabels.drawers": [{ "type": 0, "value": "抽屉" }],
8144
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "抽屉溢出" }],
7368
8145
  "ariaLabels.navigation": [{ "type": 0, "value": "侧导航" }],
7369
8146
  "ariaLabels.navigationClose": [{ "type": 0, "value": "关闭侧导航" }],
7370
8147
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "打开侧导航" }],
@@ -7624,6 +8401,7 @@
7624
8401
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "大于" }],
7625
8402
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "小于或等于" }],
7626
8403
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "小于" }],
8404
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "开头为" }],
7627
8405
  "i18nStrings.operatorText": [{ "type": 0, "value": "运算符" }],
7628
8406
  "i18nStrings.operatorsText": [{ "type": 0, "value": "运算符" }],
7629
8407
  "i18nStrings.propertyText": [{ "type": 0, "value": "属性" }],
@@ -7806,6 +8584,7 @@
7806
8584
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "调整拆分面板的大小" }]
7807
8585
  },
7808
8586
  "table": {
8587
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "调整按钮大小" }],
7809
8588
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "正在提交编辑" }],
7810
8589
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "编辑成功" }],
7811
8590
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
@@ -8014,6 +8793,7 @@
8014
8793
  "i18nStrings.filterLabel": [{ "type": 0, "value": "篩選顯示的資料" }],
8015
8794
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "篩選資料" }],
8016
8795
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "圖例" }],
8796
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "圖表" }],
8017
8797
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "X 軸" }],
8018
8798
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "Y 軸" }]
8019
8799
  },
@@ -8065,6 +8845,8 @@
8065
8845
  ]
8066
8846
  },
8067
8847
  "app-layout": {
8848
+ "ariaLabels.drawers": [{ "type": 0, "value": "抽屜" }],
8849
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "抽屜溢出" }],
8068
8850
  "ariaLabels.navigation": [{ "type": 0, "value": "側邊導覽" }],
8069
8851
  "ariaLabels.navigationClose": [{ "type": 0, "value": "關閉側邊導覽" }],
8070
8852
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "開啟側邊導覽" }],
@@ -8324,6 +9106,7 @@
8324
9106
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "大於" }],
8325
9107
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "小於或等於" }],
8326
9108
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "小於" }],
9109
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "開始為" }],
8327
9110
  "i18nStrings.operatorText": [{ "type": 0, "value": "運算子" }],
8328
9111
  "i18nStrings.operatorsText": [{ "type": 0, "value": "運算子" }],
8329
9112
  "i18nStrings.propertyText": [{ "type": 0, "value": "屬性" }],
@@ -8506,6 +9289,7 @@
8506
9289
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "調整分割面板大小" }]
8507
9290
  },
8508
9291
  "table": {
9292
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "調整按鈕大小" }],
8509
9293
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "提交編輯" }],
8510
9294
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "編輯成功" }],
8511
9295
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],