lato_core 1.1.3 → 1.1.4
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/lang/default.yml +61 -0
- data/lang/en.yml +61 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fb7a358b1909e82ef4fa43cfc1de23c7b621eac
|
|
4
|
+
data.tar.gz: 68f037cb514630e032f7b395e644fc573767a281
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ebe6c3b45a65df5aee321005052bdb7afe21d3dc1253742aa350f8dcc8b7745f29266fa8dca6a1e5f47bc9b62168e206d12778787a90b7cc96363d067e7841c
|
|
7
|
+
data.tar.gz: 4995a8de37d5ae175ecb33f806fed0927e6950b2a963da2151c58c0cd0148a584745269b409147254db450384669bb13c4ae94594c00c1697ad1b4a0737d0f64
|
data/lang/default.yml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# WELCOME MESSAGE
|
|
2
|
+
welcome: Benvenuto nel pannello di amministrazione Lato
|
|
3
|
+
dashboard: Lato è un pannello di amministrazione per software gestionali e applicativi web semplice da utilzzare e facilmente mantenibile. Utilizza la sidebar per navigare nelle sezioni del pannello.
|
|
4
|
+
|
|
5
|
+
# VOCABOLARY
|
|
6
|
+
vocabolary:
|
|
7
|
+
dashboard: Dashboard
|
|
8
|
+
users: Utenti
|
|
9
|
+
name: Nome
|
|
10
|
+
username: Username
|
|
11
|
+
email: Email
|
|
12
|
+
permission: Permessi
|
|
13
|
+
password: Password
|
|
14
|
+
password_confirmation: Conferma password
|
|
15
|
+
edit: Modifica utente
|
|
16
|
+
new: Nuovo utente
|
|
17
|
+
save: Salva
|
|
18
|
+
send: Invia
|
|
19
|
+
login: Login
|
|
20
|
+
password_forget: Password dimenticata
|
|
21
|
+
|
|
22
|
+
# FORMS
|
|
23
|
+
forms:
|
|
24
|
+
base_informations: Informazioni base
|
|
25
|
+
user_password: Password dell'utente
|
|
26
|
+
password_edit_settings: Lasciare il campo vuoto per non modificare la password
|
|
27
|
+
|
|
28
|
+
# SUPERUSERS
|
|
29
|
+
superusers:
|
|
30
|
+
not_found: L'utente cercato non esiste
|
|
31
|
+
success_create: L'utente è stato creato con successo
|
|
32
|
+
failed_create: L'utente non è stato creato poichè alcuni dati non sono stati inseriti o non sono corretti
|
|
33
|
+
permission_create: Non puoi creare un utente con permessi superiori ai tuoi
|
|
34
|
+
success_update: L'utente è stato modificato correttamente
|
|
35
|
+
failed_update: L'utente non è stato modificato poichè alcuni dati non sono stati inseriti o non sono corretti
|
|
36
|
+
permission_update: Non puoi modificare un utente con permessi superiori o uguali ai tuoi
|
|
37
|
+
level_update: Non puoi aumentarti il livello da solo. Per farlo devi chiedere ad un utente con permessi maggiori
|
|
38
|
+
admin_update: L'utente amministratore non può essere modificato da nessuno
|
|
39
|
+
success_destroy: L'utente è stato eliminato correttamente
|
|
40
|
+
failed_destroy: L'utente non è stato eliminato a causa di un errore
|
|
41
|
+
itself_destroy: Non puoi eliminare te stesso
|
|
42
|
+
permission_destroy: Non puoi eliminare un utente con permessi superiori o uguali ai tuoi
|
|
43
|
+
login_error: Username o password errati
|
|
44
|
+
|
|
45
|
+
# RECOVER_PASSWORD
|
|
46
|
+
recover_password:
|
|
47
|
+
recover_guide: Inserisci il tuo indirizzo email. Riceverai un nuovo messaggio che ti guiderà alla registrazione di una nuova password.
|
|
48
|
+
recover_guide_psw: Inserisci la nuova password due volte per aggiornare i tuoi dati di accesso
|
|
49
|
+
confirm_send: Un email è stata inviata al tuo indirizzo
|
|
50
|
+
email_subject: Recupero password dimenticata
|
|
51
|
+
email_intestation: Abbiamo ricevuto una richiesta di recupero password per questo indirizzo email
|
|
52
|
+
email_guide: Se non ha richiesto il recupero della password ignori questa email. Per creare una nuova password segua il seguente link. Il link ha una validità massima di 24 ore.
|
|
53
|
+
recover_error_user: L'utente per il quale recuperare la password non esiste
|
|
54
|
+
recover_error_token: Il token di sicurezza non risulta avere il formato corretto
|
|
55
|
+
recover_error_token_time: Il token di sicurezza risulta scaduto. Richiedi nuovamente il recupero della password
|
|
56
|
+
recover_error: Il recupero non è avvenuto a causa di un errore
|
|
57
|
+
recover_success: L'aggiornamento della password è avvenuto correttamente
|
|
58
|
+
|
|
59
|
+
# MAILERS
|
|
60
|
+
mailers:
|
|
61
|
+
notify_subject: Nuova notifica da
|
data/lang/en.yml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# WELCOME MESSAGE
|
|
2
|
+
welcome: Welcome to the Lato admin panel
|
|
3
|
+
dashboard: Made with love by Lato team
|
|
4
|
+
|
|
5
|
+
# VOCABOLARY
|
|
6
|
+
vocabolary:
|
|
7
|
+
dashboard: Dashboard
|
|
8
|
+
users: Admins
|
|
9
|
+
name: Name
|
|
10
|
+
username: Username
|
|
11
|
+
email: Email
|
|
12
|
+
permission: Permission
|
|
13
|
+
password: Password
|
|
14
|
+
password_confirmation: Password confirm
|
|
15
|
+
edit: Modify admin
|
|
16
|
+
new: New admin
|
|
17
|
+
save: Save
|
|
18
|
+
send: Send
|
|
19
|
+
login: Login
|
|
20
|
+
password_forget: Forgotten password
|
|
21
|
+
|
|
22
|
+
# FORMS
|
|
23
|
+
forms:
|
|
24
|
+
base_informations: Base information
|
|
25
|
+
user_password: Admin password
|
|
26
|
+
password_edit_settings: Leave empty if you don't want to change it
|
|
27
|
+
|
|
28
|
+
# SUPERUSERS
|
|
29
|
+
superusers:
|
|
30
|
+
not_found: Admin not found
|
|
31
|
+
success_create: Admin created
|
|
32
|
+
failed_create: Admin was not possibile to create
|
|
33
|
+
permission_create: You cannot create ad Admin with higher permission level than yours
|
|
34
|
+
success_update: The admin was successfully created
|
|
35
|
+
failed_update: Error on update
|
|
36
|
+
permission_update: You can't update this admin
|
|
37
|
+
level_update: You can't update your permission to an higher level
|
|
38
|
+
admin_update: The real admin is untouchable
|
|
39
|
+
success_destroy: Admin deleted
|
|
40
|
+
failed_destroy: Admin delete failed
|
|
41
|
+
itself_destroy: You can't delete your self
|
|
42
|
+
permission_destroy: You can't delete this admin
|
|
43
|
+
login_error: Username or password was wrong
|
|
44
|
+
|
|
45
|
+
# RECOVER_PASSWORD
|
|
46
|
+
recover_password:
|
|
47
|
+
recover_guide: Insert your email address. You will receive there a password reset message.
|
|
48
|
+
recover_guide_psw: Insert twice your password
|
|
49
|
+
confirm_send: Email was sent. Check your inbox!
|
|
50
|
+
email_subject: Recover forgotten password
|
|
51
|
+
email_intestation: Recover now your password
|
|
52
|
+
email_guide: Follow this link to recover your password. This link will be active for 24 hours.
|
|
53
|
+
recover_error_user: The user was not found
|
|
54
|
+
recover_error_token: Token is not valid
|
|
55
|
+
recover_error_token_time: Token expired
|
|
56
|
+
recover_error: Something went wrong
|
|
57
|
+
recover_success: Your password was resetted
|
|
58
|
+
|
|
59
|
+
# MAILERS
|
|
60
|
+
mailers:
|
|
61
|
+
notify_subject: New message from
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lato_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregorio Galante, Antonio Dal Cin, Riccardo Zanutta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -74,6 +74,8 @@ files:
|
|
|
74
74
|
- config/initializers/ram.rb
|
|
75
75
|
- config/routes.rb
|
|
76
76
|
- db/migrate/20160224181217_create_lato_core_superusers.rb
|
|
77
|
+
- lang/default.yml
|
|
78
|
+
- lang/en.yml
|
|
77
79
|
- lib/lato_core.rb
|
|
78
80
|
- lib/lato_core/engine.rb
|
|
79
81
|
- lib/lato_core/interface.rb
|