@cloudscape-design/components 3.0.310 → 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.
Files changed (157) hide show
  1. package/button/internal.d.ts +6 -0
  2. package/button/internal.d.ts.map +1 -1
  3. package/button/internal.js +6 -8
  4. package/button/internal.js.map +1 -1
  5. package/collection-preferences/content-display/index.js +1 -1
  6. package/collection-preferences/content-display/index.js.map +1 -1
  7. package/date-range-picker/calendar/header/index.d.ts.map +1 -1
  8. package/date-range-picker/calendar/header/index.js +4 -2
  9. package/date-range-picker/calendar/header/index.js.map +1 -1
  10. package/date-range-picker/calendar/index.js +1 -1
  11. package/date-range-picker/calendar/index.js.map +1 -1
  12. package/form/index.d.ts.map +1 -1
  13. package/form/index.js +14 -1
  14. package/form/index.js.map +1 -1
  15. package/form/internal.d.ts.map +1 -1
  16. package/form/internal.js +3 -4
  17. package/form/internal.js.map +1 -1
  18. package/form-field/internal.js +2 -3
  19. package/form-field/internal.js.map +1 -1
  20. package/i18n/context.d.ts +14 -7
  21. package/i18n/context.d.ts.map +1 -1
  22. package/i18n/context.js.map +1 -1
  23. package/i18n/messages/all.all.js +3692 -538
  24. package/i18n/messages/all.all.json +3756 -577
  25. package/i18n/messages/all.de.js +317 -22
  26. package/i18n/messages/all.de.json +324 -27
  27. package/i18n/messages/all.en-GB.js +306 -21
  28. package/i18n/messages/all.en-GB.json +309 -24
  29. package/i18n/messages/all.en.js +11 -11
  30. package/i18n/messages/all.en.json +11 -11
  31. package/i18n/messages/all.es.js +311 -22
  32. package/i18n/messages/all.es.json +318 -25
  33. package/i18n/messages/all.fr.js +335 -27
  34. package/i18n/messages/all.fr.json +343 -30
  35. package/i18n/messages/all.id.js +319 -28
  36. package/i18n/messages/all.id.json +322 -31
  37. package/i18n/messages/all.it.js +320 -27
  38. package/i18n/messages/all.it.json +326 -30
  39. package/i18n/messages/all.ja.js +312 -28
  40. package/i18n/messages/all.ja.json +315 -30
  41. package/i18n/messages/all.ko.js +304 -24
  42. package/i18n/messages/all.ko.json +312 -25
  43. package/i18n/messages/all.pt-BR.js +313 -28
  44. package/i18n/messages/all.pt-BR.json +325 -31
  45. package/i18n/messages/all.zh-CN.js +301 -29
  46. package/i18n/messages/all.zh-CN.json +300 -31
  47. package/i18n/messages/all.zh-TW.js +295 -23
  48. package/i18n/messages/all.zh-TW.json +294 -25
  49. package/i18n/messages-types.d.ts +435 -0
  50. package/i18n/messages-types.d.ts.map +1 -0
  51. package/i18n/messages-types.js +5 -0
  52. package/i18n/messages-types.js.map +1 -0
  53. package/i18n/provider.js.map +1 -1
  54. package/internal/analytics/components/analytics-funnel.d.ts +2 -1
  55. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  56. package/internal/analytics/components/analytics-funnel.js +6 -4
  57. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  58. package/internal/analytics/context/analytics-context.d.ts +2 -0
  59. package/internal/analytics/context/analytics-context.d.ts.map +1 -1
  60. package/internal/analytics/context/analytics-context.js +2 -0
  61. package/internal/analytics/context/analytics-context.js.map +1 -1
  62. package/internal/analytics/hooks/use-funnel.d.ts +3 -7
  63. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  64. package/internal/analytics/hooks/use-funnel.js +2 -7
  65. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  66. package/internal/components/cartesian-chart/bottom-labels.js +1 -1
  67. package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
  68. package/internal/components/cartesian-chart/left-labels.js +1 -1
  69. package/internal/components/cartesian-chart/left-labels.js.map +1 -1
  70. package/internal/components/focus-lock/index.js +20 -19
  71. package/internal/components/focus-lock/index.js.map +1 -1
  72. package/internal/context/button-context.d.ts +10 -0
  73. package/internal/context/button-context.d.ts.map +1 -0
  74. package/internal/context/button-context.js +10 -0
  75. package/internal/context/button-context.js.map +1 -0
  76. package/internal/environment.js +1 -1
  77. package/internal/i18n/messages/all.all.js +3692 -538
  78. package/internal/i18n/messages/all.all.json +3756 -577
  79. package/internal/i18n/messages/all.de.js +317 -22
  80. package/internal/i18n/messages/all.de.json +324 -27
  81. package/internal/i18n/messages/all.en-GB.js +306 -21
  82. package/internal/i18n/messages/all.en-GB.json +309 -24
  83. package/internal/i18n/messages/all.en.js +11 -11
  84. package/internal/i18n/messages/all.en.json +11 -11
  85. package/internal/i18n/messages/all.es.js +311 -22
  86. package/internal/i18n/messages/all.es.json +318 -25
  87. package/internal/i18n/messages/all.fr.js +335 -27
  88. package/internal/i18n/messages/all.fr.json +343 -30
  89. package/internal/i18n/messages/all.id.js +319 -28
  90. package/internal/i18n/messages/all.id.json +322 -31
  91. package/internal/i18n/messages/all.it.js +320 -27
  92. package/internal/i18n/messages/all.it.json +326 -30
  93. package/internal/i18n/messages/all.ja.js +312 -28
  94. package/internal/i18n/messages/all.ja.json +315 -30
  95. package/internal/i18n/messages/all.ko.js +304 -24
  96. package/internal/i18n/messages/all.ko.json +312 -25
  97. package/internal/i18n/messages/all.pt-BR.js +313 -28
  98. package/internal/i18n/messages/all.pt-BR.json +325 -31
  99. package/internal/i18n/messages/all.zh-CN.js +301 -29
  100. package/internal/i18n/messages/all.zh-CN.json +300 -31
  101. package/internal/i18n/messages/all.zh-TW.js +295 -23
  102. package/internal/i18n/messages/all.zh-TW.json +294 -25
  103. package/internal/manifest.json +1 -1
  104. package/package.json +1 -2
  105. package/pagination/internal.d.ts.map +1 -1
  106. package/pagination/internal.js +4 -4
  107. package/pagination/internal.js.map +1 -1
  108. package/pie-chart/utils.d.ts +1 -1
  109. package/pie-chart/utils.d.ts.map +1 -1
  110. package/pie-chart/utils.js.map +1 -1
  111. package/property-filter/index.d.ts.map +1 -1
  112. package/property-filter/index.js +1 -1
  113. package/property-filter/index.js.map +1 -1
  114. package/s3-resource-selector/interfaces.d.ts +3 -0
  115. package/s3-resource-selector/interfaces.d.ts.map +1 -1
  116. package/s3-resource-selector/interfaces.js.map +1 -1
  117. package/s3-resource-selector/s3-in-context/index.js +1 -1
  118. package/s3-resource-selector/s3-in-context/index.js.map +1 -1
  119. package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
  120. package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
  121. package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
  122. package/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
  123. package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
  124. package/s3-resource-selector/s3-modal/basic-table.js +2 -1
  125. package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
  126. package/s3-resource-selector/s3-modal/index.js +1 -1
  127. package/s3-resource-selector/s3-modal/index.js.map +1 -1
  128. package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
  129. package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
  130. package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
  131. package/select/parts/filter.d.ts +1 -1
  132. package/space-between/interfaces.d.ts +5 -0
  133. package/space-between/interfaces.d.ts.map +1 -1
  134. package/space-between/interfaces.js.map +1 -1
  135. package/space-between/internal.d.ts +1 -1
  136. package/space-between/internal.d.ts.map +1 -1
  137. package/space-between/internal.js +2 -2
  138. package/space-between/internal.js.map +1 -1
  139. package/space-between/styles.css.js +21 -20
  140. package/space-between/styles.scoped.css +25 -21
  141. package/space-between/styles.selectors.js +21 -20
  142. package/tag-editor/interfaces.d.ts +1 -0
  143. package/tag-editor/interfaces.d.ts.map +1 -1
  144. package/tag-editor/interfaces.js.map +1 -1
  145. package/tag-editor/validation.d.ts +1 -1
  146. package/tag-editor/validation.d.ts.map +1 -1
  147. package/tag-editor/validation.js.map +1 -1
  148. package/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
  149. package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
  150. package/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
  151. package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
  152. package/wizard/internal.d.ts.map +1 -1
  153. package/wizard/internal.js +4 -2
  154. package/wizard/internal.js.map +1 -1
  155. package/wizard/wizard-form.d.ts.map +1 -1
  156. package/wizard/wizard-form.js +1 -2
  157. package/wizard/wizard-form.js.map +1 -1
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "@cloudscape-design/components": {
3
3
  "zh-CN": {
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 @@
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": "上一步" }],
@@ -26,7 +25,7 @@
26
25
  { "type": 0, "value": " 步" }
27
26
  ],
28
27
  "i18nStrings.taskTitle": [
29
- { "type": 0, "value": "任务" },
28
+ { "type": 0, "value": "任务 " },
30
29
  { "type": 1, "value": "taskNumber" },
31
30
  { "type": 0, "value": ":" },
32
31
  { "type": 1, "value": "taskTitle" }
@@ -65,20 +64,18 @@
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": "关闭帮助面板" }]
70
- },
71
- "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "合计" }] },
72
- "attribute-editor": {
73
- "removeButtonText": [{ "type": 0, "value": "删除" }],
74
- "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }]
67
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "关闭帮助面板" }],
68
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "打开帮助面板" }]
75
69
  },
