From 6f0b3b069f3ee9a9eceec77666fc124b9695f124 Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Sun, 23 Apr 2017 11:58:47 +0800 Subject: 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 --- config/locales/devise.ar.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 config/locales/devise.ar.yml (limited to 'config/locales/devise.ar.yml') diff --git a/config/locales/devise.ar.yml b/config/locales/devise.ar.yml new file mode 100644 index 000000000..169221352 --- /dev/null +++ b/config/locales/devise.ar.yml @@ -0,0 +1,27 @@ +--- +ar: + devise: + failure: + inactive: لم يتم تنشيط حسابك بعد. + locked: إن حسابك مقفل. + mailer: + password_change: + subject: 'ماستدون : تم تغيير كلمة المرور' + reset_password_instructions: + subject: 'ماستدون : تعليمات إستعادة كلمة المرور' + unlock_instructions: + subject: 'ماستدون : تعليمات فك القفل' + passwords: + updated: تم تغيير كلمة المرور بنجاح. أنت مسجل الآن. + updated_not_active: تم تغيير كلمة المرور بنجاح. + registrations: + signed_up: أهلا وسهلا ! تم تسجيل دخولك بنجاح. + updated: تم تحديث حسابك بنجاح. + sessions: + already_signed_out: تم تسجيل خروجك بنجاح. + signed_in: تم تسجيل دخولك بنجاح. + signed_out: تم تسجيل خروجك بنجاح. + errors: + messages: + not_found: لا يوجد + not_locked: ليس مقفلاً -- cgit