about summary refs log tree commit diff
path: root/config/locales/doorkeeper.ar.yml
diff options
context:
space:
mode:
authorKoala Yeung <koalay@gmail.com>2017-04-23 11:58:47 +0800
committerEugen <eugen@zeonfederated.com>2017-04-23 05:58:47 +0200
commit6f0b3b069f3ee9a9eceec77666fc124b9695f124 (patch)
treedf91e818ec083c016f105a14b7d7d4d55e96c782 /config/locales/doorkeeper.ar.yml
parent9cd20a7062b2dad15d5c64b93cab36c1250e6b2a (diff)
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
Diffstat (limited to 'config/locales/doorkeeper.ar.yml')
-rw-r--r--config/locales/doorkeeper.ar.yml63
1 files changed, 63 insertions, 0 deletions
diff --git a/config/locales/doorkeeper.ar.yml b/config/locales/doorkeeper.ar.yml
new file mode 100644
index 000000000..ab0c45cae
--- /dev/null
+++ b/config/locales/doorkeeper.ar.yml
@@ -0,0 +1,63 @@
+ar:
+  activerecord:
+    attributes:
+      doorkeeper/application:
+        name: التسمية
+  doorkeeper:
+    applications:
+      buttons:
+        cancel: إلغاء
+        edit: تعديل
+        submit: إرسال
+      confirmations:
+        destroy: متأكد ؟
+      edit:
+        title: تعديل التطبيق
+      index:
+        name: التسمية
+        new: تطبيق جديد
+        title: تطبيقاتك
+      new:
+        title: تطبيق جديد
+      show:
+        application_id: معرف التطبيق
+        secret: السر
+        title: 'تطبيق : %{name}'
+    authorizations:
+      buttons:
+        authorize: ترخيص
+        deny: رفض
+      error:
+        title: حدث هناك خطأ
+      new:
+        able_to: سيكون بامكانه القيام ب
+        title: الترخيص مطلوب
+      show:
+        title: رمز الترخيص
+    authorized_applications:
+      buttons:
+        revoke: إبطال التصريح
+      confirmations:
+        revoke: متأكد ؟
+      index:
+        application: التطبيق
+        scopes: النطاقات
+        title: تطبيقاتك المرخص لها
+    flash:
+      applications:
+        create:
+          notice: تم إنشاء التطبيق
+        destroy:
+          notice: تم حذف التطبيق.
+        update:
+          notice: تم تحديث التطبيق.
+      authorized_applications:
+        destroy:
+          notice: تم إبطال التصريح المخول للتطبيق.
+    layouts:
+      admin:
+        nav:
+          applications: التطبيقات
+    scopes:
+      read: قراءة بيانات حسابك
+      write: النشر نيابةً عنك