devise-i18n-views 0.2.8 → 0.3.0
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 +7 -0
- data/VERSION +1 -1
- data/app/views/devise/mailer/confirmation_instructions.html.erb +2 -2
- data/app/views/devise/mailer/reset_password_instructions.html.erb +3 -2
- data/app/views/devise/mailer/unlock_instructions.html.erb +2 -1
- data/app/views/devise/registrations/edit.html.erb +8 -2
- data/devise-i18n-views.gemspec +14 -4
- data/locales/bg.yml +115 -0
- data/locales/ca.yml +78 -24
- data/locales/cs.yml +113 -0
- data/locales/da-DK.yml +113 -0
- data/locales/de.yml +71 -7
- data/locales/en.yml +95 -39
- data/locales/es-AR.yml +64 -2
- data/locales/es-ES.yml +75 -21
- data/locales/es.yml +71 -9
- data/locales/fi.yml +113 -0
- data/locales/fr.yml +75 -11
- data/locales/hu.yml +66 -12
- data/locales/it.yml +64 -2
- data/locales/ja.yml +113 -0
- data/locales/nb.yml +113 -0
- data/locales/nl.yml +65 -11
- data/locales/pl.yml +64 -8
- data/locales/pt-BR.yml +64 -2
- data/locales/pt-PT.yml +113 -0
- data/locales/ru.yml +94 -37
- data/locales/sk.yml +113 -0
- data/locales/tr.yml +113 -0
- data/locales/zh-CN.yml +94 -38
- data/locales/zh-TW.yml +94 -38
- metadata +24 -30
data/locales/hu.yml
CHANGED
@@ -1,53 +1,96 @@
|
|
1
1
|
hu:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
2
14
|
devise:
|
3
15
|
confirmations:
|
16
|
+
confirmed:
|
4
17
|
new:
|
5
18
|
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:
|
6
31
|
mailer:
|
7
32
|
confirmation_instructions:
|
8
33
|
action: Fiók megerősítése
|
9
|
-
greeting: Kedves %{
|
10
|
-
instruction:
|
34
|
+
greeting: Kedves %{recipient}!
|
35
|
+
instruction: 'A fiók megerősítéséhez rá kell kattintani az alábbi linkre:'
|
11
36
|
subject: A fiók megerősítéséhez szükséges teendők
|
12
37
|
reset_password_instructions:
|
13
38
|
action: Jelszó megváltoztatása
|
14
39
|
greeting: Kedves %{recipient}!
|
15
|
-
instruction: Ön, vagy valaki más az ön nevében jelszóváltoztatást kérvényezett, mely a lenti linkre kattintva lehetséges.
|
40
|
+
instruction: "Ön, vagy valaki más az ön nevében jelszóváltoztatást kérvényezett, mely a lenti linkre kattintva lehetséges."
|
16
41
|
instruction_2: Amennyiben ön nem kezdeményezte a jelszavának megváltoztatását, kérem hagyja figyelmen kívül ezt a levelet.
|
17
42
|
instruction_3: Amennyiben nem kattint az alábbi linkre, jelszava továbbra is ugyanaz marad, mint eddig.
|
18
43
|
subject: A jelszó megváltoztatásához szükséges teendők
|
19
44
|
unlock_instructions:
|
20
45
|
action: Zárolás feloldása
|
21
46
|
greeting: Kedves %{recipient}!
|
22
|
-
instruction:
|
47
|
+
instruction: 'A zárolás feloldásához az alábbi linkre kell kattintani:'
|
23
48
|
message: A felhasználói fiókja zárolva lett túl sok sikertelen belépési kísérlet miatt.
|
24
49
|
subject: Fiókzárolás feloldásához szükséges teendők
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
25
53
|
passwords:
|
26
|
-
new:
|
27
|
-
forgot_your_password: Elfelejtette a jelszavát?
|
28
|
-
send_me_reset_password_instructions: Jelszóviszaállítási teendők küldése
|
29
54
|
edit:
|
55
|
+
change_my_password: Jelszó megváltoztatása
|
30
56
|
change_your_password: Jelszó megváltoztatása
|
31
|
-
new_password: Új jelszó
|
32
57
|
confirm_new_password: Jelszó megerősítése
|
33
|
-
|
58
|
+
new_password: "Új jelszó"
|
59
|
+
new:
|
60
|
+
forgot_your_password: Elfelejtette a jelszavát?
|
61
|
+
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:
|
34
67
|
registrations:
|
68
|
+
destroyed:
|
35
69
|
edit:
|
36
70
|
are_you_sure: Biztos benne?
|
37
71
|
cancel_my_account: Fiók megszüntetése
|
72
|
+
currently_waiting_confirmation_for_email:
|
38
73
|
leave_blank_if_you_don_t_want_to_change_it: csak változás esetén kitöltendő
|
39
74
|
title: "%{resource} módosítása"
|
40
|
-
we_need_your_current_password_to_confirm_your_changes: a változtatás végrehajtásához szükséges a jelenlegi jelszó
|
41
|
-
update: Módosítás
|
42
|
-
cancel_my_account: Fiók megszüntetése
|
43
75
|
unhappy: Szomorú
|
76
|
+
update: Módosítás
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: a változtatás végrehajtásához szükséges a jelenlegi jelszó
|
44
78
|
new:
|
45
79
|
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:
|
46
86
|
sessions:
|
47
87
|
new:
|
48
88
|
sign_in: Belépés
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
49
91
|
shared:
|
50
92
|
links:
|
93
|
+
back:
|
51
94
|
didn_t_receive_confirmation_instructions: Nem kapta meg a megerősítő levelet?
|
52
95
|
didn_t_receive_unlock_instructions: Nem kapta meg a feloldáshoz a levelet?
|
53
96
|
forgot_your_password: Elfelejtette a jelszavát?
|
@@ -57,3 +100,14 @@ hu:
|
|
57
100
|
unlocks:
|
58
101
|
new:
|
59
102
|
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
@@ -1,13 +1,38 @@
|
|
1
1
|
it:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
2
14
|
devise:
|
3
15
|
confirmations:
|
16
|
+
confirmed:
|
4
17
|
new:
|
5
18
|
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:
|
6
31
|
mailer:
|
7
32
|
confirmation_instructions:
|
8
33
|
action: Conferma il mio account
|
9
34
|
greeting: Benvenuto %{recipient}!
|
10
|
-
instruction:
|
35
|
+
instruction: 'Puoi confermare il tuo account cliccando sul link qui sotto:'
|
11
36
|
subject: Istruzioni per la conferma
|
12
37
|
reset_password_instructions:
|
13
38
|
action: Cambia la mia password
|
@@ -19,27 +44,53 @@ it:
|
|
19
44
|
unlock_instructions:
|
20
45
|
action: Sblocca il mio account
|
21
46
|
greeting: Ciao %{recipient}!
|
22
|
-
instruction:
|
47
|
+
instruction: 'Clicca sul link qui sotto per sbloccare il tuo account:'
|
23
48
|
message: Il tuo account è stato bloccato a seguito di un numero eccessivo di tentativi di accesso falliti.
|
24
49
|
subject: Istruzioni per lo sblocco
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
25
53
|
passwords:
|
54
|
+
edit:
|
55
|
+
change_my_password:
|
56
|
+
change_your_password:
|
57
|
+
confirm_new_password:
|
58
|
+
new_password:
|
26
59
|
new:
|
27
60
|
forgot_your_password: Password dimenticata?
|
28
61
|
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:
|
29
67
|
registrations:
|
68
|
+
destroyed:
|
30
69
|
edit:
|
31
70
|
are_you_sure: Sei sicuro?
|
32
71
|
cancel_my_account: Rimuovi il mio account
|
72
|
+
currently_waiting_confirmation_for_email:
|
33
73
|
leave_blank_if_you_don_t_want_to_change_it: lascia in bianco se non vuoi cambiarla
|
34
74
|
title: Modifica %{resource}
|
75
|
+
unhappy:
|
76
|
+
update:
|
35
77
|
we_need_your_current_password_to_confirm_your_changes: abbiamo bisogno della tua password attuale per confermare i cambiamenti
|
36
78
|
new:
|
37
79
|
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:
|
38
86
|
sessions:
|
39
87
|
new:
|
40
88
|
sign_in: Accedi
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
41
91
|
shared:
|
42
92
|
links:
|
93
|
+
back:
|
43
94
|
didn_t_receive_confirmation_instructions: Non hai ricevuto le istruzioni per la conferma?
|
44
95
|
didn_t_receive_unlock_instructions: Non hai ricevuto le istruzioni per lo sblocco?
|
45
96
|
forgot_your_password: Password dimenticata?
|
@@ -49,3 +100,14 @@ it:
|
|
49
100
|
unlocks:
|
50
101
|
new:
|
51
102
|
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:
|
data/locales/ja.yml
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
ja:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
14
|
+
devise:
|
15
|
+
confirmations:
|
16
|
+
confirmed:
|
17
|
+
new:
|
18
|
+
resend_confirmation_instructions: "アカウント確認メール再送"
|
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
|
+
mailer:
|
32
|
+
confirmation_instructions:
|
33
|
+
action: "アカウント確認"
|
34
|
+
greeting: "ようこそ、%{recipient}さん!"
|
35
|
+
instruction: "次のリンクでメールアドレスの確認が完了します:"
|
36
|
+
subject: "アカウントの確認方法"
|
37
|
+
reset_password_instructions:
|
38
|
+
action: "パスワード変更"
|
39
|
+
greeting: "こんにちは、%{recipient}さん!"
|
40
|
+
instruction: "誰かがパスワードの再設定を希望しました。次のリンクでパスワードの再設定が出来ます。"
|
41
|
+
instruction_2: "あなたが希望したのではないのなら、このメールは無視してください。"
|
42
|
+
instruction_3: "上のリンクにアクセスして新しいパスワードを設定するまで、パスワードは変更されません。"
|
43
|
+
subject: "パスワード再設定方法"
|
44
|
+
unlock_instructions:
|
45
|
+
action: "アカウントのロック解除"
|
46
|
+
greeting: "こんにちは、%{recipient}さん!"
|
47
|
+
instruction: "アカウントのロックを解除するには下のリンクをクリックしてください。"
|
48
|
+
message: "ログイン失敗が繰り返されたため、アカウントはロックされています。"
|
49
|
+
subject: "アカウントのロック解除方法"
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
53
|
+
passwords:
|
54
|
+
edit:
|
55
|
+
change_my_password:
|
56
|
+
change_your_password:
|
57
|
+
confirm_new_password:
|
58
|
+
new_password:
|
59
|
+
new:
|
60
|
+
forgot_your_password: "パスワードを忘れましたか?"
|
61
|
+
send_me_reset_password_instructions: "パスワードの再設定方法を送信する"
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
67
|
+
registrations:
|
68
|
+
destroyed:
|
69
|
+
edit:
|
70
|
+
are_you_sure: "本当に良いですか?"
|
71
|
+
cancel_my_account: "アカウント削除"
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: "空欄のままなら変更しません"
|
74
|
+
title: "%{resource}編集"
|
75
|
+
unhappy:
|
76
|
+
update:
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: "変更を反映するには現在のパスワードを入力してください"
|
78
|
+
new:
|
79
|
+
sign_up: "アカウント登録"
|
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
|
+
sessions:
|
87
|
+
new:
|
88
|
+
sign_in: "ログイン"
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
91
|
+
shared:
|
92
|
+
links:
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: "アカウント確認のメールを受け取っていませんか?"
|
95
|
+
didn_t_receive_unlock_instructions: "アカウントの凍結解除方法のメールを受け取っていませんか?"
|
96
|
+
forgot_your_password: "パスワードを忘れましたか?"
|
97
|
+
sign_in: "ログイン"
|
98
|
+
sign_in_with_provider: "%{provider}でログイン"
|
99
|
+
sign_up: "アカウント登録"
|
100
|
+
unlocks:
|
101
|
+
new:
|
102
|
+
resend_unlock_instructions: "アカウントの凍結解除方法を再送する"
|
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/nb.yml
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
nb:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
14
|
+
devise:
|
15
|
+
confirmations:
|
16
|
+
confirmed:
|
17
|
+
new:
|
18
|
+
resend_confirmation_instructions: Send bekreftelsesinstruksjoner på nytt
|
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
|
+
mailer:
|
32
|
+
confirmation_instructions:
|
33
|
+
action: Aktiver min konto
|
34
|
+
greeting: Velkommen %{recipient}!
|
35
|
+
instruction: 'Du kan aktivere '
|
36
|
+
subject: Bekreftelsesinstruksjoner
|
37
|
+
reset_password_instructions:
|
38
|
+
action: Bytt passord
|
39
|
+
greeting: Hei, %{recipient}!
|
40
|
+
instruction: Noen har bedt om en link for å endre passordet ditt, og dette kan gjøres på linken under.
|
41
|
+
instruction_2: Vennligst ignorer denne e-posten hvis du ikke ba om dette.
|
42
|
+
instruction_3: Passordet ditt endres ikke før du følger linken over og velger et nytt passord.
|
43
|
+
subject: Nullstilling av passord
|
44
|
+
unlock_instructions:
|
45
|
+
action: Gjenåpne min konto
|
46
|
+
greeting: Hei, %{recipient}!
|
47
|
+
instruction: 'Trykk på linken under for å gjenåpne din konto:'
|
48
|
+
message: Kontoen din har blitt låst grunnet et høyt antall mislykkede innloggingsforsøk.
|
49
|
+
subject: Gjenåpning av konto
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
53
|
+
passwords:
|
54
|
+
edit:
|
55
|
+
change_my_password:
|
56
|
+
change_your_password:
|
57
|
+
confirm_new_password:
|
58
|
+
new_password:
|
59
|
+
new:
|
60
|
+
forgot_your_password: Glemt passordet ditt?
|
61
|
+
send_me_reset_password_instructions: Send instrukser for nullstilling av passord
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
67
|
+
registrations:
|
68
|
+
destroyed:
|
69
|
+
edit:
|
70
|
+
are_you_sure: Er du sikker?
|
71
|
+
cancel_my_account: Slett min konto
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: la være tomt hvis du ikke ønsker å endre dette
|
74
|
+
title: Rediger %{resource}
|
75
|
+
unhappy:
|
76
|
+
update:
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: vi trenger ditt nåværende passord for å bekrefte endringene
|
78
|
+
new:
|
79
|
+
sign_up: Registrer deg
|
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
|
+
sessions:
|
87
|
+
new:
|
88
|
+
sign_in: Logg inn
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
91
|
+
shared:
|
92
|
+
links:
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: Ikke mottatt bekreftelsesinstruksjoner?
|
95
|
+
didn_t_receive_unlock_instructions: Ikke mottatt instruksjoner for nullstilling av passord?
|
96
|
+
forgot_your_password: Glemt passordet ditt?
|
97
|
+
sign_in: Logg inn
|
98
|
+
sign_in_with_provider: Logg inn med %{provider}
|
99
|
+
sign_up: Registrer deg
|
100
|
+
unlocks:
|
101
|
+
new:
|
102
|
+
resend_unlock_instructions: Send instrukser for gjenåpning av konto på nytt
|
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:
|