@cloudscape-design/components 3.0.399 → 3.0.401

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 (47) hide show
  1. package/app-layout/index.js +1 -1
  2. package/app-layout/index.js.map +1 -1
  3. package/app-layout/visual-refresh/context.js +18 -18
  4. package/app-layout/visual-refresh/context.js.map +1 -1
  5. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  6. package/app-layout/visual-refresh/drawers.js +2 -1
  7. package/app-layout/visual-refresh/drawers.js.map +1 -1
  8. package/i18n/dynamic.js +2 -0
  9. package/i18n/messages/all.all.js +778 -4
  10. package/i18n/messages/all.all.json +788 -4
  11. package/i18n/messages/all.de.js +6 -1
  12. package/i18n/messages/all.de.json +6 -1
  13. package/i18n/messages/all.en-GB.js +5 -0
  14. package/i18n/messages/all.en-GB.json +5 -0
  15. package/i18n/messages/all.en.js +4 -0
  16. package/i18n/messages/all.en.json +4 -0
  17. package/i18n/messages/all.es.js +7 -2
  18. package/i18n/messages/all.es.json +7 -2
  19. package/i18n/messages/all.fr.js +5 -0
  20. package/i18n/messages/all.fr.json +5 -0
  21. package/i18n/messages/all.id.js +5 -0
  22. package/i18n/messages/all.id.json +5 -0
  23. package/i18n/messages/all.it.js +5 -0
  24. package/i18n/messages/all.it.json +5 -0
  25. package/i18n/messages/all.ja.js +5 -0
  26. package/i18n/messages/all.ja.json +5 -0
  27. package/i18n/messages/all.ko.js +5 -0
  28. package/i18n/messages/all.ko.json +5 -0
  29. package/i18n/messages/all.pt-BR.js +6 -1
  30. package/i18n/messages/all.pt-BR.json +6 -1
  31. package/i18n/messages/all.tr.d.ts +3 -0
  32. package/i18n/messages/all.tr.js +719 -0
  33. package/i18n/messages/all.tr.json +729 -0
  34. package/i18n/messages/all.zh-CN.js +5 -0
  35. package/i18n/messages/all.zh-CN.json +5 -0
  36. package/i18n/messages/all.zh-TW.js +5 -0
  37. package/i18n/messages/all.zh-TW.json +5 -0
  38. package/i18n/messages-types.d.ts +48 -44
  39. package/i18n/messages-types.d.ts.map +1 -1
  40. package/i18n/messages-types.js.map +1 -1
  41. package/internal/environment.js +1 -1
  42. package/internal/environment.json +1 -1
  43. package/internal/manifest.json +1 -1
  44. package/package.json +3 -1
  45. package/table/sticky-scrollbar/styles.css.js +6 -6
  46. package/table/sticky-scrollbar/styles.scoped.css +8 -8
  47. 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' }],
@@ -746,6 +751,7 @@ export default {
746
751
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter displayed data' }],
747
752
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
748
753
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legend' }],
754
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Chart' }],
749
755
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-axis' }],
750
756
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-axis' }],
751
757
  },
@@ -794,6 +800,8 @@ export default {
794
800
  ],
795
801
  },
796
802
  'app-layout': {
803
+ 'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
804
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
797
805
  'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
798
806
  'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
799
807
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
@@ -1056,6 +1064,7 @@ export default {
1056
1064
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
1057
1065
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal to' }],
1058
1066
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
1067
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
1059
1068
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
1060
1069
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
1061
1070
  'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
@@ -1246,6 +1255,7 @@ export default {
1246
1255
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
1247
1256
  },
1248
1257
  table: {
1258
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'resize button' }],
1249
1259
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
1250
1260
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
1251
1261
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -1513,6 +1523,8 @@ export default {
1513
1523
  ],
1514
1524
  },
1515
1525
  'app-layout': {
1526
+ 'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
1527
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
1516
1528
  'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
1517
1529
  'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
1518
1530
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
@@ -1775,6 +1787,7 @@ export default {
1775
1787
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
1776
1788
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal' }],
1777
1789
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
1790
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
1778
1791
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
1779
1792
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
1780
1793
  'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
@@ -1965,6 +1978,7 @@ export default {
1965
1978
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
1966
1979
  },
1967
1980
  table: {
1981
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'resize button' }],
1968
1982
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
1969
1983
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
1970
1984
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -2183,6 +2197,7 @@ export default {
2183
2197
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar los datos mostrados' }],
2184
2198
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar datos' }],
2185
2199
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Leyenda' }],
2200
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico' }],
2186
2201
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'eje x' }],
2187
2202
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'eje y' }],
2188
2203
  },
@@ -2231,12 +2246,14 @@ export default {
2231
2246
  ],
2232
2247
  },
2233
2248
  'app-layout': {
2249
+ 'ariaLabels.drawers': [{ type: 0, value: 'Cajones' }],
2250
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Desbordamiento de cajones' }],
2234
2251
  'ariaLabels.navigation': [{ type: 0, value: 'Navegación lateral' }],
2235
2252
  'ariaLabels.navigationClose': [{ type: 0, value: 'Cerrar navegación lateral' }],
2236
2253
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegación lateral' }],
2237
2254
  'ariaLabels.notifications': [{ type: 0, value: 'Notificaciones' }],
2238
2255
  'ariaLabels.tools': [{ type: 0, value: 'Panel de ayuda' }],
2239
- 'ariaLabels.toolsClose': [{ type: 0, value: 'Cerrar panel de ayuda' }],
2256
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'Cerrar el panel de ayuda' }],
2240
2257
  'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir panel de ayuda' }],
2241
2258
  },
2242
2259
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
@@ -2444,7 +2461,7 @@ export default {
2444
2461
  'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas las notificaciones' }],
2445
2462
  'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificaciones' }],
2446
2463
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Éxito' }],
2447
- 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
2464
+ 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
2448
2465
  },
2449
2466
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
2450
2467
  form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
@@ -2492,6 +2509,7 @@ export default {
2492
2509
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Mayor que' }],
2493
2510
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor o igual que' }],
2494
2511
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
2512
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Empieza con' }],
2495
2513
  'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
2496
2514
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
2497
2515
  'i18nStrings.propertyText': [{ type: 0, value: 'Propiedad' }],
@@ -2684,6 +2702,7 @@ export default {
2684
2702
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Cambiar el tamaño del panel dividido' }],
2685
2703
  },
2686
2704
  table: {
2705
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'botón de redimensionamiento' }],
2687
2706
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Envío de edición' }],
2688
2707
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Se ha editado correctamente' }],
2689
2708
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
@@ -2906,6 +2925,7 @@ export default {
2906
2925
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrer les données affichées' }],
2907
2926
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrer les données' }],
2908
2927
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Légende' }],
2928
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Graphique' }],
2909
2929
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'axe X' }],
2910
2930
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'axe Y' }],
2911
2931
  },
@@ -2954,6 +2974,8 @@ export default {
2954
2974
  ],
2955
2975
  },
