thecore_ui_rails_admin 3.5.8 → 3.5.9
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/it.thecore_ui_ra.yml +23 -23
- data/lib/thecore_ui_rails_admin/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: 7becfe8a4e85683b9c3a7955ec56f911f4946d64821ba83084a60079d86aa2ce
|
|
4
|
+
data.tar.gz: a39ee7c0ad9cf5d5509b608765249e440af9684700914bf2200e84e008ef3098
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9d8650fc010b9738d72fcd237a37dfd1630419b867b6ce0d2361a970bc6df4930ceae9928fc9fb089a8b51ffe5530dcad8d889c90fdabe5f46118befb9fd4e4
|
|
7
|
+
data.tar.gz: 7fd7bf1913a6b00dffe9548aa9e4327b29b62ebf30048376380c4a589624a7b7c8ac606f85952b38430728f381745d077ed6079c36249355e73648f1587fa2cb
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
it:
|
|
2
|
-
active_record_range_error: "ActiveRecord::RangeError: Questo potrebbe essere dovuto a un valore fuori intervallo. Si prega di
|
|
3
|
-
are_you_sure: Sei sicuro? Questa operazione, se eseguita su una grande
|
|
2
|
+
active_record_range_error: "ActiveRecord::RangeError: Questo potrebbe essere dovuto a un valore fuori intervallo. Si prega di usare filtri specifici sugli attributi per restringere la query."
|
|
3
|
+
are_you_sure: Sei sicuro? Questa operazione, se eseguita su una grande quantità di dati, può bloccare il server.
|
|
4
4
|
export: Esporta
|
|
5
5
|
export_all: Esporta Tutti
|
|
6
6
|
export_found: Esporta i Filtrati
|
|
7
7
|
export_selected: Esporta i Selezionati
|
|
8
8
|
delete_selected: Elimina i Selezionati
|
|
9
|
-
yes: "
|
|
9
|
+
yes: "Sì"
|
|
10
10
|
no: "No"
|
|
11
11
|
error: Errore
|
|
12
12
|
question: Domanda
|
|
@@ -41,7 +41,7 @@ it:
|
|
|
41
41
|
breadcrumb: Cambia Password
|
|
42
42
|
menu: Cambia Password
|
|
43
43
|
success: La tua password è stata cambiata con successo
|
|
44
|
-
error: Attenzione! %{errors}
|
|
44
|
+
error: "Attenzione! %{errors}"
|
|
45
45
|
save_filters:
|
|
46
46
|
success: Filtri salvati con successo
|
|
47
47
|
error: Errore durante il salvataggio dei filtri
|
|
@@ -58,7 +58,7 @@ it:
|
|
|
58
58
|
_all: Tutti
|
|
59
59
|
flash:
|
|
60
60
|
error: "Impossibile eseguire l'azione %{action} (%{name})"
|
|
61
|
-
model_not_found: Impossibile trovare il modello '%{model}'
|
|
61
|
+
model_not_found: "Impossibile trovare il modello '%{model}'"
|
|
62
62
|
noaction: Impossibile eseguire l'azione
|
|
63
63
|
object_not_found: "Impossibile trovare il modello %{model} con id '%{id}'"
|
|
64
64
|
successful: "Azione eseguita con successo: %{action} (%{name})"
|
|
@@ -66,7 +66,7 @@ it:
|
|
|
66
66
|
advanced:
|
|
67
67
|
label: Avanzate
|
|
68
68
|
logs:
|
|
69
|
-
label:
|
|
69
|
+
label: Log
|
|
70
70
|
registries:
|
|
71
71
|
label: Anagrafiche
|
|
72
72
|
operations:
|
|
@@ -76,20 +76,20 @@ it:
|
|
|
76
76
|
js:
|
|
77
77
|
true: Vero
|
|
78
78
|
false: Falso
|
|
79
|
-
is_present:
|
|
80
|
-
is_blank:
|
|
81
|
-
date:
|
|
82
|
-
between_and_:
|
|
83
|
-
today:
|
|
84
|
-
yesterday:
|
|
85
|
-
this_week:
|
|
86
|
-
last_week:
|
|
87
|
-
number:
|
|
88
|
-
contains:
|
|
89
|
-
is_exactly:
|
|
90
|
-
starts_with:
|
|
91
|
-
ends_with:
|
|
92
|
-
too_many_objects: "
|
|
93
|
-
no_objects: "
|
|
94
|
-
loading: "
|
|
95
|
-
toggle_navigation:
|
|
79
|
+
is_present: È presente
|
|
80
|
+
is_blank: È vuoto
|
|
81
|
+
date: Data...
|
|
82
|
+
between_and_: Tra... e...
|
|
83
|
+
today: Oggi
|
|
84
|
+
yesterday: Ieri
|
|
85
|
+
this_week: Questa settimana
|
|
86
|
+
last_week: La settimana scorsa
|
|
87
|
+
number: Numero...
|
|
88
|
+
contains: Contiene
|
|
89
|
+
is_exactly: È esattamente
|
|
90
|
+
starts_with: Inizia con
|
|
91
|
+
ends_with: Termina con
|
|
92
|
+
too_many_objects: "Troppi oggetti, usa il campo di ricerca sopra"
|
|
93
|
+
no_objects: "Nessun oggetto trovato"
|
|
94
|
+
loading: "Caricamento..."
|
|
95
|
+
toggle_navigation: Mostra/Nascondi navigazione
|