@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
  id: {
4
- alert: { dismissAriaLabel: [{ type: 0, value: 'Abaikan pemberitahuan' }] },
5
4
  '[charts]': {
6
5
  loadingText: [{ type: 0, value: 'Memuat bagan' }],
7
6
  errorText: [{ type: 0, value: 'Data tidak dapat diambil. Coba lagi nanti.' }],
@@ -9,10 +8,10 @@ export default {
9
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter data yang ditampilkan' }],
10
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
11
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
12
- 'i18nStrings.detailPopoverDismissAriaLabel': [{ type: 0, value: 'Abaikan' }],
13
11
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'sumbu x' }],
14
12
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'sumbu y' }],
15
13
  },
14
+ alert: { dismissAriaLabel: [{ type: 0, value: 'Abaikan pemberitahuan' }] },
16
15
  'annotation-context': {
17
16
  'i18nStrings.nextButtonText': [{ type: 0, value: 'Berikutnya' }],
18
17
  'i18nStrings.previousButtonText': [{ type: 0, value: 'Sebelumnya' }],
@@ -62,20 +61,18 @@ export default {
62
61
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Buka navigasi samping' }],
63
62
  'ariaLabels.notifications': [{ type: 0, value: 'Notifikasi' }],
64
63
  'ariaLabels.tools': [{ type: 0, value: 'Panel bantuan' }],
65
- 'ariaLabels.toolsClose': [{ type: 0, value: 'Buka panel bantuan' }],
66
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'Tutup panel bantuan' }],
64
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'Tutup panel bantuan' }],
65
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'Buka panel bantuan' }],
67
66
  },
68
67
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
69
- 'attribute-editor': {
70
- removeButtonText: [{ type: 0, value: 'Hapus' }],
71
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
72
- },
68
+ 'attribute-editor': { removeButtonText: [{ type: 0, value: 'Hapus' }] },
73
69
  autosuggest: {
74
70
  errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }],
75
71
  selectedAriaLabel: [{ type: 0, value: 'Dipilih' }],
76
72
  enteredTextLabel: [
77
- { type: 0, value: 'Gunakan ' },
73
+ { type: 0, value: 'Gunakan: "' },
78
74
  { type: 1, value: 'value' },
75
+ { type: 0, value: '"' },
79
76
  ],
80
77
  recoveryText: [{ type: 0, value: 'Coba lagi' }],
81
78
  },
@@ -121,7 +118,7 @@ export default {
121
118
  'stripedRowsPreference.description': [{ type: 0, value: 'Pilih untuk menambahkan baris berbayang bergantian' }],
122
119
  'contentDensityPreference.label': [{ type: 0, value: 'Mode ringkas' }],
123
120
  'contentDensityPreference.description': [
124
- { type: 0, value: 'Pilih untuk menampilkan konten dalam mode yang lebih padat dan lebih ringkas' },
121
+ { type: 0, value: 'Pilih untuk menampilkan konten dalam mode yang lebih padat dan ringkas' },
125
122
  ],
126
123
  'contentDisplayPreference.title': [{ type: 0, value: 'Preferensi kolom' }],
127
124
  'contentDisplayPreference.description': [{ type: 0, value: 'Sesuaikan visibilitas dan urutan kolom.' }],
@@ -130,7 +127,7 @@ export default {
130
127
  {
131
128
  type: 0,
132
129
  value:
133
- 'Gunakan tombol Spasi atau Enter untuk mengaktifkan fitur seret item, lalu gunakan tombol panah untuk memindahkan posisi item. Untuk menyelesaikan perpindahan posisi, gunakan tombol Spasi atau Enter, atau untuk membatalkan perpindahan, gunakan tombol Escape.',
130
+ 'Gunakan Spasi atau Enter untuk mengaktifkan seret item, lalu gunakan tombol panah untuk memindahkan posisi item. Untuk menyelesaikan perpindahan posisi, gunakan Spasi atau Enter, atau untuk membatalkan perpindahan, gunakan Escape.',
134
131
  },
135
132
  ],
136
133
  'contentDisplayPreference.liveAnnouncementDndStarted': [
@@ -140,6 +137,58 @@ export default {
140
137
  { type: 1, value: 'total' },
141
138
  ],
142
139
  'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Pengurutan ulang dibatalkan' }],