2956
2976
  'app-layout': {
2977
+ 'ariaLabels.drawers': [{ type: 0, value: 'Tiroirs' }],
2978
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Débordement de tiroirs' }],
2957
2979
  'ariaLabels.navigation': [{ type: 0, value: 'Navigation latérale' }],
2958
2980
  'ariaLabels.navigationClose': [{ type: 0, value: 'Fermer la navigation latérale' }],
2959
2981
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Ouvrir la navigation latérale' }],
@@ -3229,6 +3251,7 @@ export default {
3229
3251
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Supérieur à' }],
3230
3252
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Inférieur ou égal à' }],
3231
3253
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Inférieur à' }],
3254
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Commence par' }],
3232
3255
  'i18nStrings.operatorText': [{ type: 0, value: 'Opérateur' }],
3233
3256
  'i18nStrings.operatorsText': [{ type: 0, value: 'Opérateurs' }],
3234
3257
  'i18nStrings.propertyText': [{ type: 0, value: 'Propriété' }],
@@ -3421,6 +3444,7 @@ export default {
3421
3444
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Redimensionner le panneau divisé' }],
3422
3445
  },
3423
3446
  table: {
3447
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'bouton de redimensionnement' }],
3424
3448
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Soumission de modification' }],
3425
3449
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Modification réussie' }],
3426
3450
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }],
@@ -3662,6 +3686,7 @@ export default {
3662
3686
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter data yang ditampilkan' }],
3663
3687
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
3664
3688
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
3689
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Bagan' }],
3665
3690
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'sumbu x' }],
3666
3691
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'sumbu y' }],
3667
3692
  },
@@ -3710,6 +3735,8 @@ export default {
3710
3735
  ],
3711
3736
  },
3712
3737
  'app-layout': {
3738
+ 'ariaLabels.drawers': [{ type: 0, value: 'Laci' }],
3739
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Tambahan laci' }],
3713
3740
  'ariaLabels.navigation': [{ type: 0, value: 'Navigasi samping' }],
3714
3741
  'ariaLabels.navigationClose': [{ type: 0, value: 'Tutup navigasi samping' }],
3715
3742
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Buka navigasi samping' }],
@@ -3963,6 +3990,7 @@ export default {
3963
3990
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Lebih besar dari' }],
3964
3991
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Kurang dari atau sama dengan' }],
3965
3992
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Kurang dari' }],
3993
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Dimulai dengan' }],
3966
3994
  'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
3967
3995
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
3968
3996
  'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
@@ -4155,6 +4183,7 @@ export default {
4155
4183
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Ubah ukuran panel terpisah' }],
4156
4184
  },
4157
4185
  table: {
4186
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'tombol ubah ukuran' }],
4158
4187
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Mengirimkan pengeditan' }],
4159
4188
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit berhasil' }],
4160
4189
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
@@ -4377,6 +4406,7 @@ export default {
4377
4406
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtra i dati visualizzati' }],
4378
4407
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtra i dati' }],
4379
4408
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
4409
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Grafico' }],
4380
4410
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'asse x' }],
4381
4411
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'asse y' }],
4382
4412
  },
@@ -4425,6 +4455,8 @@ export default {
4425
4455
  ],
4426
4456
  },
4427
4457
  'app-layout': {
4458
+ 'ariaLabels.drawers': [{ type: 0, value: 'Cassetti' }],
4459
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Overflow dei cassetti' }],
4428
4460
  'ariaLabels.navigation': [{ type: 0, value: 'Navigazione laterale' }],
4429
4461
  'ariaLabels.navigationClose': [{ type: 0, value: 'Chiudi navigazione laterale' }],
4430
4462
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Apri navigazione laterale' }],
@@ -4688,6 +4720,7 @@ export default {
4688
4720
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maggiore di' }],
4689
4721
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
4690
4722
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
4723
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Inizia con' }],
4691
4724
  'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
4692
4725
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
4693
4726
  'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
@@ -4880,6 +4913,7 @@ export default {
4880
4913
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Ridimensiona il pannello diviso' }],
4881
4914
  },
4882
4915
  table: {
4916
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'pulsante di ridimensionamento' }],
4883
4917
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Invio della modifica in corso' }],
4884
4918
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Modifica eseguita correttamente' }],
4885
4919
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
@@ -5104,6 +5138,7 @@ export default {
5104
5138
  'i18nStrings.filterLabel': [{ type: 0, value: '表示されたデータをフィルタリング' }],
5105
5139
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'データをフィルタリング' }],
5106
5140
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '凡例' }],
5141
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'グラフ' }],
5107
5142
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-軸' }],
5108
5143
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-軸' }],
5109
5144
  },
@@ -5154,6 +5189,8 @@ export default {
5154
5189
  ],
5155
5190
  },
5156
5191
  'app-layout': {
5192
+ 'ariaLabels.drawers': [{ type: 0, value: 'ドロワー' }],
5193
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'ドロワーオーバーフロー' }],
5157
5194
  'ariaLabels.navigation': [{ type: 0, value: 'サイドナビゲーション' }],
5158
5195
  'ariaLabels.navigationClose': [{ type: 0, value: 'サイドナビゲーションを閉じる' }],
5159
5196
  'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
@@ -5413,6 +5450,7 @@ export default {
5413
5450
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい' }],
5414
5451
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下' }],
5415
5452
  'i18nStrings.operatorLessText': [{ type: 0, value: '次より少ない' }],
5453
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '次で始まる:' }],
5416
5454
  'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
5417
5455
  'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
5418
5456
  'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
@@ -5611,6 +5649,7 @@ export default {
5611
5649
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '分割パネルのサイズを変更' }],
5612
5650
  },
5613
5651
  table: {
5652
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '[サイズを変更] ボタン' }],
5614
5653
  'ariaLabels.submittingEditText': [{ type: 0, value: '編集を送信中' }],
5615
5654
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '編集に成功しました' }],
5616
5655
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
@@ -5826,6 +5865,7 @@ export default {
5826
5865
  'i18nStrings.filterLabel': [{ type: 0, value: '표시된 데이터 필터링' }],
5827
5866
  'i18nStrings.filterPlaceholder': [{ type: 0, value: '데이터 필터링' }],
5828
5867
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '범례' }],
5868
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '차트' }],
5829
5869
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x축' }],
5830
5870
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y축' }],
5831
5871
  },
@@ -5874,6 +5914,8 @@ export default {
5874
5914
  ],
5875
5915
  },
5876
5916
  'app-layout': {
5917
+ 'ariaLabels.drawers': [{ type: 0, value: '드로어' }],
5918
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: '드로어 오버플로' }],
5877
5919
  'ariaLabels.navigation': [{ type: 0, value: '측면 탐색' }],
5878
5920
  'ariaLabels.navigationClose': [{ type: 0, value: '측면 탐색 닫기' }],
5879
5921
  'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
@@ -6127,6 +6169,7 @@ export default {
6127
6169
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '보다 큼' }],
6128
6170
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
6129
6171
  'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
6172
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '로 시작' }],
6130
6173
  'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
6131
6174
  'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
6132
6175
  'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
@@ -6313,6 +6356,7 @@ export default {
6313
6356
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '분할 패널 크기 조정' }],
6314
6357
  },
6315
6358
  table: {
6359
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '크기 조정 버튼' }],
6316
6360
  'ariaLabels.submittingEditText': [{ type: 0, value: '편집 제출 중' }],
6317
6361
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '편집 성공' }],
6318
6362
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '오류' }],
@@ -6522,6 +6566,7 @@ export default {
6522
6566
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar dados exibidos' }],
6523
6567
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar dados' }],
6524
6568
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
6569
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico' }],
6525
6570
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'Eixo x' }],
6526
6571
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Eixo Y' }],
6527
6572
  },
@@ -6570,13 +6615,15 @@ export default {
6570
6615
  ],
6571
6616
  },
