@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
|
export default {
|
|
2
2
|
'@cloudscape-design/components': {
|
|
3
3
|
'en-GB': {
|
|
4
|
-
alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
|
|
5
4
|
'[charts]': {
|
|
6
5
|
loadingText: [{ type: 0, value: 'Loading chart' }],
|
|
7
6
|
errorText: [{ type: 0, value: "The data couldn't be fetched. Try again later." }],
|
|
@@ -9,10 +8,10 @@ export default {
|
|
|
9
8
|
'i18nStrings.filterLabel': [{ type: 0, value: 'Filter displayed data' }],
|
|
10
9
|
'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
|
|
11
10
|
'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legend' }],
|
|
12
|
-
'i18nStrings.detailPopoverDismissAriaLabel': [{ type: 0, value: 'Dismiss' }],
|
|
13
11
|
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-axis' }],
|
|
14
12
|
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-axis' }],
|
|
15
13
|
},
|
|
14
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
|
|
16
15
|
'annotation-context': {
|
|
17
16
|
'i18nStrings.nextButtonText': [{ type: 0, value: 'Next' }],
|
|
18
17
|
'i18nStrings.previousButtonText': [{ type: 0, value: 'Previous' }],
|
|
@@ -62,20 +61,18 @@ export default {
|
|
|
62
61
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
|
|
63
62
|
'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
|
|
64
63
|
'ariaLabels.tools': [{ type: 0, value: 'Help panel' }],
|
|
65
|
-
'ariaLabels.toolsClose': [{ type: 0, value: '
|
|
66
|
-
'ariaLabels.toolsToggle': [{ type: 0, value: '
|
|
64
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Close help panel' }],
|
|
65
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Open help panel' }],
|
|
67
66
|
},
|
|
68
67
|
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
|
|
69
|
-
'attribute-editor': {
|
|
70
|
-
removeButtonText: [{ type: 0, value: 'Remove' }],
|
|
71
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
72
|
-
},
|
|
68
|
+
'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remove' }] },
|
|
73
69
|
autosuggest: {
|
|
74
70
|
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
75
71
|
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
76
72
|
enteredTextLabel: [
|
|
77
|
-
{ type: 0, value: 'Use ' },
|
|
73
|
+
{ type: 0, value: 'Use: ‘' },
|
|
78
74
|
{ type: 1, value: 'value' },
|
|
75
|
+
{ type: 0, value: '’' },
|
|
79
76
|
],
|
|
80
77
|
recoveryText: [{ type: 0, value: 'Retry' }],
|
|
81
78
|
},
|
|
@@ -140,6 +137,58 @@ export default {
|
|
|
140
137
|
{ type: 1, value: 'total' },
|
|
141
138
|
],
|
|
142
139
|
'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Reordering cancelled' }],
|
|
140
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': [
|
|
141
|
+
{
|
|
142
|
+
type: 5,
|
|
143
|
+
value: 'isInitialPosition',
|
|
144
|
+
options: {
|
|
145
|
+
true: {
|
|
146
|
+
value: [
|
|
147
|
+
{ type: 0, value: 'Moving item back to position ' },
|
|
148
|
+
{ type: 1, value: 'currentPosition' },
|
|
149
|
+
{ type: 0, value: ' of ' },
|
|
150
|
+
{ type: 1, value: 'total' },
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
false: {
|
|
154
|
+
value: [
|
|
155
|
+
{ type: 0, value: 'Moving item to position ' },
|
|
156
|
+
{ type: 1, value: 'currentPosition' },
|
|
157
|
+
{ type: 0, value: ' of ' },
|
|
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 moved back to its original position ' },
|
|
173
|
+
{ type: 1, value: 'initialPosition' },
|
|
174
|
+
{ type: 0, value: ' of ' },
|
|
175
|
+
{ type: 1, value: 'total' },
|
|
176
|
+
],
|
|
177
|
+
},
|
|
178
|
+
false: {
|
|
179
|
+
value: [
|
|
180
|
+
{ type: 0, value: 'Item moved from position ' },
|
|
181
|
+
{ type: 1, value: 'initialPosition' },
|
|
182
|
+
{ type: 0, value: ' to position ' },
|
|
183
|
+
{ type: 1, value: 'finalPosition' },
|
|
184
|
+
{ type: 0, value: ' of ' },
|
|
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: 'Relative mode' }],
|
|
@@ -222,12 +271,18 @@ export default {
|
|
|
222
271
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
|
|
223
272
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
224
273
|
},
|
|
225
|
-
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
226
274
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
275
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
227
276
|
'help-panel': { loadingText: [{ type: 0, value: 'Loading content' }] },
|
|
228
277
|
input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
|
|
229
278
|
link: { externalIconAriaLabel: [{ type: 0, value: 'Opens in a new tab' }] },
|
|
230
279
|
modal: { closeAriaLabel: [{ type: 0, value: 'Close modal' }] },
|
|
280
|
+
multiselect: {
|
|
281
|
+
deselectAriaLabel: [
|
|
282
|
+
{ type: 0, value: 'Remove ' },
|
|
283
|
+
{ type: 1, value: 'option__label' },
|
|
284
|
+
],
|
|
285
|
+
},
|
|
231
286
|
pagination: {
|
|
232
287
|
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Next page' }],
|
|
233
288
|
'ariaLabels.pageLabel': [
|
|
@@ -238,15 +293,10 @@ export default {
|
|
|
238
293
|
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Previous page' }],
|
|
239
294
|
},
|
|
240
295
|
'pie-chart': {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
multiselect: {
|
|
246
|
-
deselectAriaLabel: [
|
|
247
|
-
{ type: 0, value: 'Remove ' },
|
|
248
|
-
{ type: 1, value: 'option__label' },
|
|
249
|
-
],
|
|
296
|
+
'i18nStrings.detailsValue': [{ type: 0, value: 'Value' }],
|
|
297
|
+
'i18nStrings.detailsPercentage': [{ type: 0, value: 'Percentage' }],
|
|
298
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pie chart' }],
|
|
299
|
+
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segment' }],
|
|
250
300
|
},
|
|
251
301
|
popover: { dismissAriaLabel: [{ type: 0, value: 'Close pop-over' }] },
|
|
252
302
|
'property-filter': {
|
|
@@ -347,12 +397,115 @@ export default {
|
|
|
347
397
|
},
|
|
348
398
|
],
|
|
349
399
|
},
|
|
350
|
-
's3-resource-selector': {
|
|
400
|
+
's3-resource-selector': {
|
|
401
|
+
'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Choose a version' }],
|
|
402
|
+
'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Browse S3' }],
|
|
403
|
+
'i18nStrings.inContextViewButton': [{ type: 0, value: 'View' }],
|
|
404
|
+
'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'View (opens in a new tab)' }],
|
|
405
|
+
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Loading resource' }],
|
|
406
|
+
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
407
|
+
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Object version' }],
|
|
408
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an archive in S3' }],
|
|
409
|
+
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancel' }],
|
|
410
|
+
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choose' }],
|
|
411
|
+
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 buckets' }],
|
|
412
|
+
'i18nStrings.selectionBuckets': [{ type: 0, value: 'Buckets' }],
|
|
413
|
+
'i18nStrings.selectionObjects': [{ type: 0, value: 'Objects' }],
|
|
414
|
+
'i18nStrings.selectionVersions': [{ type: 0, value: 'Versions' }],
|
|
415
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Find bucket' }],
|
|
416
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Find object by prefix' }],
|
|
417
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Find version' }],
|
|
418
|
+
'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'Loading buckets' }],
|
|
419
|
+
'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'No buckets' }],
|
|
420
|
+
'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Loading objects' }],
|
|
421
|
+
'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'No objects' }],
|
|
422
|
+
'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Loading versions' }],
|
|
423
|
+
'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'No versions' }],
|
|
424
|
+
'i18nStrings.filteringNoMatches': [{ type: 0, value: 'No matches' }],
|
|
425
|
+
'i18nStrings.filteringCantFindMatch': [{ type: 0, value: "We can't find a match." }],
|
|
426
|
+
'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Clear filter' }],
|
|
427
|
+
'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
|
|
428
|
+
'i18nStrings.columnBucketName': [{ type: 0, value: 'Name' }],
|
|
429
|
+
'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Creation date' }],
|
|
430
|
+
'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Region' }],
|
|
431
|
+
'i18nStrings.columnObjectKey': [{ type: 0, value: 'Key' }],
|
|
432
|
+
'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Last modified' }],
|
|
433
|
+
'i18nStrings.columnObjectSize': [{ type: 0, value: 'Size' }],
|
|
434
|
+
'i18nStrings.columnVersionID': [{ type: 0, value: 'Version ID' }],
|
|
435
|
+
'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Last modified' }],
|
|
436
|
+
'i18nStrings.columnVersionSize': [{ type: 0, value: 'Size' }],
|
|
437
|
+
'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'The path must begin with s3://' }],
|
|
438
|
+
'i18nStrings.validationBucketLowerCase': [
|
|
439
|
+
{ type: 0, value: 'The bucket name must start with a lowercase character or number.' },
|
|
440
|
+
],
|
|
441
|
+
'i18nStrings.validationBucketMustNotContain': [
|
|
442
|
+
{ type: 0, value: 'The bucket name must not contain uppercase characters.' },
|
|
443
|
+
],
|
|
444
|
+
'i18nStrings.validationBucketLength': [{ type: 0, value: 'The bucket name must be from 3 to 63 characters.' }],
|
|
445
|
+
'i18nStrings.validationBucketMustComplyDns': [
|
|
446
|
+
{ type: 0, value: 'The bucket name must comply with DNS naming conventions.' },
|
|
447
|
+
],
|
|
448
|
+
'i18nStrings.labelSortedDescending': [
|
|
449
|
+
{ type: 1, value: 'columnName' },
|
|
450
|
+
{ type: 0, value: ', sorted descending' },
|
|
451
|
+
],
|
|
452
|
+
'i18nStrings.labelSortedAscending': [
|
|
453
|
+
{ type: 1, value: 'columnName' },
|
|
454
|
+
{ type: 0, value: ', sorted ascending' },
|
|
455
|
+
],
|
|
456
|
+
'i18nStrings.labelNotSorted': [
|
|
457
|
+
{ type: 1, value: 'columnName' },
|
|
458
|
+
{ type: 0, value: ', not sorted' },
|
|
459
|
+
],
|
|
460
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'Buckets' }],
|
|
461
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
|
|
462
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Objects' }],
|
|
463
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
|
|
464
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Versions' }],
|
|
465
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
|
|
466
|
+
'i18nStrings.labelFiltering': [
|
|
467
|
+
{ type: 0, value: 'Find ' },
|
|
468
|
+
{ type: 1, value: 'itemsType' },
|
|
469
|
+
],
|
|
470
|
+
'i18nStrings.labelRefresh': [{ type: 0, value: 'Refresh the data' }],
|
|
471
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 navigation' }],
|
|
472
|
+
'i18nStrings.filteringCounterText': [
|
|
473
|
+
{
|
|
474
|
+
type: 6,
|
|
475
|
+
value: 'count',
|
|
476
|
+
options: {
|
|
477
|
+
one: { value: [{ type: 0, value: '1 match' }] },
|
|
478
|
+
other: {
|
|
479
|
+
value: [
|
|
480
|
+
{ type: 1, value: 'count' },
|
|
481
|
+
{ type: 0, value: ' matches' },
|
|
482
|
+
],
|
|
483
|
+
},
|
|
484
|
+
},
|
|
485
|
+
offset: 0,
|
|
486
|
+
pluralType: 'cardinal',
|
|
487
|
+
},
|
|
488
|
+
],
|
|
489
|
+
},
|
|
351
490
|
select: {
|
|
352
491
|
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
353
492
|
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
493
|
+
recoveryText: [{ type: 0, value: 'Retry' }],
|
|
494
|
+
},
|
|
495
|
+
'split-panel': {
|
|
496
|
+
'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Close panel' }],
|
|
497
|
+
'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Open panel' }],
|
|
498
|
+
'i18nStrings.preferencesTitle': [{ type: 0, value: 'Split panel preferences' }],
|
|
499
|
+
'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Split panel position' }],
|
|
500
|
+
'i18nStrings.preferencesPositionDescription': [
|
|
501
|
+
{ type: 0, value: 'Choose the default split panel position for the service.' },
|
|
502
|
+
],
|
|
503
|
+
'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Side' }],
|
|
504
|
+
'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Bottom' }],
|
|
505
|
+
'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Confirm' }],
|
|
506
|
+
'i18nStrings.preferencesCancel': [{ type: 0, value: 'Cancel' }],
|
|
507
|
+
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
|
|
354
508
|
},
|
|
355
|
-
'split-panel': {},
|
|
356
509
|
table: {
|
|
357
510
|
'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
|
|
358
511
|
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
|
|
@@ -363,6 +516,138 @@ export default {
|
|
|
363
516
|
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Scroll left' }],
|
|
364
517
|
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Scroll right' }],
|
|
365
518
|
},
|
|
519
|
+
'tag-editor': {
|
|
520
|
+
'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Enter key' }],
|
|
521
|
+
'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Enter value' }],
|
|
522
|
+
'i18nStrings.addButton': [{ type: 0, value: 'Add new tag' }],
|
|
523
|
+
'i18nStrings.removeButton': [{ type: 0, value: 'Remove' }],
|
|
524
|
+
'i18nStrings.removeButtonAriaLabel': [
|
|
525
|
+
{ type: 0, value: 'Remove ' },
|
|
526
|
+
{ type: 1, value: 'tag__key' },
|
|
527
|
+
],
|
|
528
|
+
'i18nStrings.undoButton': [{ type: 0, value: 'Undo' }],
|
|
529
|
+
'i18nStrings.undoPrompt': [{ type: 0, value: 'This tag will be removed upon saving changes' }],
|
|
530
|
+
'i18nStrings.loading': [{ type: 0, value: 'Loading tags that are associated with this resource' }],
|
|
531
|
+
'i18nStrings.keyHeader': [{ type: 0, value: 'Key' }],
|
|
532
|
+
'i18nStrings.valueHeader': [{ type: 0, value: 'Value' }],
|
|
533
|
+
'i18nStrings.optional': [{ type: 0, value: 'optional' }],
|
|
534
|
+
'i18nStrings.keySuggestion': [{ type: 0, value: 'Customised tag key' }],
|
|
535
|
+
'i18nStrings.valueSuggestion': [{ type: 0, value: 'Customised tag value' }],
|
|
536
|
+
'i18nStrings.emptyTags': [{ type: 0, value: 'No tags associated with the resource.' }],
|
|
537
|
+
'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'You have more keys than can be displayed' }],
|
|
538
|
+
'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'You have more values than can be displayed' }],
|
|
539
|
+
'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Loading tag keys' }],
|
|
540
|
+
'i18nStrings.keysSuggestionError': [{ type: 0, value: 'Tag keys could not be retrieved' }],
|
|
541
|
+
'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Loading tag values' }],
|
|
542
|
+
'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'Tag values could not be retrieved' }],
|
|
543
|
+
'i18nStrings.emptyKeyError': [{ type: 0, value: 'You must specify a tag key' }],
|
|
544
|
+
'i18nStrings.maxKeyCharLengthError': [
|
|
545
|
+
{ type: 0, value: 'The maximum number of characters you can use in a tag key is 128.' },
|
|
546
|
+
],
|
|
547
|
+
'i18nStrings.maxValueCharLengthError': [
|
|
548
|
+
{ type: 0, value: 'The maximum number of characters you can use in a tag value is 256.' },
|
|
549
|
+
],
|
|
550
|
+
'i18nStrings.duplicateKeyError': [{ type: 0, value: 'You must specify a unique tag key.' }],
|
|
551
|
+
'i18nStrings.invalidKeyError': [
|
|
552
|
+
{
|
|
553
|
+
type: 0,
|
|
554
|
+
value:
|
|
555
|
+
'Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-',
|
|
556
|
+
},
|
|
557
|
+
],
|
|
558
|
+
'i18nStrings.invalidValueError': [
|
|
559
|
+
{
|
|
560
|
+
type: 0,
|
|
561
|
+
value:
|
|
562
|
+
'Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-',
|
|
563
|
+
},
|
|
564
|
+
],
|
|
565
|
+
'i18nStrings.awsPrefixError': [{ type: 0, value: 'Cannot start with aws:' }],
|
|
566
|
+
'i18nStrings.tagLimitReached': [
|
|
567
|
+
{
|
|
568
|
+
type: 6,
|
|
569
|
+
value: 'tagLimit',
|
|
570
|
+
options: {
|
|
571
|
+
one: { value: [{ type: 0, value: 'You have reached the limit of 1 tag.' }] },
|
|
572
|
+
other: {
|
|
573
|
+
value: [
|
|
574
|
+
{ type: 0, value: 'You have reached the limit of ' },
|
|
575
|
+
{ type: 1, value: 'tagLimit' },
|
|
576
|
+
{ type: 0, value: ' tags.' },
|
|
577
|
+
],
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
|
+
offset: 0,
|
|
581
|
+
pluralType: 'cardinal',
|
|
582
|
+
},
|
|
583
|
+
],
|
|
584
|
+
'i18nStrings.tagLimitExceeded': [
|
|
585
|
+
{
|
|
586
|
+
type: 6,
|
|
587
|
+
value: 'tagLimit',
|
|
588
|
+
options: {
|
|
589
|
+
one: { value: [{ type: 0, value: 'You have exceeded the limit of 1 tag.' }] },
|
|
590
|
+
other: {
|
|
591
|
+
value: [
|
|
592
|
+
{ type: 0, value: 'You have exceeded the limit of ' },
|
|
593
|
+
{ type: 1, value: 'tagLimit' },
|
|
594
|
+
{ type: 0, value: ' tags.' },
|
|
595
|
+
],
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
offset: 0,
|
|
599
|
+
pluralType: 'cardinal',
|
|
600
|
+
},
|
|
601
|
+
],
|
|
602
|
+
'i18nStrings.tagLimit': [
|
|
603
|
+
{
|
|
604
|
+
type: 5,
|
|
605
|
+
value: 'tagLimitAvailable',
|
|
606
|
+
options: {
|
|
607
|
+
true: {
|
|
608
|
+
value: [
|
|
609
|
+
{
|
|
610
|
+
type: 6,
|
|
611
|
+
value: 'availableTags',
|
|
612
|
+
options: {
|
|
613
|
+
other: {
|
|
614
|
+
value: [
|
|
615
|
+
{ type: 0, value: 'You can add up to ' },
|
|
616
|
+
{ type: 1, value: 'tagLimit' },
|
|
617
|
+
{ type: 0, value: ' tags.' },
|
|
618
|
+
],
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
offset: 0,
|
|
622
|
+
pluralType: 'cardinal',
|
|
623
|
+
},
|
|
624
|
+
],
|
|
625
|
+
},
|
|
626
|
+
false: {
|
|
627
|
+
value: [
|
|
628
|
+
{
|
|
629
|
+
type: 6,
|
|
630
|
+
value: 'availableTags',
|
|
631
|
+
options: {
|
|
632
|
+
one: { value: [{ type: 0, value: 'You can add up to 1 more tag.' }] },
|
|
633
|
+
other: {
|
|
634
|
+
value: [
|
|
635
|
+
{ type: 0, value: 'You can add up to ' },
|
|
636
|
+
{ type: 1, value: 'availableTags' },
|
|
637
|
+
{ type: 0, value: ' more tags.' },
|
|
638
|
+
],
|
|
639
|
+
},
|
|
640
|
+
},
|
|
641
|
+
offset: 0,
|
|
642
|
+
pluralType: 'cardinal',
|
|
643
|
+
},
|
|
644
|
+
],
|
|
645
|
+
},
|
|
646
|
+
other: { value: [] },
|
|
647
|
+
},
|
|
648
|
+
},
|
|
649
|
+
],
|
|
650
|
+
},
|
|
366
651
|
'token-group': {
|
|
367
652
|
'i18nStrings.limitShowFewer': [{ type: 0, value: 'Show fewer' }],
|
|
368
653
|
'i18nStrings.limitShowMore': [{ type: 0, value: 'Show more' }],
|