140
+ 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
141
+ {
142
+ type: 5,
143
+ value: 'isInitialPosition',
144
+ options: {
145
+ true: {
146
+ value: [
147
+ { type: 0, value: 'Memindahkan item kembali ke posisi ' },
148
+ { type: 1, value: 'currentPosition' },
149
+ { type: 0, value: ' dari ' },
150
+ { type: 1, value: 'total' },
151
+ ],
152
+ },
153
+ false: {
154
+ value: [
155
+ { type: 0, value: 'Memindahkan item ke posisi ' },
156
+ { type: 1, value: 'currentPosition' },
157
+ { type: 0, value: ' dari ' },
158
+ { type: 1, value: 'total' },
159
+ ],
160
+ },
161
+ other: { value: [] },
162
+ },
163
+ },
164
+ ],
165
+ 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
166
+ {
167
+ type: 5,
168
+ value: 'isInitialPosition',
169
+ options: {
170
+ true: {
171
+ value: [
172
+ { type: 0, value: 'Item dipindahkan kembali ke posisi aslinya ' },
173
+ { type: 1, value: 'initialPosition' },
174
+ { type: 0, value: ' dari ' },
175
+ { type: 1, value: 'total' },
176
+ ],
177
+ },
178
+ false: {
179
+ value: [
180
+ { type: 0, value: 'Item dipindahkan dari posisi ' },
181
+ { type: 1, value: 'initialPosition' },
182
+ { type: 0, value: ' ke posisi ' },
183
+ { type: 1, value: 'finalPosition' },
184
+ { type: 0, value: ' dari ' },
185
+ { type: 1, value: 'total' },
186
+ ],
187
+ },
188
+ other: { value: [] },
189
+ },
190
+ },
191
+ ],
143
192
  },
144
193
  'date-range-picker': {
145
194
  'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Mode relatif' }],
@@ -150,7 +199,7 @@ export default {
150
199
  'i18nStrings.applyButtonLabel': [{ type: 0, value: 'Terapkan' }],
151
200
  'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: 'Rentang kustom' }],
152
201
  'i18nStrings.customRelativeRangeOptionDescription': [{ type: 0, value: 'Atur rentang kustom pada masa lalu' }],
153
- 'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'Unit waktu' }],
202
+ 'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'Satuan waktu' }],
154
203
  'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: 'Durasi' }],
155
204
  'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: 'Masukkan durasi' }],
156
205
  'i18nStrings.startDateLabel': [{ type: 0, value: 'Tanggal mulai' }],
@@ -158,7 +207,7 @@ export default {
158
207
  'i18nStrings.endDateLabel': [{ type: 0, value: 'Tanggal berakhir' }],
159
208
  'i18nStrings.endTimeLabel': [{ type: 0, value: 'Waktu berakhir' }],
160
209
  'i18nStrings.dateTimeConstraintText': [
161
- { type: 0, value: 'Untuk tanggal, gunakan TTTT/BB/HH. Untuk waktu, gunakan format 24 jam.' },
210
+ { type: 0, value: 'Untuk tanggal, gunakan HH/BB/TTTT. Untuk waktu, gunakan format 24 jam.' },
162
211
  ],
163
212
  'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
164
213
  'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
@@ -213,12 +262,18 @@ export default {
213
262
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Berhasil' }],
214
263
  'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
215
264
  },
216
- form: { errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }] },
217
265
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }] },
266
+ form: { errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }] },
218
267
  'help-panel': { loadingText: [{ type: 0, value: 'Memuat konten' }] },
