devise-i18n 0.12.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +31 -3
  4. data/VERSION +1 -1
  5. data/app/views/devise/confirmations/new.html.erb +12 -0
  6. data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
  7. data/app/views/devise/mailer/password_change.html.erb +4 -0
  8. data/app/views/devise/mailer/reset_password_instructions.html.erb +9 -0
  9. data/app/views/devise/mailer/unlock_instructions.html.erb +8 -0
  10. data/app/views/devise/passwords/edit.html.erb +16 -0
  11. data/app/views/devise/passwords/new.html.erb +12 -0
  12. data/app/views/devise/registrations/edit.html.erb +31 -0
  13. data/app/views/devise/registrations/new.html.erb +18 -0
  14. data/app/views/devise/sessions/new.html.erb +17 -0
  15. data/app/views/devise/shared/_links.html.erb +25 -0
  16. data/app/views/devise/unlocks/new.html.erb +12 -0
  17. data/lib/devise-i18n.rb +1 -6
  18. data/lib/devise-i18n/railtie.rb +29 -0
  19. data/lib/generators/devise/views/i18n_templates/i18n_templates_generator.rb +10 -0
  20. data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
  21. data/{config → rails}/locales/ar.yml +62 -2
  22. data/{config → rails}/locales/az.yml +60 -0
  23. data/{config → rails}/locales/bg.yml +60 -0
  24. data/rails/locales/bn.yml +118 -0
  25. data/{config → rails}/locales/bs.yml +60 -0
  26. data/{config → rails}/locales/ca.yml +60 -0
  27. data/rails/locales/cs.yml +119 -0
  28. data/{config → rails}/locales/da.yml +60 -0
  29. data/rails/locales/de-CH.yml +120 -0
  30. data/{config → rails}/locales/de.yml +67 -7
  31. data/{config → rails}/locales/el.yml +60 -0
  32. data/{config → rails}/locales/en-GB.yml +63 -3
  33. data/{config → rails}/locales/en.yml +60 -0
  34. data/rails/locales/es-MX.yml +118 -0
  35. data/{config → rails}/locales/es.yml +60 -0
  36. data/{config → rails}/locales/et.yml +61 -1
  37. data/{config → rails}/locales/fa.yml +61 -1
  38. data/{config → rails}/locales/fi.yml +60 -0
  39. data/{config/locales/fr.yml → rails/locales/fr-CA.yml} +65 -5
  40. data/rails/locales/fr.yml +118 -0
  41. data/{config → rails}/locales/he.yml +61 -1
  42. data/{config → rails}/locales/hr.yml +60 -0
  43. data/{config → rails}/locales/hu.yml +60 -0
  44. data/{config → rails}/locales/id.yml +60 -0
  45. data/{config → rails}/locales/is.yml +60 -0
  46. data/{config → rails}/locales/it.yml +60 -0
  47. data/{config → rails}/locales/ja.yml +60 -0
  48. data/{config → rails}/locales/ko.yml +60 -0
  49. data/{config → rails}/locales/lt.yml +60 -0
  50. data/{config → rails}/locales/lv.yml +61 -1
  51. data/{config → rails}/locales/my.yml +60 -0
  52. data/{config → rails}/locales/nb.yml +60 -0
  53. data/rails/locales/nl.yml +118 -0
  54. data/{config → rails}/locales/no.yml +60 -0
  55. data/{config → rails}/locales/pl.yml +60 -0
  56. data/{config → rails}/locales/pt-BR.yml +60 -0
  57. data/{config → rails}/locales/pt.yml +60 -0
  58. data/{config → rails}/locales/ro.yml +65 -5
  59. data/{config → rails}/locales/ru.yml +60 -0
  60. data/{config → rails}/locales/sk.yml +60 -0
  61. data/{config → rails}/locales/sl.yml +60 -0
  62. data/{config → rails}/locales/sr-RS.yml +60 -0
  63. data/{config → rails}/locales/sr.yml +60 -0
  64. data/{config → rails}/locales/sv.yml +60 -0
  65. data/{config → rails}/locales/th.yml +60 -0
  66. data/{config → rails}/locales/tr.yml +61 -1
  67. data/{config → rails}/locales/uk.yml +60 -0
  68. data/{config → rails}/locales/vi.yml +61 -1
  69. data/{config → rails}/locales/zh-CN.yml +60 -0
  70. data/{config → rails}/locales/zh-HK.yml +60 -0
  71. data/{config → rails}/locales/zh-TW.yml +60 -0
  72. metadata +84 -59
  73. data/.document +0 -5
  74. data/.rspec +0 -1
  75. data/.travis.yml +0 -3
  76. data/Gemfile +0 -9
  77. data/Gemfile.lock +0 -84
  78. data/Rakefile +0 -53
  79. data/config/locales/cs.yml +0 -59
  80. data/config/locales/es-MX.yml +0 -58
  81. data/config/locales/nl.yml +0 -58
  82. data/devise-i18n.gemspec +0 -113
  83. data/spec/devise-i18n_spec.rb +0 -8
  84. data/spec/spec_helper.rb +0 -12
@@ -1,7 +1,19 @@
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
+ models:
11
+ user: User
2
12
  devise:
3
13
  confirmations:
4
14
  confirmed: Your email address has been successfully confirmed.
15
+ new:
16
+ resend_confirmation_instructions: Resend confirmation instructions
5
17
  send_instructions: You will receive an email with instructions for how to confirm your email address in a few minutes.
6
18
  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.
7
19
  failure:
@@ -16,15 +28,39 @@ en:
16
28
  unconfirmed: You have to confirm your email address before continuing.
17
29
  mailer:
18
30
  confirmation_instructions:
31
+ action: Confirm my account
32
+ greeting: Welcome %{recipient}!
33
+ instruction: 'You can confirm your account email through the link below:'
19
34
  subject: Confirmation instructions
35
+ password_change:
36
+ greeting: Hello %{recipient}!
37
+ message: We're contacting you to notify you that your password has been changed.
38
+ subject: Password Changed
20
39
  reset_password_instructions:
40
+ action: Change my password
41
+ greeting: Hello %{recipient}!
42
+ instruction: Someone has requested a link to change your password, and you can do this through the link below.
43
+ instruction_2: If you didn't request this, please ignore this email.
44
+ instruction_3: Your password won't change until you access the link above and create a new one.
21
45
  subject: Reset password instructions
22
46
  unlock_instructions:
47
+ action: Unlock my account
48
+ greeting: Hello %{recipient}!
49
+ instruction: 'Click the link below to unlock your account:'
50
+ message: Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
23
51
  subject: Unlock instructions
24
52
  omniauth_callbacks:
25
53
  failure: Could not authenticate you from %{kind} because "%{reason}".
26
54
  success: Successfully authenticated from %{kind} account.
27
55
  passwords:
56
+ edit:
57
+ change_my_password: Change my password
58
+ change_your_password: Change your password
59
+ confirm_new_password: Confirm new password
60
+ new_password: New password
61
+ new:
62
+ forgot_your_password: Forgot your password?
63
+ send_me_reset_password_instructions: Send me reset password instructions
28
64
  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.
29
65
  send_instructions: You will receive an email with instructions on how to reset your password in a few minutes.
30
66
  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.
@@ -32,6 +68,17 @@ en:
32
68
  updated_not_active: Your password has been changed successfully.
33
69
  registrations:
34
70
  destroyed: Bye! Your account has been successfully cancelled. We hope to see you again soon.
71
+ edit:
72
+ are_you_sure: Are you sure?
73
+ cancel_my_account: Cancel my account
74
+ currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
75
+ leave_blank_if_you_don_t_want_to_change_it: leave blank if you don't want to change it
76
+ title: Edit %{resource}
77
+ unhappy: Unhappy
78
+ update: Update
79
+ we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
80
+ new:
81
+ sign_up: Sign up
35
82
  signed_up: Welcome! You have signed up successfully.
36
83
  signed_up_but_inactive: You have signed up successfully. However, we could not sign you in because your account is not yet activated.
37
84
  signed_up_but_locked: You have signed up successfully. However, we could not sign you in because your account is locked.
@@ -40,9 +87,22 @@ en:
40
87
  updated: Your account has been updated successfully.
41
88
  sessions:
42
89
  already_signed_out: Signed out successfully.
90
+ new:
91
+ sign_in: Sign in
43
92
  signed_in: Signed in successfully.
44
93
  signed_out: Signed out successfully.
94
+ shared:
95
+ links:
96
+ back: Back
97
+ didn_t_receive_confirmation_instructions: Didn't receive confirmation instructions?
98
+ didn_t_receive_unlock_instructions: Didn't receive unlock instructions?
99
+ forgot_your_password: Forgot your password?
100
+ sign_in: Sign in
101
+ sign_in_with_provider: Sign in with %{provider}
102
+ sign_up: Sign up
45
103
  unlocks:
104
+ new:
105
+ resend_unlock_instructions: Resend unlock instructions
46
106
  send_instructions: You will receive an email with instructions for how to unlock your account in a few minutes.
47
107
  send_paranoid_instructions: If your account exists, you will receive an email with instructions for how to unlock it in a few minutes.
48
108
  unlocked: Your account has been unlocked successfully. Please sign in to continue.
@@ -0,0 +1,118 @@
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: Recuerdame
10
+ models:
11
+ user: Usuario
12
+ devise:
13
+ confirmations:
14
+ confirmed: Tu cuenta ha sido confirmada exitosamente.
15
+ new:
16
+ resend_confirmation_instructions: Reenviar instrucciones de confirmación
17
+ send_instructions: En unos pocos minutos recibirás un correo con instrucciones sobre cómo confirmar tu cuenta.
18
+ 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.
19
+ failure:
20
+ already_authenticated: Ya has iniciado sesión.
21
+ inactive: Tu cuenta aún no ha sido activada.
22
+ invalid: Email o contraseña inválidos.
23
+ last_attempt: Tienes un intento más antes de que tu cuenta sea bloqueada.
24
+ locked: Tu cuenta está bloqueada.
25
+ not_found_in_database: Email o contraseña inválidos.
26
+ timeout: Tu sesión expiró. Por favor, inicia sesión nuevamente para continuar.
27
+ unauthenticated: Tienes que iniciar sesión o registrarte para poder continuar.
28
+ unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
29
+ mailer:
30
+ confirmation_instructions:
31
+ action: Confirmar mi cuenta
32
+ greeting: "¡Bienvenido %{recipient}!"
33
+ instruction: 'Usted puede confirmar el correo electrónico de su cuenta a través de este enlace:'
34
+ subject: Instrucciones de confirmación
35
+ password_change:
36
+ greeting:
37
+ message:
38
+ subject:
39
+ reset_password_instructions:
40
+ action: Cambiar mi contraseña
41
+ greeting: "¡Hola %{recipient}!"
42
+ instruction: Alguien ha solicitado una liga para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
43
+ instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
44
+ instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree una nueva contraseña.
45
+ subject: Instrucciones de recuperación de contraseña
46
+ unlock_instructions:
47
+ action: Desbloquear mi cuenta
48
+ greeting: "¡Hola %{recipient}!"
49
+ instruction: 'Haga click en el siguiente enlace para desbloquear su cuenta:'
50
+ message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
51
+ subject: Instrucciones para desbloquear tu cuenta
52
+ omniauth_callbacks:
53
+ failure: No has sido autorizado en la cuenta %{kind} porque "%{reason}".
54
+ success: Has sido autorizado exitosamente desde la cuenta de %{kind}.
55
+ passwords:
56
+ edit:
57
+ change_my_password: Cambiar mi contraseña
58
+ change_your_password: Cambie su contraseña
59
+ confirm_new_password: Confirme la nueva contraseña
60
+ new_password: Nueva contraseña
61
+ new:
62
+ forgot_your_password: "¿Ha olvidado su contraseña?"
63
+ send_me_reset_password_instructions: Envíame las instrucciones para establecer mi nueva contraseña
64
+ 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 email para restablecer tu contraseña, por favor asegúrate de que la URL introducida está completa.
65
+ send_instructions: En unos minutos recibirás un correo con instrucciones sobre cómo restablecer tu contraseña.
66
+ 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.
67
+ updated: Tu contraseña ha sido cambiada exitosamente. Ya puedes iniciar sesión.
68
+ updated_not_active: Tu contraseña ha sido cambiada.
69
+ registrations:
70
+ destroyed: "¡Adiós! Tu cuenta ha sido cancelada exitosamente. Esperamos verte pronto."
71
+ edit:
72
+ are_you_sure: "¿Está usted seguro?"
73
+ cancel_my_account: Eliminar mi cuenta
74
+ currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmacion de: %{email} '
75
+ leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
76
+ title: Editar %{resource}
77
+ unhappy: No se encuentra feliz
78
+ update: Actualizar
79
+ we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
80
+ new:
81
+ sign_up: Registrarse
82
+ signed_up: Bienvenido. Tu cuenta ha sido creada.
83
+ 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.
84
+ 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.
85
+ 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.
86
+ update_needs_confirmation: Has actualizado tu cuenta exitosamente, 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.
87
+ updated: Tu cuenta ha sido actualizada exitosamente.
88
+ sessions:
89
+ already_signed_out: Se ha cerrado la sesión con éxito.
90
+ new:
91
+ sign_in: Iniciar sésion
92
+ signed_in: Sesión iniciada.
93
+ signed_out: Sesión finalizada.
94
+ shared:
95
+ links:
96
+ back: Regresar
97
+ didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
98
+ didn_t_receive_unlock_instructions: "¿No ha recibido instrucciones para desbloquear?"
99
+ forgot_your_password: "¿Ha olvidado su contraseña?"
100
+ sign_in: Iniciar sésion
101
+ sign_in_with_provider: Iniciar sésion con %{provider}
102
+ sign_up: Registrarse
103
+ unlocks:
104
+ new:
105
+ resend_unlock_instructions: Reenviar instrucciones para desbloquear
106
+ send_instructions: En unos minutos recibirás instrucciones para desbloquear tu cuenta.
107
+ send_paranoid_instructions: Si tu cuenta existe, en unos minutos recibirás instrucciones para desbloquear tu cuenta.
108
+ unlocked: Tu cuenta fue desbloqueada. Ya puedes iniciar sesión.
109
+ errors:
110
+ messages:
111
+ already_confirmed: ya fue confirmada, por favor intenta iniciar sesión
112
+ confirmation_period_expired: necesita confirmarse dentro de %{period}, por favor solicita una nueva
113
+ expired: ha expirado, por favor solicita una nueva
114
+ not_found: no se encontró
115
+ not_locked: no se encuentra bloqueada
116
+ not_saved:
117
+ one: 'Un error ocurrió al tratar de guardar %{resource}:'
118
+ other: "%{count} errores ocurrieron al tratar de guardar %{resource}:"
@@ -1,7 +1,19 @@
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
+ models:
11
+ user: Usuario
2
12
  devise:
3
13
  confirmations:
4
14
  confirmed: Tu cuenta ha sido confirmada satisfactoriamente.
15
+ new:
16
+ resend_confirmation_instructions: Reenviar instrucciones de confirmación
5
17
  send_instructions: Vas a recibir un correo con instrucciones sobre cómo confirmar tu cuenta en unos minutos.
6
18
  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.
7
19
  failure:
@@ -16,15 +28,39 @@ es:
16
28
  unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
17
29
  mailer:
18
30
  confirmation_instructions:
31
+ action: Confirmar mi cuenta
32
+ greeting: "¡Bienvenido %{recipient}!"
33
+ instruction: 'Usted puede confirmar el correo electrónico de su cuenta a través de este enlace:'
19
34
  subject: Instrucciones de confirmación
35
+ password_change:
36
+ greeting:
37
+ message:
38
+ subject: Contraseña cambiada
20
39
  reset_password_instructions:
40
+ action: Cambiar mi contraseña
41
+ greeting: "¡Hola %{recipient}!"
42
+ instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
43
+ instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
44
+ instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree uno nuevo.
21
45
  subject: Instrucciones de recuperación de contraseña
22
46
  unlock_instructions:
47
+ action: Desbloquear mi cuenta
48
+ greeting: "¡Hola %{recipient}!"
49
+ instruction: 'Haga click en el siguiente enlace para desbloquear su cuenta:'
50
+ message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
23
51
  subject: Instrucciones para desbloquear
24
52
  omniauth_callbacks:
25
53
  failure: No has sido autorizado en la cuenta %{kind} porque "%{reason}".
26
54
  success: Has sido autorizado satisfactoriamente en la cuenta %{kind}.
27
55
  passwords:
56
+ edit:
57
+ change_my_password: Cambiar mi contraseña
58
+ change_your_password: Cambie su contraseña
59
+ confirm_new_password: Confirme la nueva contraseña
60
+ new_password: Nueva contraseña
61
+ new:
62
+ forgot_your_password: "¿Ha olvidado su contraseña?"
63
+ send_me_reset_password_instructions: Envíeme las instrucciones para resetear mi contraseña
28
64
  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.
29
65
  send_instructions: Recibirás un correo con instrucciones sobre cómo resetear tu contraseña en unos pocos minutos.
30
66
  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.
@@ -32,6 +68,17 @@ es:
32
68
  updated_not_active: Tu contraseña fue cambiada.
33
69
  registrations:
34
70
  destroyed: Fue grato tenerte con nosotros. Tu cuenta fue cancelada.
71
+ edit:
72
+ are_you_sure: "¿Está usted seguro?"
73
+ cancel_my_account: Anular mi cuenta
74
+ currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmacion de: %{email} '
75
+ leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
76
+ title: Editar %{resource}
77
+ unhappy: Infeliz
78
+ update: Actualizar
79
+ we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
80
+ new:
81
+ sign_up: Registrarse
35
82
  signed_up: Bienvenido. Tu cuenta fue creada.
36
83
  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.
37
84
  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.
@@ -40,9 +87,22 @@ es:
40
87
  updated: Tu cuenta se ha actualizada.
41
88
  sessions:
42
89
  already_signed_out: Sesión finalizada.
90
+ new:
91
+ sign_in: Iniciar sesión
43
92
  signed_in: Sesión iniciada.
44
93
  signed_out: Sesión finalizada.
94
+ shared:
95
+ links:
96
+ back: Atrás
97
+ didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
98
+ didn_t_receive_unlock_instructions: "¿No ha recibido instrucciones para desbloquear?"
99
+ forgot_your_password: "¿Ha olvidado su contraseña?"
100
+ sign_in: Iniciar sesión
101
+ sign_in_with_provider: Iniciar sesión con %{provider}
102
+ sign_up: Registrarse
45
103
  unlocks:
104
+ new:
105
+ resend_unlock_instructions: Reenviar instrucciones para desbloquear
46
106
  send_instructions: Vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
47
107
  send_paranoid_instructions: Si tu cuenta existe, vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
48
108
  unlocked: Tu cuenta ha sido desbloqueada. Ya puedes iniciar sesión.
@@ -1,7 +1,19 @@
1
1
  et:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: Praegune parool
6
+ email: E-post
7
+ password: Parool
8
+ password_confirmation: Parooli kinnitus
9
+ remember_me: Hoia mind meeles
10
+ models:
11
+ user: Kasutaja
2
12
  devise:
3
13
  confirmations:
4
14
  confirmed: Sinu konto on edukalt kinnitatud.
15
+ new:
16
+ resend_confirmation_instructions: Saada kinnitusjuhend uuesti
5
17
  send_instructions: Mõne minuti jooksul saad sa e-kirja juhistega oma konto kinnitamiseks.
6
18
  send_paranoid_instructions: Kui sinu e-post on meie andmebaasis, saad varsti e-kirja juhistega, kuidas oma konto kinnitada.
7
19
  failure:
@@ -16,15 +28,39 @@ et:
16
28
  unconfirmed: Sa pead oma konto kinnitama, enne jätkamist.
17
29
  mailer:
18
30
  confirmation_instructions:
31
+ action: Kinnita konto
32
+ greeting: Teretulemast %{recipient}!
33
+ instruction: 'Oma konto saad kinnitada alloleva lingi kaudu:'
19
34
  subject: Kinnitamise juhised
35
+ password_change:
36
+ greeting: Tere %{recipient}!
37
+ message: Anname teada, et sinu parool on ära muudetud.
38
+ subject: Parool muudetud
20
39
  reset_password_instructions:
40
+ action: Muuda parooli
41
+ greeting: Tere %{recipient}!
42
+ instruction: Keegi on soovinud muuta sinu parooli, saad seda teha alloleva lingi kaudu.
43
+ instruction_2: Kui sa ei ole seda soovinud, palun ignoreeri seda kirja.
44
+ instruction_3: Sinu parool ei muutu enne kui sa oled külastanud eelolevat linki ja uue parooli sisestanud.
21
45
  subject: Salasõna taastamise juhised
22
46
  unlock_instructions:
47
+ action: Ava konto
48
+ greeting: Tere %{recipient}!
49
+ instruction: Vajuta allolevale lingile, et oma konto avada
50
+ message: Sinu konto on lukustatud liigsete ebaõnnestunud sisselogimiskatsete tõttu
23
51
  subject: Lukust vabastamise juhised
24
52
  omniauth_callbacks:
25
53
  failure: Ei õnnestunud autoriseerida %{kind}-kontot, põhjus "%{reason}".
26
54
  success: Edukalt autoriseeritud %{kind}-konto.
27
55
  passwords:
56
+ edit:
57
+ change_my_password: Muuda parooli
58
+ change_your_password: Muuda oma parool
59
+ confirm_new_password: Kinnita uus parool
60
+ new_password: Uus parool
61
+ new:
62
+ forgot_your_password: Unustasid oma parooli?
63
+ send_me_reset_password_instructions: Saada parooli ennistamise juhend
28
64
  no_token: Sa ei saa seda lehte külastada mujalt kui salasõna taastamise e-kirjast. Kui sa tuled salasõna taastamise e-kirjast, palun kontrolli, et sa kasutasid täielikku URLi.
29
65
  send_instructions: Mõne minuti jooksul saad sa kirja juhistega, kuidas oma salasõna taastada.
30
66
  send_paranoid_instructions: Kui su e-post on meie andmebaasis, saad varsti e-kirja salasõna taastamise lingiga.
@@ -32,6 +68,17 @@ et:
32
68
  updated_not_active: Sinu salasõna vahetati edukalt.
33
69
  registrations:
34
70
  destroyed: Nägemist! Sinu konto on edukalt tühistatud. Loodame sind peagi uuesti näha.
71
+ edit:
72
+ are_you_sure: Oled sa kindel?
73
+ cancel_my_account: Kustuta konto
74
+ currently_waiting_confirmation_for_email: 'Kinnituse ootel: %{email}'
75
+ leave_blank_if_you_don_t_want_to_change_it: jäta tühjaks, kui sa ei soovi seda muuta
76
+ title: Muuda %{resource}
77
+ unhappy: "Õnnetu"
78
+ update: Uuenda
79
+ we_need_your_current_password_to_confirm_your_changes: meil on vaja sinu praegust parooli, et muutused kinnitada
80
+ new:
81
+ sign_up: Loo konto
35
82
  signed_up: Tere tulemast! Sa registreerusid edukalt.
36
83
  signed_up_but_inactive: Sa registreerusid edukalt. Siiski ei saa me sind sisse logida, sest su konto pole veel aktiveeritud.
37
84
  signed_up_but_locked: Sa registreerusid edukalt. Siiski ei saa me sind sisse logida, sest su konto on lukus.
@@ -39,10 +86,23 @@ et:
39
86
  update_needs_confirmation: Sa uuendasid edukalt oma kontot, kuid me peame kontrollima sinu e-posti aadressi. Palun kontrolli oma e-posti ja ava kinnitamise link, et viia lõpule aadressi kinnitamine.
40
87
  updated: Sa uuendasid edukalt oma kontot.
41
88
  sessions:
42
- already_signed_out:
89
+ already_signed_out: Edukalt välja logitud.
90
+ new:
91
+ sign_in: Logi sisse
43
92
  signed_in: Edukalt sisse logitud.
44
93
  signed_out: Edukalt välja logitud.
94
+ shared:
95
+ links:
96
+ back: Tagasi
97
+ didn_t_receive_confirmation_instructions: Ei saanud kinnitusjuhiseid?
98
+ didn_t_receive_unlock_instructions: Ei saanud konto avamise juhiseid?
99
+ forgot_your_password: Unustasid oma parooli?
100
+ sign_in: Logi sisse
101
+ sign_in_with_provider: Logi sisse %{provider}-ga
102
+ sign_up: Loo konto
45
103
  unlocks:
104
+ new:
105
+ resend_unlock_instructions: Saada konto avamise juhised uuesti
46
106
  send_instructions: Sa saad mõne minuti jooksul e-kirja juhistega, kuidas oma konto lukust vabastada.
47
107
  send_paranoid_instructions: Kui su konto eksisteerib, saad sa mõne minuti jooksul e-kirja juhistega, kuidas oma konto lukust vabastada.
48
108
  unlocked: Sinu konto on edukalt lukust vabastatud. Jätkamiseks palun logi sisse.
@@ -1,7 +1,19 @@
1
1
  fa:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: "رمز عبور فعلی"
6
+ email: "ایمیل"
7
+ password: "رمز عبور"
8
+ password_confirmation: "تکرار رمز عبور"
9
+ remember_me: "مرا بخاطر بسپار"
10
+ models:
11
+ user: "کاربر"
2
12
  devise:
3
13
  confirmations:
4
14
  confirmed: "حسابتان با موفقیت تایید شد. هم اکنون وارد شدید."
15
+ new:
16
+ resend_confirmation_instructions: "ارسال مجدد راهنمای تایید حساب"
5
17
  send_instructions: "ظرف چند دقیقه آینده ایمیلی حاوی راهنمای تایید حسابتان دریافت خواهید کرد."
6
18
  send_paranoid_instructions: "اگر ایمیل شما قبلا در سیستم ثبت شده باشد، تا چند دقیقه‌ی دیگر یک ایمیل حاوی توضیحات چگونگی فعال‌سازی حساب‌تان دریافت می‌کنید."
7
19
  failure:
@@ -16,15 +28,39 @@ fa:
16
28
  unconfirmed: "باید حسابتان را قبل از ادامه تایید کنید."
17
29
  mailer:
18
30
  confirmation_instructions:
31
+ action: "حساب مرا تایید کن"
32
+ greeting: "خوش آمدید %{recipient}!"
33
+ instruction: "شما می توانید ایمیل حساب کاربری خود را از طریق لینک زیر تایید کنید:"
19
34
  subject: "راهنمای تایید"
35
+ password_change:
36
+ greeting:
37
+ message:
38
+ subject: "تغییر رمز عبور"
20
39
  reset_password_instructions:
40
+ action: "رمز عبور مرا تغییر بده"
41
+ greeting: "سلام %{recipient}!"
42
+ instruction: "شخصی درخواست تغییر رمز عبور شما را داده و شما می توانید این کار را از طریق لینک زیر انجام دهید."
43
+ instruction_2: "اگر شما این درخواست را ارسال نکرده اید لطفا این ایمیل را نادیده بگیرید."
44
+ instruction_3: "رمز عبور شما تا زمانی که به لینک بالا مراجعه نکنید و رمز عبور جدید نسازید تغییر نخواهد کرد"
21
45
  subject: "راهنمای بازنشانی رمز عبور"
22
46
  unlock_instructions:
47
+ action: "حساب مرا باز کن"
48
+ greeting: "سلام %{recipient}!"
49
+ instruction: "برای باز کردن حساب خود بر روی لینک زیر کلیک کنید:"
50
+ message: "حساب شما بخاطر تلاش های ناموفق مکرر برای ورود قفل شد."
23
51
  subject: "راهنمای باز کردن"
24
52
  omniauth_callbacks:
25
53
  failure: امکان استفاده از مجوز %{kind} نبود زیرا "%{reason}".
26
54
  success: "با موفقیت مجوز استفاده از %{kind} دریافت شد."
27
55
  passwords:
56
+ edit:
57
+ change_my_password: "رمز عبور مرا تغییر بده"
58
+ change_your_password: "رمز عبور خود را تغییر دهید"
59
+ confirm_new_password: "رمز عبور جدید را تایید کنید"
60
+ new_password: "رمز عبور جدید"
61
+ new:
62
+ forgot_your_password: "رمز عبور خود را فراموش کرده اید؟"
63
+ send_me_reset_password_instructions: "راهنمای تغییر رمز عبور را برای من بفرست"
28
64
  no_token: "شما نمی‌توانید بدون استفاده از یک لینک بازنشانی رمز به این صفحه دسترسی پیدا کنید. اگر از طریق یک ایمیل بازنشانی رمز عبور به این صفحه رسیده‌اید، مطمئن شوید که از کل URL فرستاده شده استفاده کرده‌اید."
