devise-i18n 1.1.2 → 1.2.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 +4 -4
- data/VERSION +1 -1
- data/rails/locales/af.yml +16 -0
- data/rails/locales/ar.yml +16 -0
- data/rails/locales/az.yml +16 -0
- data/rails/locales/be.yml +16 -0
- data/rails/locales/bg.yml +17 -1
- data/rails/locales/bn.yml +16 -0
- data/rails/locales/bs.yml +16 -0
- data/rails/locales/ca.yml +16 -0
- data/rails/locales/cs.yml +21 -5
- data/rails/locales/da.yml +16 -0
- data/rails/locales/de-CH.yml +16 -0
- data/rails/locales/de.yml +16 -0
- data/rails/locales/el.yml +16 -0
- data/rails/locales/en-GB.yml +16 -0
- data/rails/locales/en.yml +16 -0
- data/rails/locales/es-MX.yml +17 -1
- data/rails/locales/es.yml +20 -4
- data/rails/locales/et.yml +16 -0
- data/rails/locales/fa.yml +16 -0
- data/rails/locales/fi.yml +16 -0
- data/rails/locales/fr-CA.yml +20 -4
- data/rails/locales/fr.yml +16 -0
- data/rails/locales/ha.yml +136 -0
- data/rails/locales/he.yml +16 -0
- data/rails/locales/hr.yml +16 -0
- data/rails/locales/hu.yml +16 -0
- data/rails/locales/id.yml +16 -0
- data/rails/locales/ig.yml +136 -0
- data/rails/locales/is.yml +16 -0
- data/rails/locales/it.yml +16 -0
- data/rails/locales/ja.yml +21 -5
- data/rails/locales/ka.yml +17 -1
- data/rails/locales/ko.yml +16 -0
- data/rails/locales/lo-LA.yml +140 -0
- data/rails/locales/lt.yml +16 -0
- data/rails/locales/lv.yml +16 -0
- data/rails/locales/{my.yml → ms.yml} +17 -1
- data/rails/locales/nb.yml +16 -0
- data/rails/locales/nl.yml +31 -15
- data/rails/locales/nn-NO.yml +16 -0
- data/rails/locales/no.yml +16 -0
- data/rails/locales/pl.yml +16 -0
- data/rails/locales/pt-BR.yml +17 -1
- data/rails/locales/pt.yml +16 -0
- data/rails/locales/ro.yml +16 -0
- data/rails/locales/ru.yml +16 -0
- data/rails/locales/sk.yml +21 -5
- data/rails/locales/sl.yml +81 -65
- data/rails/locales/sr-RS.yml +16 -0
- data/rails/locales/sr.yml +16 -0
- data/rails/locales/sv.yml +16 -0
- data/rails/locales/th.yml +16 -0
- data/rails/locales/tr.yml +16 -0
- data/rails/locales/uk.yml +16 -0
- data/rails/locales/vi.yml +16 -0
- data/rails/locales/yo.yml +152 -0
- data/rails/locales/zh-CN.yml +47 -31
- data/rails/locales/zh-HK.yml +16 -0
- data/rails/locales/zh-TW.yml +24 -8
- data/rails/locales/zh-YUE.yml +134 -0
- metadata +8 -3
data/rails/locales/sl.yml
CHANGED
|
@@ -2,111 +2,127 @@ sl:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
-
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
9
|
+
current_password: Trenutno geslo
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
18
|
+
password: Geslo
|
|
19
|
+
password_confirmation: Potrditev gesla
|
|
20
|
+
remember_created_at:
|
|
21
|
+
remember_me: Zapomni se me
|
|
22
|
+
reset_password_sent_at:
|
|
23
|
+
reset_password_token: "Žeton za ponastavitev gesla"
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
26
|
+
unlock_token: "Žeton za odklep"
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
|
-
user:
|
|
29
|
+
user: Uporabnik
|
|
14
30
|
devise:
|
|
15
31
|
confirmations:
|
|
16
|
-
confirmed: Vaš račun je bil uspešno potrjen.
|
|
32
|
+
confirmed: Vaš račun je bil uspešno potrjen.
|
|
17
33
|
new:
|
|
18
|
-
resend_confirmation_instructions:
|
|
19
|
-
send_instructions: Prejeli boste
|
|
20
|
-
send_paranoid_instructions: "Če
|
|
34
|
+
resend_confirmation_instructions: Ponovno pošlji navodila za potrditev
|
|
35
|
+
send_instructions: Prejeli boste email z navodili za potrditev vašega računa.
|
|
36
|
+
send_paranoid_instructions: "Če vaš email obstaja v naši bazi, boste v naslednjih minutah prejeli email z navodili za potrditev vašega računa."
|
|
21
37
|
failure:
|
|
22
38
|
already_authenticated: Ste že prijavljeni.
|
|
23
39
|
inactive: Vaš račun še ni bil aktiviran.
|
|
24
|
-
invalid:
|
|
25
|
-
last_attempt: Imate še en poskus
|
|
40
|
+
invalid: Neveljaven email ali geslo.
|
|
41
|
+
last_attempt: Imate še en poskus preden se vam račun avtomatsko zaklene.
|
|
26
42
|
locked: Vaš račun je zaklenjen.
|
|
27
|
-
not_found_in_database:
|
|
28
|
-
timeout: Vaša seja je potekla.
|
|
43
|
+
not_found_in_database: Email ali geslo je napačno.
|
|
44
|
+
timeout: Vaša seja je potekla. Za nadaljevanje se prosim ponovno prijavite.
|
|
29
45
|
unauthenticated: Za nadaljevanje se morate prijaviti ali registrirati.
|
|
30
46
|
unconfirmed: Pred nadaljevanjem morate potrditi vaš račun.
|
|
31
47
|
mailer:
|
|
32
48
|
confirmation_instructions:
|
|
33
|
-
action:
|
|
34
|
-
greeting:
|
|
35
|
-
instruction:
|
|
49
|
+
action: Potrdi moj račun
|
|
50
|
+
greeting: Pozdravljen %{recipient}!
|
|
51
|
+
instruction: 'Vaš račun lahko potrdite s spodnjo povezavo:'
|
|
36
52
|
subject: Navodila potrditve
|
|
37
53
|
password_change:
|
|
38
|
-
greeting:
|
|
39
|
-
message:
|
|
40
|
-
subject:
|
|
54
|
+
greeting: Pozdravljen %{recipient}!
|
|
55
|
+
message: Obveščamo vas, da je bilo vaše geslo spremenjeno.
|
|
56
|
+
subject: Spremenjeno geslo
|
|
41
57
|
reset_password_instructions:
|
|
42
|
-
action:
|
|
43
|
-
greeting:
|
|
44
|
-
instruction:
|
|
45
|
-
instruction_2:
|
|
46
|
-
instruction_3:
|
|
58
|
+
action: Spremeni moje geslo
|
|
59
|
+
greeting: Pozdravljen %{recipient}!
|
|
60
|
+
instruction: Nekdo je zahteval spremembo gesla. To lahko storite s klikom na spodnjo povezavo.
|
|
61
|
+
instruction_2: "Če tega niste zahtevali vi, prosim ignorirajte ta email."
|
|
62
|
+
instruction_3: Vaše geslo se ne bo spremenilo dokler ne nastavite novega s klikom na zgornjo povezavo.
|
|
47
63
|
subject: Navodila za ponastavitev gesla
|
|
48
64
|
unlock_instructions:
|
|
49
|
-
action:
|
|
50
|
-
greeting:
|
|
51
|
-
instruction:
|
|
52
|
-
message:
|
|
53
|
-
subject: Navodila
|
|
65
|
+
action: Odkleni moj račun
|
|
66
|
+
greeting: Pozdravljen %{recipient}!
|
|
67
|
+
instruction: Kliknite na spodnji link, da odklenete vaš račun.
|
|
68
|
+
message: Vaš račun je bil zakljenjen zaradi prevečkratnega neuspešnega poskusa vpisa.
|
|
69
|
+
subject: Navodila za odklep
|
|
54
70
|
omniauth_callbacks:
|
|
55
|
-
failure:
|
|
56
|
-
success:
|
|
71
|
+
failure: Prijava preko %{kind} računa ni uspela zaradi "%{reason}"
|
|
72
|
+
success: Uspešna prijava preko %{kind} računa.
|
|
57
73
|
passwords:
|
|
58
74
|
edit:
|
|
59
|
-
change_my_password:
|
|
60
|
-
change_your_password:
|
|
61
|
-
confirm_new_password:
|
|
62
|
-
new_password:
|
|
75
|
+
change_my_password: Spremeni moje geslo
|
|
76
|
+
change_your_password: Spremenite vaše geslo
|
|
77
|
+
confirm_new_password: Potrdite novo geslo
|
|
78
|
+
new_password: Novo geslo
|
|
63
79
|
new:
|
|
64
|
-
forgot_your_password:
|
|
65
|
-
send_me_reset_password_instructions:
|
|
66
|
-
no_token: Do te strani lahko dostopate samo iz povezave v
|
|
67
|
-
send_instructions: V naslednjih minutah boste prejeli
|
|
68
|
-
send_paranoid_instructions: "Če
|
|
80
|
+
forgot_your_password: Ste pozabili geslo?
|
|
81
|
+
send_me_reset_password_instructions: Pošljite mi navodila za ponastavitev gesla
|
|
82
|
+
no_token: Do te strani lahko dostopate samo iz povezave v emailu za ponastavitev gesla. Če pa ste prišli do te strani preko omenjene povezave, preverite ali ste uporabili celotni URL.
|
|
83
|
+
send_instructions: V naslednjih minutah boste prejeli email z navodili za ponastavitev gesla.
|
|
84
|
+
send_paranoid_instructions: "Če vaš email obstaja v bazi, boste v naslednjih minutah prejeli povezavo za ponastavitev gesla."
|
|
69
85
|
updated: Vaše geslo je bilo uspešno spremenjeno. Sedaj ste prijavljeni.
|
|
70
86
|
updated_not_active: Vaše geslo je bilo uspešno spremenjeno.
|
|
71
87
|
registrations:
|
|
72
88
|
destroyed: Nasvidenje. Vaš račun je bil uspešno preklican. Upamo, da se kmalu vrnete.
|
|
73
89
|
edit:
|
|
74
|
-
are_you_sure:
|
|
75
|
-
cancel_my_account:
|
|
76
|
-
currently_waiting_confirmation_for_email:
|
|
77
|
-
leave_blank_if_you_don_t_want_to_change_it:
|
|
78
|
-
title:
|
|
79
|
-
unhappy:
|
|
80
|
-
update:
|
|
81
|
-
we_need_your_current_password_to_confirm_your_changes:
|
|
90
|
+
are_you_sure: Ste prepričani?
|
|
91
|
+
cancel_my_account: Prekličite moj račun
|
|
92
|
+
currently_waiting_confirmation_for_email: "Čakamo na potrditev: %{email}"
|
|
93
|
+
leave_blank_if_you_don_t_want_to_change_it: pustite prazno, če ne želite spremeniti
|
|
94
|
+
title: Uredi %{resource}
|
|
95
|
+
unhappy: Nezadovoljni?
|
|
96
|
+
update: Osveži
|
|
97
|
+
we_need_your_current_password_to_confirm_your_changes: potrebujemo vaše trenutno geslo za potrditev sprememb
|
|
82
98
|
new:
|
|
83
|
-
sign_up:
|
|
99
|
+
sign_up: Registracija
|
|
84
100
|
signed_up: Dobrodošli. Uspešno ste se registrirali.
|
|
85
101
|
signed_up_but_inactive: Uspešno ste se registrirali, vendar pred prvo prijavo je potrebno vaš račun še aktivirati.
|
|
86
102
|
signed_up_but_locked: Uspešno ste se registrirali, vendar prijava ni mogoča, ker je vaš račun zaklenjen.
|
|
87
|
-
signed_up_but_unconfirmed: Sporočilo s potrditveno povezavo je bilo poslano na
|
|
88
|
-
update_needs_confirmation: Vaš račun je uspešno posodobljen, vendar potrebno je preveriti vaš novi
|
|
103
|
+
signed_up_but_unconfirmed: Sporočilo s potrditveno povezavo je bilo poslano na vaš email. Prosimo, kliknite povezavo za aktivacijo vašega računa.
|
|
104
|
+
update_needs_confirmation: Vaš račun je uspešno posodobljen, vendar potrebno je preveriti vaš novi email naslov. Prosimo, preverite vaš email in kliknite na potrditveno povezavo za dokončanje potrditve vašega novega email naslova.
|
|
89
105
|
updated: Uspešno ste posodobili vaš račun.
|
|
90
106
|
sessions:
|
|
91
|
-
already_signed_out:
|
|
107
|
+
already_signed_out: Izpis uspešen
|
|
92
108
|
new:
|
|
93
|
-
sign_in:
|
|
109
|
+
sign_in: Prijava
|
|
94
110
|
signed_in: Prijava je bila uspešna.
|
|
95
111
|
signed_out: Odjava je bila uspešna.
|
|
96
112
|
shared:
|
|
97
113
|
links:
|
|
98
|
-
back:
|
|
99
|
-
didn_t_receive_confirmation_instructions:
|
|
100
|
-
didn_t_receive_unlock_instructions:
|
|
101
|
-
forgot_your_password:
|
|
102
|
-
sign_in:
|
|
103
|
-
sign_in_with_provider:
|
|
104
|
-
sign_up:
|
|
114
|
+
back: Nazaj
|
|
115
|
+
didn_t_receive_confirmation_instructions: Niste prejeli navodil za potrditev?
|
|
116
|
+
didn_t_receive_unlock_instructions: Niste prejeli navodil za odklep?
|
|
117
|
+
forgot_your_password: Ste pozabili vaše geslo?
|
|
118
|
+
sign_in: Prijavite se
|
|
119
|
+
sign_in_with_provider: Prijavite se preko %{provider}
|
|
120
|
+
sign_up: Registriracija
|
|
105
121
|
unlocks:
|
|
106
122
|
new:
|
|
107
|
-
resend_unlock_instructions:
|
|
108
|
-
send_instructions: V naslednjih minutah boste prejeli
|
|
109
|
-
send_paranoid_instructions: "Če vaš račun obstaja, boste v naslednjih minutah prejeli
|
|
123
|
+
resend_unlock_instructions: Ponovno pošlji navodila za odklep
|
|
124
|
+
send_instructions: V naslednjih minutah boste prejeli email z navodili za odklep vašega računa.
|
|
125
|
+
send_paranoid_instructions: "Če vaš račun obstaja, boste v naslednjih minutah prejeli email z navodili za odklep vašega računa."
|
|
110
126
|
unlocked: Vaš račun je bil uspešno odklenjen. Prosimo, prijavite se za nadaljevanje.
|
|
111
127
|
errors:
|
|
112
128
|
messages:
|
data/rails/locales/sr-RS.yml
CHANGED
|
@@ -2,13 +2,29 @@ sr-RS:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password:
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email:
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password:
|
|
8
19
|
password_confirmation:
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me:
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token:
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token:
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user:
|
|
14
30
|
devise:
|
data/rails/locales/sr.yml
CHANGED
|
@@ -2,13 +2,29 @@ sr:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password:
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email:
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password:
|
|
8
19
|
password_confirmation:
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me:
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token:
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token:
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user:
|
|
14
30
|
devise:
|
data/rails/locales/sv.yml
CHANGED
|
@@ -2,13 +2,29 @@ sv:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password: Nuvarande lösenord
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email: Email
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password: Lösenord
|
|
8
19
|
password_confirmation: Bekräfta lösenord
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me: Kom ihåg mig
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token: "Återställ token för lösenord"
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token: Token för återaktivering
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user: Användare
|
|
14
30
|
devise:
|
data/rails/locales/th.yml
CHANGED
|
@@ -2,13 +2,29 @@ th:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password: "รหัสผ่านปัจจุบัน"
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email: "อีเมล์"
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password: "รหัสผ่าน"
|
|
8
19
|
password_confirmation: "ยืนยันรหัสผ่าน"
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me: "จำชื่อผู้ใช้"
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token:
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token:
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user: "ผู้ใช้งาน"
|
|
14
30
|
devise:
|
data/rails/locales/tr.yml
CHANGED
|
@@ -2,13 +2,29 @@ tr:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password: Geçerli Parola
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email: E-Posta
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password: Parola
|
|
8
19
|
password_confirmation: Parola Doğrulama
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me: Beni Hatırla
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token:
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token:
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user: Kullanıcı
|
|
14
30
|
devise:
|
data/rails/locales/uk.yml
CHANGED
|
@@ -2,13 +2,29 @@ uk:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password: "Поточний пароль"
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email: Email
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password: "Пароль"
|
|
8
19
|
password_confirmation: "Підтвердження пароля"
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me: "Запам'ятати мене"
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token: "Посилання на скидання пароля"
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token: "Токен розблокування"
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user: "Користувач"
|
|
14
30
|
devise:
|
data/rails/locales/vi.yml
CHANGED
|
@@ -2,13 +2,29 @@ vi:
|
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
4
|
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
5
9
|
current_password: Mật khẩu hiện tại
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
6
12
|
email: Email
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
7
18
|
password: Mật khẩu
|
|
8
19
|
password_confirmation: Xác nhận mật khẩu
|
|
20
|
+
remember_created_at:
|
|
9
21
|
remember_me: Ghi nhớ đăng nhập
|
|
22
|
+
reset_password_sent_at:
|
|
10
23
|
reset_password_token:
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
11
26
|
unlock_token:
|
|
27
|
+
updated_at:
|
|
12
28
|
models:
|
|
13
29
|
user: Người dùng
|
|
14
30
|
devise:
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
yo:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
confirmation_sent_at:
|
|
6
|
+
confirmation_token:
|
|
7
|
+
confirmed_at:
|
|
8
|
+
created_at:
|
|
9
|
+
current_password: "ọ̀rọ̀ aṣínà lọ́wọ́lọ́wọ́"
|
|
10
|
+
current_sign_in_at:
|
|
11
|
+
current_sign_in_ip:
|
|
12
|
+
email: "í-meèlì"
|
|
13
|
+
encrypted_password:
|
|
14
|
+
failed_attempts:
|
|
15
|
+
last_sign_in_at:
|
|
16
|
+
last_sign_in_ip:
|
|
17
|
+
locked_at:
|
|
18
|
+
password: "ọ̀rọ̀ aṣínà "
|
|
19
|
+
password_confirmation: "ìfàṣẹsí ọ̀rọ̀ aṣínà"
|
|
20
|
+
remember_created_at:
|
|
21
|
+
remember_me: Rántí mi
|
|
22
|
+
reset_password_sent_at:
|
|
23
|
+
reset_password_token: Tún ọ̀rọ̀ aṣínà tè
|
|
24
|
+
sign_in_count:
|
|
25
|
+
unconfirmed_email:
|
|
26
|
+
unlock_token: Síí àmì
|
|
27
|
+
updated_at:
|
|
28
|
+
models:
|
|
29
|
+
user: aṣàmúlò
|
|
30
|
+
devise:
|
|
31
|
+
confirmations:
|
|
32
|
+
confirmed: "ìfàṣẹsí ti wà fún í-meèlì rẹ tí a ti ní "
|
|
33
|
+
new:
|
|
34
|
+
resend_confirmation_instructions: Fi ìfàṣẹsí ìlànà ṣọwó
|
|
35
|
+
send_instructions: Wàá gba í-meèlì pẹ̀lú ìlànà bí o se maa fi ìfàṣẹsí ṣí àdírẹ́ẹ̀sì í-meèlì rẹ ní ìṣẹ́jú díẹ̀
|
|
36
|
+
send_paranoid_instructions: Ti àdírẹ́ẹ̀sì í-meèlì rẹ ba wà ní àkójọpọ̀ data wa, ìwọ yóò gba í-meèlì láti ọ̀dọ̀ wa pẹ̀lú ìlànà bí o se maa fi ìfàṣẹsí ṣí àdírẹ́ẹ̀sì í-meèlì rẹ ní ìṣẹ́jú díẹ̀
|
|
37
|
+
failure:
|
|
38
|
+
already_authenticated: "ẹ̀ ti wọlé síbẹ́síbẹ́"
|
|
39
|
+
inactive: "àkántì rẹ ko ṣiṣẹ síbẹ́síbẹ́"
|
|
40
|
+
invalid: "àìfẹsẹ̀múlẹ̀ í-meèlì tàbí ọ̀rọ̀ aṣínà "
|
|
41
|
+
last_attempt: O ní ànfààní ìgbìnyànjú kan si kí a tó tii àkántì rẹ pa
|
|
42
|
+
locked: "àkántì re tii tì pa"
|
|
43
|
+
not_found_in_database: " àìfẹsẹ̀múlẹ̀ í-meèlì àdírẹ́sì wọlé ọ̀rọ̀ aṣínà"
|
|
44
|
+
timeout: "ìgbà re tii parí. Jọ̀wọ́ wọlé lẹẹkan si láti tẹ̀síwájú"
|
|
45
|
+
unauthenticated: O nílọ̀ láti wọlé kí o tó tẹ̀síwájú
|
|
46
|
+
unconfirmed: Wà ni láti fi àṣẹsí í-meèlì rẹ kí o tó tẹ̀síwájú
|
|
47
|
+
mailer:
|
|
48
|
+
confirmation_instructions:
|
|
49
|
+
action: Fi àṣẹsí àkántì mi
|
|
50
|
+
greeting: Káàbọ̀ %{recipient}!
|
|
51
|
+
instruction: O lé fi àṣẹsí àkántì í-meèlì rẹ pẹ̀lú ìtọ́kasí ni isalẹ
|
|
52
|
+
subject: "ìmúdájú ìlànà"
|
|
53
|
+
password_change:
|
|
54
|
+
greeting: "Ẹ ǹlẹ́ o %{recipient}"
|
|
55
|
+
message: A n kàn sí yin láti sọ fún yín wípé a ti pa ọ̀rọ̀ aṣínà yín padà
|
|
56
|
+
subject: aṣínà ti yípadà
|
|
57
|
+
reset_password_instructions:
|
|
58
|
+
action: "ṣàyípadà aṣínà mi"
|
|
59
|
+
greeting: "Ẹ ǹlẹ́ o %{recipient}!"
|
|
60
|
+
instruction: Eni kan bèrè láti yí aṣínà yín padà, ẹ le se eléyi pẹ̀lú ìtọ́kasí ni isalẹ
|
|
61
|
+
instruction_2: "í ẹ ko bá bèèrè fun, ejọwọ, ẹ ma tẹ̀lé ìmọ̀ràn inu í-meèlì yi"
|
|
62
|
+
instruction_3: Aṣínà yín ko ni yin pada laise pe ẹ tẹ̀lé ìtọ́kasí towa loke ki ẹ to le dá titun
|
|
63
|
+
subject: "ṣàtúntò aṣínà ìtọ́sọ́nà"
|
|
64
|
+
unlock_instructions:
|
|
65
|
+
action: |
|
|
66
|
+
Síí àkántì mi
|
|
67
|
+
greeting: "Ẹ ǹlẹ́ o %{recipient}!"
|
|
68
|
+
instruction: "ṣíra tẹ̀ẹ́ ìtọ́kasí isalẹ láti síí àkántì rẹ"
|
|
69
|
+
message: "àkántì re tii tì pa nítorí ìgbìyànjú ati wọlé nigba púpọ̀ to forí ṣánpọ́n"
|
|
70
|
+
subject: Síí ìtọ́sọ́nà
|
|
71
|
+
omniauth_callbacks:
|
|
72
|
+
failure: Ko le ṣàrídájú rẹ láti %{kind} nítorítí “%{reason}
|
|
73
|
+
success: "áṣeyọrí ìjẹ́rìísí láti %{kind} àkántì"
|
|
74
|
+
passwords:
|
|
75
|
+
edit:
|
|
76
|
+
change_my_password: |
|
|
77
|
+
ṣàyípadà aṣínà mi
|
|
78
|
+
change_your_password: "ṣàyípadà aṣínà rẹ"
|
|
79
|
+
confirm_new_password: Fi àṣẹsí aṣínà tuntun
|
|
80
|
+
new_password: Aṣínà tuntun
|
|
81
|
+
new:
|
|
82
|
+
forgot_your_password: "Ṣé o gbàgbé aṣínà rẹ? "
|
|
83
|
+
send_me_reset_password_instructions: |
|
|
84
|
+
Fi ṣàtúntò aṣínà ìtọ́sọ́nà ránṣẹ́
|
|
85
|
+
no_token: O ko le wọlé síí ìwé yii láì se nípasẹ̀ àtúntò í-meèlì aṣínà re. Tí o bá wá láti aṣínà àtúntò í-meèlì, jọ̀wọ́ rii dáni loju pé o lo URL tí a pèsè
|
|
86
|
+
send_instructions: O gba í-meèlì pelu àlàyé bí o se le ṣàtúntò aṣínà rẹ ní ìṣẹ́jú díẹ̀
|
|
87
|
+
send_paranoid_instructions: Ti àdírẹ́ẹ̀sì í-meèlì rẹ ba wà ní àkójọpọ̀ data wa, ìwọ yóò gba ìtọ́kasí aṣínà ní í-meèlì rẹ ní ìṣẹ́jú díẹ̀
|
|
88
|
+
updated: |
|
|
89
|
+
A ti sàyípadà aṣínà re. ẹ̀ ti wọlé
|
|
90
|
+
updated_not_active: A ti sàyípadà aṣínà re
|
|
91
|
+
registrations:
|
|
92
|
+
destroyed: |
|
|
93
|
+
òdàbö! A ti fagi lé àkántì re. A léro pé o maa padà wá
|
|
94
|
+
edit:
|
|
95
|
+
are_you_sure: "Ṣé o da ẹ lójú? "
|
|
96
|
+
cancel_my_account: Fagi lé àkántì mi
|
|
97
|
+
currently_waiting_confirmation_for_email: |
|
|
98
|
+
A n dúró lọ́wọ́lọ́wọ́ fún ìfàṣẹsí : %{email}
|
|
99
|
+
leave_blank_if_you_don_t_want_to_change_it: " Fi sílẹ̀ ti o ko ba fe yi padà"
|
|
100
|
+
title: |
|
|
101
|
+
ṣàtúnṣe %{resource}
|
|
102
|
+
unhappy: "ìbànújẹ́?"
|
|
103
|
+
update: "ṣàfikùn"
|
|
104
|
+
we_need_your_current_password_to_confirm_your_changes: A nilo aṣínà ti o n lo lọ́wọ́lọ́wọ́ láti ṣàrídájú àyípadà rẹ
|
|
105
|
+
new:
|
|
106
|
+
sign_up: |
|
|
107
|
+
Forúkọsílẹ̀
|
|
108
|
+
signed_up: Káàbọ̀! iforúkọsílẹ̀ rẹ wọlé pẹ̀lú àṣeyọrí
|
|
109
|
+
signed_up_but_inactive: " Iforúkọsílẹ̀ rẹ wọlé pẹ̀lú àṣeyọrí. Ṣùgbọ́n, a kò lé jẹ́ kí o wọlé nítoripe àkántì rẹ ko tí sọ di aṣiṣẹ́"
|
|
110
|
+
signed_up_but_locked: |
|
|
111
|
+
Iforúkọsílẹ̀ rẹ wọlé pẹ̀lú àṣeyọrí. Ṣùgbọ́n, a kò lé jẹ́ kí o wọlé nítoripe àkántì re tii tì pa
|
|
112
|
+
signed_up_but_unconfirmed: |
|
|
113
|
+
O gba í-meèlì pelu àrídájú ìtọ́kasí. Jọ̀wọ́ tẹ̀lẹ́ ìtọ́kasí tí o sọ di aṣiṣẹ́ ki àkántì rẹ to le ṣiṣẹ́
|
|
114
|
+
update_needs_confirmation: 'O ti ṣàfikún àkántì rẹ pẹ̀lú àṣeyọrí, Ṣùgbọ́n, a nilo láti ṣàrídájú í-meèlì tuntun. Jọ̀wọ́ yẹ í-meèlì rẹ ki o si ṣàrídájú ìtọ́kasí láti ṣàrídájú í-meèlì tuntun '
|
|
115
|
+
updated: |
|
|
116
|
+
A ti ṣàfikún àkántì rẹ pẹ̀lú àṣeyọrí
|
|
117
|
+
sessions:
|
|
118
|
+
already_signed_out: O jáde pẹ̀lú àṣeyọrí
|
|
119
|
+
new:
|
|
120
|
+
sign_in: Wọlé
|
|
121
|
+
signed_in: O wọlé pẹ̀lú àṣeyọrí
|
|
122
|
+
signed_out: O jáde pẹ̀lú àṣeyọrí
|
|
123
|
+
shared:
|
|
124
|
+
links:
|
|
125
|
+
back: Padà sẹ́yìn
|
|
126
|
+
didn_t_receive_confirmation_instructions: Ko gba ìmúdájú ilana?
|
|
127
|
+
didn_t_receive_unlock_instructions: Ko gba kọ́kọ́rọ́ ilana?
|
|
128
|
+
forgot_your_password: Gbàgbe aṣínà?
|
|
129
|
+
sign_in: Wọlé
|
|
130
|
+
sign_in_with_provider: Wọlé pẹ̀lú %{provider}
|
|
131
|
+
sign_up: Forúkọsílẹ̀
|
|
132
|
+
unlocks:
|
|
133
|
+
new:
|
|
134
|
+
resend_unlock_instructions: |
|
|
135
|
+
Fi kọ́kọ́rọ́ ilana ṣọwó lẹ́ẹ̀kàn si
|
|
136
|
+
send_instructions: |
|
|
137
|
+
O gba í-meèlì pẹ̀lú ilana bí o ṣe le ṣe ṣi kọ́kọ́rọ́ àkántì rẹ ní ìṣẹ́jú díẹ̀
|
|
138
|
+
send_paranoid_instructions: Ti àkántì rẹ bá wà, O gba í-meèlì pẹ̀lú ilana bí o ṣe lè ṣe ṣi kọ́kọ́rọ́ àkántì rẹ ní ìṣẹ́jú díẹ̀
|
|
139
|
+
unlocked: Kọ́kọ́rọ́ àkántì rẹ ti si pẹ̀lú àṣeyọrí. Jọ̀wọ́ wọlé láti tẹ̀ síwájú
|
|
140
|
+
errors:
|
|
141
|
+
messages:
|
|
142
|
+
already_confirmed: A ti ṣe àrídájú, jọ̀wọ́ wọlé
|
|
143
|
+
confirmation_period_expired: A ni láti ṣe àrídájú rẹ %{period}, jọ̀wọ́ béèrè fún tuntun
|
|
144
|
+
expired: |
|
|
145
|
+
O ti kú, Jọ̀wọ́ béèrè fún tuntun
|
|
146
|
+
not_found: |
|
|
147
|
+
Kò sí
|
|
148
|
+
not_locked: A kò tí
|
|
149
|
+
not_saved:
|
|
150
|
+
one: |
|
|
151
|
+
1 àsìse sèdíwọ elè yìí %{resource} láti lè fi pamọ́
|
|
152
|
+
other: "%{count}àsìse sèdíwọ elè yìí %{resource} láti lè fi pamọ́"
|