config/locales/it.yml in activeadmin-2.7.0 vs config/locales/it.yml in activeadmin-2.8.0

- old
+ new

@@ -1,6 +1,22 @@ it: + activerecord: + models: + comment: + one: "Commento" + other: "Commenti" + active_admin/comment: + one: "Commento" + other: "Commenti" + attributes: + active_admin/comment: + author_type: "Tipo di Autore" + body: "Corpo" + created_at: "Creato il" + namespace: "Namespace" + resource_type: "Tipo di risorsa" + updated_at: "Aggiornato il" active_admin: dashboard: Dashboard dashboard_welcome: welcome: "Benvenuti in Active Admin. Questa รจ la pagina dashboard di default." call_to_action: "Per aggiungere sezioni alla dashboard controlla il file 'app/admin/dashboard.rb'" @@ -35,9 +51,11 @@ less_than: "Minore di" gteq_datetime: "Maggiore o uguale a" lteq_datetime: "Minore o uguale a" from: "Da" to: "A" + scopes: + all: "Tutti" search_status: headline: "Situazione filtri:" current_scope: "Contesto selezionato:" current_filters: "Filtri attivi:" no_current_filters: "Nessuno"