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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f3b1d3b931160459500623465f879508c7a8016e8d546ef28a1422ce8d3fa45
4
- data.tar.gz: '0858e5d038ae454a4def611ea66343b7ad928715c9573606a4fcaa9c7c59c891'
3
+ metadata.gz: 7becfe8a4e85683b9c3a7955ec56f911f4946d64821ba83084a60079d86aa2ce
4
+ data.tar.gz: a39ee7c0ad9cf5d5509b608765249e440af9684700914bf2200e84e008ef3098
5
5
  SHA512:
6
- metadata.gz: f9cc83f7e2ce4bff365bcaeb833eb4b88df8e56ead10690a5689aa92a18c65d117bc791b1836acc97650cd5cf0222833b085c055f7f75a82ee0d58282f2399c2
7
- data.tar.gz: d9c2c049d9f8fc2a61255794e1825fe660e667105f3b05ba9afad422e2f55ed3c3890075b4bcf6b2dea5b081b7c9e291c5521d0cdd64b11080ba52ff932e0720
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 considerare l'uso di 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.
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: "Si"
9
+ yes: ""
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: Logs
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: Is present
80
- is_blank: Is blank
81
- date: Date ...
82
- between_and_: Between ... and ...
83
- today: Today
84
- yesterday: Yesterday
85
- this_week: This week
86
- last_week: Last week
87
- number: Number ...
88
- contains: Contains
89
- is_exactly: Is exactly
90
- starts_with: Starts with
91
- ends_with: Ends with
92
- too_many_objects: "Too many objects, use search box above"
93
- no_objects: "No objects found"
94
- loading: "Loading..."
95
- toggle_navigation: 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
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.5.8".freeze
2
+ VERSION = "3.5.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.8
4
+ version: 3.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni