devise-i18n 0.5.13 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.13
1
+ 0.6.0
data/devise-i18n.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{devise-i18n}
8
- s.version = "0.5.13"
8
+ s.version = "0.6.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Christopher Dell}]
data/locales/ar.yml CHANGED
@@ -10,6 +10,7 @@ ar:
10
10
  invalid:
11
11
  invalid_token:
12
12
  locked: حسابك معلق.
13
+ not_found_in_database:
13
14
  timeout:
14
15
  unauthenticated: تحتاج إلى تسجيل دخولك قبل الاستمرار.
15
16
  unconfirmed: لابد أن تؤكد حسابك قبل الاستمرار.
@@ -47,6 +48,7 @@ ar:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed:
51
+ confirmation_period_expired:
50
52
  expired:
51
53
  not_found: غير موجود
52
54
  not_locked:
data/locales/ca.yml CHANGED
@@ -10,6 +10,7 @@ ca:
10
10
  invalid: Correu electrònic o contrasenya invàlids.
11
11
  invalid_token: Codi d'autenticació invàlid.
12
12
  locked: El teu compte està bloquejat.
13
+ not_found_in_database:
13
14
  timeout: La teva sessió ha caducat. Si us plau, torna a iniciar sessió per a continuar.
14
15
  unauthenticated: Has d'iniciar sessió o bé registrar-te abans de continuar.
15
16
  unconfirmed: Has de confirmar el teu compte abans de continuar.
@@ -47,6 +48,7 @@ ca:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: ja està confirmat
51
+ confirmation_period_expired:
50
52
  expired: ha caducat, demana'n un de nou
51
53
  not_found: no s'ha trobat
52
54
  not_locked: no està bloquejat
data/locales/cs.yml CHANGED
@@ -10,6 +10,7 @@ cs:
10
10
  invalid: Neplatná identita nebo heslo.
11
11
  invalid_token: Neplatný ověřovací symbol.
12
12
  locked: Váš účet je uzamčen.
13
+ not_found_in_database:
13
14
  timeout: Vaše relace vypršela, přihlašte se prosím znovu, pak můžete pokračovat.
14
15
  unauthenticated: Musíte se zaregistrovat nebo přihlásit, pak můžete pokračovat.
15
16
  unconfirmed: Musíte potvrdit svůj účet, pak můžete pokračovat.
@@ -47,6 +48,7 @@ cs:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: byl již potvrzen, prosím, zkuste se přihlásit
51
+ confirmation_period_expired:
50
52
  expired: vypršela, prosím, požádejte o nové
51
53
  not_found: nenalezen
52
54
  not_locked: nebyl uzamčen
data/locales/da.yml CHANGED
@@ -10,6 +10,7 @@ da:
10
10
  invalid: Email eller kodeord er ikke gyldig.
11
11
  invalid_token: Ugyldig token til autorisering.
12
12
  locked: Din konto er låst i de næste to timer.
13
+ not_found_in_database:
13
14
  timeout: Din session er udløbet. Log ind igen for at kunne fortsætte.
14
15
  unauthenticated: Du skal logge ind for at kunne fortsætte.
15
16
  unconfirmed: Du skal bekræfte din konto for at kunne fortsætte.
@@ -47,6 +48,7 @@ da:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: er allerede bekræftet
51
+ confirmation_period_expired:
50
52
  expired: er udløbet. Vær venlig at bede om en ny
51
53
  not_found: ikke fundet
52
54
  not_locked: var ikke låst
data/locales/de.yml CHANGED
@@ -10,6 +10,7 @@ de:
10
10
  invalid: Ungültige Anmeldedaten.
11
11
  invalid_token: Der Anmelde-Token ist ungültig.
12
12
  locked: Ihr Account ist gesperrt.
13
+ not_found_in_database:
13
14
  timeout: Ihre Sitzung ist abgelaufen, bitte melden Sie sich erneut an.
14
15
  unauthenticated: Sie müssen sich anmelden oder registrieren, bevor Sie fortfahren können.
15
16
  unconfirmed: Sie müssen Ihren Account bestätigen, bevor Sie fortfahren können.
@@ -47,6 +48,7 @@ de:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: wurde bereits bestätigt
51
+ confirmation_period_expired:
50
52
  expired: ist abgelaufen, bitte neu anfordern
51
53
  not_found: nicht gefunden
52
54
  not_locked: ist nicht gesperrt
data/locales/en-GB.yml CHANGED
@@ -10,6 +10,7 @@ en-GB:
10
10
  invalid: Invalid email or password.
11
11
  invalid_token: Invalid authentication token.
12
12
  locked: Your account is locked.
13
+ not_found_in_database:
13
14
  timeout: Your session expired, please sign in again to continue.
14
15
  unauthenticated: You need to sign in or sign up before continuing.
15
16
  unconfirmed: You have to confirm your account before continuing.
@@ -47,6 +48,7 @@ en-GB:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: was already confirmed, please try signing in
51
+ confirmation_period_expired:
50
52
  expired: has expired, please request a new one
51
53
  not_found: not found
52
54
  not_locked: was not locked
data/locales/en.yml CHANGED
@@ -10,6 +10,7 @@ en:
10
10
  invalid: Invalid email or password.
11
11
  invalid_token: Invalid authentication token.
12
12
  locked: Your account is locked.
13
+ not_found_in_database: Invalid email or password.
13
14
  timeout: Your session expired, please sign in again to continue.
14
15
  unauthenticated: You need to sign in or sign up before continuing.
15
16
  unconfirmed: You have to confirm your account before continuing.
@@ -47,6 +48,7 @@ en:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: was already confirmed, please try signing in
51
+ confirmation_period_expired: needs to be confirmed within %{period}, please request a new one
50
52
  expired: has expired, please request a new one
51
53
  not_found: not found
52
54
  not_locked: was not locked
data/locales/es.yml CHANGED
@@ -10,6 +10,7 @@ es:
10
10
  invalid: Contraseña o Correo inválidos.
11
11
  invalid_token: Código de autenticación inválido.
12
12
  locked: Tu cuenta está bloqueada.
13
+ not_found_in_database:
13
14
  timeout: Tu sesión expiró, por favor inicia sesión nuevamente para continuar.
14
15
  unauthenticated: Tienes que iniciar sesión o registrarte para poder continuar.
15
16
  unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
@@ -47,6 +48,7 @@ es:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: ya fue confirmado, por favor intenta iniciar sesión
51
+ confirmation_period_expired:
50
52
  expired: ha expirado, por favor solicita una nueva
51
53
  not_found: no se encontró
52
54
  not_locked: no estaba bloqueado
data/locales/et.yml CHANGED
@@ -10,6 +10,7 @@ et:
10
10
  invalid: Vigane epost või salasõna.
11
11
  invalid_token: Vigane autentimise märgend.
12
12
  locked: Sinu konto lukustati.
13
+ not_found_in_database:
13
14
  timeout: Sinu sessioon on aegunud, jätkamiseks logi palun sisse.
14
15
  unauthenticated: Sa pead sisse logima või registreeruma enne jätkamist.
15
16
  unconfirmed: Sa pead oma konto kinnitama, enne jätkamist.
@@ -47,6 +48,7 @@ et:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: on juba kinnitatud, proovi sisse logida
51
+ confirmation_period_expired:
50
52
  expired: on aegunud, palun küsi uus
51
53
  not_found: ei leitud
52
54
  not_locked: ei olnud lukus
data/locales/fa.yml CHANGED
@@ -10,6 +10,7 @@ fa:
10
10
  invalid: ایمیل یا رمز عبور غیر معتبر.
11
11
  invalid_token: نشان اعتبار نامعتبر.
12
12
  locked: حسابتان قفل شده است.
13
+ not_found_in_database:
13
14
  timeout: نشست شما منقضی شده است. برای ادامه دوباره وارد شوید.
14
15
  unauthenticated: پیش از ادامه باید ورود یا ثبت نام کنید.
15
16
  unconfirmed: باید حسابتان را قبل از ادامه تایید کنید.
@@ -47,6 +48,7 @@ fa:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: قبلا تایید شده است
51
+ confirmation_period_expired:
50
52
  expired: منقضی شده. لطفا یکی دیگر درخواست کنید.
51
53
  not_found: یافت نشد
52
54
  not_locked: قفل نشده است
data/locales/fi.yml CHANGED
@@ -10,6 +10,7 @@ fi:
10
10
  invalid: Epäkelpo sähköpostiosoite tai salasana.
11
11
  invalid_token: Epäkelpo autentikaatiopoletti.
12
12
  locked: Tunnuksesi on lukittu.
13
+ not_found_in_database:
13
14
  timeout: Istuntosi on vanhentunut, ole hyvä ja kirjaudu sisään jatkaaksesi.
14
15
  unauthenticated: Sinun pitää kirjautua sisään tai rekisteröityä ennen kuin voit jatkaa.
15
16
  unconfirmed: Sinun täytyy vahvistaa tunnuksesi ennen kuin voit jatkaa.
@@ -47,6 +48,7 @@ fi:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: on jo vahvistettu, yritä kirjautua sisään uudelleen
51
+ confirmation_period_expired:
50
52
  expired: on vanhentunut, pyydä uutta.
51
53
  not_found: ei löytynyt
52
54
  not_locked: ei ollut lukittu
data/locales/fr.yml CHANGED
@@ -10,6 +10,7 @@ fr:
10
10
  invalid: Email ou mot de passe incorrect.
11
11
  invalid_token: Jeton d'authentification incorrect.
12
12
  locked: Votre compte est verrouillé.
13
+ not_found_in_database:
13
14
  timeout: Votre session est périmée, veuillez vous reconnecter pour continuer.
14
15
  unauthenticated: Vous devez vous connecter ou vous enregistrer pour continuer.
15
16
  unconfirmed: Vous devez confirmer votre compte par email.
@@ -47,6 +48,7 @@ fr:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: a déjà été confirmé(e)
51
+ confirmation_period_expired:
50
52
  expired: est périmé, veuillez en demander un autre
51
53
  not_found: n'a pas été trouvé(e)
52
54
  not_locked: n'était pas verrouillé(e)
data/locales/he.yml CHANGED
@@ -10,6 +10,7 @@ he:
10
10
  invalid: כתובת אימייל או סיסמא שגויה.
11
11
  invalid_token: מזהה התחברות שגוי.
12
12
  locked: חשבונך ננעל.
13
+ not_found_in_database:
13
14
  timeout: פג תוקף החיבור לאתר, אנא התחבר מחדש.
14
15
  unauthenticated: עליך להתחבר או להרשם על-מנת להמשיך.
15
16
  unconfirmed: עליך לאשר את הרשמתך לפני שתוכל להמשיך.
@@ -47,6 +48,7 @@ he:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: כבר אושר. אני נסה להיכנס למערכת.
51
+ confirmation_period_expired:
50
52
  expired: פג תוקף, אנא בקש אחד חדש.
51
53
  not_found: לא נמצא.
52
54
  not_locked: לא היה נעול.
data/locales/hr.yml CHANGED
@@ -10,6 +10,7 @@ hr:
10
10
  invalid: Neispravan e-mail ili lozinka.
11
11
  invalid_token: Neispravan token za prijavu.
12
12
  locked: Vaš račun je zaključan.
13
+ not_found_in_database:
13
14
  timeout: Vrijeme trajanja Vaše sesije je isteklo. Za nastavak se prijavite ponovno.
14
15
  unauthenticated: Za nastavak se morate prijaviti ili registrirati.
15
16
  unconfirmed: Prije nastavka morate potvrditi Vaš račun.
@@ -47,6 +48,7 @@ hr:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: je već potvrđen, molimo pokušajte se prijaviti
51
+ confirmation_period_expired:
50
52
  expired: je istekao, molimo zatražite novi
51
53
  not_found: nije pronađeno
52
54
  not_locked: nije zaključan
data/locales/hu.yml CHANGED
@@ -10,6 +10,7 @@ hu:
10
10
  invalid: Hibás email cím vagy jelszó.
11
11
  invalid_token: Hibás bejelentkező token.
12
12
  locked: A fiók zárolva lett.
13
+ not_found_in_database:
13
14
  timeout: A munkafolyamat lejárt. Újboli bejelentkezés szükséges.
14
15
  unauthenticated: A folytatáshoz bejelentkezés szükséges.
15
16
  unconfirmed: A folytatáshoz az email cím megerősítése szükséges.
@@ -47,6 +48,7 @@ hu:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: már meg van erősítve
51
+ confirmation_period_expired:
50
52
  expired: lejárt, igényelj egy újat
51
53
  not_found: nem található
52
54
  not_locked: nincs zárolva
data/locales/id.yml CHANGED
@@ -10,6 +10,7 @@ id:
10
10
  invalid: email atau password yang anda masukkan salah.
11
11
  invalid_token: Kesalahan pada authentication token.
12
12
  locked: Akun anda terkunci.
13
+ not_found_in_database:
13
14
  timeout: Sesi anda telah kadaluarsa, silahkan sign in untuk melanjutkan.
14
15
  unauthenticated: Anda harus mendaftar atau sign in sebelum melanjutkan .
15
16
  unconfirmed: Anda harus melakukan konfirmasi sebalum melanjutkan.
@@ -47,6 +48,7 @@ id:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: sudah di konfirmasi
51
+ confirmation_period_expired:
50
52
  expired:
51
53
  not_found: tidak ditemukan
52
54
  not_locked: tidak dikunci
data/locales/is.yml CHANGED
@@ -10,6 +10,7 @@ is:
10
10
  invalid: Ógilt notandanafn eða lykilorð.
11
11
  invalid_token: Ógilt auðkenningartákn.
12
12
  locked: Aðgangurinn þinn er læstur.
13
+ not_found_in_database:
13
14
  timeout: Seta þín hefur runnið út, skráðu þig aftur inn til að halda áfram.
14
15
  unauthenticated: Þú þarft að vera innskráð(ur) til þess að halda áfram.
15
16
  unconfirmed: Þú verður að staðfesta aðganginn þinn áður en þú getur haldið áfram.
@@ -47,6 +48,7 @@ is:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: var nú þegar staðfestur, prófaðu að skrá þig inn
51
+ confirmation_period_expired:
50
52
  expired: hefur runnið út, vinsamlegast biðjið um nýtt
51
53
  not_found: fannst ekki
52
54
  not_locked: var ekki læstur
data/locales/it.yml CHANGED
@@ -10,6 +10,7 @@ it:
10
10
  invalid: Indirizzo email o password non validi.
11
11
  invalid_token: Codice di autenticazione non valido.
12
12
  locked: Il tuo account è bloccato.
13
+ not_found_in_database:
13
14
  timeout: Sessione scaduta, accedere nuovamente per continuare.
14
15
  unauthenticated: Devi accedere o registrarti per continuare.
15
16
  unconfirmed: Devi confermare il tuo account per continuare.
@@ -47,6 +48,7 @@ it:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: è stato già confermato
51
+ confirmation_period_expired:
50
52
  expired: è scaduto, si prega di richiederne uno nuovo
51
53
  not_found: non trovato
52
54
  not_locked: non era bloccato
data/locales/ja.yml CHANGED
@@ -10,6 +10,7 @@ ja:
10
10
  invalid: メールアドレスまたはパスワードが違います。
11
11
  invalid_token: 認証キーが無効です。
12
12
  locked: アカウントが凍結されています。
13
+ not_found_in_database:
13
14
  timeout: セッションがタイムアウトしました。もう一度ログインしてください。
14
15
  unauthenticated: 続けるにはログインまたはアカウントを登録してください。
15
16
  unconfirmed: 本登録を行ってください。
@@ -47,6 +48,7 @@ ja:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: は既に登録済みです
51
+ confirmation_period_expired:
50
52
  expired: は期限が切れたため、新しく取得する必要があります
51
53
  not_found: は見つかりませんでした
52
54
  not_locked: は凍結されていません
data/locales/ko.yml CHANGED
@@ -10,6 +10,7 @@ ko:
10
10
  invalid: 이메일 혹은 비밀번호가 틀립니다.
11
11
  invalid_token: 인증 토큰이 유효하지 않습니다.
12
12
  locked: 계정이 잠겨있습니다.
13
+ not_found_in_database:
13
14
  timeout: 로그아웃 되었습니다. 계속 하려면 다시 로그인 해야 합니다.
14
15
  unauthenticated: 계속하려면 로그인하거나 회원가입 해야 합니다.
15
16
  unconfirmed: 계속하기 전에 계정확인(이메일)을 해야 합니다.
@@ -47,6 +48,7 @@ ko:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: 이(가) 이미 승인되었습니다. 다시 로그인 해보시길 바랍니다.
51
+ confirmation_period_expired:
50
52
  expired: 만료되었습니다 새로운 요청을 해야합니다.
51
53
  not_found: 찾을 수 없습니다.
52
54
  not_locked: 이(가) 잠기지 않았습니다.
data/locales/lt.yml CHANGED
@@ -10,6 +10,7 @@ lt:
10
10
  invalid: Neteisingas el. paštas arba slaptažodis.
