agilidee-devise 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +14 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +3 -0
  5. data/Rakefile +2 -0
  6. data/app/helpers/agilidee_devise/application_helper.rb +32 -0
  7. data/app/views/devise/confirmations/new.html.slim +11 -0
  8. data/app/views/devise/mailer/confirmation_instructions.html.slim +3 -0
  9. data/app/views/devise/mailer/reset_password_instructions.html.slim +5 -0
  10. data/app/views/devise/mailer/unlock_instructions.html.slim +4 -0
  11. data/app/views/devise/passwords/edit.html.slim +17 -0
  12. data/app/views/devise/passwords/new.html.slim +11 -0
  13. data/app/views/devise/registrations/edit.html.slim +30 -0
  14. data/app/views/devise/registrations/new.html.slim +19 -0
  15. data/app/views/devise/sessions/new.html.slim +19 -0
  16. data/app/views/devise/shared/_links.html.slim +24 -0
  17. data/app/views/devise/unlocks/new.html.slim +11 -0
  18. data/config/locales/af.yml +120 -0
  19. data/config/locales/ar.yml +124 -0
  20. data/config/locales/az.yml +118 -0
  21. data/config/locales/bg.yml +120 -0
  22. data/config/locales/bn.yml +120 -0
  23. data/config/locales/bs.yml +122 -0
  24. data/config/locales/ca.yml +120 -0
  25. data/config/locales/cs.yml +121 -0
  26. data/config/locales/da.yml +120 -0
  27. data/config/locales/de-CH.yml +122 -0
  28. data/config/locales/de.yml +120 -0
  29. data/config/locales/el.yml +120 -0
  30. data/config/locales/en-GB.yml +120 -0
  31. data/config/locales/en.yml +120 -0
  32. data/config/locales/es-AR.yml +51 -0
  33. data/config/locales/es-ES.yml +59 -0
  34. data/config/locales/es-MX.yml +120 -0
  35. data/config/locales/es.yml +120 -0
  36. data/config/locales/et.yml +120 -0
  37. data/config/locales/fa.yml +120 -0
  38. data/config/locales/fi.yml +120 -0
  39. data/config/locales/fr-CA.yml +120 -0
  40. data/config/locales/fr.yml +121 -0
  41. data/config/locales/he.yml +120 -0
  42. data/config/locales/hr.yml +122 -0
  43. data/config/locales/hu.yml +120 -0
  44. data/config/locales/id.yml +118 -0
  45. data/config/locales/is.yml +120 -0
  46. data/config/locales/it.yml +120 -0
  47. data/config/locales/ja.yml +120 -0
  48. data/config/locales/ko.yml +118 -0
  49. data/config/locales/lt.yml +121 -0
  50. data/config/locales/lv.yml +121 -0
  51. data/config/locales/my.yml +118 -0
  52. data/config/locales/nb.yml +120 -0
  53. data/config/locales/nl.yml +120 -0
  54. data/config/locales/nn-NO.yml +120 -0
  55. data/config/locales/no.yml +120 -0
  56. data/config/locales/pl.yml +122 -0
  57. data/config/locales/pt-BR.yml +120 -0
  58. data/config/locales/pt.yml +120 -0
  59. data/config/locales/ro.yml +121 -0
  60. data/config/locales/ru.yml +122 -0
  61. data/config/locales/sk.yml +121 -0
  62. data/config/locales/sl.yml +128 -0
  63. data/config/locales/sr-RS.yml +122 -0
  64. data/config/locales/sr.yml +122 -0
  65. data/config/locales/sv.yml +120 -0
  66. data/config/locales/th.yml +118 -0
  67. data/config/locales/tr.yml +118 -0
  68. data/config/locales/uk.yml +122 -0
  69. data/config/locales/vi.yml +120 -0
  70. data/config/locales/zh-CN.yml +120 -0
  71. data/config/locales/zh-HK.yml +118 -0
  72. data/config/locales/zh-TW.yml +120 -0
  73. data/lib/agilidee-devise/engine.rb +6 -0
  74. data/lib/agilidee-devise/version.rb +3 -0
  75. data/lib/agilidee-devise.rb +4 -0
  76. metadata +132 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4366d3a53d64eccd09928ff3637336583cd594d7
