From 64278297bc686c77810c6927fca3e328d10d3ae7 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 11 Feb 2024 13:33:38 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(i18n):=20add=20Arabic=20langua?= =?UTF-8?q?ge=20to=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/ar.toml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 i18n/ar.toml diff --git a/i18n/ar.toml b/i18n/ar.toml new file mode 100644 index 000000000..deeeb1e72 --- /dev/null +++ b/i18n/ar.toml @@ -0,0 +1,83 @@ +language_name = "العربية" # Shown in language picker for multi-language sites. +date_locale = "ar_SA" # The locale code for time and date formatting. +full_stop = "." # Used at the end of a sentence. + +# Menu items. +# Should match the names in config.extra.menu and config.extra.footer_menu. +blog = "تدويناتي" +archive = "الأرشيف" +tags = "الوسوم" +projects = "مشاريعي" +about = "عن المدونة" +contact = "إتصل بي" +privacy = "الخصوصية" +site_statistics = "إحصائيات المدونة" +sitemap = "خريطة المدونة" + +# Search. +search = "بحث" +search_icon_title = "انقر هنا او اضغط $SHORTCUT لفتح البحث" # $SHORTCUT will be replaced with the actual keyboard shortcut. +clear_search = "مسح البحث" +result = "النتيجة" # "1 result" +results = "النتائج" # "3 results" (also used for 0 results). + +# Navigation. +read_more = "إقرأ المزيد" +post = "منشور" +posts = "منشورات" # Plural of "post". +prev = "السابق" # As in "Previous" page. +next = "التالي" # As in "Next" page. +of = "من" # E.g. Page 1 "of" 3 +all_posts = "جميع المنشورات" +all_tags = "جميع الوسوم" +language_selection = "تحديد اللغة" +toggle_mode = "تبديل الاوضاع $MODE" # $MODE will be replaced by a value (or both) below. +dark = "داكن" +light = "فاتح" +reset_mode = "إعادة تعيين الوضع" + +# Quick navigation buttons. +toggle_toc = "اظهار / اخفاء جدول المحتويات" +go_to_top = "الانتقال إلى أعلى الصفحة" +go_to_comments = "الانتقال إلى التعليقات" + +# Post metadata. +draft = "مسودة" +min_read = "دقيقة متوقعة للقراءة" +words = "كلمة" +last_updated_on = "آخر تحديث في" +see_changes = "الإطلاع على التغييرات" + +# Post body. +table_of_contents = "جدول المحتويات" +load_comments = "اظهار التعليقات" + +# Copy code block button. +copied = "تم النسخ!" +copy_code_to_clipboard = "نسخ الشِفرة إلى الحافظة" + +# Footer: Powered by Zola and tabi. +powered_by = "مشغل بواسطة" +and = "و" +site_source = "شِفرة الموقع" + +# 404 error. +# https://welpo.github.io/tabi/404.html +page_missing = "الصفحة غير موجودة" +translation_missing = "او لم يتم ترجمتها إلى اللغة التي تطلبها" +check_url = "تحقق من ان الرابط صحيح او" +go_home = "انتقل الى الصفحة الرئيسية" + +# For multilingual quote shortcode. +# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes +show_original_quote = "إظهار الإقتباس الاصلي" +show_translation = "اظهار الترجمة" +open_quotation_mark = '"' +close_quotation_mark = '"' + +# Translations for stylised Atom feed. +# https://welpo.github.io/tabi/atom.xml +# Must contain "About Feeds"; it will become a link. +about_feeds = "هذا هو موجز الويب، المعروف أيضًا باسم موجز Atom. اشترك عن طريق نسخ عنوان URL من شريط العناوين إلى قارئ الأخبار الخاص بك. قم بزيارة موجز About لمعرفة المزيد والبدء. انه مجانا." +visit_the_site = "زيارة الموقع" +recent_posts = "المنشورات الأخيرة"