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