@cloudscape-design/components 3.0.472 → 3.0.474
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/i18n/dynamic.js +2 -0
- package/i18n/messages/all.all.js +5225 -442
- package/i18n/messages/all.all.json +5230 -470
- package/i18n/messages/all.de.js +334 -23
- package/i18n/messages/all.de.json +338 -27
- package/i18n/messages/all.en-GB.js +334 -23
- package/i18n/messages/all.en-GB.json +338 -27
- package/i18n/messages/all.en.js +334 -23
- package/i18n/messages/all.en.json +338 -27
- package/i18n/messages/all.es.js +339 -19
- package/i18n/messages/all.es.json +340 -23
- package/i18n/messages/all.fr.js +334 -23
- package/i18n/messages/all.fr.json +338 -27
- package/i18n/messages/all.id.js +318 -19
- package/i18n/messages/all.id.json +319 -23
- package/i18n/messages/all.it.js +297 -19
- package/i18n/messages/all.it.json +298 -23
- package/i18n/messages/all.ja.js +339 -19
- package/i18n/messages/all.ja.json +340 -23
- package/i18n/messages/all.ko.js +339 -17
- package/i18n/messages/all.ko.json +340 -21
- package/i18n/messages/all.pt-BR.js +334 -23
- package/i18n/messages/all.pt-BR.json +338 -27
- package/i18n/messages/all.th.d.ts +3 -0
- package/i18n/messages/all.th.js +733 -0
- package/i18n/messages/all.th.json +734 -0
- package/i18n/messages/all.tr.js +339 -19
- package/i18n/messages/all.tr.json +340 -23
- package/i18n/messages/all.zh-CN.js +339 -19
- package/i18n/messages/all.zh-CN.json +340 -23
- package/i18n/messages/all.zh-TW.js +339 -19
- package/i18n/messages/all.zh-TW.json +340 -23
- package/i18n/messages-types.d.ts +5 -2
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts +2 -3
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +2 -6
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +1 -1
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/package.json +1 -1
- package/table/table-role/grid-navigation.d.ts +1 -4
- package/table/table-role/grid-navigation.d.ts.map +1 -1
- package/table/table-role/grid-navigation.js +52 -62
- package/table/table-role/grid-navigation.js.map +1 -1
- package/table/table-role/table-role-helper.d.ts.map +1 -1
- package/table/table-role/table-role-helper.js +2 -0
- package/table/table-role/table-role-helper.js.map +1 -1
- package/table/table-role/utils.d.ts +5 -5
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +16 -28
- package/table/table-role/utils.js.map +1 -1
package/i18n/messages/all.it.js
CHANGED
|
@@ -202,6 +202,7 @@ export default {
|
|
|
202
202
|
},
|
|
203
203
|
],
|
|
204
204
|
},
|
|
205
|
+
'copy-to-clipboard': { 'i18nStrings.copyButtonText': [{ type: 0, value: 'Copia' }] },
|
|
205
206
|
'date-range-picker': {
|
|
206
207
|
'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Modalità relativa' }],
|
|
207
208
|
'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'Modalità assoluta' }],
|
|
@@ -232,37 +233,314 @@ export default {
|
|
|
232
233
|
],
|
|
233
234
|
'i18nStrings.formatRelativeRange': [
|
|
234
235
|
{
|
|
235
|
-
type:
|
|
236
|
-
value: '
|
|
236
|
+
type: 5,
|
|
237
|
+
value: 'unit',
|
|
237
238
|
options: {
|
|
238
|
-
|
|
239
|
+
second: {
|
|
239
240
|
value: [
|
|
240
|
-
{
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
241
|
+
{
|
|
242
|
+
type: 6,
|
|
243
|
+
value: 'amount',
|
|
244
|
+
options: {
|
|
245
|
+
zero: {
|
|
246
|
+
value: [
|
|
247
|
+
{ type: 0, value: 'Ultimi ' },
|
|
248
|
+
{ type: 1, value: 'amount' },
|
|
249
|
+
{ type: 0, value: ' secondi' },
|
|
250
|
+
],
|
|
251
|
+
},
|
|
252
|
+
one: { value: [{ type: 0, value: 'Ultimo secondo' }] },
|
|
253
|
+
other: {
|
|
254
|
+
value: [
|
|
255
|
+
{ type: 0, value: 'Ultimi ' },
|
|
256
|
+
{ type: 1, value: 'amount' },
|
|
257
|
+
{ type: 0, value: ' secondi' },
|
|
258
|
+
],
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
offset: 0,
|
|
262
|
+
pluralType: 'cardinal',
|
|
263
|
+
},
|
|
244
264
|
],
|
|
245
265
|
},
|
|
246
|
-
|
|
266
|
+
minute: {
|
|
267
|
+
value: [
|
|
268
|
+
{
|
|
269
|
+
type: 6,
|
|
270
|
+
value: 'amount',
|
|
271
|
+
options: {
|
|
272
|
+
zero: {
|
|
273
|
+
value: [
|
|
274
|
+
{ type: 0, value: 'Ultimi ' },
|
|
275
|
+
{ type: 1, value: 'amount' },
|
|
276
|
+
{ type: 0, value: ' minuti' },
|
|
277
|
+
],
|
|
278
|
+
},
|
|
279
|
+
one: { value: [{ type: 0, value: 'Ultimo minuto' }] },
|
|
280
|
+
other: {
|
|
281
|
+
value: [
|
|
282
|
+
{ type: 0, value: 'Ultimi ' },
|
|
283
|
+
{ type: 1, value: 'amount' },
|
|
284
|
+
{ type: 0, value: ' minuti' },
|
|
285
|
+
],
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
|
+
offset: 0,
|
|
289
|
+
pluralType: 'cardinal',
|
|
290
|
+
},
|
|
291
|
+
],
|
|
292
|
+
},
|
|
293
|
+
hour: {
|
|
294
|
+
value: [
|
|
295
|
+
{
|
|
296
|
+
type: 6,
|
|
297
|
+
value: 'amount',
|
|
298
|
+
options: {
|
|
299
|
+
zero: {
|
|
300
|
+
value: [
|
|
301
|
+
{ type: 0, value: 'Ultime ' },
|
|
302
|
+
{ type: 1, value: 'amount' },
|
|
303
|
+
{ type: 0, value: ' ore' },
|
|
304
|
+
],
|
|
305
|
+
},
|
|
306
|
+
one: { value: [{ type: 0, value: 'Ultima ora' }] },
|
|
307
|
+
other: {
|
|
308
|
+
value: [
|
|
309
|
+
{ type: 0, value: 'Ultime ' },
|
|
310
|
+
{ type: 1, value: 'amount' },
|
|
311
|
+
{ type: 0, value: ' ore' },
|
|
312
|
+
],
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
offset: 0,
|
|
316
|
+
pluralType: 'cardinal',
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
},
|
|
320
|
+
day: {
|
|
321
|
+
value: [
|
|
322
|
+
{
|
|
323
|
+
type: 6,
|
|
324
|
+
value: 'amount',
|
|
325
|
+
options: {
|
|
326
|
+
zero: {
|
|
327
|
+
value: [
|
|
328
|
+
{ type: 0, value: 'Ultimi ' },
|
|
329
|
+
{ type: 1, value: 'amount' },
|
|
330
|
+
{ type: 0, value: ' giorni' },
|
|
331
|
+
],
|
|
332
|
+
},
|
|
333
|
+
one: { value: [{ type: 0, value: 'Ultimo giorno' }] },
|
|
334
|
+
other: {
|
|
335
|
+
value: [
|
|
336
|
+
{ type: 0, value: 'Ultimi ' },
|
|
337
|
+
{ type: 1, value: 'amount' },
|
|
338
|
+
{ type: 0, value: ' giorni' },
|
|
339
|
+
],
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
offset: 0,
|
|
343
|
+
pluralType: 'cardinal',
|
|
344
|
+
},
|
|
345
|
+
],
|
|
346
|
+
},
|
|
347
|
+
week: {
|
|
348
|
+
value: [
|
|
349
|
+
{
|
|
350
|
+
type: 6,
|
|
351
|
+
value: 'amount',
|
|
352
|
+
options: {
|
|
353
|
+
zero: {
|
|
354
|
+
value: [
|
|
355
|
+
{ type: 0, value: 'Ultime ' },
|
|
356
|
+
{ type: 1, value: 'amount' },
|
|
357
|
+
{ type: 0, value: ' settimane' },
|
|
358
|
+
],
|
|
359
|
+
},
|
|
360
|
+
one: { value: [{ type: 0, value: 'Ultima settimana' }] },
|
|
361
|
+
other: {
|
|
362
|
+
value: [
|
|
363
|
+
{ type: 0, value: 'Ultime ' },
|
|
364
|
+
{ type: 1, value: 'amount' },
|
|
365
|
+
{ type: 0, value: ' settimane' },
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
offset: 0,
|
|
370
|
+
pluralType: 'cardinal',
|
|
371
|
+
},
|
|
372
|
+
],
|
|
373
|
+
},
|
|
374
|
+
month: {
|
|
375
|
+
value: [
|
|
376
|
+
{
|
|
377
|
+
type: 6,
|
|
378
|
+
value: 'amount',
|
|
379
|
+
options: {
|
|
380
|
+
zero: {
|
|
381
|
+
value: [
|
|
382
|
+
{ type: 0, value: 'Ultimi ' },
|
|
383
|
+
{ type: 1, value: 'amount' },
|
|
384
|
+
{ type: 0, value: ' mesi' },
|
|
385
|
+
],
|
|
386
|
+
},
|
|
387
|
+
one: { value: [{ type: 0, value: 'Ultimo mese' }] },
|
|
388
|
+
other: {
|
|
389
|
+
value: [
|
|
390
|
+
{ type: 0, value: 'Ultimi ' },
|
|
391
|
+
{ type: 1, value: 'amount' },
|
|
392
|
+
{ type: 0, value: ' mesi' },
|
|
393
|
+
],
|
|
394
|
+
},
|
|
395
|
+
},
|
|
396
|
+
offset: 0,
|
|
397
|
+
pluralType: 'cardinal',
|
|
398
|
+
},
|
|
399
|
+
],
|
|
400
|
+
},
|
|
401
|
+
year: {
|
|
247
402
|
value: [
|
|
248
|
-
{
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
403
|
+
{
|
|
404
|
+
type: 6,
|
|
405
|
+
value: 'amount',
|
|
406
|
+
options: {
|
|
407
|
+
zero: {
|
|
408
|
+
value: [
|
|
409
|
+
{ type: 0, value: 'Ultimi ' },
|
|
410
|
+
{ type: 1, value: 'amount' },
|
|
411
|
+
{ type: 0, value: ' anni' },
|
|
412
|
+
],
|
|
413
|
+
},
|
|
414
|
+
one: { value: [{ type: 0, value: 'Ultimo anno' }] },
|
|
415
|
+
other: {
|
|
416
|
+
value: [
|
|
417
|
+
{ type: 0, value: 'Ultimi ' },
|
|
418
|
+
{ type: 1, value: 'amount' },
|
|
419
|
+
{ type: 0, value: ' anni' },
|
|
420
|
+
],
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
offset: 0,
|
|
424
|
+
pluralType: 'cardinal',
|
|
425
|
+
},
|
|
252
426
|
],
|
|
253
427
|
},
|
|
428
|
+
other: { value: [] },
|
|
254
429
|
},
|
|
255
|
-
offset: 0,
|
|
256
|
-
pluralType: 'cardinal',
|
|
257
430
|
},
|
|
258
431
|
],
|
|
259
432
|
'i18nStrings.formatUnit': [
|
|
260
433
|
{
|
|
261
|
-
type:
|
|
262
|
-
value: '
|
|
263
|
-
options: {
|
|
264
|
-
|
|
265
|
-
|
|
434
|
+
type: 5,
|
|
435
|
+
value: 'unit',
|
|
436
|
+
options: {
|
|
437
|
+
second: {
|
|
438
|
+
value: [
|
|
439
|
+
{
|
|
440
|
+
type: 6,
|
|
441
|
+
value: 'amount',
|
|
442
|
+
options: {
|
|
443
|
+
zero: { value: [{ type: 0, value: 'secondi' }] },
|
|
444
|
+
one: { value: [{ type: 0, value: 'secondo' }] },
|
|
445
|
+
other: { value: [{ type: 0, value: 'secondi' }] },
|
|
446
|
+
},
|
|
447
|
+
offset: 0,
|
|
448
|
+
pluralType: 'cardinal',
|
|
449
|
+
},
|
|
450
|
+
],
|
|
451
|
+
},
|
|
452
|
+
minute: {
|
|
453
|
+
value: [
|
|
454
|
+
{
|
|
455
|
+
type: 6,
|
|
456
|
+
value: 'amount',
|
|
457
|
+
options: {
|
|
458
|
+
zero: { value: [{ type: 0, value: 'minuti' }] },
|
|
459
|
+
one: { value: [{ type: 0, value: 'minuto' }] },
|
|
460
|
+
other: { value: [{ type: 0, value: 'minuti' }] },
|
|
461
|
+
},
|
|
462
|
+
offset: 0,
|
|
463
|
+
pluralType: 'cardinal',
|
|
464
|
+
},
|
|
465
|
+
],
|
|
466
|
+
},
|
|
467
|
+
hour: {
|
|
468
|
+
value: [
|
|
469
|
+
{
|
|
470
|
+
type: 6,
|
|
471
|
+
value: 'amount',
|
|
472
|
+
options: {
|
|
473
|
+
zero: { value: [{ type: 0, value: 'ore' }] },
|
|
474
|
+
one: { value: [{ type: 0, value: 'ora' }] },
|
|
475
|
+
other: { value: [{ type: 0, value: 'ore' }] },
|
|
476
|
+
},
|
|
477
|
+
offset: 0,
|
|
478
|
+
pluralType: 'cardinal',
|
|
479
|
+
},
|
|
480
|
+
],
|
|
481
|
+
},
|
|
482
|
+
day: {
|
|
483
|
+
value: [
|
|
484
|
+
{
|
|
485
|
+
type: 6,
|
|
486
|
+
value: 'amount',
|
|
487
|
+
options: {
|
|
488
|
+
zero: { value: [{ type: 0, value: 'giorni' }] },
|
|
489
|
+
one: { value: [{ type: 0, value: 'giorno' }] },
|
|
490
|
+
other: { value: [{ type: 0, value: 'giorni' }] },
|
|
491
|
+
},
|
|
492
|
+
offset: 0,
|
|
493
|
+
pluralType: 'cardinal',
|
|
494
|
+
},
|
|
495
|
+
],
|
|
496
|
+
},
|
|
497
|
+
week: {
|
|
498
|
+
value: [
|
|
499
|
+
{
|
|
500
|
+
type: 6,
|
|
501
|
+
value: 'amount',
|
|
502
|
+
options: {
|
|
503
|
+
zero: { value: [{ type: 0, value: 'settimane' }] },
|
|
504
|
+
one: { value: [{ type: 0, value: 'settimana' }] },
|
|
505
|
+
other: { value: [{ type: 0, value: 'settimane' }] },
|
|
506
|
+
},
|
|
507
|
+
offset: 0,
|
|
508
|
+
pluralType: 'cardinal',
|
|
509
|
+
},
|
|
510
|
+
],
|
|
511
|
+
},
|
|
512
|
+
month: {
|
|
513
|
+
value: [
|
|
514
|
+
{
|
|
515
|
+
type: 6,
|
|
516
|
+
value: 'amount',
|
|
517
|
+
options: {
|
|
518
|
+
zero: { value: [{ type: 0, value: 'mesi' }] },
|
|
519
|
+
one: { value: [{ type: 0, value: 'mese' }] },
|
|
520
|
+
other: { value: [{ type: 0, value: 'mesi' }] },
|
|
521
|
+
},
|
|
522
|
+
offset: 0,
|
|
523
|
+
pluralType: 'cardinal',
|
|
524
|
+
},
|
|
525
|
+
],
|
|
526
|
+
},
|
|
527
|
+
year: {
|
|
528
|
+
value: [
|
|
529
|
+
{
|
|
530
|
+
type: 6,
|
|
531
|
+
value: 'amount',
|
|
532
|
+
options: {
|
|
533
|
+
zero: { value: [{ type: 0, value: 'anni' }] },
|
|
534
|
+
one: { value: [{ type: 0, value: 'anno' }] },
|
|
535
|
+
other: { value: [{ type: 0, value: 'anni' }] },
|
|
536
|
+
},
|
|
537
|
+
offset: 0,
|
|
538
|
+
pluralType: 'cardinal',
|
|
539
|
+
},
|
|
540
|
+
],
|
|
541
|
+
},
|
|
542
|
+
other: { value: [] },
|
|
543
|
+
},
|
|
266
544
|
},
|
|
267
545
|
],
|
|
268
546
|
},
|
|
@@ -201,6 +201,7 @@
|
|
|
201
201
|
}
|
|
202
202
|
]
|
|
203
203
|
},
|
|
204
|
+
"copy-to-clipboard": { "i18nStrings.copyButtonText": [{ "type": 0, "value": "Copia" }] },
|
|
204
205
|
"date-range-picker": {
|
|
205
206
|
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Modalità relativa" }],
|
|
206
207
|
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Modalità assoluta" }],
|
|
@@ -231,40 +232,314 @@
|
|
|
231
232
|
],
|
|
232
233
|
"i18nStrings.formatRelativeRange": [
|
|
233
234
|
{
|
|
234
|
-
"type":
|
|
235
|
-
"value": "
|
|
235
|
+
"type": 5,
|
|
236
|
+
"value": "unit",
|
|
236
237
|
"options": {
|
|
237
|
-
"
|
|
238
|
+
"second": {
|
|
238
239
|
"value": [
|
|
239
|
-
{
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
240
|
+
{
|
|
241
|
+
"type": 6,
|
|
242
|
+
"value": "amount",
|
|
243
|
+
"options": {
|
|
244
|
+
"zero": {
|
|
245
|
+
"value": [
|
|
246
|
+
{ "type": 0, "value": "Ultimi " },
|
|
247
|
+
{ "type": 1, "value": "amount" },
|
|
248
|
+
{ "type": 0, "value": " secondi" }
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"one": { "value": [{ "type": 0, "value": "Ultimo secondo" }] },
|
|
252
|
+
"other": {
|
|
253
|
+
"value": [
|
|
254
|
+
{ "type": 0, "value": "Ultimi " },
|
|
255
|
+
{ "type": 1, "value": "amount" },
|
|
256
|
+
{ "type": 0, "value": " secondi" }
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"offset": 0,
|
|
261
|
+
"pluralType": "cardinal"
|
|
262
|
+
}
|
|
243
263
|
]
|
|
244
264
|
},
|
|
245
|
-
"
|
|
265
|
+
"minute": {
|
|
246
266
|
"value": [
|
|
247
|
-
{
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
267
|
+
{
|
|
268
|
+
"type": 6,
|
|
269
|
+
"value": "amount",
|
|
270
|
+
"options": {
|
|
271
|
+
"zero": {
|
|
272
|
+
"value": [
|
|
273
|
+
{ "type": 0, "value": "Ultimi " },
|
|
274
|
+
{ "type": 1, "value": "amount" },
|
|
275
|
+
{ "type": 0, "value": " minuti" }
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
"one": { "value": [{ "type": 0, "value": "Ultimo minuto" }] },
|
|
279
|
+
"other": {
|
|
280
|
+
"value": [
|
|
281
|
+
{ "type": 0, "value": "Ultimi " },
|
|
282
|
+
{ "type": 1, "value": "amount" },
|
|
283
|
+
{ "type": 0, "value": " minuti" }
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"offset": 0,
|
|
288
|
+
"pluralType": "cardinal"
|
|
289
|
+
}
|
|
251
290
|
]
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
291
|
+
},
|
|
292
|
+
"hour": {
|
|
293
|
+
"value": [
|
|
294
|
+
{
|
|
295
|
+
"type": 6,
|
|
296
|
+
"value": "amount",
|
|
297
|
+
"options": {
|
|
298
|
+
"zero": {
|
|
299
|
+
"value": [
|
|
300
|
+
{ "type": 0, "value": "Ultime " },
|
|
301
|
+
{ "type": 1, "value": "amount" },
|
|
302
|
+
{ "type": 0, "value": " ore" }
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"one": { "value": [{ "type": 0, "value": "Ultima ora" }] },
|
|
306
|
+
"other": {
|
|
307
|
+
"value": [
|
|
308
|
+
{ "type": 0, "value": "Ultime " },
|
|
309
|
+
{ "type": 1, "value": "amount" },
|
|
310
|
+
{ "type": 0, "value": " ore" }
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"offset": 0,
|
|
315
|
+
"pluralType": "cardinal"
|
|
316
|
+
}
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"day": {
|
|
320
|
+
"value": [
|
|
321
|
+
{
|
|
322
|
+
"type": 6,
|
|
323
|
+
"value": "amount",
|
|
324
|
+
"options": {
|
|
325
|
+
"zero": {
|
|
326
|
+
"value": [
|
|
327
|
+
{ "type": 0, "value": "Ultimi " },
|
|
328
|
+
{ "type": 1, "value": "amount" },
|
|
329
|
+
{ "type": 0, "value": " giorni" }
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
"one": { "value": [{ "type": 0, "value": "Ultimo giorno" }] },
|
|
333
|
+
"other": {
|
|
334
|
+
"value": [
|
|
335
|
+
{ "type": 0, "value": "Ultimi " },
|
|
336
|
+
{ "type": 1, "value": "amount" },
|
|
337
|
+
{ "type": 0, "value": " giorni" }
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"offset": 0,
|
|
342
|
+
"pluralType": "cardinal"
|
|
343
|
+
}
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"week": {
|
|
347
|
+
"value": [
|
|
348
|
+
{
|
|
349
|
+
"type": 6,
|
|
350
|
+
"value": "amount",
|
|
351
|
+
"options": {
|
|
352
|
+
"zero": {
|
|
353
|
+
"value": [
|
|
354
|
+
{ "type": 0, "value": "Ultime " },
|
|
355
|
+
{ "type": 1, "value": "amount" },
|
|
356
|
+
{ "type": 0, "value": " settimane" }
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"one": { "value": [{ "type": 0, "value": "Ultima settimana" }] },
|
|
360
|
+
"other": {
|
|
361
|
+
"value": [
|
|
362
|
+
{ "type": 0, "value": "Ultime " },
|
|
363
|
+
{ "type": 1, "value": "amount" },
|
|
364
|
+
{ "type": 0, "value": " settimane" }
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"offset": 0,
|
|
369
|
+
"pluralType": "cardinal"
|
|
370
|
+
}
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"month": {
|
|
374
|
+
"value": [
|
|
375
|
+
{
|
|
376
|
+
"type": 6,
|
|
377
|
+
"value": "amount",
|
|
378
|
+
"options": {
|
|
379
|
+
"zero": {
|
|
380
|
+
"value": [
|
|
381
|
+
{ "type": 0, "value": "Ultimi " },
|
|
382
|
+
{ "type": 1, "value": "amount" },
|
|
383
|
+
{ "type": 0, "value": " mesi" }
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
"one": { "value": [{ "type": 0, "value": "Ultimo mese" }] },
|
|
387
|
+
"other": {
|
|
388
|
+
"value": [
|
|
389
|
+
{ "type": 0, "value": "Ultimi " },
|
|
390
|
+
{ "type": 1, "value": "amount" },
|
|
391
|
+
{ "type": 0, "value": " mesi" }
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"offset": 0,
|
|
396
|
+
"pluralType": "cardinal"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"year": {
|
|
401
|
+
"value": [
|
|
402
|
+
{
|
|
403
|
+
"type": 6,
|
|
404
|
+
"value": "amount",
|
|
405
|
+
"options": {
|
|
406
|
+
"zero": {
|
|
407
|
+
"value": [
|
|
408
|
+
{ "type": 0, "value": "Ultimi " },
|
|
409
|
+
{ "type": 1, "value": "amount" },
|
|
410
|
+
{ "type": 0, "value": " anni" }
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"one": { "value": [{ "type": 0, "value": "Ultimo anno" }] },
|
|
414
|
+
"other": {
|
|
415
|
+
"value": [
|
|
416
|
+
{ "type": 0, "value": "Ultimi " },
|
|
417
|
+
{ "type": 1, "value": "amount" },
|
|
418
|
+
{ "type": 0, "value": " anni" }
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"offset": 0,
|
|
423
|
+
"pluralType": "cardinal"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
"other": { "value": [] }
|
|
428
|
+
}
|
|
256
429
|
}
|
|
257
430
|
],
|
|
258
431
|
"i18nStrings.formatUnit": [
|
|
259
432
|
{
|
|
260
|
-
"type":
|
|
261
|
-
"value": "
|
|
433
|
+
"type": 5,
|
|
434
|
+
"value": "unit",
|
|
262
435
|
"options": {
|
|
263
|
-
"
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
436
|
+
"second": {
|
|
437
|
+
"value": [
|
|
438
|
+
{
|
|
439
|
+
"type": 6,
|
|
440
|
+
"value": "amount",
|
|
441
|
+
"options": {
|
|
442
|
+
"zero": { "value": [{ "type": 0, "value": "secondi" }] },
|
|
443
|
+
"one": { "value": [{ "type": 0, "value": "secondo" }] },
|
|
444
|
+
"other": { "value": [{ "type": 0, "value": "secondi" }] }
|
|
445
|
+
},
|
|
446
|
+
"offset": 0,
|
|
447
|
+
"pluralType": "cardinal"
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
"minute": {
|
|
452
|
+
"value": [
|
|
453
|
+
{
|
|
454
|
+
"type": 6,
|
|
455
|
+
"value": "amount",
|
|
456
|
+
"options": {
|
|
457
|
+
"zero": { "value": [{ "type": 0, "value": "minuti" }] },
|
|
458
|
+
"one": { "value": [{ "type": 0, "value": "minuto" }] },
|
|
459
|
+
"other": { "value": [{ "type": 0, "value": "minuti" }] }
|
|
460
|
+
},
|
|
461
|
+
"offset": 0,
|
|
462
|
+
"pluralType": "cardinal"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"hour": {
|
|
467
|
+
"value": [
|
|
468
|
+
{
|
|
469
|
+
"type": 6,
|
|
470
|
+
"value": "amount",
|
|
471
|
+
"options": {
|
|
472
|
+
"zero": { "value": [{ "type": 0, "value": "ore" }] },
|
|
473
|
+
"one": { "value": [{ "type": 0, "value": "ora" }] },
|
|
474
|
+
"other": { "value": [{ "type": 0, "value": "ore" }] }
|
|
475
|
+
},
|
|
476
|
+
"offset": 0,
|
|
477
|
+
"pluralType": "cardinal"
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
"day": {
|
|
482
|
+
"value": [
|
|
483
|
+
{
|
|
484
|
+
"type": 6,
|
|
485
|
+
"value": "amount",
|
|
486
|
+
"options": {
|
|
487
|
+
"zero": { "value": [{ "type": 0, "value": "giorni" }] },
|
|
488
|
+
"one": { "value": [{ "type": 0, "value": "giorno" }] },
|
|
489
|
+
"other": { "value": [{ "type": 0, "value": "giorni" }] }
|
|
490
|
+
},
|
|
491
|
+
"offset": 0,
|
|
492
|
+
"pluralType": "cardinal"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"week": {
|
|
497
|
+
"value": [
|
|
498
|
+
{
|
|
499
|
+
"type": 6,
|
|
500
|
+
"value": "amount",
|
|
501
|
+
"options": {
|
|
502
|
+
"zero": { "value": [{ "type": 0, "value": "settimane" }] },
|
|
503
|
+
"one": { "value": [{ "type": 0, "value": "settimana" }] },
|
|
504
|
+
"other": { "value": [{ "type": 0, "value": "settimane" }] }
|
|
505
|
+
},
|
|
506
|
+
"offset": 0,
|
|
507
|
+
"pluralType": "cardinal"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"month": {
|
|
512
|
+
"value": [
|
|
513
|
+
{
|
|
514
|
+
"type": 6,
|
|
515
|
+
"value": "amount",
|
|
516
|
+
"options": {
|
|
517
|
+
"zero": { "value": [{ "type": 0, "value": "mesi" }] },
|
|
518
|
+
"one": { "value": [{ "type": 0, "value": "mese" }] },
|
|
519
|
+
"other": { "value": [{ "type": 0, "value": "mesi" }] }
|
|
520
|
+
},
|
|
521
|
+
"offset": 0,
|
|
522
|
+
"pluralType": "cardinal"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
},
|
|
526
|
+
"year": {
|
|
527
|
+
"value": [
|
|
528
|
+
{
|
|
529
|
+
"type": 6,
|
|
530
|
+
"value": "amount",
|
|
531
|
+
"options": {
|
|
532
|
+
"zero": { "value": [{ "type": 0, "value": "anni" }] },
|
|
533
|
+
"one": { "value": [{ "type": 0, "value": "anno" }] },
|
|
534
|
+
"other": { "value": [{ "type": 0, "value": "anni" }] }
|
|
535
|
+
},
|
|
536
|
+
"offset": 0,
|
|
537
|
+
"pluralType": "cardinal"
|
|
538
|
+
}
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
"other": { "value": [] }
|
|
542
|
+
}
|
|
268
543
|
}
|
|
269
544
|
]
|
|
270
545
|
},
|