@cloudscape-design/components 3.0.309 → 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/modal/internal.js +1 -1
- package/modal/internal.js.map +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
|
es: {
|
|
4
|
-
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
5
4
|
'[charts]': {
|
|
6
5
|
loadingText: [{ type: 0, value: 'Cargando gráfico' }],
|
|
7
6
|
errorText: [{ type: 0, value: 'No se pudieron recuperar los datos. Inténtelo de nuevo más tarde.' }],
|
|
@@ -9,10 +8,10 @@ export default {
|
|
|
9
8
|
'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar los datos mostrados' }],
|
|
10
9
|
'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar datos' }],
|
|
11
10
|
'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Leyenda' }],
|
|
12
|
-
'i18nStrings.detailPopoverDismissAriaLabel': [{ type: 0, value: 'Descartar' }],
|
|
13
11
|
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'eje x' }],
|
|
14
12
|
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'eje y' }],
|
|
15
13
|
},
|
|
14
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
16
15
|
'annotation-context': {
|
|
17
16
|
'i18nStrings.nextButtonText': [{ type: 0, value: 'Siguiente' }],
|
|
18
17
|
'i18nStrings.previousButtonText': [{ type: 0, value: 'Anterior' }],
|
|
@@ -62,20 +61,18 @@ export default {
|
|
|
62
61
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegación lateral' }],
|
|
63
62
|
'ariaLabels.notifications': [{ type: 0, value: 'Notificaciones' }],
|
|
64
63
|
'ariaLabels.tools': [{ type: 0, value: 'Panel de ayuda' }],
|
|
65
|
-
'ariaLabels.toolsClose': [{ type: 0, value: '
|
|
66
|
-
'ariaLabels.toolsToggle': [{ type: 0, value: '
|
|
64
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Cerrar panel de ayuda' }],
|
|
65
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir panel de ayuda' }],
|
|
67
66
|
},
|
|
68
67
|
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
|
|
69
|
-
'attribute-editor': {
|
|
70
|
-
removeButtonText: [{ type: 0, value: 'Eliminar' }],
|
|
71
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
72
|
-
},
|
|
68
|
+
'attribute-editor': { removeButtonText: [{ type: 0, value: 'Eliminar' }] },
|
|
73
69
|
autosuggest: {
|
|
74
70
|
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
75
71
|
selectedAriaLabel: [{ type: 0, value: 'Seleccionado' }],
|
|
76
72
|
enteredTextLabel: [
|
|
77
|
-
{ type: 0, value: 'Utilizar: ' },
|
|
73
|
+
{ type: 0, value: 'Utilizar: “' },
|
|
78
74
|
{ type: 1, value: 'value' },
|
|
75
|
+
{ type: 0, value: '”' },
|
|
79
76
|
],
|
|
80
77
|
recoveryText: [{ type: 0, value: 'Reintentar' }],
|
|
81
78
|
},
|
|
@@ -146,6 +143,58 @@ export default {
|
|
|
146
143
|
{ type: 1, value: 'total' },
|
|
147
144
|
],
|
|
148
145
|
'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Reordenación cancelada' }],
|
|
146
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': [
|
|
147
|
+
{
|
|
148
|
+
type: 5,
|
|
149
|
+
value: 'isInitialPosition',
|
|
150
|
+
options: {
|
|
151
|
+
true: {
|
|
152
|
+
value: [
|
|
153
|
+
{ type: 0, value: 'Mover el elemento de nuevo a la posición ' },
|
|
154
|
+
{ type: 1, value: 'currentPosition' },
|
|
155
|
+
{ type: 0, value: ' de ' },
|
|
156
|
+
{ type: 1, value: 'total' },
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
false: {
|
|
160
|
+
value: [
|
|
161
|
+
{ type: 0, value: 'Mover el elemento a la posición ' },
|
|
162
|
+
{ type: 1, value: 'currentPosition' },
|
|
163
|
+
{ type: 0, value: ' de ' },
|
|
164
|
+
{ type: 1, value: 'total' },
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
other: { value: [] },
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
|
|
172
|
+
{
|
|
173
|
+
type: 5,
|
|
174
|
+
value: 'isInitialPosition',
|
|
175
|
+
options: {
|
|
176
|
+
true: {
|
|
177
|
+
value: [
|
|
178
|
+
{ type: 0, value: 'El artículo ha vuelto a su posición original ' },
|
|
179
|
+
{ type: 1, value: 'initialPosition' },
|
|
180
|
+
{ type: 0, value: ' de ' },
|
|
181
|
+
{ type: 1, value: 'total' },
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
false: {
|
|
185
|
+
value: [
|
|
186
|
+
{ type: 0, value: 'El artículo se movió de la posición ' },
|
|
187
|
+
{ type: 1, value: 'initialPosition' },
|
|
188
|
+
{ type: 0, value: ' a la posición ' },
|
|
189
|
+
{ type: 1, value: 'finalPosition' },
|
|
190
|
+
{ type: 0, value: ' de ' },
|
|
191
|
+
{ type: 1, value: 'total' },
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
other: { value: [] },
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
],
|
|
149
198
|
},
|
|
150
199
|
'date-range-picker': {
|
|
151
200
|
'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Modo relativo' }],
|
|
@@ -221,12 +270,18 @@ export default {
|
|
|
221
270
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Éxito' }],
|
|
222
271
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
|
|
223
272
|
},
|
|
224
|
-
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
225
273
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
274
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
226
275
|
'help-panel': { loadingText: [{ type: 0, value: 'Cargando contenido' }] },
|
|
227
276
|
input: { clearAriaLabel: [{ type: 0, value: 'Borrar' }] },
|
|
228
277
|
link: { externalIconAriaLabel: [{ type: 0, value: 'Abrir en una pestaña nueva' }] },
|
|
229
278
|
modal: { closeAriaLabel: [{ type: 0, value: 'Cerrar modal' }] },
|
|
279
|
+
multiselect: {
|
|
280
|
+
deselectAriaLabel: [
|
|
281
|
+
{ type: 0, value: 'Eliminar ' },
|
|
282
|
+
{ type: 1, value: 'option__label' },
|
|
283
|
+
],
|
|
284
|
+
},
|
|
230
285
|
pagination: {
|
|
231
286
|
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Página siguiente' }],
|
|
232
287
|
'ariaLabels.pageLabel': [
|
|
@@ -237,15 +292,10 @@ export default {
|
|
|
237
292
|
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
238
293
|
},
|
|
239
294
|
'pie-chart': {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
multiselect: {
|
|
245
|
-
deselectAriaLabel: [
|
|
246
|
-
{ type: 0, value: 'Eliminar ' },
|
|
247
|
-
{ type: 1, value: 'option__label' },
|
|
248
|
-
],
|
|
295
|
+
'i18nStrings.detailsValue': [{ type: 0, value: 'Valor' }],
|
|
296
|
+
'i18nStrings.detailsPercentage': [{ type: 0, value: 'Porcentaje' }],
|
|
297
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico circular' }],
|
|
298
|
+
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segmento' }],
|
|
249
299
|
},
|
|
250
300
|
popover: { dismissAriaLabel: [{ type: 0, value: 'Cerrar ventana emergente' }] },
|
|
251
301
|
'property-filter': {
|
|
@@ -346,22 +396,261 @@ export default {
|
|
|
346
396
|
},
|
|
347
397
|
],
|
|
348
398
|
},
|
|
349
|
-
's3-resource-selector': {
|
|
399
|
+
's3-resource-selector': {
|
|
400
|
+
'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Elija una versión' }],
|
|
401
|
+
'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Explorar S3' }],
|
|
402
|
+
'i18nStrings.inContextViewButton': [{ type: 0, value: 'Ver' }],
|
|
403
|
+
'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'Ver (se abre en una pestaña nueva)' }],
|
|
404
|
+
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Cargando recurso' }],
|
|
405
|
+
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI de S3' }],
|
|
406
|
+
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versión del objeto' }],
|
|
407
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Elija un archivo en S3' }],
|
|
408
|
+
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
409
|
+
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Elija' }],
|
|
410
|
+
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Buckets de S3' }],
|
|
411
|
+
'i18nStrings.selectionBuckets': [{ type: 0, value: 'Buckets' }],
|
|
412
|
+
'i18nStrings.selectionObjects': [{ type: 0, value: 'Objetos' }],
|
|
413
|
+
'i18nStrings.selectionVersions': [{ type: 0, value: 'Versiones' }],
|
|
414
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Encuentra un bucket' }],
|
|
415
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Buscar objeto por el prefijo' }],
|
|
416
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Encuentre la versión' }],
|
|
417
|
+
'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'Cargando buckets' }],
|
|
418
|
+
'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'No hay buckets' }],
|
|
419
|
+
'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Cargando objetos' }],
|
|
420
|
+
'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'No hay objetos' }],
|
|
421
|
+
'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Cargando versiones' }],
|
|
422
|
+
'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'No hay versiones' }],
|
|
423
|
+
'i18nStrings.filteringNoMatches': [{ type: 0, value: 'No hay coincidencias' }],
|
|
424
|
+
'i18nStrings.filteringCantFindMatch': [{ type: 0, value: 'No se encuentra ninguna coincidencia.' }],
|
|
425
|
+
'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Borrar filtro' }],
|
|
426
|
+
'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
|
|
427
|
+
'i18nStrings.columnBucketName': [{ type: 0, value: 'Nombre' }],
|
|
428
|
+
'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Fecha de creación' }],
|
|
429
|
+
'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Región' }],
|
|
430
|
+
'i18nStrings.columnObjectKey': [{ type: 0, value: 'Clave' }],
|
|
431
|
+
'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Modificado por última vez' }],
|
|
432
|
+
'i18nStrings.columnObjectSize': [{ type: 0, value: 'Tamaño' }],
|
|
433
|
+
'i18nStrings.columnVersionID': [{ type: 0, value: 'ID de la versión' }],
|
|
434
|
+
'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Modificado por última vez' }],
|
|
435
|
+
'i18nStrings.columnVersionSize': [{ type: 0, value: 'Tamaño' }],
|
|
436
|
+
'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'La ruta debe empezar por s3://' }],
|
|
437
|
+
'i18nStrings.validationBucketLowerCase': [
|
|
438
|
+
{ type: 0, value: 'El nombre del bucket debe empezar por un carácter o número en minúscula.' },
|
|
439
|
+
],
|
|
440
|
+
'i18nStrings.validationBucketMustNotContain': [
|
|
441
|
+
{ type: 0, value: 'El nombre del bucket no debe contener caracteres en mayúscula.' },
|
|
442
|
+
],
|
|
443
|
+
'i18nStrings.validationBucketLength': [
|
|
444
|
+
{ type: 0, value: 'El nombre del bucket debe tener entre 3 y 63 caracteres.' },
|
|
445
|
+
],
|
|
446
|
+
'i18nStrings.validationBucketMustComplyDns': [
|
|
447
|
+
{ type: 0, value: 'El nombre del bucket debe cumplir con las convenciones de nomenclatura de DNS.' },
|
|
448
|
+
],
|
|
449
|
+
'i18nStrings.labelSortedDescending': [
|
|
450
|
+
{ type: 1, value: 'columnName' },
|
|
451
|
+
{ type: 0, value: ', ordenados de forma descendente' },
|
|
452
|
+
],
|
|
453
|
+
'i18nStrings.labelSortedAscending': [
|
|
454
|
+
{ type: 1, value: 'columnName' },
|
|
455
|
+
{ type: 0, value: ', ordenados de forma ascendente' },
|
|
456
|
+
],
|
|
457
|
+
'i18nStrings.labelNotSorted': [
|
|
458
|
+
{ type: 1, value: 'columnName' },
|
|
459
|
+
{ type: 0, value: ', no ordenados' },
|
|
460
|
+
],
|
|
461
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'Buckets' }],
|
|
462
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
|
|
463
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Objetos' }],
|
|
464
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
|
|
465
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Versiones' }],
|
|
466
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
|
|
467
|
+
'i18nStrings.labelFiltering': [
|
|
468
|
+
{ type: 0, value: 'Encuentre ' },
|
|
469
|
+
{ type: 1, value: 'itemsType' },
|
|
470
|
+
],
|
|
471
|
+
'i18nStrings.labelRefresh': [{ type: 0, value: 'Actualizar los datos' }],
|
|
472
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'Navegación S3' }],
|
|
473
|
+
'i18nStrings.filteringCounterText': [
|
|
474
|
+
{
|
|
475
|
+
type: 6,
|
|
476
|
+
value: 'count',
|
|
477
|
+
options: {
|
|
478
|
+
one: { value: [{ type: 0, value: '1 coincidencia' }] },
|
|
479
|
+
other: {
|
|
480
|
+
value: [
|
|
481
|
+
{ type: 1, value: 'count' },
|
|
482
|
+
{ type: 0, value: ' coincidencias' },
|
|
483
|
+
],
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
offset: 0,
|
|
487
|
+
pluralType: 'cardinal',
|
|
488
|
+
},
|
|
489
|
+
],
|
|
490
|
+
},
|
|
350
491
|
select: {
|
|
351
492
|
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
352
493
|
selectedAriaLabel: [{ type: 0, value: 'Seleccionado' }],
|
|
494
|
+
recoveryText: [{ type: 0, value: 'Reintentar' }],
|
|
495
|
+
},
|
|
496
|
+
'split-panel': {
|
|
497
|
+
'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Cerrar panel' }],
|
|
498
|
+
'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Abrir panel' }],
|
|
499
|
+
'i18nStrings.preferencesTitle': [{ type: 0, value: 'Preferencias de panel dividido' }],
|
|
500
|
+
'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Posición del panel dividido' }],
|
|
501
|
+
'i18nStrings.preferencesPositionDescription': [
|
|
502
|
+
{ type: 0, value: 'Elija la posición predeterminada del panel dividido para el servicio.' },
|
|
503
|
+
],
|
|
504
|
+
'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Lateral' }],
|
|
505
|
+
'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Parte inferior' }],
|
|
506
|
+
'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Confirmar' }],
|
|
507
|
+
'i18nStrings.preferencesCancel': [{ type: 0, value: 'Cancelar' }],
|
|
508
|
+
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Cambiar el tamaño del panel dividido' }],
|
|
353
509
|
},
|
|
354
|
-
'split-panel': {},
|
|
355
510
|
table: {
|
|
356
511
|
'ariaLabels.submittingEditText': [{ type: 0, value: 'Envío de edición' }],
|
|
357
512
|
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Se ha editado correctamente' }],
|
|
358
513
|
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
359
|
-
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '
|
|
514
|
+
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'editable' }],
|
|
360
515
|
},
|
|
361
516
|
tabs: {
|
|
362
517
|
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Desplácese hacia la izquierda' }],
|
|
363
518
|
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Desplácese hacia la derecha' }],
|
|
364
519
|
},
|
|
520
|
+
'tag-editor': {
|
|
521
|
+
'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Ingresar clave' }],
|
|
522
|
+
'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Ingresar valor' }],
|
|
523
|
+
'i18nStrings.addButton': [{ type: 0, value: 'Agregar nueva etiqueta' }],
|
|
524
|
+
'i18nStrings.removeButton': [{ type: 0, value: 'Eliminar' }],
|
|
525
|
+
'i18nStrings.removeButtonAriaLabel': [
|
|
526
|
+
{ type: 0, value: 'Eliminar ' },
|
|
527
|
+
{ type: 1, value: 'tag__key' },
|
|
528
|
+
],
|
|
529
|
+
'i18nStrings.undoButton': [{ type: 0, value: 'Deshacer' }],
|
|
530
|
+
'i18nStrings.undoPrompt': [
|
|
531
|
+
{ type: 0, value: 'Esta etiqueta se eliminará una vez que se guarden los cambios.' },
|
|
532
|
+
],
|
|
533
|
+
'i18nStrings.loading': [{ type: 0, value: 'Cargando las etiquetas asociadas con este recurso' }],
|
|
534
|
+
'i18nStrings.keyHeader': [{ type: 0, value: 'Clave' }],
|
|
535
|
+
'i18nStrings.valueHeader': [{ type: 0, value: 'Valor' }],
|
|
536
|
+
'i18nStrings.optional': [{ type: 0, value: 'opcional' }],
|
|
537
|
+
'i18nStrings.keySuggestion': [{ type: 0, value: 'Clave de etiqueta personalizada' }],
|
|
538
|
+
'i18nStrings.valueSuggestion': [{ type: 0, value: 'Valor de etiqueta personalizado' }],
|
|
539
|
+
'i18nStrings.emptyTags': [{ type: 0, value: 'No hay etiquetas asociadas con el recurso.' }],
|
|
540
|
+
'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'Tiene más claves de las que se pueden mostrar.' }],
|
|
541
|
+
'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'Tiene más valores de los que se pueden mostrar.' }],
|
|
542
|
+
'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Cargando claves de etiqueta' }],
|
|
543
|
+
'i18nStrings.keysSuggestionError': [{ type: 0, value: 'No se pudieron recuperar las claves de etiqueta.' }],
|
|
544
|
+
'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Cargando valores de etiqueta' }],
|
|
545
|
+
'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'No se pudieron recuperar los valores de etiqueta.' }],
|
|
546
|
+
'i18nStrings.emptyKeyError': [{ type: 0, value: 'Debe especificar una clave de etiqueta.' }],
|
|
547
|
+
'i18nStrings.maxKeyCharLengthError': [
|
|
548
|
+
{ type: 0, value: 'En una clave de etiqueta, puede utilizar 128 caracteres como máximo.' },
|
|
549
|
+
],
|
|
550
|
+
'i18nStrings.maxValueCharLengthError': [
|
|
551
|
+
{ type: 0, value: 'En un valor de etiqueta, puede utilizar 256 caracteres como máximo.' },
|
|
552
|
+
],
|
|
553
|
+
'i18nStrings.duplicateKeyError': [{ type: 0, value: 'Debe especificar una clave de etiqueta que sea única.' }],
|
|
554
|
+
'i18nStrings.invalidKeyError': [
|
|
555
|
+
{
|
|
556
|
+
type: 0,
|
|
557
|
+
value:
|
|
558
|
+
'La clave no es válida. Las claves solo pueden contener letras de un solo código, dígitos, espacios en blanco y uno de los siguientes símbolos: _.:/=+@-.',
|
|
559
|
+
},
|
|
560
|
+
],
|
|
561
|
+
'i18nStrings.invalidValueError': [
|
|
562
|
+
{
|
|
563
|
+
type: 0,
|
|
564
|
+
value:
|
|
565
|
+
'El valor no es válido. Los valores solo pueden contener letras de un solo código, dígitos, espacios en blanco y uno de los siguientes símbolos: _.:/=+@-.',
|
|
566
|
+
},
|
|
567
|
+
],
|
|
568
|
+
'i18nStrings.awsPrefixError': [{ type: 0, value: 'No se puede iniciar con “aws:”.' }],
|
|
569
|
+
'i18nStrings.tagLimitReached': [
|
|
570
|
+
{
|
|
571
|
+
type: 6,
|
|
572
|
+
value: 'tagLimit',
|
|
573
|
+
options: {
|
|
574
|
+
one: { value: [{ type: 0, value: 'Alcanzó el límite de 1 etiqueta.' }] },
|
|
575
|
+
other: {
|
|
576
|
+
value: [
|
|
577
|
+
{ type: 0, value: 'Alcanzó el límite de ' },
|
|
578
|
+
{ type: 1, value: 'tagLimit' },
|
|
579
|
+
{ type: 0, value: ' etiquetas.' },
|
|
580
|
+
],
|
|
581
|
+
},
|
|
582
|
+
},
|
|
583
|
+
offset: 0,
|
|
584
|
+
pluralType: 'cardinal',
|
|
585
|
+
},
|
|
586
|
+
],
|
|
587
|
+
'i18nStrings.tagLimitExceeded': [
|
|
588
|
+
{
|
|
589
|
+
type: 6,
|
|
590
|
+
value: 'tagLimit',
|
|
591
|
+
options: {
|
|
592
|
+
one: { value: [{ type: 0, value: 'Superó el límite de 1 etiqueta.' }] },
|
|
593
|
+
other: {
|
|
594
|
+
value: [
|
|
595
|
+
{ type: 0, value: 'Superó el límite de ' },
|
|
596
|
+
{ type: 1, value: 'tagLimit' },
|
|
597
|
+
{ type: 0, value: ' etiquetas.' },
|
|
598
|
+
],
|
|
599
|
+
},
|
|
600
|
+
},
|
|
601
|
+
offset: 0,
|
|
602
|
+
pluralType: 'cardinal',
|
|
603
|
+
},
|
|
604
|
+
],
|
|
605
|
+
'i18nStrings.tagLimit': [
|
|
606
|
+
{
|
|
607
|
+
type: 5,
|
|
608
|
+
value: 'tagLimitAvailable',
|
|
609
|
+
options: {
|
|
610
|
+
true: {
|
|
611
|
+
value: [
|
|
612
|
+
{
|
|
613
|
+
type: 6,
|
|
614
|
+
value: 'availableTags',
|
|
615
|
+
options: {
|
|
616
|
+
other: {
|
|
617
|
+
value: [
|
|
618
|
+
{ type: 0, value: 'Puede agregar hasta ' },
|
|
619
|
+
{ type: 1, value: 'tagLimit' },
|
|
620
|
+
{ type: 0, value: ' etiquetas.' },
|
|
621
|
+
],
|
|
622
|
+
},
|
|
623
|
+
},
|
|
624
|
+
offset: 0,
|
|
625
|
+
pluralType: 'cardinal',
|
|
626
|
+
},
|
|
627
|
+
],
|
|
628
|
+
},
|
|
629
|
+
false: {
|
|
630
|
+
value: [
|
|
631
|
+
{
|
|
632
|
+
type: 6,
|
|
633
|
+
value: 'availableTags',
|
|
634
|
+
options: {
|
|
635
|
+
one: { value: [{ type: 0, value: 'Puede agregar hasta 1 etiqueta más.' }] },
|
|
636
|
+
other: {
|
|
637
|
+
value: [
|
|
638
|
+
{ type: 0, value: 'Puede agregar hasta ' },
|
|
639
|
+
{ type: 1, value: 'availableTags' },
|
|
640
|
+
{ type: 0, value: ' etiquetas más.' },
|
|
641
|
+
],
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
offset: 0,
|
|
645
|
+
pluralType: 'cardinal',
|
|
646
|
+
},
|
|
647
|
+
],
|
|
648
|
+
},
|
|
649
|
+
other: { value: [] },
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
],
|
|
653
|
+
},
|
|
365
654
|
'token-group': {
|
|
366
655
|
'i18nStrings.limitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
367
656
|
'i18nStrings.limitShowMore': [{ type: 0, value: 'Mostrar más' }],
|