219
268
  input: { clearAriaLabel: [{ type: 0, value: 'Hapus' }] },
220
- link: { externalIconAriaLabel: [{ type: 0, value: 'Terbuka di tab baru' }] },
269
+ link: { externalIconAriaLabel: [{ type: 0, value: 'Buka di tab baru' }] },
221
270
  modal: { closeAriaLabel: [{ type: 0, value: 'Tutup modal' }] },
271
+ multiselect: {
272
+ deselectAriaLabel: [
273
+ { type: 0, value: 'Hapus ' },
274
+ { type: 1, value: 'option__label' },
275
+ ],
276
+ },
222
277
  pagination: {
223
278
  'ariaLabels.nextPageLabel': [{ type: 0, value: 'Halaman berikutnya' }],
224
279
  'ariaLabels.pageLabel': [
@@ -229,15 +284,10 @@ export default {
229
284
  'ariaLabels.previousPageLabel': [{ type: 0, value: 'Halaman sebelumnya' }],
230
285
  },
231
286
  'pie-chart': {
232
- loadingText: [{ type: 0, value: 'Memuat bagan' }],
233
- errorText: [{ type: 0, value: 'Data tidak dapat diambil. Coba lagi nanti.' }],
234
- recoveryText: [{ type: 0, value: 'Coba lagi' }],
235
- },
236
- multiselect: {
237
- deselectAriaLabel: [
238
- { type: 0, value: 'Hapus ' },
239
- { type: 1, value: 'option__label' },
240
- ],
287
+ 'i18nStrings.detailsValue': [{ type: 0, value: 'Nilai' }],
288
+ 'i18nStrings.detailsPercentage': [{ type: 0, value: 'Persentase' }],
289
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Bagan pai' }],
290
+ 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segmen' }],
241
291
  },
242
292
  popover: { dismissAriaLabel: [{ type: 0, value: 'Tutup popover' }] },
243
293
  'property-filter': {
@@ -262,7 +312,7 @@ export default {
262
312
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
263
313
  'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
264
314
  'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Tampilkan lebih sedikit' }],
265
- 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Tampilkan lebih banyak' }],
315
+ 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Tampilkan selengkapnya' }],
266
316
  'i18nStrings.valueText': [{ type: 0, value: 'Nilai' }],
267
317
  'i18nStrings.removeTokenButtonAriaLabel': [
268
318
  {
@@ -338,12 +388,117 @@ export default {
338
388
  },
339
389
  ],
340
390
  },
341
- 's3-resource-selector': {},
391
+ 's3-resource-selector': {
392
+ 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Pilih versi' }],
393
+ 'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Jelajahi S3' }],
394
+ 'i18nStrings.inContextViewButton': [{ type: 0, value: 'Lihat' }],
395
+ 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'Lihat (buka di tab baru)' }],
396
+ 'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Memuat sumber daya' }],
397
+ 'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI S3' }],
398
+ 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versi objek' }],
399
+ 'i18nStrings.modalTitle': [{ type: 0, value: 'Pilih arsip di S3' }],
400
+ 'i18nStrings.modalCancelButton': [{ type: 0, value: 'Batalkan' }],
401
+ 'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Pilih' }],
402
+ 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Bucket S3' }],
403
+ 'i18nStrings.selectionBuckets': [{ type: 0, value: 'Bucket' }],
404
+ 'i18nStrings.selectionObjects': [{ type: 0, value: 'Objek' }],
405
+ 'i18nStrings.selectionVersions': [{ type: 0, value: 'Versi' }],
406
+ 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Temukan bucket' }],
407
+ 'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Temukan objek berdasarkan prefiks' }],
408
+ 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Temukan versi' }],
409
+ 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'Memuat bucket' }],
410
+ 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'Tidak ada bucket' }],
411
+ 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Memuat objek' }],
412
+ 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'Tidak ada objek' }],
413
+ 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Memuat versi' }],
414
+ 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'Tidak ada versi' }],
415
+ 'i18nStrings.filteringNoMatches': [{ type: 0, value: 'Tidak ada kecocokan' }],
416
+ 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: 'Kami tidak dapat menemukan kecocokan.' }],
417
+ 'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Hapus filter' }],
418
+ 'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
419
+ 'i18nStrings.columnBucketName': [{ type: 0, value: 'Nama' }],
420
+ 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Tanggal pembuatan' }],
421
+ 'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Wilayah' }],
422
+ 'i18nStrings.columnObjectKey': [{ type: 0, value: 'Kunci' }],
423
+ 'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Terakhir diubah' }],
424
+ 'i18nStrings.columnObjectSize': [{ type: 0, value: 'Ukuran' }],
425
+ 'i18nStrings.columnVersionID': [{ type: 0, value: 'ID Versi' }],
426
+ 'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Terakhir diubah' }],
427
+ 'i18nStrings.columnVersionSize': [{ type: 0, value: 'Ukuran' }],
428
+ 'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'Jalur harus dimulai dengan s3://' }],
429
+ 'i18nStrings.validationBucketLowerCase': [
430
+ { type: 0, value: 'Nama bucket harus diawali dengan karakter huruf kecil atau angka.' },
431
+ ],
432
+ 'i18nStrings.validationBucketMustNotContain': [
433
+ { type: 0, value: 'Nama bucket tidak boleh berisi karakter huruf besar.' },
434
+ ],
435
+ 'i18nStrings.validationBucketLength': [
436
+ { type: 0, value: 'Nama bucket harus terdiri dari 3 hingga 63 karakter.' },
437
+ ],
438
+ 'i18nStrings.validationBucketMustComplyDns': [
439
+ { type: 0, value: 'Nama bucket harus mematuhi konvensi penamaan DNS.' },
440
+ ],
441
+ 'i18nStrings.labelSortedDescending': [
442
+ { type: 1, value: 'columnName' },
443
+ { type: 0, value: ', diurutkan turun' },
444
+ ],
445
+ 'i18nStrings.labelSortedAscending': [
446
+ { type: 1, value: 'columnName' },
447
+ { type: 0, value: ', diurutkan naik' },
448
+ ],
449
+ 'i18nStrings.labelNotSorted': [
450
+ { type: 1, value: 'columnName' },
451
+ { type: 0, value: ', tidak diurutkan' },
452
+ ],
453
+ 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'Bucket' }],
454
+ 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
455
+ 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Objek' }],
456
+ 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
457
+ 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Versi' }],
458
+ 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
459
+ 'i18nStrings.labelFiltering': [
460
+ { type: 0, value: 'Temukan ' },
461
+ { type: 1, value: 'itemsType' },
462
+ ],
463
+ 'i18nStrings.labelRefresh': [{ type: 0, value: 'Segarkan data' }],
464
+ 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'Navigasi S3' }],
465
+ 'i18nStrings.filteringCounterText': [
466
+ {
467
+ type: 6,
468
+ value: 'count',
469
+ options: {
470
+ one: { value: [{ type: 0, value: '1 kecocokan' }] },
471
+ other: {
472
+ value: [
473
+ { type: 1, value: 'count' },
474
+ { type: 0, value: ' kecocokan' },
475
+ ],
476
+ },
477
+ },
478
+ offset: 0,
479
+ pluralType: 'cardinal',
480
+ },
481
+ ],
482
+ },
342
483
  select: {
343
484
  errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }],
344
485
  selectedAriaLabel: [{ type: 0, value: 'Dipilih' }],
486
+ recoveryText: [{ type: 0, value: 'Coba lagi' }],
487
+ },
488
+ 'split-panel': {
489
+ 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Tutup panel' }],
490
+ 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Buka panel' }],
491
+ 'i18nStrings.preferencesTitle': [{ type: 0, value: 'Preferensi panel terpisah' }],
492
+ 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Posisi panel terpisah' }],
493
+ 'i18nStrings.preferencesPositionDescription': [
494
+ { type: 0, value: 'Pilih posisi panel terpisah default untuk layanan.' },
495
+ ],
496
+ 'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Samping' }],
497
+ 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Bawah' }],
498
+ 'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Konfirmasikan' }],
499
+ 'i18nStrings.preferencesCancel': [{ type: 0, value: 'Batalkan' }],
500
+ 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Ubah ukuran panel terpisah' }],
345
501
  },
346
- 'split-panel': {},
347
502
  table: {
348
503
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Mengirimkan pengeditan' }],
349
504
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit berhasil' }],
@@ -354,9 +509,145 @@ export default {
354
509
  'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Gulir ke kiri' }],
355
510
  'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Gulir ke kanan' }],
356
511
  },
512
+ 'tag-editor': {
513
+ 'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Masukkan kunci' }],
514
+ 'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Masukkan nilai' }],
515
+ 'i18nStrings.addButton': [{ type: 0, value: 'Tambahkan tanda baru' }],
516
+ 'i18nStrings.removeButton': [{ type: 0, value: 'Hapus' }],
517
+ 'i18nStrings.removeButtonAriaLabel': [
518
+ { type: 0, value: 'Hapus ' },
519
+ { type: 1, value: 'tag__key' },
520
+ ],
521
+ 'i18nStrings.undoButton': [{ type: 0, value: 'Batalkan' }],
522
+ 'i18nStrings.undoPrompt': [{ type: 0, value: 'Tanda ini akan dihapus setelah perubahan disimpan' }],
523
+ 'i18nStrings.loading': [{ type: 0, value: 'Memuat tanda yang terkait dengan sumber daya ini' }],
524
+ 'i18nStrings.keyHeader': [{ type: 0, value: 'Kunci' }],
525
+ 'i18nStrings.valueHeader': [{ type: 0, value: 'Nilai' }],
526
+ 'i18nStrings.optional': [{ type: 0, value: 'opsional' }],
527
+ 'i18nStrings.keySuggestion': [{ type: 0, value: 'Kunci tanda kustom' }],
528
+ 'i18nStrings.valueSuggestion': [{ type: 0, value: 'Nilai tanda kustom' }],
529
+ 'i18nStrings.emptyTags': [{ type: 0, value: 'Tidak ada tanda yang terkait dengan sumber daya.' }],
530
+ 'i18nStrings.tooManyKeysSuggestion': [
531
+ { type: 0, value: 'Kunci yang Anda miliki lebih banyak dari yang dapat ditampilkan' },
532
+ ],
533
+ 'i18nStrings.tooManyValuesSuggestion': [
534
+ { type: 0, value: 'Nilai yang Anda miliki lebih banyak dari yang dapat ditampilkan' },
535
+ ],
536
+ 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Memuat kunci tanda' }],
537
+ 'i18nStrings.keysSuggestionError': [{ type: 0, value: 'Kunci tanda tidak dapat diambil' }],
538
+ 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Memuat nilai tanda' }],
539
+ 'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'Nilai tanda tidak dapat diambil' }],
540
+ 'i18nStrings.emptyKeyError': [{ type: 0, value: 'Anda harus menentukan kunci tanda' }],
541
+ 'i18nStrings.maxKeyCharLengthError': [
542
+ { type: 0, value: 'Jumlah maksimum karakter yang dapat Anda gunakan dalam kunci tanda adalah 128.' },
543
+ ],
544
+ 'i18nStrings.maxValueCharLengthError': [
545
+ { type: 0, value: 'Jumlah maksimum karakter yang dapat Anda gunakan dalam nilai tanda adalah 256.' },
546
+ ],
547
+ 'i18nStrings.duplicateKeyError': [{ type: 0, value: 'Anda harus menentukan kunci tanda unik.' }],
548
+ 'i18nStrings.invalidKeyError': [
549
+ {
550
+ type: 0,
551
+ value:
552
+ 'Kunci tidak valid. Kunci hanya dapat berisi huruf Unicode, angka, spasi kosong, dan salah satu dari karakter berikut: _.:/=+@-',
553
+ },
554
+ ],
555
+ 'i18nStrings.invalidValueError': [
556
+ {
557
+ type: 0,
558
+ value:
559
+ 'Nilai tidak valid. Nilai hanya dapat berisi huruf Unicode, angka, spasi kosong, dan salah satu dari karakter berikut: _.:/=+@-',
560
+ },
561
+ ],
562
+ 'i18nStrings.awsPrefixError': [{ type: 0, value: 'Tidak boleh diawali dengan aws:' }],
563
+ 'i18nStrings.tagLimitReached': [
564
+ {
565
+ type: 6,
566
+ value: 'tagLimit',
567
+ options: {
568
+ one: { value: [{ type: 0, value: 'Anda telah mencapai batas 1 tanda.' }] },
569
+ other: {
570
+ value: [
571
+ { type: 0, value: 'Anda telah mencapai batas ' },
572
+ { type: 1, value: 'tagLimit' },
573
+ { type: 0, value: ' tanda.' },
574
+ ],
575
+ },
576
+ },
577
+ offset: 0,
578
+ pluralType: 'cardinal',
579
+ },
580
+ ],
581
+ 'i18nStrings.tagLimitExceeded': [
582
+ {
583
+ type: 6,
584
+ value: 'tagLimit',
585
+ options: {
586
+ one: { value: [{ type: 0, value: 'Anda telah melampaui batas 1 tanda.' }] },
587
+ other: {
588
+ value: [
589
+ { type: 0, value: 'Anda telah melampaui batas ' },
590
+ { type: 1, value: 'tagLimit' },
591
+ { type: 0, value: ' tanda.' },
592
+ ],
593
+ },
594
+ },
595
+ offset: 0,
596
+ pluralType: 'cardinal',
597
+ },
598
+ ],
599
+ 'i18nStrings.tagLimit': [
600
+ {
601
+ type: 5,
602
+ value: 'tagLimitAvailable',
603
+ options: {
604
+ true: {
605
+ value: [
606
+ {
607
+ type: 6,
608
+ value: 'availableTags',
609
+ options: {
610
+ other: {
611
+ value: [
612
+ { type: 0, value: 'Anda dapat menambahkan hingga ' },
613
+ { type: 1, value: 'tagLimit' },
614
+ { type: 0, value: ' tanda.' },
615
+ ],
616
+ },
617
+ },
618
+ offset: 0,
619
+ pluralType: 'cardinal',
620
+ },
621
+ ],
622
+ },
623
+ false: {
624
+ value: [
625
+ {
626
+ type: 6,
627
+ value: 'availableTags',
628
+ options: {
629
+ one: { value: [{ type: 0, value: 'Anda dapat menambahkan hingga 1 tanda lagi.' }] },
630
+ other: {
631
+ value: [
632
+ { type: 0, value: 'Anda dapat menambahkan hingga ' },
633
+ { type: 1, value: 'availableTags' },
634
+ { type: 0, value: ' tanda lagi.' },
635
+ ],
636
+ },
637
+ },
638
+ offset: 0,
639
+ pluralType: 'cardinal',
640
+ },
641
+ ],
642
+ },
643
+ other: { value: [] },
644
+ },
645
+ },
646
+ ],
647
+ },
357
648
  'token-group': {
358
649
  'i18nStrings.limitShowFewer': [{ type: 0, value: 'Tampilkan lebih sedikit' }],
359
- 'i18nStrings.limitShowMore': [{ type: 0, value: 'Tampilkan lebih banyak' }],
650
+ 'i18nStrings.limitShowMore': [{ type: 0, value: 'Tampilkan selengkapnya' }],
360
651
  },
361
652
  'top-navigation': {
362
653
  'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'Cari' }],