6572
6617
  'app-layout': {
6618
+ 'ariaLabels.drawers': [{ type: 0, value: 'Gavetas' }],
6619
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Transbordamento de gavetas' }],
6573
6620
  'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
6574
6621
  'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
6575
6622
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
6576
6623
  'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
6577
6624
  'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
6578
6625
  'ariaLabels.toolsClose': [{ type: 0, value: 'Fechar o painel de ajuda' }],
6579
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir o painel de ajuda' }],
6626
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir painel de ajuda' }],
6580
6627
  },
6581
6628
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
6582
6629
  'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remover' }] },
@@ -6840,6 +6887,7 @@ export default {
6840
6887
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maior que' }],
6841
6888
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
6842
6889
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
6890
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Começa com' }],
6843
6891
  'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
6844
6892
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
6845
6893
  'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
@@ -7030,6 +7078,7 @@ export default {
7030
7078
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Redimensionar painel dividido' }],
7031
7079
  },
7032
7080
  table: {
7081
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'botão de redimensionamento' }],
7033
7082
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Envio de edição' }],
7034
7083
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'A edição foi bem sucedida' }],
7035
7084
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
@@ -7240,6 +7289,721 @@ export default {
7240
7289
  'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: 'Enviando formulário' }],
7241
7290
  },
7242
7291
  },
