@alfadocs/ui-kit 0.21.0 → 0.24.0
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/dist/_chunks/{autocomplete-BxfabhZ8.js → autocomplete-C7xq06bP.js} +40 -40
- package/dist/_chunks/editable-currency-cell-renderer-DJB5MxAI.js +2349 -0
- package/dist/_chunks/locale-picker-CYBhgSHR.js +575 -0
- package/dist/_chunks/{patient-shell-DavGODt9.js → patient-shell-B164drIa.js} +40 -55
- package/dist/_chunks/settings-ca2Yi9R8.js +21 -0
- package/dist/_chunks/sun-Eweh5fvi.js +50 -0
- package/dist/_chunks/{theme-toggle-BswYl0Yp.js → theme-toggle-FrotC2VI.js} +85 -127
- package/dist/_chunks/use-locale-BkCIHujH.js +20 -0
- package/dist/_chunks/use-scroll-to-first-error-BrK7dKB_.js +55 -0
- package/dist/_chunks/{whatsapp-button-CtlLwM3M.js → whatsapp-button-DUjlWGKf.js} +26 -25
- package/dist/agent-catalog.json +59 -1
- package/dist/components/autocomplete/index.js +1 -1
- package/dist/components/data-table/filters/number-filter.d.ts +56 -0
- package/dist/components/data-table/filters/text-filter.d.ts +49 -0
- package/dist/components/data-table/index.d.ts +4 -0
- package/dist/components/data-table/index.js +25 -21
- package/dist/components/header-settings/index.js +205 -0
- package/dist/components/locale-picker/index.js +7 -0
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/components/whatsapp-button/whatsapp-button.d.ts +14 -1
- package/dist/fonts/Lexend-VF-latin-ext.woff2 +0 -0
- package/dist/fonts/Lexend-VF-latin.woff2 +0 -0
- package/dist/fonts/Lexend-VF-vietnamese.woff2 +0 -0
- package/dist/fonts/NotoSansArabic-VF-arabic.woff2 +0 -0
- package/dist/fonts/NotoSansDevanagari-VF-devanagari.woff2 +0 -0
- package/dist/hooks/index.js +29 -28
- package/dist/i18n/config.d.ts +1 -1
- package/dist/i18n/config.js +20944 -2110
- package/dist/i18n/locales/ar.d.ts +1225 -0
- package/dist/i18n/locales/de.d.ts +1225 -0
- package/dist/i18n/locales/el.d.ts +1222 -0
- package/dist/i18n/locales/es.d.ts +1222 -0
- package/dist/i18n/locales/fr.d.ts +1222 -0
- package/dist/i18n/locales/hi.d.ts +1222 -0
- package/dist/i18n/locales/ja.d.ts +1222 -0
- package/dist/i18n/locales/nl.d.ts +1222 -0
- package/dist/i18n/locales/pl.d.ts +1222 -0
- package/dist/i18n/locales/pt.d.ts +1223 -0
- package/dist/i18n/locales/ro.d.ts +1222 -0
- package/dist/i18n/locales/ru.d.ts +1222 -0
- package/dist/i18n/locales/sq.d.ts +1222 -0
- package/dist/i18n/locales/sv.d.ts +1222 -0
- package/dist/i18n/locales/tr.d.ts +1222 -0
- package/dist/i18n/locales/zh.d.ts +1222 -0
- package/dist/i18n/resources.d.ts +342 -1040
- package/dist/index.js +512 -507
- package/dist/locales/ar.json +1217 -1
- package/dist/locales/de.json +207 -13
- package/dist/locales/el.json +1217 -0
- package/dist/locales/en.json +147 -3
- package/dist/locales/es.json +1217 -0
- package/dist/locales/fr.json +1217 -0
- package/dist/locales/hi.json +1217 -0
- package/dist/locales/it.json +178 -3
- package/dist/locales/ja.json +1217 -0
- package/dist/locales/nl.json +1217 -0
- package/dist/locales/pl.json +1217 -0
- package/dist/locales/pt.json +1217 -0
- package/dist/locales/ro.json +1217 -0
- package/dist/locales/ru.json +1217 -0
- package/dist/locales/sq.json +1217 -0
- package/dist/locales/sv.json +1217 -0
- package/dist/locales/tr.json +1217 -0
- package/dist/locales/zh.json +1217 -0
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +2 -2
- package/package.json +13 -1
- package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +0 -1972
- package/dist/_chunks/use-locale-C5rS3Xon.js +0 -71
package/dist/locales/it.json
CHANGED
|
@@ -54,6 +54,9 @@
|
|
|
54
54
|
"copySuccess": "Copiato negli appunti",
|
|
55
55
|
"copyFailed": "Copia non riuscita"
|
|
56
56
|
},
|
|
57
|
+
"link": {
|
|
58
|
+
"opensInNewTab": "Si apre in una nuova scheda"
|
|
59
|
+
},
|
|
57
60
|
"inputs": {
|
|
58
61
|
"switch": {
|
|
59
62
|
"on": "Attivo",
|
|
@@ -65,6 +68,10 @@
|
|
|
65
68
|
"text": {
|
|
66
69
|
"clear": "Svuota campo"
|
|
67
70
|
},
|
|
71
|
+
"recaptcha": {
|
|
72
|
+
"expired": "Verifica scaduta — riprova.",
|
|
73
|
+
"error": "Verifica non riuscita — riprova."
|
|
74
|
+
},
|
|
68
75
|
"search": {
|
|
69
76
|
"clear": "Svuota ricerca",
|
|
70
77
|
"loading": "Ricerca in corso…",
|
|
@@ -83,6 +90,10 @@
|
|
|
83
90
|
},
|
|
84
91
|
"requirements": {
|
|
85
92
|
"length_one": "Almeno {{count}} carattere",
|
|
93
|
+
"length_zero": "Almeno {{count}} caratteri",
|
|
94
|
+
"length_two": "Almeno {{count}} caratteri",
|
|
95
|
+
"length_few": "Almeno {{count}} caratteri",
|
|
96
|
+
"length_many": "Almeno {{count}} caratteri",
|
|
86
97
|
"length_other": "Almeno {{count}} caratteri",
|
|
87
98
|
"uppercase": "Una lettera maiuscola",
|
|
88
99
|
"lowercase": "Una lettera minuscola",
|
|
@@ -95,6 +106,8 @@
|
|
|
95
106
|
},
|
|
96
107
|
"textarea": {
|
|
97
108
|
"charactersRemaining_one": "{{count}} carattere rimanente",
|
|
109
|
+
"charactersRemaining_zero": "{{count}} caratteri rimanenti",
|
|
110
|
+
"charactersRemaining_two": "{{count}} caratteri rimanenti",
|
|
98
111
|
"charactersRemaining_few": "{{count}} caratteri rimanenti",
|
|
99
112
|
"charactersRemaining_many": "{{count}} caratteri rimanenti",
|
|
100
113
|
"charactersRemaining_other": "{{count}} caratteri rimanenti"
|
|
@@ -126,8 +139,10 @@
|
|
|
126
139
|
"minReached": "Raggiunto il minimo di {{min}} selezioni",
|
|
127
140
|
"maxReached": "Raggiunto il massimo di {{max}} selezioni",
|
|
128
141
|
"counter_one": "{{count}} di {{total}} selezionato",
|
|
129
|
-
"
|
|
142
|
+
"counter_zero": "{{count}} di {{total}} selezionati",
|
|
143
|
+
"counter_two": "{{count}} di {{total}} selezionati",
|
|
130
144
|
"counter_few": "{{count}} di {{total}} selezionati",
|
|
145
|
+
"counter_other": "{{count}} di {{total}} selezionati",
|
|
131
146
|
"counter_many": "{{count}} di {{total}} selezionati"
|
|
132
147
|
},
|
|
133
148
|
"multiSelect": {
|
|
@@ -140,14 +155,20 @@
|
|
|
140
155
|
"overflow": "+{{count}} altri",
|
|
141
156
|
"selected_zero": "{{count}} selezionati",
|
|
142
157
|
"selected_one": "{{count}} selezionato",
|
|
158
|
+
"selected_two": "{{count}} selezionati",
|
|
159
|
+
"selected_few": "{{count}} selezionati",
|
|
160
|
+
"selected_many": "{{count}} selezionati",
|
|
143
161
|
"selected_other": "{{count}} selezionati"
|
|
144
162
|
},
|
|
145
163
|
"autocomplete": {
|
|
164
|
+
"ariaLabel": "Cerca",
|
|
146
165
|
"recent": "Recenti",
|
|
147
166
|
"noResults": "Nessun risultato",
|
|
148
167
|
"results_one": "{{count}} risultato",
|
|
149
|
-
"
|
|
168
|
+
"results_zero": "{{count}} risultati",
|
|
169
|
+
"results_two": "{{count}} risultati",
|
|
150
170
|
"results_few": "{{count}} risultati",
|
|
171
|
+
"results_other": "{{count}} risultati",
|
|
151
172
|
"results_many": "{{count}} risultati"
|
|
152
173
|
},
|
|
153
174
|
"phone": {
|
|
@@ -199,8 +220,10 @@
|
|
|
199
220
|
"placeholder": "Seleziona intervallo di date",
|
|
200
221
|
"rangeSummary": "Dal {{from}} al {{to}}, {{count}} giorno/i",
|
|
201
222
|
"days_one": "{{count}} giorno",
|
|
202
|
-
"
|
|
223
|
+
"days_zero": "{{count}} giorni",
|
|
224
|
+
"days_two": "{{count}} giorni",
|
|
203
225
|
"days_few": "{{count}} giorni",
|
|
226
|
+
"days_other": "{{count}} giorni",
|
|
204
227
|
"days_many": "{{count}} giorni",
|
|
205
228
|
"presets": {
|
|
206
229
|
"today": "Oggi",
|
|
@@ -289,6 +312,10 @@
|
|
|
289
312
|
},
|
|
290
313
|
"badge": {
|
|
291
314
|
"notifications_one": "{{count}} notifica",
|
|
315
|
+
"notifications_zero": "{{count}} notifiche",
|
|
316
|
+
"notifications_two": "{{count}} notifiche",
|
|
317
|
+
"notifications_few": "{{count}} notifiche",
|
|
318
|
+
"notifications_many": "{{count}} notifiche",
|
|
292
319
|
"notifications_other": "{{count}} notifiche",
|
|
293
320
|
"variant": {
|
|
294
321
|
"neutral": "Neutro",
|
|
@@ -324,6 +351,10 @@
|
|
|
324
351
|
},
|
|
325
352
|
"dataTable": {
|
|
326
353
|
"selected_one": "{{count}} riga selezionata",
|
|
354
|
+
"selected_zero": "{{count}} righe selezionate",
|
|
355
|
+
"selected_two": "{{count}} righe selezionate",
|
|
356
|
+
"selected_few": "{{count}} righe selezionate",
|
|
357
|
+
"selected_many": "{{count}} righe selezionate",
|
|
327
358
|
"selected_other": "{{count}} righe selezionate",
|
|
328
359
|
"exportCsv": "Esporta CSV",
|
|
329
360
|
"exportPdf": "Esporta PDF",
|
|
@@ -395,6 +426,36 @@
|
|
|
395
426
|
"typeaheadFilter": {
|
|
396
427
|
"placeholder": "Cerca…",
|
|
397
428
|
"clear": "Rimuovi"
|
|
429
|
+
},
|
|
430
|
+
"textFilter": {
|
|
431
|
+
"placeholder": "Cerca…",
|
|
432
|
+
"clear": "Rimuovi",
|
|
433
|
+
"apply": "Applica",
|
|
434
|
+
"operators": {
|
|
435
|
+
"contains": "Contiene",
|
|
436
|
+
"notContains": "Non contiene",
|
|
437
|
+
"equals": "Uguale",
|
|
438
|
+
"startsWith": "Inizia con",
|
|
439
|
+
"endsWith": "Finisce con"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"numberFilter": {
|
|
443
|
+
"placeholder": "Filtra…",
|
|
444
|
+
"from": "Da",
|
|
445
|
+
"to": "A",
|
|
446
|
+
"clear": "Rimuovi",
|
|
447
|
+
"apply": "Applica",
|
|
448
|
+
"operators": {
|
|
449
|
+
"equals": "Uguale",
|
|
450
|
+
"notEqual": "Diverso",
|
|
451
|
+
"greaterThan": "Maggiore di",
|
|
452
|
+
"greaterThanOrEqual": "Maggiore o uguale",
|
|
453
|
+
"lessThan": "Minore di",
|
|
454
|
+
"lessThanOrEqual": "Minore o uguale",
|
|
455
|
+
"inRange": "Nel range",
|
|
456
|
+
"blank": "Vuoto",
|
|
457
|
+
"notBlank": "Non vuoto"
|
|
458
|
+
}
|
|
398
459
|
}
|
|
399
460
|
},
|
|
400
461
|
"emptyState": {
|
|
@@ -419,6 +480,10 @@
|
|
|
419
480
|
"rating": {
|
|
420
481
|
"label": "{{value}} stelle su {{max}}",
|
|
421
482
|
"reviews_one": "{{value}} stelle · 1 opinione",
|
|
483
|
+
"reviews_zero": "{{value}} stelle · {{count}} opinioni",
|
|
484
|
+
"reviews_two": "{{value}} stelle · {{count}} opinioni",
|
|
485
|
+
"reviews_few": "{{value}} stelle · {{count}} opinioni",
|
|
486
|
+
"reviews_many": "{{value}} stelle · {{count}} opinioni",
|
|
422
487
|
"reviews_other": "{{value}} stelle · {{count}} opinioni"
|
|
423
488
|
},
|
|
424
489
|
"sparkline": {
|
|
@@ -447,6 +512,10 @@
|
|
|
447
512
|
"notificationTray": {
|
|
448
513
|
"ariaLabel": "Notifiche",
|
|
449
514
|
"triggerLabel_one": "Notifiche, {{count}} non letta",
|
|
515
|
+
"triggerLabel_zero": "Notifiche, {{count}} non lette",
|
|
516
|
+
"triggerLabel_two": "Notifiche, {{count}} non lette",
|
|
517
|
+
"triggerLabel_few": "Notifiche, {{count}} non lette",
|
|
518
|
+
"triggerLabel_many": "Notifiche, {{count}} non lette",
|
|
450
519
|
"triggerLabel_other": "Notifiche, {{count}} non lette",
|
|
451
520
|
"triggerLabelNone": "Notifiche, nessuna non letta",
|
|
452
521
|
"panelTitle": "Notifiche",
|
|
@@ -467,6 +536,10 @@
|
|
|
467
536
|
"messageTray": {
|
|
468
537
|
"ariaLabel": "Messaggi",
|
|
469
538
|
"triggerLabel_one": "Messaggi, {{count}} non letto",
|
|
539
|
+
"triggerLabel_zero": "Messaggi, {{count}} non letti",
|
|
540
|
+
"triggerLabel_two": "Messaggi, {{count}} non letti",
|
|
541
|
+
"triggerLabel_few": "Messaggi, {{count}} non letti",
|
|
542
|
+
"triggerLabel_many": "Messaggi, {{count}} non letti",
|
|
470
543
|
"triggerLabel_other": "Messaggi, {{count}} non letti",
|
|
471
544
|
"triggerLabelNone": "Messaggi, nessuno non letto",
|
|
472
545
|
"panelTitle": "Messaggi",
|
|
@@ -485,6 +558,10 @@
|
|
|
485
558
|
"subjectFragment": " — {{subject}}",
|
|
486
559
|
"unreadSuffix": ", non letto",
|
|
487
560
|
"threadCount_one": "{{count}} nuovo messaggio nella conversazione",
|
|
561
|
+
"threadCount_zero": "{{count}} nuovi messaggi nella conversazione",
|
|
562
|
+
"threadCount_two": "{{count}} nuovi messaggi nella conversazione",
|
|
563
|
+
"threadCount_few": "{{count}} nuovi messaggi nella conversazione",
|
|
564
|
+
"threadCount_many": "{{count}} nuovi messaggi nella conversazione",
|
|
488
565
|
"threadCount_other": "{{count}} nuovi messaggi nella conversazione"
|
|
489
566
|
},
|
|
490
567
|
"taskCard": {
|
|
@@ -518,8 +595,16 @@
|
|
|
518
595
|
"regionLabel": "Avvisi",
|
|
519
596
|
"listLabel": "Elenco avvisi",
|
|
520
597
|
"countChanged_one": "{{count}} avviso da rivedere",
|
|
598
|
+
"countChanged_zero": "{{count}} avvisi da rivedere",
|
|
599
|
+
"countChanged_two": "{{count}} avvisi da rivedere",
|
|
600
|
+
"countChanged_few": "{{count}} avvisi da rivedere",
|
|
601
|
+
"countChanged_many": "{{count}} avvisi da rivedere",
|
|
521
602
|
"countChanged_other": "{{count}} avvisi da rivedere",
|
|
522
603
|
"showMore_one": "Mostra {{count}} avviso in più",
|
|
604
|
+
"showMore_zero": "Mostra {{count}} avvisi in più",
|
|
605
|
+
"showMore_two": "Mostra {{count}} avvisi in più",
|
|
606
|
+
"showMore_few": "Mostra {{count}} avvisi in più",
|
|
607
|
+
"showMore_many": "Mostra {{count}} avvisi in più",
|
|
523
608
|
"showMore_other": "Mostra {{count}} avvisi in più",
|
|
524
609
|
"showLess": "Mostra meno"
|
|
525
610
|
},
|
|
@@ -547,6 +632,30 @@
|
|
|
547
632
|
"edit": "Modifica",
|
|
548
633
|
"locked": "Bloccato"
|
|
549
634
|
},
|
|
635
|
+
"stepperCalendar": {
|
|
636
|
+
"label": "Prenotazione",
|
|
637
|
+
"steps": {
|
|
638
|
+
"service": "Servizio",
|
|
639
|
+
"date": "Data",
|
|
640
|
+
"time": "Ora",
|
|
641
|
+
"details": "I tuoi dati"
|
|
642
|
+
},
|
|
643
|
+
"actions": {
|
|
644
|
+
"back": "Indietro",
|
|
645
|
+
"next": "Avanti",
|
|
646
|
+
"submit": "Conferma prenotazione"
|
|
647
|
+
},
|
|
648
|
+
"service": {
|
|
649
|
+
"duration": "{{minutes}} min"
|
|
650
|
+
},
|
|
651
|
+
"time": {
|
|
652
|
+
"empty": "Nessuno slot disponibile — prova un altro giorno"
|
|
653
|
+
},
|
|
654
|
+
"date": {
|
|
655
|
+
"previousMonth": "Mese precedente",
|
|
656
|
+
"nextMonth": "Mese successivo"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
550
659
|
"sidebar": {
|
|
551
660
|
"label": "Menu principale",
|
|
552
661
|
"collapse": "Comprimi barra laterale",
|
|
@@ -595,6 +704,28 @@
|
|
|
595
704
|
"on": "Attiva",
|
|
596
705
|
"off": "Disattiva"
|
|
597
706
|
}
|
|
707
|
+
},
|
|
708
|
+
"localePicker": {
|
|
709
|
+
"trigger": "Impostazioni lingua (attuale: {{locale}})",
|
|
710
|
+
"popupLabel": "Seleziona lingua",
|
|
711
|
+
"commandLabel": "Elenco lingue",
|
|
712
|
+
"searchPlaceholder": "Cerca lingue…",
|
|
713
|
+
"searchLabel": "Cerca lingue",
|
|
714
|
+
"empty": "Nessuna lingua trovata",
|
|
715
|
+
"currentSelection": "Selezione corrente"
|
|
716
|
+
},
|
|
717
|
+
"headerSettings": {
|
|
718
|
+
"trigger": "Impostazioni",
|
|
719
|
+
"language": {
|
|
720
|
+
"label": "Lingua"
|
|
721
|
+
},
|
|
722
|
+
"appearance": {
|
|
723
|
+
"label": "Aspetto",
|
|
724
|
+
"light": "Chiaro",
|
|
725
|
+
"dark": "Scuro",
|
|
726
|
+
"system": "Sistema",
|
|
727
|
+
"accessible": "Modalità accessibile"
|
|
728
|
+
}
|
|
598
729
|
}
|
|
599
730
|
},
|
|
600
731
|
"alia": {
|
|
@@ -605,6 +736,10 @@
|
|
|
605
736
|
"close": "Chiudi assistente",
|
|
606
737
|
"open": "Apri assistente",
|
|
607
738
|
"unseenCount_one": "{{count}} nuovo messaggio",
|
|
739
|
+
"unseenCount_zero": "{{count}} nuovi messaggi",
|
|
740
|
+
"unseenCount_two": "{{count}} nuovi messaggi",
|
|
741
|
+
"unseenCount_few": "{{count}} nuovi messaggi",
|
|
742
|
+
"unseenCount_many": "{{count}} nuovi messaggi",
|
|
608
743
|
"unseenCount_other": "{{count}} nuovi messaggi",
|
|
609
744
|
"usageLabel": "{{current}} di {{limit}} messaggi utilizzati",
|
|
610
745
|
"usageLimitReached": "Hai raggiunto il limite di messaggi",
|
|
@@ -645,6 +780,10 @@
|
|
|
645
780
|
"placeholder": "Scrivi un messaggio",
|
|
646
781
|
"attach": "Allega file",
|
|
647
782
|
"remaining_one": "{{count}} carattere rimanente",
|
|
783
|
+
"remaining_zero": "{{count}} caratteri rimanenti",
|
|
784
|
+
"remaining_two": "{{count}} caratteri rimanenti",
|
|
785
|
+
"remaining_few": "{{count}} caratteri rimanenti",
|
|
786
|
+
"remaining_many": "{{count}} caratteri rimanenti",
|
|
648
787
|
"remaining_other": "{{count}} caratteri rimanenti",
|
|
649
788
|
"sendHint": "Premi Ctrl + Invio per inviare"
|
|
650
789
|
},
|
|
@@ -672,6 +811,10 @@
|
|
|
672
811
|
"seekTo": "Vai a {{time}}",
|
|
673
812
|
"speaker": "Relatore {{name}}",
|
|
674
813
|
"matchCount_one": "{{count}} corrispondenza",
|
|
814
|
+
"matchCount_zero": "{{count}} corrispondenze",
|
|
815
|
+
"matchCount_two": "{{count}} corrispondenze",
|
|
816
|
+
"matchCount_few": "{{count}} corrispondenze",
|
|
817
|
+
"matchCount_many": "{{count}} corrispondenze",
|
|
675
818
|
"matchCount_other": "{{count}} corrispondenze",
|
|
676
819
|
"noMatches": "Nessuna corrispondenza",
|
|
677
820
|
"lowConfidence": "affidabilità bassa"
|
|
@@ -732,6 +875,10 @@
|
|
|
732
875
|
"previousDays": "Giorni precedenti",
|
|
733
876
|
"nextDays": "Giorni successivi",
|
|
734
877
|
"showMore_one": "Mostra 1 in più",
|
|
878
|
+
"showMore_zero": "Mostra {{count}} in più",
|
|
879
|
+
"showMore_two": "Mostra {{count}} in più",
|
|
880
|
+
"showMore_few": "Mostra {{count}} in più",
|
|
881
|
+
"showMore_many": "Mostra {{count}} in più",
|
|
735
882
|
"showMore_other": "Mostra {{count}} in più",
|
|
736
883
|
"noSlots": "Nessuna fascia disponibile",
|
|
737
884
|
"nextAvailable": "Prossima disponibilità",
|
|
@@ -917,12 +1064,28 @@
|
|
|
917
1064
|
},
|
|
918
1065
|
"delay": {
|
|
919
1066
|
"summary_one": "Attendi {{count}} giorno",
|
|
1067
|
+
"summary_zero": "Attendi {{count}} giorni",
|
|
1068
|
+
"summary_two": "Attendi {{count}} giorni",
|
|
1069
|
+
"summary_few": "Attendi {{count}} giorni",
|
|
1070
|
+
"summary_many": "Attendi {{count}} giorni",
|
|
920
1071
|
"summary_other": "Attendi {{count}} giorni",
|
|
921
1072
|
"days_one": "{{count}} giorno",
|
|
1073
|
+
"days_zero": "{{count}} giorni",
|
|
1074
|
+
"days_two": "{{count}} giorni",
|
|
1075
|
+
"days_few": "{{count}} giorni",
|
|
1076
|
+
"days_many": "{{count}} giorni",
|
|
922
1077
|
"days_other": "{{count}} giorni",
|
|
923
1078
|
"hours_one": "{{count}} ora",
|
|
1079
|
+
"hours_zero": "{{count}} ore",
|
|
1080
|
+
"hours_two": "{{count}} ore",
|
|
1081
|
+
"hours_few": "{{count}} ore",
|
|
1082
|
+
"hours_many": "{{count}} ore",
|
|
924
1083
|
"hours_other": "{{count}} ore",
|
|
925
1084
|
"minutes_one": "{{count}} minuto",
|
|
1085
|
+
"minutes_zero": "{{count}} minuti",
|
|
1086
|
+
"minutes_two": "{{count}} minuti",
|
|
1087
|
+
"minutes_few": "{{count}} minuti",
|
|
1088
|
+
"minutes_many": "{{count}} minuti",
|
|
926
1089
|
"minutes_other": "{{count}} minuti"
|
|
927
1090
|
},
|
|
928
1091
|
"editor": {
|
|
@@ -938,6 +1101,10 @@
|
|
|
938
1101
|
"empty": "Aggiungi la tua prima azione per iniziare a costruire la pipeline.",
|
|
939
1102
|
"enrollmentCriteria": "Criteri di iscrizione",
|
|
940
1103
|
"criteriaCount_one": "Basato su {{count}} criterio",
|
|
1104
|
+
"criteriaCount_zero": "Basato su {{count}} criteri",
|
|
1105
|
+
"criteriaCount_two": "Basato su {{count}} criteri",
|
|
1106
|
+
"criteriaCount_few": "Basato su {{count}} criteri",
|
|
1107
|
+
"criteriaCount_many": "Basato su {{count}} criteri",
|
|
941
1108
|
"criteriaCount_other": "Basato su {{count}} criteri",
|
|
942
1109
|
"noCriteria": "Nessun criterio di iscrizione impostato",
|
|
943
1110
|
"editCriteria": "Modifica criteri",
|
|
@@ -948,6 +1115,10 @@
|
|
|
948
1115
|
},
|
|
949
1116
|
"map": {
|
|
950
1117
|
"label_one": "Pipeline del workflow con {{count}} passaggio",
|
|
1118
|
+
"label_zero": "Pipeline del workflow con {{count}} passaggi",
|
|
1119
|
+
"label_two": "Pipeline del workflow con {{count}} passaggi",
|
|
1120
|
+
"label_few": "Pipeline del workflow con {{count}} passaggi",
|
|
1121
|
+
"label_many": "Pipeline del workflow con {{count}} passaggi",
|
|
951
1122
|
"label_other": "Pipeline del workflow con {{count}} passaggi",
|
|
952
1123
|
"completed": "Completato",
|
|
953
1124
|
"current": "Passaggio attuale",
|
|
@@ -959,6 +1130,10 @@
|
|
|
959
1130
|
"activeEnrollments": "Iscrizioni attive",
|
|
960
1131
|
"totalEnrollments": "Iscrizioni totali",
|
|
961
1132
|
"actions_one": "{{count}} azione",
|
|
1133
|
+
"actions_zero": "{{count}} azioni",
|
|
1134
|
+
"actions_two": "{{count}} azioni",
|
|
1135
|
+
"actions_few": "{{count}} azioni",
|
|
1136
|
+
"actions_many": "{{count}} azioni",
|
|
962
1137
|
"actions_other": "{{count}} azioni",
|
|
963
1138
|
"view": "Visualizza workflow",
|
|
964
1139
|
"edit": "Modifica workflow",
|