devise-foundation-views 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +49 -0
  7. data/Rakefile +1 -0
  8. data/app/assets/stylesheets/devise_foundation_views_less.less +10 -0
  9. data/app/assets/stylesheets/devise_foundation_views_scss.scss +9 -0
  10. data/app/views/devise/confirmations/new.html.erb +22 -0
  11. data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
  12. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  13. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  14. data/app/views/devise/passwords/edit.html.erb +25 -0
  15. data/app/views/devise/passwords/new.html.erb +21 -0
  16. data/app/views/devise/registrations/edit.html.erb +31 -0
  17. data/app/views/devise/registrations/new.html.erb +27 -0
  18. data/app/views/devise/sessions/new.html.erb +30 -0
  19. data/app/views/devise/shared/_links.html.erb +25 -0
  20. data/app/views/devise/unlocks/new.html.erb +21 -0
  21. data/app/views/devise_haml/confirmations/new.html.haml +13 -0
  22. data/app/views/devise_haml/mailer/confirmation_instructions.html.haml +3 -0
  23. data/app/views/devise_haml/mailer/reset_password_instructions.html.haml +5 -0
  24. data/app/views/devise_haml/mailer/unlock_instructions.html.haml +4 -0
  25. data/app/views/devise_haml/passwords/edit.html.haml +16 -0
  26. data/app/views/devise_haml/passwords/new.html.haml +13 -0
  27. data/app/views/devise_haml/registrations/edit.html.haml +22 -0
  28. data/app/views/devise_haml/registrations/new.html.haml +17 -0
  29. data/app/views/devise_haml/sessions/new.html.haml +19 -0
  30. data/app/views/devise_haml/shared/_links.html.haml +19 -0
  31. data/app/views/devise_haml/unlocks/new.html.haml +13 -0
  32. data/app/views/devise_slim/confirmations/new.html.slim +13 -0
  33. data/app/views/devise_slim/mailer/confirmation_instructions.html.slim +4 -0
  34. data/app/views/devise_slim/mailer/reset_password_instructions.html.slim +6 -0
  35. data/app/views/devise_slim/mailer/unlock_instructions.html.slim +4 -0
  36. data/app/views/devise_slim/passwords/edit.html.slim +17 -0
  37. data/app/views/devise_slim/passwords/new.html.slim +13 -0
  38. data/app/views/devise_slim/registrations/edit.html.slim +23 -0
  39. data/app/views/devise_slim/registrations/new.html.slim +18 -0
  40. data/app/views/devise_slim/sessions/new.html.slim +19 -0
  41. data/app/views/devise_slim/shared/_links.html.slim +19 -0
  42. data/app/views/devise_slim/unlocks/new.html.slim +14 -0
  43. data/devise-foundation-views.gemspec +32 -0
  44. data/lib/devise-foundation-views.rb +28 -0
  45. data/lib/devise_foundation_views_helper.rb +22 -0
  46. data/lib/generators/devise/views/foundation_templates/foundation_templates_generator.rb +25 -0
  47. data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
  48. data/lib/version.rb +3 -0
  49. data/locales/ar.yml +112 -0
  50. data/locales/ca.yml +59 -0
  51. data/locales/cs.yml +110 -0
  52. data/locales/de.yml +110 -0
  53. data/locales/en.yml +111 -0
  54. data/locales/es-AR.yml +51 -0
  55. data/locales/es-ES.yml +59 -0
  56. data/locales/es.yml +51 -0
  57. data/locales/fr.yml +51 -0
  58. data/locales/hu.yml +59 -0
  59. data/locales/it.yml +51 -0
  60. data/locales/nl.yml +59 -0
  61. data/locales/pl.yml +57 -0
  62. data/locales/pt-BR.yml +56 -0
  63. data/locales/ru.yml +56 -0
  64. data/locales/tr.yml +51 -0
  65. data/locales/uk.yml +56 -0
  66. data/locales/zh-CN.yml +58 -0
  67. data/locales/zh-TW.yml +57 -0
  68. metadata +139 -0