70
+ "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "总计" }] },
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": "使用 " },
81
- { "type": 1, "value": "value" }
76
+ { "type": 0, "value": "使用:“" },
77
+ { "type": 1, "value": "value" },
78
+ { "type": 0, "value": "”" }
82
79
  ],
83
80
  "recoveryText": [{ "type": 0, "value": "重试" }]
84
81
  },
@@ -141,7 +138,63 @@
141
138
  { "type": 1, "value": "total" },
142
139
  { "type": 0, "value": " 个位置)的项目" }
143
140
  ],
144
- "contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "重新排序已取消" }]
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": "相对模式" }],
@@ -153,8 +206,8 @@
153
206
  "i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "自定义范围" }],
154
207
  "i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "设置过去的自定义范围" }],
155
208
  "i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "时间单位" }],
156
- "i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "时长" }],
157
- "i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "输入时长" }],
209
+ "i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "持续时间" }],
210
+ "i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "输入持续时间" }],
158
211
  "i18nStrings.startDateLabel": [{ "type": 0, "value": "开始日期" }],
159
212
  "i18nStrings.startTimeLabel": [{ "type": 0, "value": "开始时间" }],
160
213
  "i18nStrings.endDateLabel": [{ "type": 0, "value": "结束日期" }],
@@ -218,31 +271,32 @@
218
271
  "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
