Adding arabic string localization (rebased) (#1895)
* Create ar.jsx * Preparing file for translation. * Create ar.yml * Preparing file for translation. * Create simple_form.ar.yml * Preparing file for translation. * Create devise.ar.yml * Preparing file for translation. * Create doorkeeper.ar.yml * Preparing file for translation. * Update index.jsx Preparing file for translation. * Update mastodon.jsx * Preparing file to translation. * Correction thanks to @Taekiro https://github.com/tootsuite/mastodon/pull/1798#pullrequestreview-32924922 * Update settings_helper.rb Preparing file to translation. * Update application.rb * Preparing file to translation. * Update simple_form.ar.yml * Update doorkeeper.ar.yml * Update devise.ar.yml * Update ar.yml * Fix i18n-tasks unused issue (ar) Remove unused translation strings * Update application.rb * Update ar.jsx * Fix various issues with Arabic translation * Fix duplication caused in merge * Fix syntax error in devise.ar.yml * Fix import error Duplicated incorrect import in mastodon.jsx * Fix duplication error in locales/index.jsx * Update ar.yml * Update ar.jsx * Update ar.yml * Update ar.jsx * Fix ar translation
This commit is contained in:
49
config/locales/simple_form.ar.yml
Normal file
49
config/locales/simple_form.ar.yml
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
ar:
|
||||
simple_form:
|
||||
hints:
|
||||
defaults:
|
||||
avatar: PNG, GIF أو JPG. على الأكثر 2 ميغابيت . سوف يتم تصغيرها إلى 120x120px
|
||||
display_name: 30 حرفاً على الأكثر
|
||||
header: PNG, GIF or JPG. على الأكثر 2 ميغابيت . سوف يتم تصغيرها إلى 700x335px
|
||||
note: 160 حرفاً على الأكثر
|
||||
imports:
|
||||
data: ملف CSV تم تصديره من خادوم مثيل آخر لماستدون
|
||||
sessions:
|
||||
otp: أدخل الرمز الثنائي من هاتفك أو استخدم أحد رموز الاسترداد.
|
||||
labels:
|
||||
defaults:
|
||||
avatar: الصورة الرمزية
|
||||
confirm_new_password: تأكيد كلمة المرور الجديدة
|
||||
confirm_password: تأكيد كلمة المرور
|
||||
current_password: كلمة المرور الحالية
|
||||
data: البيانات
|
||||
display_name: الاسم الذي يتم عرضه
|
||||
email: عنوان البريد الإلكتروني
|
||||
header: رأس الصفحة
|
||||
locale: اللغة
|
||||
locked: إجعل حسابك خاصًا
|
||||
new_password: كلمة مرور جديدة
|
||||
note: السيرة الذاتية
|
||||
otp_attempt: الرمز الثنائي
|
||||
password: كلمة المرور
|
||||
setting_boost_modal: إظهار مربع حوار التأكيد قبل القيام بالترقية
|
||||
setting_default_privacy: خصوصية المنشور
|
||||
severity: الشدة
|
||||
type: نوع الإستيراد
|
||||
username: اسم المستخدم
|
||||
interactions:
|
||||
must_be_follower: حظر اشعارات الأشخاص الذين لا يتبعونك
|
||||
must_be_following: حظر اشعارات الأشخاص الذين لا تتبعهم
|
||||
notification_emails:
|
||||
digest: إرسال رسائل بريد إلكتروني ملخصة
|
||||
favourite: إبعث بريداً إلكترونياً عندما يعجب احدهم بمنشورك
|
||||
follow: إبعث بريداً إلكترونياً عندما يتبعك أحد
|
||||
follow_request: إبعث بريداً إلكترونياً عند تلقيك طلب بالمتابعة
|
||||
mention: إبعث بريداً إلكترونياً عندما يشار إليك
|
||||
reblog: إبعث بريداً إلكترونياً عندما يعزز احدهم منشورك
|
||||
'no': 'لا'
|
||||
required:
|
||||
mark: "*"
|
||||
text: مطلوب
|
||||
'yes': 'نعم'
|
Reference in New Issue
Block a user