devise-i18n-views 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/devise-i18n-views.gemspec +3 -3
- data/locales/bg.yml +0 -48
- data/locales/ca.yml +0 -46
- data/locales/cs.yml +0 -46
- data/locales/da-DK.yml +0 -46
- data/locales/de.yml +0 -48
- data/locales/en.yml +0 -48
- data/locales/es-AR.yml +0 -46
- data/locales/es-ES.yml +0 -46
- data/locales/es.yml +0 -46
- data/locales/fi.yml +0 -46
- data/locales/fr.yml +0 -48
- data/locales/hu.yml +0 -46
- data/locales/it.yml +0 -46
- data/locales/ja.yml +0 -46
- data/locales/nb.yml +0 -46
- data/locales/nl.yml +0 -46
- data/locales/pl.yml +0 -46
- data/locales/pt-BR.yml +0 -46
- data/locales/pt-PT.yml +0 -46
- data/locales/ru.yml +0 -46
- data/locales/sk.yml +0 -46
- data/locales/tr.yml +0 -46
- data/locales/zh-CN.yml +0 -46
- data/locales/zh-TW.yml +0 -46
- metadata +2 -2
data/locales/es-AR.yml
CHANGED
@@ -3,9 +3,7 @@ es-AR:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ es-AR:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Confirmar mi cuenta
|
34
19
|
greeting: Bienvenido %{recipient}!
|
35
20
|
instruction: 'Puedes confirmar tu cuenta a través del siguiente enlace:'
|
36
|
-
subject: Instrucciones de confirmación
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Cambiar mi contraseña
|
39
23
|
greeting: Hola %{recipient}!
|
40
24
|
instruction: Alguien ha solicitado cambiar tu contraseña, puedes hacerlo a través del siguiente enlace.
|
41
25
|
instruction_2: Si no solicitaste esto, por favor ignora este e-mail.
|
42
26
|
instruction_3: Tu contraseña no cambiará hasta que accedas al siguiente enlace y crees una nueva.
|
43
|
-
subject: Instrucciones para cambiar tu contraseña
|
44
27
|
unlock_instructions:
|
45
28
|
action: Desbloquear mi cuenta
|
46
29
|
greeting: Hola %{recipient}!
|
47
30
|
instruction: 'Haz click en el siguiente enlace para desbloquear tu contraseña:'
|
48
31
|
message: Tu cuenta ha sido bloqueada debido a un excesivo número de intentos inválidos de acceso.
|
49
|
-
subject: Instrucciones de desbloqueo
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password:
|
@@ -59,13 +38,7 @@ es-AR:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: Olvidaste tu contraseña?
|
61
40
|
send_me_reset_password_instructions: Enviar instrucciones para resetear la contraseña
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: Estás seguro/a?
|
71
44
|
cancel_my_account: Cancelar mi cuenta
|
@@ -77,17 +50,9 @@ es-AR:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: necesitamos tu contraseña actual para confirmar tus cambios
|
78
51
|
new:
|
79
52
|
sign_up: Registrarse
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Ingresar
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ es-AR:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Reenviar instrucciones de desbloqueo
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|
data/locales/es-ES.yml
CHANGED
@@ -3,9 +3,7 @@ es-ES:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ es-ES:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Confirmar mi cuenta
|
34
19
|
greeting: "¡Bienvenid@ %{recipient}!"
|
35
20
|
instruction: 'Puedes confirmar el email de tu cuenta a través de este enlace:'
|
36
|
-
subject: Instrucciones de confirmación
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Cambiar mi contraseña
|
39
23
|
greeting: "¡Hola %{recipient}!"
|
40
24
|
instruction: Alguien ha solicitado un enlace para cambiar tu contraseña, lo que se puede realizar con el siguiente enlace.
|
41
25
|
instruction_2: Si tú no lo has solicitado, por favor ignora este email.
|
42
26
|
instruction_3: Tu contraseña no será cambiada hasta que accedas al enlace y crees una nueva.
|
43
|
-
subject: Instrucciones para resetear la contraseña
|
44
27
|
unlock_instructions:
|
45
28
|
action: Desbloquear mi cuenta
|
46
29
|
greeting: "¡Hola %{recipient}!"
|
47
30
|
instruction: 'Haz click en el siguiente enlace para desbloquear tu cuenta:'
|
48
31
|
message: Tu cuenta se ha bloqueado debido a una cantidad excesiva de intentos fallidos para acceder.
|
49
|
-
subject: Instrucciones de desbloqueo
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password: Cambiar mi contraseña
|
@@ -59,13 +38,7 @@ es-ES:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: "¿Olvidaste tu contraseña?"
|
61
40
|
send_me_reset_password_instructions: Enviar las instrucciones para resetear mi contraseña
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: "¿Estás segur@?"
|
71
44
|
cancel_my_account: Cancelar mi cuenta
|
@@ -77,17 +50,9 @@ es-ES:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: necesitamos tu contraseña actual para confirmar los cambios
|
78
51
|
new:
|
79
52
|
sign_up: Registrarse
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Iniciar sesión
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ es-ES:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Reenviar instrucciones de desbloqueo
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|
data/locales/es.yml
CHANGED
@@ -3,9 +3,7 @@ es:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ es:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Confirmar mi cuenta
|
34
19
|
greeting: "¡Bienvenido %{recipient}!"
|
35
20
|
instruction: 'Usted puede confirmar el correo electrónico de su cuenta a través de este enlace:'
|
36
|
-
subject: Instrucciones de confirmación
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Cambiar mi contraseña
|
39
23
|
greeting: "¡Hola %{recipient}!"
|
40
24
|
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar con el siguiente enlace.
|
41
25
|
instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
|
42
26
|
instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree uno nuevo.
|
43
|
-
subject: Instrucciones para resetear contraseña
|
44
27
|
unlock_instructions:
|
45
28
|
action: Desbloquear mi cuenta
|
46
29
|
greeting: "¡Hola %{recipient}!"
|
47
30
|
instruction: 'Haga click en el siguiente enlace para desbloquear su cuenta:'
|
48
31
|
message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
|
49
|
-
subject: Instrucciones de desbloqueo
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password:
|
@@ -59,13 +38,7 @@ es:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: "¿Ha olvidado su contraseña?"
|
61
40
|
send_me_reset_password_instructions: Envíeme las instrucciones para resetear mi contraseña
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: "¿Está usted seguro?"
|
71
44
|
cancel_my_account: Anular mi cuenta
|
@@ -77,17 +50,9 @@ es:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
|
78
51
|
new:
|
79
52
|
sign_up: Registrarse
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Iniciar sésion
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ es:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Reenviar instrucciones para desbloquear
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|
data/locales/fi.yml
CHANGED
@@ -3,9 +3,7 @@ fi:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ fi:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Uudelleenlähetä vahvistusohjeet
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Vahvista tilini
|
34
19
|
greeting: Tervetuloa, %{recipient}!
|
35
20
|
instruction: 'Vahvista sähköpostisi painamalla alla olevaa linkkiä:'
|
36
|
-
subject: Tilin vahvistus -ohjeet
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Vaihda salasanani
|
39
23
|
greeting: Hei, %{recipient}!
|
40
24
|
instruction: Joku on pyytänyt tilisi salasanan vaihtoa. Tämä voidaan suorittaa painamalla linkkiä alla.
|
41
25
|
instruction_2: Jos et pyytänyt tätä, älä huomioi tätä sähköpostia.
|
42
26
|
instruction_3: Salasanaasi ei vaihdeta ennen kuin painat yllä olevaa linkkiä ja syötät uuden salasanan.
|
43
|
-
subject: Salasanan vaihto -ohjeet
|
44
27
|
unlock_instructions:
|
45
28
|
action: Poista tilini lukitus
|
46
29
|
greeting: Hei, %{recipient}!
|
47
30
|
instruction: 'Paina alla olevaa linkkiä poistaaksesi lukituksen:'
|
48
31
|
message: Tilisi on lukittu johtuen liian useasta epäonnistuneesta kirjautumisyrityksestä.
|
49
|
-
subject: Tilin lukituksen poisto -ohjeet
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password:
|
@@ -59,13 +38,7 @@ fi:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: Unohditko salasanasi?
|
61
40
|
send_me_reset_password_instructions: Lähetä minulle salasanan vaihto -ohjeet
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: Oletko varma?
|
71
44
|
cancel_my_account: Poista tilini
|
@@ -77,17 +50,9 @@ fi:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: syötä nykyinen salasanasi
|
78
51
|
new:
|
79
52
|
sign_up: Rekisteröidy
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Kirjaudu sisään
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ fi:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Uudelleen lähetä lukituksen poisto -ohjeet
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|
data/locales/fr.yml
CHANGED
@@ -3,9 +3,7 @@ fr:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password: Mot de passe actuel
|
6
|
-
current_sign_in_at: Connecté le
|
7
6
|
email: Email
|
8
|
-
last_sign_in_at: Dernière connexion le
|
9
7
|
password: Mot de passe
|
10
8
|
password_confirmation: Confirmation du mot de passe
|
11
9
|
remember_me: Se souvenir de moi
|
@@ -13,43 +11,24 @@ fr:
|
|
13
11
|
user: Utilisateur
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed: Votre compte a été confirmé avec succès
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Renvoyer les instructions de confirmation
|
19
|
-
send_instructions: Vous allez recevoir un émail avec les instructions pour confirmer votre inscription dans quelques minutes.
|
20
|
-
send_paranoid_instructions: Si votre adresse émail existe dans notre base de données, vous allez recevoir un émail avec les instructions pour confirmer votre inscription dans quelquyes minutes.
|
21
|
-
failure:
|
22
|
-
already_authenticated: Vous êtes déjà connecté.
|
23
|
-
inactive: Votre compte n'est pas encore activé.
|
24
|
-
invalid: Email ou mot de passe invalide.
|
25
|
-
invalid_token: Jeton d'authentification invalide.
|
26
|
-
locked: Votre compte est verrouillé.
|
27
|
-
not_found_in_database: Email ou mot de passe invalide.
|
28
|
-
timeout: Votre session a expiré. Vous devez vous reconnecter pour continuer.
|
29
|
-
unauthenticated: Vous devez vous connecter ou vous inscrire pour pouvoir continuer.
|
30
|
-
unconfirmed: Vous devez confirmer votre émail pour pouvoir continuer.
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Confirmer mon émail
|
34
19
|
greeting: Bienvenue %{recipient}!
|
35
20
|
instruction: 'Vous pouvez confirmer votre émail grâce au lien ci-dessous:'
|
36
|
-
subject: Instructions pour confirmer votre compte
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Changer mon mot de passe
|
39
23
|
greeting: Bonjour %{recipient}!
|
40
24
|
instruction: 'Quelqu''un a demandé un lien pour changer votre mot de passe, le voici :'
|
41
25
|
instruction_2: Si vous n'avez pas émis cette demande, merci d'ignorer cet email.
|
42
26
|
instruction_3: Votre mot de passe ne changera pas tant que vous n'aurez pas cliqué sur ce lien et renseigné un nouveau mot de passe.
|
43
|
-
subject: Instructions pour réinitialiser votre mot de passe
|
44
27
|
unlock_instructions:
|
45
28
|
action: Débloquer mon compte
|
46
29
|
greeting: Bonjour %{recipient}!
|
47
30
|
instruction: 'Suivez ce lien pour débloquer votre compte:'
|
48
31
|
message: Votre compte a été bloqué suite à un nombre d'essais de connexions manquées trop important
|
49
|
-
subject: Instructions pour débloquer votre compte
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure: Impossible de vous authentifier depuis %{kind} à cause de "%{reason}".
|
52
|
-
success: Authentification réussie depuis votre compte %{kind}
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password: Changer mon mot de passe
|
@@ -59,13 +38,7 @@ fr:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: Mot de passe oublié ?
|
61
40
|
send_me_reset_password_instructions: Envoyez-moi des instructions pour réinitialiser mon mot de passe
|
62
|
-
no_token: Vous ne pouvez pas accéder à cette page sans utiliser le lien fourni dans l'émail de réinitialisation de mot de passe. Si vous venez depuis un émail de réinitialisation de mot de passe, vérifiez que vous avez bien utilisé l'URL complète.
|
63
|
-
send_instructions: Vous allez receoir des instructions pour réinitialiser votre mot de passe dans quelques minutes.
|
64
|
-
send_paranoid_instructions: Si votre adresse émail existe dans notre base de données, vous recevrez un lien de récupération de mot de passe à cette adresse dans quelques minutes.
|
65
|
-
updated: Votre mot de passe a été changé avec succès. Vous êtes maintenant connecté.
|
66
|
-
updated_not_active: Votre mot de passe a été changé avec succès.
|
67
41
|
registrations:
|
68
|
-
destroyed: Au revoir ! Votre compte a été annulé avec succès. Nous espèrons vous revoir bientôt.
|
69
42
|
edit:
|
70
43
|
are_you_sure: "Êtes-vous sûr ?"
|
71
44
|
cancel_my_account: Supprimer mon compte
|
@@ -77,17 +50,9 @@ fr:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: nous avons besoin de votre mot de passe actuel pour valider ces modifications
|
78
51
|
new:
|
79
52
|
sign_up: Inscription
|
80
|
-
signed_up: Bienvenue ! Vous vous êtes inscrit avec succès.
|
81
|
-
signed_up_but_inactive: Vous vous êtes inscrit avec succès. Cependant, nous ne pouvons pas vous connecter parce que votre compte n'est pas encore activé.
|
82
|
-
signed_up_but_locked: Vous vous êtes inscrit avec succès. Cependant, nous ne pouvons pas vous connecter parce que votre compte est verrouillé.
|
83
|
-
signed_up_but_unconfirmed: Un message avec un lien de confirmation vous a été envoyé à votre adresse émail. Vous devez ouvrir le lien qu'il contient pour activer votre compte.
|
84
|
-
update_needs_confirmation: Vous avez mis à jour votre compte avec succès mais nous devons vérifier votre nouvelle adresse émail. Merci de vérifier votre boîte émail et de cliquer sur le lien de confirmation pour finaliser la mise à jour de votre nouvelle adresse émail.
|
85
|
-
updated: Vous avez mis à jour votre acompte avec succès.
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Connexion
|
89
|
-
signed_in: Connecté avec succès.
|
90
|
-
signed_out: Déconnecté avec succès.
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back: Retour
|
@@ -100,16 +65,3 @@ fr:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Renvoyer les instructions de déblocage
|
103
|
-
send_instructions: Vous allez recevoir un émail avec les instructions de déblocage de votre compte dans quelques minutes.
|
104
|
-
send_paranoid_instructions: Si votre compte existe, vous recevrez un émail avec les instructions de déblocage dans quelques minutes.
|
105
|
-
unlocked: Votre compte a été débloqué avec succès. Vous devez vous connecter pour continuer.
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed: "était déjà confirmé, essayez de vous connecter"
|
109
|
-
confirmation_period_expired: doit être confirmé sous %{period}, vous devez en demander un nouveau
|
110
|
-
expired: a expiré, vous devez en demander un nouveau
|
111
|
-
not_found: inexistant
|
112
|
-
not_locked: n'était pas bloqué
|
113
|
-
not_saved:
|
114
|
-
one: 'Une erreur a empêché ce(tte) %{resource} d''être sauvegardé(e) :'
|
115
|
-
other: "%{count} erreurs ont empêché ce(tte) %{resource} d'être sauvegardé(e) :"
|
data/locales/hu.yml
CHANGED
@@ -3,9 +3,7 @@ hu:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ hu:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Megerősítő levél újraküldése
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Fiók megerősítése
|
34
19
|
greeting: Kedves %{recipient}!
|
35
20
|
instruction: 'A fiók megerősítéséhez rá kell kattintani az alábbi linkre:'
|
36
|
-
subject: A fiók megerősítéséhez szükséges teendők
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Jelszó megváltoztatása
|
39
23
|
greeting: Kedves %{recipient}!
|
40
24
|
instruction: "Ön, vagy valaki más az ön nevében jelszóváltoztatást kérvényezett, mely a lenti linkre kattintva lehetséges."
|
41
25
|
instruction_2: Amennyiben ön nem kezdeményezte a jelszavának megváltoztatását, kérem hagyja figyelmen kívül ezt a levelet.
|
42
26
|
instruction_3: Amennyiben nem kattint az alábbi linkre, jelszava továbbra is ugyanaz marad, mint eddig.
|
43
|
-
subject: A jelszó megváltoztatásához szükséges teendők
|
44
27
|
unlock_instructions:
|
45
28
|
action: Zárolás feloldása
|
46
29
|
greeting: Kedves %{recipient}!
|
47
30
|
instruction: 'A zárolás feloldásához az alábbi linkre kell kattintani:'
|
48
31
|
message: A felhasználói fiókja zárolva lett túl sok sikertelen belépési kísérlet miatt.
|
49
|
-
subject: Fiókzárolás feloldásához szükséges teendők
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password: Jelszó megváltoztatása
|
@@ -59,13 +38,7 @@ hu:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: Elfelejtette a jelszavát?
|
61
40
|
send_me_reset_password_instructions: Jelszóviszaállítási teendők küldése
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: Biztos benne?
|
71
44
|
cancel_my_account: Fiók megszüntetése
|
@@ -77,17 +50,9 @@ hu:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: a változtatás végrehajtásához szükséges a jelenlegi jelszó
|
78
51
|
new:
|
79
52
|
sign_up: Regisztráció
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Belépés
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ hu:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Feloldási teendők újraküldése
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|
data/locales/it.yml
CHANGED
@@ -3,9 +3,7 @@ it:
|
|
3
3
|
attributes:
|
4
4
|
user:
|
5
5
|
current_password:
|
6
|
-
current_sign_in_at:
|
7
6
|
email:
|
8
|
-
last_sign_in_at:
|
9
7
|
password:
|
10
8
|
password_confirmation:
|
11
9
|
remember_me:
|
@@ -13,43 +11,24 @@ it:
|
|
13
11
|
user:
|
14
12
|
devise:
|
15
13
|
confirmations:
|
16
|
-
confirmed:
|
17
14
|
new:
|
18
15
|
resend_confirmation_instructions: Invia di nuovo le istruzioni per la conferma
|
19
|
-
send_instructions:
|
20
|
-
send_paranoid_instructions:
|
21
|
-
failure:
|
22
|
-
already_authenticated:
|
23
|
-
inactive:
|
24
|
-
invalid:
|
25
|
-
invalid_token:
|
26
|
-
locked:
|
27
|
-
not_found_in_database:
|
28
|
-
timeout:
|
29
|
-
unauthenticated:
|
30
|
-
unconfirmed:
|
31
16
|
mailer:
|
32
17
|
confirmation_instructions:
|
33
18
|
action: Conferma il mio account
|
34
19
|
greeting: Benvenuto %{recipient}!
|
35
20
|
instruction: 'Puoi confermare il tuo account cliccando sul link qui sotto:'
|
36
|
-
subject: Istruzioni per la conferma
|
37
21
|
reset_password_instructions:
|
38
22
|
action: Cambia la mia password
|
39
23
|
greeting: Ciao %{recipient}!
|
40
24
|
instruction: Qualcuno ha richiesto di resettare la tua password, se lo vuoi davvero puoi farlo cliccando sul link qui sotto.
|
41
25
|
instruction_2: Se non sei stato tu ad effettuare questa richiesta puoi ignorare questa mail.
|
42
26
|
instruction_3: La tua password non cambierà finchè non accederai al link sopra.
|
43
|
-
subject: Istruzioni per resettare la password
|
44
27
|
unlock_instructions:
|
45
28
|
action: Sblocca il mio account
|
46
29
|
greeting: Ciao %{recipient}!
|
47
30
|
instruction: 'Clicca sul link qui sotto per sbloccare il tuo account:'
|
48
31
|
message: Il tuo account è stato bloccato a seguito di un numero eccessivo di tentativi di accesso falliti.
|
49
|
-
subject: Istruzioni per lo sblocco
|
50
|
-
omniauth_callbacks:
|
51
|
-
failure:
|
52
|
-
success:
|
53
32
|
passwords:
|
54
33
|
edit:
|
55
34
|
change_my_password:
|
@@ -59,13 +38,7 @@ it:
|
|
59
38
|
new:
|
60
39
|
forgot_your_password: Password dimenticata?
|
61
40
|
send_me_reset_password_instructions: Inviami le istruzioni per resettare la password
|
62
|
-
no_token:
|
63
|
-
send_instructions:
|
64
|
-
send_paranoid_instructions:
|
65
|
-
updated:
|
66
|
-
updated_not_active:
|
67
41
|
registrations:
|
68
|
-
destroyed:
|
69
42
|
edit:
|
70
43
|
are_you_sure: Sei sicuro?
|
71
44
|
cancel_my_account: Rimuovi il mio account
|
@@ -77,17 +50,9 @@ it:
|
|
77
50
|
we_need_your_current_password_to_confirm_your_changes: abbiamo bisogno della tua password attuale per confermare i cambiamenti
|
78
51
|
new:
|
79
52
|
sign_up: Registrati
|
80
|
-
signed_up:
|
81
|
-
signed_up_but_inactive:
|
82
|
-
signed_up_but_locked:
|
83
|
-
signed_up_but_unconfirmed:
|
84
|
-
update_needs_confirmation:
|
85
|
-
updated:
|
86
53
|
sessions:
|
87
54
|
new:
|
88
55
|
sign_in: Accedi
|
89
|
-
signed_in:
|
90
|
-
signed_out:
|
91
56
|
shared:
|
92
57
|
links:
|
93
58
|
back:
|
@@ -100,14 +65,3 @@ it:
|
|
100
65
|
unlocks:
|
101
66
|
new:
|
102
67
|
resend_unlock_instructions: Invia di nuovo le istruzioni per lo sblocco
|
103
|
-
send_instructions:
|
104
|
-
send_paranoid_instructions:
|
105
|
-
unlocked:
|
106
|
-
errors:
|
107
|
-
messages:
|
108
|
-
already_confirmed:
|
109
|
-
confirmation_period_expired:
|
110
|
-
expired:
|
111
|
-
not_found:
|
112
|
-
not_locked:
|
113
|
-
not_saved:
|