Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorMustafa Albazy <mustafa@albazy.com>2022-02-13 23:36:53 +0300
committerGitHub <noreply@github.com>2022-02-13 23:36:53 +0300
commite8aa2643d66500ca9b6cce9ebcd0d5f8d955c3bf (patch)
tree34808138eb45e938b5684ed619e6ea28ed890e7c /i18n
parenteaddd23bda7c77c07907e590ea7c5415f9abfc47 (diff)
Create ar.toml
Adding Arabic Language translation.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ar.toml195
1 files changed, 195 insertions, 0 deletions
diff --git a/i18n/ar.toml b/i18n/ar.toml
new file mode 100644
index 00000000..ca9d22f6
--- /dev/null
+++ b/i18n/ar.toml
@@ -0,0 +1,195 @@
+# Translations for Arabic
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "الرجوع للأعلى"
+
+[viewComments]
+other = "عرض التعليقات"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "التدوينات"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "كُل {{ .Some }}"
+
+[tag]
+other = "وسم"
+
+[tags]
+other = "وسوم"
+
+[category]
+other = "تصنيف"
+
+[categories]
+other = "التصانيف"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "المزيد"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "إختيار اللغة"
+
+[switchTheme]
+other = "تغيير القالب"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "يعمل الموقع بنظام {{ .Hugo }} | التصميم مقدم من {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "ar"
+
+[valinePlaceholder]
+other = "تعليقك..."
+
+[facebookLanguageCode]
+other = "ar_AR"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "بحث"
+
+[searchPlaceholder]
+other = "ابحث في العناوين او المحتوى..."
+
+[clear]
+other = "مسح"
+
+[cancel]
+other = "إلغاء"
+
+[noResultsFound]
+other = "لا يوجد نتائج"
+
+[lunrLanguageCode]
+other = "ar"
+
+[copyToClipboard]
+other = "نسخ"
+
+[cookieconsentMessage]
+other = "هذا الموقع يستخدم الكوكيز لتجربة تصفح افضل."
+
+[cookieconsentDismiss]
+other = "حسنًا"
+
+[cookieconsentLink]
+other = "معرفة المزيد"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "مشاركة الرابط"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "المحتويات"
+
+[publishedOnDate]
+other = "نُشرت في {{ .Date }}"
+
+[includedInCategories]
+other = "في تصنيف {{ .Categories }}"
+
+[wordCount]
+one = "كلمة واحدة"
+other = "{{ .Count }} كلمة"
+
+[readingTime]
+one = "دقيقة واحدة"
+other = "{{ .Count }} دقيقة"
+
+[views]
+other = "مشاهدات"
+
+[author]
+other = "الكاتب"
+
+[updatedOnDate]
+other = "تم التحديث في {{ .Date }}"
+
+[readMarkdown]
+other = "قراءة نص المارك داون"
+
+[back]
+other = "الرجوع"
+
+[home]
+other = "الرئيسية"
+
+[readMore]
+other = "قراءة المزيد"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "لم يتم العثور على الصفحة"
+
+[pageNotFoundText]
+other = "الصفحة التي تحاول الوصول اليها لم يتم العثور عليها."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "ملاحظة"
+
+[abstract]
+other = "مقدمة"
+
+[info]
+other = "معلومات"
+
+[tip]
+other = "نصيحة"
+
+[success]
+other = "نجح"
+
+[question]
+other = "سؤال"
+
+[warning]
+other = "تحذير"
+
+[failure]
+other = "فشل"
+
+[danger]
+other = "خطر"
+
+[bug]
+other = "خطئ برمجي"
+
+[example]
+other = "مثال"
+
+[quote]
+other = "إقتباس"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "جديد"
+
+[changed]
+other = "تم تعديله"
+
+[deleted]
+other = "حُذف"
+# === shortcodes/version.html ===