@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
  export default {
2
2
  '@cloudscape-design/components': {
3
3
  ja: {
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
- 'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x 軸' }],
14
- 'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y 軸' }],
11
+ 'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-軸' }],
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: '戻る' }],
@@ -64,20 +63,18 @@ export default {
64
63
  'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
65
64
  'ariaLabels.notifications': [{ type: 0, value: '通知' }],
66
65
  'ariaLabels.tools': [{ type: 0, value: 'ヘルプパネル' }],
67
- 'ariaLabels.toolsClose': [{ type: 0, value: 'ヘルプパネルを開く' }],
68
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'ヘルプパネルを閉じる' }],
66
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'ヘルプパネルを閉じる' }],
67
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'ヘルプパネルを開く' }],
69
68
  },
70
69
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: '合計' }] },
71
- 'attribute-editor': {
72
- removeButtonText: [{ type: 0, value: '削除' }],
73
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
74
- },
70
+ 'attribute-editor': { removeButtonText: [{ type: 0, value: '削除' }] },
75
71
  autosuggest: {
76
72
  errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
77
73
  selectedAriaLabel: [{ type: 0, value: '選択済み' }],
78
74
  enteredTextLabel: [
79
- { type: 0, value: '使用: ' },
75
+ { type: 0, value: '使用:「' },
80
76
  { type: 1, value: 'value' },
77
+ { type: 0, value: '」' },
81
78
  ],
82
79
  recoveryText: [{ type: 0, value: '再試行' }],
83
80
  },
@@ -144,6 +141,62 @@ export default {
144
141
  { type: 0, value: ' の位置で項目をピックアップしました' },
145
142
  ],
146
143
  'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: '順序変更をキャンセルしました' }],
144
+ 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
145
+ {
146
+ type: 5,
147
+ value: 'isInitialPosition',
148
+ options: {
149
+ true: {
150
+ value: [
151
+ { type: 0, value: '項目を位置 ' },
152
+ { type: 1, value: 'currentPosition' },
153
+ { type: 0, value: '/' },
154
+ { type: 1, value: 'total' },
155
+ { type: 0, value: ' に戻しています' },
156
+ ],
157
+ },
158
+ false: {
159
+ value: [
160
+ { type: 0, value: '項目を位置 ' },
161
+ { type: 1, value: 'currentPosition' },
162
+ { type: 0, value: '/' },
163
+ { type: 1, value: 'total' },
164
+ { type: 0, value: ' に移動しています' },
165
+ ],
166
+ },
167
+ other: { value: [] },
168
+ },
169
+ },
170
+ ],
171
+ 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
172
+ {
173
+ type: 5,
174
+ value: 'isInitialPosition',
175
+ options: {
176
+ true: {
177
+ value: [
178
+ { type: 0, value: '項目は元の位置 ' },
179
+ { type: 1, value: 'initialPosition' },
180
+ { type: 0, value: '/' },
181
+ { type: 1, value: 'total' },
182
+ { type: 0, value: ' に戻りました' },
183
+ ],
184
+ },
185
+ false: {
186
+ value: [
187
+ { type: 0, value: '項目が位置 ' },
188
+ { type: 1, value: 'initialPosition' },
189
+ { type: 0, value: ' から位置 ' },
190
+ { type: 1, value: 'finalPosition' },
191
+ { type: 0, value: '/' },
192
+ { type: 1, value: 'total' },
193
+ { type: 0, value: ' に移動しました' },
194
+ ],
195
+ },
196
+ other: { value: [] },
197
+ },
198
+ },
199
+ ],
147
200
  },
148
201
  'date-range-picker': {
149
202
  'i18nStrings.relativeModeTitle': [{ type: 0, value: '相対モード' }],
@@ -217,12 +270,18 @@ export default {
217
270
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
218
271
  'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
219
272
  },
220
- form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
221
273
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }] },
274
+ form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
222
275
  'help-panel': { loadingText: [{ type: 0, value: 'コンテンツのロード中' }] },
223
276
  input: { clearAriaLabel: [{ type: 0, value: 'クリア' }] },
224
277
  link: { externalIconAriaLabel: [{ type: 0, value: '新しいタブで開く' }] },
225
278
  modal: { closeAriaLabel: [{ type: 0, value: 'モーダルを閉じる' }] },