11
11
  invalid_token: Neteisingas aktyvacijos kodas.
12
12
  locked: Jūsų prisijungimas blokuojamas.
13
+ not_found_in_database:
13
14
  timeout: Jūsų prisijungimo laikas baigėsi, prašome prisijungti iš naujo.
14
15
  unauthenticated: Prieš tęsiant reikia prisijungti arba užsiregistruoti.
15
16
  unconfirmed: Prieš tęsiant reikia patvirtinti savo vartotoją.
@@ -47,6 +48,7 @@ lt:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: jau buvo patvirtintas, pamėginkite prisijungti
51
+ confirmation_period_expired:
50
52
  expired: nebegalioja, gaukite naują
51
53
  not_found: nerastas
52
54
  not_locked: nebuvo užrakintas
data/locales/lv.yml CHANGED
@@ -10,6 +10,7 @@ lv:
10
10
  invalid: Nekorekts epasts vai parole.
11
11
  invalid_token: Nekoreta autentifikācijas atslēga.
12
12
  locked: Jūsu lietotājs ir nobloķēts.
13
+ not_found_in_database:
13
14
  timeout: Jūsu sesijas laiks ir beidzies. Lūdzu pieslēdzieties vēlreiz, lai turpinātu.
14
15
  unauthenticated: Jums ir jāpieslēdzas vai jāreģistrējas, lai turpinātu.
15
16
  unconfirmed: Jums ir jāapstiprina reģistrācijas epasts, lai turpinātu.
@@ -47,6 +48,7 @@ lv:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: ir jau apstiprināts, lūdzu mēģiniet pieslēgties
51
+ confirmation_period_expired:
50
52
  expired: derīgums beidzies, lūdzu piesakieties jaunam
51
53
  not_found: netika atrasts
52
54
  not_locked: netika nobloķēts
data/locales/my.yml CHANGED
@@ -10,6 +10,7 @@ my:
10
10
  invalid: email atau password yang anda masukkan salah.
11
11
  invalid_token: Kesalahan pada authentication token.
12
12
  locked: Akun anda terkunci.
13
+ not_found_in_database:
13
14
  timeout: Sesi anda telah tamat, silahkan sign in bagi meneruskan sesi yang baru.
14
15
  unauthenticated: Anda harus mendaftar atau sign in sebelum meneruskan .
15
16
  unconfirmed: Anda harus melakukan proses pengesahan sebalum meneruskan.
@@ -47,6 +48,7 @@ my:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: sudah disahkan
51
+ confirmation_period_expired:
50
52
  expired:
51
53
  not_found: tidak dijumpai
52
54
  not_locked: tidak dikunci
data/locales/nb.yml CHANGED
@@ -10,6 +10,7 @@ nb:
10
10
  invalid: Epost-adresse eller passord er ikke gyldig.
11
11
  invalid_token: Ugyldig autentiserings-token.
12
12
  locked: Din konto er låst.
13
+ not_found_in_database:
13
14
  timeout: Din sesjon er utløpt. Logg inn igjen for å kunne fortsette.
14
15
  unauthenticated: Du må logge inn eller registrere deg for å kunne fortsette.
15
16
  unconfirmed: Du må bekrefte kontoen din for å kunne fortsette.
@@ -47,6 +48,7 @@ nb:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: har allerede blitt bekreftet. Prøv å logg inn.
51
+ confirmation_period_expired:
50
52
  expired: har utløpt, vennligst forespør en ny
51
53
  not_found: ikke funnet
52
54
  not_locked: var ikke låst
data/locales/nl.yml CHANGED
@@ -10,6 +10,7 @@ nl:
10
10
  invalid: Ongeldig e-mail of wachtwoord.
11
11
  invalid_token: Ongeldige authenticiteit token.
12
12
  locked: Je account is vergrendeld.
13
+ not_found_in_database:
13
14
  timeout: Je sessie is verlopen, meld je opnieuw aan om door te gaan.
14
15
  unauthenticated: Je dient je aan te melden of in te schrijven om door te gaan.
15
16
  unconfirmed: Je dient eerst je account te bevestigen.
@@ -47,6 +48,7 @@ nl:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: is reeds bevestigd
51
+ confirmation_period_expired:
50
52
  expired: is verlopen, vraag een nieuwe aan
51
53
  not_found: niet gevonden
52
54
  not_locked: is niet gesloten
data/locales/pl.yml CHANGED
@@ -10,6 +10,7 @@ pl:
10
10
  invalid: Niepoprawny adres email lub hasło.
11
11
  invalid_token: Niepoprawny token.
12
12
  locked: Twoje konto jest zablokowane.
13
+ not_found_in_database:
13
14
  timeout: Sesja wygasła, aby kontynuować zaloguj się ponownie.
14
15
  unauthenticated: Aby kontynuować zaloguj lub zarejestruj się.
15
16
  unconfirmed: Aby kontynuować aktywuj konto.
@@ -47,6 +48,7 @@ pl:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: już został aktywowany, możesz się zalogować
51
+ confirmation_period_expired:
50
52
  expired: stracił ważność, wyślij zapytanie o nowy
51
53
  not_found: nie znaleziono
52
54
  not_locked: nie był zablokowany
data/locales/pt-BR.yml CHANGED
@@ -10,6 +10,7 @@ pt-BR:
10
10
  invalid: Email ou senha inválidos.
11
11
  invalid_token: O token de autenticação não é válido.
12
12
  locked: A sua conta está bloqueada.
13
+ not_found_in_database:
13
14
  timeout: A sua sessão expirou, por favor, faça login novamente para continuar.
14
15
  unauthenticated: Para continuar, faça login ou registre-se.
15
16
  unconfirmed: Antes de continuar, confirme a sua conta.
@@ -47,6 +48,7 @@ pt-BR:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: já foi confirmado
51
+ confirmation_period_expired:
50
52
  expired: expirou, por favor solicite uma nova
51
53
  not_found: não encontrado
52
54
  not_locked: não foi bloqueado
data/locales/pt.yml CHANGED
@@ -10,6 +10,7 @@ pt:
10
10
  invalid: O endereço de email ou a palavra-passe são inválidos.
11
11
  invalid_token: A chave de autenticação é inválida.
12
12
  locked: A sua conta está bloqueada.
13
+ not_found_in_database:
13
14
  timeout: A sua sessão expirou, por favor autentique-se novamente para continuar.
14
15
  unauthenticated: Antes de continuar tem de se autenticar ou efectuar um registo.
15
16
  unconfirmed: Tem de confirmar a sua conta antes de continuar.
@@ -47,6 +48,7 @@ pt:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: já foi confirmado, por favor tente efectuar a autenticação
51
+ confirmation_period_expired:
50
52
  expired: expirou, por favor solicite um novo
51
53
  not_found: não foi encontrado
52
54
  not_locked: não foi bloqueado
data/locales/ro.yml CHANGED
@@ -10,6 +10,7 @@ ro:
10
10
  invalid: E-mail sau parolă invalide.
11
11
  invalid_token: Token de autentificare invalid.
12
12
  locked: Contul dvs. este blocat.
13
+ not_found_in_database:
13
14
  timeout: Sesiunea dvs. a expirat, vă rugăm să vă autentificaţi din nou pentru a continua.
14
15
  unauthenticated: Trebuie să vă conectaţi sau să se înscrie înainte de a continua.
15
16
  unconfirmed: Trebuie să confirmaţi contul dvs. înainte de a continua.
@@ -47,6 +48,7 @@ ro:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: a fost deja confirmat, vă rugăm să încercaţi să vă autentificați
51
+ confirmation_period_expired:
50
52
  expired: a expirat, vă rugăm să solicitaţi unul nou
51
53
  not_found: nu există
52
54
  not_locked: nu este blocat
data/locales/ru.yml CHANGED
@@ -10,6 +10,7 @@ ru:
10
10
  invalid: Неверный адрес e-mail или пароль.
11
11
  invalid_token: Неверный ключ аутентификации.
12
12
  locked: Ваша учётная запись заблокирована.
13
+ not_found_in_database:
13
14
  timeout: Ваш сеанс закончился. Пожалуйста, войдите в систему снова.
14
15
  unauthenticated: Вам необходимо войти в систему или зарегистрироваться.
15
16
  unconfirmed: Вы должны подтвердить вашу учётную запись.
@@ -47,6 +48,7 @@ ru:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: уже подтверждена. Пожалуйста, попробуйте войти в систему
51
+ confirmation_period_expired:
50
52
  expired: устарела. Пожалуйста, запросите новую
51
53
  not_found: не найдена
52
54
  not_locked: не заблокирована
data/locales/sk.yml CHANGED
@@ -10,6 +10,7 @@ sk:
10
10
  invalid: Nesprávny email alebo heslo.
11
11
  invalid_token: Nesprávny overovací symbol.
12
12
  locked: Váš účet je uzamknutý.
13
+ not_found_in_database:
13
14
  timeout: Platnosť session vypršala, prosím prihláste sa znovu, potom môžete pokračovať.
14
15
  unauthenticated: Musíte sa zaregistrovať alebo prihlásiť, potom možete pokračovať.
15
16
  unconfirmed: Musíte potvrdiť svoj účet, potom možete pokračovať.
@@ -47,6 +48,7 @@ sk:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: bol už potvrdený, skúste sa prihlásiť
51
+ confirmation_period_expired:
50
52
  expired: expiroval, prosím, vyžiadajte si nový
51
53
  not_found: nenájdeny
52
54
  not_locked: nebol uzamknutý
data/locales/sl.yml CHANGED
@@ -10,6 +10,7 @@ sl:
10
10
  invalid: Neveljavna e-pošta ali geslo.
11
11
  invalid_token: Neveljaven žeton za preverjanje pristnosti.
12
12
  locked: Vaš račun je zaklenjen.
13
+ not_found_in_database:
13
14
  timeout: Vaša seja je potekla. Prosimo, ponovno se prijavite za nadaljevanje.
14
15
  unauthenticated: Za nadaljevanje se morate prijaviti ali registrirati.
15
16
  unconfirmed: Pred nadaljevanjem morate potrditi vaš račun.
@@ -47,6 +48,7 @@ sl:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: je bil že potrjen, prosimo poskusite se prijaviti
51
+ confirmation_period_expired:
50
52
  expired: je poteklo. Prosimo, zahtevajte novo.
51
53
  not_found: ni najdeno
52
54
  not_locked: ni zaklenjeno
data/locales/sv.yml CHANGED
@@ -10,6 +10,7 @@ sv:
10
10
  invalid: Ogiltig epost eller lösenord.
11
11
  invalid_token: Ogiltig token för autentisering.
12
12
  locked: Ditt konto är låst.
13
+ not_found_in_database:
13
14
  timeout: Din session är inte längre giltig, vänligen logga in igen för att fortsätta.
14
15
  unauthenticated: Du måste logga in eller skapa ett konto innan du kan fortsätta.
15
16
  unconfirmed: Du måste bekräfta ditt konto innan du kan fortsätta.
@@ -47,6 +48,7 @@ sv:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: är redan bekräftad, vänligen logga in igen
51
+ confirmation_period_expired:
50
52
  expired: är inte längre giltig. Vänligen begär en ny
51
53
  not_found: hittades inte
52
54
  not_locked: var inte låst
data/locales/th.yml CHANGED
@@ -10,6 +10,7 @@ th:
10
10
  invalid: อีเมล์หรือรหัสผ่านไม่ถูกต้อง
11
11
  invalid_token: การพิสูจน์ไม่ถูกต้อง
12
12
  locked: บัญชีของคุณถูกล็อก
13
+ not_found_in_database:
13
14
  timeout: หน้าเว็บเกินระยะเวลาที่กำหนด กรุณาเข้าสู่ระบบอีกครั้งเพื่อดำเนินการต่อ
14
15
  unauthenticated: คุณต้องเข้าสู่ระบบหรือลงทะเบียนก่อดำเนินการต่อ
15
16
  unconfirmed: คุณต้องยืนยันบัญชีก่อนดำเนินการต่อ
@@ -47,6 +48,7 @@ th:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: ยืนยันแล้ว ลองเข้าสู่ระบบ
51
+ confirmation_period_expired:
50
52
  expired: หมดอายุแล้ว กรุณาขอใหม่อีกครั้ง
51
53
  not_found: ไม่พบ
52
54
  not_locked: ไม่ถูกล็อก
data/locales/tr.yml CHANGED
@@ -10,6 +10,7 @@ tr:
10
10
  invalid: Yanlış e-posta adresi veya şifre girdiniz.
11
11
  invalid_token: Yanlış denetim anahtarı.
12
12
  locked: Hesabınız kilitlendi.
13
+ not_found_in_database:
13
14
  timeout: Oturumunuz sonlandı. Lütfen giriş yapınız.