219
272
  "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
220
273
  },
221
- "form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
222
274
  "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
275
+ "form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
223
276
  "help-panel": { "loadingText": [{ "type": 0, "value": "正在加载内容" }] },
224
277
  "input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
225
278
  "link": { "externalIconAriaLabel": [{ "type": 0, "value": "在新标签页中打开" }] },
226
279
  "modal": { "closeAriaLabel": [{ "type": 0, "value": "关闭模态" }] },
280
+ "multiselect": {
281
+ "deselectAriaLabel": [
282
+ { "type": 0, "value": "删除 " },
283
+ { "type": 1, "value": "option__label" }
284
+ ]
285
+ },
227
286
  "pagination": {
228
287
  "ariaLabels.nextPageLabel": [{ "type": 0, "value": "下一页" }],
229
288
  "ariaLabels.pageLabel": [
230
- { "type": 0, "value": " " },
289
+ { "type": 0, "value": "所有页面中的第 " },
231
290
  { "type": 1, "value": "pageNumber" },
232
291
  { "type": 0, "value": " 页" }
233
292
  ],
234
293
  "ariaLabels.previousPageLabel": [{ "type": 0, "value": "上一页" }]
235
294
  },
236
295
  "pie-chart": {
237
- "loadingText": [{ "type": 0, "value": "正在加载图表" }],
238
- "errorText": [{ "type": 0, "value": "无法获取数据。请稍后重试。" }],
239
- "recoveryText": [{ "type": 0, "value": "重试" }]
240
- },
241
- "multiselect": {
242
- "deselectAriaLabel": [
243
- { "type": 0, "value": "删除 " },
244
- { "type": 1, "value": "option__label" }
245
- ]
296
+ "i18nStrings.detailsValue": [{ "type": 0, "value": "" }],
297
+ "i18nStrings.detailsPercentage": [{ "type": 0, "value": "百分比" }],
298
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "饼状图" }],
299
+ "i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "部分" }]
246
300
  },
247
301
  "popover": { "dismissAriaLabel": [{ "type": 0, "value": "关闭弹出框" }] },
