devise-i18n 1.1.2 → 1.2.0
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/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/lt.yml
CHANGED
@@ -2,13 +2,29 @@ lt:
|
|
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/lv.yml
CHANGED
@@ -2,13 +2,29 @@ lv:
|
|
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: Tagadējā parole
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: Epasts
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: Parole
|
8
19
|
password_confirmation: Apstiprināt paroli
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Atcerēties mani
|
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: Lietotājs
|
14
30
|
devise:
|
@@ -1,14 +1,30 @@
|
|
1
|
-
|
1
|
+
ms:
|
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/nb.yml
CHANGED
@@ -2,13 +2,29 @@ nb:
|
|
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: Gjeldende passord
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: E-post
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: Passord
|
8
19
|
password_confirmation: Gjenta passordet
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Husk meg
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token: Nytt passord-kode
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
11
26
|
unlock_token: Lås opp-kode
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: Brukerkonto
|
14
30
|
devise:
|
data/rails/locales/nl.yml
CHANGED
@@ -2,13 +2,29 @@ nl:
|
|
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: Huidig wachtwoord
|
6
|
-
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
12
|
+
email: E-mailadres
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: Wachtwoord
|
8
19
|
password_confirmation: Bevestig wachtwoord
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Ingelogd blijven
|
10
|
-
|
11
|
-
|
22
|
+
reset_password_sent_at:
|
23
|
+
reset_password_token: Reset wachtwoord token
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
26
|
+
unlock_token: Ontgrendel token
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: Gebruiker
|
14
30
|
devise:
|
@@ -32,24 +48,24 @@ nl:
|
|
32
48
|
confirmation_instructions:
|
33
49
|
action: Bevestig mijn account
|
34
50
|
greeting: Welkom %{recipient}!
|
35
|
-
instruction: '
|
51
|
+
instruction: 'Je kunt je e-mailadres bevestigen via onderstaande link:'
|
36
52
|
subject: Bevestiging
|
37
53
|
password_change:
|
38
|
-
greeting:
|
39
|
-
message:
|
40
|
-
subject:
|
54
|
+
greeting: Hallo %{recipient}!
|
55
|
+
message: We stellen je met deze e-mail ervan op de hoogte dat je wachtwoord is gewijzigd.
|
56
|
+
subject: Je wachtwoord is gewijzigd
|
41
57
|
reset_password_instructions:
|
42
58
|
action: Verander mijn wachtwoord
|
43
59
|
greeting: Hallo %{recipient}!
|
44
60
|
instruction: Iemand heeft een link gevraagd om uw wachtwoord te wijzigen; dit kan via onderstaande link.
|
45
|
-
instruction_2: Als
|
46
|
-
instruction_3:
|
61
|
+
instruction_2: Als je dit niet zelf hebt gevraagd, negeer deze mail dan alsjeblieft.
|
62
|
+
instruction_3: Je wachtwoord zal niet wijzigen totdat je bovenstaande link hebt gevolgd en een nieuw wachtwoord hebt aangemaakt.
|
47
63
|
subject: Instructies om je wachtwoord opnieuw in te stellen
|
48
64
|
unlock_instructions:
|
49
65
|
action: Ontgrendel mijn account
|
50
66
|
greeting: Hallo %{recipient}!
|
51
|
-
instruction: '
|
52
|
-
message:
|
67
|
+
instruction: 'Je kunt je account ontgrendelen via onderstaande link:'
|
68
|
+
message: Je account is vergrendeld door te veel mislukte pogingen om in te loggen.
|
53
69
|
subject: Ontgrendelinstructies
|
54
70
|
omniauth_callbacks:
|
55
71
|
failure: We konden je niet aanmelden op je %{kind} omdat "%{reason}".
|
@@ -57,7 +73,7 @@ nl:
|
|
57
73
|
passwords:
|
58
74
|
edit:
|
59
75
|
change_my_password: Verander mijn wachtwoord
|
60
|
-
change_your_password: Wijzig
|
76
|
+
change_your_password: Wijzig je wachtwoord
|
61
77
|
confirm_new_password: Bevestig nieuw wachtwoord
|
62
78
|
new_password: Nieuw wachtwoord
|
63
79
|
new:
|
@@ -71,14 +87,14 @@ nl:
|
|
71
87
|
registrations:
|
72
88
|
destroyed: Je account is verwijderd, wellicht tot ziens!
|
73
89
|
edit:
|
74
|
-
are_you_sure: Weet
|
90
|
+
are_you_sure: Weet je het zeker?
|
75
91
|
cancel_my_account: Annuleer mijn account
|
76
92
|
currently_waiting_confirmation_for_email: 'Aan het wachten op de bevestiging voor: %{email}'
|
77
|
-
leave_blank_if_you_don_t_want_to_change_it: laat leeg als
|
93
|
+
leave_blank_if_you_don_t_want_to_change_it: laat leeg als je het niet wilt wijzigen
|
78
94
|
title: Bewerk %{resource}
|
79
95
|
unhappy: Niet blij
|
80
96
|
update: Bijwerken
|
81
|
-
we_need_your_current_password_to_confirm_your_changes: we hebben
|
97
|
+
we_need_your_current_password_to_confirm_your_changes: we hebben je huidige wachtwoord nodig om je veranderingen te bevestigen
|
82
98
|
new:
|
83
99
|
sign_up: Maak account aan
|
84
100
|
signed_up: Je bent ingeschreven.
|
data/rails/locales/nn-NO.yml
CHANGED
@@ -2,13 +2,29 @@ nn-NO:
|
|
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: Noverande passord
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: Epost
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: Passord
|
8
19
|
password_confirmation: Stadfest passord
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Hugs meg
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token: Nullstill passord-nøkkel
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
11
26
|
unlock_token: Lås opp nøkkel
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: Brukar
|
14
30
|
devise:
|
data/rails/locales/no.yml
CHANGED
@@ -2,13 +2,29 @@
|
|
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/pl.yml
CHANGED
@@ -2,13 +2,29 @@ pl:
|
|
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: Aktualne hasło
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: Adres e-mail
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: Hasło
|
8
19
|
password_confirmation: Potwierdzenie hasła
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Zapamiętaj mnie
|
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: Użytkownik
|
14
30
|
devise:
|
data/rails/locales/pt-BR.yml
CHANGED
@@ -2,13 +2,29 @@ pt-BR:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
+
confirmation_sent_at:
|
6
|
+
confirmation_token:
|
7
|
+
confirmed_at: Confirmado em
|
8
|
+
created_at: Criado em
|
5
9
|
current_password: Senha atual
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip: IP do acesso atual
|
6
12
|
email: Email
|
13
|
+
encrypted_password: Senha criptografada
|
14
|
+
failed_attempts: Tentativas sem sucesso
|
15
|
+
last_sign_in_at: "Último acesso em"
|
16
|
+
last_sign_in_ip: "Último IP de acesso"
|
17
|
+
locked_at:
|
7
18
|
password: Senha
|
8
19
|
password_confirmation: Confirme sua senha
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: Lembre-se de mim
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token: Resetar token de senha
|
11
|
-
|
24
|
+
sign_in_count: Contagem de acessos
|
25
|
+
unconfirmed_email:
|
26
|
+
unlock_token: Token de desbloqueio
|
27
|
+
updated_at: Atualizado em
|
12
28
|
models:
|
13
29
|
user: Usuário
|
14
30
|
devise:
|
data/rails/locales/pt.yml
CHANGED
@@ -2,13 +2,29 @@ pt:
|
|
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: Lembrar-se de mim
|
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/ro.yml
CHANGED
@@ -2,13 +2,29 @@ ro:
|
|
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: Parola curentă
|
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: Parolă
|
8
19
|
password_confirmation: Confirmare parolă
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: "Ține-mă minte"
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token: Resetează jetonul parolei
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
11
26
|
unlock_token: Deblochează jetonul
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: Utilizator
|
14
30
|
devise:
|
data/rails/locales/ru.yml
CHANGED
@@ -2,13 +2,29 @@ ru:
|
|
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/sk.yml
CHANGED
@@ -2,13 +2,29 @@ sk:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
+
confirmation_sent_at: Potvrdenie poslané
|
6
|
+
confirmation_token: Potvrdzovací kľúč
|
7
|
+
confirmed_at: Potvrdené
|
8
|
+
created_at: Vytvorené
|
5
9
|
current_password: Súčasné heslo
|
10
|
+
current_sign_in_at: Súčasné prihlásenie
|
11
|
+
current_sign_in_ip: IP adresa súčasného prihlásenia
|
6
12
|
email: Email
|
13
|
+
encrypted_password: Zašifrované heslo
|
14
|
+
failed_attempts: Zlé pokusy
|
15
|
+
last_sign_in_at: Posledné prihlásenie
|
16
|
+
last_sign_in_ip: IP adresa posledného prihlásenia
|
17
|
+
locked_at: Zamknuté
|
7
18
|
password: Heslo
|
8
19
|
password_confirmation: Potvrdenie hesla
|
20
|
+
remember_created_at: Pamätanie vytvorené
|
9
21
|
remember_me: Zapamätať si ma
|
10
|
-
|
11
|
-
|
22
|
+
reset_password_sent_at: Reset hesla poslaný
|
23
|
+
reset_password_token: Kľúč resetu hesla
|
24
|
+
sign_in_count: Počet prihlásení
|
25
|
+
unconfirmed_email: Nepotvrdený email
|
26
|
+
unlock_token: Odomykací kľúč
|
27
|
+
updated_at: Aktualizované
|
12
28
|
models:
|
13
29
|
user: Používateľ
|
14
30
|
devise:
|
@@ -35,9 +51,9 @@ sk:
|
|
35
51
|
instruction: 'Môžete potvrdiť emailovú adresu vášho účtu pomocou odkazu nižšie:'
|
36
52
|
subject: Potvrdzovacie inštrukcie
|
37
53
|
password_change:
|
38
|
-
greeting:
|
39
|
-
message:
|
40
|
-
subject:
|
54
|
+
greeting: Ahoj %{recipient}!
|
55
|
+
message: Upozorňujeme vás, že vaše heslo bolo zmenené.
|
56
|
+
subject: Heslo zmenené
|
41
57
|
reset_password_instructions:
|
42
58
|
action: Zmeniť moje heslo
|
43
59
|
greeting: Ahoj %{recipient}!
|