Skip to content

Instantly share code, notes, and snippets.

@mabras
mabras / devise.ar.yml
Last active August 16, 2018 09:54 — forked from TamerShlash/devise.ar.yml
Arabic translations for Devise v3 and v4
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
ar:
devise:
confirmations:
confirmed: "تمّ تأكيد حسابك بنجاح."
send_instructions: "ستصلك خلال دقائق رسالة على بريدك الإلكترونيّ تتضمّن الخطوات اللّازمة لتأكيد حسابك."
send_paranoid_instructions: "إذا كان بريدك الإلكترونيّ موجود بالفعل فستصل إليه خلال دقائق رسالة تتضمّن الخطوات اللّازمة لتأكيد حسابك."
failure:
already_authenticated: "تمّ تسجيل دخولك مُسبقاً."
@TamerShlash
TamerShlash / devise.ar.yml
Last active June 30, 2017 14:43
Arabic translations for Devise v2.2.4
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
ar:
devise:
confirmations:
confirmed: "لقد تم تأكيد حسابك بنجاح، وتم تسجيل دخولك."
send_instructions: "ستصلك خلال دقائق رسالة على بريدك الإلكتروني تتضمن الخطوات اللازمة لتأكيد حسابك."
send_paranoid_instructions: "إذا كان بريدك الإلكتروني مسجلاً عندنا فستصل إليه خلال دقائق رسالة تتضمن الخطوات اللازمة لتأكيد حسابك."
failure:
already_authenticated: "تم تسجيل دخولك مسبقاً."