@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
|
+
it: {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Avviso di disattivazione' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 0, value: 'Fase ' },
|
|
8
|
+
{ type: 1, value: 'stepNumber' },
|
|
9
|
+
],
|
|
10
|
+
collapsedStepsLabel: [
|
|
11
|
+
{ type: 0, value: 'Fase ' },
|
|
12
|
+
{ type: 1, value: 'stepNumber' },
|
|
13
|
+
{ type: 0, value: ' di ' },
|
|
14
|
+
{ type: 1, value: 'stepsCount' },
|
|
15
|
+
],
|
|
16
|
+
cancelButton: [{ type: 0, value: 'Annulla' }],
|
|
17
|
+
previousButton: [{ type: 0, value: 'Precedente' }],
|
|
18
|
+
nextButton: [{ type: 0, value: 'Successivo' }],
|
|
19
|
+
optional: [{ type: 0, value: 'facoltativo' }],
|
|
20
|
+
},
|
|
21
|
+
'app-layout': {
|
|
22
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navigazione laterale' }],
|
|
23
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Chiudi navigazione laterale' }],
|
|
24
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Apri navigazione laterale' }],
|
|
25
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifiche' }],
|
|
26
|
+
'ariaLabels.tools': [{ type: 0, value: 'Pannello di aiuto' }],
|
|
27
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Apri il pannello di aiuto' }],
|
|
28
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Chiudere il pannello di aiuto' }],
|
|
29
|
+
},
|
|
30
|
+
'date-picker': {
|
|
31
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Mese successivo' }],
|
|
32
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mese precedente' }],
|
|
33
|
+
todayAriaLabel: [{ type: 0, value: 'Oggi' }],
|
|
34
|
+
},
|
|
35
|
+
flashbar: {
|
|
36
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifiche' }],
|
|
37
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
|
|
38
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In corso' }],
|
|
39
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informazioni' }],
|
|
40
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Tutte le notifiche' }],
|
|
41
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifiche' }],
|
|
42
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Esito positivo' }],
|
|
43
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
44
|
+
},
|
|
45
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Errore' }] },
|
|
46
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }] },
|
|
47
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Cancella' }] },
|
|
48
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Chiudi modale' }] },
|
|
49
|
+
pagination: {
|
|
50
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Pagina successiva' }],
|
|
51
|
+
'ariaLabels.pageLabel': [
|
|
52
|
+
{ type: 0, value: 'Pagina ' },
|
|
53
|
+
{ type: 1, value: 'pageNumber' },
|
|
54
|
+
{ type: 0, value: ' di tutte le pagine' },
|
|
55
|
+
],
|
|
56
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Pagina precedente' }],
|
|
57
|
+
},
|
|
58
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Chiudi popover' }] },
|
|
59
|
+
'property-filter': {
|
|
60
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Tutte le proprietà' }],
|
|
61
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Applica' }],
|
|
62
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Annulla' }],
|
|
63
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Cancella filtri' }],
|
|
64
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Modifica filtro' }],
|
|
65
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Proprietà' }],
|
|
66
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valori' }],
|
|
67
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'e' }],
|
|
68
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'o' }],
|
|
69
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contiene' }],
|
|
70
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Non contiene' }],
|
|
71
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Non è uguale a' }],
|
|
72
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Uguale a' }],
|
|
73
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Maggiore o uguale a' }],
|
|
74
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maggiore di' }],
|
|
75
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
|
|
76
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
|
|
77
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
|
|
78
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
|
|
79
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
|
|
80
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostra meno' }],
|
|
81
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostra altro' }],
|
|
82
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valore' }],
|
|
83
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
84
|
+
{
|
|
85
|
+
type: 5,
|
|
86
|
+
value: 'token__operator',
|
|
87
|
+
options: {
|
|
88
|
+
equals: {
|
|
89
|
+
value: [
|
|
90
|
+
{ type: 0, value: 'Rimuovi filtro ' },
|
|
91
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
92
|
+
{ type: 0, value: ', uguale a ' },
|
|
93
|
+
{ type: 1, value: 'token__value' },
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
not_equals: {
|
|
97
|
+
value: [
|
|
98
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
99
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
100
|
+
{ type: 0, value: ' non è uguale a ' },
|
|
101
|
+
{ type: 1, value: 'token__value' },
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
greater_than: {
|
|
105
|
+
value: [
|
|
106
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
107
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
108
|
+
{ type: 0, value: ' è maggiore di ' },
|
|
109
|
+
{ type: 1, value: 'token__value' },
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
greater_than_equal: {
|
|
113
|
+
value: [
|
|
114
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
115
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
116
|
+
{ type: 0, value: ' è maggiore o uguale a ' },
|
|
117
|
+
{ type: 1, value: 'token__value' },
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
less_than: {
|
|
121
|
+
value: [
|
|
122
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
123
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
124
|
+
{ type: 0, value: ' è inferiore a ' },
|
|
125
|
+
{ type: 1, value: 'token__value' },
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
less_than_equal: {
|
|
129
|
+
value: [
|
|
130
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
131
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
132
|
+
{ type: 0, value: ' è minore o uguale a ' },
|
|
133
|
+
{ type: 1, value: 'token__value' },
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
contains: {
|
|
137
|
+
value: [
|
|
138
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
139
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
140
|
+
{ type: 0, value: ' contiene ' },
|
|
141
|
+
{ type: 1, value: 'token__value' },
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
not_contains: {
|
|
145
|
+
value: [
|
|
146
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
147
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
148
|
+
{ type: 0, value: ' non contiene ' },
|
|
149
|
+
{ type: 1, value: 'token__value' },
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
other: { value: [] },
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
select: {
|
|
158
|
+
errorIconAriaLabel: [{ type: 0, value: 'Errore' }],
|
|
159
|
+
selectedAriaLabel: [{ type: 0, value: 'Selezionato' }],
|
|
160
|
+
},
|
|
161
|
+
wizard: {
|
|
162
|
+
errorIconAriaLabel: [{ type: 0, value: 'Errore' }],
|
|
163
|
+
selectedAriaLabel: [{ type: 0, value: 'Selezionato' }],
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
};
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cloudscape-design/components": {
|
|
3
|
+
"it": {
|
|
4
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
5
|
+
"autosuggest": {
|
|
6
|
+
"stepNumberLabel": [
|
|
7
|
+
{ "type": 0, "value": "Fase " },
|
|
8
|
+
{ "type": 1, "value": "stepNumber" }
|
|
9
|
+
],
|
|
10
|
+
"collapsedStepsLabel": [
|
|
11
|
+
{ "type": 0, "value": "Fase " },
|
|
12
|
+
{ "type": 1, "value": "stepNumber" },
|
|
13
|
+
{ "type": 0, "value": " di " },
|
|
14
|
+
{ "type": 1, "value": "stepsCount" }
|
|
15
|
+
],
|
|
16
|
+
"cancelButton": [{ "type": 0, "value": "Annulla" }],
|
|
17
|
+
"previousButton": [{ "type": 0, "value": "Precedente" }],
|
|
18
|
+
"nextButton": [{ "type": 0, "value": "Successivo" }],
|
|
19
|
+
"optional": [{ "type": 0, "value": "facoltativo" }]
|
|
20
|
+
},
|
|
21
|
+
"app-layout": {
|
|
22
|
+
"ariaLabels.navigation": [{ "type": 0, "value": "Navigazione laterale" }],
|
|
23
|
+
"ariaLabels.navigationClose": [{ "type": 0, "value": "Chiudi navigazione laterale" }],
|
|
24
|
+
"ariaLabels.navigationToggle": [{ "type": 0, "value": "Apri navigazione laterale" }],
|
|
25
|
+
"ariaLabels.notifications": [{ "type": 0, "value": "Notifiche" }],
|
|
26
|
+
"ariaLabels.tools": [{ "type": 0, "value": "Pannello di aiuto" }],
|
|
27
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "Apri il pannello di aiuto" }],
|
|
28
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Chiudere il pannello di aiuto" }]
|
|
29
|
+
},
|
|
30
|
+
"date-picker": {
|
|
31
|
+
"nextMonthAriaLabel": [{ "type": 0, "value": "Mese successivo" }],
|
|
32
|
+
"previousMonthAriaLabel": [{ "type": 0, "value": "Mese precedente" }],
|
|
33
|
+
"todayAriaLabel": [{ "type": 0, "value": "Oggi" }]
|
|
34
|
+
},
|
|
35
|
+
"flashbar": {
|
|
36
|
+
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifiche" }],
|
|
37
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
38
|
+
"i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "In corso" }],
|
|
39
|
+
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "Informazioni" }],
|
|
40
|
+
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Tutte le notifiche" }],
|
|
41
|
+
"i18nStrings.notificationBarText": [{ "type": 0, "value": "Notifiche" }],
|
|
42
|
+
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Esito positivo" }],
|
|
43
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
44
|
+
},
|
|
45
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
46
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
47
|
+
"input": { "clearAriaLabel": [{ "type": 0, "value": "Cancella" }] },
|
|
48
|
+
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Chiudi modale" }] },
|
|
49
|
+
"pagination": {
|
|
50
|
+
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Pagina successiva" }],
|
|
51
|
+
"ariaLabels.pageLabel": [
|
|
52
|
+
{ "type": 0, "value": "Pagina " },
|
|
53
|
+
{ "type": 1, "value": "pageNumber" },
|
|
54
|
+
{ "type": 0, "value": " di tutte le pagine" }
|
|
55
|
+
],
|
|
56
|
+
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Pagina precedente" }]
|
|
57
|
+
},
|
|
58
|
+
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Chiudi popover" }] },
|
|
59
|
+
"property-filter": {
|
|
60
|
+
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Tutte le proprietà" }],
|
|
61
|
+
"i18nStrings.applyActionText": [{ "type": 0, "value": "Applica" }],
|
|
62
|
+
"i18nStrings.cancelActionText": [{ "type": 0, "value": "Annulla" }],
|
|
63
|
+
"i18nStrings.clearFiltersText": [{ "type": 0, "value": "Cancella filtri" }],
|
|
64
|
+
"i18nStrings.editTokenHeader": [{ "type": 0, "value": "Modifica filtro" }],
|
|
65
|
+
"i18nStrings.groupPropertiesText": [{ "type": 0, "value": "Proprietà" }],
|
|
66
|
+
"i18nStrings.groupValuesText": [{ "type": 0, "value": "Valori" }],
|
|
67
|
+
"i18nStrings.operationAndText": [{ "type": 0, "value": "e" }],
|
|
68
|
+
"i18nStrings.operationOrText": [{ "type": 0, "value": "o" }],
|
|
69
|
+
"i18nStrings.operatorContainsText": [{ "type": 0, "value": "Contiene" }],
|
|
70
|
+
"i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "Non contiene" }],
|
|
71
|
+
"i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "Non è uguale a" }],
|
|
72
|
+
"i18nStrings.operatorEqualsText": [{ "type": 0, "value": "Uguale a" }],
|
|
73
|
+
"i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "Maggiore o uguale a" }],
|
|
74
|
+
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maggiore di" }],
|
|
75
|
+
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Minore o uguale a" }],
|
|
76
|
+
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Minore di" }],
|
|
77
|
+
"i18nStrings.operatorText": [{ "type": 0, "value": "Operatore" }],
|
|
78
|
+
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operatori" }],
|
|
79
|
+
"i18nStrings.propertyText": [{ "type": 0, "value": "Proprietà" }],
|
|
80
|
+
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "Mostra meno" }],
|
|
81
|
+
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "Mostra altro" }],
|
|
82
|
+
"i18nStrings.valueText": [{ "type": 0, "value": "Valore" }],
|
|
83
|
+
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
84
|
+
{
|
|
85
|
+
"type": 5,
|
|
86
|
+
"value": "token__operator",
|
|
87
|
+
"options": {
|
|
88
|
+
"equals": {
|
|
89
|
+
"value": [
|
|
90
|
+
{ "type": 0, "value": "Rimuovi filtro " },
|
|
91
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
92
|
+
{ "type": 0, "value": ", uguale a " },
|
|
93
|
+
{ "type": 1, "value": "token__value" }
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"not_equals": {
|
|
97
|
+
"value": [
|
|
98
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
99
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
100
|
+
{ "type": 0, "value": " non è uguale a " },
|
|
101
|
+
{ "type": 1, "value": "token__value" }
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"greater_than": {
|
|
105
|
+
"value": [
|
|
106
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
107
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
108
|
+
{ "type": 0, "value": " è maggiore di " },
|
|
109
|
+
{ "type": 1, "value": "token__value" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"greater_than_equal": {
|
|
113
|
+
"value": [
|
|
114
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
115
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
116
|
+
{ "type": 0, "value": " è maggiore o uguale a " },
|
|
117
|
+
{ "type": 1, "value": "token__value" }
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"less_than": {
|
|
121
|
+
"value": [
|
|
122
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
123
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
124
|
+
{ "type": 0, "value": " è inferiore a " },
|
|
125
|
+
{ "type": 1, "value": "token__value" }
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"less_than_equal": {
|
|
129
|
+
"value": [
|
|
130
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
131
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
132
|
+
{ "type": 0, "value": " è minore o uguale a " },
|
|
133
|
+
{ "type": 1, "value": "token__value" }
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"contains": {
|
|
137
|
+
"value": [
|
|
138
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
139
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
140
|
+
{ "type": 0, "value": " contiene " },
|
|
141
|
+
{ "type": 1, "value": "token__value" }
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"not_contains": {
|
|
145
|
+
"value": [
|
|
146
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
147
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
148
|
+
{ "type": 0, "value": " non contiene " },
|
|
149
|
+
{ "type": 1, "value": "token__value" }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"other": { "value": [] }
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"select": {
|
|
158
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
159
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
160
|
+
},
|
|
161
|
+
"wizard": {
|
|
162
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
163
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
ja: {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'アラートを閉じる' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 0, value: 'ステップ ' },
|
|
8
|
+
{ type: 1, value: 'stepNumber' },
|
|
9
|
+
],
|
|
10
|
+
collapsedStepsLabel: [
|
|
11
|
+
{ type: 0, value: 'ステップ ' },
|
|
12
|
+
{ type: 1, value: 'stepNumber' },
|
|
13
|
+
{ type: 0, value: '/' },
|
|
14
|
+
{ type: 1, value: 'stepsCount' },
|
|
15
|
+
],
|
|
16
|
+
cancelButton: [{ type: 0, value: 'キャンセル' }],
|
|
17
|
+
previousButton: [{ type: 0, value: '戻る' }],
|
|
18
|
+
nextButton: [{ type: 0, value: '次へ' }],
|
|
19
|
+
optional: [{ type: 0, value: 'オプション' }],
|
|
20
|
+
},
|
|
21
|
+
'app-layout': {
|
|
22
|
+
'ariaLabels.navigation': [{ type: 0, value: 'サイドナビゲーション' }],
|
|
23
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'サイドナビゲーションを閉じる' }],
|
|
24
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
|
|
25
|
+
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
26
|
+
'ariaLabels.tools': [{ type: 0, value: 'ヘルプパネル' }],
|
|
27
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'ヘルプパネルを開く' }],
|
|
28
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'ヘルプパネルを閉じる' }],
|
|
29
|
+
},
|
|
30
|
+
'date-picker': {
|
|
31
|
+
nextMonthAriaLabel: [{ type: 0, value: '来月' }],
|
|
32
|
+
previousMonthAriaLabel: [{ type: 0, value: '前月' }],
|
|
33
|
+
todayAriaLabel: [{ type: 0, value: '今日' }],
|
|
34
|
+
},
|
|
35
|
+
flashbar: {
|
|
36
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
|
|
37
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
|
|
38
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '進行中' }],
|
|
39
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '情報' }],
|
|
40
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'すべての通知' }],
|
|
41
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
|
|
42
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
43
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
44
|
+
},
|
|
45
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
|
|
46
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }] },
|
|
47
|
+
input: { clearAriaLabel: [{ type: 0, value: 'クリア' }] },
|
|
48
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'モーダルを閉じる' }] },
|
|
49
|
+
pagination: {
|
|
50
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '次のページ' }],
|
|
51
|
+
'ariaLabels.pageLabel': [
|
|
52
|
+
{ type: 0, value: '全ページ中 ' },
|
|
53
|
+
{ type: 1, value: 'pageNumber' },
|
|
54
|
+
{ type: 0, value: ' ページ' },
|
|
55
|
+
],
|
|
56
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '前のページ' }],
|
|
57
|
+
},
|
|
58
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'ポップオーバーを閉じる' }] },
|
|
59
|
+
'property-filter': {
|
|
60
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'すべてのプロパティ' }],
|
|
61
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '適用' }],
|
|
62
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'キャンセル' }],
|
|
63
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'フィルターをクリア' }],
|
|
64
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'フィルターを編集' }],
|
|
65
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'プロパティ' }],
|
|
66
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '値' }],
|
|
67
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'および' }],
|
|
68
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'または' }],
|
|
69
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '次を含む:' }],
|
|
70
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '次を含まない:' }],
|
|
71
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '次と等しくない:' }],
|
|
72
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '次と等しい:' }],
|
|
73
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '次以上:' }],
|
|
74
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい:' }],
|
|
75
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下:' }],
|
|
76
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '次未満:' }],
|
|
77
|
+
'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
|
|
78
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
|
|
79
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
|
|
80
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '少なく表示' }],
|
|
81
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'さらに表示' }],
|
|
82
|
+
'i18nStrings.valueText': [{ type: 0, value: '値' }],
|
|
83
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
84
|
+
{
|
|
85
|
+
type: 5,
|
|
86
|
+
value: 'token__operator',
|
|
87
|
+
options: {
|
|
88
|
+
equals: {
|
|
89
|
+
value: [
|
|
90
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
91
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
92
|
+
{ type: 0, value: ' は ' },
|
|
93
|
+
{ type: 1, value: 'token__value' },
|
|
94
|
+
{ type: 0, value: ' と等しい' },
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
not_equals: {
|
|
98
|
+
value: [
|
|
99
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
100
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
101
|
+
{ type: 0, value: ' は ' },
|
|
102
|
+
{ type: 1, value: 'token__value' },
|
|
103
|
+
{ type: 0, 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
|
+
{ type: 0, value: ' より大きい' },
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
greater_than_equal: {
|
|
116
|
+
value: [
|
|
117
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
118
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
119
|
+
{ type: 0, value: ' は ' },
|
|
120
|
+
{ type: 1, value: 'token__value' },
|
|
121
|
+
{ type: 0, value: ' 以上' },
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
less_than: {
|
|
125
|
+
value: [
|
|
126
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
127
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
128
|
+
{ type: 0, value: ' は ' },
|
|
129
|
+
{ type: 1, value: 'token__value' },
|
|
130
|
+
{ type: 0, value: ' 未満' },
|
|
131
|
+
],
|
|
132
|
+
},
|
|
133
|
+
less_than_equal: {
|
|
134
|
+
value: [
|
|
135
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
136
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
137
|
+
{ type: 0, value: ' は ' },
|
|
138
|
+
{ type: 1, value: 'token__value' },
|
|
139
|
+
{ type: 0, value: ' 以下' },
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
contains: {
|
|
143
|
+
value: [
|
|
144
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
145
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
146
|
+
{ type: 0, value: ' は ' },
|
|
147
|
+
{ type: 1, value: 'token__value' },
|
|
148
|
+
{ type: 0, value: ' を含む' },
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
not_contains: {
|
|
152
|
+
value: [
|
|
153
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
154
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
155
|
+
{ type: 0, value: ' は ' },
|
|
156
|
+
{ type: 1, value: 'token__value' },
|
|
157
|
+
{ type: 0, value: ' を含まない' },
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
other: { value: [] },
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
select: {
|
|
166
|
+
errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
|
|
167
|
+
selectedAriaLabel: [{ type: 0, value: '選択済み' }],
|
|
168
|
+
},
|
|
169
|
+
wizard: {
|
|
170
|
+
errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
|
|
171
|
+
selectedAriaLabel: [{ type: 0, value: '選択済み' }],
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
};
|