@cloudscape-design/components 3.0.309 → 3.0.311
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/button/internal.d.ts +6 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +6 -8
- package/button/internal.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/date-range-picker/calendar/header/index.js +4 -2
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.js +1 -1
- package/date-range-picker/calendar/index.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +14 -1
- package/form/index.js.map +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +3 -4
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +2 -3
- package/form-field/internal.js.map +1 -1
- package/i18n/context.d.ts +14 -7
- package/i18n/context.d.ts.map +1 -1
- package/i18n/context.js.map +1 -1
- package/i18n/messages/all.all.js +3692 -538
- package/i18n/messages/all.all.json +3756 -577
- package/i18n/messages/all.de.js +317 -22
- package/i18n/messages/all.de.json +324 -27
- package/i18n/messages/all.en-GB.js +306 -21
- package/i18n/messages/all.en-GB.json +309 -24
- package/i18n/messages/all.en.js +11 -11
- package/i18n/messages/all.en.json +11 -11
- package/i18n/messages/all.es.js +311 -22
- package/i18n/messages/all.es.json +318 -25
- package/i18n/messages/all.fr.js +335 -27
- package/i18n/messages/all.fr.json +343 -30
- package/i18n/messages/all.id.js +319 -28
- package/i18n/messages/all.id.json +322 -31
- package/i18n/messages/all.it.js +320 -27
- package/i18n/messages/all.it.json +326 -30
- package/i18n/messages/all.ja.js +312 -28
- package/i18n/messages/all.ja.json +315 -30
- package/i18n/messages/all.ko.js +304 -24
- package/i18n/messages/all.ko.json +312 -25
- package/i18n/messages/all.pt-BR.js +313 -28
- package/i18n/messages/all.pt-BR.json +325 -31
- package/i18n/messages/all.zh-CN.js +301 -29
- package/i18n/messages/all.zh-CN.json +300 -31
- package/i18n/messages/all.zh-TW.js +295 -23
- package/i18n/messages/all.zh-TW.json +294 -25
- package/i18n/messages-types.d.ts +435 -0
- package/i18n/messages-types.d.ts.map +1 -0
- package/i18n/messages-types.js +5 -0
- package/i18n/messages-types.js.map +1 -0
- package/i18n/provider.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts +2 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +6 -4
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +2 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +2 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +3 -7
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +2 -7
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
- package/internal/components/cartesian-chart/left-labels.js +1 -1
- package/internal/components/cartesian-chart/left-labels.js.map +1 -1
- package/internal/components/focus-lock/index.js +20 -19
- package/internal/components/focus-lock/index.js.map +1 -1
- package/internal/context/button-context.d.ts +10 -0
- package/internal/context/button-context.d.ts.map +1 -0
- package/internal/context/button-context.js +10 -0
- package/internal/context/button-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/i18n/messages/all.all.js +3692 -538
- package/internal/i18n/messages/all.all.json +3756 -577
- package/internal/i18n/messages/all.de.js +317 -22
- package/internal/i18n/messages/all.de.json +324 -27
- package/internal/i18n/messages/all.en-GB.js +306 -21
- package/internal/i18n/messages/all.en-GB.json +309 -24
- package/internal/i18n/messages/all.en.js +11 -11
- package/internal/i18n/messages/all.en.json +11 -11
- package/internal/i18n/messages/all.es.js +311 -22
- package/internal/i18n/messages/all.es.json +318 -25
- package/internal/i18n/messages/all.fr.js +335 -27
- package/internal/i18n/messages/all.fr.json +343 -30
- package/internal/i18n/messages/all.id.js +319 -28
- package/internal/i18n/messages/all.id.json +322 -31
- package/internal/i18n/messages/all.it.js +320 -27
- package/internal/i18n/messages/all.it.json +326 -30
- package/internal/i18n/messages/all.ja.js +312 -28
- package/internal/i18n/messages/all.ja.json +315 -30
- package/internal/i18n/messages/all.ko.js +304 -24
- package/internal/i18n/messages/all.ko.json +312 -25
- package/internal/i18n/messages/all.pt-BR.js +313 -28
- package/internal/i18n/messages/all.pt-BR.json +325 -31
- package/internal/i18n/messages/all.zh-CN.js +301 -29
- package/internal/i18n/messages/all.zh-CN.json +300 -31
- package/internal/i18n/messages/all.zh-TW.js +295 -23
- package/internal/i18n/messages/all.zh-TW.json +294 -25
- package/internal/manifest.json +1 -1
- package/modal/internal.js +1 -1
- package/modal/internal.js.map +1 -1
- package/package.json +1 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +4 -4
- package/pagination/internal.js.map +1 -1
- package/pie-chart/utils.d.ts +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.js.map +1 -1
- package/s3-resource-selector/interfaces.d.ts +3 -0
- package/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/s3-resource-selector/interfaces.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +1 -1
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js +2 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/index.js +1 -1
- package/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/space-between/interfaces.d.ts +5 -0
- package/space-between/interfaces.d.ts.map +1 -1
- package/space-between/interfaces.js.map +1 -1
- package/space-between/internal.d.ts +1 -1
- package/space-between/internal.d.ts.map +1 -1
- package/space-between/internal.js +2 -2
- package/space-between/internal.js.map +1 -1
- package/space-between/styles.css.js +21 -20
- package/space-between/styles.scoped.css +25 -21
- package/space-between/styles.selectors.js +21 -20
- package/tag-editor/interfaces.d.ts +1 -0
- package/tag-editor/interfaces.d.ts.map +1 -1
- package/tag-editor/interfaces.js.map +1 -1
- package/tag-editor/validation.d.ts +1 -1
- package/tag-editor/validation.d.ts.map +1 -1
- package/tag-editor/validation.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
- package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
- package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
- package/wizard/internal.d.ts.map +1 -1
- package/wizard/internal.js +4 -2
- package/wizard/internal.js.map +1 -1
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +1 -2
- package/wizard/wizard-form.js.map +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
'@cloudscape-design/components': {
|
|
3
3
|
'zh-TW': {
|
|
4
|
-
alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
|
|
5
4
|
'[charts]': {
|
|
6
5
|
loadingText: [{ type: 0, value: '正在載入圖表' }],
|
|
7
6
|
errorText: [{ type: 0, value: '無法擷取資料。請稍後再試一次。' }],
|
|
@@ -9,10 +8,10 @@ export default {
|
|
|
9
8
|
'i18nStrings.filterLabel': [{ type: 0, value: '篩選顯示的資料' }],
|
|
10
9
|
'i18nStrings.filterPlaceholder': [{ type: 0, value: '篩選資料' }],
|
|
11
10
|
'i18nStrings.legendAriaLabel': [{ type: 0, value: '圖例' }],
|
|
12
|
-
'i18nStrings.detailPopoverDismissAriaLabel': [{ type: 0, value: '關閉' }],
|
|
13
11
|
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'X 軸' }],
|
|
14
12
|
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Y 軸' }],
|
|
15
13
|
},
|
|
14
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
|
|
16
15
|
'annotation-context': {
|
|
17
16
|
'i18nStrings.nextButtonText': [{ type: 0, value: '下一步' }],
|
|
18
17
|
'i18nStrings.previousButtonText': [{ type: 0, value: '上一步' }],
|
|
@@ -65,20 +64,18 @@ export default {
|
|
|
65
64
|
'ariaLabels.navigationToggle': [{ type: 0, value: '開啟側邊導覽' }],
|
|
66
65
|
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
67
66
|
'ariaLabels.tools': [{ type: 0, value: '說明面板' }],
|
|
68
|
-
'ariaLabels.toolsClose': [{ type: 0, value: '
|
|
69
|
-
'ariaLabels.toolsToggle': [{ type: 0, value: '
|
|
67
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '關閉說明面板' }],
|
|
68
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '開啟說明面板' }],
|
|
70
69
|
},
|
|
71
70
|
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: '合計' }] },
|
|
72
|
-
'attribute-editor': {
|
|
73
|
-
removeButtonText: [{ type: 0, value: '移除' }],
|
|
74
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
|
|
75
|
-
},
|
|
71
|
+
'attribute-editor': { removeButtonText: [{ type: 0, value: '移除' }] },
|
|
76
72
|
autosuggest: {
|
|
77
73
|
errorIconAriaLabel: [{ type: 0, value: '錯誤' }],
|
|
78
74
|
selectedAriaLabel: [{ type: 0, value: '已選取' }],
|
|
79
75
|
enteredTextLabel: [
|
|
80
|
-
{ type: 0, value: '
|
|
76
|
+
{ type: 0, value: '使用:“' },
|
|
81
77
|
{ type: 1, value: 'value' },
|
|
78
|
+
{ type: 0, value: '”' },
|
|
82
79
|
],
|
|
83
80
|
recoveryText: [{ type: 0, value: '重試' }],
|
|
84
81
|
},
|
|
@@ -142,6 +139,62 @@ export default {
|
|
|
142
139
|
{ type: 0, value: ' 個位置) 拾取了項目' },
|
|
143
140
|
],
|
|
144
141
|
'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: '重新排序已取消' }],
|
|
142
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': [
|
|
143
|
+
{
|
|
144
|
+
type: 5,
|
|
145
|
+
value: 'isInitialPosition',
|
|
146
|
+
options: {
|
|
147
|
+
true: {
|
|
148
|
+
value: [
|
|
149
|
+
{ type: 0, value: '將項目移回 ' },
|
|
150
|
+
{ type: 1, value: 'currentPosition' },
|
|
151
|
+
{ type: 0, value: ' 位置 (共 ' },
|
|
152
|
+
{ type: 1, value: 'total' },
|
|
153
|
+
{ type: 0, value: ' 個位置)' },
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
false: {
|
|
157
|
+
value: [
|
|
158
|
+
{ type: 0, value: '將項目移到 ' },
|
|
159
|
+
{ type: 1, value: 'currentPosition' },
|
|
160
|
+
{ type: 0, value: ' 位置 (共 ' },
|
|
161
|
+
{ type: 1, value: 'total' },
|
|
162
|
+
{ type: 0, value: ' 個位置)' },
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
other: { value: [] },
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
|
|
170
|
+
{
|
|
171
|
+
type: 5,
|
|
172
|
+
value: 'isInitialPosition',
|
|
173
|
+
options: {
|
|
174
|
+
true: {
|
|
175
|
+
value: [
|
|
176
|
+
{ type: 0, value: '項目移回原來的 ' },
|
|
177
|
+
{ type: 1, value: 'initialPosition' },
|
|
178
|
+
{ type: 0, value: ' 位置 (共 ' },
|
|
179
|
+
{ type: 1, value: 'total' },
|
|
180
|
+
{ type: 0, value: ' 個位置)' },
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
false: {
|
|
184
|
+
value: [
|
|
185
|
+
{ type: 0, value: '項目已從 ' },
|
|
186
|
+
{ type: 1, value: 'initialPosition' },
|
|
187
|
+
{ type: 0, value: ' 位置移到 ' },
|
|
188
|
+
{ type: 1, value: 'finalPosition' },
|
|
189
|
+
{ type: 0, value: ' 位置 (共 ' },
|
|
190
|
+
{ type: 1, value: 'total' },
|
|
191
|
+
{ type: 0, value: ' 個位置)' },
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
other: { value: [] },
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
],
|
|
145
198
|
},
|
|
146
199
|
'date-range-picker': {
|
|
147
200
|
'i18nStrings.relativeModeTitle': [{ type: 0, value: '相對模式' }],
|
|
@@ -216,12 +269,18 @@ export default {
|
|
|
216
269
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
217
270
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
218
271
|
},
|
|
219
|
-
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
220
272
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }] },
|
|
273
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
221
274
|
'help-panel': { loadingText: [{ type: 0, value: '載入內容' }] },
|
|
222
275
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
223
276
|
link: { externalIconAriaLabel: [{ type: 0, value: '在新索引標籤中開啟' }] },
|
|
224
277
|
modal: { closeAriaLabel: [{ type: 0, value: '關閉強制回應' }] },
|
|
278
|
+
multiselect: {
|
|
279
|
+
deselectAriaLabel: [
|
|
280
|
+
{ type: 0, value: '移除 ' },
|
|
281
|
+
{ type: 1, value: 'option__label' },
|
|
282
|
+
],
|
|
283
|
+
},
|
|
225
284
|
pagination: {
|
|
226
285
|
'ariaLabels.nextPageLabel': [{ type: 0, value: '下一頁' }],
|
|
227
286
|
'ariaLabels.pageLabel': [
|
|
@@ -232,15 +291,10 @@ export default {
|
|
|
232
291
|
'ariaLabels.previousPageLabel': [{ type: 0, value: '上一頁' }],
|
|
233
292
|
},
|
|
234
293
|
'pie-chart': {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
multiselect: {
|
|
240
|
-
deselectAriaLabel: [
|
|
241
|
-
{ type: 0, value: '移除 ' },
|
|
242
|
-
{ type: 1, value: 'option__label' },
|
|
243
|
-
],
|
|
294
|
+
'i18nStrings.detailsValue': [{ type: 0, value: '值' }],
|
|
295
|
+
'i18nStrings.detailsPercentage': [{ type: 0, value: '百分比' }],
|
|
296
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '圓餅圖' }],
|
|
297
|
+
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: '區段' }],
|
|
244
298
|
},
|
|
245
299
|
popover: { dismissAriaLabel: [{ type: 0, value: '關閉彈出視窗' }] },
|
|
246
300
|
'property-filter': {
|
|
@@ -341,19 +395,237 @@ export default {
|
|
|
341
395
|
},
|
|
342
396
|
],
|
|
343
397
|
},
|
|
344
|
-
's3-resource-selector': {
|
|
345
|
-
|
|
346
|
-
|
|
398
|
+
's3-resource-selector': {
|
|
399
|
+
'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: '選擇一個版本' }],
|
|
400
|
+
'i18nStrings.inContextBrowseButton': [{ type: 0, value: '瀏覽 S3' }],
|
|
401
|
+
'i18nStrings.inContextViewButton': [{ type: 0, value: '檢視' }],
|
|
402
|
+
'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: '檢視 (在新索引標籤中開啟)' }],
|
|
403
|
+
'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在載入資源' }],
|
|
404
|
+
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
405
|
+
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '選取版本' }],
|
|
406
|
+
'i18nStrings.modalTitle': [{ type: 0, value: '選擇 S3 中的存檔' }],
|
|
407
|
+
'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
|
|
408
|
+
'i18nStrings.modalSubmitButton': [{ type: 0, value: '選擇' }],
|
|
409
|
+
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 儲存貯體' }],
|
|
410
|
+
'i18nStrings.selectionBuckets': [{ type: 0, value: '儲存貯體' }],
|
|
411
|
+
'i18nStrings.selectionObjects': [{ type: 0, value: '物件' }],
|
|
412
|
+
'i18nStrings.selectionVersions': [{ type: 0, value: '版本' }],
|
|
413
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: '尋找儲存貯體' }],
|
|
414
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: '按前綴查找物件' }],
|
|
415
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: '尋找版本' }],
|
|
416
|
+
'i18nStrings.selectionBucketsLoading': [{ type: 0, value: '裝載儲存貯體' }],
|
|
417
|
+
'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: '沒有儲存貯體' }],
|
|
418
|
+
'i18nStrings.selectionObjectsLoading': [{ type: 0, value: '載入物件' }],
|
|
419
|
+
'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: '沒有物件' }],
|
|
420
|
+
'i18nStrings.selectionVersionsLoading': [{ type: 0, value: '載入版本' }],
|
|
421
|
+
'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: '沒有版本' }],
|
|
422
|
+
'i18nStrings.filteringNoMatches': [{ type: 0, value: '無相符項目' }],
|
|
423
|
+
'i18nStrings.filteringCantFindMatch': [{ type: 0, value: '找不到相符項目' }],
|
|
424
|
+
'i18nStrings.clearFilterButtonText': [{ type: 0, value: '清除篩選條件' }],
|
|
425
|
+
'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
|
|
426
|
+
'i18nStrings.columnBucketName': [{ type: 0, value: '名稱' }],
|
|
427
|
+
'i18nStrings.columnBucketCreationDate': [{ type: 0, value: '建立日期' }],
|
|
428
|
+
'i18nStrings.columnBucketRegion': [{ type: 0, value: '區域' }],
|
|
429
|
+
'i18nStrings.columnObjectKey': [{ type: 0, value: '索引鍵' }],
|
|
430
|
+
'i18nStrings.columnObjectLastModified': [{ type: 0, value: '上次修改' }],
|
|
431
|
+
'i18nStrings.columnObjectSize': [{ type: 0, value: '尺寸' }],
|
|
432
|
+
'i18nStrings.columnVersionID': [{ type: 0, value: '版本 ID' }],
|
|
433
|
+
'i18nStrings.columnVersionLastModified': [{ type: 0, value: '上次修改' }],
|
|
434
|
+
'i18nStrings.columnVersionSize': [{ type: 0, value: '尺寸' }],
|
|
435
|
+
'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路徑必須以 s3:// 開頭' }],
|
|
436
|
+
'i18nStrings.validationBucketLowerCase': [{ type: 0, value: '儲存貯體名稱必須以小寫字元或數字開頭。' }],
|
|
437
|
+
'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: '儲存貯體名稱不得包含大寫字元。' }],
|
|
438
|
+
'i18nStrings.validationBucketLength': [{ type: 0, value: '儲存貯體名稱必須介於 3 到 63 個字元之間。' }],
|
|
439
|
+
'i18nStrings.validationBucketMustComplyDns': [{ type: 0, value: '儲存貯體名稱必須符合 DNS 命名慣例。' }],
|
|
440
|
+
'i18nStrings.labelSortedDescending': [
|
|
441
|
+
{ type: 1, value: 'columnName' },
|
|
442
|
+
{ type: 0, value: ',遞減排序' },
|
|
443
|
+
],
|
|
444
|
+
'i18nStrings.labelSortedAscending': [
|
|
445
|
+
{ type: 1, value: 'columnName' },
|
|
446
|
+
{ type: 0, value: ',升序排序' },
|
|
447
|
+
],
|
|
448
|
+
'i18nStrings.labelNotSorted': [
|
|
449
|
+
{ type: 1, value: 'columnName' },
|
|
450
|
+
{ type: 0, value: ',未排序' },
|
|
451
|
+
],
|
|
452
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: '儲存貯體' }],
|
|
453
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
|
|
454
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: '物件' }],
|
|
455
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
|
|
456
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: '版本' }],
|
|
457
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
|
|
458
|
+
'i18nStrings.labelFiltering': [
|
|
459
|
+
{ type: 0, value: '尋找 ' },
|
|
460
|
+
{ type: 1, value: 'itemsType' },
|
|
461
|
+
],
|
|
462
|
+
'i18nStrings.labelRefresh': [{ type: 0, value: '重新整理資料' }],
|
|
463
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 導覽' }],
|
|
464
|
+
'i18nStrings.filteringCounterText': [
|
|
465
|
+
{
|
|
466
|
+
type: 6,
|
|
467
|
+
value: 'count',
|
|
468
|
+
options: {
|
|
469
|
+
one: { value: [{ type: 0, value: '1 個符合' }] },
|
|
470
|
+
other: {
|
|
471
|
+
value: [
|
|
472
|
+
{ type: 1, value: 'count' },
|
|
473
|
+
{ type: 0, value: ' 個符合' },
|
|
474
|
+
],
|
|
475
|
+
},
|
|
476
|
+
},
|
|
477
|
+
offset: 0,
|
|
478
|
+
pluralType: 'cardinal',
|
|
479
|
+
},
|
|
480
|
+
],
|
|
481
|
+
},
|
|
482
|
+
select: {
|
|
483
|
+
errorIconAriaLabel: [{ type: 0, value: '錯誤' }],
|
|
484
|
+
selectedAriaLabel: [{ type: 0, value: '已選取' }],
|
|
485
|
+
recoveryText: [{ type: 0, value: '重試' }],
|
|
486
|
+
},
|
|
487
|
+
'split-panel': {
|
|
488
|
+
'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: '關閉面板' }],
|
|
489
|
+
'i18nStrings.openButtonAriaLabel': [{ type: 0, value: '打開面板' }],
|
|
490
|
+
'i18nStrings.preferencesTitle': [{ type: 0, value: '分割面板偏好' }],
|
|
491
|
+
'i18nStrings.preferencesPositionLabel': [{ type: 0, value: '分割面板位置' }],
|
|
492
|
+
'i18nStrings.preferencesPositionDescription': [{ type: 0, value: '選擇服務的預設分割面板位置。' }],
|
|
493
|
+
'i18nStrings.preferencesPositionSide': [{ type: 0, value: '側邊' }],
|
|
494
|
+
'i18nStrings.preferencesPositionBottom': [{ type: 0, value: '底部' }],
|
|
495
|
+
'i18nStrings.preferencesConfirm': [{ type: 0, value: '確認' }],
|
|
496
|
+
'i18nStrings.preferencesCancel': [{ type: 0, value: '取消' }],
|
|
497
|
+
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '調整分割面板大小' }],
|
|
498
|
+
},
|
|
347
499
|
table: {
|
|
348
500
|
'ariaLabels.submittingEditText': [{ type: 0, value: '提交編輯' }],
|
|
349
501
|
'ariaLabels.successfulEditLabel': [{ type: 0, value: '編輯成功' }],
|
|
350
502
|
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
|
|
351
|
-
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '
|
|
503
|
+
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '可編輯' }],
|
|
352
504
|
},
|
|
353
505
|
tabs: {
|
|
354
506
|
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: '向左捲動' }],
|
|
355
507
|
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: '向右捲動' }],
|
|
356
508
|
},
|
|
509
|
+
'tag-editor': {
|
|
510
|
+
'i18nStrings.keyPlaceholder': [{ type: 0, value: '輸入索引鍵' }],
|
|
511
|
+
'i18nStrings.valuePlaceholder': [{ type: 0, value: '輸入值' }],
|
|
512
|
+
'i18nStrings.addButton': [{ type: 0, value: '新增標籤' }],
|
|
513
|
+
'i18nStrings.removeButton': [{ type: 0, value: '移除' }],
|
|
514
|
+
'i18nStrings.removeButtonAriaLabel': [
|
|
515
|
+
{ type: 0, value: '移除 ' },
|
|
516
|
+
{ type: 1, value: 'tag__key' },
|
|
517
|
+
],
|
|
518
|
+
'i18nStrings.undoButton': [{ type: 0, value: '復原' }],
|
|
519
|
+
'i18nStrings.undoPrompt': [{ type: 0, value: '此標籤會在儲存變更時移除' }],
|
|
520
|
+
'i18nStrings.loading': [{ type: 0, value: '正在載入與此資源相關聯的標籤' }],
|
|
521
|
+
'i18nStrings.keyHeader': [{ type: 0, value: '索引鍵' }],
|
|
522
|
+
'i18nStrings.valueHeader': [{ type: 0, value: '值' }],
|
|
523
|
+
'i18nStrings.optional': [{ type: 0, value: '選用' }],
|
|
524
|
+
'i18nStrings.keySuggestion': [{ type: 0, value: '自訂標籤索引鍵' }],
|
|
525
|
+
'i18nStrings.valueSuggestion': [{ type: 0, value: '自訂標籤值' }],
|
|
526
|
+
'i18nStrings.emptyTags': [{ type: 0, value: '沒有與資源相關聯的標籤。' }],
|
|
527
|
+
'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: '您的索引鍵數目超過可顯示的數目' }],
|
|
528
|
+
'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: '您的值數目超過可顯示的數目' }],
|
|
529
|
+
'i18nStrings.keysSuggestionLoading': [{ type: 0, value: '正在載入標籤索引鍵' }],
|
|
530
|
+
'i18nStrings.keysSuggestionError': [{ type: 0, value: '無法擷取標籤索引鍵' }],
|
|
531
|
+
'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: '正在載入標籤值' }],
|
|
532
|
+
'i18nStrings.valuesSuggestionError': [{ type: 0, value: '無法擷取標籤值' }],
|
|
533
|
+
'i18nStrings.emptyKeyError': [{ type: 0, value: '您必須指定標籤索引鍵' }],
|
|
534
|
+
'i18nStrings.maxKeyCharLengthError': [{ type: 0, value: '標籤索引鍵中可使用的字元數上限為 128 個字元。' }],
|
|
535
|
+
'i18nStrings.maxValueCharLengthError': [{ type: 0, value: '標籤值中可使用的字元數上限為 256 個字元。' }],
|
|
536
|
+
'i18nStrings.duplicateKeyError': [{ type: 0, value: '您必須指定唯一的標籤索引鍵。' }],
|
|
537
|
+
'i18nStrings.invalidKeyError': [
|
|
538
|
+
{ type: 0, value: '無效的金鑰。金鑰只能包含 Unicode 字母、數字、空格和下列符號︰ _.:/=+@–' },
|
|
539
|
+
],
|
|
540
|
+
'i18nStrings.invalidValueError': [
|
|
541
|
+
{ type: 0, value: '無效的值。值只能包含 Unicode 字母、數字、空格和下列符號︰_.:/=+@ –' },
|
|
542
|
+
],
|
|
543
|
+
'i18nStrings.awsPrefixError': [{ type: 0, value: '開頭不能為 aws:' }],
|
|
544
|
+
'i18nStrings.tagLimitReached': [
|
|
545
|
+
{
|
|
546
|
+
type: 6,
|
|
547
|
+
value: 'tagLimit',
|
|
548
|
+
options: {
|
|
549
|
+
one: { value: [{ type: 0, value: '您已達到 1 個標籤的上限。' }] },
|
|
550
|
+
other: {
|
|
551
|
+
value: [
|
|
552
|
+
{ type: 0, value: '您已達到 ' },
|
|
553
|
+
{ type: 1, value: 'tagLimit' },
|
|
554
|
+
{ type: 0, value: ' 個標籤的上限。' },
|
|
555
|
+
],
|
|
556
|
+
},
|
|
557
|
+
},
|
|
558
|
+
offset: 0,
|
|
559
|
+
pluralType: 'cardinal',
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
'i18nStrings.tagLimitExceeded': [
|
|
563
|
+
{
|
|
564
|
+
type: 6,
|
|
565
|
+
value: 'tagLimit',
|
|
566
|
+
options: {
|
|
567
|
+
one: { value: [{ type: 0, value: '您已超過 1 個標籤的上限。' }] },
|
|
568
|
+
other: {
|
|
569
|
+
value: [
|
|
570
|
+
{ type: 0, value: '您已超過 ' },
|
|
571
|
+
{ type: 1, value: 'tagLimit' },
|
|
572
|
+
{ type: 0, value: ' 個標籤的上限。' },
|
|
573
|
+
],
|
|
574
|
+
},
|
|
575
|
+
},
|
|
576
|
+
offset: 0,
|
|
577
|
+
pluralType: 'cardinal',
|
|
578
|
+
},
|
|
579
|
+
],
|
|
580
|
+
'i18nStrings.tagLimit': [
|
|
581
|
+
{
|
|
582
|
+
type: 5,
|
|
583
|
+
value: 'tagLimitAvailable',
|
|
584
|
+
options: {
|
|
585
|
+
true: {
|
|
586
|
+
value: [
|
|
587
|
+
{
|
|
588
|
+
type: 6,
|
|
589
|
+
value: 'availableTags',
|
|
590
|
+
options: {
|
|
591
|
+
other: {
|
|
592
|
+
value: [
|
|
593
|
+
{ type: 0, value: '您最多可以新增 ' },
|
|
594
|
+
{ type: 1, value: 'tagLimit' },
|
|
595
|
+
{ type: 0, value: ' 個標籤。' },
|
|
596
|
+
],
|
|
597
|
+
},
|
|
598
|
+
},
|
|
599
|
+
offset: 0,
|
|
600
|
+
pluralType: 'cardinal',
|
|
601
|
+
},
|
|
602
|
+
],
|
|
603
|
+
},
|
|
604
|
+
false: {
|
|
605
|
+
value: [
|
|
606
|
+
{
|
|
607
|
+
type: 6,
|
|
608
|
+
value: 'availableTags',
|
|
609
|
+
options: {
|
|
610
|
+
one: { value: [{ type: 0, value: '您最多可以再新增 1 個標籤。' }] },
|
|
611
|
+
other: {
|
|
612
|
+
value: [
|
|
613
|
+
{ type: 0, value: '您最多可以再新增 ' },
|
|
614
|
+
{ type: 1, value: 'availableTags' },
|
|
615
|
+
{ type: 0, value: ' 個標籤。' },
|
|
616
|
+
],
|
|
617
|
+
},
|
|
618
|
+
},
|
|
619
|
+
offset: 0,
|
|
620
|
+
pluralType: 'cardinal',
|
|
621
|
+
},
|
|
622
|
+
],
|
|
623
|
+
},
|
|
624
|
+
other: { value: [] },
|
|
625
|
+
},
|
|
626
|
+
},
|
|
627
|
+
],
|
|
628
|
+
},
|
|
357
629
|
'token-group': {
|
|
358
630
|
'i18nStrings.limitShowFewer': [{ type: 0, value: '顯示較少' }],
|
|
359
631
|
'i18nStrings.limitShowMore': [{ type: 0, value: '顯示更多' }],
|