14
15
  unauthenticated: Devam etmeden önce giriş yapmanız veya kayıt olmanız gereklidir.
15
16
  unconfirmed: Devam etmeden önce hesabınızı onaylamalısınız.
@@ -47,6 +48,7 @@ tr:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: zaten onaylanmış, lütfen giriş yapmayı deneyin
51
+ confirmation_period_expired:
50
52
  expired: süresi doldu, lütfen yeni bir tane isteyin
51
53
  not_found: bulunamadı
52
54
  not_locked: kilitlenmemiş
data/locales/vi.yml CHANGED
@@ -10,6 +10,7 @@ vi:
10
10
  invalid: Email hoặc mật khẩu không chính xác.
11
11
  invalid_token: Mã xác nhận không chính xác.
12
12
  locked: Tài khoản của bạn đã bị khóa.
13
+ not_found_in_database:
13
14
  timeout: Phiên làm việc của bạn đã hết hạn, vui lòng đăng nhập để tiếp tục.
14
15
  unauthenticated: Bạn cần phải đăng nhập hoặc đăng ký trước khi tiếp tục.
15
16
  unconfirmed: Bạn cần phải xác nhận tài khoản trước khi tiếp tục.
@@ -47,6 +48,7 @@ vi:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: đã được xác nhận, hãy thử đăng nhập xem sao.
51
+ confirmation_period_expired:
50
52
  expired: đã hết hạn, vui lòng gửi yêu cầu mới.
51
53
  not_found: không tìm thấy
52
54
  not_locked: không bị khóa
data/locales/zh-CN.yml CHANGED
@@ -10,6 +10,7 @@ zh-CN:
10
10
  invalid: 邮箱或密码错误
11
11
  invalid_token: 认证码无效.
12
12
  locked: 您的帐号已被锁定.
13
+ not_found_in_database:
13
14
  timeout: 您已登录超时,请重新登录.
14
15
  unauthenticated: 继续操作前请注册或者登录.
15
16
  unconfirmed: 继续操作前请先确认您的帐号.
@@ -47,6 +48,7 @@ zh-CN:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: 已经确认,请重新登录.
51
+ confirmation_period_expired:
50
52
  expired: 您已过期,请重新申请
51
53
  not_found: 没有找到
52
54
  not_locked: 未锁定
data/locales/zh-TW.yml CHANGED
@@ -10,6 +10,7 @@ zh-TW:
10
10
  invalid: Email 或密碼是無效的。
11
11
  invalid_token: 無效的認證代碼。
12
12
  locked: 您的帳號已被鎖定。
13
+ not_found_in_database:
13
14
  timeout: 您的登入時效過期,請重新登入,才能繼續。
14
15
  unauthenticated: 您需要先註冊,登入後才能繼續。
15
16
  unconfirmed: 您的帳號需需要經過確認後,才能繼續。
@@ -47,6 +48,7 @@ zh-TW:
47
48
  errors:
48
49
  messages:
49
50
  already_confirmed: 已被確認過了,請試著登入看看
51
+ confirmation_period_expired:
50
52
  expired: 已經過期了,請再要一個新的
51
53
  not_found: 沒有找到
52
54
  not_locked: 被鎖定了
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70120212610160 !ruby/object:Gem::Requirement
16
+ requirement: &70337023142820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 2.4.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70120212610160
24
+ version_requirements: *70337023142820
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &70120212609680 !ruby/object:Gem::Requirement
27
+ requirement: &70337023142340 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '1.2'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70120212609680
35
+ version_requirements: *70337023142340
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jeweler
38
- requirement: &70120212609200 !ruby/object:Gem::Requirement
38
+ requirement: &70337023141860 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>'
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.6.4
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70120212609200
46
+ version_requirements: *70337023141860
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: i18n-spec
49
- requirement: &70120212608720 !ruby/object:Gem::Requirement
49
+ requirement: &70337023141380 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70120212608720
57
+ version_requirements: *70337023141380
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: localeapp
60
- requirement: &70120212608240 !ruby/object:Gem::Requirement
60
+ requirement: &70337023140900 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70120212608240
68
+ version_requirements: *70337023140900
69
69
  description: Translations for the devise gem
70
70
  email: chris@tigrish.com
71
71
  executables: []
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  segments:
143
143
  - 0
144
- hash: -2493693227814367829
144
+ hash: -1165842277285053352
145
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  none: false
147
147
  requirements: