@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.
- package/button/internal.d.ts +6 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +6 -8
- package/button/internal.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/date-range-picker/calendar/header/index.js +4 -2
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.js +1 -1
- package/date-range-picker/calendar/index.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +14 -1
- package/form/index.js.map +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +3 -4
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +2 -3
- package/form-field/internal.js.map +1 -1
- package/i18n/context.d.ts +14 -7
- package/i18n/context.d.ts.map +1 -1
- package/i18n/context.js.map +1 -1
- package/i18n/messages/all.all.js +3692 -538
- package/i18n/messages/all.all.json +3756 -577
- package/i18n/messages/all.de.js +317 -22
- package/i18n/messages/all.de.json +324 -27
- package/i18n/messages/all.en-GB.js +306 -21
- package/i18n/messages/all.en-GB.json +309 -24
- package/i18n/messages/all.en.js +11 -11
- package/i18n/messages/all.en.json +11 -11
- package/i18n/messages/all.es.js +311 -22
- package/i18n/messages/all.es.json +318 -25
- package/i18n/messages/all.fr.js +335 -27
- package/i18n/messages/all.fr.json +343 -30
- package/i18n/messages/all.id.js +319 -28
- package/i18n/messages/all.id.json +322 -31
- package/i18n/messages/all.it.js +320 -27
- package/i18n/messages/all.it.json +326 -30
- package/i18n/messages/all.ja.js +312 -28
- package/i18n/messages/all.ja.json +315 -30
- package/i18n/messages/all.ko.js +304 -24
- package/i18n/messages/all.ko.json +312 -25
- package/i18n/messages/all.pt-BR.js +313 -28
- package/i18n/messages/all.pt-BR.json +325 -31
- package/i18n/messages/all.zh-CN.js +301 -29
- package/i18n/messages/all.zh-CN.json +300 -31
- package/i18n/messages/all.zh-TW.js +295 -23
- package/i18n/messages/all.zh-TW.json +294 -25
- package/i18n/messages-types.d.ts +435 -0
- package/i18n/messages-types.d.ts.map +1 -0
- package/i18n/messages-types.js +5 -0
- package/i18n/messages-types.js.map +1 -0
- package/i18n/provider.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts +2 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +6 -4
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +2 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +2 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +3 -7
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +2 -7
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
- package/internal/components/cartesian-chart/left-labels.js +1 -1
- package/internal/components/cartesian-chart/left-labels.js.map +1 -1
- package/internal/components/focus-lock/index.js +20 -19
- package/internal/components/focus-lock/index.js.map +1 -1
- package/internal/context/button-context.d.ts +10 -0
- package/internal/context/button-context.d.ts.map +1 -0
- package/internal/context/button-context.js +10 -0
- package/internal/context/button-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/i18n/messages/all.all.js +3692 -538
- package/internal/i18n/messages/all.all.json +3756 -577
- package/internal/i18n/messages/all.de.js +317 -22
- package/internal/i18n/messages/all.de.json +324 -27
- package/internal/i18n/messages/all.en-GB.js +306 -21
- package/internal/i18n/messages/all.en-GB.json +309 -24
- package/internal/i18n/messages/all.en.js +11 -11
- package/internal/i18n/messages/all.en.json +11 -11
- package/internal/i18n/messages/all.es.js +311 -22
- package/internal/i18n/messages/all.es.json +318 -25
- package/internal/i18n/messages/all.fr.js +335 -27
- package/internal/i18n/messages/all.fr.json +343 -30
- package/internal/i18n/messages/all.id.js +319 -28
- package/internal/i18n/messages/all.id.json +322 -31
- package/internal/i18n/messages/all.it.js +320 -27
- package/internal/i18n/messages/all.it.json +326 -30
- package/internal/i18n/messages/all.ja.js +312 -28
- package/internal/i18n/messages/all.ja.json +315 -30
- package/internal/i18n/messages/all.ko.js +304 -24
- package/internal/i18n/messages/all.ko.json +312 -25
- package/internal/i18n/messages/all.pt-BR.js +313 -28
- package/internal/i18n/messages/all.pt-BR.json +325 -31
- package/internal/i18n/messages/all.zh-CN.js +301 -29
- package/internal/i18n/messages/all.zh-CN.json +300 -31
- package/internal/i18n/messages/all.zh-TW.js +295 -23
- package/internal/i18n/messages/all.zh-TW.json +294 -25
- package/internal/manifest.json +1 -1
- package/package.json +1 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +4 -4
- package/pagination/internal.js.map +1 -1
- package/pie-chart/utils.d.ts +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.js.map +1 -1
- package/s3-resource-selector/interfaces.d.ts +3 -0
- package/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/s3-resource-selector/interfaces.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +1 -1
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js +2 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/index.js +1 -1
- package/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/space-between/interfaces.d.ts +5 -0
- package/space-between/interfaces.d.ts.map +1 -1
- package/space-between/interfaces.js.map +1 -1
- package/space-between/internal.d.ts +1 -1
- package/space-between/internal.d.ts.map +1 -1
- package/space-between/internal.js +2 -2
- package/space-between/internal.js.map +1 -1
- package/space-between/styles.css.js +21 -20
- package/space-between/styles.scoped.css +25 -21
- package/space-between/styles.selectors.js +21 -20
- package/tag-editor/interfaces.d.ts +1 -0
- package/tag-editor/interfaces.d.ts.map +1 -1
- package/tag-editor/interfaces.js.map +1 -1
- package/tag-editor/validation.d.ts +1 -1
- package/tag-editor/validation.d.ts.map +1 -1
- package/tag-editor/validation.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
- package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
- package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
- package/wizard/internal.d.ts.map +1 -1
- package/wizard/internal.js +4 -2
- package/wizard/internal.js.map +1 -1
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +1 -2
- package/wizard/wizard-form.js.map +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
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 @@
|
|
|
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 @@
|
|
|
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": "
|
|
66
|
-
"ariaLabels.toolsToggle": [{ "type": 0, "value": "
|
|
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 " },
|
|
78
|
-
{ "type": 1, "value": "value" }
|
|
73
|
+
{ "type": 0, "value": "Gunakan: \"" },
|
|
74
|
+
{ "type": 1, "value": "value" },
|
|
75
|
+
{ "type": 0, "value": "\"" }
|
|
79
76
|
],
|
|
80
77
|
"recoveryText": [{ "type": 0, "value": "Coba lagi" }]
|
|
81
78
|
},
|
|
@@ -125,7 +122,7 @@
|
|
|
125
122
|
],
|
|
126
123
|
"contentDensityPreference.label": [{ "type": 0, "value": "Mode ringkas" }],
|
|
127
124
|
"contentDensityPreference.description": [
|
|
128
|
-
{ "type": 0, "value": "Pilih untuk menampilkan konten dalam mode yang lebih padat dan
|
|
125
|
+
{ "type": 0, "value": "Pilih untuk menampilkan konten dalam mode yang lebih padat dan ringkas" }
|
|
129
126
|
],
|
|
130
127
|
"contentDisplayPreference.title": [{ "type": 0, "value": "Preferensi kolom" }],
|
|
131
128
|
"contentDisplayPreference.description": [{ "type": 0, "value": "Sesuaikan visibilitas dan urutan kolom." }],
|
|
@@ -133,7 +130,7 @@
|
|
|
133
130
|
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
134
131
|
{
|
|
135
132
|
"type": 0,
|
|
136
|
-
"value": "Gunakan
|
|
133
|
+
"value": "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."
|
|
137
134
|
}
|
|
138
135
|
],
|
|
139
136
|
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
@@ -142,7 +139,61 @@
|
|
|
142
139
|
{ "type": 0, "value": " dari " },
|
|
143
140
|
{ "type": 1, "value": "total" }
|
|
144
141
|
],
|
|
145
|
-
"contentDisplayPreference.liveAnnouncementDndDiscarded": [
|
|
142
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [
|
|
143
|
+
{ "type": 0, "value": "Pengurutan ulang dibatalkan" }
|
|
144
|
+
],
|
|
145
|
+
"contentDisplayPreference.liveAnnouncementDndItemReordered": [
|
|
146
|
+
{
|
|
147
|
+
"type": 5,
|
|
148
|
+
"value": "isInitialPosition",
|
|
149
|
+
"options": {
|
|
150
|
+
"true": {
|
|
151
|
+
"value": [
|
|
152
|
+
{ "type": 0, "value": "Memindahkan item kembali ke posisi " },
|
|
153
|
+
{ "type": 1, "value": "currentPosition" },
|
|
154
|
+
{ "type": 0, "value": " dari " },
|
|
155
|
+
{ "type": 1, "value": "total" }
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"false": {
|
|
159
|
+
"value": [
|
|
160
|
+
{ "type": 0, "value": "Memindahkan item ke posisi " },
|
|
161
|
+
{ "type": 1, "value": "currentPosition" },
|
|
162
|
+
{ "type": 0, "value": " dari " },
|
|
163
|
+
{ "type": 1, "value": "total" }
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"other": { "value": [] }
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"contentDisplayPreference.liveAnnouncementDndItemCommitted": [
|
|
171
|
+
{
|
|
172
|
+
"type": 5,
|
|
173
|
+
"value": "isInitialPosition",
|
|
174
|
+
"options": {
|
|
175
|
+
"true": {
|
|
176
|
+
"value": [
|
|
177
|
+
{ "type": 0, "value": "Item dipindahkan kembali ke posisi aslinya " },
|
|
178
|
+
{ "type": 1, "value": "initialPosition" },
|
|
179
|
+
{ "type": 0, "value": " dari " },
|
|
180
|
+
{ "type": 1, "value": "total" }
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"false": {
|
|
184
|
+
"value": [
|
|
185
|
+
{ "type": 0, "value": "Item dipindahkan dari posisi " },
|
|
186
|
+
{ "type": 1, "value": "initialPosition" },
|
|
187
|
+
{ "type": 0, "value": " ke posisi " },
|
|
188
|
+
{ "type": 1, "value": "finalPosition" },
|
|
189
|
+
{ "type": 0, "value": " dari " },
|
|
190
|
+
{ "type": 1, "value": "total" }
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"other": { "value": [] }
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
]
|
|
146
197
|
},
|
|
147
198
|
"date-range-picker": {
|
|
148
199
|
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Mode relatif" }],
|
|
@@ -155,7 +206,7 @@
|
|
|
155
206
|
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
156
207
|
{ "type": 0, "value": "Atur rentang kustom pada masa lalu" }
|
|
157
208
|
],
|
|
158
|
-
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "
|
|
209
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Satuan waktu" }],
|
|
159
210
|
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Durasi" }],
|
|
160
211
|
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Masukkan durasi" }],
|
|
161
212
|
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Tanggal mulai" }],
|
|
@@ -163,7 +214,7 @@
|
|
|
163
214
|
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Tanggal berakhir" }],
|
|
164
215
|
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Waktu berakhir" }],
|
|
165
216
|
"i18nStrings.dateTimeConstraintText": [
|
|
166
|
-
{ "type": 0, "value": "Untuk tanggal, gunakan
|
|
217
|
+
{ "type": 0, "value": "Untuk tanggal, gunakan HH/BB/TTTT. Untuk waktu, gunakan format 24 jam." }
|
|
167
218
|
],
|
|
168
219
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
169
220
|
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
@@ -221,12 +272,18 @@
|
|
|
221
272
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Berhasil" }],
|
|
222
273
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Peringatan" }]
|
|
223
274
|
},
|
|
224
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
225
275
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
276
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
226
277
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Memuat konten" }] },
|
|
227
278
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Hapus" }] },
|
|
228
|
-
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "
|
|
279
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Buka di tab baru" }] },
|
|
229
280
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Tutup modal" }] },
|
|
281
|
+
"multiselect": {
|
|
282
|
+
"deselectAriaLabel": [
|
|
283
|
+
{ "type": 0, "value": "Hapus " },
|
|
284
|
+
{ "type": 1, "value": "option__label" }
|
|
285
|
+
]
|
|
286
|
+
},
|
|
230
287
|
"pagination": {
|
|
231
288
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Halaman berikutnya" }],
|
|
232
289
|
"ariaLabels.pageLabel": [
|
|
@@ -237,15 +294,10 @@
|
|
|
237
294
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Halaman sebelumnya" }]
|
|
238
295
|
},
|
|
239
296
|
"pie-chart": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
"multiselect": {
|
|
245
|
-
"deselectAriaLabel": [
|
|
246
|
-
{ "type": 0, "value": "Hapus " },
|
|
247
|
-
{ "type": 1, "value": "option__label" }
|
|
248
|
-
]
|
|
297
|
+
"i18nStrings.detailsValue": [{ "type": 0, "value": "Nilai" }],
|
|
298
|
+
"i18nStrings.detailsPercentage": [{ "type": 0, "value": "Persentase" }],
|
|
299
|
+
"i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Bagan pai" }],
|
|
300
|
+
"i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segmen" }]
|
|
249
301
|
},
|
|
250
302
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Tutup popover" }] },
|
|
251
303
|
"property-filter": {
|
|
@@ -270,7 +322,7 @@
|
|
|
270
322
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operator" }],
|
|
271
323
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Properti" }],
|
|
272
324
|
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "Tampilkan lebih sedikit" }],
|
|
273
|
-
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "Tampilkan
|
|
325
|
+
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "Tampilkan selengkapnya" }],
|
|
274
326
|
"i18nStrings.valueText": [{ "type": 0, "value": "Nilai" }],
|
|
275
327
|
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
276
328
|
{
|
|
@@ -346,12 +398,117 @@
|
|
|
346
398
|
}
|
|
347
399
|
]
|
|
348
400
|
},
|
|
349
|
-
"s3-resource-selector": {
|
|
401
|
+
"s3-resource-selector": {
|
|
402
|
+
"i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Pilih versi" }],
|
|
403
|
+
"i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Jelajahi S3" }],
|
|
404
|
+
"i18nStrings.inContextViewButton": [{ "type": 0, "value": "Lihat" }],
|
|
405
|
+
"i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "Lihat (buka di tab baru)" }],
|
|
406
|
+
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Memuat sumber daya" }],
|
|
407
|
+
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI S3" }],
|
|
408
|
+
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versi objek" }],
|
|
409
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Pilih arsip di S3" }],
|
|
410
|
+
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Batalkan" }],
|
|
411
|
+
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Pilih" }],
|
|
412
|
+
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Bucket S3" }],
|
|
413
|
+
"i18nStrings.selectionBuckets": [{ "type": 0, "value": "Bucket" }],
|
|
414
|
+
"i18nStrings.selectionObjects": [{ "type": 0, "value": "Objek" }],
|
|
415
|
+
"i18nStrings.selectionVersions": [{ "type": 0, "value": "Versi" }],
|
|
416
|
+
"i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Temukan bucket" }],
|
|
417
|
+
"i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Temukan objek berdasarkan prefiks" }],
|
|
418
|
+
"i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Temukan versi" }],
|
|
419
|
+
"i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Memuat bucket" }],
|
|
420
|
+
"i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "Tidak ada bucket" }],
|
|
421
|
+
"i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Memuat objek" }],
|
|
422
|
+
"i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "Tidak ada objek" }],
|
|
423
|
+
"i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Memuat versi" }],
|
|
424
|
+
"i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "Tidak ada versi" }],
|
|
425
|
+
"i18nStrings.filteringNoMatches": [{ "type": 0, "value": "Tidak ada kecocokan" }],
|
|
426
|
+
"i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "Kami tidak dapat menemukan kecocokan." }],
|
|
427
|
+
"i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Hapus filter" }],
|
|
428
|
+
"i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
|
|
429
|
+
"i18nStrings.columnBucketName": [{ "type": 0, "value": "Nama" }],
|
|
430
|
+
"i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Tanggal pembuatan" }],
|
|
431
|
+
"i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Wilayah" }],
|
|
432
|
+
"i18nStrings.columnObjectKey": [{ "type": 0, "value": "Kunci" }],
|
|
433
|
+
"i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Terakhir diubah" }],
|
|
434
|
+
"i18nStrings.columnObjectSize": [{ "type": 0, "value": "Ukuran" }],
|
|
435
|
+
"i18nStrings.columnVersionID": [{ "type": 0, "value": "ID Versi" }],
|
|
436
|
+
"i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Terakhir diubah" }],
|
|
437
|
+
"i18nStrings.columnVersionSize": [{ "type": 0, "value": "Ukuran" }],
|
|
438
|
+
"i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "Jalur harus dimulai dengan s3://" }],
|
|
439
|
+
"i18nStrings.validationBucketLowerCase": [
|
|
440
|
+
{ "type": 0, "value": "Nama bucket harus diawali dengan karakter huruf kecil atau angka." }
|
|
441
|
+
],
|
|
442
|
+
"i18nStrings.validationBucketMustNotContain": [
|
|
443
|
+
{ "type": 0, "value": "Nama bucket tidak boleh berisi karakter huruf besar." }
|
|
444
|
+
],
|
|
445
|
+
"i18nStrings.validationBucketLength": [
|
|
446
|
+
{ "type": 0, "value": "Nama bucket harus terdiri dari 3 hingga 63 karakter." }
|
|
447
|
+
],
|
|
448
|
+
"i18nStrings.validationBucketMustComplyDns": [
|
|
449
|
+
{ "type": 0, "value": "Nama bucket harus mematuhi konvensi penamaan DNS." }
|
|
450
|
+
],
|
|
451
|
+
"i18nStrings.labelSortedDescending": [
|
|
452
|
+
{ "type": 1, "value": "columnName" },
|
|
453
|
+
{ "type": 0, "value": ", diurutkan turun" }
|
|
454
|
+
],
|
|
455
|
+
"i18nStrings.labelSortedAscending": [
|
|
456
|
+
{ "type": 1, "value": "columnName" },
|
|
457
|
+
{ "type": 0, "value": ", diurutkan naik" }
|
|
458
|
+
],
|
|
459
|
+
"i18nStrings.labelNotSorted": [
|
|
460
|
+
{ "type": 1, "value": "columnName" },
|
|
461
|
+
{ "type": 0, "value": ", tidak diurutkan" }
|
|
462
|
+
],
|
|
463
|
+
"i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Bucket" }],
|
|
464
|
+
"i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
|
|
465
|
+
"i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Objek" }],
|
|
466
|
+
"i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
|
|
467
|
+
"i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Versi" }],
|
|
468
|
+
"i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
|
|
469
|
+
"i18nStrings.labelFiltering": [
|
|
470
|
+
{ "type": 0, "value": "Temukan " },
|
|
471
|
+
{ "type": 1, "value": "itemsType" }
|
|
472
|
+
],
|
|
473
|
+
"i18nStrings.labelRefresh": [{ "type": 0, "value": "Segarkan data" }],
|
|
474
|
+
"i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "Navigasi S3" }],
|
|
475
|
+
"i18nStrings.filteringCounterText": [
|
|
476
|
+
{
|
|
477
|
+
"type": 6,
|
|
478
|
+
"value": "count",
|
|
479
|
+
"options": {
|
|
480
|
+
"one": { "value": [{ "type": 0, "value": "1 kecocokan" }] },
|
|
481
|
+
"other": {
|
|
482
|
+
"value": [
|
|
483
|
+
{ "type": 1, "value": "count" },
|
|
484
|
+
{ "type": 0, "value": " kecocokan" }
|
|
485
|
+
]
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"offset": 0,
|
|
489
|
+
"pluralType": "cardinal"
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
},
|
|
350
493
|
"select": {
|
|
351
494
|
"errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
352
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }]
|
|
495
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }],
|
|
496
|
+
"recoveryText": [{ "type": 0, "value": "Coba lagi" }]
|
|
497
|
+
},
|
|
498
|
+
"split-panel": {
|
|
499
|
+
"i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Tutup panel" }],
|
|
500
|
+
"i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Buka panel" }],
|
|
501
|
+
"i18nStrings.preferencesTitle": [{ "type": 0, "value": "Preferensi panel terpisah" }],
|
|
502
|
+
"i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Posisi panel terpisah" }],
|
|
503
|
+
"i18nStrings.preferencesPositionDescription": [
|
|
504
|
+
{ "type": 0, "value": "Pilih posisi panel terpisah default untuk layanan." }
|
|
505
|
+
],
|
|
506
|
+
"i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Samping" }],
|
|
507
|
+
"i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "Bawah" }],
|
|
508
|
+
"i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Konfirmasikan" }],
|
|
509
|
+
"i18nStrings.preferencesCancel": [{ "type": 0, "value": "Batalkan" }],
|
|
510
|
+
"i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ubah ukuran panel terpisah" }]
|
|
353
511
|
},
|
|
354
|
-
"split-panel": {},
|
|
355
512
|
"table": {
|
|
356
513
|
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Mengirimkan pengeditan" }],
|
|
357
514
|
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit berhasil" }],
|
|
@@ -362,9 +519,143 @@
|
|
|
362
519
|
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Gulir ke kiri" }],
|
|
363
520
|
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Gulir ke kanan" }]
|
|
364
521
|
},
|
|
522
|
+
"tag-editor": {
|
|
523
|
+
"i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Masukkan kunci" }],
|
|
524
|
+
"i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Masukkan nilai" }],
|
|
525
|
+
"i18nStrings.addButton": [{ "type": 0, "value": "Tambahkan tanda baru" }],
|
|
526
|
+
"i18nStrings.removeButton": [{ "type": 0, "value": "Hapus" }],
|
|
527
|
+
"i18nStrings.removeButtonAriaLabel": [
|
|
528
|
+
{ "type": 0, "value": "Hapus " },
|
|
529
|
+
{ "type": 1, "value": "tag__key" }
|
|
530
|
+
],
|
|
531
|
+
"i18nStrings.undoButton": [{ "type": 0, "value": "Batalkan" }],
|
|
532
|
+
"i18nStrings.undoPrompt": [{ "type": 0, "value": "Tanda ini akan dihapus setelah perubahan disimpan" }],
|
|
533
|
+
"i18nStrings.loading": [{ "type": 0, "value": "Memuat tanda yang terkait dengan sumber daya ini" }],
|
|
534
|
+
"i18nStrings.keyHeader": [{ "type": 0, "value": "Kunci" }],
|
|
535
|
+
"i18nStrings.valueHeader": [{ "type": 0, "value": "Nilai" }],
|
|
536
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opsional" }],
|
|
537
|
+
"i18nStrings.keySuggestion": [{ "type": 0, "value": "Kunci tanda kustom" }],
|
|
538
|
+
"i18nStrings.valueSuggestion": [{ "type": 0, "value": "Nilai tanda kustom" }],
|
|
539
|
+
"i18nStrings.emptyTags": [{ "type": 0, "value": "Tidak ada tanda yang terkait dengan sumber daya." }],
|
|
540
|
+
"i18nStrings.tooManyKeysSuggestion": [
|
|
541
|
+
{ "type": 0, "value": "Kunci yang Anda miliki lebih banyak dari yang dapat ditampilkan" }
|
|
542
|
+
],
|
|
543
|
+
"i18nStrings.tooManyValuesSuggestion": [
|
|
544
|
+
{ "type": 0, "value": "Nilai yang Anda miliki lebih banyak dari yang dapat ditampilkan" }
|
|
545
|
+
],
|
|
546
|
+
"i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Memuat kunci tanda" }],
|
|
547
|
+
"i18nStrings.keysSuggestionError": [{ "type": 0, "value": "Kunci tanda tidak dapat diambil" }],
|
|
548
|
+
"i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "Memuat nilai tanda" }],
|
|
549
|
+
"i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "Nilai tanda tidak dapat diambil" }],
|
|
550
|
+
"i18nStrings.emptyKeyError": [{ "type": 0, "value": "Anda harus menentukan kunci tanda" }],
|
|
551
|
+
"i18nStrings.maxKeyCharLengthError": [
|
|
552
|
+
{ "type": 0, "value": "Jumlah maksimum karakter yang dapat Anda gunakan dalam kunci tanda adalah 128." }
|
|
553
|
+
],
|
|
554
|
+
"i18nStrings.maxValueCharLengthError": [
|
|
555
|
+
{ "type": 0, "value": "Jumlah maksimum karakter yang dapat Anda gunakan dalam nilai tanda adalah 256." }
|
|
556
|
+
],
|
|
557
|
+
"i18nStrings.duplicateKeyError": [{ "type": 0, "value": "Anda harus menentukan kunci tanda unik." }],
|
|
558
|
+
"i18nStrings.invalidKeyError": [
|
|
559
|
+
{
|
|
560
|
+
"type": 0,
|
|
561
|
+
"value": "Kunci tidak valid. Kunci hanya dapat berisi huruf Unicode, angka, spasi kosong, dan salah satu dari karakter berikut: _.:/=+@-"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"i18nStrings.invalidValueError": [
|
|
565
|
+
{
|
|
566
|
+
"type": 0,
|
|
567
|
+
"value": "Nilai tidak valid. Nilai hanya dapat berisi huruf Unicode, angka, spasi kosong, dan salah satu dari karakter berikut: _.:/=+@-"
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"i18nStrings.awsPrefixError": [{ "type": 0, "value": "Tidak boleh diawali dengan aws:" }],
|
|
571
|
+
"i18nStrings.tagLimitReached": [
|
|
572
|
+
{
|
|
573
|
+
"type": 6,
|
|
574
|
+
"value": "tagLimit",
|
|
575
|
+
"options": {
|
|
576
|
+
"one": { "value": [{ "type": 0, "value": "Anda telah mencapai batas 1 tanda." }] },
|
|
577
|
+
"other": {
|
|
578
|
+
"value": [
|
|
579
|
+
{ "type": 0, "value": "Anda telah mencapai batas " },
|
|
580
|
+
{ "type": 1, "value": "tagLimit" },
|
|
581
|
+
{ "type": 0, "value": " tanda." }
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"offset": 0,
|
|
586
|
+
"pluralType": "cardinal"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"i18nStrings.tagLimitExceeded": [
|
|
590
|
+
{
|
|
591
|
+
"type": 6,
|
|
592
|
+
"value": "tagLimit",
|
|
593
|
+
"options": {
|
|
594
|
+
"one": { "value": [{ "type": 0, "value": "Anda telah melampaui batas 1 tanda." }] },
|
|
595
|
+
"other": {
|
|
596
|
+
"value": [
|
|
597
|
+
{ "type": 0, "value": "Anda telah melampaui batas " },
|
|
598
|
+
{ "type": 1, "value": "tagLimit" },
|
|
599
|
+
{ "type": 0, "value": " tanda." }
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"offset": 0,
|
|
604
|
+
"pluralType": "cardinal"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"i18nStrings.tagLimit": [
|
|
608
|
+
{
|
|
609
|
+
"type": 5,
|
|
610
|
+
"value": "tagLimitAvailable",
|
|
611
|
+
"options": {
|
|
612
|
+
"true": {
|
|
613
|
+
"value": [
|
|
614
|
+
{
|
|
615
|
+
"type": 6,
|
|
616
|
+
"value": "availableTags",
|
|
617
|
+
"options": {
|
|
618
|
+
"other": {
|
|
619
|
+
"value": [
|
|
620
|
+
{ "type": 0, "value": "Anda dapat menambahkan hingga " },
|
|
621
|
+
{ "type": 1, "value": "tagLimit" },
|
|
622
|
+
{ "type": 0, "value": " tanda." }
|
|
623
|
+
]
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"offset": 0,
|
|
627
|
+
"pluralType": "cardinal"
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
"false": {
|
|
632
|
+
"value": [
|
|
633
|
+
{
|
|
634
|
+
"type": 6,
|
|
635
|
+
"value": "availableTags",
|
|
636
|
+
"options": {
|
|
637
|
+
"one": { "value": [{ "type": 0, "value": "Anda dapat menambahkan hingga 1 tanda lagi." }] },
|
|
638
|
+
"other": {
|
|
639
|
+
"value": [
|
|
640
|
+
{ "type": 0, "value": "Anda dapat menambahkan hingga " },
|
|
641
|
+
{ "type": 1, "value": "availableTags" },
|
|
642
|
+
{ "type": 0, "value": " tanda lagi." }
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"offset": 0,
|
|
647
|
+
"pluralType": "cardinal"
|
|
648
|
+
}
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
"other": { "value": [] }
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
365
656
|
"token-group": {
|
|
366
657
|
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Tampilkan lebih sedikit" }],
|
|
367
|
-
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Tampilkan
|
|
658
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Tampilkan selengkapnya" }]
|
|
368
659
|
},
|
|
369
660
|
"top-navigation": {
|
|
370
661
|
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Cari" }],
|