29
65
  send_instructions: "ظرف چند دقیقه آینده ایمیلی حاوی راهنمای بازگرداندن رمز عبورتان دریافت خواهید کرد."
30
66
  send_paranoid_instructions: "اگر ایمیل شما قبلا در سیستم ثبت شده باشد، تا چند دقیقه‌ی دیگر یک لینک بازنشانی رمز عبور دریافت می‌کنید."
@@ -32,6 +68,17 @@ fa:
32
68
  updated_not_active: "رمز عبور با موفقیت تغییر یافت."
33
69
  registrations:
34
70
  destroyed: "بدرود! حسابتان لغو شد. به امید دیدار دوباره."
71
+ edit:
72
+ are_you_sure: "آیا اطمینان دارید؟"
73
+ cancel_my_account: "حساب مرا لغو کن"
74
+ currently_waiting_confirmation_for_email: "در حال انتظار برای تایید : %{email}"
75
+ leave_blank_if_you_don_t_want_to_change_it: "اگر نمی خواهید تغییر دهید خالی بگذارید"
76
+ title: "تغییر %{resource}"
77
+ unhappy: "ناراحت"
78
+ update: "بروز رسانی"
79
+ we_need_your_current_password_to_confirm_your_changes: "ما برای تایید تغییرات به کلمه عبور فعلی نیاز داریم:"
80
+ new:
81
+ sign_up: "ثبت نام"
35
82
  signed_up: "خوش آمدید! با موفقیت ثبت نام کردید."
36
83
  signed_up_but_inactive: "شما با موفقیت ثبت نام شده اید؛ ولی هنوز نمی‌توانید وارد شوید چون حساب‌تان هنوز فعال نشده."
37
84
  signed_up_but_locked: "شما با موفقیت ثبت نام شده اید؛ ولی هنوز نمی‌توانید وارد شوید چون حساب‌تان قفل شده."
@@ -39,10 +86,23 @@ fa:
39
86
  update_needs_confirmation: "حساب شما با موفقیت به روز شد، اما شما باید ایمیل جدیدتان را را تایید کنید. لطفا ایمیل‌تان را چک کنید و روی لینک تایید حساب کاربری کلیک کنید تا ایمیل جدیدتان تایید شود."
40
87
  updated: "به روز رسانی حسابتان با موفقیت انجام شد."
41
88
  sessions:
42
- already_signed_out:
89
+ already_signed_out: "خروج با موفقیت انجام شد."
90
+ new:
91
+ sign_in: "ورود"
43
92
  signed_in: "ورود موفق."
44
93
  signed_out: "خروج موفق."
94
+ shared:
95
+ links:
96
+ back: "برگشت"
97
+ didn_t_receive_confirmation_instructions: "ایمیل راهنمای تایید را دریافت نکرده اید؟"
98
+ didn_t_receive_unlock_instructions: "ایمیل راهنمای بازکردن حساب را دریافت نکرده اید؟"
99
+ forgot_your_password: "کلمه عبور خود را فراموش کرده اید؟"
100
+ sign_in: "ورود"
101
+ sign_in_with_provider: "ورود با %{provider}"
102
+ sign_up: "ثبت نام"
45
103
  unlocks:
104
+ new:
105
+ resend_unlock_instructions: "ارسال مجدد راهنمای بازکردن حساب"
46
106
  send_instructions: "ایمیلی حاوی راهنمای باز کردن حسابتان در چند دقیقه آینده به شما ارسال خواهد شد."
47
107
  send_paranoid_instructions: "اگر حساب شما وجود داشته باشد، تا چند دقیقه‌ی دیگر یک ایمیل حاوی توضیحات نحوه‌ی باز کردن قفل حساب‌تان برای شما ارسال می‌شود."
48
108
  unlocked: "حسابتان با موفقیت باز شد. اکنون وارد شدید."