@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
  ko: {
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: '이전' }],
@@ -62,20 +61,18 @@ export default {
62
61
  'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
63
62
  'ariaLabels.notifications': [{ type: 0, value: '알림' }],
64
63
  'ariaLabels.tools': [{ type: 0, value: '도움말 창' }],
65
- 'ariaLabels.toolsClose': [{ type: 0, value: '도움말 창 열기' }],
66
- 'ariaLabels.toolsToggle': [{ type: 0, value: '도움말 창 닫기' }],
64
+ 'ariaLabels.toolsClose': [{ type: 0, value: '도움말 창 닫기' }],
65
+ 'ariaLabels.toolsToggle': [{ type: 0, value: '도움말 창 열기' }],
67
66
  },
68
67
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: '합계' }] },
69
- 'attribute-editor': {
70
- removeButtonText: [{ type: 0, value: '제거' }],
71
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }],
72
- },
68
+ 'attribute-editor': { removeButtonText: [{ type: 0, value: '제거' }] },
73
69
  autosuggest: {
74
70
  errorIconAriaLabel: [{ type: 0, value: '오류' }],
75
71
  selectedAriaLabel: [{ type: 0, value: '선택됨' }],
76
72
  enteredTextLabel: [
73
+ { type: 0, value: '사용: ‘' },
77
74
  { type: 1, value: 'value' },
78
- { type: 0, value: ' 사용' },
75
+ { type: 0, value: '' },
79
76
  ],
80
77
  recoveryText: [{ type: 0, value: '재시도' }],
81
78
  },
@@ -138,6 +135,62 @@ export default {
138
135
  { type: 0, value: '개 위치에서 선택한 항목' },
139
136
  ],
140
137
  'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: '재정렬 취소됨' }],
138
+ 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
139
+ {
140
+ type: 5,
141
+ value: 'isInitialPosition',
142
+ options: {
143
+ true: {
144
+ value: [
145
+ { type: 1, value: 'currentPosition' },
146
+ { type: 0, value: '/' },
147
+ { type: 1, value: 'total' },
148
+ { type: 0, value: ' 위치로 항목 다시 이동' },
149
+ ],
150
+ },
151
+ false: {
152
+ value: [
153
+ { type: 1, value: 'currentPosition' },
154
+ { type: 0, value: '/' },
155
+ { type: 1, value: 'total' },
156
+ { type: 0, value: ' 위치로 항목 이동' },
157
+ ],
158
+ },
159
+ other: { value: [] },
160
+ },
161
+ },
162
+ ],
163
+ 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
164
+ {
165
+ type: 5,
166
+ value: 'isInitialPosition',
167
+ options: {
168
+ true: {
169
+ value: [
170
+ { type: 0, value: '항목이 원래 위치인 ' },
171
+ { type: 1, value: 'initialPosition' },
172
+ { type: 0, value: '/' },
173
+ { type: 1, value: 'total' },
174
+ { type: 0, value: ' 위치로 다시 이동됨' },
175
+ ],
176
+ },
177
+ false: {
178
+ value: [
179
+ { type: 0, value: '항목이 ' },
180
+ { type: 1, value: 'initialPosition' },
181
+ { type: 0, value: '/' },
182
+ { type: 1, value: 'total' },
183
+ { type: 0, value: ' 위치에서 인 ' },
184
+ { type: 1, value: 'finalPosition' },
185
+ { type: 0, value: '/' },
186
+ { type: 1, value: 'total' },
187
+ { type: 0, value: ' 위치로 이동됨' },
188
+ ],
189
+ },
190
+ other: { value: [] },
191
+ },
192
+ },
193
+ ],
141
194
  },
142
195
  'date-range-picker': {
143
196
  'i18nStrings.relativeModeTitle': [{ type: 0, value: '상대 모드' }],
@@ -209,12 +262,18 @@ export default {
209
262
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: '성공' }],
210
263
  'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
211
264
  },
212
- form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
213
265
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }] },
266
+ form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
214
267
  'help-panel': { loadingText: [{ type: 0, value: '콘텐츠 로드 중' }] },
215
268
  input: { clearAriaLabel: [{ type: 0, value: '지우기' }] },
216
269
  link: { externalIconAriaLabel: [{ type: 0, value: '새 탭에서 열림' }] },
217
270
  modal: { closeAriaLabel: [{ type: 0, value: '모달 닫기' }] },