279
+ multiselect: {
280
+ deselectAriaLabel: [
281
+ { type: 1, value: 'option__label' },
282
+ { type: 0, value: ' を削除' },
283
+ ],
284
+ },
226
285
  pagination: {
227
286
  'ariaLabels.nextPageLabel': [{ type: 0, value: '次のページ' }],
228
287
  'ariaLabels.pageLabel': [
@@ -233,15 +292,10 @@ export default {
233
292
  'ariaLabels.previousPageLabel': [{ type: 0, value: '前のページ' }],
234
293
  },
235
294
  'pie-chart': {
236
- loadingText: [{ type: 0, value: 'グラフのロード中' }],
237
- errorText: [{ type: 0, value: 'データを取得できませんでした。後でもう一度お試しください。' }],
238
- recoveryText: [{ type: 0, value: '再試行' }],
239
- },
240
- multiselect: {
241
- deselectAriaLabel: [
242
- { type: 1, value: 'option__label' },
243
- { type: 0, value: ' を削除' },
244
- ],
295
+ 'i18nStrings.detailsValue': [{ type: 0, value: '' }],
296
+ 'i18nStrings.detailsPercentage': [{ type: 0, value: 'パーセンテージ' }],
297
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '円グラフ' }],
298
+ 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'セグメント' }],
245
299
  },
246
300
  popover: { dismissAriaLabel: [{ type: 0, value: 'ポップオーバーを閉じる' }] },
247
301
  'property-filter': {
@@ -258,10 +312,10 @@ export default {
258
312
  'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '次を含まない:' }],
259
313
  'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '次と等しくない:' }],
260
314
  'i18nStrings.operatorEqualsText': [{ type: 0, value: '次と等しい:' }],
261
- 'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '次以上:' }],
262
- 'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい:' }],
263
- 'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下:' }],
264
- 'i18nStrings.operatorLessText': [{ type: 0, value: '次未満:' }],
315
+ 'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '次以上' }],
316
+ 'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい' }],
317
+ 'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下' }],
318
+ 'i18nStrings.operatorLessText': [{ type: 0, value: '次より少ない' }],
265
319
  'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
266
320
  'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
267
321
  'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
@@ -350,22 +404,252 @@ export default {
350
404
  },
351
405
  ],
352
406
  },
353
- 's3-resource-selector': {},
407
+ 's3-resource-selector': {
408
+ 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'バージョンを選択してください' }],
409
+ 'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'S3 を参照' }],
410
+ 'i18nStrings.inContextViewButton': [{ type: 0, value: '表示' }],
411
+ 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: '表示 (新しいタブで開きます)' }],
412
+ 'i18nStrings.inContextLoadingText': [{ type: 0, value: 'リソースのロード中' }],
413
+ 'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
414
+ 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'オブジェクトのバージョン' }],
415
+ 'i18nStrings.modalTitle': [{ type: 0, value: 'S3 のアーカイブを選択' }],
416
+ 'i18nStrings.modalCancelButton': [{ type: 0, value: 'キャンセル' }],
417
+ 'i18nStrings.modalSubmitButton': [{ type: 0, value: '選択' }],
418
+ 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 バケット' }],
419
+ 'i18nStrings.selectionBuckets': [{ type: 0, value: 'バケット' }],
420
+ 'i18nStrings.selectionObjects': [{ type: 0, value: 'オブジェクト' }],
421
+ 'i18nStrings.selectionVersions': [{ type: 0, value: 'バージョン' }],
422
+ 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'バケットを検索します' }],
423
+ 'i18nStrings.selectionObjectsSearchPlaceholder': [
424
+ { type: 0, value: 'プレフィックスでオブジェクトを検索します' },
425
+ ],
426
+ 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'バージョンを検索します' }],
427
+ 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'バケットのロード中' }],
428
+ 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'バケットなし' }],
429
+ 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'オブジェクトのロード中' }],
430
+ 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'オブジェクトなし' }],
431
+ 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'バージョンのロード中' }],
432
+ 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'バージョンなし' }],
433
+ 'i18nStrings.filteringNoMatches': [{ type: 0, value: '一致なし' }],
434
+ 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: '一致が見つかりません。' }],
435
+ 'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'フィルターをクリア' }],
436
+ 'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
437
+ 'i18nStrings.columnBucketName': [{ type: 0, value: '名前' }],
438
+ 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: '作成日' }],
439
+ 'i18nStrings.columnBucketRegion': [{ type: 0, value: 'リージョン' }],
440
+ 'i18nStrings.columnObjectKey': [{ type: 0, value: 'キー' }],
441
+ 'i18nStrings.columnObjectLastModified': [{ type: 0, value: '最終更新日' }],
442
+ 'i18nStrings.columnObjectSize': [{ type: 0, value: 'サイズ' }],
443
+ 'i18nStrings.columnVersionID': [{ type: 0, value: 'バージョン ID' }],
444
+ 'i18nStrings.columnVersionLastModified': [{ type: 0, value: '最終更新日' }],
445
+ 'i18nStrings.columnVersionSize': [{ type: 0, value: 'サイズ' }],
446
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'パスの先頭は s3:// である必要があります' }],
447
+ 'i18nStrings.validationBucketLowerCase': [
448
+ { type: 0, value: 'バケット名の先頭は小文字または数字である必要があります。' },
449
+ ],
450
+ 'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: 'バケット名には大文字を使用できません。' }],
451
+ 'i18nStrings.validationBucketLength': [{ type: 0, value: 'バケット名は 3~63 文字である必要があります。' }],
452
+ 'i18nStrings.validationBucketMustComplyDns': [
453
+ { type: 0, value: 'バケット名は DNS 命名規則に準拠している必要があります。' },
454
+ ],
455
+ 'i18nStrings.labelSortedDescending': [
456
+ { type: 1, value: 'columnName' },
457
+ { type: 0, value: ' (降順でソート)' },
458
+ ],
459
+ 'i18nStrings.labelSortedAscending': [
460
+ { type: 1, value: 'columnName' },
461
+ { type: 0, value: ' (昇順でソート)' },
462
+ ],
463
+ 'i18nStrings.labelNotSorted': [
464
+ { type: 1, value: 'columnName' },
465
+ { type: 0, value: ' (ソートなし)' },
466
+ ],
467
+ 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'バケット' }],
468
+ 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
469
+ 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'オブジェクト' }],
470
+ 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
471
+ 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'バージョン' }],
472
+ 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
473
+ 'i18nStrings.labelFiltering': [
474
+ { type: 1, value: 'itemsType' },
475
+ { type: 0, value: ' を検索' },
476
+ ],
477
+ 'i18nStrings.labelRefresh': [{ type: 0, value: 'データを更新' }],
478
+ 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 ナビゲーション' }],
479
+ 'i18nStrings.filteringCounterText': [
480
+ {
481
+ type: 6,
482
+ value: 'count',
483
+ options: {
484
+ one: { value: [{ type: 0, value: '1 件の一致' }] },
485
+ other: {
486
+ value: [
487
+ { type: 1, value: 'count' },
488
+ { type: 0, value: ' 件の一致' },
489
+ ],
490
+ },
491
+ },
492
+ offset: 0,
493
+ pluralType: 'cardinal',
494
+ },
495
+ ],
496
+ },
354
497
  select: {
355
498
  errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
356
499
  selectedAriaLabel: [{ type: 0, value: '選択済み' }],
500
+ recoveryText: [{ type: 0, value: '再試行' }],
501
+ },
502
+ 'split-panel': {
503
+ 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'パネルを閉じる' }],
504
+ 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'パネルを開く' }],
505
+ 'i18nStrings.preferencesTitle': [{ type: 0, value: '分割パネルの詳細設定' }],
506
+ 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: '分割パネルの位置' }],
507
+ 'i18nStrings.preferencesPositionDescription': [
508
+ { type: 0, value: 'サービスの分割パネルのデフォルトの位置を選択します。' },
509
+ ],
510
+ 'i18nStrings.preferencesPositionSide': [{ type: 0, value: '横' }],
511
+ 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: '下' }],
512
+ 'i18nStrings.preferencesConfirm': [{ type: 0, value: '確認' }],
513
+ 'i18nStrings.preferencesCancel': [{ type: 0, value: 'キャンセル' }],
514
+ 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '分割パネルのサイズを変更' }],
357
515
  },
