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