devise-i18n 0.0.1
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.
- data/.DS_Store +0 -0
- data/.document +5 -0
- data/.rspec +1 -0
- data/.rvmrc +1 -0
- data/.travis.yml +1 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +30 -0
- data/LICENSE.txt +20 -0
- data/README.md +30 -0
- data/Rakefile +49 -0
- data/VERSION +1 -0
- data/devise-i18n.gemspec +87 -0
- data/lib/devise-i18n.rb +10 -0
- data/locale/.DS_Store +0 -0
- data/locale/ca.yml +67 -0
- data/locale/cs.yml +50 -0
- data/locale/da.yml +64 -0
- data/locale/en-US.yml +67 -0
- data/locale/fa.yml +50 -0
- data/locale/fi.yml +49 -0
- data/locale/he.yml +34 -0
- data/locale/hr.yml +53 -0
- data/locale/hu.yml +55 -0
- data/locale/id.yml +42 -0
- data/locale/is.yml +40 -0
- data/locale/it.yml +65 -0
- data/locale/ja.yml +38 -0
- data/locale/lt.yml +38 -0
- data/locale/lv.yml +62 -0
- data/locale/my.yml +41 -0
- data/locale/nb.yml +49 -0
- data/locale/nl.yml +41 -0
- data/locale/sk.yml +64 -0
- data/locale/sv.yml +63 -0
- data/spec/devise-i18n_spec.rb +8 -0
- data/spec/spec_helper.rb +12 -0
- metadata +141 -0
data/locale/ja.yml
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
ja:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: アカウントを登録しました。
|
5
|
+
send_instructions: 登録方法を数分以内にメールでご連絡します。
|
6
|
+
failure:
|
7
|
+
inactive: アカウントがアクティベートされていません。
|
8
|
+
invalid: メールアドレスかパスワードが違います。
|
9
|
+
invalid_token: 認証キーが不正です。
|
10
|
+
locked: あなたのアカウントは凍結されています。
|
11
|
+
timeout: セッションがタイムアウトしました。もう一度ログインしてください。
|
12
|
+
unauthenticated: ログインしてください。
|
13
|
+
unconfirmed: 本登録を行ってください。
|
14
|
+
mailer:
|
15
|
+
confirmation_instructions:
|
16
|
+
subject: アカウントの登録方法
|
17
|
+
reset_password_instructions:
|
18
|
+
subject: パスワードの再設定
|
19
|
+
unlock_instructions:
|
20
|
+
subject: アカウントの凍結解除
|
21
|
+
passwords:
|
22
|
+
send_instructions: パスワードのリセット方法を数分以内にメールでご連絡します。
|
23
|
+
updated: パスワードを変更しました。
|
24
|
+
registrations:
|
25
|
+
destroyed: アカウントを削除しました。またのご利用をお待ちしております。
|
26
|
+
signed_up: アカウント登録を受け付けました。確認のメールをお送りします。
|
27
|
+
updated: アカウントを更新しました。
|
28
|
+
sessions:
|
29
|
+
signed_in: ログインしました。
|
30
|
+
signed_out: ログアウトしました。
|
31
|
+
unlocks:
|
32
|
+
send_instructions: アカウントの凍結解除方法を数分以内にメールでご連絡します。
|
33
|
+
unlocked: アカウントを凍結解除しました。
|
34
|
+
errors:
|
35
|
+
messages:
|
36
|
+
already_confirmed: は既に登録済みです
|
37
|
+
not_found: は見つかりませんでした
|
38
|
+
not_locked: は凍結されていません
|
data/locale/lt.yml
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
lt:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Jūsų vartotojas sėkmingai patvirtintas. Dabar jūs esate prisijungę.
|
5
|
+
send_instructions: Už keletos minučių el. paštu gausite instrukcijas, kaip patvirtinti
|
6
|
+
savo vartotoją.
|
7
|
+
failure:
|
8
|
+
inactive: Jūsų prisijungimas dar neaktyvuotas.
|
9
|
+
invalid: Neteisingas el. paštas arba slaptažodis.
|
10
|
+
invalid_token: Neteisingas aktyvacijos kodas.
|
11
|
+
locked: Jūsų prisijungimas blokuojamas.
|
12
|
+
timeout: Jūsų prisijungimo laikas baigėsi, prašome prisijungti iš naujo.
|
13
|
+
unauthenticated: Prieš tęsiant reikia prisijungti arba užsiregistruoti.
|
14
|
+
unconfirmed: Prieš tęsiant reikia patvirtinti savo vartotoją.
|
15
|
+
mailer:
|
16
|
+
confirmation_instructions:
|
17
|
+
subject: Vartotojo patvirtinimo instrukcija
|
18
|
+
reset_password_instructions:
|
19
|
+
subject: Slaptažodžio priminimo instrukcija
|
20
|
+
unlock_instructions:
|
21
|
+
subject: Vartotojo atblokavimo instrukcija
|
22
|
+
passwords:
|
23
|
+
send_instructions: Jūs gausite el. laišką su slaptažodžio priminimo instrukcijomis
|
24
|
+
kelių minučių bėgyje.
|
25
|
+
updated: Jūsų slaptažodis sėkmingai pakeistas. Jūs dabar esate prisijungęs.
|
26
|
+
registrations:
|
27
|
+
destroyed: Viso geriausio! Jūsų vartotojas buvo pašalintas, tikimės kad ateityje
|
28
|
+
naudositės mūsų paslaugomis.
|
29
|
+
signed_up: Jūs sėkmingai užsiregistravote. Jeigu nustatytą, tai gausite patvirtinimo
|
30
|
+
laišką el. paštu.
|
31
|
+
updated: Sėkmingai atnaujinote vartotojo informaciją.
|
32
|
+
sessions:
|
33
|
+
signed_in: Prisijungėte sėkmingai.
|
34
|
+
signed_out: Atsijungėte sėkmingai.
|
35
|
+
unlocks:
|
36
|
+
send_instructions: Už keletos minučių el. paštu gausite instrukcijas, kaip atblokuoti
|
37
|
+
savo prisijungimą.
|
38
|
+
unlocked: Jūsų vartotojas sėkmingai atblokuotas. Dabar galite prisijungti.
|
data/locale/lv.yml
ADDED
@@ -0,0 +1,62 @@
|
|
1
|
+
lv:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Jūsu lietotājs ir veiksmīgi apstiprināts. Jūs esat pieslēdzies.
|
5
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts,
|
6
|
+
kā apstiprināt Jūsu lietotāju.
|
7
|
+
send_paranoid_instructions: Ja Jūsu parole eksistē mūsu datubāzē, tad pāris
|
8
|
+
minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts, kā apstiprināt Jūsu lietotāju.
|
9
|
+
failure:
|
10
|
+
already_authenticated: Jūs jau esiet pieslēdzies.
|
11
|
+
inactive: Jūsu lietotajs vēl nav aktivizēts.
|
12
|
+
invalid: Nekorekts epasts vai parole.
|
13
|
+
invalid_token: Nekoreta autentifikācijas atslēga.
|
14
|
+
locked: Jūsu lietotājs ir nobloķēts.
|
15
|
+
timeout: Jūsu sesijas laiks ir beidzies. Lūdzu pieslēdzieties vēlreiz, lai turpinātu.
|
16
|
+
unauthenticated: Jums ir jāpieslēdzas vai jāreģistrējas, lai turpinātu.
|
17
|
+
unconfirmed: Jums ir jāapstiprina reģistrācijas epasts, lai turpinātu.
|
18
|
+
mailer:
|
19
|
+
confirmation_instructions:
|
20
|
+
subject: Apstiprināšanas apraksts
|
21
|
+
reset_password_instructions:
|
22
|
+
subject: Paroles nomainīšanas apraksts
|
23
|
+
unlock_instructions:
|
24
|
+
subject: Atbloķēšanas apraksts
|
25
|
+
omniauth_callbacks:
|
26
|
+
failure: ! 'Neizdevās autorizeties ar %{kind} lietotāju. Iemesls: "%{reason}".'
|
27
|
+
success: Veiksmīgi autorizējis ar %{kind} lietotāju.
|
28
|
+
passwords:
|
29
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts,
|
30
|
+
kā nomainīt jūsu paroli.
|
31
|
+
send_paranoid_instructions: Ja Jūsu parole eksistē mūsu datubāzē, tad jums tiks
|
32
|
+
nosūtīts paroles atjaunošanas apraksts uz epastu
|
33
|
+
updated: Jūsu parole ir veiksmīgi nomainīta. Jūs esat pieslēdzies.
|
34
|
+
registrations:
|
35
|
+
destroyed: Uz redzēšanos! Jūsu lietotājs ir veiksmīgi dzēsts. Ceram Jūs atkal
|
36
|
+
redzēt drīzumā.
|
37
|
+
inactive_signed_up: Jūs esiet veiksmīgi reģistrējies. Tomēr Jūs neesiet pieslēdzies,
|
38
|
+
jo jūsu lietotājs ir %{reason}.
|
39
|
+
reasons:
|
40
|
+
inactive: neaktīvs
|
41
|
+
locked: nobloķēts
|
42
|
+
unconfirmed: neapstiprināts
|
43
|
+
signed_up: Laipni lūgti! Jūs esiet veiksmīgi reģistrējies.
|
44
|
+
updated: Jūsu lietotājs ir veiksmīgi labots.
|
45
|
+
sessions:
|
46
|
+
signed_in: Veiksmīgi pieslēdzies.
|
47
|
+
signed_out: Veiksmīgi atslēdzies.
|
48
|
+
unlocks:
|
49
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts,
|
50
|
+
kā atbloķēt Jūsu lietotāju.
|
51
|
+
send_paranoid_instructions: Ja Jūsu parole eksistē mūsu datubāzē, tad pāris
|
52
|
+
minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts, kā atbloķēt jūsu lietotāju.
|
53
|
+
unlocked: Jūsu lietotājs ir veiksmīgi atbloķēts. Jūs esat pieslēdzies.
|
54
|
+
errors:
|
55
|
+
messages:
|
56
|
+
already_confirmed: ir jau apstiprināts, lūdzu mēģiniet pieslēgties
|
57
|
+
expired: derīgums beidzies, lūdzu piesakieties jaunam
|
58
|
+
not_found: netika atrasts
|
59
|
+
not_locked: netika nobloķēts
|
60
|
+
not_saved:
|
61
|
+
one: ! '%{resource} netika saglabāts 1 kļūdas dēļ:'
|
62
|
+
other: ! '%{resource} netika saglabāts %{count} kļūdu dēl:'
|
data/locale/my.yml
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
# Additional translations at http://github.com/plataformatec/devise/wiki/I18n
|
2
|
+
|
3
|
+
my:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
not_found: "tidak dijumpai"
|
7
|
+
already_confirmed: "sudah disahkan"
|
8
|
+
not_locked: "tidak dikunci"
|
9
|
+
|
10
|
+
devise:
|
11
|
+
failure:
|
12
|
+
unauthenticated: 'Anda harus mendaftar atau sign in sebelum meneruskan .'
|
13
|
+
unconfirmed: 'Anda harus melakukan proses pengesahan sebalum meneruskan.'
|
14
|
+
locked: 'Akun anda terkunci.'
|
15
|
+
invalid: 'email atau password yang anda masukkan salah.'
|
16
|
+
invalid_token: 'Kesalahan pada authentication token.'
|
17
|
+
timeout: 'Sesi anda telah tamat, silahkan sign in bagi meneruskan sesi yang baru.'
|
18
|
+
inactive: 'Akun anda belum diaktifkan.'
|
19
|
+
sessions:
|
20
|
+
signed_in: 'Proses sign in berjaya.'
|
21
|
+
signed_out: 'Proses sign out berjaya.'
|
22
|
+
passwords:
|
23
|
+
send_instructions: 'Anda akan menerima e-mail mengenai langkah mengubah password sebentar lagi.'
|
24
|
+
updated: 'Password anda telah berjaya diubah. Anda telah sign in.'
|
25
|
+
confirmations:
|
26
|
+
send_instructions: 'Anda akan menerima e-mail mengenai langkah proses pengesahan akaun sebentar lagi.'
|
27
|
+
confirmed: 'Akaun anda telah berjaya disahkan. Anda telah sign in.'
|
28
|
+
registrations:
|
29
|
+
signed_up: 'Proses pendaftaran berjaya. Link untuk mengaktifkan akaun telah dihantar di e-mail.'
|
30
|
+
updated: 'Akaun anda telah dikemaskini'
|
31
|
+
destroyed: 'Selamat Tinggal, akaun anda telah di tutup'
|
32
|
+
unlocks:
|
33
|
+
send_instructions: 'Anda akan menerima e-mail mengenai langkah membuka akaun kembali sebentar lagi.'
|
34
|
+
unlocked: 'Akun anda telah berjaya dibuka. Anda telah sign in.'
|
35
|
+
mailer:
|
36
|
+
confirmation_instructions:
|
37
|
+
subject: 'Arahan proses pengesahan'
|
38
|
+
reset_password_instructions:
|
39
|
+
subject: 'Arahan mengubah password'
|
40
|
+
unlock_instructions:
|
41
|
+
subject: 'Arahan membuka akaun kembali'
|
data/locale/nb.yml
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
nb:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Din konto er aktiveret og du er nå innlogget.
|
5
|
+
send_instructions: Du vil snart motta en epost med instruksjoner for å aktivere
|
6
|
+
din konto.
|
7
|
+
failure:
|
8
|
+
inactive: Din konto er ikke aktivert.
|
9
|
+
invalid: Epost-adresse eller passord er ikke gyldig.
|
10
|
+
invalid_token: Ugyldig autentiserings-token.
|
11
|
+
locked: Din konto er låst.
|
12
|
+
timeout: Din sesjon er utløpt. Logg inn igjen for å kunne fortsette.
|
13
|
+
unauthenticated: Du må logge inn eller registrere deg for å kunne fortsette.
|
14
|
+
unconfirmed: Du må bekrefte kontoen din for å kunne fortsette.
|
15
|
+
mailer:
|
16
|
+
confirmation_instructions:
|
17
|
+
subject: Bekreftelsesinstruksjoner
|
18
|
+
reset_password_instructions:
|
19
|
+
subject: Nullstilling av passord
|
20
|
+
unlock_instructions:
|
21
|
+
subject: Gjenåpning av konto
|
22
|
+
omniauth_callbacks:
|
23
|
+
failure: Kunne ikke autorisere deg fra %{kind} fordi "%{reason}".
|
24
|
+
success: Vellykket autorisering fra %{kind}.
|
25
|
+
passwords:
|
26
|
+
send_instructions: Du vil snart motta en epost med instruksjoner for å nullstille
|
27
|
+
passordet ditt.
|
28
|
+
updated: Ditt passord er endret og du er nå innlogget.
|
29
|
+
registrations:
|
30
|
+
destroyed: Farvel. Din konto er nå slettet.
|
31
|
+
inactive_signed_up: Din registrering er vellykket, men vi kunne ikke logge deg
|
32
|
+
inn på grunn av at din konto er %{reason}.
|
33
|
+
signed_up: Velkommen! Din registrering er vellykket.
|
34
|
+
updated: Din profil er oppdatert.
|
35
|
+
sessions:
|
36
|
+
signed_in: Du er nå innlogget.
|
37
|
+
signed_out: Du er nå logget ut.
|
38
|
+
unlocks:
|
39
|
+
send_instructions: Du vil snart motta en epost med instruksjon for å gjenåpne
|
40
|
+
din konto.
|
41
|
+
unlocked: Din konto er gjenåpnet og du er nå innlogget.
|
42
|
+
errors:
|
43
|
+
messages:
|
44
|
+
already_confirmed: har allerede blitt bekreftet. Prøv å logg inn.
|
45
|
+
not_found: ikke funnet
|
46
|
+
not_locked: var ikke låst
|
47
|
+
not_saved:
|
48
|
+
one: ! 'Én feil gjorde at %{resource} ikke kunne lagres:'
|
49
|
+
other: ! '%{count} feil gjorde at %{resource} ikke kunne lagres:'
|
data/locale/nl.yml
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
nl:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Je account is bevestigd.
|
5
|
+
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan
|
6
|
+
bevestigen.
|
7
|
+
failure:
|
8
|
+
inactive: Je account is nog niet geactiveerd.
|
9
|
+
invalid: Ongeldig e-mail of wachtwoord.
|
10
|
+
invalid_token: Invalide authenticiteit token.
|
11
|
+
locked: Je account is gelocked.
|
12
|
+
timeout: Je sessie is verlopen, log a.u.b. opnieuw in.
|
13
|
+
unauthenticated: Je dient in te loggen of je in te schrijven.
|
14
|
+
unconfirmed: Je dient eerst je account te bevestigen.
|
15
|
+
mailer:
|
16
|
+
confirmation_instructions:
|
17
|
+
subject: Bevestiging
|
18
|
+
reset_password_instructions:
|
19
|
+
subject: Wachtwoord resetten
|
20
|
+
unlock_instructions:
|
21
|
+
subject: Unlock instructies
|
22
|
+
passwords:
|
23
|
+
send_instructions: Je ontvangt via e-mail instructies hoe je je wachtwoord moet
|
24
|
+
resetten.
|
25
|
+
updated: Je wachtwoord is gewijzigd. Je bent nu ingelogd.
|
26
|
+
registrations:
|
27
|
+
destroyed: Je account is verwijderd, wellicht tot ziens!
|
28
|
+
signed_up: Je bent inschreven.
|
29
|
+
updated: Je account gegevens zijn opgeslagen.
|
30
|
+
sessions:
|
31
|
+
signed_in: Je bent succesvol ingelogd.
|
32
|
+
signed_out: Je bent succesvol uitgelogd.
|
33
|
+
unlocks:
|
34
|
+
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan
|
35
|
+
un-locken.
|
36
|
+
unlocked: Je account is ge-unlocked. Je kan nu weer inloggen.
|
37
|
+
errors:
|
38
|
+
messages:
|
39
|
+
already_confirmed: is reeds bevestigd
|
40
|
+
not_found: niet gevonden
|
41
|
+
not_locked: is niet gesloten
|
data/locale/sk.yml
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
sk:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Váš účet bol úspešne overený. Teraz ste prihláseny.
|
5
|
+
send_instructions: O niekoľko minút obdržíte email s inštrukciami ako potvrdiť
|
6
|
+
váš účet.
|
7
|
+
send_paranoid_instructions: Ak sa váš email nachádza v našej databáze, obdržíte
|
8
|
+
email s inštrukciami ako potvrdiť váš účet.
|
9
|
+
failure:
|
10
|
+
already_authenticated: Už ste prihláseny.
|
11
|
+
inactive: Váš účet ešte nebol aktivovaný.
|
12
|
+
invalid: Nesprávny email alebo heslo.
|
13
|
+
invalid_token: Nesprávny overovací symbol.
|
14
|
+
locked: Váš účet je uzamknutý.
|
15
|
+
timeout: Platnosť session vypršala, prosím prihláste sa znovu, potom môžete
|
16
|
+
pokračovať.
|
17
|
+
unauthenticated: Musíte sa zaregistrovať alebo odhlásiť, potom možete pokračovať.
|
18
|
+
unconfirmed: Musíte potvrdiť svoj účet, potom možete pokračovať.
|
19
|
+
mailer:
|
20
|
+
confirmation_instructions:
|
21
|
+
subject: Potvrdzovacie inštrukcie.
|
22
|
+
reset_password_instructions:
|
23
|
+
subject: Inštrukcie na obnovu hesla.
|
24
|
+
unlock_instructions:
|
25
|
+
subject: Inštrukcie na odomknutie účtu.
|
26
|
+
omniauth_callbacks:
|
27
|
+
failure: Nie je možné vás autorizovať z %{kind}, pretože %{reason}.
|
28
|
+
success: Úspešná autorizácia z účtu %{kind}.
|
29
|
+
passwords:
|
30
|
+
send_instructions: O niekoľko minút obdržíte email s inštrukciami ako nastaviť
|
31
|
+
nové heslo.
|
32
|
+
send_paranoid_instructions: Ak sa váš email nachádza v našej databáze, obdržíte
|
33
|
+
odkaz na obnovu hesla na svoj email.
|
34
|
+
updated: Vaše heslo bolo úspešne zmenené. Teraz ste prihláseny.
|
35
|
+
updated_not_active: Vaše heslo bolo úspešne zmenené.
|
36
|
+
registrations:
|
37
|
+
destroyed: Dovidenia! Váš účet bol úspešne zrušený. Dúfame, že sa čoskoro opäť
|
38
|
+
uvidíme.
|
39
|
+
inactive_signed_up: Registrácia bola úspešná. Avšak, nemôžeme vás prihlásiť,
|
40
|
+
pretože váš účet je %{reason}.
|
41
|
+
reasons:
|
42
|
+
inactive: neaktívny
|
43
|
+
locked: uzamknutý
|
44
|
+
unconfirmed: neoverený
|
45
|
+
signed_up: Vitajte! Registrácia bola úspešná.
|
46
|
+
updated: Váš účet bol úspešne aktualizovaný.
|
47
|
+
sessions:
|
48
|
+
signed_in: Prihlásenie úspešné.
|
49
|
+
signed_out: Odhlásenie úspešné.
|
50
|
+
unlocks:
|
51
|
+
send_instructions: O niekoľko minút obdržíte email s inštrukciami ako odomknúť
|
52
|
+
vaš účet.
|
53
|
+
send_paranoid_instructions: Ak váš účet existuje, o niekoľko minút obdržíte
|
54
|
+
email s inštrukciami ako ho odomknúť.
|
55
|
+
unlocked: Váš účet bol úspešne odomknutý. Teraz ste prihláseny
|
56
|
+
errors:
|
57
|
+
messages:
|
58
|
+
already_confirmed: bol už potvrdený, skúste sa prihlásiť
|
59
|
+
expired: expiroval, prosím, vyžiadajte si nový
|
60
|
+
not_found: nenájdeny
|
61
|
+
not_locked: nebol uzamknutý
|
62
|
+
not_saved:
|
63
|
+
one: ! '%{resource} nebol uložený kôli chybe:'
|
64
|
+
other: ! '%{resource} nebol uložený kôli %{count} chybám:'
|
data/locale/sv.yml
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
sv:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Ditt konto har bekräftats. Du är nu inloggad.
|
5
|
+
send_instructions: Du kommer att få epost med instruktioner om hur du kan bekräfta
|
6
|
+
ditt konto inom några minuter.
|
7
|
+
send_paranoid_instructions: Om din email är i vår databas, kommer du att få
|
8
|
+
ett mail med instruktioner om hur du ska aktivera ditt konto inom några minuter.
|
9
|
+
failure:
|
10
|
+
already_authenticated: Du har redan loggat in.
|
11
|
+
inactive: Ditt konto har inte aktiverats ännu.
|
12
|
+
invalid: Ogiltig epost eller lösenord.
|
13
|
+
invalid_token: Ogiltig token för autentisering.
|
14
|
+
locked: Ditt konto är låst.
|
15
|
+
timeout: Din session är inte längre giltig, vänligen logga in igen för att fortsätta.
|
16
|
+
unauthenticated: Du måste logga in eller skapa ett konto innan du kan fortsätta.
|
17
|
+
unconfirmed: Du måste bekräfta ditt konto innan du kan fortsätta.
|
18
|
+
mailer:
|
19
|
+
confirmation_instructions:
|
20
|
+
subject: Instruktioner om bekräftning av konto
|
21
|
+
reset_password_instructions:
|
22
|
+
subject: Instrukionter om återställning av lösenord
|
23
|
+
unlock_instructions:
|
24
|
+
subject: Instruktioner om upplåsning av konto
|
25
|
+
omniauth_callbacks:
|
26
|
+
failure: Kunde inte autentisera dig med %{kind} för "%{reason}".
|
27
|
+
success: Autentiserat med %{kind}-konto.
|
28
|
+
passwords:
|
29
|
+
send_instructions: Du kommer få epost med instruktioner om hur du kan återställa
|
30
|
+
ditt lösenord inom några minuter.
|
31
|
+
send_paranoid_instructions: Om din email är i vår databas, kommer du att få
|
32
|
+
en lösenordslänk till din mail.
|
33
|
+
updated: Ditt lösenord har uppdaterats. Du är nu inloggad.
|
34
|
+
registrations:
|
35
|
+
destroyed: Hej då! Ditt konto har avregistrerats. Vi hoppas få se dig snart
|
36
|
+
igen.
|
37
|
+
inactive_signed_up: Ett nytt konto har skapats. Du kunde inte logga in, för
|
38
|
+
ditt konto är %{reason}.
|
39
|
+
reasons:
|
40
|
+
inactive: inaktivt
|
41
|
+
locked: låst
|
42
|
+
unconfirmed: inte aktiverat
|
43
|
+
signed_up: Ett nytt konto har skapats. En bekräftelse har skickats till din
|
44
|
+
epost.
|
45
|
+
updated: Ditt konto har uppdaterats.
|
46
|
+
sessions:
|
47
|
+
signed_in: Loggade in.
|
48
|
+
signed_out: Loggade ut.
|
49
|
+
unlocks:
|
50
|
+
send_instructions: Du kommer få epost med instruktioner om hur du kan låsa upp
|
51
|
+
ditt konto inom några minuter.
|
52
|
+
send_paranoid_instructions: Om ditt konto finns, kommer du att få ett email
|
53
|
+
med instruktioner om hur du låser upp det inom några minuter.
|
54
|
+
unlocked: Ditt konto har låsts upp. Du är nu inloggad.
|
55
|
+
errors:
|
56
|
+
messages:
|
57
|
+
already_confirmed: är redan bekräftad, vänligen logga in igen
|
58
|
+
expired: har löpt ut, var god begär en ny
|
59
|
+
not_found: hittades inte
|
60
|
+
not_locked: var inte låst
|
61
|
+
not_saved:
|
62
|
+
one: ! '1 fel hindrade denna %{resource} från att sparas:'
|
63
|
+
other: ! '%{count} fel hindrade denna %{resource} från att sparas:'
|
@@ -0,0 +1,8 @@
|
|
1
|
+
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
2
|
+
|
3
|
+
Dir.glob('locale/*.yml').each do |locale_file|
|
4
|
+
describe 'a locale file' do
|
5
|
+
it_behaves_like 'a valid locale file', locale_file
|
6
|
+
it { locale_file.should be_a_subset_of 'locale/en-US.yml' }
|
7
|
+
end
|
8
|
+
end
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
2
|
+
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
3
|
+
require 'rspec'
|
4
|
+
require 'i18n-spec'
|
5
|
+
|
6
|
+
# Requires supporting files with custom matchers and macros, etc,
|
7
|
+
# in ./support/ and its subdirectories.
|
8
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
|
9
|
+
|
10
|
+
RSpec.configure do |config|
|
11
|
+
|
12
|
+
end
|
metadata
ADDED
@@ -0,0 +1,141 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: devise-i18n
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Christopher Dell
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2011-12-16 00:00:00.000000000Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rspec
|
16
|
+
requirement: &70096773219980 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 2.3.0
|
22
|
+
type: :development
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *70096773219980
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: bundler
|
27
|
+
requirement: &70096773219500 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ~>
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.0.10
|
33
|
+
type: :development
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: *70096773219500
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: jeweler
|
38
|
+
requirement: &70096773219020 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ~>
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: 1.6.4
|
44
|
+
type: :development
|
45
|
+
prerelease: false
|
46
|
+
version_requirements: *70096773219020
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: rcov
|
49
|
+
requirement: &70096773218480 !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
51
|
+
requirements:
|
52
|
+
- - ! '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
type: :development
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: *70096773218480
|
58
|
+
- !ruby/object:Gem::Dependency
|
59
|
+
name: i18n-spec
|
60
|
+
requirement: &70096773217920 !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
type: :development
|
67
|
+
prerelease: false
|
68
|
+
version_requirements: *70096773217920
|
69
|
+
description: Translations for the devise gem
|
70
|
+
email: chris@tigrish.com
|
71
|
+
executables: []
|
72
|
+
extensions: []
|
73
|
+
extra_rdoc_files:
|
74
|
+
- LICENSE.txt
|
75
|
+
- README.md
|
76
|
+
files:
|
77
|
+
- .DS_Store
|
78
|
+
- .document
|
79
|
+
- .rspec
|
80
|
+
- .rvmrc
|
81
|
+
- .travis.yml
|
82
|
+
- Gemfile
|
83
|
+
- Gemfile.lock
|
84
|
+
- LICENSE.txt
|
85
|
+
- README.md
|
86
|
+
- Rakefile
|
87
|
+
- VERSION
|
88
|
+
- devise-i18n.gemspec
|
89
|
+
- lib/devise-i18n.rb
|
90
|
+
- locale/.DS_Store
|
91
|
+
- locale/ca.yml
|
92
|
+
- locale/cs.yml
|
93
|
+
- locale/da.yml
|
94
|
+
- locale/en-US.yml
|
95
|
+
- locale/fa.yml
|
96
|
+
- locale/fi.yml
|
97
|
+
- locale/he.yml
|
98
|
+
- locale/hr.yml
|
99
|
+
- locale/hu.yml
|
100
|
+
- locale/id.yml
|
101
|
+
- locale/is.yml
|
102
|
+
- locale/it.yml
|
103
|
+
- locale/ja.yml
|
104
|
+
- locale/lt.yml
|
105
|
+
- locale/lv.yml
|
106
|
+
- locale/my.yml
|
107
|
+
- locale/nb.yml
|
108
|
+
- locale/nl.yml
|
109
|
+
- locale/sk.yml
|
110
|
+
- locale/sv.yml
|
111
|
+
- spec/devise-i18n_spec.rb
|
112
|
+
- spec/spec_helper.rb
|
113
|
+
homepage: http://github.com/tigrish/devise-i18n
|
114
|
+
licenses:
|
115
|
+
- MIT
|
116
|
+
post_install_message:
|
117
|
+
rdoc_options: []
|
118
|
+
require_paths:
|
119
|
+
- lib
|
120
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
121
|
+
none: false
|
122
|
+
requirements:
|
123
|
+
- - ! '>='
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: '0'
|
126
|
+
segments:
|
127
|
+
- 0
|
128
|
+
hash: -3168296667591565958
|
129
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
|
+
none: false
|
131
|
+
requirements:
|
132
|
+
- - ! '>='
|
133
|
+
- !ruby/object:Gem::Version
|
134
|
+
version: '0'
|
135
|
+
requirements: []
|
136
|
+
rubyforge_project:
|
137
|
+
rubygems_version: 1.8.6
|
138
|
+
signing_key:
|
139
|
+
specification_version: 3
|
140
|
+
summary: Translations for the devise gem
|
141
|
+
test_files: []
|