data/locales/ca.yml ADDED
@@ -0,0 +1,59 @@
1
+ ca:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: Reenviar instruccions de confirmació
6
+ mailer:
7
+ confirmation_instructions:
8
+ action: Confirmar el meu compte
9
+ greeting: Benvingut %{recipient}!
10
+ instruction: ! "Pots confirmar el correu electrònic del teu compte a través d'aquest enllaç:"
11
+ subject: Instruccions de confirmació
12
+ reset_password_instructions:
13
+ action: Canviar la meva contrasenya
14
+ greeting: Hola %{recipient}!
15
+ instruction: Algú ha sol·licitat un enllaç per a canviar la teva contrasenya, pots fer-ho amb el següent enllaç.
16
+ instruction_2: Si tu no ho has sol·licitat, si us plau ignora aquest email.
17
+ instruction_3: La teva contrasenya no serà canviada fins que accedeixis a l'enllaç i en creïs una nova.
18
+ subject: Instruccions per a regenerar la contrasenya
19
+ unlock_instructions:
20
+ action: Desbloquejar el meu compte
21
+ greeting: Hola %{recipient}!
22
+ instruction: ! 'Obre el següent enllaç per a desbloquejar el teu compte:'
23
+ message: El teu compte s'ha bloquejat a causa d'una quantitat excessiva d'intents fallits per a accedir-hi.
24
+ subject: Instruccions de desbloqueig
25
+ passwords:
26
+ new:
27
+ forgot_your_password: Has oblidat la teva contrasenya?
28
+ send_me_reset_password_instructions: Enviar les instruccions per a regenerar la meva contrasenya
29
+ edit:
30
+ change_your_password: Canviar la teva contrasenya
31
+ new_password: Nova contrasenya
32
+ confirm_new_password: Confirmar nova contrasenya
33
+ change_my_password: Canviar la meva contrasenya
34
+ registrations:
35
+ edit:
36
+ are_you_sure: Estàs segur?
37
+ cancel_my_account: Cancel·lar el meu compte
38
+ leave_blank_if_you_don_t_want_to_change_it: deixa'l en blanc si no el vols canviar
39
+ title: Editar %{resource}
40
+ we_need_your_current_password_to_confirm_your_changes: necessitem la teva contrasenya actual per a confirmar els canvis
41
+ update: Actualitzar
42
+ cancel_my_account: Cancel·lar el meu compte
43
+ unhappy: Descontent
44
+ new:
45
+ sign_up: Registrar-se
46
+ sessions:
47
+ new:
48
+ sign_in: Iniciar sessió
49
+ shared:
50
+ links:
51
+ didn_t_receive_confirmation_instructions: No has rebut les instruccions de confirmació?
52
+ didn_t_receive_unlock_instructions: No has rebut les instruccions de desbloqueig?
53
+ forgot_your_password: Has oblidat la teva contrasenya?
54
+ sign_in: Iniciar sessió
55
+ sign_in_with_provider: Iniciar sessió amb %{provider}
56
+ sign_up: Registrar-se
57
+ unlocks:
58
+ new:
59
+ resend_unlock_instructions: Reenviar instruccions de desbloqueig
data/locales/cs.yml ADDED
@@ -0,0 +1,110 @@
1
+ cs:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: "Znovu poslat potvrzovací instrukce."
6
+ confirmed: "Váš účet byl úspěšně potvrzen."
7
+ send_instructions: "Email s instrukce k potvrzení účtu obdržíte za několik minut."
8
+ send_paranoid_instructions: "Pokud Váš účet existuje, obdržíte potvrzovací instrukce během několika minut."
9
+ failure:
10
+ already_authenticated: "Již jste přihlášen."
11
+ inactive: "Váš účet ještě není aktivován."
12
+ invalid: "Neplatné jméno či heslo."
13
+ invalid_token: "Neplatný ověřovací token."
14
+ locked: "Váš účet je uzamčen."
15
+ not_found_in_database: "Neplatný email, či heslo."
16
+ timeout: "Vaše přihlášení expirovalo. Prosím, přihlašte se znovu."
17
+ unauthenticated: "Pokud chcete pokračovat, musíte se přihlásit, nebo registrovat."
18
+ unconfirmed: "Pokud chcete pokračovat, musíte potvrdit Váš účet."
19
+ mailer:
20
+ confirmation_instructions:
21
+ action: "Potvrdit můj účet."
22
+ greeting: "Vítejte %{recipient}!"
23
+ instruction: "Váš účet můžete potvrdit pomocí odkazu níže."
24
+ subject: "Potvrzovací instrukce"
25
+ reset_password_instructions:
26
+ action: "Změnit heslo"
27
+ greeting: "Dobrý den %{recipient}!"
28
+ instruction: "Někdo si vyžádal odkaz ke změně hesla, který je uveden níže."
29
+ instruction_2: "Pokud jste tento požadavek nevytvořil/a Vy, tak jej prosím ignorujte."
30
+ instruction_3: "Vaše heslo nebude změněno, pokud si pomocí uvedeného odkazu nezvolíte jiné."
31
+ subject: "Instrukce pro změnu hesla"
32
+ unlock_instructions:
33
+ action: "Odemčít můj účet"
34
+ greeting: "Dobrý den %{recipient}!"
35
+ instruction: "Pro odemčení účtu klikněte na níže uvedený odkaz:"
36
+ message: "Váš účet byl z bezpečnostních důvodů uzamčen, kvůli velkému množství pokusů o přihlášení."
37
+ subject: "Instrukce k odemčení"
38
+ omniauth_callbacks:
39
+ failure: "Nelze se přihlásit pomocí %{kind}, protože \"%{reason}\"."
40
+ success: "Úspěšné přihlášení pomocí %{kind} účtu."
41
+ passwords:
42
+ new:
43
+ forgot_your_password: "Zapoměl/a jste heslo?"
44
+ send_me_reset_password_instructions: "Zaslat instrukce k obnově hesla"
45
+ edit:
46
+ change_your_password: "Změnit heslo"
47
+ new_password: "Nové heslo"
48
+ confirm_new_password: "Potvrzení hesla"
49
+ change_my_password: "Změnit heslo"
50
+ no_token: "Na tuto stránku musíte přijít z emailu pro obnovu hesla. Zkontrolujte, zda je správně celá adresa, která byla uvedena v emailu."
51
+ send_instructions: "Email s instrukcemi k obnově hesla obdržíte během několika minut."
52
+ send_paranoid_instructions: "Pokud Váš účet existuje, pak obdržíte email k obnovení hesla během několika minut."
53
+ updated: "Vaše heslo bylo změněno. Nyní jste přihlášen/a."
54
+ updated_not_active: "Vaše heslo bylo změněno."
55
+ registrations:
56
+ edit:
57
+ are_you_sure: "Jste si jist/a?"
58
+ cancel_my_account: "Zrušit můj účet"
59
+ leave_blank_if_you_don_t_want_to_change_it: "nechte nevyplněné, pokud nechcete heslo měnit"
60
+ title: "Editace %{resource}"
61
+ we_need_your_current_password_to_confirm_your_changes: "pro potvrzení změn potřebujeme Vaše současné heslo"
62
+ update: "Aktualizovat"
63
+ unhappy: "špatně"
64
+ new:
65
+ sign_up: "Registrovat se"
66
+ destroyed: "Naschledanou! Váš účet byl zrušen. Doufám, že se opět brzy setkáme."
67
+ signed_up: "Vitejte! Úspěšně jste se registroval/a."
68
+ signed_up_but_inactive: "Úspěšně jste se registroval/a. Zatím se ale nemůžete přihlásit, protože účet ještě není aktivován."
69
+ signed_up_but_locked: "Úspěšně jste se registroval. Zatím se ale nemůžete přihlásit, protože je Váš účet uzamčen."
70
+ signed_up_but_unconfirmed: "Zpráva s potvrzovacím odkazem byla zaslána na Váš email. Pro potvrzení registrace prosím klikněte na odkaz uvedený v emailu."
71
+ update_needs_confirmation: "YVáš účet byl aktualizován, ale musíme ověřit Vaši novou emailovou adresu. Pro potvrzení změn prosím klikněte na příslušný odkaz v emailu, který jsme Vám zaslali."
72
+ updated: "Účet byl aktualizován."
73
+ sessions:
74
+ signed_in: "Přihlášení proběhlo úspešně."
75
+ signed_out: "Odhlášení je hotovo."
76
+ new:
77
+ sign_in: "Přihlásit se"
78
+ shared:
79
+ links:
80
+ didn_t_receive_confirmation_instructions: "Nedostal/a jste instrukce k potvrzení účtu?"
81
+ didn_t_receive_unlock_instructions: "Nedostal/a jste instrukce k odemčení účtu?"
82
+ forgot_your_password: "Zapomenuté heslo?"
83
+ sign_in: "Přihlásit se"
84
+ sign_in_with_provider: "Přihlásit pomocí %{provider}"
85
+ sign_up: "Registrovat se"
86
+ unlocks:
87
+ new:
88
+ resend_unlock_instructions: "Přeposlat instrukce k odemčení"
89
+ send_instructions: "Email s instrukcemi k odemčení hesla obdržíte během několika minut."
90
+ send_paranoid_instructions: "Pokud Váš účet existuje, pak obdržíte instrukce k odemčení hesla během několika minut. "
91
+ unlocked: "Váš účet byl odemčen. Můžete se přihlásit"
92
+ errors:
93
+ messages:
94
+ already_confirmed: "byl již potvrzen, zkuste se prosím přihlásit."
95
+ confirmation_period_expired: "musí být potvrzen během %{period}, prosím požádejte o nový"
96
+ expired: "expiroval, prosím požádejte o nový"
97
+ not_found: "nenalezen"
98
+ not_locked: "nebyl uzamčen"
99
+ not_saved:
100
+ one: "Formulář nebyl uložen z důvodu chyby:"
101
+ other: "Z důvodů %{count} chyb nebyl formulář uložen:"
102
+ activerecord:
103
+ models:
104
+ user: "Uživatel"
105
+ attributes:
106
+ user:
107
+ current_sign_in_at: "Přihlášen v"
108
+ email: "Email"
109
+ password: "Heslo"
110
+ last_sign_in_at: "Naposledy přihlášen v"
data/locales/de.yml ADDED
@@ -0,0 +1,110 @@
1
+ de:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: Anleitung zur Bestätigung noch mal schicken
6
+ confirmed: Ihre Konto wurde erfolgreich bestätigt.
7
+ send_instructions: Sie erhalten ein wenigen Minuten eine E-Mail mit Anweisungen, wie Sie Ihr Konto bestätigen.
8
+ send_paranoid_instructions: Falls Ihre E-Mail-Adresse in unserer Datenbank existiert, werden Sie in wenigen Minuten eine E-Mail mit Anweisungen erhalten, wie Sie Ihr Konto bestätigen.
9
+ failure:
10
+ already_authenticated: "Sie sind schon angemeldet."
11
+ inactive: "Ihr Konto ist noch nicht aktiviert."
12
+ invalid: "Ungültige E-Mail-Adresse oder Passwort."
13
+ invalid_token: "Ungültiger Authentifikations-Schlüssel."
14
+ locked: "Ihr Konto ist gesperrt."
15
+ not_found_in_database: "Ungültige E-Mail-Adresse oder Passwort."
16
+ timeout: "Ihre Sitzung ist abgelaufen. Bitte melden sich erneut an, um fortzufahren."
17
+ unauthenticated: "Sie müssen sich anmelden oder registrieren, um fortfahren zu können."
18
+ unconfirmed: "Sie müssen Ihr Konto bestätigen, um fortfahren zu können."
19
+ mailer:
20
+ confirmation_instructions:
21
+ action: Mein Konto bestätigen
22
+ greeting: Willkommen %{recipient}!
23
+ instruction: ! 'Folgen Sie dem untenstehenden Link, um Ihr Konto zu bestätigen:'
24
+ subject: Anleitung zur Bestätigung Ihres Accounts
25
+ reset_password_instructions:
26
+ action: Passwort ändern
27
+ greeting: Hallo %{recipient}!
28
+ instruction: Jemand hat einen Link angefordert, um Ihr Passwort zu ändern, und Sie können das durch den unten aufgeführten Link tun.
29
+ instruction_2: Wenn Sie das nicht angefordert haben, bitte ignorieren Sie diese E-Mail.
30
+ instruction_3: Das Passwort wird nicht geändert bis Sie den obenstehenden Link abrufen, und ein neues Passwort bestimmen.
31
+ subject: Anleitung um das Passwort zurückzusetzten
32
+ unlock_instructions:
33
+ action: Mein Konto entsperren
34
+ greeting: Hallo %{recipient}!
35
+ instruction: ! 'Folgen Sie dem untenstehenden Link, um Ihr Konto zu entsperren:'
36
+ message: Ihr Konto wurde aufgrund einer großen Anzahl von fehlgeschlagenen Anmeldeversuchen gesperrt.
37
+ subject: Anleitung um Ihr Konto zu entsperren
38
+ omniauth_callbacks:
39
+ failure: "Sie konnten nicht über %{kind} authentifiziert werden, da \"%{reason}\"."
40
+ success: "Erfolgreich über %{kind} authentifiziert."
41
+ passwords:
42
+ new:
43
+ forgot_your_password: Haben Sie Ihr Passwort vergessen?
44
+ send_me_reset_password_instructions: Schicken Sie mir die Anleitung, mein Passwort zurückzusetzen
45
+ edit:
46
+ change_your_password: Passwort ändern
47
+ new_password: Neues Passwort
48
+ confirm_new_password: Neues Passwort bestätigen
49
+ change_my_password: Ändere mein Passwort
50
+ no_token: "Sie können diese Seite nicht ohne Link zum Zurücksetzen Ihres Passworts aufrufen. Wenn Sie Ihr Passwort zurücksetzen wollen, gehen Sie sicher, dass Sie die vollständige Adresse benutzt haben, die Sie mit der E-Mail erhalten haben."
51
+ send_instructions: "Sie werden eine E-Mail mit der Anleitung, wie Sie Ihr Passwort zurücksetzen können, in wenigen Minuten erhalten."
52
+ send_paranoid_instructions: "Falls Ihre E-Mail-Adresse in unserer Datenbank existiert, werden Sie in wenigen Minuten eine E-Mail mit einem Link zum Zurücksetzen Ihres Passworts erhalten."
53
+ updated: Ihr Passwort wurde erfolgreich geändert. Sie sind nun angemeldet.
54
+ updated_not_active: "Ihr Passwort wurde erfolgreich geändert."
55
+ registrations:
56
+ edit:
57
+ are_you_sure: Sind Sie sicher?
58
+ cancel_my_account: Konto löschen
59
+ leave_blank_if_you_don_t_want_to_change_it: freilassen, wenn Sie das nicht ändern wollen
60
+ title: ! '%{resource} bearbeiten'
61
+ we_need_your_current_password_to_confirm_your_changes: wir benötigen Ihr aktuelles Passwort, um die Änderung zu bestätigen
62
+ update: "Aktualisieren"
63
+ unhappy: "Unglücklich"
64
+ new:
65
+ sign_up: Registrieren
66
+ destroyed: "Auf Wiedersehen! Ihr Konto wurde erfolreich gekündigt. Wir hoffen Sie bald wiederzusehen."
67
+ signed_up: "Willkommen! Sie haben sich erfolgreich registriert."
68
+ signed_up_but_inactive: "Sie haben sich erfolgreich registriert. Aber wir konnten Sie nicht anmelden, da Ihr Konto noch nicht aktiviert ist."
69
+ signed_up_but_locked: "Sie haben sich erfolgreich registriert. Aber wir konnten Sie nicht anmelden, da Ihr Konto gesperrt ist."
70
+ signed_up_but_unconfirmed: "Eine Nachricht mit einem Aktivierungs-Link wurde an Ihre E-Mail-Adresse geschickt. Bitte öffnen Sie diesen Link, um Ihr Konto zu aktivieren."
71
+ update_needs_confirmation: "Ihr Konto wurde erfolgreich aktualisiert, aber wir müssen Ihre E-Mail-Adresse verifizieren. Bitte überprüfen Sie Ihre E-Mails und klicken auf den Bestätigungs-Link, um Ihre E-Mail-Adresse abschliessend zu bestätigen."
72
+ updated: "Ihr Konto wurde erfolgreich aktualisiert."
73
+ sessions:
74
+ signed_in: "Erfolgreich angemeldet."
75
+ signed_out: "Erfolgreich abgemeldet."
76
+ new:
77
+ sign_in: Anmelden
78
+ shared:
79
+ links:
80
+ didn_t_receive_confirmation_instructions: Keine Anleitung zur Bestätigung erhalten?
81
+ didn_t_receive_unlock_instructions: Keine Anleitung zum Entsperren erhalten?
82
+ forgot_your_password: Passwort vergessen?
83
+ sign_in: Anmelden
84
+ sign_in_with_provider: Mit %{provider} anmelden
85
+ sign_up: Registrieren
86
+ unlocks:
87
+ new:
88
+ resend_unlock_instructions: Anleitung zum Entsperren noch mal schicken
89
+ send_instructions: "Sie werden eine E-Mail mit der Anleitung, wie Sie Ihr Konto entsperren können, in wenigen Minuten erhalten."
90
+ send_paranoid_instructions: "Falls Ihr Konto existiert, werden Sie eine E-Mail mit der Anleitung, wie Sie Ihr Konto entsperren können, in wenigen Minuten erhalten."
91
+ unlocked: "Ihr Konto wurde erfolreich entsperrt. Bitte melden Sie sich an, um fortfahren zu können."
92
+ errors:
93
+ messages:
94
+ already_confirmed: "wurde schon bestätigt - bitte versuchen Sie sich anzumelden"
95
+ confirmation_period_expired: "muss innerhalb %{period} bestätigt werden - bitte fordern Sie den Link erneut an"
96
+ expired: "ist ausgelaufen - bitte fordern Sie den Link erneut an"
97
+ not_found: "nicht gefunden"
98
+ not_locked: "war nicht gesperrt"
99
+ not_saved:
100
+ one: "1 Fehler verhinderte, dass %{resource} gespeichert werden konnte:"
101
+ other: "%{count} Fehler verhinderten, dass %{resource} gespeichert werden konnte:"
102
+ activerecord:
103
+ models:
104
+ user: "Benutzer"
105
+ attributes:
106
+ user:
107
+ current_sign_in_at: "Angemeldet am"
108
+ email: "E-Mail"
109
+ password: "Passwort"
110
+ last_sign_in_at: "Zuletzt angemeldet am"
data/locales/en.yml ADDED
@@ -0,0 +1,111 @@
1
+ en:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: "Resend confirmation instructions"
6
+ confirmed: "Your account was successfully confirmed."
7
+ send_instructions: "You will receive an email with instructions about how to confirm your account in a few minutes."
8
+ send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions about how to confirm your account in a few minutes."
9
+ failure:
10
+ already_authenticated: "You are already signed in."
11
+ inactive: "Your account is not activated yet."
12
+ invalid: "Invalid email or password."
13
+ invalid_token: "Invalid authentication token."
14
+ locked: "Your account is locked."
15
+ not_found_in_database: "Invalid email or password."
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
+ action: "Confirm my account"
22
+ greeting: "Welcome %{recipient}!"
23
+ instruction: "You can confirm your account email through the link below:"
24
+ subject: "Confirmation instructions"
25
+ reset_password_instructions:
26
+ action: "Change my password"
27
+ greeting: "Hello %{recipient}!"
28
+ instruction: "Someone has requested a link to change your password, and you can do this through the link below."
29
+ instruction_2: "If you didn't request this, please ignore this email."
30
+ instruction_3: "Your password won't change until you access the link above and create a new one."
31
+ subject: "Reset password instructions"
32
+ unlock_instructions:
33
+ action: "Unlock my account"
34
+ greeting: "Hello %{recipient}!"
35
+ instruction: "Click the link below to unlock your account:"
36
+ message: "Your account has been locked due to an excessive amount of unsuccessful sign in attempts."
37
+ subject: "Unlock Instructions"
38
+ omniauth_callbacks:
39
+ failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
40
+ success: "Successfully authenticated from %{kind} account."
41
+ passwords:
42
+ new:
43
+ forgot_your_password: "Forgot your password?"
44
+ send_me_reset_password_instructions: "Send me reset password instructions"
45
+ edit:
46
+ change_your_password: "Change your password"
47
+ new_password: "New password"
48
+ confirm_new_password: "Confirm new password"
49
+ change_my_password: "Change my password"
50
+ no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
51
+ send_instructions: "You will receive an email with instructions about how to reset your password in a few minutes."
52
+ send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
53
+ updated: "Your password was changed successfully. You are now signed in."
54
+ updated_not_active: "Your password was changed successfully."
55
+ registrations:
56
+ edit:
57
+ are_you_sure: "Are you sure?"
58
+ cancel_my_account: "Cancel my account"
59
+ leave_blank_if_you_don_t_want_to_change_it: "leave blank if you don't want to change it"
60
+ title: "Edit %{resource}"
61
+ we_need_your_current_password_to_confirm_your_changes: "we need your current password to confirm your changes"
62
+ update: "Update"
63
+ unhappy: "Unhappy"
64
+ back: "Back"
65
+ new:
66
+ sign_up: "Sign up"
67
+ destroyed: "Bye! Your account was successfully cancelled. We hope to see you again soon."
68
+ signed_up: "Welcome! You have signed up successfully."
69
+ signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated."
70
+ signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked."
71
+ signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please open the link to activate your account."
72
+ update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address."
73
+ updated: "You updated your account successfully."
74
+ sessions:
75
+ signed_in: "Signed in successfully."
76
+ signed_out: "Signed out successfully."
77
+ new:
78
+ sign_in: "Sign in"
79
+ shared:
80
+ links:
81
+ didn_t_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
82
+ didn_t_receive_unlock_instructions: "Didn't receive unlock instructions?"
83
+ forgot_your_password: "Forgot your password?"
84
+ sign_in: "Sign in"
85
+ sign_in_with_provider: "Sign in with %{provider}"
86
+ sign_up: "Sign up"
87
+ unlocks:
88
+ new:
89
+ resend_unlock_instructions: "Resend unlock instructions"
90
+ send_instructions: "You will receive an email with instructions about how to unlock your account in a few minutes."
91
+ send_paranoid_instructions: "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
92
+ unlocked: "Your account has been unlocked successfully. Please sign in to continue."
93
+ errors:
94
+ messages:
95
+ already_confirmed: "was already confirmed, please try signing in"
96
+ confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
97
+ expired: "has expired, please request a new one"
98
+ not_found: "not found"
99
+ not_locked: "was not locked"
100
+ not_saved:
101
+ one: "1 error prohibited this %{resource} from being saved:"
102
+ other: "%{count} errors prohibited this %{resource} from being saved:"
103
+ activerecord:
104
+ models:
105
+ user: "User"
106
+ attributes:
107
+ user:
108
+ current_sign_in_at: "Signed in at"
109
+ email: "Email"
110
+ password: "Password"
111
+ last_sign_in_at: "Last signed in at"
data/locales/es-AR.yml ADDED
@@ -0,0 +1,51 @@
1
+ es-AR:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: Reenviar instrucciones de confirmación
6
+ mailer:
7
+ confirmation_instructions:
8
+ action: Confirmar mi cuenta
9
+ greeting: Bienvenido %{recipient}!
10
+ instruction: ! 'Puedes confirmar tu cuenta a través del siguiente enlace:'
11
+ subject: Instrucciones de confirmación
12
+ reset_password_instructions:
13
+ action: Cambiar mi contraseña
14
+ greeting: Hola %{recipient}!
15
+ instruction: Alguien ha solicitado cambiar tu contraseña, puedes hacerlo a través del siguiente enlace.
16
+ instruction_2: Si no solicitaste esto, por favor ignora este e-mail.
17
+ instruction_3: Tu contraseña no cambiará hasta que accedas al siguiente enlace y crees una nueva.
18
+ subject: Instrucciones para cambiar tu contraseña
19
+ unlock_instructions:
20
+ action: Desbloquear mi cuenta
21
+ greeting: Hola %{recipient}!
22
+ instruction: ! 'Haz click en el siguiente enlace para desbloquear tu contraseña:'
23
+ message: Tu cuenta ha sido bloqueada debido a un excesivo número de intentos inválidos de acceso.
24
+ subject: Instrucciones de desbloqueo
25
+ passwords:
26
+ new:
27
+ forgot_your_password: Olvidaste tu contraseña?
28
+ send_me_reset_password_instructions: Enviar instrucciones para resetear la contraseña
29
+ registrations:
30
+ edit:
31
+ are_you_sure: Estás seguro/a?
32
+ cancel_my_account: Cancelar mi cuenta
33
+ leave_blank_if_you_don_t_want_to_change_it: deja en blanco si no deseas cambiarla
34
+ title: Editar %{resource}
35
+ we_need_your_current_password_to_confirm_your_changes: necesitamos tu contraseña actual para confirmar tus cambios
36
+ new:
37
+ sign_up: Registrarse
38
+ sessions:
39
+ new:
40
+ sign_in: Ingresar
41
+ shared:
42
+ links:
43
+ didn_t_receive_confirmation_instructions: No recibiste instrucciones de confirmación?
44
+ didn_t_receive_unlock_instructions: No recibiste instrucciones de desbloqueo?
45
+ forgot_your_password: Olvidaste tu contraseña?
46
+ sign_in: Ingresar
47
+ sign_in_with_provider: Ingresar con %{provider}
48
+ sign_up: Registrarse
49
+ unlocks:
50
+ new:
51
+ resend_unlock_instructions: Reenviar instrucciones de desbloqueo
data/locales/es-ES.yml ADDED
@@ -0,0 +1,59 @@
1
+ es:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: Reenviar instrucciones de confirmación
6
+ mailer:
7
+ confirmation_instructions:
8
+ action: Confirmar mi cuenta
9
+ greeting: ¡Bienvenid@ %{recipient}!
10
+ instruction: ! 'Puedes confirmar el email de tu cuenta a través de este enlace:'
11
+ subject: Instrucciones de confirmación
12
+ reset_password_instructions:
13
+ action: Cambiar mi contraseña
14
+ greeting: ¡Hola %{recipient}!
15
+ instruction: Alguien ha solicitado un enlace para cambiar tu contraseña, lo que se puede realizar con el siguiente enlace.
16
+ instruction_2: Si tú no lo has solicitado, por favor ignora este email.
17
+ instruction_3: Tu contraseña no será cambiada hasta que accedas al enlace y crees una nueva.
18
+ subject: Instrucciones para resetear la contraseña
19
+ unlock_instructions:
20
+ action: Desbloquear mi cuenta
21
+ greeting: ¡Hola %{recipient}!
22
+ instruction: ! 'Haz click en el siguiente enlace para desbloquear tu cuenta:'
23
+ message: Tu cuenta se ha bloqueado debido a una cantidad excesiva de intentos fallidos para acceder.
24
+ subject: Instrucciones de desbloqueo
25
+ passwords:
26
+ new:
27
+ forgot_your_password: ¿Olvidaste tu contraseña?
28
+ send_me_reset_password_instructions: Enviar las instrucciones para resetear mi contraseña
29
+ edit:
30
+ change_your_password: Cambiar tu contraseña
31
+ new_password: Nueva contraseña
32
+ confirm_new_password: Confirmar nueva contraseña
33
+ change_my_password: Cambiar mi contraseña
34
+ registrations:
35
+ edit:
36
+ are_you_sure: ¿Estás segur@?
37
+ cancel_my_account: Cancelar mi cuenta
38
+ leave_blank_if_you_don_t_want_to_change_it: déjalo en blanco si no lo quieres cambiar
39
+ title: Editar %{resource}
40
+ we_need_your_current_password_to_confirm_your_changes: necesitamos tu contraseña actual para confirmar los cambios
41
+ update: Actualizar
42
+ cancel_my_account: Cancelar mi cuenta
43
+ unhappy: Descontento
44
+ new:
45
+ sign_up: Registrarse
46
+ sessions:
47
+ new:
48
+ sign_in: Iniciar sesión
49
+ shared:
50
+ links:
51
+ didn_t_receive_confirmation_instructions: ¿No has recibido las instrucciones de confirmación?
52
+ didn_t_receive_unlock_instructions: ¿No has recibido las instrucciones de desbloqueo?
53
+ forgot_your_password: ¿Olvidaste tu contraseña?
54
+ sign_in: Iniciar sesión
55
+ sign_in_with_provider: Iniciar sesión con %{provider}
56
+ sign_up: Registrarse
57
+ unlocks:
58
+ new:
59
+ resend_unlock_instructions: Reenviar instrucciones de desbloqueo