7292
+ tr: {
7293
+ '[charts]': {
7294
+ loadingText: [{ type: 0, value: 'Grafik yükleniyor' }],
7295
+ errorText: [{ type: 0, value: 'Veriler getirilemedi. Daha sonra yeniden deneyin.' }],
7296
+ recoveryText: [{ type: 0, value: 'Yeniden dene' }],
7297
+ 'i18nStrings.filterLabel': [{ type: 0, value: 'Görüntülenen verileri filtrele' }],
7298
+ 'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Verileri filtreleyin' }],
7299
+ 'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Açıklama' }],
7300
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Grafik' }],
7301
+ 'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x ekseni' }],
7302
+ 'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y ekseni' }],
7303
+ },
7304
+ alert: { dismissAriaLabel: [{ type: 0, value: 'Uyarıyı kapat' }] },
7305
+ 'annotation-context': {
7306
+ 'i18nStrings.nextButtonText': [{ type: 0, value: 'Sonraki' }],
7307
+ 'i18nStrings.previousButtonText': [{ type: 0, value: 'Önceki' }],
7308
+ 'i18nStrings.finishButtonText': [{ type: 0, value: 'Bitti' }],
7309
+ 'i18nStrings.labelDismissAnnotation': [{ type: 0, value: 'Ek açıklamayı kapat' }],
7310
+ 'i18nStrings.stepCounterText': [
7311
+ { type: 0, value: 'Adım ' },
7312
+ { type: 1, value: 'stepNumber' },
7313
+ { type: 0, value: '/' },
7314
+ { type: 1, value: 'totalStepCount' },
7315
+ ],
7316
+ 'i18nStrings.taskTitle': [
7317
+ { type: 1, value: 'taskNumber' },
7318
+ { type: 0, value: '. Görev: ' },
7319
+ { type: 1, value: 'taskTitle' },
7320
+ ],
7321
+ 'i18nStrings.labelHotspot': [
7322
+ {
7323
+ type: 5,
7324
+ value: 'openState',
7325
+ options: {
7326
+ true: {
7327
+ value: [
7328
+ { type: 0, value: 'Adım ' },
7329
+ { type: 1, value: 'stepNumber' },
7330
+ { type: 0, value: '/' },
7331
+ { type: 1, value: 'totalStepCount' },
7332
+ { type: 0, value: ' için ek açıklamayı kapat' },
7333
+ ],
7334
+ },
7335
+ false: {
7336
+ value: [
7337
+ { type: 0, value: 'Adım ' },
7338
+ { type: 1, value: 'stepNumber' },
7339
+ { type: 0, value: '/' },
7340
+ { type: 1, value: 'totalStepCount' },
7341
+ { type: 0, value: ' için ek açıklamayı aç' },
7342
+ ],
7343
+ },
7344
+ other: { value: [] },
7345
+ },
7346
+ },
7347
+ ],
7348
+ },
7349
+ 'app-layout': {
7350
+ 'ariaLabels.navigation': [{ type: 0, value: 'Yan gezinme' }],
7351
+ 'ariaLabels.navigationClose': [{ type: 0, value: 'Yan gezinmeyi kapat' }],
7352
+ 'ariaLabels.navigationToggle': [{ type: 0, value: 'Yan gezinmeyi aç' }],
7353
+ 'ariaLabels.notifications': [{ type: 0, value: 'Bildirimler' }],
7354
+ 'ariaLabels.tools': [{ type: 0, value: 'Yardım paneli' }],
7355
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'Yardım panelini kapat' }],
7356
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'Yardım panelini aç' }],
7357
+ },
7358
+ 'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Toplam' }] },
7359
+ 'attribute-editor': { removeButtonText: [{ type: 0, value: 'Kaldır' }] },
7360
+ autosuggest: {
7361
+ errorIconAriaLabel: [{ type: 0, value: 'Hata' }],
7362
+ selectedAriaLabel: [{ type: 0, value: 'Seçili' }],
7363
+ enteredTextLabel: [
7364
+ { type: 0, value: 'Şunu kullan: "' },
7365
+ { type: 1, value: 'value' },
7366
+ { type: 0, value: '"' },
7367
+ ],
7368
+ recoveryText: [{ type: 0, value: 'Yeniden dene' }],
7369
+ },
7370
+ 'breadcrumb-group': { expandAriaLabel: [{ type: 0, value: 'Yolu göster' }] },
7371
+ calendar: {
7372
+ nextMonthAriaLabel: [{ type: 0, value: 'Gelecek ay' }],
7373
+ previousMonthAriaLabel: [{ type: 0, value: 'Önceki ay' }],
7374
+ todayAriaLabel: [{ type: 0, value: 'Bugün' }],
7375
+ },
7376
+ cards: { 'ariaLabels.selectionGroupLabel': [{ type: 0, value: 'Öğe seçimi' }] },
7377
+ 'code-editor': {
7378
+ 'i18nStrings.loadingState': [{ type: 0, value: 'Kod düzenleyici yükleniyor' }],
7379
+ 'i18nStrings.errorState': [{ type: 0, value: 'Kod düzenleyici yüklenirken bir hata oluştu.' }],
7380
+ 'i18nStrings.errorStateRecovery': [{ type: 0, value: 'Yeniden dene' }],
7381
+ 'i18nStrings.editorGroupAriaLabel': [{ type: 0, value: 'Kod düzenleyici' }],
7382
+ 'i18nStrings.statusBarGroupAriaLabel': [{ type: 0, value: 'Durum çubuğu' }],
7383
+ 'i18nStrings.cursorPosition': [
7384
+ { type: 0, value: 'Satır ' },
7385
+ { type: 1, value: 'row' },
7386
+ { type: 0, value: ', Sütun ' },
7387
+ { type: 1, value: 'column' },
7388
+ ],
7389
+ 'i18nStrings.errorsTab': [{ type: 0, value: 'Hatalar' }],
7390
+ 'i18nStrings.warningsTab': [{ type: 0, value: 'Uyarılar' }],
7391
+ 'i18nStrings.preferencesButtonAriaLabel': [{ type: 0, value: 'Tercihler' }],
7392
+ 'i18nStrings.paneCloseButtonAriaLabel': [{ type: 0, value: 'Kapat' }],
7393
+ 'i18nStrings.preferencesModalHeader': [{ type: 0, value: 'Tercihler' }],
7394
+ 'i18nStrings.preferencesModalCancel': [{ type: 0, value: 'İptal' }],
7395
+ 'i18nStrings.preferencesModalConfirm': [{ type: 0, value: 'Onayla' }],
7396
+ 'i18nStrings.preferencesModalWrapLines': [{ type: 0, value: 'Satırları kaydır' }],
7397
+ 'i18nStrings.preferencesModalTheme': [{ type: 0, value: 'Tema' }],
7398
+ 'i18nStrings.preferencesModalLightThemes': [{ type: 0, value: 'Açık temalar' }],
7399
+ 'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: 'Koyu temalar' }],
7400
+ },
7401
+ 'collection-preferences': {
7402
+ title: [{ type: 0, value: 'Tercihler' }],
7403
+ confirmLabel: [{ type: 0, value: 'Onayla' }],
7404
+ cancelLabel: [{ type: 0, value: 'İptal' }],
7405
+ 'pageSizePreference.title': [{ type: 0, value: 'Sayfa boyutu' }],
7406
+ 'wrapLinesPreference.label': [{ type: 0, value: 'Satırları kaydır' }],
7407
+ 'wrapLinesPreference.description': [{ type: 0, value: 'Tüm metni görmek ve satırları kaydırmak için seçin' }],
7408
+ 'stripedRowsPreference.label': [{ type: 0, value: 'Şeritli satırlar' }],
7409
+ 'stripedRowsPreference.description': [
7410
+ { type: 0, value: 'Dönüşümlü renklere sahip satırlar eklemek için seçin' },
7411
+ ],
7412
+ 'contentDensityPreference.label': [{ type: 0, value: 'Kompakt mod' }],
7413
+ 'contentDensityPreference.description': [
7414
+ { type: 0, value: 'İçeriği daha yoğun ve daha kompakt bir modda görüntülemek için seçin' },
7415
+ ],
7416
+ 'contentDisplayPreference.title': [{ type: 0, value: 'Sütun tercihleri' }],
7417
+ 'contentDisplayPreference.description': [
7418
+ { type: 0, value: 'Sütunların görünürlüğünü ve sırasını özelleştirin.' },
7419
+ ],
7420
+ 'contentDisplayPreference.dragHandleAriaLabel': [{ type: 0, value: 'Sürükleme tutamacı' }],
7421
+ 'contentDisplayPreference.dragHandleAriaDescription': [
7422
+ {
7423
+ type: 0,
7424
+ value:
7425
+ '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.',
7426
+ },
7427
+ ],
7428
+ 'contentDisplayPreference.liveAnnouncementDndStarted': [
7429
+ { type: 0, value: 'Öğe ' },
7430
+ { type: 1, value: 'position' },
7431
+ { type: 0, value: '/' },
7432
+ { type: 1, value: 'total' },
7433
+ { type: 0, value: ' konumundan alındı' },
7434
+ ],
7435
+ 'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Yeniden sıralama iptal edildi' }],
7436
+ 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
7437
+ {
7438
+ type: 5,
7439
+ value: 'isInitialPosition',
7440
+ options: {
7441
+ true: {
7442
+ value: [
7443
+ { type: 0, value: 'Öğe ' },
7444
+ { type: 1, value: 'currentPosition' },
7445
+ { type: 0, value: '/' },
7446
+ { type: 1, value: 'total' },
7447
+ { type: 0, value: ' konumuna geri taşınıyor' },
7448
+ ],
7449
+ },
7450
+ false: {
7451
+ value: [
7452
+ { type: 0, value: 'Öğe ' },
7453
+ { type: 1, value: 'currentPosition' },
7454
+ { type: 0, value: '/' },
7455
+ { type: 1, value: 'total' },
7456
+ { type: 0, value: ' konumuna taşınıyor' },
7457
+ ],
7458
+ },
7459
+ other: { value: [] },
7460
+ },
7461
+ },
7462
+ ],
7463
+ 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
7464
+ {
7465
+ type: 5,
7466
+ value: 'isInitialPosition',
7467
+ options: {
7468
+ true: {
7469
+ value: [
7470
+ { type: 0, value: 'Öğe ilk ' },
7471
+ { type: 1, value: 'initialPosition' },
7472
+ { type: 0, value: '/' },
7473
+ { type: 1, value: 'total' },
7474
+ { type: 0, value: ' konumuna geri taşındı' },
7475
+ ],
7476
+ },
7477
+ false: {
7478
+ value: [
7479
+ { type: 0, value: 'Öğe ' },
7480
+ { type: 1, value: 'initialPosition' },
7481
+ { type: 0, value: ' konumundan ' },
7482
+ { type: 1, value: 'finalPosition' },
7483
+ { type: 0, value: '/' },
7484
+ { type: 1, value: 'total' },
7485
+ { type: 0, value: ' konumuna taşındı' },
7486
+ ],
7487
+ },
7488
+ other: { value: [] },
7489
+ },
7490
+ },
7491
+ ],
7492
+ },
7493
+ 'date-range-picker': {
7494
+ 'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Göreceli mod' }],
7495
+ 'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'Mutlak mod' }],
7496
+ 'i18nStrings.relativeRangeSelectionHeading': [{ type: 0, value: 'Bir aralık seçin' }],
7497
+ 'i18nStrings.cancelButtonLabel': [{ type: 0, value: 'İptal' }],
7498
+ 'i18nStrings.clearButtonLabel': [{ type: 0, value: 'Temizle ve kapat' }],
7499
+ 'i18nStrings.applyButtonLabel': [{ type: 0, value: 'Uygula' }],
7500
+ 'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: 'Özel aralık' }],
7501
+ 'i18nStrings.customRelativeRangeOptionDescription': [{ type: 0, value: 'Geçmişte özel bir aralık belirleyin' }],
7502
+ 'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'Zaman birimi' }],
7503
+ 'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: 'Süre' }],
7504
+ 'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: 'Bir süre girin' }],
7505
+ 'i18nStrings.startDateLabel': [{ type: 0, value: 'Başlangıç tarihi' }],
7506
+ 'i18nStrings.startTimeLabel': [{ type: 0, value: 'Başlangıç zamanı' }],
7507
+ 'i18nStrings.endDateLabel': [{ type: 0, value: 'Bitiş tarihi' }],
7508
+ 'i18nStrings.endTimeLabel': [{ type: 0, value: 'Bitiş zamanı' }],
7509
+ 'i18nStrings.dateTimeConstraintText': [
7510
+ { type: 0, value: 'Tarih için YYYY/AA/GG kullanın. Zaman için 24 saat biçimini kullanın.' },
7511
+ ],
7512
+ 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
7513
+ 'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
7514
+ { type: 1, value: 'startDate' },
7515
+ { type: 0, value: '-' },
7516
+ { type: 1, value: 'endDate' },
7517
+ { type: 0, value: ' aralığı seçildi' },
7518
+ ],
7519
+ 'i18nStrings.formatRelativeRange': [
7520
+ {
7521
+ type: 6,
7522
+ value: 'amount',
7523
+ options: {
7524
+ one: {
7525
+ value: [
7526
+ { type: 0, value: 'Son ' },
7527
+ { type: 1, value: 'amount' },
7528
+ { type: 0, value: ' ' },
7529
+ { type: 1, value: 'unit' },
7530
+ ],
7531
+ },
7532
+ other: {
7533
+ value: [
7534
+ { type: 0, value: 'Son ' },
7535
+ { type: 1, value: 'amount' },
7536
+ { type: 0, value: ' ' },
7537
+ { type: 1, value: 'unit' },
7538
+ ],
7539
+ },
7540
+ },
7541
+ offset: 0,
7542
+ pluralType: 'cardinal',
7543
+ },
7544
+ ],
7545
+ 'i18nStrings.formatUnit': [
7546
+ {
7547
+ type: 6,
7548
+ value: 'amount',
7549
+ options: { one: { value: [{ type: 1, value: 'unit' }] }, other: { value: [{ type: 1, value: 'unit' }] } },
7550
+ offset: 0,
7551
+ pluralType: 'cardinal',
7552
+ },
7553
+ ],
7554
+ },
7555
+ flashbar: {
7556
+ 'i18nStrings.ariaLabel': [{ type: 0, value: 'Bildirimler' }],
7557
+ 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
7558
+ 'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'Devam ediyor' }],
7559
+ 'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Bilgi' }],
7560
+ 'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Tüm bildirimler' }],
7561
+ 'i18nStrings.notificationBarText': [{ type: 0, value: 'Bildirimler' }],
7562
+ 'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Başarılı' }],
7563
+ 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Uyarı' }],
7564
+ },
7565
+ 'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }] },
7566
+ form: { errorIconAriaLabel: [{ type: 0, value: 'Hata' }] },
7567
+ 'help-panel': { loadingText: [{ type: 0, value: 'İçerik yükleniyor' }] },
7568
+ input: { clearAriaLabel: [{ type: 0, value: 'Temizle' }] },
7569
+ link: { externalIconAriaLabel: [{ type: 0, value: 'Yeni bir sekmede açılır' }] },
7570
+ modal: { closeAriaLabel: [{ type: 0, value: 'Kalıcı iletişim kutusunu kapat' }] },
7571
+ multiselect: {
7572
+ deselectAriaLabel: [
7573
+ { type: 1, value: 'option__label' },
7574
+ { type: 0, value: ' öğesini kaldır' },
7575
+ ],
7576
+ },
7577
+ pagination: {
7578
+ 'ariaLabels.nextPageLabel': [{ type: 0, value: 'Sonraki sayfa' }],
7579
+ 'ariaLabels.pageLabel': [
7580
+ { type: 0, value: 'Sayfa ' },
7581
+ { type: 1, value: 'pageNumber' },
7582
+ { type: 0, value: '/tüm sayfalar' },
7583
+ ],
7584
+ 'ariaLabels.previousPageLabel': [{ type: 0, value: 'Önceki sayfa' }],
7585
+ },
7586
+ 'pie-chart': {
7587
+ 'i18nStrings.detailsValue': [{ type: 0, value: 'Değer' }],
7588
+ 'i18nStrings.detailsPercentage': [{ type: 0, value: 'Yüzde' }],
7589
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pasta grafiği' }],
7590
+ 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segment' }],
7591
+ },
7592
+ popover: { dismissAriaLabel: [{ type: 0, value: 'Açılır pencereyi kapat' }] },
7593
+ 'property-filter': {
7594
+ 'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Tüm özellikler' }],
7595
+ 'i18nStrings.applyActionText': [{ type: 0, value: 'Uygula' }],
7596
+ 'i18nStrings.cancelActionText': [{ type: 0, value: 'İptal' }],
7597
+ 'i18nStrings.clearFiltersText': [{ type: 0, value: 'Filtreleri temizle' }],
7598
+ 'i18nStrings.editTokenHeader': [{ type: 0, value: 'Filtreyi düzenle' }],
7599
+ 'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Özellikler' }],
7600
+ 'i18nStrings.groupValuesText': [{ type: 0, value: 'Değerler' }],
7601
+ 'i18nStrings.operationAndText': [{ type: 0, value: 've' }],
7602
+ 'i18nStrings.operationOrText': [{ type: 0, value: 'veya' }],
7603
+ 'i18nStrings.operatorContainsText': [{ type: 0, value: 'İçerir' }],
7604
+ 'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'İçermez' }],
7605
+ 'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Eşit değildir' }],
7606
+ 'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Eşittir' }],
7607
+ 'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Büyük veya eşittir' }],
7608
+ 'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Büyüktür' }],
7609
+ 'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Küçük veya eşittir' }],
7610
+ 'i18nStrings.operatorLessText': [{ type: 0, value: 'Küçüktür' }],
7611
+ 'i18nStrings.operatorText': [{ type: 0, value: 'Operatör' }],
7612
+ 'i18nStrings.operatorsText': [{ type: 0, value: 'Operatörler' }],
7613
+ 'i18nStrings.propertyText': [{ type: 0, value: 'Özellik' }],
7614
+ 'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Daha az göster' }],
7615
+ 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Daha fazla göster' }],
7616
+ 'i18nStrings.valueText': [{ type: 0, value: 'Değer' }],
7617
+ 'i18nStrings.removeTokenButtonAriaLabel': [
7618
+ {
7619
+ type: 5,
7620
+ value: 'token__operator',
7621
+ options: {
7622
+ equals: {
7623
+ value: [
7624
+ { type: 1, value: 'token__propertyKey' },
7625
+ { type: 0, value: ', ' },
7626
+ { type: 1, value: 'token__value' },
7627
+ { type: 0, value: ' değerine eşittir filtresini kaldır' },
7628
+ ],
7629
+ },
7630
+ not_equals: {
7631
+ value: [
7632
+ { type: 1, value: 'token__propertyKey' },
7633
+ { type: 0, value: ', ' },
7634
+ { type: 1, value: 'token__value' },
7635
+ { type: 0, value: ' değerine eşit değildir filtresini kaldır' },
7636
+ ],
7637
+ },
7638
+ greater_than: {
7639
+ value: [
7640
+ { type: 1, value: 'token__propertyKey' },
7641
+ { type: 0, value: ', ' },
7642
+ { type: 1, value: 'token__value' },
7643
+ { type: 0, value: ' değerinden büyüktür filtresini kaldır' },
7644
+ ],
7645
+ },
7646
+ greater_than_equal: {
7647
+ value: [
7648
+ { type: 1, value: 'token__propertyKey' },
7649
+ { type: 0, value: ', ' },
7650
+ { type: 1, value: 'token__value' },
7651
+ { type: 0, value: ' değerinden büyük veya buna eşittir filtresini kaldır' },
7652
+ ],
7653
+ },
7654
+ less_than: {
7655
+ value: [
7656
+ { type: 1, value: 'token__propertyKey' },
7657
+ { type: 0, value: ', ' },
7658
+ { type: 1, value: 'token__value' },
7659
+ { type: 0, value: ' değerinden küçüktür filtresini kaldır' },
7660
+ ],
7661
+ },
7662
+ less_than_equal: {
7663
+ value: [
7664
+ { type: 1, value: 'token__propertyKey' },
7665
+ { type: 0, value: ', ' },
7666
+ { type: 1, value: 'token__value' },
7667
+ { type: 0, value: ' değerinden küçük veya buna eşittir filtresini kaldır' },
7668
+ ],
7669
+ },
7670
+ contains: {
7671
+ value: [
7672
+ { type: 1, value: 'token__propertyKey' },
7673
+ { type: 0, value: ', ' },
7674
+ { type: 1, value: 'token__value' },
7675
+ { type: 0, value: ' değerini içerir filtresini kaldır' },
7676
+ ],
7677
+ },
7678
+ not_contains: {
7679
+ value: [
7680
+ { type: 1, value: 'token__propertyKey' },
7681
+ { type: 0, value: ', ' },
7682
+ { type: 1, value: 'token__value' },
7683
+ { type: 0, value: ' değerini içermez filtresini kaldır' },
7684
+ ],
7685
+ },
7686
+ other: { value: [] },
7687
+ },
7688
+ },
7689
+ ],
7690
+ },
7691
+ 's3-resource-selector': {
7692
+ 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Bir sürüm seçin' }],
7693
+ 'i18nStrings.inContextBrowseButton': [{ type: 0, value: "S3'e göz at" }],
7694
+ 'i18nStrings.inContextViewButton': [{ type: 0, value: 'Görüntüle' }],
7695
+ 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'Görüntüle (yeni bir sekmede açılır)' }],
7696
+ 'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Kaynak yükleniyor' }],
7697
+ 'i18nStrings.inContextUriLabel': [{ type: 0, value: "S3 URI'si" }],
7698
+ 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Nesne sürümü' }],
7699
+ 'i18nStrings.modalTitle': [{ type: 0, value: "S3'te bir arşiv seç" }],
7700
+ 'i18nStrings.modalCancelButton': [{ type: 0, value: 'İptal' }],
7701
+ 'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Seç' }],
7702
+ 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: "S3 bucket'ları" }],
7703
+ 'i18nStrings.selectionBuckets': [{ type: 0, value: "Bucket'lar" }],
7704
+ 'i18nStrings.selectionObjects': [{ type: 0, value: 'Nesneler' }],
7705
+ 'i18nStrings.selectionVersions': [{ type: 0, value: 'Sürümler' }],
7706
+ 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Bucket bulun' }],
7707
+ 'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Ön eke göre nesne bulun' }],
7708
+ 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Sürüm bulun' }],
7709
+ 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: "Bucket'lar yükleniyor" }],
7710
+ 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'Bucket yok' }],
7711
+ 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Nesneler yükleniyor' }],
7712
+ 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'Nesne yok' }],
7713
+ 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Sürümler yükleniyor' }],
7714
+ 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'Sürüm yok' }],
7715
+ 'i18nStrings.filteringNoMatches': [{ type: 0, value: 'Eşleşme yok' }],
7716
+ 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: 'Eşleşme bulunamıyor.' }],
7717
+ 'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Filtreyi temizle' }],
7718
+ 'i18nStrings.columnBucketID': [{ type: 0, value: 'Kimlik' }],
7719
+ 'i18nStrings.columnBucketName': [{ type: 0, value: 'Ad' }],
7720
+ 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Oluşturma tarihi' }],
7721
+ 'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Bölge' }],
7722
+ 'i18nStrings.columnObjectKey': [{ type: 0, value: 'Anahtar' }],
7723
+ 'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Son değiştirme' }],
7724
+ 'i18nStrings.columnObjectSize': [{ type: 0, value: 'Boyut' }],
7725
+ 'i18nStrings.columnVersionID': [{ type: 0, value: 'Sürüm kimliği' }],
7726
+ 'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Son değiştirme' }],
7727
+ 'i18nStrings.columnVersionSize': [{ type: 0, value: 'Boyut' }],
7728
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'Yol s3:// ile başlamalıdır' }],
7729
+ 'i18nStrings.validationBucketLowerCase': [
7730
+ { type: 0, value: 'Bucket adı, küçük harfli bir karakter veya sayı ile başlamalıdır.' },
7731
+ ],
7732
+ 'i18nStrings.validationBucketMustNotContain': [
7733
+ { type: 0, value: 'Bucket adı, büyük harfli karakterler içermemelidir.' },
7734
+ ],
7735
+ 'i18nStrings.validationBucketLength': [{ type: 0, value: 'Bucket adı, 3 ile 63 karakter arasında olmalıdır.' }],
7736
+ 'i18nStrings.validationBucketMustComplyDns': [
7737
+ { type: 0, value: 'Bucket adı, DNS adlandırma kurallarına uygun olmalıdır.' },
7738
+ ],
7739
+ 'i18nStrings.labelSortedDescending': [
7740
+ { type: 1, value: 'columnName' },
7741
+ { type: 0, value: ', azalan sıralı' },
7742
+ ],
7743
+ 'i18nStrings.labelSortedAscending': [
7744
+ { type: 1, value: 'columnName' },
7745
+ { type: 0, value: ', artan sıralı' },
7746
+ ],
7747
+ 'i18nStrings.labelNotSorted': [
7748
+ { type: 1, value: 'columnName' },
7749
+ { type: 0, value: ', sıralanmamış' },
7750
+ ],
7751
+ 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: "Bucket'lar" }],
7752
+ 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
7753
+ 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Nesneler' }],
7754
+ 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
7755
+ 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Sürümler' }],
7756
+ 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
7757
+ 'i18nStrings.labelFiltering': [
7758
+ { type: 1, value: 'itemsType' },
7759
+ { type: 0, value: ' bul' },
7760
+ ],
7761
+ 'i18nStrings.labelRefresh': [{ type: 0, value: 'Verileri yenile' }],
7762
+ 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: "S3'te gezinme" }],
7763
+ 'i18nStrings.filteringCounterText': [
7764
+ {
7765
+ type: 6,
7766
+ value: 'count',
7767
+ options: {
7768
+ one: { value: [{ type: 0, value: '1 eşleşme' }] },
7769
+ other: {
7770
+ value: [
7771
+ { type: 1, value: 'count' },
7772
+ { type: 0, value: ' eşleşme' },
7773
+ ],
7774
+ },
7775
+ },
7776
+ offset: 0,
7777
+ pluralType: 'cardinal',
7778
+ },
7779
+ ],
7780
+ },
7781
+ select: {
7782
+ errorIconAriaLabel: [{ type: 0, value: 'Hata' }],
7783
+ selectedAriaLabel: [{ type: 0, value: 'Seçili' }],
7784
+ recoveryText: [{ type: 0, value: 'Yeniden dene' }],
7785
+ },
7786
+ 'split-panel': {
7787
+ 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Paneli kapat' }],
7788
+ 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Paneli aç' }],
7789
+ 'i18nStrings.preferencesTitle': [{ type: 0, value: 'Bölünmüş panel tercihleri' }],
7790
+ 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Bölünmüş panel konumu' }],
7791
+ 'i18nStrings.preferencesPositionDescription': [
7792
+ { type: 0, value: 'Hizmet için varsayılan bölünmüş panel konumunu seçin.' },
7793
+ ],
7794
+ 'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Yan' }],
7795
+ 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Alt' }],
7796
+ 'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Onayla' }],
7797
+ 'i18nStrings.preferencesCancel': [{ type: 0, value: 'İptal' }],
7798
+ 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Bölünmüş paneli yeniden boyutlandır' }],
7799
+ },
7800
+ table: {
7801
+ 'ariaLabels.submittingEditText': [{ type: 0, value: 'Düzenleme gönderiliyor' }],
7802
+ 'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Düzenleme başarılı' }],
7803
+ 'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
7804
+ 'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'düzenlenebilir' }],
7805
+ },
7806
+ tabs: {
7807
+ 'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Sola kaydır' }],
7808
+ 'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Sağa kaydır' }],
7809
+ },
7810
+ 'tag-editor': {
7811
+ 'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Enter tuşu' }],
7812
+ 'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Değer girin' }],
7813
+ 'i18nStrings.addButton': [{ type: 0, value: 'Yeni etiket ekle' }],
7814
+ 'i18nStrings.removeButton': [{ type: 0, value: 'Kaldır' }],
7815
+ 'i18nStrings.removeButtonAriaLabel': [
7816
+ { type: 1, value: 'tag__key' },
7817
+ { type: 0, value: ' öğesini kaldır' },
7818
+ ],
7819
+ 'i18nStrings.undoButton': [{ type: 0, value: 'Geri al' }],
7820
+ 'i18nStrings.undoPrompt': [{ type: 0, value: 'Değişiklikler kaydedildikten sonra bu etiket kaldırılacaktır' }],
7821
+ 'i18nStrings.loading': [{ type: 0, value: 'Bu kaynakla ilişkilendirilmiş etiketler yükleniyor' }],
7822
+ 'i18nStrings.keyHeader': [{ type: 0, value: 'Anahtar' }],
7823
+ 'i18nStrings.valueHeader': [{ type: 0, value: 'Değer' }],
7824
+ 'i18nStrings.optional': [{ type: 0, value: 'isteğe bağlı' }],
7825
+ 'i18nStrings.keySuggestion': [{ type: 0, value: 'Özel etiket anahtarı' }],
7826
+ 'i18nStrings.valueSuggestion': [{ type: 0, value: 'Özel etiket değeri' }],
7827
+ 'i18nStrings.emptyTags': [{ type: 0, value: 'Kaynakla ilişkilendirilmiş etiket yok.' }],
7828
+ 'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'Görüntülenemeyecek kadar çok anahtarınız var' }],
7829
+ 'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'Görüntülenemeyecek kadar çok değeriniz var' }],
7830
+ 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Etiket anahtarları yükleniyor' }],
7831
+ 'i18nStrings.keysSuggestionError': [{ type: 0, value: 'Etiket anahtarları alınamadı' }],
7832
+ 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Etiket değerleri yükleniyor' }],
7833
+ 'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'Etiket değerleri alınamadı' }],
7834
+ 'i18nStrings.emptyKeyError': [{ type: 0, value: 'Bir etiket anahtarı belirtmelisiniz' }],
7835
+ 'i18nStrings.maxKeyCharLengthError': [
7836
+ { type: 0, value: "Etiket anahtarında kullanabileceğiniz maksimum karakter sayısı 128'dir." },
7837
+ ],
7838
+ 'i18nStrings.maxValueCharLengthError': [
7839
+ { type: 0, value: "Etiket değerinde kullanabileceğiniz maksimum karakter sayısı 256'dır." },
7840
+ ],
7841
+ 'i18nStrings.duplicateKeyError': [{ type: 0, value: 'Benzersiz bir etiket anahtarı belirtmelisiniz.' }],
7842
+ 'i18nStrings.invalidKeyError': [
7843
+ {
7844
+ type: 0,
7845
+ value:
7846
+ 'Geçersiz anahtar. Anahtarlarda yalnızca Unicode harfleri, rakamlar, boşluk ve şu işaretler bulunabilir: _.:/=+@-',
7847
+ },
7848
+ ],
7849
+ 'i18nStrings.invalidValueError': [
7850
+ {
7851
+ type: 0,
7852
+ value:
7853
+ 'Geçersiz değer. Değerlerde yalnızca Unicode harfleri, rakamlar, boşluk ve şu işaretler bulunabilir: _.:/=+@-',
7854
+ },
7855
+ ],
7856
+ 'i18nStrings.awsPrefixError': [{ type: 0, value: 'aws: ile başlayamaz' }],
7857
+ 'i18nStrings.tagLimitReached': [
7858
+ {
7859
+ type: 6,
7860
+ value: 'tagLimit',
7861
+ options: {
7862
+ one: { value: [{ type: 0, value: '1 etiket sınırına ulaştınız.' }] },
7863
+ other: {
7864
+ value: [
7865
+ { type: 1, value: 'tagLimit' },
7866
+ { type: 0, value: ' etiket sınırına ulaştınız.' },
7867
+ ],
7868
+ },
7869
+ },
7870
+ offset: 0,
7871
+ pluralType: 'cardinal',
7872
+ },
7873
+ ],
7874
+ 'i18nStrings.tagLimitExceeded': [
7875
+ {
7876
+ type: 6,
7877
+ value: 'tagLimit',
7878
+ options: {
7879
+ one: { value: [{ type: 0, value: '1 etiket sınırını aştınız.' }] },
7880
+ other: {
7881
+ value: [
7882
+ { type: 1, value: 'tagLimit' },
7883
+ { type: 0, value: ' etiket sınırını aştınız.' },
7884
+ ],
7885
+ },
7886
+ },
7887
+ offset: 0,
7888
+ pluralType: 'cardinal',
7889
+ },
7890
+ ],
7891
+ 'i18nStrings.tagLimit': [
7892
+ {
7893
+ type: 5,
7894
+ value: 'tagLimitAvailable',
7895
+ options: {
7896
+ true: {
7897
+ value: [
7898
+ {
7899
+ type: 6,
7900
+ value: 'availableTags',
7901
+ options: {
7902
+ other: {
7903
+ value: [
7904
+ { type: 0, value: 'En fazla ' },
7905
+ { type: 1, value: 'tagLimit' },
7906
+ { type: 0, value: ' etiket ekleyebilirsiniz.' },
7907
+ ],
7908
+ },
7909
+ },
7910
+ offset: 0,
7911
+ pluralType: 'cardinal',
7912
+ },
7913
+ ],
7914
+ },
7915
+ false: {
7916
+ value: [
7917
+ {
7918
+ type: 6,
7919
+ value: 'availableTags',
7920
+ options: {
7921
+ one: { value: [{ type: 0, value: 'En fazla 1 etiket ekleyebilirsiniz.' }] },
7922
+ other: {
7923
+ value: [
7924
+ { type: 0, value: 'En fazla ' },
7925
+ { type: 1, value: 'availableTags' },
7926
+ { type: 0, value: ' etiket daha ekleyebilirsiniz.' },
7927
+ ],
7928
+ },
7929
+ },
7930
+ offset: 0,
7931
+ pluralType: 'cardinal',
7932
+ },
7933
+ ],
7934
+ },
7935
+ other: { value: [] },
7936
+ },
7937
+ },
7938
+ ],
7939
+ },
7940
+ 'token-group': {
7941
+ 'i18nStrings.limitShowFewer': [{ type: 0, value: 'Daha az göster' }],
7942
+ 'i18nStrings.limitShowMore': [{ type: 0, value: 'Daha fazla göster' }],
7943
+ },
7944
+ 'top-navigation': {
7945
+ 'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'Ara' }],
7946
+ 'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: 'Aramayı kapat' }],
7947
+ 'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: 'Daha' }],
7948
+ 'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: 'Menüyü kapat' }],
7949
+ 'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: 'Geri' }],
7950
+ 'i18nStrings.overflowMenuTitleText': [{ type: 0, value: 'Tümü' }],
7951
+ },
7952
+ 'tutorial-panel': {
7953
+ 'i18nStrings.loadingText': [{ type: 0, value: 'Yükleniyor' }],
7954
+ 'i18nStrings.tutorialListTitle': [{ type: 0, value: 'Bir eğitim seçin' }],
7955
+ 'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: 'PDF sürümünü indir' }],
7956
+ 'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: 'Bu eğitimin PDF sürümünü indirin' }],
7957
+ 'i18nStrings.tutorialCompletedText': [{ type: 0, value: 'Eğitim tamamlandı' }],
7958
+ 'i18nStrings.learnMoreLinkText': [{ type: 0, value: 'Daha fazla bilgi edinin' }],
7959
+ 'i18nStrings.startTutorialButtonText': [{ type: 0, value: 'Eğitimi başlat' }],
7960
+ 'i18nStrings.restartTutorialButtonText': [{ type: 0, value: 'Eğitimi yeniden başlat' }],
7961
+ 'i18nStrings.completionScreenTitle': [{ type: 0, value: 'Tebrikler! Eğitimi tamamladınız.' }],
7962
+ 'i18nStrings.feedbackLinkText': [{ type: 0, value: 'Geri bildirim' }],
7963
+ 'i18nStrings.dismissTutorialButtonText': [{ type: 0, value: 'Eğitimi kapat' }],
7964
+ 'i18nStrings.taskTitle': [
7965
+ { type: 1, value: 'taskNumber' },
7966
+ { type: 0, value: '. Görev: ' },
7967
+ { type: 1, value: 'taskTitle' },
7968
+ ],
7969
+ 'i18nStrings.stepTitle': [
7970
+ { type: 1, value: 'stepNumber' },
7971
+ { type: 0, value: '. Adım: ' },
7972
+ { type: 1, value: 'stepTitle' },
7973
+ ],
7974
+ 'i18nStrings.labelExitTutorial': [{ type: 0, value: 'Eğitimi kapat' }],
7975
+ 'i18nStrings.labelTotalSteps': [
7976
+ { type: 0, value: 'Toplam adım: ' },
7977
+ { type: 1, value: 'totalStepCount' },
7978
+ ],
7979
+ 'i18nStrings.labelsTaskStatus.pending': [{ type: 0, value: 'Beklemede' }],
7980
+ 'i18nStrings.labelsTaskStatus.in-progress': [{ type: 0, value: 'Devam ediyor' }],
7981
+ 'i18nStrings.labelsTaskStatus.success': [{ type: 0, value: 'Başarılı' }],
7982
+ },
7983
+ wizard: {
7984
+ 'i18nStrings.stepNumberLabel': [
7985
+ { type: 1, value: 'stepNumber' },
7986
+ { type: 0, value: '. Adım' },
7987
+ ],
7988
+ 'i18nStrings.collapsedStepsLabel': [
7989
+ { type: 0, value: 'Adım ' },
7990
+ { type: 1, value: 'stepNumber' },
7991
+ { type: 0, value: '/' },
7992
+ { type: 1, value: 'stepsCount' },
7993
+ ],
7994
+ 'i18nStrings.skipToButtonLabel': [
7995
+ { type: 1, value: 'task__title' },
7996
+ { type: 0, value: ' görevine atla' },
7997
+ ],
7998
+ 'i18nStrings.navigationAriaLabel': [{ type: 0, value: 'Adımlar' }],
7999
+ 'i18nStrings.cancelButton': [{ type: 0, value: 'İptal' }],
8000
+ 'i18nStrings.previousButton': [{ type: 0, value: 'Önceki' }],
8001
+ 'i18nStrings.nextButton': [{ type: 0, value: 'Sonraki' }],
8002
+ 'i18nStrings.optional': [{ type: 0, value: 'isteğe bağlı' }],
8003
+ 'i18nStrings.nextButtonLoadingAnnouncement': [{ type: 0, value: 'Sonraki adım yükleniyor' }],
8004
+ 'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: 'Form gönderiliyor' }],
8005
+ },
8006
+ },
7243
8007
  'zh-CN': {
7244
8008
  '[charts]': {
7245
8009
  loadingText: [{ type: 0, value: '正在加载图表' }],
@@ -7248,6 +8012,7 @@ export default {
7248
8012
  'i18nStrings.filterLabel': [{ type: 0, value: '筛选显示的数据' }],
7249
8013
  'i18nStrings.filterPlaceholder': [{ type: 0, value: '筛选数据' }],
7250
8014
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '图例' }],
8015
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '图表' }],
7251
8016
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x 轴' }],
7252
8017
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y 轴' }],
7253
8018
  },