358
- 'split-panel': {},
359
516
  table: {
360
517
  'ariaLabels.submittingEditText': [{ type: 0, value: '編集を送信中' }],
361
518
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '編集に成功しました' }],
362
519
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
363
- 'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'dditable' }],
520
+ 'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '編集可能' }],
364
521
  },
365
522
  tabs: {
366
523
  'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: '左にスクロール' }],
367
524
  'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: '右にスクロール' }],
368
525
  },
526
+ 'tag-editor': {
527
+ 'i18nStrings.keyPlaceholder': [{ type: 0, value: 'キーを入力' }],
528
+ 'i18nStrings.valuePlaceholder': [{ type: 0, value: '値を入力' }],
529
+ 'i18nStrings.addButton': [{ type: 0, value: '新しいタグを追加' }],
530
+ 'i18nStrings.removeButton': [{ type: 0, value: '削除' }],
531
+ 'i18nStrings.removeButtonAriaLabel': [
532
+ { type: 1, value: 'tag__key' },
533
+ { type: 0, value: ' を削除' },
534
+ ],
535
+ 'i18nStrings.undoButton': [{ type: 0, value: '元に戻す' }],
536
+ 'i18nStrings.undoPrompt': [{ type: 0, value: 'このタグは、変更を保存すると削除されます' }],
537
+ 'i18nStrings.loading': [{ type: 0, value: 'このリソースに関連付けられているタグをロードしています' }],
538
+ 'i18nStrings.keyHeader': [{ type: 0, value: 'キー' }],
539
+ 'i18nStrings.valueHeader': [{ type: 0, value: '値' }],
540
+ 'i18nStrings.optional': [{ type: 0, value: 'オプション' }],
541
+ 'i18nStrings.keySuggestion': [{ type: 0, value: 'カスタムのタグキー' }],
542
+ 'i18nStrings.valueSuggestion': [{ type: 0, value: 'カスタムのタグ値' }],
543
+ 'i18nStrings.emptyTags': [{ type: 0, value: 'リソースに関連付けられたタグがありません。' }],
544
+ 'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: '表示できる数を超えるキーがあります' }],
545
+ 'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: '表示できる数を超える値があります' }],
546
+ 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'タグキーをロードしています' }],
547
+ 'i18nStrings.keysSuggestionError': [{ type: 0, value: 'タグキーを取得できませんでした' }],
548
+ 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'タグ値をロードしています' }],
549
+ 'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'タグ値を取得できませんでした' }],
550
+ 'i18nStrings.emptyKeyError': [{ type: 0, value: 'タグキーを指定してください' }],
551
+ 'i18nStrings.maxKeyCharLengthError': [{ type: 0, value: 'タグキーには最大 128 文字を使用できます。' }],
552
+ 'i18nStrings.maxValueCharLengthError': [{ type: 0, value: 'タグ値には最大 256 文字を使用できます。' }],
553
+ 'i18nStrings.duplicateKeyError': [{ type: 0, value: '一意のタグキーを指定してください。' }],
554
+ 'i18nStrings.invalidKeyError': [
555
+ {
556
+ type: 0,
557
+ value:
558
+ '無効なキー。キーには、Unicode 文字、数字、空白、および次のいずれかのみを含めることができます: _.:/=+@-',
559
+ },
560
+ ],
561
+ 'i18nStrings.invalidValueError': [
562
+ {
563
+ type: 0,
564
+ value: '無効な値。値には、Unicode 文字、数字、空白、および次のいずれかのみを含めることができます: _.:/=+@-',
565
+ },
566
+ ],
567
+ 'i18nStrings.awsPrefixError': [{ type: 0, value: 'aws: で始めることはできません' }],
568
+ 'i18nStrings.tagLimitReached': [
569
+ {
570
+ type: 6,
571
+ value: 'tagLimit',
572
+ options: {
573
+ one: { value: [{ type: 0, value: 'タグの上限数である 1 個に達しました。' }] },
574
+ other: {
575
+ value: [
576
+ { type: 0, value: 'タグの上限数である ' },
577
+ { type: 1, value: 'tagLimit' },
578
+ { type: 0, value: ' 個に達しました。' },
579
+ ],
580
+ },
581
+ },
582
+ offset: 0,
583
+ pluralType: 'cardinal',
584
+ },
585
+ ],
586
+ 'i18nStrings.tagLimitExceeded': [
587
+ {
588
+ type: 6,
589
+ value: 'tagLimit',
590
+ options: {
591
+ one: { value: [{ type: 0, value: 'タグの上限数である 1 個を超えました。' }] },
592
+ other: {
593
+ value: [
594
+ { type: 0, value: 'タグの上限数である ' },
595
+ { type: 1, value: 'tagLimit' },
596
+ { type: 0, value: ' 個を超えました。' },
597
+ ],
598
+ },
599
+ },
600
+ offset: 0,
601
+ pluralType: 'cardinal',
602
+ },
603
+ ],
604
+ 'i18nStrings.tagLimit': [
605
+ {
606
+ type: 5,
607
+ value: 'tagLimitAvailable',
608
+ options: {
609
+ true: {
610
+ value: [
611
+ {
612
+ type: 6,
613
+ value: 'availableTags',
614
+ options: {
615
+ other: {
616
+ value: [
617
+ { type: 0, value: '最大 ' },
618
+ { type: 1, value: 'tagLimit' },
619
+ { type: 0, value: ' 個のタグを追加できます。' },
620
+ ],
621
+ },
622
+ },
623
+ offset: 0,
624
+ pluralType: 'cardinal',
625
+ },
626
+ ],
627
+ },
628
+ false: {
629
+ value: [
630
+ {
631
+ type: 6,
632
+ value: 'availableTags',
633
+ options: {
634
+ one: { value: [{ type: 0, value: '最大 1 個のタグをさらに追加できます。' }] },
635
+ other: {
636
+ value: [
637
+ { type: 0, value: '最大 ' },
638
+ { type: 1, value: 'availableTags' },
639
+ { type: 0, value: ' 個のタグをさらに追加できます。' },
640
+ ],
641
+ },
642
+ },
643
+ offset: 0,
644
+ pluralType: 'cardinal',
645
+ },
646
+ ],
647
+ },
648
+ other: { value: [] },
649
+ },
650
+ },
651
+ ],
652
+ },
369
653
  'token-group': {
370
654
  'i18nStrings.limitShowFewer': [{ type: 0, value: '少なく表示' }],
371
655
  'i18nStrings.limitShowMore': [{ type: 0, value: 'さらに表示' }],