@cloudscape-design/components 3.0.416 → 3.0.418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +78 -81
- package/app-layout/index.js.map +1 -1
- package/app-layout/styles.css.js +16 -17
- package/app-layout/styles.scoped.css +19 -20
- package/app-layout/styles.selectors.js +16 -17
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +2 -1
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/common.d.ts +0 -1
- package/flashbar/common.d.ts.map +1 -1
- package/flashbar/common.js +0 -2
- package/flashbar/common.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.js +2 -1
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/i18n/messages/all.all.js +128 -5
- package/i18n/messages/all.all.json +128 -5
- package/i18n/messages/all.de.js +9 -0
- package/i18n/messages/all.de.json +9 -0
- package/i18n/messages/all.en-GB.js +9 -0
- package/i18n/messages/all.en-GB.json +9 -0
- package/i18n/messages/all.en.js +9 -0
- package/i18n/messages/all.en.json +9 -0
- package/i18n/messages/all.es.js +9 -0
- package/i18n/messages/all.es.json +9 -0
- package/i18n/messages/all.fr.js +9 -0
- package/i18n/messages/all.fr.json +9 -0
- package/i18n/messages/all.id.js +9 -0
- package/i18n/messages/all.id.json +9 -0
- package/i18n/messages/all.it.js +9 -0
- package/i18n/messages/all.it.json +9 -0
- package/i18n/messages/all.ja.js +10 -0
- package/i18n/messages/all.ja.json +10 -0
- package/i18n/messages/all.ko.js +9 -0
- package/i18n/messages/all.ko.json +9 -0
- package/i18n/messages/all.pt-BR.js +9 -0
- package/i18n/messages/all.pt-BR.json +9 -0
- package/i18n/messages/all.tr.js +19 -5
- package/i18n/messages/all.tr.json +19 -5
- package/i18n/messages/all.zh-CN.js +9 -0
- package/i18n/messages/all.zh-CN.json +9 -0
- package/i18n/messages/all.zh-TW.js +9 -0
- package/i18n/messages/all.zh-TW.json +9 -0
- package/i18n/messages-types.d.ts +1 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/status-indicator/internal.d.ts +1 -1
- package/status-indicator/internal.d.ts.map +1 -1
- package/status-indicator/internal.js.map +1 -1
- package/status-indicator/styles.css.js +23 -22
- package/status-indicator/styles.scoped.css +31 -28
- package/status-indicator/styles.selectors.js +23 -22
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +4 -7
- package/table/internal.js.map +1 -1
- package/table/node-data-cell.d.ts +15 -0
- package/table/node-data-cell.d.ts.map +1 -0
- package/table/node-data-cell.js +25 -0
- package/table/node-data-cell.js.map +1 -0
- package/table/styles.css.js +35 -34
- package/table/styles.scoped.css +40 -40
- package/table/styles.selectors.js +35 -34
- package/table/thead.d.ts +1 -1
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js.map +1 -1
package/i18n/messages/all.all.js
CHANGED
|
@@ -59,6 +59,7 @@ export default {
|
|
|
59
59
|
'app-layout': {
|
|
60
60
|
'ariaLabels.drawers': [{ type: 0, value: 'Schubladen' }],
|
|
61
61
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Überlauf der Schubladen' }],
|
|
62
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Überlauf der Schubladen mit Badge' }],
|
|
62
63
|
'ariaLabels.navigation': [{ type: 0, value: 'Seitennavigation' }],
|
|
63
64
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Seitennavigation schließen' }],
|
|
64
65
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Seitennavigation öffnen' }],
|
|
@@ -409,6 +410,14 @@ export default {
|
|
|
409
410
|
{ type: 1, value: 'token__value' },
|
|
410
411
|
],
|
|
411
412
|
},
|
|
413
|
+
starts_with: {
|
|
414
|
+
value: [
|
|
415
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
416
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
417
|
+
{ type: 0, value: ' beginnt mit ' },
|
|
418
|
+
{ type: 1, value: 'token__value' },
|
|
419
|
+
],
|
|
420
|
+
},
|
|
412
421
|
other: { value: [] },
|
|
413
422
|
},
|
|
414
423
|
},
|
|
@@ -802,6 +811,7 @@ export default {
|
|
|
802
811
|
'app-layout': {
|
|
803
812
|
'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
|
|
804
813
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
|
|
814
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Drawers overflow with badge' }],
|
|
805
815
|
'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
|
|
806
816
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
|
|
807
817
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
|
|
@@ -1140,6 +1150,14 @@ export default {
|
|
|
1140
1150
|
{ type: 1, value: 'token__value' },
|
|
1141
1151
|
],
|
|
1142
1152
|
},
|
|
1153
|
+
starts_with: {
|
|
1154
|
+
value: [
|
|
1155
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
1156
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1157
|
+
{ type: 0, value: ' starts with ' },
|
|
1158
|
+
{ type: 1, value: 'token__value' },
|
|
1159
|
+
],
|
|
1160
|
+
},
|
|
1143
1161
|
other: { value: [] },
|
|
1144
1162
|
},
|
|
1145
1163
|
},
|
|
@@ -1525,6 +1543,7 @@ export default {
|
|
|
1525
1543
|
'app-layout': {
|
|
1526
1544
|
'ariaLabels.drawers': [{ type: 0, value: 'Drawers' }],
|
|
1527
1545
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Drawers overflow' }],
|
|
1546
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Drawers overflow with badge' }],
|
|
1528
1547
|
'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
|
|
1529
1548
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
|
|
1530
1549
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
|
|
@@ -1863,6 +1882,14 @@ export default {
|
|
|
1863
1882
|
{ type: 1, value: 'token__value' },
|
|
1864
1883
|
],
|
|
1865
1884
|
},
|
|
1885
|
+
starts_with: {
|
|
1886
|
+
value: [
|
|
1887
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
1888
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1889
|
+
{ type: 0, value: ' starts with ' },
|
|
1890
|
+
{ type: 1, value: 'token__value' },
|
|
1891
|
+
],
|
|
1892
|
+
},
|
|
1866
1893
|
other: { value: [] },
|
|
1867
1894
|
},
|
|
1868
1895
|
},
|
|
@@ -2248,6 +2275,7 @@ export default {
|
|
|
2248
2275
|
'app-layout': {
|
|
2249
2276
|
'ariaLabels.drawers': [{ type: 0, value: 'Cajones' }],
|
|
2250
2277
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Desbordamiento de cajones' }],
|
|
2278
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Desbordamiento de cajones con insignia' }],
|
|
2251
2279
|
'ariaLabels.navigation': [{ type: 0, value: 'Navegación lateral' }],
|
|
2252
2280
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Cerrar navegación lateral' }],
|
|
2253
2281
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegación lateral' }],
|
|
@@ -2585,6 +2613,14 @@ export default {
|
|
|
2585
2613
|
{ type: 1, value: 'token__value' },
|
|
2586
2614
|
],
|
|
2587
2615
|
},
|
|
2616
|
+
starts_with: {
|
|
2617
|
+
value: [
|
|
2618
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
2619
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
2620
|
+
{ type: 0, value: ' comienza con ' },
|
|
2621
|
+
{ type: 1, value: 'token__value' },
|
|
2622
|
+
],
|
|
2623
|
+
},
|
|
2588
2624
|
other: { value: [] },
|
|
2589
2625
|
},
|
|
2590
2626
|
},
|
|
@@ -2976,6 +3012,7 @@ export default {
|
|
|
2976
3012
|
'app-layout': {
|
|
2977
3013
|
'ariaLabels.drawers': [{ type: 0, value: 'Tiroirs' }],
|
|
2978
3014
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Débordement de tiroirs' }],
|
|
3015
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Débordement de tiroirs avec badge' }],
|
|
2979
3016
|
'ariaLabels.navigation': [{ type: 0, value: 'Navigation latérale' }],
|
|
2980
3017
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Fermer la navigation latérale' }],
|
|
2981
3018
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Ouvrir la navigation latérale' }],
|
|
@@ -3327,6 +3364,14 @@ export default {
|
|
|
3327
3364
|
{ type: 1, value: 'token__value' },
|
|
3328
3365
|
],
|
|
3329
3366
|
},
|
|
3367
|
+
starts_with: {
|
|
3368
|
+
value: [
|
|
3369
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
3370
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
3371
|
+
{ type: 0, value: ' commence par ' },
|
|
3372
|
+
{ type: 1, value: 'token__value' },
|
|
3373
|
+
],
|
|
3374
|
+
},
|
|
3330
3375
|
other: { value: [] },
|
|
3331
3376
|
},
|
|
3332
3377
|
},
|
|
@@ -3737,6 +3782,7 @@ export default {
|
|
|
3737
3782
|
'app-layout': {
|
|
3738
3783
|
'ariaLabels.drawers': [{ type: 0, value: 'Laci' }],
|
|
3739
3784
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Tambahan laci' }],
|
|
3785
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Tambahan laci dengan lencana' }],
|
|
3740
3786
|
'ariaLabels.navigation': [{ type: 0, value: 'Navigasi samping' }],
|
|
3741
3787
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Tutup navigasi samping' }],
|
|
3742
3788
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Buka navigasi samping' }],
|
|
@@ -4066,6 +4112,14 @@ export default {
|
|
|
4066
4112
|
{ type: 1, value: 'token__value' },
|
|
4067
4113
|
],
|
|
4068
4114
|
},
|
|
4115
|
+
starts_with: {
|
|
4116
|
+
value: [
|
|
4117
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
4118
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
4119
|
+
{ type: 0, value: ' dimulai dengan ' },
|
|
4120
|
+
{ type: 1, value: 'token__value' },
|
|
4121
|
+
],
|
|
4122
|
+
},
|
|
4069
4123
|
other: { value: [] },
|
|
4070
4124
|
},
|
|
4071
4125
|
},
|
|
@@ -4457,6 +4511,7 @@ export default {
|
|
|
4457
4511
|
'app-layout': {
|
|
4458
4512
|
'ariaLabels.drawers': [{ type: 0, value: 'Cassetti' }],
|
|
4459
4513
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Overflow dei cassetti' }],
|
|
4514
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Overflow dei cassetti con badge' }],
|
|
4460
4515
|
'ariaLabels.navigation': [{ type: 0, value: 'Navigazione laterale' }],
|
|
4461
4516
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Chiudi navigazione laterale' }],
|
|
4462
4517
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Apri navigazione laterale' }],
|
|
@@ -4796,6 +4851,14 @@ export default {
|
|
|
4796
4851
|
{ type: 1, value: 'token__value' },
|
|
4797
4852
|
],
|
|
4798
4853
|
},
|
|
4854
|
+
starts_with: {
|
|
4855
|
+
value: [
|
|
4856
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
4857
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
4858
|
+
{ type: 0, value: ' inizia con ' },
|
|
4859
|
+
{ type: 1, value: 'token__value' },
|
|
4860
|
+
],
|
|
4861
|
+
},
|
|
4799
4862
|
other: { value: [] },
|
|
4800
4863
|
},
|
|
4801
4864
|
},
|
|
@@ -5191,6 +5254,7 @@ export default {
|
|
|
5191
5254
|
'app-layout': {
|
|
5192
5255
|
'ariaLabels.drawers': [{ type: 0, value: 'ドロワー' }],
|
|
5193
5256
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'ドロワーオーバーフロー' }],
|
|
5257
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'バッジでドロワーがオーバーフローしています' }],
|
|
5194
5258
|
'ariaLabels.navigation': [{ type: 0, value: 'サイドナビゲーション' }],
|
|
5195
5259
|
'ariaLabels.navigationClose': [{ type: 0, value: 'サイドナビゲーションを閉じる' }],
|
|
5196
5260
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
|
|
@@ -5534,6 +5598,15 @@ export default {
|
|
|
5534
5598
|
{ type: 0, value: ' を含まない' },
|
|
5535
5599
|
],
|
|
5536
5600
|
},
|
|
5601
|
+
starts_with: {
|
|
5602
|
+
value: [
|
|
5603
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
5604
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
5605
|
+
{ type: 0, value: ' は ' },
|
|
5606
|
+
{ type: 1, value: 'token__value' },
|
|
5607
|
+
{ type: 0, value: ' で始まる' },
|
|
5608
|
+
],
|
|
5609
|
+
},
|
|
5537
5610
|
other: { value: [] },
|
|
5538
5611
|
},
|
|
5539
5612
|
},
|
|
@@ -5916,6 +5989,7 @@ export default {
|
|
|
5916
5989
|
'app-layout': {
|
|
5917
5990
|
'ariaLabels.drawers': [{ type: 0, value: '드로어' }],
|
|
5918
5991
|
'ariaLabels.drawersOverflow': [{ type: 0, value: '드로어 오버플로' }],
|
|
5992
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: '배지 포함 드로어 오버플로' }],
|
|
5919
5993
|
'ariaLabels.navigation': [{ type: 0, value: '측면 탐색' }],
|
|
5920
5994
|
'ariaLabels.navigationClose': [{ type: 0, value: '측면 탐색 닫기' }],
|
|
5921
5995
|
'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
|
|
@@ -6245,6 +6319,14 @@ export default {
|
|
|
6245
6319
|
{ type: 0, value: '을(를) 포함하지 않음 필터 제거' },
|
|
6246
6320
|
],
|
|
6247
6321
|
},
|
|
6322
|
+
starts_with: {
|
|
6323
|
+
value: [
|
|
6324
|
+
{ type: 0, value: '필터 제거, ' },
|
|
6325
|
+
{ type: 1, value: 'token__value' },
|
|
6326
|
+
{ type: 0, value: '(으)로 시작하는 ' },
|
|
6327
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
6328
|
+
],
|
|
6329
|
+
},
|
|
6248
6330
|
other: { value: [] },
|
|
6249
6331
|
},
|
|
6250
6332
|
},
|
|
@@ -6617,6 +6699,7 @@ export default {
|
|
|
6617
6699
|
'app-layout': {
|
|
6618
6700
|
'ariaLabels.drawers': [{ type: 0, value: 'Gavetas' }],
|
|
6619
6701
|
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Transbordamento de gavetas' }],
|
|
6702
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Transbordamento de gavetas com emblema' }],
|
|
6620
6703
|
'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
|
|
6621
6704
|
'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
|
|
6622
6705
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
|
|
@@ -6963,6 +7046,14 @@ export default {
|
|
|
6963
7046
|
{ type: 1, value: 'token__value' },
|
|
6964
7047
|
],
|
|
6965
7048
|
},
|
|
7049
|
+
starts_with: {
|
|
7050
|
+
value: [
|
|
7051
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
7052
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
7053
|
+
{ type: 0, value: ' começa com ' },
|
|
7054
|
+
{ type: 1, value: 'token__value' },
|
|
7055
|
+
],
|
|
7056
|
+
},
|
|
6966
7057
|
other: { value: [] },
|
|
6967
7058
|
},
|
|
6968
7059
|
},
|
|
@@ -7347,9 +7438,12 @@ export default {
|
|
|
7347
7438
|
],
|
|
7348
7439
|
},
|
|
7349
7440
|
'app-layout': {
|
|
7350
|
-
'ariaLabels.
|
|
7351
|
-
'ariaLabels.
|
|
7352
|
-
'ariaLabels.
|
|
7441
|
+
'ariaLabels.drawers': [{ type: 0, value: 'Çekmeceler' }],
|
|
7442
|
+
'ariaLabels.drawersOverflow': [{ type: 0, value: 'Çekmece taşması' }],
|
|
7443
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'Rozetli çekmece taşması' }],
|
|
7444
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Yan gezinti bölmesi' }],
|
|
7445
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Yan gezinti bölmesini kapat' }],
|
|
7446
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Yan gezinti bölmesini aç' }],
|
|
7353
7447
|
'ariaLabels.notifications': [{ type: 0, value: 'Bildirimler' }],
|
|
7354
7448
|
'ariaLabels.tools': [{ type: 0, value: 'Yardım paneli' }],
|
|
7355
7449
|
'ariaLabels.toolsClose': [{ type: 0, value: 'Yardım panelini kapat' }],
|
|
@@ -7552,6 +7646,7 @@ export default {
|
|
|
7552
7646
|
},
|
|
7553
7647
|
],
|
|
7554
7648
|
},
|
|
7649
|
+
drawer: { 'i18nStrings.loadingText': [{ type: 0, value: 'İçerik yükleniyor' }] },
|
|
7555
7650
|
flashbar: {
|
|
7556
7651
|
'i18nStrings.ariaLabel': [{ type: 0, value: 'Bildirimler' }],
|
|
7557
7652
|
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
|
|
@@ -7586,7 +7681,7 @@ export default {
|
|
|
7586
7681
|
'pie-chart': {
|
|
7587
7682
|
'i18nStrings.detailsValue': [{ type: 0, value: 'Değer' }],
|
|
7588
7683
|
'i18nStrings.detailsPercentage': [{ type: 0, value: 'Yüzde' }],
|
|
7589
|
-
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pasta
|
|
7684
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pasta grafik' }],
|
|
7590
7685
|
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segment' }],
|
|
7591
7686
|
},
|
|
7592
7687
|
popover: { dismissAriaLabel: [{ type: 0, value: 'Açılır pencereyi kapat' }] },
|
|
@@ -7608,6 +7703,7 @@ export default {
|
|
|
7608
7703
|
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Büyüktür' }],
|
|
7609
7704
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Küçük veya eşittir' }],
|
|
7610
7705
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Küçüktür' }],
|
|
7706
|
+
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'İle başlar' }],
|
|
7611
7707
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operatör' }],
|
|
7612
7708
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatörler' }],
|
|
7613
7709
|
'i18nStrings.propertyText': [{ type: 0, value: 'Özellik' }],
|
|
@@ -7683,6 +7779,14 @@ export default {
|
|
|
7683
7779
|
{ type: 0, value: ' değerini içermez filtresini kaldır' },
|
|
7684
7780
|
],
|
|
7685
7781
|
},
|
|
7782
|
+
starts_with: {
|
|
7783
|
+
value: [
|
|
7784
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
7785
|
+
{ type: 0, value: ', ' },
|
|
7786
|
+
{ type: 1, value: 'token__value' },
|
|
7787
|
+
{ type: 0, value: ' değerinden şunla başlar filtresini kaldır' },
|
|
7788
|
+
],
|
|
7789
|
+
},
|
|
7686
7790
|
other: { value: [] },
|
|
7687
7791
|
},
|
|
7688
7792
|
},
|
|
@@ -7759,7 +7863,7 @@ export default {
|
|
|
7759
7863
|
{ type: 0, value: ' bul' },
|
|
7760
7864
|
],
|
|
7761
7865
|
'i18nStrings.labelRefresh': [{ type: 0, value: 'Verileri yenile' }],
|
|
7762
|
-
'i18nStrings.labelBreadcrumbs': [{ type: 0, value:
|
|
7866
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 gezintisi' }],
|
|
7763
7867
|
'i18nStrings.filteringCounterText': [
|
|
7764
7868
|
{
|
|
7765
7869
|
type: 6,
|
|
@@ -7798,6 +7902,7 @@ export default {
|
|
|
7798
7902
|
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Bölünmüş paneli yeniden boyutlandır' }],
|
|
7799
7903
|
},
|
|
7800
7904
|
table: {
|
|
7905
|
+
'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'yeniden boyutlandırma düğmesi' }],
|
|
7801
7906
|
'ariaLabels.submittingEditText': [{ type: 0, value: 'Düzenleme gönderiliyor' }],
|
|
7802
7907
|
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Düzenleme başarılı' }],
|
|
7803
7908
|
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
|
|
@@ -8066,6 +8171,7 @@ export default {
|
|
|
8066
8171
|
'app-layout': {
|
|
8067
8172
|
'ariaLabels.drawers': [{ type: 0, value: '抽屉' }],
|
|
8068
8173
|
'ariaLabels.drawersOverflow': [{ type: 0, value: '抽屉溢出' }],
|
|
8174
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: '抽屉中徽章溢出' }],
|
|
8069
8175
|
'ariaLabels.navigation': [{ type: 0, value: '侧导航' }],
|
|
8070
8176
|
'ariaLabels.navigationClose': [{ type: 0, value: '关闭侧导航' }],
|
|
8071
8177
|
'ariaLabels.navigationToggle': [{ type: 0, value: '打开侧导航' }],
|
|
@@ -8399,6 +8505,14 @@ export default {
|
|
|
8399
8505
|
{ type: 1, value: 'token__value' },
|
|
8400
8506
|
],
|
|
8401
8507
|
},
|
|
8508
|
+
starts_with: {
|
|
8509
|
+
value: [
|
|
8510
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
8511
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
8512
|
+
{ type: 0, value: ' 开头为 ' },
|
|
8513
|
+
{ type: 1, value: 'token__value' },
|
|
8514
|
+
],
|
|
8515
|
+
},
|
|
8402
8516
|
other: { value: [] },
|
|
8403
8517
|
},
|
|
8404
8518
|
},
|
|
@@ -8769,6 +8883,7 @@ export default {
|
|
|
8769
8883
|
'app-layout': {
|
|
8770
8884
|
'ariaLabels.drawers': [{ type: 0, value: '抽屜' }],
|
|
8771
8885
|
'ariaLabels.drawersOverflow': [{ type: 0, value: '抽屜溢出' }],
|
|
8886
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: '抽屜中徽章溢出' }],
|
|
8772
8887
|
'ariaLabels.navigation': [{ type: 0, value: '側邊導覽' }],
|
|
8773
8888
|
'ariaLabels.navigationClose': [{ type: 0, value: '關閉側邊導覽' }],
|
|
8774
8889
|
'ariaLabels.navigationToggle': [{ type: 0, value: '開啟側邊導覽' }],
|
|
@@ -9102,6 +9217,14 @@ export default {
|
|
|
9102
9217
|
{ type: 1, value: 'token__value' },
|
|
9103
9218
|
],
|
|
9104
9219
|
},
|
|
9220
|
+
starts_with: {
|
|
9221
|
+
value: [
|
|
9222
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
9223
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
9224
|
+
{ type: 0, value: ' 開始為 ' },
|
|
9225
|
+
{ type: 1, value: 'token__value' },
|
|
9226
|
+
],
|
|
9227
|
+
},
|
|
9105
9228
|
other: { value: [] },
|
|
9106
9229
|
},
|
|
9107
9230
|
},
|