@@ -7299,6 +8064,8 @@ export default {
7299
8064
  ],
7300
8065
  },
7301
8066
  'app-layout': {
8067
+ 'ariaLabels.drawers': [{ type: 0, value: '抽屉' }],
8068
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: '抽屉溢出' }],
7302
8069
  'ariaLabels.navigation': [{ type: 0, value: '侧导航' }],
7303
8070
  'ariaLabels.navigationClose': [{ type: 0, value: '关闭侧导航' }],
7304
8071
  'ariaLabels.navigationToggle': [{ type: 0, value: '打开侧导航' }],
@@ -7556,6 +8323,7 @@ export default {
7556
8323
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '大于' }],
7557
8324
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小于或等于' }],
7558
8325
  'i18nStrings.operatorLessText': [{ type: 0, value: '小于' }],
8326
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '开头为' }],
7559
8327
  'i18nStrings.operatorText': [{ type: 0, value: '运算符' }],
7560
8328
  'i18nStrings.operatorsText': [{ type: 0, value: '运算符' }],
7561
8329
  'i18nStrings.propertyText': [{ type: 0, value: '属性' }],
@@ -7738,6 +8506,7 @@ export default {
7738
8506
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '调整拆分面板的大小' }],
7739
8507
  },
7740
8508
  table: {
8509
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '调整按钮大小' }],
7741
8510
  'ariaLabels.submittingEditText': [{ type: 0, value: '正在提交编辑' }],
7742
8511
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '编辑成功' }],
7743
8512
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '错误' }],
@@ -7946,6 +8715,7 @@ export default {
7946
8715
  'i18nStrings.filterLabel': [{ type: 0, value: '篩選顯示的資料' }],
7947
8716
  'i18nStrings.filterPlaceholder': [{ type: 0, value: '篩選資料' }],
7948
8717
  'i18nStrings.legendAriaLabel': [{ type: 0, value: '圖例' }],
8718
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '圖表' }],
7949
8719
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'X 軸' }],
7950
8720
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Y 軸' }],
7951
8721
  },
@@ -7997,6 +8767,8 @@ export default {
7997
8767
  ],
7998
8768
  },
7999
8769
  'app-layout': {
8770
+ 'ariaLabels.drawers': [{ type: 0, value: '抽屜' }],
8771
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: '抽屜溢出' }],
8000
8772
  'ariaLabels.navigation': [{ type: 0, value: '側邊導覽' }],
8001
8773
  'ariaLabels.navigationClose': [{ type: 0, value: '關閉側邊導覽' }],
8002
8774
  'ariaLabels.navigationToggle': [{ type: 0, value: '開啟側邊導覽' }],
@@ -8254,6 +9026,7 @@ export default {
8254
9026
  'i18nStrings.operatorGreaterText': [{ type: 0, value: '大於' }],
8255
9027
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小於或等於' }],
8256
9028
  'i18nStrings.operatorLessText': [{ type: 0, value: '小於' }],
9029
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: '開始為' }],
8257
9030
  'i18nStrings.operatorText': [{ type: 0, value: '運算子' }],
8258
9031
  'i18nStrings.operatorsText': [{ type: 0, value: '運算子' }],
8259
9032
  'i18nStrings.propertyText': [{ type: 0, value: '屬性' }],
@@ -8436,6 +9209,7 @@ export default {
8436
9209
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '調整分割面板大小' }],
8437
9210
  },
8438
9211
  table: {
9212
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: '調整按鈕大小' }],
8439
9213
  'ariaLabels.submittingEditText': [{ type: 0, value: '提交編輯' }],
8440
9214
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '編輯成功' }],
8441
9215
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],