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/en-US.yml
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
en-US:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Your account was successfully confirmed. You are now signed in.
|
5
|
+
send_instructions: You will receive an email with instructions about how to
|
6
|
+
confirm your account in a few minutes.
|
7
|
+
send_paranoid_instructions: If your e-mail exists on our database, you will
|
8
|
+
receive an email with instructions about how to confirm your account in a
|
9
|
+
few minutes.
|
10
|
+
failure:
|
11
|
+
already_authenticated: You are already signed in.
|
12
|
+
inactive: Your account was not activated yet.
|
13
|
+
invalid: Invalid email or password.
|
14
|
+
invalid_token: Invalid authentication token.
|
15
|
+
locked: Your account is locked.
|
16
|
+
timeout: Your session expired, please sign in again to continue.
|
17
|
+
unauthenticated: You need to sign in or sign up before continuing.
|
18
|
+
unconfirmed: You have to confirm your account before continuing.
|
19
|
+
mailer:
|
20
|
+
confirmation_instructions:
|
21
|
+
subject: Confirmation instructions
|
22
|
+
reset_password_instructions:
|
23
|
+
subject: Reset password instructions
|
24
|
+
unlock_instructions:
|
25
|
+
subject: Unlock Instructions
|
26
|
+
omniauth_callbacks:
|
27
|
+
failure: Could not authorize you from %{kind} because "%{reason}".
|
28
|
+
success: Successfully authorized from %{kind} account.
|
29
|
+
passwords:
|
30
|
+
send_instructions: You will receive an email with instructions about how to
|
31
|
+
reset your password in a few minutes.
|
32
|
+
send_paranoid_instructions: If your e-mail exists on our database, you will
|
33
|
+
receive a password recovery link on your e-mail
|
34
|
+
updated: Your password was changed successfully. You are now signed in.
|
35
|
+
updated_not_active: Your password was changed successfully.
|
36
|
+
registrations:
|
37
|
+
destroyed: Bye! Your account was successfully cancelled. We hope to see you
|
38
|
+
again soon.
|
39
|
+
inactive_signed_up: You have signed up successfully. However, we could not sign
|
40
|
+
you in because your account is %{reason}.
|
41
|
+
reasons:
|
42
|
+
inactive: inactive
|
43
|
+
locked: locked
|
44
|
+
unconfirmed: unconfirmed
|
45
|
+
signed_up: Welcome! You have signed up successfully.
|
46
|
+
update_needs_confirmation: You updated your account successfully, but we need
|
47
|
+
to verify your new email address. Please check your email and click on the
|
48
|
+
confirm link to finalize confirming your new email address.
|
49
|
+
updated: You updated your account successfully.
|
50
|
+
sessions:
|
51
|
+
signed_in: Signed in successfully.
|
52
|
+
signed_out: Signed out successfully.
|
53
|
+
unlocks:
|
54
|
+
send_instructions: You will receive an email with instructions about how to
|
55
|
+
unlock your account in a few minutes.
|
56
|
+
send_paranoid_instructions: If your account exists, you will receive an email
|
57
|
+
with instructions about how to unlock it in a few minutes.
|
58
|
+
unlocked: Your account was successfully unlocked. You are now signed in.
|
59
|
+
errors:
|
60
|
+
messages:
|
61
|
+
already_confirmed: was already confirmed, please try signing in
|
62
|
+
expired: has expired, please request a new one
|
63
|
+
not_found: not found
|
64
|
+
not_locked: was not locked
|
65
|
+
not_saved:
|
66
|
+
one: ! '1 error prohibited this %{resource} from being saved:'
|
67
|
+
other: ! '%{count} errors prohibited this %{resource} from being saved:'
|
data/locale/fa.yml
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
fa:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: حسابتان با موفقیت تایید شد. هم اکنون وارد شدید.
|
5
|
+
send_instructions: ظرف چند دقیقه آینده ایمیلی حاوی راهنمای تایید حسابتان دریافت
|
6
|
+
خواهید کرد.
|
7
|
+
failure:
|
8
|
+
already_authenticated: وارد سیستم هستید.
|
9
|
+
inactive: حساب شما هنوز فعال نشده است.
|
10
|
+
invalid: ایمیل یا رمز عبور غیر معتبر.
|
11
|
+
invalid_token: نشان اعتبار نامعتبر.
|
12
|
+
locked: حسابتان قفل شده است.
|
13
|
+
timeout: نشست شما منقضی شده است. برای ادامه دوباره وارد شوید.
|
14
|
+
unauthenticated: پیش از ادامه باید ورود یا ثبت نام کنید.
|
15
|
+
unconfirmed: باید حسابتان را قبل از ادامه تایید کنید.
|
16
|
+
mailer:
|
17
|
+
confirmation_instructions:
|
18
|
+
subject: راهنمای تایید
|
19
|
+
reset_password_instructions:
|
20
|
+
subject: راهنمای بازنشانی رمز عبور
|
21
|
+
unlock_instructions:
|
22
|
+
subject: راهنمای باز کردن
|
23
|
+
omniauth_callbacks:
|
24
|
+
failure: امکان استفاده از مجوز %{kind} نبود زیرا "%{reason}".
|
25
|
+
success: با موفقیت مجوز استفاده از %{kind} دریافت شد.
|
26
|
+
passwords:
|
27
|
+
send_instructions: ظرف چند دقیقه آینده ایمیلی حاوی راهنمای بازگرداندن رمز عبورتان
|
28
|
+
دریافت خواهید کرد.
|
29
|
+
updated: رمز عبورتان با موفقیت تغییر کرد. اکنون وارد شدید.
|
30
|
+
registrations:
|
31
|
+
destroyed: بدرود! حسابتان لغو شد. به امید دیدار دوباره.
|
32
|
+
inactive_signed_up: با موفقیت ثبت نام کردید. اگر چه، امکان ورود شما نیست، زیرا
|
33
|
+
%{reason}.
|
34
|
+
signed_up: خوش آمدید! با موفقیت ثبت نام کردید.
|
35
|
+
updated: به روز رسانی حسابتان با موفقیت انجام شد.
|
36
|
+
sessions:
|
37
|
+
signed_in: ورود موفق.
|
38
|
+
signed_out: خروج موفق.
|
39
|
+
unlocks:
|
40
|
+
send_instructions: ایمیلی حاوی راهنمای باز کردن حسابتان در چند دقیقه آینده به
|
41
|
+
شما ارسال خواهد شد.
|
42
|
+
unlocked: حسابتان با موفقیت باز شد. اکنون وارد شدید.
|
43
|
+
errors:
|
44
|
+
messages:
|
45
|
+
already_confirmed: قبلا تایید شده است
|
46
|
+
not_found: یافت نشد
|
47
|
+
not_locked: قفل نشده است
|
48
|
+
not_saved:
|
49
|
+
one: ! '۱ خطا جلوی ذخیره %{resource} را گرفت:'
|
50
|
+
other: ! '%{count} خطا جلوی ذخیره این %{resource} را گرفت:'
|
data/locale/fi.yml
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
fi:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Tunnuksesi on nyt vahvistettu. Olet kirjautuneena sisälle.
|
5
|
+
send_instructions: Saat hetken kuluttua sähköpostiisi ohjeet tunnuksen vahvistamiseen.
|
6
|
+
failure:
|
7
|
+
inactive: Tunnustasi ei ole vielä aktivoitu.
|
8
|
+
invalid: Epäkelpo sähköpostiosoite tai salasana.
|
9
|
+
invalid_token: Epäkelpo autentikaatiopoletti.
|
10
|
+
locked: Tunnuksesi on lukittu.
|
11
|
+
timeout: Istuntosi on vanhentunut, ole hyvä ja kirjaudu sisään jatkaaksesi.
|
12
|
+
unauthenticated: Sinun pitää kirjautua sisään tai rekisteröityä ennen kuin voit
|
13
|
+
jatkaa.
|
14
|
+
unconfirmed: Sinun täytyy vahvistaa tunnuksesi ennen kuin voit jatkaa.
|
15
|
+
mailer:
|
16
|
+
confirmation_instructions:
|
17
|
+
subject: Vahvistusohjeet
|
18
|
+
reset_password_instructions:
|
19
|
+
subject: Ohjeet salasanan vaihtoon
|
20
|
+
unlock_instructions:
|
21
|
+
subject: Ohjeet tunnuksen lukituksen poistoon
|
22
|
+
omniauth_callbacks:
|
23
|
+
failure: Valtuutus käyttäen palvelua %{kind} epäonnistui, koska "%{reason}".
|
24
|
+
success: Onnistuneesti valtuutettu käyttäen palvelua %{kind}.
|
25
|
+
passwords:
|
26
|
+
send_instructions: Saat hetken kuluttua sähköpostiisi ohjeet salasanan vaihtoon.
|
27
|
+
updated: Salasanasi on nyt vaihdettu. Olet kirjautuneena sisälle.
|
28
|
+
registrations:
|
29
|
+
destroyed: Näkemiin! Tunnuksesi on nyt poistettu. Toivottavasti näemme sinut
|
30
|
+
vielä uudelleen.
|
31
|
+
inactive_signed_up: Rekisteröintisi onnistui. Emme kuitenkaan voineet kirjata
|
32
|
+
sinua sisään koska tunnuksesi on %{reason}.
|
33
|
+
signed_up: Tervetuloa! Rekisteröintisi onnistui.
|
34
|
+
updated: Tunnuksesi on päivitetty.
|
35
|
+
sessions:
|
36
|
+
signed_in: Sisäänkirjautuminen onnistui.
|
37
|
+
signed_out: Uloskirjautuminen onnistui.
|
38
|
+
unlocks:
|
39
|
+
send_instructions: Saat hetken kuluttua sähköpostiisi ohjeet tunnuksesi lukituksen
|
40
|
+
poistoon.
|
41
|
+
unlocked: Tunnuksesi on nyt avattu. Olet kirjautuneena sisälle.
|
42
|
+
errors:
|
43
|
+
messages:
|
44
|
+
already_confirmed: on jo vahvistettu, yritä kirjautua sisään uudelleen
|
45
|
+
not_found: ei löytynyt
|
46
|
+
not_locked: ei ollut lukittu
|
47
|
+
not_saved:
|
48
|
+
one: ! '1 virhe esti %{resource} tallentamisen:'
|
49
|
+
other: ! '%{count} virhettä esti %{resource} tallentamisen:'
|
data/locale/he.yml
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
he:
|
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
|
+
מחשבונך.
|
34
|
+
unlocked: הנעילה הוסרה בהצלחה. כעת הנך מחובר/ת.
|
data/locale/hr.yml
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
hr:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Vaš račun je uspješno potvrđen. Sad ste prijavljeni.
|
5
|
+
send_instructions: U roku nekoliko minuta ćete primiti e-mail s uputama za potvrdu
|
6
|
+
Vašeg računa.
|
7
|
+
failure:
|
8
|
+
already_authenticated: Već ste prijavljeni.
|
9
|
+
inactive: Vaš račun još nije aktiviran.
|
10
|
+
invalid: Neispravan e-mail ili lozinka.
|
11
|
+
invalid_token: Neispravan token za prijavu.
|
12
|
+
locked: Vaš račun je zaključan.
|
13
|
+
timeout: Vrijeme trajanja Vaše sesije je isteklo. Za nastavak se prijavite ponovno.
|
14
|
+
unauthenticated: Za nastavak se morate prijaviti ili registrirati.
|
15
|
+
unconfirmed: Prije nastavka morate potvrditi Vaš račun.
|
16
|
+
mailer:
|
17
|
+
confirmation_instructions:
|
18
|
+
subject: Upute za potvrdu korisničkog računa
|
19
|
+
reset_password_instructions:
|
20
|
+
subject: Upute za promjenu lozinke
|
21
|
+
unlock_instructions:
|
22
|
+
subject: Upute za otključavanje korisničkog računa
|
23
|
+
omniauth_callbacks:
|
24
|
+
failure: Nismo Vas u mogućnosti autorizirati sa %{kind} računom zbog "%{reason}".
|
25
|
+
success: Uspjena autorizacija sa %{kind} računa.
|
26
|
+
passwords:
|
27
|
+
send_instructions: U roku nekoliko minuta ćete primiti e-mail s uputama za promjenu
|
28
|
+
Vaše lozinke.
|
29
|
+
updated: Vaša lozinka je uspješno promjenjena. Sad ste prijavljeni.
|
30
|
+
registrations:
|
31
|
+
destroyed: Pozdrav! Vaš račun je uspješno obrisan. Nadamo se da ćete se brzo
|
32
|
+
vratiti.
|
33
|
+
inactive_signed_up: Uspješno ste se registrirali. Nažalost nismo Vas u mogućnosti
|
34
|
+
prijaviti zbog %{reason}.
|
35
|
+
signed_up: Dobrodošli! Uspješno ste se registrirali.
|
36
|
+
updated: Uspješno ste izmjenili Vaš račun.
|
37
|
+
sessions:
|
38
|
+
signed_in: Uspješno ste se prijavili.
|
39
|
+
signed_out: Uspješno ste se odjavili.
|
40
|
+
unlocks:
|
41
|
+
send_instructions: U roku nekoliko minuta čete primiti e-mail s uputama za otključavanje
|
42
|
+
Vašeg računa.
|
43
|
+
unlocked: Vaš račun je uspješno otključan. Sad ste prijavljeni.
|
44
|
+
errors:
|
45
|
+
messages:
|
46
|
+
already_confirmed: je već potvrđen, molimo pokušajte se prijaviti
|
47
|
+
expired: je istekao, molimo zatražite novi
|
48
|
+
not_found: nije pronađeno
|
49
|
+
not_locked: nije zaključan
|
50
|
+
not_saved:
|
51
|
+
few: ! '%{count} greške sprečavaju snimanje %{resource}:'
|
52
|
+
one: ! '1 greška sprečava snimanje %{resource}:'
|
53
|
+
other: ! '%{count} grešaka sprečavaju snimanje %{resource}:'
|
data/locale/hu.yml
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
hu:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Fiók megerősítve. Bejelentkezve a felhasználói fiókba.
|
5
|
+
send_instructions: A megadott címre egy email érkezik a megerősítő linkkel.
|
6
|
+
send_paranoid_instructions: Ha az email cím már létezik az adatbázisban, egy
|
7
|
+
emailt küldtünk a további teendőkkel a fiók megerősítéséhez.
|
8
|
+
failure:
|
9
|
+
inactive: A fiók még nincs aktiválva.
|
10
|
+
invalid: Hibás email cím vagy jelszó.
|
11
|
+
invalid_token: Hibás bejelentkező token.
|
12
|
+
locked: A fiók zárolva lett.
|
13
|
+
timeout: A munkafolyamat lejárt. Újboli bejelentkezés szükséges.
|
14
|
+
unauthenticated: A folytatáshoz bejelentkezés szükséges.
|
15
|
+
unconfirmed: A folytatáshoz az email cím megerősítése szükséges.
|
16
|
+
mailer:
|
17
|
+
confirmation_instructions:
|
18
|
+
subject: Email cím megerősítés
|
19
|
+
reset_password_instructions:
|
20
|
+
subject: Jelszó megváltoztatása
|
21
|
+
unlock_instructions:
|
22
|
+
subject: Fiók zárolásának megszüntetése
|
23
|
+
omniauth_callbacks:
|
24
|
+
failure: ! 'Nem sikerült azonosítani %{kind} fiókkal, az ok: "%{reason}".'
|
25
|
+
success: Sikeres azonosítás %{kind} fiókkal.
|
26
|
+
passwords:
|
27
|
+
send_instructions: A megadott címre egy email érkezik hamarosan a további teendőkről.
|
28
|
+
send_paranoid_instructions: Ha az email cím már létezik az adatbázisban, egy
|
29
|
+
jelszó-visszaállító emailt küldtünk a megadott címre.
|
30
|
+
updated: A jelszó megváltozott. Bejelentkezve a felhasználói fiókba
|
31
|
+
registrations:
|
32
|
+
destroyed: Felhasználói fiók törölve. Reméljük, még visszatér hozzánk.
|
33
|
+
inactive_signed_up: Sikeres regisztráció, azonban még a bejelentkezés nem lehetséges,
|
34
|
+
mert a felhasználói fiók %{reason}.
|
35
|
+
signed_up: Sikeres regisztráció.
|
36
|
+
updated: Sikeres fiók módosítás.
|
37
|
+
sessions:
|
38
|
+
signed_in: Sikeres bejelentkezés.
|
39
|
+
signed_out: A kijelentkezés sikeres.
|
40
|
+
unlocks:
|
41
|
+
send_instructions: Hamarosan a megadott címre érkezik egy email a fiók zárolásának
|
42
|
+
megszüntetésével kapcsolatban.
|
43
|
+
send_paranoid_instructions: Ha a fiók létezik, egy emailt küldtünk a további
|
44
|
+
teendőkkel a fiók zárolásának megszüntetéséhez.
|
45
|
+
unlocked: A felhasználói fiók zárolása megszűnt. Bejelentkezve a felhasználói
|
46
|
+
fiókba.
|
47
|
+
errors:
|
48
|
+
messages:
|
49
|
+
already_confirmed: már meg van erősítve
|
50
|
+
expired: lejárt, igényelj egy újat
|
51
|
+
not_found: nem található
|
52
|
+
not_locked: nincs zárolva
|
53
|
+
not_saved:
|
54
|
+
one: ! '1 hiba miatt %{resource} mentése nem lehetséges:'
|
55
|
+
other: ! '%{count} hiba miatt %{resource} mentése nem lehetésges:'
|
data/locale/id.yml
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
id:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Akun anda telah berhasil dikonfirmasi. Anda telah sign in.
|
5
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan
|
6
|
+
konfirmasi akun dalam beberapa menit lagi.
|
7
|
+
failure:
|
8
|
+
inactive: Akun anda belum diaktifkan.
|
9
|
+
invalid: email atau password yang anda masukkan salah.
|
10
|
+
invalid_token: Kesalahan pada authentication token.
|
11
|
+
locked: Akun anda terkunci.
|
12
|
+
timeout: Sesi anda telah kadaluarsa, silahkan sign in untuk melanjutkan.
|
13
|
+
unauthenticated: Anda harus mendaftar atau sign in sebelum melanjutkan .
|
14
|
+
unconfirmed: Anda harus melakukan konfirmasi sebalum melanjutkan.
|
15
|
+
mailer:
|
16
|
+
confirmation_instructions:
|
17
|
+
subject: Instruksi untuk melakukan konfirmasi
|
18
|
+
reset_password_instructions:
|
19
|
+
subject: Instruksi untuk melakukan Reset password
|
20
|
+
unlock_instructions:
|
21
|
+
subject: Instruksi untuk membuka kembali akun anda
|
22
|
+
passwords:
|
23
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan
|
24
|
+
reset password beberapa menit lagi.
|
25
|
+
updated: Password anda telah berhasil diubah. Anda telah sign in.
|
26
|
+
registrations:
|
27
|
+
destroyed: Selamat Tinggal, Akun anda telah di hapus
|
28
|
+
signed_up: Proses pendaftaran berhasil. Apabila diaktifkan, konfirmasi telah
|
29
|
+
dikirimkan ke e-mail anda.
|
30
|
+
updated: Akun anda telah berhasil diperbaharui.
|
31
|
+
sessions:
|
32
|
+
signed_in: Proses sign in berhasil.
|
33
|
+
signed_out: Proses sign out berhasil.
|
34
|
+
unlocks:
|
35
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk membuka
|
36
|
+
kembali akun anda dalam beberapa menit lagi.
|
37
|
+
unlocked: Akun anda telah berhasil dibuka kembali. Anda telah sign in.
|
38
|
+
errors:
|
39
|
+
messages:
|
40
|
+
already_confirmed: sudah di konfirmasi
|
41
|
+
not_found: tidak ditemukan
|
42
|
+
not_locked: tidak dikunci
|
data/locale/is.yml
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
is:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Aðgangurinn hefur verið staðfestur. Þú ert núna skráður inn
|
5
|
+
send_instructions: Þú munt fá tölvupóst með upplýsingar hvernig þú staðfestir
|
6
|
+
aðganginn þinn eftir nokkrar mínútur
|
7
|
+
failure:
|
8
|
+
inactive: Aðgangurinn þinn hefur ekki verið staðfestur.
|
9
|
+
invalid: Rangt tölvupóstfang eða lykilorð.
|
10
|
+
invalid_token: Ógilt auðkenningartákn
|
11
|
+
locked: Aðgangurinn þinn er læstur.
|
12
|
+
timeout: Tíminn er runnninn út, vinsamlegast skráðu þig aftur inn til að halda
|
13
|
+
áfram.
|
14
|
+
unauthenticated: Þú þarft að innskrá eða nýskrá þig til að halda áfram.
|
15
|
+
unconfirmed: Þú verður að staðfesta aðganginn þinn áður en þú heldur áfram.
|
16
|
+
mailer:
|
17
|
+
confirmation_instructions:
|
18
|
+
subject: Staðfestinga upplýsingar
|
19
|
+
reset_password_instructions:
|
20
|
+
subject: Leiðbeiningar um endursetningu lykilorðs
|
21
|
+
unlock_instructions:
|
22
|
+
subject: Aflæsa upplýsingum
|
23
|
+
passwords:
|
24
|
+
send_instructions: Þú munt fá tölvupóst með upplýsingar hvernig þú endursetur
|
25
|
+
aðganginn þinn eftir nokkrar mínútur
|
26
|
+
updated: Lykilorðinu þínu var breytt. Þú ert núna skráður inn
|
27
|
+
registrations:
|
28
|
+
destroyed: Bless! Aðgangnum þínum hefur verið lokað. Vonandi sjáumst við aftur.
|
29
|
+
signed_up: Þú hefur innskráð þig. Ef valið færðu staðfestingu í tölvupósti
|
30
|
+
updated: Þú hefur uppfært aðganginn þinn
|
31
|
+
sessions:
|
32
|
+
signed_in: Innskráning tókst.
|
33
|
+
signed_out: Útskráning tókst.
|
34
|
+
unlocks:
|
35
|
+
send_instructions: Þú munnt fá tölvupóst með leiðbeiningum hvernig þú aflæsir
|
36
|
+
aðganginn þinn eftir örfáar mínútur
|
37
|
+
unlocked: Aðgangum þínum hefur verið ólæst. Þú ert núna innskráður.
|
38
|
+
errors:
|
39
|
+
messages:
|
40
|
+
not_found: Afsakið, síða ekki fundin.
|
data/locale/it.yml
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
it:
|
2
|
+
devise:
|
3
|
+
confirmations:
|
4
|
+
confirmed: Il tuo account è stato correttamente confermato. Ora sei collegato.
|
5
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per confermare
|
6
|
+
il tuo account entro qualche minuto.
|
7
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai
|
8
|
+
un messaggio email con le istruzioni per confermare il tuo account entro qualche
|
9
|
+
minuto.
|
10
|
+
failure:
|
11
|
+
already_authenticated: Hai già effettuato l'accesso.
|
12
|
+
inactive: Il tuo account non è stato ancora attivato.
|
13
|
+
invalid: Indirizzo email o password non validi.
|
14
|
+
invalid_token: Codice di autenticazione non valido.
|
15
|
+
locked: Il tuo account è bloccato.
|
16
|
+
timeout: Sessione scaduta, accedere nuovamente per continuare.
|
17
|
+
unauthenticated: Devi accedere o registrarti per continuare.
|
18
|
+
unconfirmed: Devi confermare il tuo account per continuare.
|
19
|
+
mailer:
|
20
|
+
confirmation_instructions:
|
21
|
+
subject: Istruzioni per la conferma
|
22
|
+
reset_password_instructions:
|
23
|
+
subject: Istruzioni per reimpostare la password
|
24
|
+
unlock_instructions:
|
25
|
+
subject: Istruzioni per sbloccare l'account
|
26
|
+
omniauth_callbacks:
|
27
|
+
failure: Non è stato possibile autorizzarti da %{kind} perchè "%{reason}".
|
28
|
+
success: Autorizzato con successo dall'account %{kind}.
|
29
|
+
passwords:
|
30
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per reimpostare
|
31
|
+
la tua password entro qualche minuto.
|
32
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai
|
33
|
+
un messaggio email contentente un link per il ripristino della password
|
34
|
+
updated: La tua password è stata cambiata. Ora sei collegato.
|
35
|
+
registrations:
|
36
|
+
destroyed: Arrivederci! L'account è stato cancellato. Speriamo di rivederci
|
37
|
+
presto.
|
38
|
+
inactive_signed_up: Ti sei registrato correttamente. Tuttavia non puoi effettuare
|
39
|
+
l'accesso perchè il tuo account è %{reason}.
|
40
|
+
reasons:
|
41
|
+
inactive: disattivato
|
42
|
+
locked: bloccato
|
43
|
+
unconfirmed: da confermare
|
44
|
+
signed_up: Iscrizione correttamente eseguita. Se abilitata, una conferma è stata
|
45
|
+
inviata al tuo indirizzo email.
|
46
|
+
updated: Il tuo account è stato aggiornato.
|
47
|
+
sessions:
|
48
|
+
signed_in: Accesso effettuato con successo.
|
49
|
+
signed_out: Sei uscito correttamente.
|
50
|
+
unlocks:
|
51
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per sbloccare
|
52
|
+
il tuo account entro qualche minuto.
|
53
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai
|
54
|
+
un messaggio email con le istruzioni per sbloccare il tuo account entro qualche
|
55
|
+
minuto.
|
56
|
+
unlocked: Il tuo account è stato correttamente sbloccato. Ora sei collegato.
|
57
|
+
errors:
|
58
|
+
messages:
|
59
|
+
already_confirmed: è stato già confermato
|
60
|
+
expired: è scaduto, si prega di richiederne uno nuovo
|
61
|
+
not_found: non trovato
|
62
|
+
not_locked: non era bloccato
|
63
|
+
not_saved:
|
64
|
+
one: ! 'Non posso salvare questo %{resource}: 1 errore'
|
65
|
+
other: ! 'Non posso salvare questo %{resource}: %{count} errori.'
|