Sha256: 04f5ad9cf8fee97612de0fc8b5c2d41623320943b9c4bb16c23149fd5c7ec0c6

Contents?: true

Size: 1.41 KB

Versions: 13

Compression:

Stored size: 1.41 KB

Contents

it:
  activerecord:
    models:
      user:
        one: Utente
        other: Utenti
      role:
        one: Ruolo
        other: Ruoli
      permission:
        one: Permesso
        other: Permessi
    attributes:
      user:
        email: E-Mail
        code: Codice
        roles: Ruoli
        admin: Amministratore?
        created_at: Data di Creazione
        locked: Bloccato?
        third_party: Ente Terzo?
        password: Password
        password_confirmation: Conferma Password
      role:
        users: Utenti
        name: Ruolo
        permissions: Permessi
        created_at: Data di creazione
        updated_at: Ultimo aggiornamento
      permission:
        predicate: Predicato
        action: Azione
        model: Modello
    descriptions:
      user: In questa sezione dell'applicazione potete cercare nella lista degli utenti in diversi modi usando i filtri o ordinare la lista secondo diversi campi.
      role: In questa sezione si possono creare dei ruoli da usare nell'RBAC gestito dai file abilities, per definire le autorizzazioni CRUD e non solo.
      permission: Il predicato definisce se è un permesso di poter fare o non fare, l'azione è il tipo definisce cosa si possa fare o non fare, mentre il modello definisce su chi.
  permissions:
    predicates:
      can: Può
      cannot: Non può
    actions:
      manage: Gestire
      read: Leggere
      update: Modificare
      destroy: Eliminare

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
thecore_auth_commons-3.2.2 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.2.1 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.7 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.5 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.4 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.3 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.2 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.1 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.1.0 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.0.13 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.0.12 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.0.11 config/locales/it.thecore_auth_commons.yml
thecore_auth_commons-3.0.10 config/locales/it.thecore_auth_commons.yml