4
+ data.tar.gz: ce91d0509ff38455896261cade6c0fc046bb6a78
5
+ SHA512:
6
+ metadata.gz: a0db183f87f36d763e246cb75fc434d8daf9593ffee4b5f7a1021bbda3cacc6662dae9ee06901cc043b5e0fe3fe56096341037c513bac4568f71537997ec5fd9
7
+ data.tar.gz: c3eab2abb6bf60394134b685bd74519ed4f05787bc94afec6c80056e8f82b4a2c1b01e99af7a1da9c7967779bfb23b2edee4212177afe92c5b002704c759e7fb
data/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0
4
+
5
+ - Fork from hisea/devise-bootstrap-views
6
+ - Remove generators
7
+ - Remove erb and haml views
8
+ - Remove default i18n in views
9
+ - Remove CSS files
10
+ - Views improvements
11
+ - Move locales to config/
12
+ - Move helpers to app/helpers/
13
+ - Add devise dependency
14
+ - Fix views load path hisea/devise-bootstrap-views#49
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) agilidée
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Agilidée Devise
2
+
3
+ Forked from : https://github.com/hisea/devise-bootstrap-views
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+
@@ -0,0 +1,32 @@
1
+ module AgilideeDevise::ApplicationHelper
2
+ def bootstrap_devise_error_messages!
3
+ return '' if resource.errors.empty?
4
+
5
+ messages = resource.errors.full_messages.map { |msg| content_tag(:li, msg) }.join
6
+ sentence = I18n.t('errors.messages.not_saved',
7
+ count: resource.errors.count,
8
+ resource: resource.class.model_name.human.downcase)
9
+
10
+ html = <<-HTML
11
+ <div class="alert alert-danger alert-block alert-devise">
12
+ <button type="button" class="close" data-dismiss="alert">&times;</button>
13
+ <h5>#{sentence}</h5>
14
+ <ul>#{messages}</ul>
15
+ </div>
16
+ HTML
17
+
18
+ html.html_safe
19
+ end
20
+
21
+ def devise_panel(title, &block)
22
+ content_tag(:div, class: "panel panel-default panel-devise") do
23
+ heading = content_tag(:div, class: "panel-heading") do
24
+ content_tag(:h1, class: "panel-title") { title }
25
+ end
26
+
27
+ body = content_tag(:div, class: "panel-body", &block)
28
+
29
+ heading + body
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,11 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".resend_confirmation_instructions")
4
+ = form_for(resource, as: resource_name, url: confirmation_path(resource_name), method: :post) do |f|
5
+ .form-group
6
+ = f.label :email
7
+ = f.email_field :email, autofocus: true, class: "form-control"
8
+
9
+ = f.submit t(".resend_confirmation_instructions"), class: "btn btn-primary"
10
+
11
+ = render "devise/shared/links"
@@ -0,0 +1,3 @@
1
+ p = t(".greeting", recipient: @resource.email)
2
+ p = t(".instruction")
3
+ p = link_to t(".action"), confirmation_url(@resource, confirmation_token: @token, locale: I18n.locale)
@@ -0,0 +1,5 @@
1
+ p = t(".greeting", recipient: @resource.email)
2
+ p = t(".instruction")
3
+ p = link_to t(".action"), edit_password_url(@resource, reset_password_token: @token, locale: I18n.locale)
4
+ p = t(".instruction_2")
5
+ p = t(".instruction_3")
@@ -0,0 +1,4 @@
1
+ p = t(".greeting", recipient: @resource.email)
2
+ p = t(".message")
3
+ p = t(".instruction")
4
+ p = link_to t(".action"), unlock_url(@resource, unlock_token: @resource.unlock_token, locale: I18n.locale)
@@ -0,0 +1,17 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".change_your_password")
4
+ = form_for(resource, as: resource_name, url: password_path(resource_name), method: :put) do |f|
5
+ = f.hidden_field :reset_password_token
6
+
7
+ .form-group
8
+ = f.label :password, t(".new_password")
9
+ = f.password_field :password, autofocus: true, class: "form-control"
10
+
11
+ .form-group
12
+ = f.label :password_confirmation, t(".confirm_new_password")
13
+ = f.password_field :password_confirmation, class: "form-control"
14
+
15
+ = f.submit t(".change_my_password"), class: "btn btn-primary"
16
+
17
+ = render "devise/shared/links"
@@ -0,0 +1,11 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".forgot_your_password")
4
+ = form_for(resource, as: resource_name, url: password_path(resource_name), method: :post) do |f|
5
+ .form-group
6
+ = f.label :email
7
+ = f.email_field :email, autofocus: true, class: "form-control"
8
+
9
+ = f.submit t(".send_me_reset_password_instructions"), class: "btn btn-primary"
10
+
11
+ = render "devise/shared/links"
@@ -0,0 +1,30 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".title", resource: resource_class.model_name.human)
4
+ = form_for(resource, as: resource_name, url: registration_path(resource_name), method: :put) do |f|
5
+ .form-group
6
+ = f.label :email
7
+ = f.email_field :email, autofocus: true, class: "form-control"
8
+
9
+ .form-group
10
+ = f.label :password
11
+ = f.password_field :password, autocomplete: "off", class: "form-control"
12
+ span.help-block = t(".leave_blank_if_you_don_t_want_to_change_it")
13
+
14
+ .form-group
15
+ = f.label :password_confirmation
16
+ = f.password_field :password_confirmation, class: "form-control"
17
+
18
+ .form-group
19
+ = f.label :current_password
20
+ = f.password_field :current_password, class: "form-control"
21
+ span.help-block = t(".we_need_your_current_password_to_confirm_your_changes")
22
+
23
+ = f.submit t(".update"), class: "btn btn-primary"
24
+
25
+ p
26
+ = t(".unhappy")
27
+ = " "
28
+ = link_to t(".cancel_my_account"), registration_path(resource_name), data: { confirm: t(".are_you_sure") }, method: :delete
29
+
30
+ = link_to t(".back"), :back
@@ -0,0 +1,19 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".sign_up")
4
+ = form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
5
+ .form-group
6
+ = f.label :email
7
+ = f.email_field :email, autofocus: true, class: "form-control"
8
+
9
+ .form-group
10
+ = f.label :password
11
+ = f.password_field :password, class: "form-control"
12
+
13
+ .form-group
14
+ = f.label :password_confirmation
15
+ = f.password_field :password_confirmation, class: "form-control"
16
+
17
+ = f.submit t(".sign_up"), class: "btn btn-primary"
18
+
19
+ = render "devise/shared/links"
@@ -0,0 +1,19 @@
1
+ = devise_panel t(".sign_in")
2
+ = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
3
+ .form-group
4
+ = f.label :email
5
+ = f.email_field :email, autofocus: true, class: "form-control"
6
+
7
+ .form-group
8
+ = f.label :password
9
+ = f.password_field :password, autocomplete: "off", class: "form-control"
10
+
11
+ - if devise_mapping.rememberable?
12
+ .checkbox
13
+ = f.label :remember_me do
14
+ = f.check_box :remember_me
15
+ = t(".remember_me")
16
+
17
+ = f.submit t(".sign_in"), class: "btn btn-primary"
18
+
19
+ = render 'devise/shared/links'
@@ -0,0 +1,24 @@
1
+ - if controller_name != "sessions"
2
+ = link_to t(".sign_in"), new_session_path(resource_name)
3
+ br
4
+
5
+ - if devise_mapping.registerable? && controller_name != "registrations"
6
+ = link_to t(".sign_up"), new_registration_path(resource_name)
7
+ br
8
+
9
+ - if devise_mapping.recoverable? && controller_name != "passwords"
10
+ = link_to t(".forgot_your_password"), new_password_path(resource_name)
11
+ br
12
+
13
+ - if devise_mapping.confirmable? && controller_name != "confirmations"
14
+ = link_to t(".didn_t_receive_confirmation_instructions"), new_confirmation_path(resource_name)
15
+ br
16
+
17
+ - if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != "unlocks"
18
+ = link_to t(".didn_t_receive_unlock_instructions"), new_unlock_path(resource_name)
19
+ br
20
+
21
+ - if devise_mapping.omniauthable?
22
+ - resource_class.omniauth_providers.each do |provider|
23
+ = link_to t(".sign_in_with_provider", provider: provider.to_s.titleize), omniauth_authorize_path(resource_name, provider)
24
+ br
@@ -0,0 +1,11 @@
1
+ = bootstrap_devise_error_messages!
2
+
3
+ = devise_panel t(".resend_unlock_instructions")
4
+ = form_for(resource, as: resource_name, url: unlock_path(resource_name), method: :post) do |f|
5
+ .form-group
6
+ = f.label :email
7
+ = f.email_field :email, autofocus: true, class: "form-control"
8
+
9
+ = f.submit t(".resend_unlock_instructions"), class: "btn btn-primary"
10
+
11
+ = render "devise/shared/links"
@@ -0,0 +1,120 @@
1
+ af:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: Huidige wagwoord
6
+ email: E-pos
7
+ password: Wagwoord
8
+ password_confirmation: Wagwoord bevestiging
9
+ remember_me: Onthou my
10
+ reset_password_token: Herstel wagwoord egtheidsbewys
11
+ unlock_token: Ontsluit egtheidsbewys
12
+ models:
13
+ user: Gebruiker
14
+ devise:
15
+ confirmations:
16
+ confirmed: Jou e-posadres is suksesvol bevestig.
17
+ new:
18
+ resend_confirmation_instructions: Stuur weer bevestigingsinstruksies
19
+ send_instructions: Jy sal 'n e-pos ontvang met instruksies vir hoe om jou e-posadres te bevestig oor 'n paar minute.
20
+ send_paranoid_instructions: Indien jou e-posadres in ons databasis bestaan, sal jy 'n e-pos ontvang met instruksies vir hoe om jou e-posadres te bevestig oor 'n paar minute.
21
+ failure:
22
+ already_authenticated: Jy is alreeds aangeteken.
23
+ inactive: Jou rekening is nog nie geaktiveer nie.
24
+ invalid: Ongeldige e-pos of wagwoord.
25
+ last_attempt: Jy het nog een poging voor jou rekening gesluit sal word.
26
+ locked: Jou rekening is gesluit.
27
+ not_found_in_database: Ongeldige e-posadres of wagwoord.
28
+ timeout: Jou sessie het verstryk. Teken asseblief aan om voort te gaan.
29
+ unauthenticated: Jy moet aanteken of inteken voor jy voortgaan.
30
+ unconfirmed: Jy moet jou e-posadres bevestig voor jy voortgaan.
31
+ mailer:
32
+ confirmation_instructions:
33
+ action: Bevestig my rekening
34
+ greeting: Welkom %{recipient}!
35
+ instruction: 'Jy kan jou rekening e-pos bevestig deur die onderstaande skakel:'
36
+ subject: Bevestigingsinstruksies
37
+ password_change:
38
+ greeting: Hallo %{recipient}!
39
+ message: Ons kontak jou om jou in kennis te stel dat jou wagwoord verander is.
40
+ subject: Wagwoord Verander
41
+ reset_password_instructions:
42
+ action: Verander my wagwoord
43
+ greeting: Hallo %{recipient}!
44
+ instruction: Iemand het 'n skakel versoek om jou wagwoord te verander, en jy kan dit doen deur die onderstaande skakel.
45
+ instruction_2: As jy nie hierdie versoek het nie, ignoreer asseblief hierdie e-pos.
46
+ instruction_3: Jou wagwoord sal nie verander totdat jy die skakel hierbo besoek en 'n nuwe een skep nie.
47
+ subject: Herstel wagwoord instruksies
48
+ unlock_instructions:
49
+ action: Ontsluit my rekening
50
+ greeting: Hallo %{recipient}!
51
+ instruction: 'Klik op die onderstaande skakel om jou rekening te ontsluit:'
52
+ message: Jou rekening was gesluit as gevolg van 'n oormatige hoeveelheid onsuksesvolle aantekenpogings.
53
+ subject: Ontsluitingsinstruksies
54
+ omniauth_callbacks:
55
+ failure: Kon jou nie waarmerk vanaf %{kind} nie oor "%{reason}".
56
+ success: Suksesvol gewaarmerk vanaf %{kind} rekening.
57
+ passwords:
58
+ edit:
59
+ change_my_password: Verander my wagwoord
60
+ change_your_password: Verander jou wagwoord
61
+ confirm_new_password: Bevestig nuwe wagwoord
62
+ new_password: Nuwe wagwoord
63
+ new:
64
+ forgot_your_password: Jou wagwoord vergeet?
65
+ send_me_reset_password_instructions: Stuur wagwoordherstelinstruksies aan my
66
+ no_token: Jy kan nie toegang tot hierdie bladsy kry sonder dat jy afkomstig van 'n wagwoord herstel e-pos is nie. Indien jy wel van 'n wagwoord herstel e-pos kom, maak asseblief seker dat jy die volle verskafde bronadres gebruik het.
67
+ send_instructions: Jy sal 'n e-pos ontvang met instruksies oor hoe om jou wagwoord te herstel oor 'n paar minute.
68
+ send_paranoid_instructions: Indien jou e-posadres in ons databasis bestaan, sal jy 'n wagwoordherstelskakel by jou e-posadres ontvang binne 'n paar minute.
69
+ updated: Jou wagwoord was suksesvol gewysig. Jy is nou ingeteken.
70
+ updated_not_active: Jou wagwoord was suksesvol gewysig.
71
+ registrations:
72
+ destroyed: Totsiens! Jou rekening was suksesvol gekanselleer. Ons hoop om jou gou weer te sien.
73
+ edit:
74
+ are_you_sure: Is jy seker?
75
+ cancel_my_account: Kanselleer my rekening
76
+ currently_waiting_confirmation_for_email: 'Wag tans bevestiging vir: %{email}'
77
+ leave_blank_if_you_don_t_want_to_change_it: los skoon indien jy dit nie wil verander nie
78
+ title: Wysig %{resource}
79
+ unhappy: Ongelukkig
80
+ update: Opdateer
81
+ we_need_your_current_password_to_confirm_your_changes: ons benodig jou huidige wagwoord om jou veranderinge te bevestig
82
+ new:
83
+ sign_up: Teken in
84
+ signed_up: Welkom! Jy het suksesvol ingeteken.
85
+ signed_up_but_inactive: Jy het suksesvol ingeteken. Ons kon jou wel nie inteken nie omdat jou rekening nog nie geaktiveer is nie.
86
+ signed_up_but_locked: Jy het suksesvol ingeteken. Ons kon jou wel nie inteken nie omdat jou rekening gesluit is.
87
+ signed_up_but_unconfirmed: "'n Boodskap met 'n bevestigingsskakel was gestuur na jou e-posadres. Volg asseblief die skakel om jou rekening te aktiveer."
88
+ update_needs_confirmation: Jy het jou rekening suksesvol opgedateer, maar ons moet eerst jou nuwe e-posadres verifieer. Kyk asseblief na jou e-posse en volg die bevestigingsskakel om jou nuwe e-posadres te bevestig.
89
+ updated: Jou rekening was suksesvol opgedateer.
90
+ sessions:
91
+ already_signed_out: Suksesvol uitgeteken.
92
+ new:
93
+ sign_in: Teken aan
94
+ signed_in: Suksesvol aangeteken.
95
+ signed_out: Suksesvol afgeteken.
96
+ shared:
97
+ links:
98
+ back: Terug
99
+ didn_t_receive_confirmation_instructions: Nie bevestigingsinstruksies ontvang nie?
100
+ didn_t_receive_unlock_instructions: Het nie ontsluitingsinstruksies ontvang nie?
101
+ forgot_your_password: Jou wagwoord vergeet?
102
+ sign_in: Teken aan
103
+ sign_in_with_provider: Teken aan met %{provider}
104
+ sign_up: Teken in
105
+ unlocks:
106
+ new:
107
+ resend_unlock_instructions: Stuur weer ontsluitingsinstruksies
108
+ send_instructions: Jy sal 'n e-pos ontvang met instruksies vir hoe om jou rekening te ontsluit binne 'n paar minute.
109
+ send_paranoid_instructions: Indien jou rekening bestaan, sal jy 'n e-pos ontvang met instruksies vir hoe om dit te ontsluit oor 'n paar minute.
110
+ unlocked: Jou rekening was suksesvol ontsluit. Teken asseblief aan om voort te gaan.
111
+ errors:
112
+ messages:
113
+ already_confirmed: was alreeds bevestig, probeer inteken
114
+ confirmation_period_expired: moet bevestig word binne %{period}, versoek asseblief 'n nuwe een
115
+ expired: het verstryk, versoek asseblief 'n nuwe een
116
+ not_found: nie gevind nie
117
+ not_locked: was nie gesluit nie
118
+ not_saved:
119
+ one: '1 fout het verhoed dat hierdie %{resource} gestoor word:'
120
+ other: "%{count} foute het verhoed dat hierdie %{resource} gestoor word:"
@@ -0,0 +1,124 @@
1
+ ar:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: "كلمة المرور الحالية"
6
+ email: "البريد الإلكتروني"
7
+ password: "كلمة المرور"
8
+ password_confirmation: "تأكيد كلمة المرور"
9
+ remember_me: "تذكرني"
10
+ reset_password_token:
11
+ unlock_token:
12
+ models:
13
+ user: "المستخدم"
14
+ devise:
15
+ confirmations:
16
+ confirmed: "تمّ تأكيد الحساب بنجاح، وتمّ تسجيل الدّخول."
17
+ new:
18
+ resend_confirmation_instructions: "أعدْ إرسال تعليمات التأكيد"
19
+ send_instructions: "ستصل خلال دقائق رسالة على البريد الإلكتروني تتضمّن الخطوات اللازمة لتأكيد الحساب."
20
+ send_paranoid_instructions: "إذا كان البريد الإلكتروني مسجّلاً، فستصل خلال دقائق رسالة تتضمّن الخطوات اللازمة لتأكيد الحساب."
21
+ failure:
22
+ already_authenticated: "تم تسجيل الدخول من قَبل."
23
+ inactive: "لم يتمّ تنشيط الحساب بعد."
24
+ invalid: "البريد الإلكتروني أو كلمة السر غير صحيحة."
25
+ last_attempt: "بقيت محاولة أخيرة قبل غلق الحساب."
26
+ locked: "الحساب مُعلّق."
27
+ not_found_in_database: "خطأ فى البريد الإلكتروني أو كلمة السر"
28
+ timeout: "لقد انتهت صلاحيّة الجلسة، الرجاء تسجيل الدّخول مجدداً."
29
+ unauthenticated: "يجب إنشاء حساب أو تسجيل الدخول قبل المتابعة."
30
+ unconfirmed: "يجب تأكيد الحساب حتّى تتمكّن من المُتابعة."
31
+ mailer:
32
+ confirmation_instructions:
33
+ action: "أكّد حسابي"
34
+ greeting: "مرحبا %{recipient}"
35
+ instruction: "يمكن تأكيد حساب بريدك الإلكتروني من خلال الرابط التّالي:"
36
+ subject: "تعليمات تأكيد الحساب"
37
+ password_change:
38
+ greeting:
39
+ message:
40
+ subject:
41
+ reset_password_instructions:
42
+ action: "غيّر كلمة السر"
43
+ greeting: "مرحبا %{recipient}"
44
+ instruction: "طلب أحدهم رابطًا لتغيير كلمة السر الخاصة بك، ويُمكن عمل ذلك من خلال الرابط التالي."
45
+ instruction_2: "إن لم تكن أنت من طلب هذا، من فضلك تجاهل هذه الرسالة."
46
+ instruction_3: "لن تتغيّر كلمة السر الخاصة بك حتى تتبع الرابط السابق وتُنشئ كلمة سر جديدة."
47
+ subject: "تعليمات إعادة تعيين كلمة المرور"
48
+ unlock_instructions:
49
+ action: "أزلْ الحظر عن حسابي"
50
+ greeting: "مرحبًا %{recipient}"
51
+ instruction: "انقرْ الرابط على الرابط التالي لفك الحظر عن حسابك:"
52
+ message: "قُفل حسابك بسبب المحاولات الفاشلة في تسجيل الدخول."
53
+ subject: "تعليمات إعادة تفعيل الحساب"
54
+ omniauth_callbacks:
55
+ failure: "فشلت عمليّة التحقق عبر %{kind} للسبب التّالي: %{reason}"
56
+ success: "تمّ التحقّق من الحساب بنجاح بإستخدام %{kind}"
57
+ passwords:
58
+ edit:
59
+ change_my_password: "غيّر كلمة المرور خاصتي"
60
+ change_your_password: "غيّر كلمة المرور الخاصة بك"
61
+ confirm_new_password: "أكّد كلمة السر الجديدة"
62
+ new_password: "كلمة سر جديدة"
63
+ new:
64
+ forgot_your_password: "هل نسيت كلمة المرور؟"
65
+ send_me_reset_password_instructions: "أرسلْ لي تعليمات تصفير كلمة المرور"
66
+ no_token: "لا يُمكن الدّخول إلى هذه الصفحة إلّا بإستخدام رسالة إعادة ضبط كلمة المرور. إن كان الوصول لهذه الصفحة عبر تلك الرسالة فالرجاء التأكد من فتح كامل الرابط بشكل صحيح."
67
+ send_instructions: "ستصل خلال دقائق رسالة بريد إلكتروني تحوي التعليمات اللازمة لإعادة ضبط كلمة السر."
68
+ send_paranoid_instructions: "إذا كان بريدك الإلكتروني مسجلاً عندنا فستصل إليه خلال دقائق رسالة تتضمّن رابطاً لاستعادة كلمة المرور."
69
+ updated: "لقد تمّ تغيير كلمة المرور بنجاح، وتم تسجيل الدخول."
70
+ updated_not_active: "تمّ تعديل كلمة المرور بنجاح."
71
+ registrations:
72
+ destroyed: "لقد تمّت إزالة الحساب، نأمل في نتقابل مجدداً في وقت قريب، إلى اللقاء! "
73
+ edit:
74
+ are_you_sure: "هل أنت متأكّد؟"
75
+ cancel_my_account: "ألغِ حسابي"
76
+ currently_waiting_confirmation_for_email: "في انتظار تفعيل البريد الإلكتروني %{email}"
77
+ leave_blank_if_you_don_t_want_to_change_it: "أبقه فارغًا إن كنت لا ترغب في تغييره"
78
+ title: "تعديل %{resource}"
79
+ unhappy: "غير راضٍ؟"
80
+ update: "تحديث"
81
+ we_need_your_current_password_to_confirm_your_changes: "نحتاج كلمة المرور الحالية خاصتك لتأكيد تغيراتك"
82
+ new:
83
+ sign_up: "سجّلْ"
84
+ signed_up: "تمّ التسجيل في الموقع بنجاح، أهلاً وسهلاً!"
85
+ signed_up_but_inactive: "تمّ التسجيل في الموقع بنجاح، ولكن لا يُمكن تسجيل الدخول قبل تفعيل الحساب."
86
+ signed_up_but_locked: "تمّ التسجيل في الموقع بنجاح، ولكن لا يمكن تسجيل الدخول ﻷن الحساب مُعلّق."
87
+ signed_up_but_unconfirmed: "تمّ إرسال رسالة تحوي على رابط تأكيد الحساب باستخدام البريد الإلكتروني، يُرجى فتح الرابط لتفعيل الحساب."
88
+ update_needs_confirmation: "تُم تعديل الحساب بنجاح، يرجى تأكيد البريد الإلكتروني. الرجاء الذهاب الى البريد الإلكتروني والضغط على الرابط الموجود للانتهاء من عمليّة التاكيد."
89
+ updated: "تمّ تعديل الحساب بنجاح."
90
+ sessions:
91
+ already_signed_out:
92
+ new:
93
+ sign_in: "سجّلْ الدخول"
94
+ signed_in: "تمّ تسجيل الدخول."
95
+ signed_out: "تمّ تسجيل الخروج."
96
+ shared:
97
+ links:
98
+ back: "عودة"
99
+ didn_t_receive_confirmation_instructions: "ألم تستلم تعليمات التأكيد؟"
100
+ didn_t_receive_unlock_instructions: "ألم تستلم تعليمات فك الحظر؟"
101
+ forgot_your_password: "هل نسيت كلمة المرور؟"
102
+ sign_in: "سجّلْ الدخول"
103
+ sign_in_with_provider: "سجّلْ الدخول عن طريق %{provider}"
104
+ sign_up: "سجّلْ"
105
+ unlocks:
106
+ new:
107
+ resend_unlock_instructions: "أعدْ إرسال تعليمات فك الحظر"
108
+ send_instructions: "خلال بضعة دقائق، سوف تصل رسالة بالتعليمات اللازمة لإعادة تفعيل الحساب."
109
+ send_paranoid_instructions: "إذا كان الحساب موجوداً، ستصل رسالة خلال دقائق تتضمّن الارشادات عن كيفيّة التفعيل. "
110
+ unlocked: "لقد تمّ فتح الحساب بنجاح. الرجاء الدخول للاستمرار."
111
+ errors:
112
+ messages:
113
+ already_confirmed: "الحساب مُفعّل، الرجاء محاولة تسجيل الدخول"
114
+ confirmation_period_expired: "بحاجة الى تفعيل خلال %{period}، الرجاء طلب تفعيل "
115
+ expired: "انتهت الصلاحيّة، الرجاء عمل طلب جديد"
116
+ not_found: "غير موجود"
117
+ not_locked: "غير مقفل"
118
+ not_saved:
119
+ few: "%{count} مشكلة منعت %{resource} من التخزين بنجاح."
120
+ many: "%{count} مشاكل منعت %{resource} من التخزين بنجاح."
121
+ one: "مشكلة واحدة منعت %{resource} من التخزين بنجاح."
122
+ other: "%{count} مشكلة منعت %{resource} من التخزين بنجاح."
123
+ two: "مشكلتين منعتا %{resource} من التخزين بنجاح."
124
+ zero:
@@ -0,0 +1,118 @@
1
+ az:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password:
6
+ email:
7
+ password:
8
+ password_confirmation:
9
+ remember_me:
10
+ reset_password_token:
11
+ unlock_token:
12
+ models:
13
+ user:
14
+ devise:
15
+ confirmations:
16
+ confirmed: Hesabınız uğurla təstiqləndi. Hazırda siz hesabınıza daxil olmuşsunuz.
17
+ new:
18
+ resend_confirmation_instructions:
19
+ send_instructions: Bir neçə dəqiqə ərzində hesabınızı təstiqləmək üçün sizə email göndəriləcəkdir.
20
+ send_paranoid_instructions: "Əgər sizin email ünvanı bazada varsa, bir neçə dəqiqə ərzində hesabınızı təstiqləmək üçün email sizə göndəriləcəkdir."
21
+ failure:
22
+ already_authenticated: Siz hesabınıza artıq daxil olmuşsunuz.
23
+ inactive: Sizin hesabınız hələ aktivləşdirilməmişdir.
24
+ invalid: Yanlış email və ya şifrə.
25
+ last_attempt: Account baglanmasından əvvəl sizin ancag birdənə şansıvız galıb.
26
+ locked: Sizin hesabınız bloklanmışdır.
27
+ not_found_in_database: Email və ya şifrə yanlışdır.
28
+ timeout: Sessiyanızın vaxtı bitmişdir, davam etmək üçün zəhmət olmasa yenidən daxil olun.
29
+ unauthenticated: Davam etmək üçün hesabınıza daxil olmalı və ya qeydiyyatdan keməlisiniz.
30
+ unconfirmed: Davam etmək üçün hesabınızı təstiqləməlisiniz.
31
+ mailer:
32
+ confirmation_instructions:
33
+ action:
34
+ greeting:
35
+ instruction:
36
+ subject: Hesabın təstiqlənməsi
37
+ password_change:
38
+ greeting:
39
+ message:
40
+ subject:
41
+ reset_password_instructions:
42
+ action:
43
+ greeting:
44
+ instruction:
45
+ instruction_2:
46
+ instruction_3:
47
+ subject: "Şifrənin yenilənməsi"
48
+ unlock_instructions:
49
+ action:
50
+ greeting:
51
+ instruction:
52
+ message:
53
+ subject: Hesabın blokdan çıxardılması
54
+ omniauth_callbacks:
55
+ failure: '"%{reason}" səbəbindən sizi %{kind} autentikasiya etmək mümkün olmadı.'
56
+ success: "%{kind} hesabıyla uğurla daxil oldunuz."
57
+ passwords:
58
+ edit:
59
+ change_my_password:
60
+ change_your_password:
61
+ confirm_new_password:
62
+ new_password:
63
+ new:
64
+ forgot_your_password:
65
+ 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: Siz bir neçə dəqiqə ərazində, şifrənizi necə dəyişmək haqqında email qəbul edəcəksiniz.
68
+ send_paranoid_instructions: "Əgər sizin email ünvanı bazada varsa, bir neçə dəqiqə ərazində, şifrənizi necə dəyişmək haqqında email qəbul edəcəksiniz."
69
+ updated: "Şifrəniz uğurla dəyişdirildi. Siz hazırda sistemə daxil olmusunuz."
70
+ updated_not_active: "Şifrəniz uğurla dəyişdirildi."
71
+ registrations:
72
+ destroyed: Hesabınız sistemimizdən uğurla çıxarıldı.
73
+ edit:
74
+ are_you_sure:
75
+ cancel_my_account:
76
+ currently_waiting_confirmation_for_email:
77
+ leave_blank_if_you_don_t_want_to_change_it:
78
+ title:
79
+ unhappy:
80
+ update:
81
+ we_need_your_current_password_to_confirm_your_changes:
82
+ new:
83
+ sign_up:
84
+ signed_up: Təbriklər! Siz uğurla qeydiyyatdan keçdiniz.
85
+ signed_up_but_inactive: Siz uğurla qeydiyyatdan keçdiniz. Halbuki, sistemə yalnız hesabınızı aktiv etdikdən sonra daxil ola bilərsiniz.
86
+ signed_up_but_locked: Siz uğurla qeydiyyatdan keçdiniz. Ancaq hesabınız blokda olduğu üçün biz sizi sistemə daxil edə bilmirik.
87
+ signed_up_but_unconfirmed: Təstiq linkini özündə saxlayan məktub sizə email vasitəsiylə göndərildi. Hesabınızı aktivləşdirmək üçün zəhmət olmasa linki açın.
88
+ update_needs_confirmation: Hesabınızı uğurla yenilədiniz, ancaq biz sizin email ünvanınızı yoxlamalıyıq. Zəhmət olmasa email qutunuzu yoxlayın və təstiq linkinə daxil olaraq yeni email ünvanınızı təstiqləyin.
89
+ updated: Hesabınızı uğurla yenilədiniz.
90
+ sessions:
91
+ already_signed_out: Ugurlu cıxış.
92
+ new:
93
+ sign_in:
94
+ signed_in: Sistemə uğurla daxil oldunuz.
95
+ signed_out: Sistemdən uğurla çıxdınız.
96
+ shared:
97
+ links:
98
+ back:
99
+ didn_t_receive_confirmation_instructions:
100
+ didn_t_receive_unlock_instructions:
101
+ forgot_your_password:
102
+ sign_in:
103
+ sign_in_with_provider:
104
+ sign_up:
105
+ unlocks:
106
+ new:
107
+ resend_unlock_instructions:
108
+ send_instructions: Bir neçə dəqiqə ərzində hesabınızı blokdan çıxarmaq üçün sizə email göndəriləcəkdir.
109
+ send_paranoid_instructions: "Əgər bazada belə hesab varsa, bir neçə dəqiqə ərzində hesabınızı blokdan çıxarmaq üçün sizə email göndəriləcəkdir."
110
+ unlocked: Hesabınız uğurlar blokdan çıxarıldı, davam etmək üçün zəhmət olmasa daxil olun
111
+ errors:
112
+ messages:
113
+ already_confirmed: artıq təstiq olunmuşdur, zəhmət olmasa daxil olmağa çalışın
114
+ confirmation_period_expired: ", %{period} ərzində təstiqlənməlidir, zəhmət olmasa yenisini istəyin"
115
+ expired: vaxtı bitmişdir, zəhmət olmasa yenisini istəyin
116
+ not_found: tapılmadı
117
+ not_locked: bloklanmış deyildi
118
+ not_saved: "%{count} səhvlər %{resource} də geydə olunub. "