Files
hugo-theme-stack/i18n/ar.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.4 KiB
TOML

toggleMenu = "اخفي القائمة"
darkMode = "الوضع الداكن"
[list]
section = "قسم"
[list.page]
one = "{{ .Count }} صفحه"
other = "{{ .Count }} صفحات"
[list.subsection]
one = "قسم فرعي"
other = "اقسام فرعية"
[article]
back = "خلف"
tableOfContents = "جدول المحتويات"
relatedContent = "محتوى مشابهه"
lastUpdatedOn = "التعديل الاخير"
[article.readingTime]
one = "تُقرأ خلال دقيقة"
other = "تُقرأ خلال {{ .Count }} دقائق"
[article.alert]
note = "ملاحظة"
tip = "نصيحة"
important = "مهم"
warning = "تحذير"
caution = "تنبيه"
[notFound]
title = "غير موجود"
subtitle = "تعذر العثور على الصفحة المطلوبة."
[widget]
[widget.archives]
title = "الارشيفات"
more = "اكثر"
[widget.tagCloud]
title = "وسوم"
[widget.categoriesCloud]
title = "التصنيفات"
[search]
title = "بحث"
placeholder = "اكتب..."
resultTitle = "#PAGES_COUNT نتيجة (#TIME_SECONDS ثواني)"
[footer]
builtWith = "مبني باستخدام {{ .Generator }}"
designedBy = "قالب {{ .Theme }} مصمم من {{ .DesignedBy }}"