thecore_ui_commons 3.3.4 → 3.3.5
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.
- checksums.yaml +4 -4
- data/config/locales/en.ra_settings.yml +5 -3
- data/config/locales/it.yml +19 -19
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b58f423320587051088f25354d36950d9d5fdb366746726e9ddbb4b3104fefd
|
|
4
|
+
data.tar.gz: ebe5d1b2767ffafd2e65058762cf8c659a81b58278d2e348c54807884fd448ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1ada14a934779f350426cbe6f55930241c6edf9ccab6a95bf48acbca4b858b3fdcd32c8d748f34be12ba32618fa8f4ec1f68b27c789ff5b570392b2b0b0e40f
|
|
7
|
+
data.tar.gz: 4db90277e3254f3d8cd5707fdef3876e3f7dea24fd61d2a586106672b4a76e59062b8c2ff9a20483ee2949d77cb43ceb4c1a56b9897e5ad5028e68beadf10a8a
|
data/config/locales/it.yml
CHANGED
|
@@ -4,45 +4,45 @@ it:
|
|
|
4
4
|
charts:
|
|
5
5
|
menu: Analisi
|
|
6
6
|
title: Grafici
|
|
7
|
-
breadcrumb: Grafici
|
|
7
|
+
breadcrumb: Grafici
|
|
8
8
|
links:
|
|
9
9
|
label: Collegamenti
|
|
10
10
|
settings:
|
|
11
11
|
label: Impostazioni
|
|
12
12
|
advanced: Avanzate
|
|
13
13
|
registries: Anagrafiche
|
|
14
|
-
operations: Operatività
|
|
14
|
+
operations: Operatività
|
|
15
15
|
tools:
|
|
16
16
|
label: "Strumenti"
|
|
17
|
-
advanced: Impostazioni
|
|
18
|
-
contact: "Aiutaci a Migliorare"
|
|
19
|
-
current_user: Utente corrente
|
|
20
|
-
dashboard: "Pagina Iniziale"
|
|
17
|
+
advanced: Impostazioni
|
|
18
|
+
contact: "Aiutaci a Migliorare"
|
|
19
|
+
current_user: Utente corrente
|
|
20
|
+
dashboard: "Pagina Iniziale"
|
|
21
21
|
devise:
|
|
22
22
|
omniauth:
|
|
23
23
|
labels:
|
|
24
|
-
entra_id:
|
|
24
|
+
entra_id:
|
|
25
25
|
html: Sign in con Microsoft <i class="fa fa-microsoft"></i>
|
|
26
|
-
google_oauth2:
|
|
26
|
+
google_oauth2:
|
|
27
27
|
html: Sign in con Google <i class="fa fa-google"></i>
|
|
28
28
|
sessions:
|
|
29
29
|
new:
|
|
30
30
|
login: Login
|
|
31
|
-
password: Password
|
|
32
|
-
dont_leve_or_drag_here: Upload in corso, si prega di non lasciare la pagina o trascinare qui altri file.
|
|
31
|
+
password: Password
|
|
32
|
+
dont_leve_or_drag_here: Upload in corso, si prega di non lasciare la pagina o trascinare qui altri file.
|
|
33
33
|
errors:
|
|
34
34
|
messages:
|
|
35
|
-
invalid: contiene caratteri
|
|
36
|
-
file_upload: Descrizione della procedura, prego aggiungere una traduzione per file_upload al
|
|
37
|
-
file_upload_subtitle: Descrizione aggiuntiva, prego aggiungere una traduzione per file_upload_subtitle al
|
|
38
|
-
hello: "Ciao Mondo"
|
|
35
|
+
invalid: contiene caratteri non validi
|
|
36
|
+
file_upload: Descrizione della procedura, prego aggiungere una traduzione per file_upload al file delle traduzioni.
|
|
37
|
+
file_upload_subtitle: Descrizione aggiuntiva, prego aggiungere una traduzione per file_upload_subtitle al file delle traduzioni.
|
|
38
|
+
hello: "Ciao Mondo"
|
|
39
39
|
import_success: Importazione completata con successo
|
|
40
40
|
loading: Caricamento
|
|
41
|
-
main_records: Anagrafiche
|
|
42
|
-
manage: "Gestione"
|
|
43
|
-
please_drag_and_drop_here: Trascinare qui i file da importare
|
|
41
|
+
main_records: Anagrafiche
|
|
42
|
+
manage: "Gestione"
|
|
43
|
+
please_drag_and_drop_here: Trascinare qui i file da importare
|
|
44
44
|
run_import: Forza l'importazione
|
|
45
|
-
sign_out: "
|
|
45
|
+
sign_out: "Esci"
|
|
46
46
|
tiered_times:
|
|
47
47
|
dd:
|
|
48
48
|
zero: "0 Giorni"
|
|
@@ -59,4 +59,4 @@ it:
|
|
|
59
59
|
ss:
|
|
60
60
|
zero: "0 Secondi"
|
|
61
61
|
one: "%{count} Secondo"
|
|
62
|
-
other: "%{count} Secondi"
|
|
62
|
+
other: "%{count} Secondi"
|