@cloudscape-design/components 3.0.310 → 3.0.311
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/internal.d.ts +6 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +6 -8
- package/button/internal.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/date-range-picker/calendar/header/index.js +4 -2
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.js +1 -1
- package/date-range-picker/calendar/index.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +14 -1
- package/form/index.js.map +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +3 -4
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +2 -3
- package/form-field/internal.js.map +1 -1
- package/i18n/context.d.ts +14 -7
- package/i18n/context.d.ts.map +1 -1
- package/i18n/context.js.map +1 -1
- package/i18n/messages/all.all.js +3692 -538
- package/i18n/messages/all.all.json +3756 -577
- package/i18n/messages/all.de.js +317 -22
- package/i18n/messages/all.de.json +324 -27
- package/i18n/messages/all.en-GB.js +306 -21
- package/i18n/messages/all.en-GB.json +309 -24
- package/i18n/messages/all.en.js +11 -11
- package/i18n/messages/all.en.json +11 -11
- package/i18n/messages/all.es.js +311 -22
- package/i18n/messages/all.es.json +318 -25
- package/i18n/messages/all.fr.js +335 -27
- package/i18n/messages/all.fr.json +343 -30
- package/i18n/messages/all.id.js +319 -28
- package/i18n/messages/all.id.json +322 -31
- package/i18n/messages/all.it.js +320 -27
- package/i18n/messages/all.it.json +326 -30
- package/i18n/messages/all.ja.js +312 -28
- package/i18n/messages/all.ja.json +315 -30
- package/i18n/messages/all.ko.js +304 -24
- package/i18n/messages/all.ko.json +312 -25
- package/i18n/messages/all.pt-BR.js +313 -28
- package/i18n/messages/all.pt-BR.json +325 -31
- package/i18n/messages/all.zh-CN.js +301 -29
- package/i18n/messages/all.zh-CN.json +300 -31
- package/i18n/messages/all.zh-TW.js +295 -23
- package/i18n/messages/all.zh-TW.json +294 -25
- package/i18n/messages-types.d.ts +435 -0
- package/i18n/messages-types.d.ts.map +1 -0
- package/i18n/messages-types.js +5 -0
- package/i18n/messages-types.js.map +1 -0
- package/i18n/provider.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts +2 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +6 -4
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +2 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +2 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +3 -7
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +2 -7
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
- package/internal/components/cartesian-chart/left-labels.js +1 -1
- package/internal/components/cartesian-chart/left-labels.js.map +1 -1
- package/internal/components/focus-lock/index.js +20 -19
- package/internal/components/focus-lock/index.js.map +1 -1
- package/internal/context/button-context.d.ts +10 -0
- package/internal/context/button-context.d.ts.map +1 -0
- package/internal/context/button-context.js +10 -0
- package/internal/context/button-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/i18n/messages/all.all.js +3692 -538
- package/internal/i18n/messages/all.all.json +3756 -577
- package/internal/i18n/messages/all.de.js +317 -22
- package/internal/i18n/messages/all.de.json +324 -27
- package/internal/i18n/messages/all.en-GB.js +306 -21
- package/internal/i18n/messages/all.en-GB.json +309 -24
- package/internal/i18n/messages/all.en.js +11 -11
- package/internal/i18n/messages/all.en.json +11 -11
- package/internal/i18n/messages/all.es.js +311 -22
- package/internal/i18n/messages/all.es.json +318 -25
- package/internal/i18n/messages/all.fr.js +335 -27
- package/internal/i18n/messages/all.fr.json +343 -30
- package/internal/i18n/messages/all.id.js +319 -28
- package/internal/i18n/messages/all.id.json +322 -31
- package/internal/i18n/messages/all.it.js +320 -27
- package/internal/i18n/messages/all.it.json +326 -30
- package/internal/i18n/messages/all.ja.js +312 -28
- package/internal/i18n/messages/all.ja.json +315 -30
- package/internal/i18n/messages/all.ko.js +304 -24
- package/internal/i18n/messages/all.ko.json +312 -25
- package/internal/i18n/messages/all.pt-BR.js +313 -28
- package/internal/i18n/messages/all.pt-BR.json +325 -31
- package/internal/i18n/messages/all.zh-CN.js +301 -29
- package/internal/i18n/messages/all.zh-CN.json +300 -31
- package/internal/i18n/messages/all.zh-TW.js +295 -23
- package/internal/i18n/messages/all.zh-TW.json +294 -25
- package/internal/manifest.json +1 -1
- package/package.json +1 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +4 -4
- package/pagination/internal.js.map +1 -1
- package/pie-chart/utils.d.ts +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.js.map +1 -1
- package/s3-resource-selector/interfaces.d.ts +3 -0
- package/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/s3-resource-selector/interfaces.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +1 -1
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js +2 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/index.js +1 -1
- package/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/space-between/interfaces.d.ts +5 -0
- package/space-between/interfaces.d.ts.map +1 -1
- package/space-between/interfaces.js.map +1 -1
- package/space-between/internal.d.ts +1 -1
- package/space-between/internal.d.ts.map +1 -1
- package/space-between/internal.js +2 -2
- package/space-between/internal.js.map +1 -1
- package/space-between/styles.css.js +21 -20
- package/space-between/styles.scoped.css +25 -21
- package/space-between/styles.selectors.js +21 -20
- package/tag-editor/interfaces.d.ts +1 -0
- package/tag-editor/interfaces.d.ts.map +1 -1
- package/tag-editor/interfaces.js.map +1 -1
- package/tag-editor/validation.d.ts +1 -1
- package/tag-editor/validation.d.ts.map +1 -1
- package/tag-editor/validation.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
- package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
- package/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
- package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
- package/wizard/internal.d.ts.map +1 -1
- package/wizard/internal.js +4 -2
- package/wizard/internal.js.map +1 -1
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +1 -2
- package/wizard/wizard-form.js.map +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@cloudscape-design/components": {
|
|
3
3
|
"it": {
|
|
4
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
5
4
|
"[charts]": {
|
|
6
5
|
"loadingText": [{ "type": 0, "value": "Caricamento del grafico in corso" }],
|
|
7
6
|
"errorText": [{ "type": 0, "value": "Non è stato possibile recuperare i dati. Riprova più tardi." }],
|
|
@@ -9,10 +8,10 @@
|
|
|
9
8
|
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtra i dati visualizzati" }],
|
|
10
9
|
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtra i dati" }],
|
|
11
10
|
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
|
|
12
|
-
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Ignora" }],
|
|
13
11
|
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "asse x" }],
|
|
14
12
|
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "asse y" }]
|
|
15
13
|
},
|
|
14
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
16
15
|
"annotation-context": {
|
|
17
16
|
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Successivo" }],
|
|
18
17
|
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Precedente" }],
|
|
@@ -62,20 +61,18 @@
|
|
|
62
61
|
"ariaLabels.navigationToggle": [{ "type": 0, "value": "Apri navigazione laterale" }],
|
|
63
62
|
"ariaLabels.notifications": [{ "type": 0, "value": "Notifiche" }],
|
|
64
63
|
"ariaLabels.tools": [{ "type": 0, "value": "Pannello di aiuto" }],
|
|
65
|
-
"ariaLabels.toolsClose": [{ "type": 0, "value": "
|
|
66
|
-
"ariaLabels.toolsToggle": [{ "type": 0, "value": "
|
|
64
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "Chiudi il pannello di aiuto" }],
|
|
65
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Apri il pannello di aiuto" }]
|
|
67
66
|
},
|
|
68
67
|
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Totale" }] },
|
|
69
|
-
"attribute-editor": {
|
|
70
|
-
"removeButtonText": [{ "type": 0, "value": "Rimuovi" }],
|
|
71
|
-
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }]
|
|
72
|
-
},
|
|
68
|
+
"attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Rimuovi" }] },
|
|
73
69
|
"autosuggest": {
|
|
74
70
|
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
75
71
|
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }],
|
|
76
72
|
"enteredTextLabel": [
|
|
77
|
-
{ "type": 0, "value": "Utilizza " },
|
|
78
|
-
{ "type": 1, "value": "value" }
|
|
73
|
+
{ "type": 0, "value": "Utilizza: «" },
|
|
74
|
+
{ "type": 1, "value": "value" },
|
|
75
|
+
{ "type": 0, "value": "»" }
|
|
79
76
|
],
|
|
80
77
|
"recoveryText": [{ "type": 0, "value": "Riprova" }]
|
|
81
78
|
},
|
|
@@ -110,7 +107,7 @@
|
|
|
110
107
|
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Righe a capo" }],
|
|
111
108
|
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
|
|
112
109
|
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Temi chiari" }],
|
|
113
|
-
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "
|
|
110
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Temi scuri" }]
|
|
114
111
|
},
|
|
115
112
|
"collection-preferences": {
|
|
116
113
|
"title": [{ "type": 0, "value": "Preferenze" }],
|
|
@@ -137,7 +134,7 @@
|
|
|
137
134
|
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
138
135
|
{
|
|
139
136
|
"type": 0,
|
|
140
|
-
"value": "Utilizza
|
|
137
|
+
"value": "Utilizza Spazio o Invio per attivare il trascinamento di un elemento, quindi usa i tasti freccia per spostare la posizione dell'elemento. Per completare lo spostamento della posizione, utilizza Spazio o Invio oppure per annullare lo spostamento, usa Esc."
|
|
141
138
|
}
|
|
142
139
|
],
|
|
143
140
|
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
@@ -146,7 +143,59 @@
|
|
|
146
143
|
{ "type": 0, "value": " di " },
|
|
147
144
|
{ "type": 1, "value": "total" }
|
|
148
145
|
],
|
|
149
|
-
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Riordinamento annullato" }]
|
|
146
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Riordinamento annullato" }],
|
|
147
|
+
"contentDisplayPreference.liveAnnouncementDndItemReordered": [
|
|
148
|
+
{
|
|
149
|
+
"type": 5,
|
|
150
|
+
"value": "isInitialPosition",
|
|
151
|
+
"options": {
|
|
152
|
+
"true": {
|
|
153
|
+
"value": [
|
|
154
|
+
{ "type": 0, "value": "Spostamento dell'elemento di nuovo nella posizione " },
|
|
155
|
+
{ "type": 1, "value": "currentPosition" },
|
|
156
|
+
{ "type": 0, "value": " di " },
|
|
157
|
+
{ "type": 1, "value": "total" }
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"false": {
|
|
161
|
+
"value": [
|
|
162
|
+
{ "type": 0, "value": "Spostamento dell'elemento nella posizione " },
|
|
163
|
+
{ "type": 1, "value": "currentPosition" },
|
|
164
|
+
{ "type": 0, "value": " di " },
|
|
165
|
+
{ "type": 1, "value": "total" }
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"other": { "value": [] }
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"contentDisplayPreference.liveAnnouncementDndItemCommitted": [
|
|
173
|
+
{
|
|
174
|
+
"type": 5,
|
|
175
|
+
"value": "isInitialPosition",
|
|
176
|
+
"options": {
|
|
177
|
+
"true": {
|
|
178
|
+
"value": [
|
|
179
|
+
{ "type": 0, "value": "L'elemento è stato spostato di nuovo nella posizione originale " },
|
|
180
|
+
{ "type": 1, "value": "initialPosition" },
|
|
181
|
+
{ "type": 0, "value": " di " },
|
|
182
|
+
{ "type": 1, "value": "total" }
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"false": {
|
|
186
|
+
"value": [
|
|
187
|
+
{ "type": 0, "value": "Elemento spostato da una posizione " },
|
|
188
|
+
{ "type": 1, "value": "initialPosition" },
|
|
189
|
+
{ "type": 0, "value": " alla posizione " },
|
|
190
|
+
{ "type": 1, "value": "finalPosition" },
|
|
191
|
+
{ "type": 0, "value": " di " },
|
|
192
|
+
{ "type": 1, "value": "total" }
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"other": { "value": [] }
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
]
|
|
150
199
|
},
|
|
151
200
|
"date-range-picker": {
|
|
152
201
|
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Modalità relativa" }],
|
|
@@ -225,12 +274,18 @@
|
|
|
225
274
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Esito positivo" }],
|
|
226
275
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
227
276
|
},
|
|
228
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
229
277
|
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
278
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
230
279
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Caricamento dei contenuti" }] },
|
|
231
280
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Cancella" }] },
|
|
232
281
|
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Si apre in una nuova scheda" }] },
|
|
233
282
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Chiudi modale" }] },
|
|
283
|
+
"multiselect": {
|
|
284
|
+
"deselectAriaLabel": [
|
|
285
|
+
{ "type": 0, "value": "Rimuovi " },
|
|
286
|
+
{ "type": 1, "value": "option__label" }
|
|
287
|
+
]
|
|
288
|
+
},
|
|
234
289
|
"pagination": {
|
|
235
290
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Pagina successiva" }],
|
|
236
291
|
"ariaLabels.pageLabel": [
|
|
@@ -241,15 +296,10 @@
|
|
|
241
296
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Pagina precedente" }]
|
|
242
297
|
},
|
|
243
298
|
"pie-chart": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
|
|
248
|
-
"multiselect": {
|
|
249
|
-
"deselectAriaLabel": [
|
|
250
|
-
{ "type": 0, "value": "Rimuovi " },
|
|
251
|
-
{ "type": 1, "value": "option__label" }
|
|
252
|
-
]
|
|
299
|
+
"i18nStrings.detailsValue": [{ "type": 0, "value": "Valore" }],
|
|
300
|
+
"i18nStrings.detailsPercentage": [{ "type": 0, "value": "Percentuale" }],
|
|
301
|
+
"i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Grafico a torta" }],
|
|
302
|
+
"i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segmento" }]
|
|
253
303
|
},
|
|
254
304
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Chiudi popover" }] },
|
|
255
305
|
"property-filter": {
|
|
@@ -283,9 +333,9 @@
|
|
|
283
333
|
"options": {
|
|
284
334
|
"equals": {
|
|
285
335
|
"value": [
|
|
286
|
-
{ "type": 0, "value": "Rimuovi filtro " },
|
|
336
|
+
{ "type": 0, "value": "Rimuovi filtro, " },
|
|
287
337
|
{ "type": 1, "value": "token__propertyKey" },
|
|
288
|
-
{ "type": 0, "value": "
|
|
338
|
+
{ "type": 0, "value": " uguale a " },
|
|
289
339
|
{ "type": 1, "value": "token__value" }
|
|
290
340
|
]
|
|
291
341
|
},
|
|
@@ -350,22 +400,268 @@
|
|
|
350
400
|
}
|
|
351
401
|
]
|
|
352
402
|
},
|
|
353
|
-
"s3-resource-selector": {
|
|
403
|
+
"s3-resource-selector": {
|
|
404
|
+
"i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Scegli una versione" }],
|
|
405
|
+
"i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Sfoglia S3" }],
|
|
406
|
+
"i18nStrings.inContextViewButton": [{ "type": 0, "value": "Visualizza" }],
|
|
407
|
+
"i18nStrings.inContextViewButtonAriaLabel": [
|
|
408
|
+
{ "type": 0, "value": "Visualizza (si apre in una nuova scheda)" }
|
|
409
|
+
],
|
|
410
|
+
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Caricamento delle risorse in corso" }],
|
|
411
|
+
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
412
|
+
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versione dell’oggetto" }],
|
|
413
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Scegli un archivio in S3" }],
|
|
414
|
+
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Annulla" }],
|
|
415
|
+
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Scegli" }],
|
|
416
|
+
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Bucket S3" }],
|
|
417
|
+
"i18nStrings.selectionBuckets": [{ "type": 0, "value": "Bucket" }],
|
|
418
|
+
"i18nStrings.selectionObjects": [{ "type": 0, "value": "Oggetti" }],
|
|
419
|
+
"i18nStrings.selectionVersions": [{ "type": 0, "value": "Versioni" }],
|
|
420
|
+
"i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Trova bucket" }],
|
|
421
|
+
"i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Trova oggetto per prefisso" }],
|
|
422
|
+
"i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Trova versione" }],
|
|
423
|
+
"i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Caricamento dei bucket in corso" }],
|
|
424
|
+
"i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "Nessun bucket" }],
|
|
425
|
+
"i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Caricamento di oggetti in corso" }],
|
|
426
|
+
"i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "Nessun oggetto" }],
|
|
427
|
+
"i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Caricamento delle versioni in corso" }],
|
|
428
|
+
"i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "Nessuna versione" }],
|
|
429
|
+
"i18nStrings.filteringNoMatches": [{ "type": 0, "value": "Nessuna corrispondenza" }],
|
|
430
|
+
"i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "Impossibile trovare una corrispondenza." }],
|
|
431
|
+
"i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Cancella filtro" }],
|
|
432
|
+
"i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
|
|
433
|
+
"i18nStrings.columnBucketName": [{ "type": 0, "value": "Nome" }],
|
|
434
|
+
"i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Data di creazione" }],
|
|
435
|
+
"i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Regione" }],
|
|
436
|
+
"i18nStrings.columnObjectKey": [{ "type": 0, "value": "Chiave" }],
|
|
437
|
+
"i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Ultima modifica" }],
|
|
438
|
+
"i18nStrings.columnObjectSize": [{ "type": 0, "value": "Dimensione" }],
|
|
439
|
+
"i18nStrings.columnVersionID": [{ "type": 0, "value": "ID Versione" }],
|
|
440
|
+
"i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Ultima modifica" }],
|
|
441
|
+
"i18nStrings.columnVersionSize": [{ "type": 0, "value": "Dimensione" }],
|
|
442
|
+
"i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "Il percorso deve iniziare con s3://" }],
|
|
443
|
+
"i18nStrings.validationBucketLowerCase": [
|
|
444
|
+
{ "type": 0, "value": "Il nome del bucket deve iniziare con un carattere minuscolo o un numero." }
|
|
445
|
+
],
|
|
446
|
+
"i18nStrings.validationBucketMustNotContain": [
|
|
447
|
+
{ "type": 0, "value": "Il nome del bucket non deve contenere caratteri maiuscoli." }
|
|
448
|
+
],
|
|
449
|
+
"i18nStrings.validationBucketLength": [
|
|
450
|
+
{ "type": 0, "value": "Il nome del bucket deve contenere da 3 a 63 caratteri." }
|
|
451
|
+
],
|
|
452
|
+
"i18nStrings.validationBucketMustComplyDns": [
|
|
453
|
+
{ "type": 0, "value": "Il nome del bucket deve essere conforme alle convenzioni di denominazione DNS." }
|
|
454
|
+
],
|
|
455
|
+
"i18nStrings.labelSortedDescending": [
|
|
456
|
+
{ "type": 1, "value": "columnName" },
|
|
457
|
+
{ "type": 0, "value": ", ordinati in ordine decrescente" }
|
|
458
|
+
],
|
|
459
|
+
"i18nStrings.labelSortedAscending": [
|
|
460
|
+
{ "type": 1, "value": "columnName" },
|
|
461
|
+
{ "type": 0, "value": ", ordinati in ordine ascendente" }
|
|
462
|
+
],
|
|
463
|
+
"i18nStrings.labelNotSorted": [
|
|
464
|
+
{ "type": 1, "value": "columnName" },
|
|
465
|
+
{ "type": 0, "value": ", non ordinati" }
|
|
466
|
+
],
|
|
467
|
+
"i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Bucket" }],
|
|
468
|
+
"i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
|
|
469
|
+
"i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Oggetti" }],
|
|
470
|
+
"i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
|
|
471
|
+
"i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Versioni" }],
|
|
472
|
+
"i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
|
|
473
|
+
"i18nStrings.labelFiltering": [
|
|
474
|
+
{ "type": 0, "value": "Trova " },
|
|
475
|
+
{ "type": 1, "value": "itemsType" }
|
|
476
|
+
],
|
|
477
|
+
"i18nStrings.labelRefresh": [{ "type": 0, "value": "Aggiorna i dati" }],
|
|
478
|
+
"i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "Navigazione S3" }],
|
|
479
|
+
"i18nStrings.filteringCounterText": [
|
|
480
|
+
{
|
|
481
|
+
"type": 6,
|
|
482
|
+
"value": "count",
|
|
483
|
+
"options": {
|
|
484
|
+
"one": { "value": [{ "type": 0, "value": "1 corrispondenza" }] },
|
|
485
|
+
"other": {
|
|
486
|
+
"value": [
|
|
487
|
+
{ "type": 1, "value": "count" },
|
|
488
|
+
{ "type": 0, "value": " corrispondenze" }
|
|
489
|
+
]
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"offset": 0,
|
|
493
|
+
"pluralType": "cardinal"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
354
497
|
"select": {
|
|
355
498
|
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
356
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
499
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }],
|
|
500
|
+
"recoveryText": [{ "type": 0, "value": "Riprova" }]
|
|
501
|
+
},
|
|
502
|
+
"split-panel": {
|
|
503
|
+
"i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Chiudi pannello" }],
|
|
504
|
+
"i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Apri pannello" }],
|
|
505
|
+
"i18nStrings.preferencesTitle": [{ "type": 0, "value": "Preferenze del pannello diviso" }],
|
|
506
|
+
"i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Posizione del pannello diviso" }],
|
|
507
|
+
"i18nStrings.preferencesPositionDescription": [
|
|
508
|
+
{ "type": 0, "value": "Scegli la posizione predefinita del pannello diviso per il servizio." }
|
|
509
|
+
],
|
|
510
|
+
"i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Lato" }],
|
|
511
|
+
"i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "Parte inferiore" }],
|
|
512
|
+
"i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Conferma" }],
|
|
513
|
+
"i18nStrings.preferencesCancel": [{ "type": 0, "value": "Annulla" }],
|
|
514
|
+
"i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Ridimensiona il pannello diviso" }]
|
|
357
515
|
},
|
|
358
|
-
"split-panel": {},
|
|
359
516
|
"table": {
|
|
360
517
|
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Invio della modifica in corso" }],
|
|
361
|
-
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modifica
|
|
518
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modifica eseguita correttamente" }],
|
|
362
519
|
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
363
|
-
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "
|
|
520
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "modificabile" }]
|
|
364
521
|
},
|
|
365
522
|
"tabs": {
|
|
366
523
|
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Scorri a sinistra" }],
|
|
367
524
|
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Scorri a destra" }]
|
|
368
525
|
},
|
|
526
|
+
"tag-editor": {
|
|
527
|
+
"i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Inserisci chiave" }],
|
|
528
|
+
"i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Inserisci valore" }],
|
|
529
|
+
"i18nStrings.addButton": [{ "type": 0, "value": "Aggiungi nuovo tag" }],
|
|
530
|
+
"i18nStrings.removeButton": [{ "type": 0, "value": "Rimuovi" }],
|
|
531
|
+
"i18nStrings.removeButtonAriaLabel": [
|
|
532
|
+
{ "type": 0, "value": "Rimuovi " },
|
|
533
|
+
{ "type": 1, "value": "tag__key" }
|
|
534
|
+
],
|
|
535
|
+
"i18nStrings.undoButton": [{ "type": 0, "value": "Annulla" }],
|
|
536
|
+
"i18nStrings.undoPrompt": [
|
|
537
|
+
{ "type": 0, "value": "Questo tag verrà rimosso al momento del salvataggio delle modifiche" }
|
|
538
|
+
],
|
|
539
|
+
"i18nStrings.loading": [{ "type": 0, "value": "Caricamento dei tag associati a questa risorsa" }],
|
|
540
|
+
"i18nStrings.keyHeader": [{ "type": 0, "value": "Chiave" }],
|
|
541
|
+
"i18nStrings.valueHeader": [{ "type": 0, "value": "Valore" }],
|
|
542
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facoltativo" }],
|
|
543
|
+
"i18nStrings.keySuggestion": [{ "type": 0, "value": "Chiave di tag personalizzata" }],
|
|
544
|
+
"i18nStrings.valueSuggestion": [{ "type": 0, "value": "Valore di tag personalizzato" }],
|
|
545
|
+
"i18nStrings.emptyTags": [{ "type": 0, "value": "Nessun tag associato alla risorsa." }],
|
|
546
|
+
"i18nStrings.tooManyKeysSuggestion": [
|
|
547
|
+
{ "type": 0, "value": "Hai più chiavi di quelle che possono essere visualizzate" }
|
|
548
|
+
],
|
|
549
|
+
"i18nStrings.tooManyValuesSuggestion": [
|
|
550
|
+
{ "type": 0, "value": "Hai più valori di quelli che possono essere visualizzati" }
|
|
551
|
+
],
|
|
552
|
+
"i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Caricamento delle chiavi dei tag" }],
|
|
553
|
+
"i18nStrings.keysSuggestionError": [{ "type": 0, "value": "Impossibile recuperare le chiavi dei tag" }],
|
|
554
|
+
"i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "Caricamento dei valori dei tag" }],
|
|
555
|
+
"i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "Impossibile recuperare i valori dei tag" }],
|
|
556
|
+
"i18nStrings.emptyKeyError": [{ "type": 0, "value": "Devi specificare una chiave di tag" }],
|
|
557
|
+
"i18nStrings.maxKeyCharLengthError": [
|
|
558
|
+
{
|
|
559
|
+
"type": 0,
|
|
560
|
+
"value": "Il numero massimo di caratteri che è possibile utilizzare in una chiave di tag è 128."
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"i18nStrings.maxValueCharLengthError": [
|
|
564
|
+
{ "type": 0, "value": "Il numero massimo di caratteri che è possibile utilizzare in un valore di tag è 256." }
|
|
565
|
+
],
|
|
566
|
+
"i18nStrings.duplicateKeyError": [{ "type": 0, "value": "Devi specificare una chiave di tag univoca." }],
|
|
567
|
+
"i18nStrings.invalidKeyError": [
|
|
568
|
+
{
|
|
569
|
+
"type": 0,
|
|
570
|
+
"value": "Chiave non valida. Le chiavi possono contenere solo caratteri Unicode, lettere, spazi e uno dei seguenti: _.:/=+@-"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"i18nStrings.invalidValueError": [
|
|
574
|
+
{
|
|
575
|
+
"type": 0,
|
|
576
|
+
"value": "Valore non valido. I valori possono contenere solo caratteri Unicode, lettere, spazi e uno dei seguenti: _.:/=+@-"
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"i18nStrings.awsPrefixError": [{ "type": 0, "value": "Impossibile iniziare con aws:" }],
|
|
580
|
+
"i18nStrings.tagLimitReached": [
|
|
581
|
+
{
|
|
582
|
+
"type": 6,
|
|
583
|
+
"value": "tagLimit",
|
|
584
|
+
"options": {
|
|
585
|
+
"one": { "value": [{ "type": 0, "value": "Hai raggiunto il limite di 1 tag." }] },
|
|
586
|
+
"other": {
|
|
587
|
+
"value": [
|
|
588
|
+
{ "type": 0, "value": "Hai raggiunto il limite di " },
|
|
589
|
+
{ "type": 1, "value": "tagLimit" },
|
|
590
|
+
{ "type": 0, "value": " tag." }
|
|
591
|
+
]
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"offset": 0,
|
|
595
|
+
"pluralType": "cardinal"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"i18nStrings.tagLimitExceeded": [
|
|
599
|
+
{
|
|
600
|
+
"type": 6,
|
|
601
|
+
"value": "tagLimit",
|
|
602
|
+
"options": {
|
|
603
|
+
"one": { "value": [{ "type": 0, "value": "Hai superato il limite di 1 tag." }] },
|
|
604
|
+
"other": {
|
|
605
|
+
"value": [
|
|
606
|
+
{ "type": 0, "value": "Hai superato il limite di " },
|
|
607
|
+
{ "type": 1, "value": "tagLimit" },
|
|
608
|
+
{ "type": 0, "value": " tag." }
|
|
609
|
+
]
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"offset": 0,
|
|
613
|
+
"pluralType": "cardinal"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"i18nStrings.tagLimit": [
|
|
617
|
+
{
|
|
618
|
+
"type": 5,
|
|
619
|
+
"value": "tagLimitAvailable",
|
|
620
|
+
"options": {
|
|
621
|
+
"true": {
|
|
622
|
+
"value": [
|
|
623
|
+
{
|
|
624
|
+
"type": 6,
|
|
625
|
+
"value": "availableTags",
|
|
626
|
+
"options": {
|
|
627
|
+
"other": {
|
|
628
|
+
"value": [
|
|
629
|
+
{ "type": 0, "value": "È possibile aggiungere fino a " },
|
|
630
|
+
{ "type": 1, "value": "tagLimit" },
|
|
631
|
+
{ "type": 0, "value": " tag." }
|
|
632
|
+
]
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"offset": 0,
|
|
636
|
+
"pluralType": "cardinal"
|
|
637
|
+
}
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
"false": {
|
|
641
|
+
"value": [
|
|
642
|
+
{
|
|
643
|
+
"type": 6,
|
|
644
|
+
"value": "availableTags",
|
|
645
|
+
"options": {
|
|
646
|
+
"one": { "value": [{ "type": 0, "value": "È possibile aggiungere al massimo 1 altro tag." }] },
|
|
647
|
+
"other": {
|
|
648
|
+
"value": [
|
|
649
|
+
{ "type": 0, "value": "È possibile aggiungere fino a " },
|
|
650
|
+
{ "type": 1, "value": "availableTags" },
|
|
651
|
+
{ "type": 0, "value": " altri tag." }
|
|
652
|
+
]
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"offset": 0,
|
|
656
|
+
"pluralType": "cardinal"
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
"other": { "value": [] }
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
},
|
|
369
665
|
"token-group": {
|
|
370
666
|
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Mostra meno" }],
|
|
371
667
|
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Mostra altro" }]
|