Update simple_form.ar.yml (#2908)
* Update simple_form.ar.yml Added missing strings that were introduced to simple_form.ar.yml and completing translation. * Create confirmation_instructions.ar.html.erb * Create confirmation_instructions.ar.text.erb * Create password_change.ar.html.erb * Create password_change.ar.text.erb * Create reset_password_instructions.ar.text.erb * Create reset_password_instructions.ar.html.erb
This commit is contained in:
committed by
Eugen Rochko
parent
b85dec2b97
commit
7140def5c9
12
app/views/user_mailer/confirmation_instructions.ar.text.erb
Normal file
12
app/views/user_mailer/confirmation_instructions.ar.text.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
مرحبا <%= @resource.email %> !
|
||||
|
||||
لقد قمت بإنشاء حساب على <%= @instance %>.
|
||||
|
||||
لتأكيد التسجيل يرجى النقر على الرابط التالي :
|
||||
<%= confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
يرجى الإطلاع على شروط الإستخدام <%= terms_url %>
|
||||
|
||||
مع أجمل التحيات،
|
||||
|
||||
فريق <%= @instance %>
|
Reference in New Issue
Block a user