diff options
Diffstat (limited to 'src/templates/partials/languages/ar.html')
| -rw-r--r-- | src/templates/partials/languages/ar.html | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/src/templates/partials/languages/ar.html b/src/templates/partials/languages/ar.html deleted file mode 100644 index 4d5da33a..00000000 --- a/src/templates/partials/languages/ar.html +++ /dev/null @@ -1,77 +0,0 @@ -<!-- - Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com> - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to - deal in the Software without restriction, including without limitation the - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - IN THE SOFTWARE. ---> - -<!-- Translations: Arabic --> -{% macro t(key) %}{{ { - "language": "ar", - "direction": "rtl", - "action.edit": "عدل الصفحة", - "action.skip": "انتقل إلى المحتوى", - "action.view": "عرض مصدر هذه الصفحة", - "announce.dismiss": "لا تظهر هذا مرة أخرى", - "blog.archive": "أرشيف", - "blog.categories": "فئات", - "blog.categories.in": "ضمن", - "blog.continue": "أكمل القراءة", - "blog.draft": "مسودة", - "blog.index": "رجوع إلى الفهرس", - "blog.meta": "بيانات وصفية", - "blog.references": "روابط ذات علاقة", - "clipboard.copy": "نسخ إلى الحافظة", - "clipboard.copied": "تم النسخ الى الحافظة", - "consent.accept": "قبول", - "consent.manage": "إدارة الإعدادات", - "consent.reject": "رفض", - "footer": "هامش سفلي", - "footer.next": "التالية", - "footer.previous": "السابقة", - "header": "عنوان العارضة", - "meta.comments": "التعليقات", - "meta.source": "المصدر", - "nav": "تصفح", - "readtime.one": "قراءة لمدة دقيقة", - "readtime.other": "دقائق قراءة #", - "rss.created": "ملقم بالخلاصات", - "rss.updated": "ملقم بالخلاصات المحدثة", - "search": "إبحث", - "search.config.pipeline": " ", - "search.placeholder": "بحث", - "search.share": "شارك", - "search.reset": "مسح كلي", - "search.result.initializer": "بدء البحث", - "search.result.placeholder": "اكتب لبدء البحث", - "search.result.none": "لا توجد نتائج", - "search.result.one": "نتائج البحث مستند واحد", - "search.result.other": "نتائج البحث # مستندات", - "search.result.more.one": "أكثر من 1 في هذه الصفحة", - "search.result.more.other": "أكثر من # في هذه الصفحة", - "search.result.term.missing": "مفقود", - "select.language": "إختر اللغة", - "select.version": "إختر الإصدار", - "source": "اذهب إلى المصدر", - "source.file.contributors": "المساهمون", - "source.file.date.created": "خلقت", - "source.file.date.updated": "اخر تحديث", - "tabs": "نوافذ", - "toc": "جدول المحتويات", - "top": "عد إلى الأعلى" -}[key] }}{% endmacro %} |
