devise-bootstrap-views 0.0.9 → 0.0.10
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.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/app/views/erb/confirmations/new.html.erb +18 -0
- data/app/views/erb/mailer/confirmation_instructions.html.erb +6 -0
- data/app/views/erb/mailer/reset_password_instructions.html.erb +8 -0
- data/app/views/erb/mailer/unlock_instructions.html.erb +7 -0
- data/app/views/erb/passwords/edit.html.erb +24 -0
- data/app/views/erb/passwords/new.html.erb +17 -0
- data/app/views/erb/registrations/edit.html.erb +31 -0
- data/app/views/erb/registrations/new.html.erb +24 -0
- data/app/views/{devise → erb}/sessions/new.html.erb +7 -7
- data/app/views/erb/shared/_links.html.erb +25 -0
- data/app/views/erb/unlocks/new.html.erb +16 -0
- data/app/views/haml/confirmations/new.html.haml +11 -0
- data/app/views/haml/mailer/confirmation_instructions.html.haml +4 -0
- data/app/views/haml/mailer/reset_password_instructions.html.haml +5 -0
- data/app/views/haml/mailer/unlock_instructions.html.haml +4 -0
- data/app/views/haml/passwords/edit.html.haml +15 -0
- data/app/views/haml/passwords/new.html.haml +11 -0
- data/app/views/haml/registrations/edit.html.haml +27 -0
- data/app/views/haml/registrations/new.html.haml +17 -0
- data/app/views/haml/sessions/new.html.haml +18 -0
- data/app/views/haml/shared/_links.html.haml +19 -0
- data/app/views/haml/unlocks/new.html.haml +11 -0
- data/app/views/slim/confirmations/new.html.slim +12 -0
- data/app/views/slim/mailer/confirmation_instructions.html.slim +7 -0
- data/app/views/slim/mailer/reset_password_instructions.html.slim +10 -0
- data/app/views/slim/mailer/unlock_instructions.html.slim +8 -0
- data/app/views/slim/passwords/edit.html.slim +16 -0
- data/app/views/slim/passwords/new.html.slim +12 -0
- data/app/views/slim/registrations/edit.html.slim +34 -0
- data/app/views/slim/registrations/new.html.slim +18 -0
- data/app/views/slim/sessions/new.html.slim +19 -0
- data/app/views/slim/shared/_links.html.slim +19 -0
- data/app/views/slim/unlocks/new.html.slim +12 -0
- data/lib/generators/devise/views/bootstrap_haml_templates/bootstrap_haml_templates_generator.rb +10 -0
- data/lib/generators/devise/views/bootstrap_slim_templates/bootstrap_slim_templates_generator.rb +10 -0
- data/lib/generators/devise/views/bootstrap_templates/bootstrap_templates_generator.rb +1 -1
- data/lib/generators/devise/views/locale/locale_generator.rb +6 -3
- data/lib/version.rb +1 -1
- data/locales/af.yml +120 -0
- data/locales/ar.yml +60 -48
- data/locales/az.yml +118 -0
- data/locales/bg.yml +120 -0
- data/locales/bn.yml +120 -0
- data/locales/bs.yml +122 -0
- data/locales/ca.yml +86 -25
- data/locales/cs.yml +97 -86
- data/locales/da.yml +120 -0
- data/locales/de-CH.yml +122 -0
- data/locales/de.yml +72 -62
- data/locales/el.yml +120 -0
- data/locales/en-GB.yml +120 -0
- data/locales/en.yml +95 -87
- data/locales/es-MX.yml +120 -0
- data/locales/es.yml +85 -16
- data/locales/et.yml +120 -0
- data/locales/fa.yml +120 -0
- data/locales/fi.yml +120 -0
- data/locales/fr-CA.yml +120 -0
- data/locales/fr.yml +86 -17
- data/locales/he.yml +120 -0
- data/locales/hr.yml +122 -0
- data/locales/hu.yml +75 -14
- data/locales/id.yml +118 -0
- data/locales/is.yml +120 -0
- data/locales/it.yml +73 -4
- data/locales/ja.yml +120 -0
- data/locales/ko.yml +118 -0
- data/locales/lt.yml +121 -0
- data/locales/lv.yml +121 -0
- data/locales/my.yml +118 -0
- data/locales/nb.yml +120 -0
- data/locales/nl.yml +75 -14
- data/locales/nn-NO.yml +120 -0
- data/locales/no.yml +120 -0
- data/locales/pl.yml +77 -12
- data/locales/pt-BR.yml +73 -9
- data/locales/pt.yml +120 -0
- data/locales/ro.yml +121 -0
- data/locales/ru.yml +78 -55
- data/locales/sk.yml +121 -0
- data/locales/sl.yml +122 -0
- data/locales/sr-RS.yml +122 -0
- data/locales/sr.yml +122 -0
- data/locales/sv.yml +120 -0
- data/locales/th.yml +118 -0
- data/locales/tr.yml +74 -7
- data/locales/uk.yml +101 -35
- data/locales/vi.yml +120 -0
- data/locales/zh-CN.yml +101 -40
- data/locales/zh-HK.yml +118 -0
- data/locales/zh-TW.yml +101 -38
- metadata +74 -14
- data/app/views/devise/confirmations/new.html.erb +0 -18
- data/app/views/devise/mailer/confirmation_instructions.html.erb +0 -6
- data/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
- data/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
- data/app/views/devise/passwords/edit.html.erb +0 -24
- data/app/views/devise/passwords/new.html.erb +0 -17
- data/app/views/devise/registrations/edit.html.erb +0 -31
- data/app/views/devise/registrations/new.html.erb +0 -24
- data/app/views/devise/shared/_links.html.erb +0 -25
- data/app/views/devise/unlocks/new.html.erb +0 -16
data/locales/en.yml
CHANGED
|
@@ -1,112 +1,120 @@
|
|
|
1
1
|
en:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Current password
|
|
6
|
+
email: Email
|
|
7
|
+
password: Password
|
|
8
|
+
password_confirmation: Password confirmation
|
|
9
|
+
remember_me: Remember me
|
|
10
|
+
reset_password_token: Reset password token
|
|
11
|
+
unlock_token: Unlock token
|
|
12
|
+
models:
|
|
13
|
+
user: User
|
|
2
14
|
devise:
|
|
3
15
|
confirmations:
|
|
16
|
+
confirmed: Your email address has been successfully confirmed.
|
|
4
17
|
new:
|
|
5
|
-
resend_confirmation_instructions:
|
|
6
|
-
|
|
7
|
-
|
|
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."
|
|
18
|
+
resend_confirmation_instructions: Resend confirmation instructions
|
|
19
|
+
send_instructions: You will receive an email with instructions for how to confirm your email address in a few minutes.
|
|
20
|
+
send_paranoid_instructions: If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes.
|
|
9
21
|
failure:
|
|
10
|
-
already_authenticated:
|
|
11
|
-
inactive:
|
|
12
|
-
invalid:
|
|
13
|
-
|
|
14
|
-
locked:
|
|
15
|
-
not_found_in_database:
|
|
16
|
-
timeout:
|
|
17
|
-
unauthenticated:
|
|
18
|
-
unconfirmed:
|
|
22
|
+
already_authenticated: You are already signed in.
|
|
23
|
+
inactive: Your account is not activated yet.
|
|
24
|
+
invalid: Invalid email or password.
|
|
25
|
+
last_attempt: You have one more attempt before your account is locked.
|
|
26
|
+
locked: Your account is locked.
|
|
27
|
+
not_found_in_database: Invalid email address or password.
|
|
28
|
+
timeout: Your session expired. Please sign in again to continue.
|
|
29
|
+
unauthenticated: You need to sign in or sign up before continuing.
|
|
30
|
+
unconfirmed: You have to confirm your email address before continuing.
|
|
19
31
|
mailer:
|
|
20
32
|
confirmation_instructions:
|
|
21
|
-
action:
|
|
22
|
-
greeting:
|
|
23
|
-
instruction:
|
|
24
|
-
subject:
|
|
33
|
+
action: Confirm my account
|
|
34
|
+
greeting: Welcome %{recipient}!
|
|
35
|
+
instruction: 'You can confirm your account email through the link below:'
|
|
36
|
+
subject: Confirmation instructions
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: Hello %{recipient}!
|
|
39
|
+
message: We're contacting you to notify you that your password has been changed.
|
|
40
|
+
subject: Password Changed
|
|
25
41
|
reset_password_instructions:
|
|
26
|
-
action:
|
|
27
|
-
greeting:
|
|
28
|
-
instruction:
|
|
29
|
-
instruction_2:
|
|
30
|
-
instruction_3:
|
|
31
|
-
subject:
|
|
42
|
+
action: Change my password
|
|
43
|
+
greeting: Hello %{recipient}!
|
|
44
|
+
instruction: Someone has requested a link to change your password, and you can do this through the link below.
|
|
45
|
+
instruction_2: If you didn't request this, please ignore this email.
|
|
46
|
+
instruction_3: Your password won't change until you access the link above and create a new one.
|
|
47
|
+
subject: Reset password instructions
|
|
32
48
|
unlock_instructions:
|
|
33
|
-
action:
|
|
34
|
-
greeting:
|
|
35
|
-
instruction:
|
|
36
|
-
message:
|
|
37
|
-
subject:
|
|
49
|
+
action: Unlock my account
|
|
50
|
+
greeting: Hello %{recipient}!
|
|
51
|
+
instruction: 'Click the link below to unlock your account:'
|
|
52
|
+
message: Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
|
|
53
|
+
subject: Unlock instructions
|
|
38
54
|
omniauth_callbacks:
|
|
39
|
-
failure:
|
|
40
|
-
success:
|
|
55
|
+
failure: Could not authenticate you from %{kind} because "%{reason}".
|
|
56
|
+
success: Successfully authenticated from %{kind} account.
|
|
41
57
|
passwords:
|
|
42
|
-
new:
|
|
43
|
-
forgot_your_password: "Forgot your password?"
|
|
44
|
-
send_me_reset_password_instructions: "Send me reset password instructions"
|
|
45
58
|
edit:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
confirm_new_password:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
change_my_password: Change my password
|
|
60
|
+
change_your_password: Change your password
|
|
61
|
+
confirm_new_password: Confirm new password
|
|
62
|
+
new_password: New password
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: Forgot your password?
|
|
65
|
+
send_me_reset_password_instructions: Send me reset password instructions
|
|
66
|
+
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.
|
|
67
|
+
send_instructions: You will receive an email with instructions on how to reset your password in a few minutes.
|
|
68
|
+
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.
|
|
69
|
+
updated: Your password has been changed successfully. You are now signed in.
|
|
70
|
+
updated_not_active: Your password has been changed successfully.
|
|
55
71
|
registrations:
|
|
72
|
+
destroyed: Bye! Your account has been successfully cancelled. We hope to see you again soon.
|
|
56
73
|
edit:
|
|
57
|
-
are_you_sure:
|
|
58
|
-
cancel_my_account:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
74
|
+
are_you_sure: Are you sure?
|
|
75
|
+
cancel_my_account: Cancel my account
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: leave blank if you don't want to change it
|
|
78
|
+
title: Edit %{resource}
|
|
79
|
+
unhappy: Unhappy
|
|
80
|
+
update: Update
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
|
|
65
82
|
new:
|
|
66
|
-
sign_up:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
updated: "You updated your account successfully."
|
|
83
|
+
sign_up: Sign up
|
|
84
|
+
signed_up: Welcome! You have signed up successfully.
|
|
85
|
+
signed_up_but_inactive: You have signed up successfully. However, we could not sign you in because your account is not yet activated.
|
|
86
|
+
signed_up_but_locked: You have signed up successfully. However, we could not sign you in because your account is locked.
|
|
87
|
+
signed_up_but_unconfirmed: A message with a confirmation link has been sent to your email address. Please follow the link to activate your account.
|
|
88
|
+
update_needs_confirmation: You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address.
|
|
89
|
+
updated: Your account has been updated successfully.
|
|
74
90
|
sessions:
|
|
75
|
-
|
|
76
|
-
signed_out: "Signed out successfully."
|
|
91
|
+
already_signed_out: Signed out successfully.
|
|
77
92
|
new:
|
|
78
|
-
sign_in:
|
|
79
|
-
|
|
93
|
+
sign_in: Sign in
|
|
94
|
+
signed_in: Signed in successfully.
|
|
95
|
+
signed_out: Signed out successfully.
|
|
80
96
|
shared:
|
|
81
97
|
links:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
98
|
+
back: Back
|
|
99
|
+
didn_t_receive_confirmation_instructions: Didn't receive confirmation instructions?
|
|
100
|
+
didn_t_receive_unlock_instructions: Didn't receive unlock instructions?
|
|
101
|
+
forgot_your_password: Forgot your password?
|
|
102
|
+
sign_in: Sign in
|
|
103
|
+
sign_in_with_provider: Sign in with %{provider}
|
|
104
|
+
sign_up: Sign up
|
|
88
105
|
unlocks:
|
|
89
106
|
new:
|
|
90
|
-
resend_unlock_instructions:
|
|
91
|
-
send_instructions:
|
|
92
|
-
send_paranoid_instructions:
|
|
93
|
-
unlocked:
|
|
107
|
+
resend_unlock_instructions: Resend unlock instructions
|
|
108
|
+
send_instructions: You will receive an email with instructions for how to unlock your account in a few minutes.
|
|
109
|
+
send_paranoid_instructions: If your account exists, you will receive an email with instructions for how to unlock it in a few minutes.
|
|
110
|
+
unlocked: Your account has been unlocked successfully. Please sign in to continue.
|
|
94
111
|
errors:
|
|
95
112
|
messages:
|
|
96
|
-
already_confirmed:
|
|
97
|
-
confirmation_period_expired:
|
|
98
|
-
expired:
|
|
99
|
-
not_found:
|
|
100
|
-
not_locked:
|
|
113
|
+
already_confirmed: was already confirmed, please try signing in
|
|
114
|
+
confirmation_period_expired: needs to be confirmed within %{period}, please request a new one
|
|
115
|
+
expired: has expired, please request a new one
|
|
116
|
+
not_found: not found
|
|
117
|
+
not_locked: was not locked
|
|
101
118
|
not_saved:
|
|
102
|
-
one:
|
|
119
|
+
one: '1 error prohibited this %{resource} from being saved:'
|
|
103
120
|
other: "%{count} errors prohibited this %{resource} from being saved:"
|
|
104
|
-
activerecord:
|
|
105
|
-
models:
|
|
106
|
-
user: "User"
|
|
107
|
-
attributes:
|
|
108
|
-
user:
|
|
109
|
-
current_sign_in_at: "Signed in at"
|
|
110
|
-
email: "Email"
|
|
111
|
-
password: "Password"
|
|
112
|
-
last_sign_in_at: "Last signed in at"
|
data/locales/es-MX.yml
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
es-MX:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Contraseña actual
|
|
6
|
+
email: Correo electrónico
|
|
7
|
+
password: Contraseña
|
|
8
|
+
password_confirmation: Confirmación de la contraseña
|
|
9
|
+
remember_me: Recordarme
|
|
10
|
+
reset_password_token: Restablecer autentificador de contraseña
|
|
11
|
+
unlock_token: Autentificador de desbloqueo
|
|
12
|
+
models:
|
|
13
|
+
user: Usuario
|
|
14
|
+
devise:
|
|
15
|
+
confirmations:
|
|
16
|
+
confirmed: Se ha confirmado la dirección de correo electrónico correctamente.
|
|
17
|
+
new:
|
|
18
|
+
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
|
19
|
+
send_instructions: En unos minutos recibirás un correo con instrucciones sobre cómo confirmar tu cuenta.
|
|
20
|
+
send_paranoid_instructions: Si tu correo existe en nuestra base de datos, en unos minutos recibirás un correo con instrucciones sobre cómo confirmar tu cuenta.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Ya has iniciado sesión.
|
|
23
|
+
inactive: Tu cuenta aún no ha sido activada.
|
|
24
|
+
invalid: Correo o contraseña inválidos.
|
|
25
|
+
last_attempt: Tienes un intento más antes de que tu cuenta sea bloqueada.
|
|
26
|
+
locked: Tu cuenta está bloqueada.
|
|
27
|
+
not_found_in_database: Correo o contraseña inválidos.
|
|
28
|
+
timeout: Tu sesión expiró. Por favor, inicia sesión nuevamente para continuar.
|
|
29
|
+
unauthenticated: Tienes que iniciar sesión o registrarte para poder continuar.
|
|
30
|
+
unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
|
|
31
|
+
mailer:
|
|
32
|
+
confirmation_instructions:
|
|
33
|
+
action: Confirmar mi cuenta
|
|
34
|
+
greeting: "¡Te damos la bienvenida, %{recipient}!"
|
|
35
|
+
instruction: 'Se puede confirmar el correo electrónico de la cuenta a través de este enlace:'
|
|
36
|
+
subject: Instrucciones de confirmación
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: "¡Hola, %{recipient}!"
|
|
39
|
+
message: Le estamos contactando para notificarle que su contraseña ha cambiado
|
|
40
|
+
subject: Contraseña cambiada
|
|
41
|
+
reset_password_instructions:
|
|
42
|
+
action: Cambiar mi contraseña
|
|
43
|
+
greeting: "¡Hola, %{recipient}!"
|
|
44
|
+
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
|
|
45
|
+
instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
|
|
46
|
+
instruction_3: Su contraseña no será cambiada hasta que usted acceda al enlace y cree una nueva contraseña.
|
|
47
|
+
subject: Instrucciones de recuperación de contraseña
|
|
48
|
+
unlock_instructions:
|
|
49
|
+
action: Desbloquear mi cuenta
|
|
50
|
+
greeting: "¡Hola, %{recipient}!"
|
|
51
|
+
instruction: 'Haga clic en el siguiente enlace para desbloquear su cuenta:'
|
|
52
|
+
message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos fallidos para ingresar.
|
|
53
|
+
subject: Instrucciones para desbloquear tu cuenta
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: No has sido autorizado en la cuenta %{kind} porque "%{reason}".
|
|
56
|
+
success: Has sido autorizado exitosamente desde la cuenta de %{kind}.
|
|
57
|
+
passwords:
|
|
58
|
+
edit:
|
|
59
|
+
change_my_password: Cambiar mi contraseña
|
|
60
|
+
change_your_password: Cambie su contraseña
|
|
61
|
+
confirm_new_password: Confirme la nueva contraseña
|
|
62
|
+
new_password: Contraseña nueva
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
|
65
|
+
send_me_reset_password_instructions: Enviarme instrucciones para restablecer la contraseña
|
|
66
|
+
no_token: No puedes acceder a esta página si no es a través de un enlace para restablecer tu contraseña. Si has llegado hasta aquí desde el correo para restablecer tu contraseña, por favor asegúrate de que la URL introducida está completa.
|
|
67
|
+
send_instructions: En unos minutos recibirás un correo con instrucciones sobre cómo restablecer tu contraseña.
|
|
68
|
+
send_paranoid_instructions: Si tu correo existe en nuestra base de datos, recibirás en tu bandeja de entrada un correo con instrucciones sobre cómo restablecer tu contraseña.
|
|
69
|
+
updated: Tu contraseña ha sido cambiada exitosamente. Ya puedes iniciar sesión.
|
|
70
|
+
updated_not_active: Tu contraseña ha sido cambiada.
|
|
71
|
+
registrations:
|
|
72
|
+
destroyed: "¡Adiós! Tu cuenta ha sido cancelada exitosamente. Esperamos verte pronto."
|
|
73
|
+
edit:
|
|
74
|
+
are_you_sure: "¿Está usted seguro?"
|
|
75
|
+
cancel_my_account: Eliminar mi cuenta
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmación de: %{email}'
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
|
|
78
|
+
title: Editar %{resource}
|
|
79
|
+
unhappy: No se encuentra feliz
|
|
80
|
+
update: Actualizar
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
|
|
82
|
+
new:
|
|
83
|
+
sign_up: Registrarse
|
|
84
|
+
signed_up: Bienvenido. Tu cuenta ha sido creada.
|
|
85
|
+
signed_up_but_inactive: Tu cuenta ha sido creada exitosamente. Sin embargo, no puedes iniciar sesión ya que tu cuenta aún no está activada.
|
|
86
|
+
signed_up_but_locked: Tu cuenta ha sido creada correctamente. Sin embargo, no es posible iniciar la sesión porque que tu cuenta se encuentra bloqueada.
|
|
87
|
+
signed_up_but_unconfirmed: Se ha enviado un mensaje con un enlace de confirmación a tu correo electrónico. Ingresa al enlace para activar tu cuenta.
|
|
88
|
+
update_needs_confirmation: Has actualizado tu cuenta exitosamente, pero es necesario confirmar tu nuevo correo electrónico. Por favor, comprueba tu correo e ingresa al enlace de confirmación para finalizar la comprobación del nuevo correo electrónico.
|
|
89
|
+
updated: Tu cuenta ha sido actualizada exitosamente.
|
|
90
|
+
sessions:
|
|
91
|
+
already_signed_out: Se ha cerrado la sesión con éxito.
|
|
92
|
+
new:
|
|
93
|
+
sign_in: Iniciar sesión
|
|
94
|
+
signed_in: Sesión iniciada.
|
|
95
|
+
signed_out: Sesión finalizada.
|
|
96
|
+
shared:
|
|
97
|
+
links:
|
|
98
|
+
back: Regresar
|
|
99
|
+
didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
|
|
100
|
+
didn_t_receive_unlock_instructions: "¿No ha recibido instrucciones para desbloquear su cuenta?"
|
|
101
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
|
102
|
+
sign_in: Iniciar sesión
|
|
103
|
+
sign_in_with_provider: Iniciar sesión con %{provider}
|
|
104
|
+
sign_up: Registrarse
|
|
105
|
+
unlocks:
|
|
106
|
+
new:
|
|
107
|
+
resend_unlock_instructions: Reenviar instrucciones para desbloquear la cuenta
|
|
108
|
+
send_instructions: En unos minutos recibirás instrucciones para desbloquear tu cuenta.
|
|
109
|
+
send_paranoid_instructions: Si tu cuenta existe, en unos minutos recibirás instrucciones para desbloquear tu cuenta.
|
|
110
|
+
unlocked: Tu cuenta ha sido desbloqueada. Ya puedes iniciar sesión.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: ya fue confirmada, por favor intenta iniciar sesión
|
|
114
|
+
confirmation_period_expired: necesita confirmarse dentro de %{period}, por favor solicita una nueva
|
|
115
|
+
expired: ha expirado; por favor solicita una nueva
|
|
116
|
+
not_found: no se encontró
|
|
117
|
+
not_locked: no se encuentra bloqueada
|
|
118
|
+
not_saved:
|
|
119
|
+
one: 'Un error ocurrió al tratar de guardar %{resource}:'
|
|
120
|
+
other: "%{count} errores ocurrieron al tratar de guardar %{resource}:"
|
data/locales/es.yml
CHANGED
|
@@ -1,51 +1,120 @@
|
|
|
1
1
|
es:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Contraseña actual
|
|
6
|
+
email: Correo electrónico
|
|
7
|
+
password: Contraseña
|
|
8
|
+
password_confirmation: Confirmación de la contraseña
|
|
9
|
+
remember_me: Recordarme
|
|
10
|
+
reset_password_token: Restablecer token contraseña
|
|
11
|
+
unlock_token: Desbloquear token
|
|
12
|
+
models:
|
|
13
|
+
user: Usuario
|
|
2
14
|
devise:
|
|
3
15
|
confirmations:
|
|
16
|
+
confirmed: Tu cuenta ha sido confirmada satisfactoriamente.
|
|
4
17
|
new:
|
|
5
18
|
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
|
19
|
+
send_instructions: Vas a recibir un correo con instrucciones sobre cómo confirmar tu cuenta en unos minutos.
|
|
20
|
+
send_paranoid_instructions: Si tu correo existe en nuestra base de datos, en unos minutos recibirás un correo con instrucciones sobre cómo confirmar tu cuenta.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Ya has iniciado sesión.
|
|
23
|
+
inactive: Tu cuenta aún no ha sido activada.
|
|
24
|
+
invalid: Email o contraseña no válidos.
|
|
25
|
+
last_attempt: Tienes un intento más antes de que tu cuenta sea bloqueada.
|
|
26
|
+
locked: Tu cuenta está bloqueada.
|
|
27
|
+
not_found_in_database: Email o contraseña no válidos.
|
|
28
|
+
timeout: Tu sesión expiró. Por favor, inicia sesión nuevamente para continuar.
|
|
29
|
+
unauthenticated: Tienes que iniciar sesión o registrarte para poder continuar.
|
|
30
|
+
unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
|
|
6
31
|
mailer:
|
|
7
32
|
confirmation_instructions:
|
|
8
33
|
action: Confirmar mi cuenta
|
|
9
|
-
greeting: ¡Bienvenido %{recipient}!
|
|
10
|
-
instruction:
|
|
34
|
+
greeting: "¡Bienvenido %{recipient}!"
|
|
35
|
+
instruction: 'Usted puede confirmar el correo electrónico de su cuenta a través de este enlace:'
|
|
11
36
|
subject: Instrucciones de confirmación
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: Hola %{recipient}!
|
|
39
|
+
message: Le estamos contactando para notificarle que su contraseña ha sido cambiada.
|
|
40
|
+
subject: Contraseña cambiada
|
|
12
41
|
reset_password_instructions:
|
|
13
42
|
action: Cambiar mi contraseña
|
|
14
|
-
greeting: ¡Hola %{recipient}!
|
|
15
|
-
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar
|
|
43
|
+
greeting: "¡Hola %{recipient}!"
|
|
44
|
+
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
|
|
16
45
|
instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
|
|
17
46
|
instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree uno nuevo.
|
|
18
|
-
subject: Instrucciones
|
|
47
|
+
subject: Instrucciones de recuperación de contraseña
|
|
19
48
|
unlock_instructions:
|
|
20
49
|
action: Desbloquear mi cuenta
|
|
21
|
-
greeting: ¡Hola %{recipient}!
|
|
22
|
-
instruction:
|
|
50
|
+
greeting: "¡Hola %{recipient}!"
|
|
51
|
+
instruction: 'Haga click en el siguiente enlace para desbloquear su cuenta:'
|
|
23
52
|
message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
|
|
24
|
-
subject: Instrucciones
|
|
53
|
+
subject: Instrucciones para desbloquear
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: No has sido autorizado en la cuenta %{kind} porque "%{reason}".
|
|
56
|
+
success: Has sido autorizado satisfactoriamente en la cuenta %{kind}.
|
|
25
57
|
passwords:
|
|
58
|
+
edit:
|
|
59
|
+
change_my_password: Cambiar mi contraseña
|
|
60
|
+
change_your_password: Cambie su contraseña
|
|
61
|
+
confirm_new_password: Confirme la nueva contraseña
|
|
62
|
+
new_password: Nueva contraseña
|
|
26
63
|
new:
|
|
27
|
-
forgot_your_password: ¿Ha olvidado su contraseña?
|
|
64
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
|
28
65
|
send_me_reset_password_instructions: Envíeme las instrucciones para resetear mi contraseña
|
|
66
|
+
no_token: No puedes acceder a esta página si no es a través de un enlace para resetear tu contraseña. Si has llegado hasta aquí desde el email para resetear tu contraseña, por favor asegúrate de que la URL introducida está completa.
|
|
67
|
+
send_instructions: Recibirás un correo con instrucciones sobre cómo resetear tu contraseña en unos pocos minutos.
|
|
68
|
+
send_paranoid_instructions: Si tu correo existe en nuestra base de datos, recibirás un correo con instrucciones sobre cómo resetear tu contraseña en tu bandeja de entrada.
|
|
69
|
+
updated: Se ha cambiado tu contraseña. Ya iniciaste sesión.
|
|
70
|
+
updated_not_active: Tu contraseña fue cambiada.
|
|
29
71
|
registrations:
|
|
72
|
+
destroyed: "¡Adiós! Tu cuenta ha sido cancelada correctamente. Esperamos verte pronto."
|
|
30
73
|
edit:
|
|
31
|
-
are_you_sure: ¿Está usted seguro?
|
|
74
|
+
are_you_sure: "¿Está usted seguro?"
|
|
32
75
|
cancel_my_account: Anular mi cuenta
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmacion de: %{email} '
|
|
33
77
|
leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
|
|
34
78
|
title: Editar %{resource}
|
|
79
|
+
unhappy: Infeliz
|
|
80
|
+
update: Actualizar
|
|
35
81
|
we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
|
|
36
82
|
new:
|
|
37
83
|
sign_up: Registrarse
|
|
84
|
+
signed_up: Bienvenido. Tu cuenta fue creada.
|
|
85
|
+
signed_up_but_inactive: Tu cuenta ha sido creada correctamente. Sin embargo, no hemos podido iniciar la sesión porque tu cuenta aún no está activada.
|
|
86
|
+
signed_up_but_locked: Tu cuenta ha sido creada correctamente. Sin embargo, no hemos podido iniciar la sesión porque que tu cuenta está bloqueada.
|
|
87
|
+
signed_up_but_unconfirmed: Se ha enviado un mensaje con un enlace de confirmación a tu correo electrónico. Abre el enlace para activar tu cuenta.
|
|
88
|
+
update_needs_confirmation: Has actualizado tu cuenta correctamente, pero es necesario confirmar tu nuevo correo electrónico. Por favor, comprueba tu correo y sigue el enlace de confirmación para finalizar la comprobación del nuevo correo electrónico.
|
|
89
|
+
updated: Tu cuenta se ha actualizada.
|
|
38
90
|
sessions:
|
|
91
|
+
already_signed_out: Sesión finalizada.
|
|
39
92
|
new:
|
|
40
|
-
sign_in: Iniciar
|
|
93
|
+
sign_in: Iniciar sesión
|
|
94
|
+
signed_in: Sesión iniciada.
|
|
95
|
+
signed_out: Sesión finalizada.
|
|
41
96
|
shared:
|
|
42
97
|
links:
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
98
|
+
back: Atrás
|
|
99
|
+
didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
|
|
100
|
+
didn_t_receive_unlock_instructions: "¿No ha recibido instrucciones para desbloquear?"
|
|
101
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
|
102
|
+
sign_in: Iniciar sesión
|
|
103
|
+
sign_in_with_provider: Iniciar sesión con %{provider}
|
|
48
104
|
sign_up: Registrarse
|
|
49
105
|
unlocks:
|
|
50
106
|
new:
|
|
51
107
|
resend_unlock_instructions: Reenviar instrucciones para desbloquear
|
|
108
|
+
send_instructions: Vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
|
|
109
|
+
send_paranoid_instructions: Si tu cuenta existe, vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
|
|
110
|
+
unlocked: Tu cuenta ha sido desbloqueada. Ya puedes iniciar sesión.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: ya ha sido confirmada, por favor intenta iniciar sesión
|
|
114
|
+
confirmation_period_expired: necesita confirmarse dentro de %{period}, por favor solicita una nueva
|
|
115
|
+
expired: ha expirado, por favor solicita una nueva
|
|
116
|
+
not_found: no se ha encontrado
|
|
117
|
+
not_locked: no estaba bloqueada
|
|
118
|
+
not_saved:
|
|
119
|
+
one: 'Ocurrió un error al tratar de guardar %{resource}:'
|
|
120
|
+
other: 'Ocurrieron %{count} errores al tratar de guardar %{resource}:'
|