@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
|
'pt-BR': {
|
|
4
|
-
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
5
4
|
'[charts]': {
|
|
6
5
|
loadingText: [{ type: 0, value: 'Carregando gráfico' }],
|
|
7
6
|
errorText: [{ type: 0, value: 'Não foi possível obter dados. Tente novamente mais tarde.' }],
|
|
@@ -9,10 +8,10 @@ export default {
|
|
|
9
8
|
'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar dados exibidos' }],
|
|
10
9
|
'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar dados' }],
|
|
11
10
|
'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
|
|
12
|
-
'i18nStrings.detailPopoverDismissAriaLabel': [{ type: 0, value: 'Descartar' }],
|
|
13
11
|
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'Eixo x' }],
|
|
14
12
|
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Eixo Y' }],
|
|
15
13
|
},
|
|
14
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
16
15
|
'annotation-context': {
|
|
17
16
|
'i18nStrings.nextButtonText': [{ type: 0, value: 'Próxima' }],
|
|
18
17
|
'i18nStrings.previousButtonText': [{ type: 0, value: 'Anterior' }],
|
|
@@ -62,20 +61,18 @@ export default {
|
|
|
62
61
|
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
|
|
63
62
|
'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
|
|
64
63
|
'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
|
|
65
|
-
'ariaLabels.toolsClose': [{ type: 0, value: '
|
|
66
|
-
'ariaLabels.toolsToggle': [{ type: 0, value: '
|
|
64
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Fechar o painel de ajuda' }],
|
|
65
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir o painel de ajuda' }],
|
|
67
66
|
},
|
|
68
67
|
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
|
|
69
|
-
'attribute-editor': {
|
|
70
|
-
removeButtonText: [{ type: 0, value: 'Remover' }],
|
|
71
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
72
|
-
},
|
|
68
|
+
'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remover' }] },
|
|
73
69
|
autosuggest: {
|
|
74
70
|
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
75
71
|
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
76
72
|
enteredTextLabel: [
|
|
77
|
-
{ type: 0, value: 'Usar ' },
|
|
73
|
+
{ type: 0, value: 'Usar: “' },
|
|
78
74
|
{ type: 1, value: 'value' },
|
|
75
|
+
{ type: 0, value: '”' },
|
|
79
76
|
],
|
|
80
77
|
recoveryText: [{ type: 0, value: 'Tentar novamente' }],
|
|
81
78
|
},
|
|
@@ -117,7 +114,7 @@ export default {
|
|
|
117
114
|
'pageSizePreference.title': [{ type: 0, value: 'Tamanho da página' }],
|
|
118
115
|
'wrapLinesPreference.label': [{ type: 0, value: 'Quebrar linhas' }],
|
|
119
116
|
'wrapLinesPreference.description': [
|
|
120
|
-
{ type: 0, value: 'Selecione para visualizar todo o texto e quebrar
|
|
117
|
+
{ type: 0, value: 'Selecione para visualizar todo o texto e quebrar as linhas.' },
|
|
121
118
|
],
|
|
122
119
|
'stripedRowsPreference.label': [{ type: 0, value: 'Linhas distribuídas' }],
|
|
123
120
|
'stripedRowsPreference.description': [
|
|
@@ -146,6 +143,58 @@ export default {
|
|
|
146
143
|
{ type: 1, value: 'total' },
|
|
147
144
|
],
|
|
148
145
|
'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Reordenação cancelada' }],
|
|
146
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': [
|
|
147
|
+
{
|
|
148
|
+
type: 5,
|
|
149
|
+
value: 'isInitialPosition',
|
|
150
|
+
options: {
|
|
151
|
+
true: {
|
|
152
|
+
value: [
|
|
153
|
+
{ type: 0, value: 'Movendo o item de volta para a posição ' },
|
|
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: 'Movendo o item para a posição ' },
|
|
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: 'Item movido de volta à sua posição 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: 'Item movido da posição ' },
|
|
187
|
+
{ type: 1, value: 'initialPosition' },
|
|
188
|
+
{ type: 0, value: ' para a posição ' },
|
|
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' }],
|
|
@@ -227,15 +276,21 @@ export default {
|
|
|
227
276
|
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informações' }],
|
|
228
277
|
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas as notificações' }],
|
|
229
278
|
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificações' }],
|
|
230
|
-
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '
|
|
279
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Êxito' }],
|
|
231
280
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
232
281
|
},
|
|
233
|
-
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
234
282
|
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }] },
|
|
283
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
235
284
|
'help-panel': { loadingText: [{ type: 0, value: 'Carregando conteúdo' }] },
|
|
236
285
|
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
237
286
|
link: { externalIconAriaLabel: [{ type: 0, value: 'Abre em uma nova guia' }] },
|
|
238
287
|
modal: { closeAriaLabel: [{ type: 0, value: 'Fechar modal' }] },
|
|
288
|
+
multiselect: {
|
|
289
|
+
deselectAriaLabel: [
|
|
290
|
+
{ type: 0, value: 'Remover ' },
|
|
291
|
+
{ type: 1, value: 'option__label' },
|
|
292
|
+
],
|
|
293
|
+
},
|
|
239
294
|
pagination: {
|
|
240
295
|
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Próxima página' }],
|
|
241
296
|
'ariaLabels.pageLabel': [
|
|
@@ -246,15 +301,10 @@ export default {
|
|
|
246
301
|
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
247
302
|
},
|
|
248
303
|
'pie-chart': {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
multiselect: {
|
|
254
|
-
deselectAriaLabel: [
|
|
255
|
-
{ type: 0, value: 'Remover ' },
|
|
256
|
-
{ type: 1, value: 'option__label' },
|
|
257
|
-
],
|
|
304
|
+
'i18nStrings.detailsValue': [{ type: 0, value: 'Valor' }],
|
|
305
|
+
'i18nStrings.detailsPercentage': [{ type: 0, value: 'Porcentagem' }],
|
|
306
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico de pizza' }],
|
|
307
|
+
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segmento' }],
|
|
258
308
|
},
|
|
259
309
|
popover: { dismissAriaLabel: [{ type: 0, value: 'Fechar pop-over' }] },
|
|
260
310
|
'property-filter': {
|
|
@@ -355,22 +405,257 @@ export default {
|
|
|
355
405
|
},
|
|
356
406
|
],
|
|
357
407
|
},
|
|
358
|
-
's3-resource-selector': {
|
|
408
|
+
's3-resource-selector': {
|
|
409
|
+
'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Escolher uma versão' }],
|
|
410
|
+
'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Navegar pelo S3' }],
|
|
411
|
+
'i18nStrings.inContextViewButton': [{ type: 0, value: 'Visualizar' }],
|
|
412
|
+
'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'Visualizar (abre em uma nova guia)' }],
|
|
413
|
+
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Carregando recurso' }],
|
|
414
|
+
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI do S3' }],
|
|
415
|
+
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versão do objeto' }],
|
|
416
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Escolher um arquivo no S3' }],
|
|
417
|
+
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
418
|
+
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Escolher' }],
|
|
419
|
+
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Buckets do S3' }],
|
|
420
|
+
'i18nStrings.selectionBuckets': [{ type: 0, value: 'Buckets' }],
|
|
421
|
+
'i18nStrings.selectionObjects': [{ type: 0, value: 'Objetos' }],
|
|
422
|
+
'i18nStrings.selectionVersions': [{ type: 0, value: 'Versões' }],
|
|
423
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Encontrar bucket' }],
|
|
424
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Encontrar objeto por prefixo' }],
|
|
425
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Encontrar versão' }],
|
|
426
|
+
'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'Carregando buckets' }],
|
|
427
|
+
'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'Não há buckets' }],
|
|
428
|
+
'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Carregando objetos' }],
|
|
429
|
+
'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'Não há objetos' }],
|
|
430
|
+
'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Carregando versões' }],
|
|
431
|
+
'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'Não há versões' }],
|
|
432
|
+
'i18nStrings.filteringNoMatches': [{ type: 0, value: 'Não há correspondências' }],
|
|
433
|
+
'i18nStrings.filteringCantFindMatch': [{ type: 0, value: 'Não conseguimos encontrar uma correspondência.' }],
|
|
434
|
+
'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Limpar filtro' }],
|
|
435
|
+
'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
|
|
436
|
+
'i18nStrings.columnBucketName': [{ type: 0, value: 'Nome' }],
|
|
437
|
+
'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Data de criação' }],
|
|
438
|
+
'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Região' }],
|
|
439
|
+
'i18nStrings.columnObjectKey': [{ type: 0, value: 'Chave' }],
|
|
440
|
+
'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Última modificação' }],
|
|
441
|
+
'i18nStrings.columnObjectSize': [{ type: 0, value: 'Tamanho' }],
|
|
442
|
+
'i18nStrings.columnVersionID': [{ type: 0, value: 'ID da versão' }],
|
|
443
|
+
'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Última modificação' }],
|
|
444
|
+
'i18nStrings.columnVersionSize': [{ type: 0, value: 'Tamanho' }],
|
|
445
|
+
'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'O caminho precisa começar com s3://' }],
|
|
446
|
+
'i18nStrings.validationBucketLowerCase': [
|
|
447
|
+
{ type: 0, value: 'O nome do bucket deve começar com um caractere minúsculo ou com um número.' },
|
|
448
|
+
],
|
|
449
|
+
'i18nStrings.validationBucketMustNotContain': [
|
|
450
|
+
{ type: 0, value: 'O nome do bucket não deve conter caracteres maiúsculos.' },
|
|
451
|
+
],
|
|
452
|
+
'i18nStrings.validationBucketLength': [{ type: 0, value: 'O nome do bucket deve ter de 3 a 63 caracteres.' }],
|
|
453
|
+
'i18nStrings.validationBucketMustComplyDns': [
|
|
454
|
+
{ type: 0, value: 'O nome do bucket deve estar em conformidade com as convenções de nomenclatura de DNS.' },
|
|
455
|
+
],
|
|
456
|
+
'i18nStrings.labelSortedDescending': [
|
|
457
|
+
{ type: 1, value: 'columnName' },
|
|
458
|
+
{ type: 0, value: ', classificada em ordem decrescente' },
|
|
459
|
+
],
|
|
460
|
+
'i18nStrings.labelSortedAscending': [
|
|
461
|
+
{ type: 1, value: 'columnName' },
|
|
462
|
+
{ type: 0, value: ', classificada em ordem crescente' },
|
|
463
|
+
],
|
|
464
|
+
'i18nStrings.labelNotSorted': [
|
|
465
|
+
{ type: 1, value: 'columnName' },
|
|
466
|
+
{ type: 0, value: ', não classificada' },
|
|
467
|
+
],
|
|
468
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'Buckets' }],
|
|
469
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
|
|
470
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Objetos' }],
|
|
471
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
|
|
472
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Versões' }],
|
|
473
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
|
|
474
|
+
'i18nStrings.labelFiltering': [
|
|
475
|
+
{ type: 0, value: 'Encontrar ' },
|
|
476
|
+
{ type: 1, value: 'itemsType' },
|
|
477
|
+
],
|
|
478
|
+
'i18nStrings.labelRefresh': [{ type: 0, value: 'Atualizar os dados' }],
|
|
479
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'Navegação no S3' }],
|
|
480
|
+
'i18nStrings.filteringCounterText': [
|
|
481
|
+
{
|
|
482
|
+
type: 6,
|
|
483
|
+
value: 'count',
|
|
484
|
+
options: {
|
|
485
|
+
one: { value: [{ type: 0, value: 'Uma correspondência' }] },
|
|
486
|
+
other: {
|
|
487
|
+
value: [
|
|
488
|
+
{ type: 1, value: 'count' },
|
|
489
|
+
{ type: 0, value: ' correspondências' },
|
|
490
|
+
],
|
|
491
|
+
},
|
|
492
|
+
},
|
|
493
|
+
offset: 0,
|
|
494
|
+
pluralType: 'cardinal',
|
|
495
|
+
},
|
|
496
|
+
],
|
|
497
|
+
},
|
|
359
498
|
select: {
|
|
360
499
|
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
361
500
|
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
501
|
+
recoveryText: [{ type: 0, value: 'Tentar novamente' }],
|
|
502
|
+
},
|
|
503
|
+
'split-panel': {
|
|
504
|
+
'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Fechar painel' }],
|
|
505
|
+
'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Abrir painel' }],
|
|
506
|
+
'i18nStrings.preferencesTitle': [{ type: 0, value: 'Preferências de divisão de painel' }],
|
|
507
|
+
'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Posição de divisão de painel' }],
|
|
508
|
+
'i18nStrings.preferencesPositionDescription': [
|
|
509
|
+
{ type: 0, value: 'Escolha a posição padrão de divisão de painel para o serviço.' },
|
|
510
|
+
],
|
|
511
|
+
'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Lateral' }],
|
|
512
|
+
'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Inferior' }],
|
|
513
|
+
'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Confirmar' }],
|
|
514
|
+
'i18nStrings.preferencesCancel': [{ type: 0, value: 'Cancelar' }],
|
|
515
|
+
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Redimensionar painel dividido' }],
|
|
362
516
|
},
|
|
363
|
-
'split-panel': {},
|
|
364
517
|
table: {
|
|
365
518
|
'ariaLabels.submittingEditText': [{ type: 0, value: 'Envio de edição' }],
|
|
366
|
-
'ariaLabels.successfulEditLabel': [{ type: 0, value: '
|
|
519
|
+
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'A edição foi bem sucedida' }],
|
|
367
520
|
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
368
|
-
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '
|
|
521
|
+
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'editável' }],
|
|
369
522
|
},
|
|
370
523
|
tabs: {
|
|
371
524
|
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Rolar para a esquerda' }],
|
|
372
525
|
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Rolar para a direita' }],
|
|
373
526
|
},
|
|
527
|
+
'tag-editor': {
|
|
528
|
+
'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Inserir chave' }],
|
|
529
|
+
'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Inserir valor' }],
|
|
530
|
+
'i18nStrings.addButton': [{ type: 0, value: 'Adicionar nova tag' }],
|
|
531
|
+
'i18nStrings.removeButton': [{ type: 0, value: 'Remover' }],
|
|
532
|
+
'i18nStrings.removeButtonAriaLabel': [
|
|
533
|
+
{ type: 0, value: 'Remover ' },
|
|
534
|
+
{ type: 1, value: 'tag__key' },
|
|
535
|
+
],
|
|
536
|
+
'i18nStrings.undoButton': [{ type: 0, value: 'Desfazer' }],
|
|
537
|
+
'i18nStrings.undoPrompt': [{ type: 0, value: 'Essa tag será removida depois que as alterações forem salvas' }],
|
|
538
|
+
'i18nStrings.loading': [{ type: 0, value: 'Carregando tags associadas a este recurso' }],
|
|
539
|
+
'i18nStrings.keyHeader': [{ type: 0, value: 'Chave' }],
|
|
540
|
+
'i18nStrings.valueHeader': [{ type: 0, value: 'Valor' }],
|
|
541
|
+
'i18nStrings.optional': [{ type: 0, value: 'opcional' }],
|
|
542
|
+
'i18nStrings.keySuggestion': [{ type: 0, value: 'Chave de tag personalizada' }],
|
|
543
|
+
'i18nStrings.valueSuggestion': [{ type: 0, value: 'Valor de tag personalizado' }],
|
|
544
|
+
'i18nStrings.emptyTags': [{ type: 0, value: 'Nenhuma tag associada ao recurso.' }],
|
|
545
|
+
'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'Você tem mais chaves do que é possível exibir' }],
|
|
546
|
+
'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'Você tem mais valores do que é possível exibir' }],
|
|
547
|
+
'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Carregando chaves de tag' }],
|
|
548
|
+
'i18nStrings.keysSuggestionError': [{ type: 0, value: 'Não foi possível recuperar chaves de tag' }],
|
|
549
|
+
'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Carregando valores de tag' }],
|
|
550
|
+
'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'Não foi possível recuperar valores de tag' }],
|
|
551
|
+
'i18nStrings.emptyKeyError': [{ type: 0, value: 'Você deve especificar uma chave de tag' }],
|
|
552
|
+
'i18nStrings.maxKeyCharLengthError': [
|
|
553
|
+
{ type: 0, value: 'O número máximo de caracteres que você pode usar em uma chave de tag é 128.' },
|
|
554
|
+
],
|
|
555
|
+
'i18nStrings.maxValueCharLengthError': [
|
|
556
|
+
{ type: 0, value: 'O número máximo de caracteres que você pode usar em um valor de tag é 256.' },
|
|
557
|
+
],
|
|
558
|
+
'i18nStrings.duplicateKeyError': [{ type: 0, value: 'Você deve especificar uma chave de tag exclusiva.' }],
|
|
559
|
+
'i18nStrings.invalidKeyError': [
|
|
560
|
+
{
|
|
561
|
+
type: 0,
|
|
562
|
+
value:
|
|
563
|
+
'Chave inválida. As chaves só podem conter letras Unicode, dígitos, espaço em branco e os seguintes caracteres: _.:/=+@-',
|
|
564
|
+
},
|
|
565
|
+
],
|
|
566
|
+
'i18nStrings.invalidValueError': [
|
|
567
|
+
{
|
|
568
|
+
type: 0,
|
|
569
|
+
value:
|
|
570
|
+
'Valor inválido. Os valores só podem conter letras Unicode, dígitos, espaço em branco e os seguintes caracteres: _.:/=+@-',
|
|
571
|
+
},
|
|
572
|
+
],
|
|
573
|
+
'i18nStrings.awsPrefixError': [{ type: 0, value: 'Não foi possível começar com a AWS:' }],
|
|
574
|
+
'i18nStrings.tagLimitReached': [
|
|
575
|
+
{
|
|
576
|
+
type: 6,
|
|
577
|
+
value: 'tagLimit',
|
|
578
|
+
options: {
|
|
579
|
+
one: { value: [{ type: 0, value: 'Você atingiu o limite de 1 tag.' }] },
|
|
580
|
+
other: {
|
|
581
|
+
value: [
|
|
582
|
+
{ type: 0, value: 'Você atingiu o limite de ' },
|
|
583
|
+
{ type: 1, value: 'tagLimit' },
|
|
584
|
+
{ type: 0, value: ' tags.' },
|
|
585
|
+
],
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
offset: 0,
|
|
589
|
+
pluralType: 'cardinal',
|
|
590
|
+
},
|
|
591
|
+
],
|
|
592
|
+
'i18nStrings.tagLimitExceeded': [
|
|
593
|
+
{
|
|
594
|
+
type: 6,
|
|
595
|
+
value: 'tagLimit',
|
|
596
|
+
options: {
|
|
597
|
+
one: { value: [{ type: 0, value: 'Você excedeu o limite de 1 tag.' }] },
|
|
598
|
+
other: {
|
|
599
|
+
value: [
|
|
600
|
+
{ type: 0, value: 'Você excedeu o limite de ' },
|
|
601
|
+
{ type: 1, value: 'tagLimit' },
|
|
602
|
+
{ type: 0, value: ' tags.' },
|
|
603
|
+
],
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
offset: 0,
|
|
607
|
+
pluralType: 'cardinal',
|
|
608
|
+
},
|
|
609
|
+
],
|
|
610
|
+
'i18nStrings.tagLimit': [
|
|
611
|
+
{
|
|
612
|
+
type: 5,
|
|
613
|
+
value: 'tagLimitAvailable',
|
|
614
|
+
options: {
|
|
615
|
+
true: {
|
|
616
|
+
value: [
|
|
617
|
+
{
|
|
618
|
+
type: 6,
|
|
619
|
+
value: 'availableTags',
|
|
620
|
+
options: {
|
|
621
|
+
other: {
|
|
622
|
+
value: [
|
|
623
|
+
{ type: 0, value: 'Você pode adicionar até ' },
|
|
624
|
+
{ type: 1, value: 'tagLimit' },
|
|
625
|
+
{ type: 0, value: ' tags.' },
|
|
626
|
+
],
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
offset: 0,
|
|
630
|
+
pluralType: 'cardinal',
|
|
631
|
+
},
|
|
632
|
+
],
|
|
633
|
+
},
|
|
634
|
+
false: {
|
|
635
|
+
value: [
|
|
636
|
+
{
|
|
637
|
+
type: 6,
|
|
638
|
+
value: 'availableTags',
|
|
639
|
+
options: {
|
|
640
|
+
one: { value: [{ type: 0, value: 'Você pode adicionar mais 1 tag.' }] },
|
|
641
|
+
other: {
|
|
642
|
+
value: [
|
|
643
|
+
{ type: 0, value: 'Você pode adicionar mais ' },
|
|
644
|
+
{ type: 1, value: 'availableTags' },
|
|
645
|
+
{ type: 0, value: ' tags.' },
|
|
646
|
+
],
|
|
647
|
+
},
|
|
648
|
+
},
|
|
649
|
+
offset: 0,
|
|
650
|
+
pluralType: 'cardinal',
|
|
651
|
+
},
|
|
652
|
+
],
|
|
653
|
+
},
|
|
654
|
+
other: { value: [] },
|
|
655
|
+
},
|
|
656
|
+
},
|
|
657
|
+
],
|
|
658
|
+
},
|
|
374
659
|
'token-group': {
|
|
375
660
|
'i18nStrings.limitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
376
661
|
'i18nStrings.limitShowMore': [{ type: 0, value: 'Mostrar mais' }],
|
|
@@ -379,15 +664,15 @@ export default {
|
|
|
379
664
|
'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'Pesquisar' }],
|
|
380
665
|
'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: 'Fechar pesquisa' }],
|
|
381
666
|
'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: 'Mais' }],
|
|
382
|
-
'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: '
|
|
667
|
+
'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: 'Fechar menu' }],
|
|
383
668
|
'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: 'Voltar' }],
|
|
384
669
|
'i18nStrings.overflowMenuTitleText': [{ type: 0, value: 'Todos' }],
|
|
385
670
|
},
|
|
386
671
|
'tutorial-panel': {
|
|
387
672
|
'i18nStrings.loadingText': [{ type: 0, value: 'Carregando' }],
|
|
388
673
|
'i18nStrings.tutorialListTitle': [{ type: 0, value: 'Escolha um tutorial' }],
|
|
389
|
-
'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: '
|
|
390
|
-
'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: '
|
|
674
|
+
'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: 'Baixar a versão em PDF' }],
|
|
675
|
+
'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: 'Baixar a versão em PDF deste tutorial' }],
|
|
391
676
|
'i18nStrings.tutorialCompletedText': [{ type: 0, value: 'Tutorial concluído' }],
|
|
392
677
|
'i18nStrings.learnMoreLinkText': [{ type: 0, value: 'Saiba mais' }],
|
|
393
678
|
'i18nStrings.startTutorialButtonText': [{ type: 0, value: 'Iniciar o tutorial' }],
|