271
+ multiselect: {
272
+ deselectAriaLabel: [
273
+ { type: 1, value: 'option__label' },
274
+ { type: 0, value: ' 제거' },
275
+ ],
276
+ },
218
277
  pagination: {
219
278
  'ariaLabels.nextPageLabel': [{ type: 0, value: '다음 페이지' }],
220
279
  'ariaLabels.pageLabel': [
@@ -225,15 +284,10 @@ export default {
225
284
  'ariaLabels.previousPageLabel': [{ type: 0, value: '이전 페이지' }],
226
285
  },
227
286
  'pie-chart': {
228
- loadingText: [{ type: 0, value: '차트 로드 중' }],
229
- errorText: [{ type: 0, value: '데이터를 가져올 수 없습니다. 나중에 다시 시도하세요.' }],
230
- recoveryText: [{ type: 0, value: '재시도' }],
231
- },
232
- multiselect: {
233
- deselectAriaLabel: [
234
- { type: 1, value: 'option__label' },
235
- { type: 0, value: ' 제거' },
236
- ],
287
+ 'i18nStrings.detailsValue': [{ type: 0, value: '' }],
288
+ 'i18nStrings.detailsPercentage': [{ type: 0, value: '백분율' }],
289
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '원형 차트' }],
290
+ 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: '세그먼트' }],
237
291
  },
238
292
  popover: { dismissAriaLabel: [{ type: 0, value: '팝오버 닫기' }] },
239
293
  'property-filter': {
@@ -257,8 +311,8 @@ export default {
257
311
  'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
258
312
  'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
259
313
  'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
260
- 'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: ' 적게 보기' }],
261
- 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: ' 많이 보기' }],
314
+ 'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '간단히 표시' }],
315
+ 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '자세히 표시' }],
262
316
  'i18nStrings.valueText': [{ type: 0, value: '값' }],
263
317
  'i18nStrings.removeTokenButtonAriaLabel': [
264
318
  {
@@ -334,9 +388,111 @@ export default {
334
388
  },
335
389
  ],
336
390
  },