248
302
  "property-filter": {
@@ -253,7 +307,7 @@
253
307
  "i18nStrings.editTokenHeader": [{ "type": 0, "value": "编辑筛选条件" }],
254
308
  "i18nStrings.groupPropertiesText": [{ "type": 0, "value": "属性" }],
255
309
  "i18nStrings.groupValuesText": [{ "type": 0, "value": "值" }],
256
- "i18nStrings.operationAndText": [{ "type": 0, "value": "" }],
310
+ "i18nStrings.operationAndText": [{ "type": 0, "value": "" }],
257
311
  "i18nStrings.operationOrText": [{ "type": 0, "value": "或" }],
258
312
  "i18nStrings.operatorContainsText": [{ "type": 0, "value": "包含" }],
259
313
  "i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "不包含" }],
@@ -343,12 +397,107 @@
343
397
  }
344
398
  ]
345
399
  },
346
- "s3-resource-selector": {},
400
+ "s3-resource-selector": {
401
+ "i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "选择版本" }],
402
+ "i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "浏览 S3" }],
403
+ "i18nStrings.inContextViewButton": [{ "type": 0, "value": "查看" }],
404
+ "i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "查看(在新选项卡中打开)" }],
405
+ "i18nStrings.inContextLoadingText": [{ "type": 0, "value": "正在加载资源" }],
406
+ "i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
407
+ "i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "对象版本" }],
408
+ "i18nStrings.modalTitle": [{ "type": 0, "value": "在 S3 中选择档案" }],
409
+ "i18nStrings.modalCancelButton": [{ "type": 0, "value": "取消" }],
410
+ "i18nStrings.modalSubmitButton": [{ "type": 0, "value": "选择" }],
411
+ "i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 存储桶" }],
412
+ "i18nStrings.selectionBuckets": [{ "type": 0, "value": "存储桶" }],
413
+ "i18nStrings.selectionObjects": [{ "type": 0, "value": "对象" }],
414
+ "i18nStrings.selectionVersions": [{ "type": 0, "value": "版本" }],
415
+ "i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "查找存储桶" }],
416
+ "i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "按前缀查找对象" }],
417
+ "i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "查找版本" }],
418
+ "i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "正在加载存储桶" }],
419
+ "i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "没有存储桶" }],
420
+ "i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "正在加载对象" }],
421
+ "i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "没有对象" }],
422
+ "i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "正在加载版本" }],
423
+ "i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "没有版本" }],
424
+ "i18nStrings.filteringNoMatches": [{ "type": 0, "value": "没有匹配项" }],
425
+ "i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "找不到匹配项" }],
426
+ "i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "清除筛选条件" }],
427
+ "i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
428
+ "i18nStrings.columnBucketName": [{ "type": 0, "value": "名称" }],
429
+ "i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "创建日期" }],
430
+ "i18nStrings.columnBucketRegion": [{ "type": 0, "value": "区域" }],
431
+ "i18nStrings.columnObjectKey": [{ "type": 0, "value": "键" }],
432
+ "i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "上次修改时间" }],
433
+ "i18nStrings.columnObjectSize": [{ "type": 0, "value": "大小" }],
434
+ "i18nStrings.columnVersionID": [{ "type": 0, "value": "版本 ID" }],
435
+ "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "上次修改时间" }],
436
+ "i18nStrings.columnVersionSize": [{ "type": 0, "value": "大小" }],
437
+ "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "路径必须以 s3:// 开头" }],
438
+ "i18nStrings.validationBucketLowerCase": [{ "type": 0, "value": "存储桶名称必须以小写字符或数字开头。" }],
439
+ "i18nStrings.validationBucketMustNotContain": [{ "type": 0, "value": "存储桶名称不得包含大写字符。" }],
440
+ "i18nStrings.validationBucketLength": [{ "type": 0, "value": "存储桶名称必须介于 3 到 63 个字符之间。" }],
441
+ "i18nStrings.validationBucketMustComplyDns": [{ "type": 0, "value": "存储桶名称必须符合 DNS 命名惯例。" }],
442
+ "i18nStrings.labelSortedDescending": [
443
+ { "type": 1, "value": "columnName" },
444
+ { "type": 0, "value": ",按降序排序" }
445
+ ],
446
+ "i18nStrings.labelSortedAscending": [
447
+ { "type": 1, "value": "columnName" },
448
+ { "type": 0, "value": ",按升序排序" }
449
+ ],
450
+ "i18nStrings.labelNotSorted": [
451
+ { "type": 1, "value": "columnName" },
452
+ { "type": 0, "value": ",未排序" }
453
+ ],
454
+ "i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "存储桶" }],
455
+ "i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
456
+ "i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "对象" }],
457
+ "i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
458
+ "i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "版本" }],
459
+ "i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
460
+ "i18nStrings.labelFiltering": [
461
+ { "type": 0, "value": "查找 " },
462
+ { "type": 1, "value": "itemsType" }
463
+ ],
464
+ "i18nStrings.labelRefresh": [{ "type": 0, "value": "刷新数据" }],
465
+ "i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "S3 导航" }],
466
+ "i18nStrings.filteringCounterText": [
467
+ {
468
+ "type": 6,
469
+ "value": "count",
470
+ "options": {
471
+ "one": { "value": [{ "type": 0, "value": "1 个匹配项" }] },
472
+ "other": {
473
+ "value": [
474
+ { "type": 1, "value": "count" },
475
+ { "type": 0, "value": " 个匹配项" }
476
+ ]
477
+ }
478
+ },
479
+ "offset": 0,
480
+ "pluralType": "cardinal"
481
+ }
482
+ ]
483
+ },
347
484
  "select": {
348
485
  "errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
349
- "selectedAriaLabel": [{ "type": 0, "value": "已选定" }]
486
+ "selectedAriaLabel": [{ "type": 0, "value": "已选定" }],
487
+ "recoveryText": [{ "type": 0, "value": "重试" }]
488
+ },
489
+ "split-panel": {
490
+ "i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "关闭面板" }],
491
+ "i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "打开面板" }],
492
+ "i18nStrings.preferencesTitle": [{ "type": 0, "value": "拆分面板首选项" }],
493
+ "i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "拆分面板位置" }],
494
+ "i18nStrings.preferencesPositionDescription": [{ "type": 0, "value": "为服务选择默认的拆分面板位置。" }],
495
+ "i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "侧面" }],
496
+ "i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "底部" }],
497
+ "i18nStrings.preferencesConfirm": [{ "type": 0, "value": "确认" }],
498
+ "i18nStrings.preferencesCancel": [{ "type": 0, "value": "取消" }],
499
+ "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "调整拆分面板的大小" }]
350
500
  },
