@cloudscape-design/components 3.0.346 → 3.0.348
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/alert/internal.js +1 -1
- package/alert/internal.js.map +1 -1
- package/app-layout/index.js +1 -1
- package/app-layout/index.js.map +1 -1
- package/area-chart/chart-container.d.ts.map +1 -1
- package/area-chart/chart-container.js +8 -4
- package/area-chart/chart-container.js.map +1 -1
- package/area-chart/elements/use-highlight-details.js +1 -1
- package/area-chart/elements/use-highlight-details.js.map +1 -1
- package/attribute-editor/row.js +1 -1
- package/attribute-editor/row.js.map +1 -1
- package/autosuggest/autosuggest-option.js +1 -1
- package/autosuggest/autosuggest-option.js.map +1 -1
- package/autosuggest/internal.js +1 -1
- package/autosuggest/internal.js.map +1 -1
- package/breadcrumb-group/internal.js +1 -1
- package/breadcrumb-group/internal.js.map +1 -1
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +24 -2
- package/button/internal.js.map +1 -1
- package/button-dropdown/interfaces.d.ts +2 -15
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/calendar/internal.js +1 -1
- package/calendar/internal.js.map +1 -1
- package/cards/index.js +1 -1
- package/cards/index.js.map +1 -1
- package/code-editor/index.js +1 -1
- package/code-editor/index.js.map +1 -1
- package/code-editor/status-bar.js +1 -1
- package/code-editor/status-bar.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/collection-preferences/index.js +1 -1
- package/collection-preferences/index.js.map +1 -1
- package/collection-preferences/utils.js +1 -1
- package/collection-preferences/utils.js.map +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/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/date-range-picker/calendar/range-inputs.js +1 -1
- package/date-range-picker/calendar/range-inputs.js.map +1 -1
- package/date-range-picker/dropdown.js +1 -1
- package/date-range-picker/dropdown.js.map +1 -1
- package/date-range-picker/index.js +1 -1
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/mode-switcher.js +1 -1
- package/date-range-picker/mode-switcher.js.map +1 -1
- package/date-range-picker/relative-range/index.js +1 -1
- package/date-range-picker/relative-range/index.js.map +1 -1
- package/flashbar/collapsible-flashbar.js +1 -1
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.js +1 -1
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/form/internal.js +1 -1
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +1 -1
- package/form-field/internal.js.map +1 -1
- package/help-panel/index.js +1 -1
- package/help-panel/index.js.map +1 -1
- package/i18n/index.d.ts +1 -1
- package/i18n/index.d.ts.map +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.js.map +1 -1
- package/i18n/provider.d.ts.map +1 -1
- package/i18n/provider.js +4 -2
- package/i18n/provider.js.map +1 -1
- package/i18n/testing.d.ts.map +1 -1
- package/i18n/testing.js +2 -0
- package/i18n/testing.js.map +1 -1
- package/input/internal.js +1 -1
- package/input/internal.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +50 -1
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +13 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +4 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +4 -0
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +73 -20
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.d.ts +14 -5
- package/internal/components/cartesian-chart/bottom-labels.d.ts.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +14 -15
- 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/chart-filter/index.js +1 -1
- package/internal/components/chart-filter/index.js.map +1 -1
- package/internal/components/chart-legend/index.js +1 -1
- package/internal/components/chart-legend/index.js.map +1 -1
- package/internal/components/chart-plot/index.js +1 -1
- package/internal/components/chart-plot/index.js.map +1 -1
- package/internal/components/chart-status-container/index.js +1 -1
- package/internal/components/chart-status-container/index.js.map +1 -1
- package/internal/components/dropdown/interfaces.d.ts +8 -5
- package/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/internal/components/dropdown/interfaces.js.map +1 -1
- package/internal/components/token-list/token-limit-toggle.js +1 -1
- package/internal/components/token-list/token-limit-toggle.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/link/internal.js +1 -1
- package/link/internal.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +60 -37
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/modal/internal.js +1 -1
- package/modal/internal.js.map +1 -1
- package/multiselect/internal.js +1 -1
- package/multiselect/internal.js.map +1 -1
- package/package.json +2 -29
- package/pagination/internal.js +1 -1
- package/pagination/internal.js.map +1 -1
- package/pie-chart/pie-chart.js +1 -1
- package/pie-chart/pie-chart.js.map +1 -1
- package/pie-chart/segments.js +1 -1
- package/pie-chart/segments.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/popover/body.js +1 -1
- package/popover/body.js.map +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.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 +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/buckets-table.js +1 -1
- package/s3-resource-selector/s3-modal/buckets-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/objects-table.js +1 -1
- package/s3-resource-selector/s3-modal/objects-table.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/s3-resource-selector/s3-modal/versions-table.js +1 -1
- package/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
- package/select/internal.js +1 -1
- package/select/internal.js.map +1 -1
- package/split-panel/index.js +1 -1
- package/split-panel/index.js.map +1 -1
- package/table/body-cell/index.js +1 -1
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/inline-editor.js +1 -1
- package/table/body-cell/inline-editor.js.map +1 -1
- package/table/body-cell/td-element.d.ts +3 -1
- package/table/body-cell/td-element.d.ts.map +1 -1
- package/table/body-cell/td-element.js +5 -7
- package/table/body-cell/td-element.js.map +1 -1
- package/table/header-cell/index.d.ts +2 -0
- package/table/header-cell/index.d.ts.map +1 -1
- package/table/header-cell/index.js +5 -4
- package/table/header-cell/index.js.map +1 -1
- package/table/header-cell/utils.d.ts +0 -1
- package/table/header-cell/utils.d.ts.map +1 -1
- package/table/header-cell/utils.js +0 -6
- package/table/header-cell/utils.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +9 -8
- package/table/internal.js.map +1 -1
- package/table/sticky-header.d.ts +2 -0
- package/table/sticky-header.d.ts.map +1 -1
- package/table/sticky-header.js +3 -2
- package/table/sticky-header.js.map +1 -1
- package/table/table-role/index.d.ts +2 -0
- package/table/table-role/index.d.ts.map +1 -0
- package/table/table-role/index.js +4 -0
- package/table/table-role/index.js.map +1 -0
- package/table/table-role/table-role-helper.d.ts +22 -0
- package/table/table-role/table-role-helper.d.ts.map +1 -0
- package/table/table-role/table-role-helper.js +47 -0
- package/table/table-role/table-role-helper.js.map +1 -0
- package/table/thead.d.ts +2 -0
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +4 -3
- package/table/thead.js.map +1 -1
- package/tabs/tab-header-bar.js +1 -1
- package/tabs/tab-header-bar.js.map +1 -1
- package/tag-editor/index.js +1 -1
- package/tag-editor/index.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/internal.js +1 -1
- package/top-navigation/internal.js.map +1 -1
- package/top-navigation/parts/overflow-menu/index.js +1 -1
- package/top-navigation/parts/overflow-menu/index.js.map +1 -1
- package/wizard/internal.js +1 -1
- package/wizard/internal.js.map +1 -1
- package/internal/i18n/context.d.ts +0 -2
- package/internal/i18n/context.d.ts.map +0 -1
- package/internal/i18n/context.js +0 -4
- package/internal/i18n/context.js.map +0 -1
- package/internal/i18n/index.d.ts +0 -2
- package/internal/i18n/index.d.ts.map +0 -1
- package/internal/i18n/index.js +0 -4
- package/internal/i18n/index.js.map +0 -1
- package/internal/i18n/messages/all.all.d.ts +0 -3
- package/internal/i18n/messages/all.all.js +0 -8627
- package/internal/i18n/messages/all.all.json +0 -8697
- package/internal/i18n/messages/all.de.d.ts +0 -3
- package/internal/i18n/messages/all.de.js +0 -741
- package/internal/i18n/messages/all.de.json +0 -751
- package/internal/i18n/messages/all.en-GB.d.ts +0 -3
- package/internal/i18n/messages/all.en-GB.js +0 -721
- package/internal/i18n/messages/all.en-GB.json +0 -724
- package/internal/i18n/messages/all.en.d.ts +0 -3
- package/internal/i18n/messages/all.en.js +0 -722
- package/internal/i18n/messages/all.en.json +0 -721
- package/internal/i18n/messages/all.es.d.ts +0 -3
- package/internal/i18n/messages/all.es.js +0 -726
- package/internal/i18n/messages/all.es.json +0 -732
- package/internal/i18n/messages/all.fr.d.ts +0 -3
- package/internal/i18n/messages/all.fr.js +0 -759
- package/internal/i18n/messages/all.fr.json +0 -765
- package/internal/i18n/messages/all.id.d.ts +0 -3
- package/internal/i18n/messages/all.id.js +0 -718
- package/internal/i18n/messages/all.id.json +0 -726
- package/internal/i18n/messages/all.it.d.ts +0 -3
- package/internal/i18n/messages/all.it.js +0 -730
- package/internal/i18n/messages/all.it.json +0 -737
- package/internal/i18n/messages/all.ja.d.ts +0 -3
- package/internal/i18n/messages/all.ja.js +0 -725
- package/internal/i18n/messages/all.ja.json +0 -730
- package/internal/i18n/messages/all.ko.d.ts +0 -3
- package/internal/i18n/messages/all.ko.js +0 -699
- package/internal/i18n/messages/all.ko.json +0 -713
- package/internal/i18n/messages/all.pt-BR.d.ts +0 -3
- package/internal/i18n/messages/all.pt-BR.js +0 -729
- package/internal/i18n/messages/all.pt-BR.json +0 -737
- package/internal/i18n/messages/all.zh-CN.d.ts +0 -3
- package/internal/i18n/messages/all.zh-CN.js +0 -701
- package/internal/i18n/messages/all.zh-CN.json +0 -703
- package/internal/i18n/messages/all.zh-TW.d.ts +0 -3
- package/internal/i18n/messages/all.zh-TW.js +0 -700
- package/internal/i18n/messages/all.zh-TW.json +0 -702
- package/internal/i18n/provider.d.ts +0 -2
- package/internal/i18n/provider.d.ts.map +0 -1
- package/internal/i18n/provider.js +0 -4
- package/internal/i18n/provider.js.map +0 -1
- package/internal/i18n/testing.d.ts +0 -2
- package/internal/i18n/testing.d.ts.map +0 -1
- package/internal/i18n/testing.js +0 -4
- package/internal/i18n/testing.js.map +0 -1
|
@@ -1,729 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
'@cloudscape-design/components': {
|
|
3
|
-
'pt-BR': {
|
|
4
|
-
'[charts]': {
|
|
5
|
-
loadingText: [{ type: 0, value: 'Carregando gráfico' }],
|
|
6
|
-
errorText: [{ type: 0, value: 'Não foi possível obter dados. Tente novamente mais tarde.' }],
|
|
7
|
-
recoveryText: [{ type: 0, value: 'Tentar novamente' }],
|
|
8
|
-
'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar dados exibidos' }],
|
|
9
|
-
'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar dados' }],
|
|
10
|
-
'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
|
|
11
|
-
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'Eixo x' }],
|
|
12
|
-
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Eixo Y' }],
|
|
13
|
-
},
|
|
14
|
-
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
15
|
-
'annotation-context': {
|
|
16
|
-
'i18nStrings.nextButtonText': [{ type: 0, value: 'Próxima' }],
|
|
17
|
-
'i18nStrings.previousButtonText': [{ type: 0, value: 'Anterior' }],
|
|
18
|
-
'i18nStrings.finishButtonText': [{ type: 0, value: 'Concluir' }],
|
|
19
|
-
'i18nStrings.labelDismissAnnotation': [{ type: 0, value: 'Descartar anotação' }],
|
|
20
|
-
'i18nStrings.stepCounterText': [
|
|
21
|
-
{ type: 0, value: 'Etapa ' },
|
|
22
|
-
{ type: 1, value: 'stepNumber' },
|
|
23
|
-
{ type: 0, value: ' de ' },
|
|
24
|
-
{ type: 1, value: 'totalStepCount' },
|
|
25
|
-
],
|
|
26
|
-
'i18nStrings.taskTitle': [
|
|
27
|
-
{ type: 0, value: 'Tarefa ' },
|
|
28
|
-
{ type: 1, value: 'taskNumber' },
|
|
29
|
-
{ type: 0, value: ': ' },
|
|
30
|
-
{ type: 1, value: 'taskTitle' },
|
|
31
|
-
],
|
|
32
|
-
'i18nStrings.labelHotspot': [
|
|
33
|
-
{
|
|
34
|
-
type: 5,
|
|
35
|
-
value: 'openState',
|
|
36
|
-
options: {
|
|
37
|
-
true: {
|
|
38
|
-
value: [
|
|
39
|
-
{ type: 0, value: 'Fechar anotação para a etapa ' },
|
|
40
|
-
{ type: 1, value: 'stepNumber' },
|
|
41
|
-
{ type: 0, value: ' de ' },
|
|
42
|
-
{ type: 1, value: 'totalStepCount' },
|
|
43
|
-
],
|
|
44
|
-
},
|
|
45
|
-
false: {
|
|
46
|
-
value: [
|
|
47
|
-
{ type: 0, value: 'Abrir anotação para a etapa ' },
|
|
48
|
-
{ type: 1, value: 'stepNumber' },
|
|
49
|
-
{ type: 0, value: ' de ' },
|
|
50
|
-
{ type: 1, value: 'totalStepCount' },
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
other: { value: [] },
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
},
|
|
58
|
-
'app-layout': {
|
|
59
|
-
'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
|
|
60
|
-
'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
|
|
61
|
-
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
|
|
62
|
-
'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
|
|
63
|
-
'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
|
|
64
|
-
'ariaLabels.toolsClose': [{ type: 0, value: 'Fechar o painel de ajuda' }],
|
|
65
|
-
'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir o painel de ajuda' }],
|
|
66
|
-
},
|
|
67
|
-
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
|
|
68
|
-
'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remover' }] },
|
|
69
|
-
autosuggest: {
|
|
70
|
-
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
71
|
-
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
72
|
-
enteredTextLabel: [
|
|
73
|
-
{ type: 0, value: 'Usar: “' },
|
|
74
|
-
{ type: 1, value: 'value' },
|
|
75
|
-
{ type: 0, value: '”' },
|
|
76
|
-
],
|
|
77
|
-
recoveryText: [{ type: 0, value: 'Tentar novamente' }],
|
|
78
|
-
},
|
|
79
|
-
'breadcrumb-group': { expandAriaLabel: [{ type: 0, value: 'Mostrar caminho' }] },
|
|
80
|
-
calendar: {
|
|
81
|
-
nextMonthAriaLabel: [{ type: 0, value: 'Próximo mês' }],
|
|
82
|
-
previousMonthAriaLabel: [{ type: 0, value: 'Mês anterior' }],
|
|
83
|
-
todayAriaLabel: [{ type: 0, value: 'Hoje' }],
|
|
84
|
-
},
|
|
85
|
-
cards: { 'ariaLabels.selectionGroupLabel': [{ type: 0, value: 'Seleção de item' }] },
|
|
86
|
-
'code-editor': {
|
|
87
|
-
'i18nStrings.loadingState': [{ type: 0, value: 'Carregando editor de código' }],
|
|
88
|
-
'i18nStrings.errorState': [{ type: 0, value: 'Ocorreu um erro ao carregar o editor de código.' }],
|
|
89
|
-
'i18nStrings.errorStateRecovery': [{ type: 0, value: 'Tentar novamente' }],
|
|
90
|
-
'i18nStrings.editorGroupAriaLabel': [{ type: 0, value: 'Editor de código' }],
|
|
91
|
-
'i18nStrings.statusBarGroupAriaLabel': [{ type: 0, value: 'Barra de status' }],
|
|
92
|
-
'i18nStrings.cursorPosition': [
|
|
93
|
-
{ type: 0, value: 'Ln ' },
|
|
94
|
-
{ type: 1, value: 'row' },
|
|
95
|
-
{ type: 0, value: ', Col ' },
|
|
96
|
-
{ type: 1, value: 'column' },
|
|
97
|
-
],
|
|
98
|
-
'i18nStrings.errorsTab': [{ type: 0, value: 'Erros' }],
|
|
99
|
-
'i18nStrings.warningsTab': [{ type: 0, value: 'Avisos' }],
|
|
100
|
-
'i18nStrings.preferencesButtonAriaLabel': [{ type: 0, value: 'Preferências' }],
|
|
101
|
-
'i18nStrings.paneCloseButtonAriaLabel': [{ type: 0, value: 'Fechar' }],
|
|
102
|
-
'i18nStrings.preferencesModalHeader': [{ type: 0, value: 'Preferências' }],
|
|
103
|
-
'i18nStrings.preferencesModalCancel': [{ type: 0, value: 'Cancelar' }],
|
|
104
|
-
'i18nStrings.preferencesModalConfirm': [{ type: 0, value: 'Confirmar' }],
|
|
105
|
-
'i18nStrings.preferencesModalWrapLines': [{ type: 0, value: 'Quebrar linhas' }],
|
|
106
|
-
'i18nStrings.preferencesModalTheme': [{ type: 0, value: 'Tema' }],
|
|
107
|
-
'i18nStrings.preferencesModalLightThemes': [{ type: 0, value: 'Temas claros' }],
|
|
108
|
-
'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: 'Temas escuros' }],
|
|
109
|
-
},
|
|
110
|
-
'collection-preferences': {
|
|
111
|
-
title: [{ type: 0, value: 'Preferências' }],
|
|
112
|
-
confirmLabel: [{ type: 0, value: 'Confirmar' }],
|
|
113
|
-
cancelLabel: [{ type: 0, value: 'Cancelar' }],
|
|
114
|
-
'pageSizePreference.title': [{ type: 0, value: 'Tamanho da página' }],
|
|
115
|
-
'wrapLinesPreference.label': [{ type: 0, value: 'Quebrar linhas' }],
|
|
116
|
-
'wrapLinesPreference.description': [
|
|
117
|
-
{ type: 0, value: 'Selecione para visualizar todo o texto e quebrar as linhas.' },
|
|
118
|
-
],
|
|
119
|
-
'stripedRowsPreference.label': [{ type: 0, value: 'Linhas distribuídas' }],
|
|
120
|
-
'stripedRowsPreference.description': [
|
|
121
|
-
{ type: 0, value: 'Selecione para adicionar linhas esmaecidas alternadas.' },
|
|
122
|
-
],
|
|
123
|
-
'contentDensityPreference.label': [{ type: 0, value: 'Modo compacto' }],
|
|
124
|
-
'contentDensityPreference.description': [
|
|
125
|
-
{ type: 0, value: 'Selecione para exibir o conteúdo em um modo mais denso e compacto.' },
|
|
126
|
-
],
|
|
127
|
-
'contentDisplayPreference.title': [{ type: 0, value: 'Preferências de coluna' }],
|
|
128
|
-
'contentDisplayPreference.description': [
|
|
129
|
-
{ type: 0, value: 'Personalize a visibilidade e a ordem das colunas.' },
|
|
130
|
-
],
|
|
131
|
-
'contentDisplayPreference.dragHandleAriaLabel': [{ type: 0, value: 'Ícone de arrastar' }],
|
|
132
|
-
'contentDisplayPreference.dragHandleAriaDescription': [
|
|
133
|
-
{
|
|
134
|
-
type: 0,
|
|
135
|
-
value:
|
|
136
|
-
'Use Space ou Enter para ativar a função de arrastar para um item e, em seguida, use as teclas de setas para movimentar o posicionamento do item. Para completar o movimento de posicionamento, use Space ou Enter, ou para descartar o movimento, use Escape.',
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
'contentDisplayPreference.liveAnnouncementDndStarted': [
|
|
140
|
-
{ type: 0, value: 'Item selecionado na posição ' },
|
|
141
|
-
{ type: 1, value: 'position' },
|
|
142
|
-
{ type: 0, value: ' de ' },
|
|
143
|
-
{ type: 1, value: 'total' },
|
|
144
|
-
],
|
|
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
|
-
],
|
|
198
|
-
},
|
|
199
|
-
'date-range-picker': {
|
|
200
|
-
'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Modo relativo' }],
|
|
201
|
-
'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'Modo absoluto' }],
|
|
202
|
-
'i18nStrings.relativeRangeSelectionHeading': [{ type: 0, value: 'Escolher um intervalo' }],
|
|
203
|
-
'i18nStrings.cancelButtonLabel': [{ type: 0, value: 'Cancelar' }],
|
|
204
|
-
'i18nStrings.clearButtonLabel': [{ type: 0, value: 'Limpar e descartar' }],
|
|
205
|
-
'i18nStrings.applyButtonLabel': [{ type: 0, value: 'Aplicar' }],
|
|
206
|
-
'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: 'Intervalo personalizado' }],
|
|
207
|
-
'i18nStrings.customRelativeRangeOptionDescription': [
|
|
208
|
-
{ type: 0, value: 'Defina um intervalo personalizado no passado' },
|
|
209
|
-
],
|
|
210
|
-
'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'Unidade de tempo' }],
|
|
211
|
-
'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: 'Duração' }],
|
|
212
|
-
'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: 'Inserir uma duração' }],
|
|
213
|
-
'i18nStrings.startDateLabel': [{ type: 0, value: 'Data de início' }],
|
|
214
|
-
'i18nStrings.startTimeLabel': [{ type: 0, value: 'Horário de início' }],
|
|
215
|
-
'i18nStrings.endDateLabel': [{ type: 0, value: 'Data de término' }],
|
|
216
|
-
'i18nStrings.endTimeLabel': [{ type: 0, value: 'Horário de término' }],
|
|
217
|
-
'i18nStrings.dateTimeConstraintText': [
|
|
218
|
-
{ type: 0, value: 'Para a data, use o formato AAAA/MM/DD. Para o horário, use o formato de 24 horas.' },
|
|
219
|
-
],
|
|
220
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
221
|
-
'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
|
|
222
|
-
{ type: 0, value: 'Intervalo selecionado de ' },
|
|
223
|
-
{ type: 1, value: 'startDate' },
|
|
224
|
-
{ type: 0, value: ' a ' },
|
|
225
|
-
{ type: 1, value: 'endDate' },
|
|
226
|
-
],
|
|
227
|
-
'i18nStrings.formatRelativeRange': [
|
|
228
|
-
{
|
|
229
|
-
type: 6,
|
|
230
|
-
value: 'amount',
|
|
231
|
-
options: {
|
|
232
|
-
one: {
|
|
233
|
-
value: [
|
|
234
|
-
{ type: 0, value: 'Último(a) ' },
|
|
235
|
-
{ type: 1, value: 'amount' },
|
|
236
|
-
{ type: 0, value: ' ' },
|
|
237
|
-
{ type: 1, value: 'unit' },
|
|
238
|
-
],
|
|
239
|
-
},
|
|
240
|
-
other: {
|
|
241
|
-
value: [
|
|
242
|
-
{ type: 0, value: 'Últimos(as) ' },
|
|
243
|
-
{ type: 1, value: 'amount' },
|
|
244
|
-
{ type: 0, value: ' ' },
|
|
245
|
-
{ type: 1, value: 'unit' },
|
|
246
|
-
{ type: 0, value: 's' },
|
|
247
|
-
],
|
|
248
|
-
},
|
|
249
|
-
},
|
|
250
|
-
offset: 0,
|
|
251
|
-
pluralType: 'cardinal',
|
|
252
|
-
},
|
|
253
|
-
],
|
|
254
|
-
'i18nStrings.formatUnit': [
|
|
255
|
-
{
|
|
256
|
-
type: 6,
|
|
257
|
-
value: 'amount',
|
|
258
|
-
options: {
|
|
259
|
-
one: { value: [{ type: 1, value: 'unit' }] },
|
|
260
|
-
other: {
|
|
261
|
-
value: [
|
|
262
|
-
{ type: 1, value: 'unit' },
|
|
263
|
-
{ type: 0, value: 's' },
|
|
264
|
-
],
|
|
265
|
-
},
|
|
266
|
-
},
|
|
267
|
-
offset: 0,
|
|
268
|
-
pluralType: 'cardinal',
|
|
269
|
-
},
|
|
270
|
-
],
|
|
271
|
-
},
|
|
272
|
-
flashbar: {
|
|
273
|
-
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notificações' }],
|
|
274
|
-
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
275
|
-
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'Em andamento' }],
|
|
276
|
-
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informações' }],
|
|
277
|
-
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas as notificações' }],
|
|
278
|
-
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificações' }],
|
|
279
|
-
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Êxito' }],
|
|
280
|
-
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
281
|
-
},
|
|
282
|
-
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }] },
|
|
283
|
-
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
284
|
-
'help-panel': { loadingText: [{ type: 0, value: 'Carregando conteúdo' }] },
|
|
285
|
-
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
286
|
-
link: { externalIconAriaLabel: [{ type: 0, value: 'Abre em uma nova guia' }] },
|
|
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
|
-
},
|
|
294
|
-
pagination: {
|
|
295
|
-
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Próxima página' }],
|
|
296
|
-
'ariaLabels.pageLabel': [
|
|
297
|
-
{ type: 0, value: 'Página ' },
|
|
298
|
-
{ type: 1, value: 'pageNumber' },
|
|
299
|
-
{ type: 0, value: ' de todas as páginas' },
|
|
300
|
-
],
|
|
301
|
-
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
302
|
-
},
|
|
303
|
-
'pie-chart': {
|
|
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' }],
|
|
308
|
-
},
|
|
309
|
-
popover: { dismissAriaLabel: [{ type: 0, value: 'Fechar pop-over' }] },
|
|
310
|
-
'property-filter': {
|
|
311
|
-
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Todas as propriedades' }],
|
|
312
|
-
'i18nStrings.applyActionText': [{ type: 0, value: 'Aplicar' }],
|
|
313
|
-
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancelar' }],
|
|
314
|
-
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Limpar filtros' }],
|
|
315
|
-
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Editar filtro' }],
|
|
316
|
-
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Propriedades' }],
|
|
317
|
-
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valores' }],
|
|
318
|
-
'i18nStrings.operationAndText': [{ type: 0, value: 'e' }],
|
|
319
|
-
'i18nStrings.operationOrText': [{ type: 0, value: 'ou' }],
|
|
320
|
-
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contém' }],
|
|
321
|
-
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Não contém' }],
|
|
322
|
-
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Diferente de' }],
|
|
323
|
-
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Igual a' }],
|
|
324
|
-
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Maior que ou igual a' }],
|
|
325
|
-
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maior que' }],
|
|
326
|
-
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
|
|
327
|
-
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
328
|
-
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
329
|
-
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
330
|
-
'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
|
|
331
|
-
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
332
|
-
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostrar mais' }],
|
|
333
|
-
'i18nStrings.valueText': [{ type: 0, value: 'Valor' }],
|
|
334
|
-
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
335
|
-
{
|
|
336
|
-
type: 5,
|
|
337
|
-
value: 'token__operator',
|
|
338
|
-
options: {
|
|
339
|
-
equals: {
|
|
340
|
-
value: [
|
|
341
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
342
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
343
|
-
{ type: 0, value: ' é igual a ' },
|
|
344
|
-
{ type: 1, value: 'token__value' },
|
|
345
|
-
],
|
|
346
|
-
},
|
|
347
|
-
not_equals: {
|
|
348
|
-
value: [
|
|
349
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
350
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
351
|
-
{ type: 0, value: ' diferente de ' },
|
|
352
|
-
{ type: 1, value: 'token__value' },
|
|
353
|
-
],
|
|
354
|
-
},
|
|
355
|
-
greater_than: {
|
|
356
|
-
value: [
|
|
357
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
358
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
359
|
-
{ type: 0, value: ' é maior que ' },
|
|
360
|
-
{ type: 1, value: 'token__value' },
|
|
361
|
-
],
|
|
362
|
-
},
|
|
363
|
-
greater_than_equal: {
|
|
364
|
-
value: [
|
|
365
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
366
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
367
|
-
{ type: 0, value: ' é maior que ou igual a ' },
|
|
368
|
-
{ type: 1, value: 'token__value' },
|
|
369
|
-
],
|
|
370
|
-
},
|
|
371
|
-
less_than: {
|
|
372
|
-
value: [
|
|
373
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
374
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
375
|
-
{ type: 0, value: ' é menor que ' },
|
|
376
|
-
{ type: 1, value: 'token__value' },
|
|
377
|
-
],
|
|
378
|
-
},
|
|
379
|
-
less_than_equal: {
|
|
380
|
-
value: [
|
|
381
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
382
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
383
|
-
{ type: 0, value: ' é menor que ou igual a ' },
|
|
384
|
-
{ type: 1, value: 'token__value' },
|
|
385
|
-
],
|
|
386
|
-
},
|
|
387
|
-
contains: {
|
|
388
|
-
value: [
|
|
389
|
-
{ type: 0, value: 'Remove filtro, ' },
|
|
390
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
391
|
-
{ type: 0, value: ' contém ' },
|
|
392
|
-
{ type: 1, value: 'token__value' },
|
|
393
|
-
],
|
|
394
|
-
},
|
|
395
|
-
not_contains: {
|
|
396
|
-
value: [
|
|
397
|
-
{ type: 0, value: 'Remover filtro, ' },
|
|
398
|
-
{ type: 1, value: 'token__propertyKey' },
|
|
399
|
-
{ type: 0, value: ' não contém ' },
|
|
400
|
-
{ type: 1, value: 'token__value' },
|
|
401
|
-
],
|
|
402
|
-
},
|
|
403
|
-
other: { value: [] },
|
|
404
|
-
},
|
|
405
|
-
},
|
|
406
|
-
],
|
|
407
|
-
},
|
|
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
|
-
},
|
|
498
|
-
select: {
|
|
499
|
-
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
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' }],
|
|
516
|
-
},
|
|
517
|
-
table: {
|
|
518
|
-
'ariaLabels.submittingEditText': [{ type: 0, value: 'Envio de edição' }],
|
|
519
|
-
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'A edição foi bem sucedida' }],
|
|
520
|
-
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
521
|
-
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'editável' }],
|
|
522
|
-
},
|
|
523
|
-
tabs: {
|
|
524
|
-
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Rolar para a esquerda' }],
|
|
525
|
-
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Rolar para a direita' }],
|
|
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
|
-
},
|
|
659
|
-
'token-group': {
|
|
660
|
-
'i18nStrings.limitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
661
|
-
'i18nStrings.limitShowMore': [{ type: 0, value: 'Mostrar mais' }],
|
|
662
|
-
},
|
|
663
|
-
'top-navigation': {
|
|
664
|
-
'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'Pesquisar' }],
|
|
665
|
-
'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: 'Fechar pesquisa' }],
|
|
666
|
-
'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: 'Mais' }],
|
|
667
|
-
'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: 'Fechar menu' }],
|
|
668
|
-
'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: 'Voltar' }],
|
|
669
|
-
'i18nStrings.overflowMenuTitleText': [{ type: 0, value: 'Todos' }],
|
|
670
|
-
},
|
|
671
|
-
'tutorial-panel': {
|
|
672
|
-
'i18nStrings.loadingText': [{ type: 0, value: 'Carregando' }],
|
|
673
|
-
'i18nStrings.tutorialListTitle': [{ type: 0, value: 'Escolha um tutorial' }],
|
|
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' }],
|
|
676
|
-
'i18nStrings.tutorialCompletedText': [{ type: 0, value: 'Tutorial concluído' }],
|
|
677
|
-
'i18nStrings.learnMoreLinkText': [{ type: 0, value: 'Saiba mais' }],
|
|
678
|
-
'i18nStrings.startTutorialButtonText': [{ type: 0, value: 'Iniciar o tutorial' }],
|
|
679
|
-
'i18nStrings.restartTutorialButtonText': [{ type: 0, value: 'Reiniciar tutorial' }],
|
|
680
|
-
'i18nStrings.completionScreenTitle': [{ type: 0, value: 'Parabéns! Você concluiu o tutorial.' }],
|
|
681
|
-
'i18nStrings.feedbackLinkText': [{ type: 0, value: 'Feedback' }],
|
|
682
|
-
'i18nStrings.dismissTutorialButtonText': [{ type: 0, value: 'Ignorar tutorial' }],
|
|
683
|
-
'i18nStrings.taskTitle': [
|
|
684
|
-
{ type: 0, value: 'Tarefa ' },
|
|
685
|
-
{ type: 1, value: 'taskNumber' },
|
|
686
|
-
{ type: 0, value: ': ' },
|
|
687
|
-
{ type: 1, value: 'taskTitle' },
|
|
688
|
-
],
|
|
689
|
-
'i18nStrings.stepTitle': [
|
|
690
|
-
{ type: 0, value: 'Etapa ' },
|
|
691
|
-
{ type: 1, value: 'stepNumber' },
|
|
692
|
-
{ type: 0, value: ': ' },
|
|
693
|
-
{ type: 1, value: 'stepTitle' },
|
|
694
|
-
],
|
|
695
|
-
'i18nStrings.labelExitTutorial': [{ type: 0, value: 'Ignorar tutorial' }],
|
|
696
|
-
'i18nStrings.labelTotalSteps': [
|
|
697
|
-
{ type: 0, value: 'Total de etapas: ' },
|
|
698
|
-
{ type: 1, value: 'totalStepCount' },
|
|
699
|
-
],
|
|
700
|
-
'i18nStrings.labelsTaskStatus.pending': [{ type: 0, value: 'Pendente' }],
|
|
701
|
-
'i18nStrings.labelsTaskStatus.in-progress': [{ type: 0, value: 'Em andamento' }],
|
|
702
|
-
'i18nStrings.labelsTaskStatus.success': [{ type: 0, value: 'Êxito' }],
|
|
703
|
-
},
|
|
704
|
-
wizard: {
|
|
705
|
-
'i18nStrings.stepNumberLabel': [
|
|
706
|
-
{ type: 0, value: 'Etapa ' },
|
|
707
|
-
{ type: 1, value: 'stepNumber' },
|
|
708
|
-
],
|
|
709
|
-
'i18nStrings.collapsedStepsLabel': [
|
|
710
|
-
{ type: 0, value: 'Etapa ' },
|
|
711
|
-
{ type: 1, value: 'stepNumber' },
|
|
712
|
-
{ type: 0, value: ' de ' },
|
|
713
|
-
{ type: 1, value: 'stepsCount' },
|
|
714
|
-
],
|
|
715
|
-
'i18nStrings.skipToButtonLabel': [
|
|
716
|
-
{ type: 0, value: 'Pular para ' },
|
|
717
|
-
{ type: 1, value: 'task__title' },
|
|
718
|
-
],
|
|
719
|
-
'i18nStrings.navigationAriaLabel': [{ type: 0, value: 'Etapas' }],
|
|
720
|
-
'i18nStrings.cancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
721
|
-
'i18nStrings.previousButton': [{ type: 0, value: 'Anterior' }],
|
|
722
|
-
'i18nStrings.nextButton': [{ type: 0, value: 'Próxima' }],
|
|
723
|
-
'i18nStrings.optional': [{ type: 0, value: 'opcional' }],
|
|
724
|
-
'i18nStrings.nextButtonLoadingAnnouncement': [{ type: 0, value: 'Carregando próxima etapa' }],
|
|
725
|
-
'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: 'Enviando formulário' }],
|
|
726
|
-
},
|
|
727
|
-
},
|
|
728
|
-
},
|
|
729
|
-
};
|