337
- 's3-resource-selector': {},
338
- select: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
339
- 'split-panel': {},
391
+ 's3-resource-selector': {
392
+ 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: '버전 선택' }],
393
+ 'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'S3 둘러보기' }],
394
+ 'i18nStrings.inContextViewButton': [{ type: 0, value: '보기' }],
395
+ 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: '보기(새 탭에서 열림)' }],
396
+ 'i18nStrings.inContextLoadingText': [{ type: 0, value: '리소스 로드 중' }],
397
+ 'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
398
+ 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '객체 버전' }],
399
+ 'i18nStrings.modalTitle': [{ type: 0, value: 'S3에서 아카이브 선택' }],
400
+ 'i18nStrings.modalCancelButton': [{ type: 0, value: '취소' }],
401
+ 'i18nStrings.modalSubmitButton': [{ type: 0, value: '선택' }],
402
+ 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 버킷' }],
403
+ 'i18nStrings.selectionBuckets': [{ type: 0, value: '버킷' }],
404
+ 'i18nStrings.selectionObjects': [{ type: 0, value: '객체' }],
405
+ 'i18nStrings.selectionVersions': [{ type: 0, value: '버전' }],
406
+ 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: '버킷 찾기' }],
407
+ 'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: '접두사로 객체 찾기' }],
408
+ 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: '버전 찾기' }],
409
+ 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: '버킷 로드 중' }],
410
+ 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: '버킷 없음' }],
411
+ 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: '객체 로드 중' }],
412
+ 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: '객체 없음' }],
413
+ 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: '버전 로드 중' }],
414
+ 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: '버전 없음' }],
415
+ 'i18nStrings.filteringNoMatches': [{ type: 0, value: '일치 항목 없음' }],
416
+ 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: '일치 항목을 찾을 수 없습니다.' }],
417
+ 'i18nStrings.clearFilterButtonText': [{ type: 0, value: '필터 지우기' }],
418
+ 'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
419
+ 'i18nStrings.columnBucketName': [{ type: 0, value: '이름' }],
420
+ 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: '생성 날짜' }],
421
+ 'i18nStrings.columnBucketRegion': [{ type: 0, value: '리전' }],
422
+ 'i18nStrings.columnObjectKey': [{ type: 0, value: '키' }],
423
+ 'i18nStrings.columnObjectLastModified': [{ type: 0, value: '최종 수정 날짜' }],
424
+ 'i18nStrings.columnObjectSize': [{ type: 0, value: '크기' }],
425
+ 'i18nStrings.columnVersionID': [{ type: 0, value: '버전 ID' }],
426
+ 'i18nStrings.columnVersionLastModified': [{ type: 0, value: '최종 수정 날짜' }],
427
+ 'i18nStrings.columnVersionSize': [{ type: 0, value: '크기' }],
428
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '경로는 s3://로 시작해야 합니다.' }],
429
+ 'i18nStrings.validationBucketLowerCase': [{ type: 0, value: '버킷 이름은 소문자나 숫자로 시작해야 합니다.' }],
430
+ 'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: '버킷 이름에 대문자를 포함할 수 없습니다.' }],
431
+ 'i18nStrings.validationBucketLength': [{ type: 0, value: '버킷 이름은 3~63자여야 합니다.' }],
432
+ 'i18nStrings.validationBucketMustComplyDns': [
433
+ { type: 0, value: '버킷 이름은 DNS 명명 규칙을 준수해야 합니다.' },
434
+ ],
435
+ 'i18nStrings.labelSortedDescending': [
436
+ { type: 1, value: 'columnName' },
437
+ { type: 0, value: ', 내림차순 정렬' },
438
+ ],
439
+ 'i18nStrings.labelSortedAscending': [
440
+ { type: 1, value: 'columnName' },
441
+ { type: 0, value: ', 오름차순 정렬' },
442
+ ],
443
+ 'i18nStrings.labelNotSorted': [
444
+ { type: 1, value: 'columnName' },
445
+ { type: 0, value: ', 정렬되지 않음' },
446
+ ],
447
+ 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: '버킷' }],
448
+ 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
449
+ 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: '객체' }],
450
+ 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
451
+ 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: '버전' }],
452
+ 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
453
+ 'i18nStrings.labelFiltering': [
454
+ { type: 1, value: 'itemsType' },
455
+ { type: 0, value: ' 찾기' },
456
+ ],
457
+ 'i18nStrings.labelRefresh': [{ type: 0, value: '데이터 새로고침' }],
458
+ 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 탐색' }],
459
+ 'i18nStrings.filteringCounterText': [
460
+ {
461
+ type: 6,
462
+ value: 'count',
463
+ options: {
464
+ one: { value: [{ type: 0, value: '1개 일치' }] },
465
+ other: {
466
+ value: [
467
+ { type: 1, value: 'count' },
468
+ { type: 0, value: '개 일치' },
469
+ ],
470
+ },
471
+ },
472
+ offset: 0,
473
+ pluralType: 'cardinal',
474
+ },
475
+ ],
476
+ },
477
+ select: {
478
+ errorIconAriaLabel: [{ type: 0, value: '오류' }],
479
+ selectedAriaLabel: [{ type: 0, value: '선택됨' }],
480
+ recoveryText: [{ type: 0, value: '재시도' }],
481
+ },
482
+ 'split-panel': {
483
+ 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: '패널 닫기' }],
484
+ 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: '패널 열기' }],
485
+ 'i18nStrings.preferencesTitle': [{ type: 0, value: '분할 패널 환경 설정' }],
486
+ 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: '분할 패널 위치' }],
487
+ 'i18nStrings.preferencesPositionDescription': [
488
+ { type: 0, value: '서비스의 기본 분할 패널 위치를 선택합니다.' },
489
+ ],
490
+ 'i18nStrings.preferencesPositionSide': [{ type: 0, value: '측면' }],
491
+ 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: '하단' }],
492
+ 'i18nStrings.preferencesConfirm': [{ type: 0, value: '확인' }],
493
+ 'i18nStrings.preferencesCancel': [{ type: 0, value: '취소' }],
494
+ 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '분할 패널 크기 조정' }],
495
+ },
340
496
  table: {
341
497
  'ariaLabels.submittingEditText': [{ type: 0, value: '편집 제출 중' }],
342
498
  'ariaLabels.successfulEditLabel': [{ type: 0, value: '편집 성공' }],
@@ -347,6 +503,130 @@ export default {
347
503
  'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: '왼쪽으로 스크롤' }],
348
504
  'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: '오른쪽으로 스크롤' }],
349
505
  },
506
+ 'tag-editor': {
507
+ 'i18nStrings.keyPlaceholder': [{ type: 0, value: '키 입력' }],
508
+ 'i18nStrings.valuePlaceholder': [{ type: 0, value: '값 입력' }],
509
+ 'i18nStrings.addButton': [{ type: 0, value: '새 태그 추가' }],
510
+ 'i18nStrings.removeButton': [{ type: 0, value: '제거' }],
511
+ 'i18nStrings.removeButtonAriaLabel': [
512
+ { type: 1, value: 'tag__key' },
513
+ { type: 0, value: ' 제거' },
514
+ ],
515
+ 'i18nStrings.undoButton': [{ type: 0, value: '실행 취소' }],
516
+ 'i18nStrings.undoPrompt': [{ type: 0, value: '이 태그는 변경 사항을 저장할 때 제거됩니다.' }],
517
+ 'i18nStrings.loading': [{ type: 0, value: '이 리소스와 연결된 태그를 로드하는 중' }],
518
+ 'i18nStrings.keyHeader': [{ type: 0, value: '키' }],
519
+ 'i18nStrings.valueHeader': [{ type: 0, value: '값' }],
520
+ 'i18nStrings.optional': [{ type: 0, value: '선택 사항' }],
521
+ 'i18nStrings.keySuggestion': [{ type: 0, value: '사용자 지정 태그 키' }],
522
+ 'i18nStrings.valueSuggestion': [{ type: 0, value: '사용자 지정 태그 값' }],
523
+ 'i18nStrings.emptyTags': [{ type: 0, value: '리소스와 연결된 태그가 없습니다.' }],
524
+ 'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: '표시할 수 있는 것보다 많은 키가 있습니다.' }],
525
+ 'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: '표시할 수 있는 것보다 많은 값이 있습니다.' }],
526
+ 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: '태그 키 로드 중' }],
527
+ 'i18nStrings.keysSuggestionError': [{ type: 0, value: '태그 키를 검색할 수 없음' }],
528
+ 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: '태그 값 로드 중' }],
529
+ 'i18nStrings.valuesSuggestionError': [{ type: 0, value: '태그 값을 검색할 수 없음' }],
530
+ 'i18nStrings.emptyKeyError': [{ type: 0, value: '태그 키를 지정해야 합니다.' }],
531
+ 'i18nStrings.maxKeyCharLengthError': [
532
+ { type: 0, value: '태그 키에 사용할 수 있는 최대 문자 수는 128자입니다.' },
533
+ ],
534
+ 'i18nStrings.maxValueCharLengthError': [
535
+ { type: 0, value: '태그 값에 사용할 수 있는 최대 문자 수는 256자입니다.' },
536
+ ],
537
+ 'i18nStrings.duplicateKeyError': [{ type: 0, value: '고유한 태그 키를 지정해야 합니다.' }],
538
+ 'i18nStrings.invalidKeyError': [
539
+ { type: 0, value: '잘못된 키입니다. 키는 유니코드 문자, 숫자, 공백 및 다음의 기호만 가능합니다. _.:/=+@-' },
540
+ ],
541
+ 'i18nStrings.invalidValueError': [
542
+ { type: 0, value: '잘못된 값입니다. 값은 유니코드 문자, 숫자, 공백 및 다음의 기호만 가능합니다. _.:/=+@-' },
543
+ ],
544
+ 'i18nStrings.awsPrefixError': [{ type: 0, value: 'aws로 시작할 수 없음:' }],
545
+ 'i18nStrings.tagLimitReached': [
546
+ {
547
+ type: 6,
548
+ value: 'tagLimit',
549
+ options: {
550
+ one: { value: [{ type: 0, value: '태그 1개의 한도에 도달했습니다.' }] },
551
+ other: {
552
+ value: [
553
+ { type: 0, value: '태그 ' },
554
+ { type: 1, value: 'tagLimit' },
555
+ { type: 0, value: '개의 한도에 도달했습니다.' },
556
+ ],
557
+ },
558
+ },
559
+ offset: 0,
560
+ pluralType: 'cardinal',
561
+ },
562
+ ],
563
+ 'i18nStrings.tagLimitExceeded': [
564
+ {
565
+ type: 6,
566
+ value: 'tagLimit',
567
+ options: {
568
+ one: { value: [{ type: 0, value: '태그 1개의 한도를 초과했습니다.' }] },
569
+ other: {
570
+ value: [
571
+ { type: 0, value: '태그 ' },
572
+ { type: 1, value: 'tagLimit' },
573
+ { type: 0, value: '개의 한도를 초과했습니다.' },
574
+ ],
575
+ },
576
+ },
577
+ offset: 0,
578
+ pluralType: 'cardinal',
579
+ },
580
+ ],
581
+ 'i18nStrings.tagLimit': [
582
+ {
583
+ type: 5,
584
+ value: 'tagLimitAvailable',
585
+ options: {
586
+ true: {
587
+ value: [
588
+ {
589
+ type: 6,
590
+ value: 'availableTags',
591
+ options: {
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
+ },
605
+ false: {
606
+ value: [
607
+ {
608
+ type: 6,
609
+ value: 'availableTags',
610
+ options: {
611
+ one: { value: [{ type: 0, value: '태그를 최대 1개 더 추가할 수 있습니다.' }] },
612
+ other: {
613
+ value: [
614
+ { type: 0, value: '최대 ' },
615
+ { type: 1, value: 'availableTags' },
616
+ { type: 0, value: '개의 태그를 더 추가할 수 있습니다.' },
617
+ ],
618
+ },
619
+ },
620
+ offset: 0,
621
+ pluralType: 'cardinal',
622
+ },
623
+ ],
624
+ },
625
+ other: { value: [] },
626
+ },
627
+ },
628
+ ],
629
+ },
350
630
  'token-group': {
351
631
  'i18nStrings.limitShowFewer': [{ type: 0, value: '간단히 표시' }],
352
632
  'i18nStrings.limitShowMore': [{ type: 0, value: '자세히 표시' }],