Skip to content

Update Arabic Language #1044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 18, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions Resources/translations/FOSUserBundle.ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ security:
login:
username: "اسم المستخدم:"
password: "كلمة المرور:"
remember_me: تذكرني
remember_me: حفظ البيانات
submit: تسجيل دخول

# Profile
Expand All @@ -39,19 +39,20 @@ change_password:

# Registration
registration:
check_email: لقد تم إرسال رسالة إلكترونية إلى %email% يحتوي على رابط يجب اتباعه لتفعيل حسابك الشخصي.
check_email: لقد تم إرسال رسالة إلكترونية إلى %email% تحتوي على رابط يجب اتباعه لتفعيل حسابك الشخصي.

confirmed: تهانينا %username%، لقد تم تفعيل حسابك.
back: عودة إلى الصفحة السابقة
back: عودة إلى الصفحة الرئيسية
submit: تسجيل
flash:
user_created: تم إنشاء المستخدم بنجاح
user_created: تم إنشاء حسابك بنجاح
email:
subject: %username%! مرحبا
message: |
مرحبا %username%!


لتفعيل حسابك فضلا اتبع الوصلة التالية %confirmationUrl%
لتفعيل حسابك يرجا إتباع الرابط التالي %confirmationUrl%

شكرا،
فريق العمل.
Expand All @@ -73,9 +74,9 @@ resetting:
message: |
مرحبا %username%!

لإعادة ضبط كلمة المرور - فضلا اضغط على %confirmationUrl%
لإعادة ضبط كلمة المرور يرجا إتباع الرابط التالي %confirmationUrl%

مع التحية،
شكرا،
فريق العمل.

# Global strings
Expand All @@ -87,11 +88,11 @@ layout:

# Form field labels
form:
group_name: "اسم المجموعة:"
username: "اسم المستخدم:"
email: "بريد الكتر،ني:"
current_password: "كلمة المرور الحالية:"
password: "كلمة المرور:"
password_confirmation: "تاكيد:"
new_password: "كلمة المرور الجديدة:"
new_password_confirmation: "تاكيد:"
group_name: "اسم المجموعة :"
username: "اسم المستخدم :"
email: "البريد الإلكتروني :"
current_password: "كلمة المرور الحالية :"
password: "كلمة المرور :"
password_confirmation: "تاكيد :"
new_password: "كلمة المرور الجديدة :"
new_password_confirmation: "تأكيد كلمة المرور :"
20 changes: 10 additions & 10 deletions Resources/translations/validators.ar.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
fos_user:
username:
already_used: اسم المستخدم موجود مسبقا
blank: فضلا ادخل اسم مستخدم
already_used: الاسم المختار مسجل مسبقا
blank: يرجا تعيين إسم المستخدم
short: "[-Inf,Inf] اسم المستخدم قصير جدا"
long: "[-Inf,Inf] اسم المستخدم طويل جدا"
email:
already_used: البريد الالكتروني موجود مسبقا
blank: فضلا ادخل بريد المتروني
already_used: البريد الإلكتروني مسجل مسبقا
blank: يرجا تعين البريد الإلكتروني
short: "[-Inf,Inf] البريد الالكتروني قصير"
long: "[-Inf,Inf] البريد الالكتروني طويل"
invalid: البريد الالمتروني غير صحيح
invalid: البريد الإلكتروني غير صحيح
password:
blank: فضلا ادخل كلمة مرور
blank: يرجا تعيين كلمة المرور
short: "[-Inf,Inf] كلمة المرور قصيره"
mismatch: كلمة المرور المدخلة غير متطابقة مع التاكيد
mismatch: كلمة المرور المدخلة غير مطابقة للكلمة الأصلية
new_password:
blank: فضلا ادخل كلمة مرور جديدة
blank: يرجا تعيين كلمة مرور جديدة
short: "[-Inf,Inf] كلمة المرور الجديدة قصيرة"
current_password:
invalid: كلمة المرور المدخلة غير صحيحة
group:
blank: فضلا اذخل اسم
blank: يرجا تعيين الإسم
short: "[-Inf,Inf] الاسم طويل "
long: "[-Inf,Inf]الاسم قصير"
long: "[-Inf,Inf] الاسم قصير"