@cloudscape-design/components 3.0.230 → 3.0.231
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.d.ts.map +1 -1
- package/alert/internal.js +3 -1
- package/alert/internal.js.map +1 -1
- package/annotation-context/index.d.ts +0 -11
- package/annotation-context/index.d.ts.map +1 -1
- package/annotation-context/index.js +1 -14
- package/annotation-context/index.js.map +1 -1
- package/annotation-context/utils.d.ts +13 -0
- package/annotation-context/utils.d.ts.map +1 -0
- package/annotation-context/utils.js +17 -0
- package/annotation-context/utils.js.map +1 -0
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +13 -1
- package/app-layout/index.js.map +1 -1
- package/autosuggest/internal.d.ts.map +1 -1
- package/autosuggest/internal.js +3 -5
- package/autosuggest/internal.js.map +1 -1
- package/code-editor/preferences-modal.d.ts.map +1 -1
- package/code-editor/preferences-modal.js +10 -12
- package/code-editor/preferences-modal.js.map +1 -1
- package/date-range-picker/dropdown.js +4 -4
- package/date-range-picker/dropdown.js.map +1 -1
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +15 -4
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/common.d.ts +1 -2
- package/flashbar/common.d.ts.map +1 -1
- package/flashbar/common.js +1 -2
- package/flashbar/common.js.map +1 -1
- package/flashbar/interfaces.d.ts +1 -1
- package/flashbar/interfaces.d.ts.map +1 -1
- package/flashbar/interfaces.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.d.ts +1 -1
- package/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/non-collapsible-flashbar.js +5 -2
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/form/internal.d.ts +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +4 -1
- package/form/internal.js.map +1 -1
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +9 -5
- package/form-field/internal.js.map +1 -1
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +4 -2
- package/input/internal.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/i18n/context.d.ts +15 -0
- package/internal/i18n/context.d.ts.map +1 -0
- package/internal/i18n/context.js +17 -0
- package/internal/i18n/context.js.map +1 -0
- package/internal/i18n/index.d.ts +2 -0
- package/internal/i18n/index.d.ts.map +1 -0
- package/internal/i18n/index.js +4 -0
- package/internal/i18n/index.js.map +1 -0
- package/internal/i18n/messages/all.all.d.ts +3 -0
- package/internal/i18n/messages/all.all.js +1953 -0
- package/internal/i18n/messages/all.all.json +1971 -0
- package/internal/i18n/messages/all.de.d.ts +3 -0
- package/internal/i18n/messages/all.de.js +167 -0
- package/internal/i18n/messages/all.de.json +167 -0
- package/internal/i18n/messages/all.en-GB.d.ts +3 -0
- package/internal/i18n/messages/all.en-GB.js +167 -0
- package/internal/i18n/messages/all.en-GB.json +167 -0
- package/internal/i18n/messages/all.en.d.ts +3 -0
- package/internal/i18n/messages/all.en.js +167 -0
- package/internal/i18n/messages/all.en.json +167 -0
- package/internal/i18n/messages/all.es.d.ts +3 -0
- package/internal/i18n/messages/all.es.js +167 -0
- package/internal/i18n/messages/all.es.json +167 -0
- package/internal/i18n/messages/all.fr.d.ts +3 -0
- package/internal/i18n/messages/all.fr.js +167 -0
- package/internal/i18n/messages/all.fr.json +167 -0
- package/internal/i18n/messages/all.id.d.ts +3 -0
- package/internal/i18n/messages/all.id.js +167 -0
- package/internal/i18n/messages/all.id.json +167 -0
- package/internal/i18n/messages/all.it.d.ts +3 -0
- package/internal/i18n/messages/all.it.js +167 -0
- package/internal/i18n/messages/all.it.json +167 -0
- package/internal/i18n/messages/all.ja.d.ts +3 -0
- package/internal/i18n/messages/all.ja.js +175 -0
- package/internal/i18n/messages/all.ja.json +175 -0
- package/internal/i18n/messages/all.ko.d.ts +3 -0
- package/internal/i18n/messages/all.ko.js +161 -0
- package/internal/i18n/messages/all.ko.json +167 -0
- package/internal/i18n/messages/all.pt-BR.d.ts +3 -0
- package/internal/i18n/messages/all.pt-BR.js +167 -0
- package/internal/i18n/messages/all.pt-BR.json +167 -0
- package/internal/i18n/messages/all.zh-CN.d.ts +3 -0
- package/internal/i18n/messages/all.zh-CN.js +163 -0
- package/internal/i18n/messages/all.zh-CN.json +169 -0
- package/internal/i18n/messages/all.zh-TW.d.ts +3 -0
- package/internal/i18n/messages/all.zh-TW.js +162 -0
- package/internal/i18n/messages/all.zh-TW.json +168 -0
- package/internal/i18n/provider.d.ts +20 -0
- package/internal/i18n/provider.d.ts.map +1 -0
- package/internal/i18n/provider.js +90 -0
- package/internal/i18n/provider.js.map +1 -0
- package/internal/manifest.json +1 -1
- package/modal/internal.d.ts +1 -1
- package/modal/internal.d.ts.map +1 -1
- package/modal/internal.js +15 -10
- package/modal/internal.js.map +1 -1
- package/multiselect/internal.d.ts.map +1 -1
- package/multiselect/internal.js +2 -2
- package/multiselect/internal.js.map +1 -1
- package/package.json +30 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +10 -5
- package/pagination/internal.js.map +1 -1
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +15 -10
- package/popover/internal.js.map +1 -1
- package/property-filter/controller.d.ts +16 -1
- package/property-filter/controller.d.ts.map +1 -1
- package/property-filter/controller.js +4 -2
- package/property-filter/controller.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +23 -3
- package/property-filter/index.js.map +1 -1
- package/property-filter/interfaces.d.ts +24 -24
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/token-editor.js +2 -2
- package/property-filter/token-editor.js.map +1 -1
- package/property-filter/token.js +2 -2
- package/property-filter/token.js.map +1 -1
- package/select/internal.d.ts.map +1 -1
- package/select/internal.js +6 -2
- package/select/internal.js.map +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task-list.js +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task-list.js.map +1 -1
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
'pt-BR': {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 0, value: 'Etapa ' },
|
|
8
|
+
{ type: 1, value: 'stepNumber' },
|
|
9
|
+
],
|
|
10
|
+
collapsedStepsLabel: [
|
|
11
|
+
{ type: 0, value: 'Etapa ' },
|
|
12
|
+
{ type: 1, value: 'stepNumber' },
|
|
13
|
+
{ type: 0, value: ' de ' },
|
|
14
|
+
{ type: 1, value: 'stepsCount' },
|
|
15
|
+
],
|
|
16
|
+
cancelButton: [{ type: 0, value: 'Cancelar' }],
|
|
17
|
+
previousButton: [{ type: 0, value: 'Anterior' }],
|
|
18
|
+
nextButton: [{ type: 0, value: 'Próximo' }],
|
|
19
|
+
optional: [{ type: 0, value: 'opcional' }],
|
|
20
|
+
},
|
|
21
|
+
'app-layout': {
|
|
22
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
|
|
23
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
|
|
24
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
|
|
25
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
|
|
26
|
+
'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
|
|
27
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Abrir o painel de ajuda' }],
|
|
28
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Fechar o painel de ajuda' }],
|
|
29
|
+
},
|
|
30
|
+
'date-picker': {
|
|
31
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Próximo mês' }],
|
|
32
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mês anterior' }],
|
|
33
|
+
todayAriaLabel: [{ type: 0, value: 'Hoje' }],
|
|
34
|
+
},
|
|
35
|
+
flashbar: {
|
|
36
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notificações' }],
|
|
37
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
38
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'Em andamento' }],
|
|
39
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informações' }],
|
|
40
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas as notificações' }],
|
|
41
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificações' }],
|
|
42
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Com êxito' }],
|
|
43
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
44
|
+
},
|
|
45
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
46
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }] },
|
|
47
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
48
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Fechar modal' }] },
|
|
49
|
+
pagination: {
|
|
50
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Próxima página' }],
|
|
51
|
+
'ariaLabels.pageLabel': [
|
|
52
|
+
{ type: 0, value: 'Página ' },
|
|
53
|
+
{ type: 1, value: 'pageNumber' },
|
|
54
|
+
{ type: 0, value: ' de todas as páginas' },
|
|
55
|
+
],
|
|
56
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
57
|
+
},
|
|
58
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Fechar pop-over' }] },
|
|
59
|
+
'property-filter': {
|
|
60
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Todas as propriedades' }],
|
|
61
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Aplicar' }],
|
|
62
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancelar' }],
|
|
63
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Limpar filtros' }],
|
|
64
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Editar filtro' }],
|
|
65
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Propriedades' }],
|
|
66
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valores' }],
|
|
67
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'e' }],
|
|
68
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'ou' }],
|
|
69
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contém' }],
|
|
70
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Não contém' }],
|
|
71
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Diferente de' }],
|
|
72
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Igual a' }],
|
|
73
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Maior que ou igual a' }],
|
|
74
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maior que' }],
|
|
75
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
|
|
76
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
77
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
78
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
79
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
|
|
80
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
81
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostrar mais' }],
|
|
82
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valor' }],
|
|
83
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
84
|
+
{
|
|
85
|
+
type: 5,
|
|
86
|
+
value: 'token__operator',
|
|
87
|
+
options: {
|
|
88
|
+
equals: {
|
|
89
|
+
value: [
|
|
90
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
91
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
92
|
+
{ type: 0, value: ' igual a ' },
|
|
93
|
+
{ type: 1, value: 'token__value' },
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
not_equals: {
|
|
97
|
+
value: [
|
|
98
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
99
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
100
|
+
{ type: 0, value: ' diferente de ' },
|
|
101
|
+
{ type: 1, value: 'token__value' },
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
greater_than: {
|
|
105
|
+
value: [
|
|
106
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
107
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
108
|
+
{ type: 0, value: ' é maior que ' },
|
|
109
|
+
{ type: 1, value: 'token__value' },
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
greater_than_equal: {
|
|
113
|
+
value: [
|
|
114
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
115
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
116
|
+
{ type: 0, value: ' é maior que ou igual a ' },
|
|
117
|
+
{ type: 1, value: 'token__value' },
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
less_than: {
|
|
121
|
+
value: [
|
|
122
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
123
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
124
|
+
{ type: 0, value: ' é menor que ' },
|
|
125
|
+
{ type: 1, value: 'token__value' },
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
less_than_equal: {
|
|
129
|
+
value: [
|
|
130
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
131
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
132
|
+
{ type: 0, value: ' é menor que ou igual a ' },
|
|
133
|
+
{ type: 1, value: 'token__value' },
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
contains: {
|
|
137
|
+
value: [
|
|
138
|
+
{ type: 0, value: 'Remove filtro, ' },
|
|
139
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
140
|
+
{ type: 0, value: ' contém ' },
|
|
141
|
+
{ type: 1, value: 'token__value' },
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
not_contains: {
|
|
145
|
+
value: [
|
|
146
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
147
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
148
|
+
{ type: 0, value: ' não contém ' },
|
|
149
|
+
{ type: 1, value: 'token__value' },
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
other: { value: [] },
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
select: {
|
|
158
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
159
|
+
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
160
|
+
},
|
|
161
|
+
wizard: {
|
|
162
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
163
|
+
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
};
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cloudscape-design/components": {
|
|
3
|
+
"pt-BR": {
|
|
4
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
5
|
+
"autosuggest": {
|
|
6
|
+
"stepNumberLabel": [
|
|
7
|
+
{ "type": 0, "value": "Etapa " },
|
|
8
|
+
{ "type": 1, "value": "stepNumber" }
|
|
9
|
+
],
|
|
10
|
+
"collapsedStepsLabel": [
|
|
11
|
+
{ "type": 0, "value": "Etapa " },
|
|
12
|
+
{ "type": 1, "value": "stepNumber" },
|
|
13
|
+
{ "type": 0, "value": " de " },
|
|
14
|
+
{ "type": 1, "value": "stepsCount" }
|
|
15
|
+
],
|
|
16
|
+
"cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
17
|
+
"previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
18
|
+
"nextButton": [{ "type": 0, "value": "Próximo" }],
|
|
19
|
+
"optional": [{ "type": 0, "value": "opcional" }]
|
|
20
|
+
},
|
|
21
|
+
"app-layout": {
|
|
22
|
+
"ariaLabels.navigation": [{ "type": 0, "value": "Navegação lateral" }],
|
|
23
|
+
"ariaLabels.navigationClose": [{ "type": 0, "value": "Fechar navegação lateral" }],
|
|
24
|
+
"ariaLabels.navigationToggle": [{ "type": 0, "value": "Abrir navegação lateral" }],
|
|
25
|
+
"ariaLabels.notifications": [{ "type": 0, "value": "Notificações" }],
|
|
26
|
+
"ariaLabels.tools": [{ "type": 0, "value": "Painel de ajuda" }],
|
|
27
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "Abrir o painel de ajuda" }],
|
|
28
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Fechar o painel de ajuda" }]
|
|
29
|
+
},
|
|
30
|
+
"date-picker": {
|
|
31
|
+
"nextMonthAriaLabel": [{ "type": 0, "value": "Próximo mês" }],
|
|
32
|
+
"previousMonthAriaLabel": [{ "type": 0, "value": "Mês anterior" }],
|
|
33
|
+
"todayAriaLabel": [{ "type": 0, "value": "Hoje" }]
|
|
34
|
+
},
|
|
35
|
+
"flashbar": {
|
|
36
|
+
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notificações" }],
|
|
37
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
38
|
+
"i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "Em andamento" }],
|
|
39
|
+
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "Informações" }],
|
|
40
|
+
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Todas as notificações" }],
|
|
41
|
+
"i18nStrings.notificationBarText": [{ "type": 0, "value": "Notificações" }],
|
|
42
|
+
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Com êxito" }],
|
|
43
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
|
|
44
|
+
},
|
|
45
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
46
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
47
|
+
"input": { "clearAriaLabel": [{ "type": 0, "value": "Limpar" }] },
|
|
48
|
+
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fechar modal" }] },
|
|
49
|
+
"pagination": {
|
|
50
|
+
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Próxima página" }],
|
|
51
|
+
"ariaLabels.pageLabel": [
|
|
52
|
+
{ "type": 0, "value": "Página " },
|
|
53
|
+
{ "type": 1, "value": "pageNumber" },
|
|
54
|
+
{ "type": 0, "value": " de todas as páginas" }
|
|
55
|
+
],
|
|
56
|
+
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Página anterior" }]
|
|
57
|
+
},
|
|
58
|
+
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Fechar pop-over" }] },
|
|
59
|
+
"property-filter": {
|
|
60
|
+
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Todas as propriedades" }],
|
|
61
|
+
"i18nStrings.applyActionText": [{ "type": 0, "value": "Aplicar" }],
|
|
62
|
+
"i18nStrings.cancelActionText": [{ "type": 0, "value": "Cancelar" }],
|
|
63
|
+
"i18nStrings.clearFiltersText": [{ "type": 0, "value": "Limpar filtros" }],
|
|
64
|
+
"i18nStrings.editTokenHeader": [{ "type": 0, "value": "Editar filtro" }],
|
|
65
|
+
"i18nStrings.groupPropertiesText": [{ "type": 0, "value": "Propriedades" }],
|
|
66
|
+
"i18nStrings.groupValuesText": [{ "type": 0, "value": "Valores" }],
|
|
67
|
+
"i18nStrings.operationAndText": [{ "type": 0, "value": "e" }],
|
|
68
|
+
"i18nStrings.operationOrText": [{ "type": 0, "value": "ou" }],
|
|
69
|
+
"i18nStrings.operatorContainsText": [{ "type": 0, "value": "Contém" }],
|
|
70
|
+
"i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "Não contém" }],
|
|
71
|
+
"i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "Diferente de" }],
|
|
72
|
+
"i18nStrings.operatorEqualsText": [{ "type": 0, "value": "Igual a" }],
|
|
73
|
+
"i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "Maior que ou igual a" }],
|
|
74
|
+
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maior que" }],
|
|
75
|
+
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor que ou igual a" }],
|
|
76
|
+
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
|
|
77
|
+
"i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
|
|
78
|
+
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
|
|
79
|
+
"i18nStrings.propertyText": [{ "type": 0, "value": "Propriedade" }],
|
|
80
|
+
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "Mostrar menos" }],
|
|
81
|
+
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "Mostrar mais" }],
|
|
82
|
+
"i18nStrings.valueText": [{ "type": 0, "value": "Valor" }],
|
|
83
|
+
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
84
|
+
{
|
|
85
|
+
"type": 5,
|
|
86
|
+
"value": "token__operator",
|
|
87
|
+
"options": {
|
|
88
|
+
"equals": {
|
|
89
|
+
"value": [
|
|
90
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
91
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
92
|
+
{ "type": 0, "value": " igual a " },
|
|
93
|
+
{ "type": 1, "value": "token__value" }
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"not_equals": {
|
|
97
|
+
"value": [
|
|
98
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
99
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
100
|
+
{ "type": 0, "value": " diferente de " },
|
|
101
|
+
{ "type": 1, "value": "token__value" }
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"greater_than": {
|
|
105
|
+
"value": [
|
|
106
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
107
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
108
|
+
{ "type": 0, "value": " é maior que " },
|
|
109
|
+
{ "type": 1, "value": "token__value" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"greater_than_equal": {
|
|
113
|
+
"value": [
|
|
114
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
115
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
116
|
+
{ "type": 0, "value": " é maior que ou igual a " },
|
|
117
|
+
{ "type": 1, "value": "token__value" }
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"less_than": {
|
|
121
|
+
"value": [
|
|
122
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
123
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
124
|
+
{ "type": 0, "value": " é menor que " },
|
|
125
|
+
{ "type": 1, "value": "token__value" }
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"less_than_equal": {
|
|
129
|
+
"value": [
|
|
130
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
131
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
132
|
+
{ "type": 0, "value": " é menor que ou igual a " },
|
|
133
|
+
{ "type": 1, "value": "token__value" }
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"contains": {
|
|
137
|
+
"value": [
|
|
138
|
+
{ "type": 0, "value": "Remove filtro, " },
|
|
139
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
140
|
+
{ "type": 0, "value": " contém " },
|
|
141
|
+
{ "type": 1, "value": "token__value" }
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"not_contains": {
|
|
145
|
+
"value": [
|
|
146
|
+
{ "type": 0, "value": "Remover filtro, " },
|
|
147
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
148
|
+
{ "type": 0, "value": " não contém " },
|
|
149
|
+
{ "type": 1, "value": "token__value" }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"other": { "value": [] }
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"select": {
|
|
158
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
159
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
160
|
+
},
|
|
161
|
+
"wizard": {
|
|
162
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
163
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
'zh-CN': {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '退出提示' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 0, value: '第 ' },
|
|
8
|
+
{ type: 1, value: 'stepNumber' },
|
|
9
|
+
{ type: 0, value: ' 步' },
|
|
10
|
+
],
|
|
11
|
+
collapsedStepsLabel: [
|
|
12
|
+
{ type: 0, value: '第 ' },
|
|
13
|
+
{ type: 1, value: 'stepNumber' },
|
|
14
|
+
{ type: 0, value: ' 步,共 ' },
|
|
15
|
+
{ type: 1, value: 'stepsCount' },
|
|
16
|
+
{ type: 0, value: ' 步' },
|
|
17
|
+
],
|
|
18
|
+
cancelButton: [{ type: 0, value: '取消' }],
|
|
19
|
+
previousButton: [{ type: 0, value: '上一步' }],
|
|
20
|
+
nextButton: [{ type: 0, value: '下一步' }],
|
|
21
|
+
optional: [{ type: 0, value: '可选' }],
|
|
22
|
+
},
|
|
23
|
+
'app-layout': {
|
|
24
|
+
'ariaLabels.navigation': [{ type: 0, value: '侧导航' }],
|
|
25
|
+
'ariaLabels.navigationClose': [{ type: 0, value: '关闭侧导航' }],
|
|
26
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: '打开侧导航' }],
|
|
27
|
+
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
28
|
+
'ariaLabels.tools': [{ type: 0, value: '帮助面板' }],
|
|
29
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '打开帮助面板' }],
|
|
30
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '关闭帮助面板' }],
|
|
31
|
+
},
|
|
32
|
+
'date-picker': {
|
|
33
|
+
nextMonthAriaLabel: [{ type: 0, value: '下个月' }],
|
|
34
|
+
previousMonthAriaLabel: [{ type: 0, value: '上个月' }],
|
|
35
|
+
todayAriaLabel: [{ type: 0, value: '今天' }],
|
|
36
|
+
},
|
|
37
|
+
flashbar: {
|
|
38
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
|
|
39
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }],
|
|
40
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '进行中' }],
|
|
41
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '信息' }],
|
|
42
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '所有通知' }],
|
|
43
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
|
|
44
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
45
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
46
|
+
},
|
|
47
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
48
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }] },
|
|
49
|
+
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
50
|
+
modal: { closeAriaLabel: [{ type: 0, value: '关闭模态' }] },
|
|
51
|
+
pagination: {
|
|
52
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '下一页' }],
|
|
53
|
+
'ariaLabels.pageLabel': [
|
|
54
|
+
{ type: 0, value: '第 ' },
|
|
55
|
+
{ type: 1, value: 'pageNumber' },
|
|
56
|
+
{ type: 0, value: ' 页' },
|
|
57
|
+
],
|
|
58
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '上一页' }],
|
|
59
|
+
},
|
|
60
|
+
popover: { dismissAriaLabel: [{ type: 0, value: '关闭弹出框' }] },
|
|
61
|
+
'property-filter': {
|
|
62
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: '所有属性' }],
|
|
63
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '应用' }],
|
|
64
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: '取消' }],
|
|
65
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: '清除筛选条件' }],
|
|
66
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: '编辑筛选条件' }],
|
|
67
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: '属性' }],
|
|
68
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '值' }],
|
|
69
|
+
'i18nStrings.operationAndText': [{ type: 0, value: '和' }],
|
|
70
|
+
'i18nStrings.operationOrText': [{ type: 0, value: '或' }],
|
|
71
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '包含' }],
|
|
72
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '不包含' }],
|
|
73
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '不等于' }],
|
|
74
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '等于' }],
|
|
75
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '大于或等于' }],
|
|
76
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '大于' }],
|
|
77
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小于或等于' }],
|
|
78
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '小于' }],
|
|
79
|
+
'i18nStrings.operatorText': [{ type: 0, value: '运算符' }],
|
|
80
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '运算符' }],
|
|
81
|
+
'i18nStrings.propertyText': [{ type: 0, value: '属性' }],
|
|
82
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '显示更少' }],
|
|
83
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '显示更多' }],
|
|
84
|
+
'i18nStrings.valueText': [{ type: 0, value: '值' }],
|
|
85
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
86
|
+
{
|
|
87
|
+
type: 5,
|
|
88
|
+
value: 'token__operator',
|
|
89
|
+
options: {
|
|
90
|
+
equals: {
|
|
91
|
+
value: [
|
|
92
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
93
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
94
|
+
{ type: 0, value: '等于' },
|
|
95
|
+
{ type: 1, value: 'token__value' },
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
not_equals: {
|
|
99
|
+
value: [
|
|
100
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
101
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
102
|
+
{ type: 0, value: '不等于' },
|
|
103
|
+
{ type: 1, value: 'token__value' },
|
|
104
|
+
],
|
|
105
|
+
},
|
|
106
|
+
greater_than: {
|
|
107
|
+
value: [
|
|
108
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
109
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
110
|
+
{ type: 0, value: '大于' },
|
|
111
|
+
{ type: 1, value: 'token__value' },
|
|
112
|
+
],
|
|
113
|
+
},
|
|
114
|
+
greater_than_equal: {
|
|
115
|
+
value: [
|
|
116
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
117
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
118
|
+
{ type: 0, value: '大于或等于' },
|
|
119
|
+
{ type: 1, value: 'token__value' },
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
less_than: {
|
|
123
|
+
value: [
|
|
124
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
125
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
126
|
+
{ type: 0, value: '小于' },
|
|
127
|
+
{ type: 1, value: 'token__value' },
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
less_than_equal: {
|
|
131
|
+
value: [
|
|
132
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
133
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
134
|
+
{ type: 0, value: '小于或等于' },
|
|
135
|
+
{ type: 1, value: 'token__value' },
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
contains: {
|
|
139
|
+
value: [
|
|
140
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
141
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
142
|
+
{ type: 0, value: '包含' },
|
|
143
|
+
{ type: 1, value: 'token__value' },
|
|
144
|
+
],
|
|
145
|
+
},
|
|
146
|
+
not_contains: {
|
|
147
|
+
value: [
|
|
148
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
149
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
150
|
+
{ type: 0, value: '不包含' },
|
|
151
|
+
{ type: 1, value: 'token__value' },
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
other: { value: [] },
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
select: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
|
|
160
|
+
wizard: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
};
|