351
- "split-panel": {},
352
501
  "table": {
353
502
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "正在提交编辑" }],
354
503
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "编辑成功" }],
@@ -359,6 +508,126 @@
359
508
  "i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "向左滚动" }],
360
509
  "i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "向右滚动" }]
361
510
  },
511
+ "tag-editor": {
512
+ "i18nStrings.keyPlaceholder": [{ "type": 0, "value": "输入键" }],
513
+ "i18nStrings.valuePlaceholder": [{ "type": 0, "value": "输入值" }],
514
+ "i18nStrings.addButton": [{ "type": 0, "value": "添加新标签" }],
515
+ "i18nStrings.removeButton": [{ "type": 0, "value": "删除" }],
516
+ "i18nStrings.removeButtonAriaLabel": [
517
+ { "type": 0, "value": "删除 " },
518
+ { "type": 1, "value": "tag__key" }
519
+ ],
520
+ "i18nStrings.undoButton": [{ "type": 0, "value": "撤销" }],
521
+ "i18nStrings.undoPrompt": [{ "type": 0, "value": "保存更改后将删除此标签" }],
522
+ "i18nStrings.loading": [{ "type": 0, "value": "正在加载与此资源关联的标签" }],
523
+ "i18nStrings.keyHeader": [{ "type": 0, "value": "键" }],
524
+ "i18nStrings.valueHeader": [{ "type": 0, "value": "值" }],
525
+ "i18nStrings.optional": [{ "type": 0, "value": "可选" }],
526
+ "i18nStrings.keySuggestion": [{ "type": 0, "value": "自定义标签键" }],
527
+ "i18nStrings.valueSuggestion": [{ "type": 0, "value": "自定义标签值" }],
528
+ "i18nStrings.emptyTags": [{ "type": 0, "value": "没有与资源关联的标签。" }],
529
+ "i18nStrings.tooManyKeysSuggestion": [{ "type": 0, "value": "您的键超过了可以显示的数量" }],
530
+ "i18nStrings.tooManyValuesSuggestion": [{ "type": 0, "value": "您的值超过了可以显示的数量" }],
531
+ "i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "正在加载标签键" }],
532
+ "i18nStrings.keysSuggestionError": [{ "type": 0, "value": "无法检索标签键" }],
533
+ "i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "正在加载标签值" }],
534
+ "i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "无法检索标签值" }],
535
+ "i18nStrings.emptyKeyError": [{ "type": 0, "value": "您必须指定标签键" }],
536
+ "i18nStrings.maxKeyCharLengthError": [{ "type": 0, "value": "标签键中最多可使用 128 个字符。" }],
537
+ "i18nStrings.maxValueCharLengthError": [{ "type": 0, "value": "标签值中最多可使用 256 个字符。" }],
538
+ "i18nStrings.duplicateKeyError": [{ "type": 0, "value": "您必须指定唯一的标签键。" }],
539
+ "i18nStrings.invalidKeyError": [
540
+ { "type": 0, "value": "键无效。键只能包含 Unicode 字母、数字、空格和以下任意字符:_.:/=+@-" }
541
+ ],
542
+ "i18nStrings.invalidValueError": [
543
+ { "type": 0, "value": "值无效。值只能包含 Unicode 字母、数字、空格和以下任意字符:_.:/=+@-" }
544
+ ],
545
+ "i18nStrings.awsPrefixError": [{ "type": 0, "value": "不能以 aws: 开头" }],
546
+ "i18nStrings.tagLimitReached": [
547
+ {
548
+ "type": 6,
549
+ "value": "tagLimit",
550
+ "options": {
551
+ "one": { "value": [{ "type": 0, "value": "您已达到 1 个标签的限制。" }] },
552
+ "other": {
553
+ "value": [
554
+ { "type": 0, "value": "您已达到 " },
555
+ { "type": 1, "value": "tagLimit" },
556
+ { "type": 0, "value": " 个标签的限制。" }
557
+ ]
558
+ }
559
+ },
560
+ "offset": 0,
561
+ "pluralType": "cardinal"
562
+ }
563
+ ],
564
+ "i18nStrings.tagLimitExceeded": [
565
+ {
566
+ "type": 6,
567
+ "value": "tagLimit",
568
+ "options": {
569
+ "one": { "value": [{ "type": 0, "value": "您已超过 1 个标签的限制。" }] },
570
+ "other": {
571
+ "value": [
572
+ { "type": 0, "value": "您已超过 " },
573
+ { "type": 1, "value": "tagLimit" },
574
+ { "type": 0, "value": " 个标签的限制。" }
575
+ ]
576
+ }
577
+ },
578
+ "offset": 0,
579
+ "pluralType": "cardinal"
580
+ }
581
+ ],
582
+ "i18nStrings.tagLimit": [
583
+ {
584
+ "type": 5,
585
+ "value": "tagLimitAvailable",
586
+ "options": {
587
+ "true": {
588
+ "value": [
589
+ {
590
+ "type": 6,
591
+ "value": "availableTags",
592
+ "options": {
593
+ "other": {
594
+ "value": [
595
+ { "type": 0, "value": "您最多可以添加 " },
596
+ { "type": 1, "value": "tagLimit" },
597
+ { "type": 0, "value": " 个标签。" }
598
+ ]
599
+ }
600
+ },
601
+ "offset": 0,
602
+ "pluralType": "cardinal"
603
+ }
604
+ ]
605
+ },
606
+ "false": {
607
+ "value": [
608
+ {
609
+ "type": 6,
610
+ "value": "availableTags",
611
+ "options": {
612
+ "one": { "value": [{ "type": 0, "value": "您最多可以再添加 1 个标签。" }] },
613
+ "other": {
614
+ "value": [
615
+ { "type": 0, "value": "您最多可以再添加 " },
616
+ { "type": 1, "value": "availableTags" },
617
+ { "type": 0, "value": " 个标签。" }
618
+ ]
619
+ }
620
+ },
621
+ "offset": 0,
622
+ "pluralType": "cardinal"
623
+ }
624
+ ]
625
+ },
626
+ "other": { "value": [] }
627
+ }
628
+ }
629
+ ]
630
+ },
362
631
  "token-group": {
363
632
  "i18nStrings.limitShowFewer": [{ "type": 0, "value": "显示更少" }],
364
633
  "i18nStrings.limitShowMore": [{ "type": 0, "value": "显示更多" }]
@@ -384,7 +653,7 @@
384
653
  "i18nStrings.feedbackLinkText": [{ "type": 0, "value": "反馈" }],
385
654
  "i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "关闭教程" }],
386
655
  "i18nStrings.taskTitle": [
387
- { "type": 0, "value": "任务" },
656
+ { "type": 0, "value": "任务 " },
388
657
  { "type": 1, "value": "taskNumber" },
389
658
  { "type": 0, "value": ":" },
390
659
  { "type": 1, "value": "taskTitle" }