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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSajjad Shirazy <shirazy.sajjad@gmail.com>2022-06-10 21:55:59 +0300
committerGitHub <noreply@github.com>2022-06-10 21:55:59 +0300
commit92a6d71ce5d49583a8ad6ac0819cdbef740e6fe4 (patch)
treef2d28dc185f6555240c60752f8a617725e043c96
parent01eb9a4b0e01766e0116d9939f2d694d8dbcfff2 (diff)
feat(i18n): add Persian(Farsi) translation (#602)
-rw-r--r--i18n/fa.yaml73
1 files changed, 73 insertions, 0 deletions
diff --git a/i18n/fa.yaml b/i18n/fa.yaml
new file mode 100644
index 0000000..3655757
--- /dev/null
+++ b/i18n/fa.yaml
@@ -0,0 +1,73 @@
+toggleMenu:
+ other: منو
+
+darkMode:
+ other: حالت شب
+
+list:
+ page:
+ one: "{{ .Count }} صفحه"
+ other: "{{ .Count }} صفحه"
+
+ section:
+ other: بخش
+
+ subsection:
+ one: زیربخش
+ other: زیربخش
+
+article:
+ back:
+ other: قبلی
+
+ tableOfContents:
+ other: فهرست
+
+ relatedContent:
+ other: مطالب مرتبط
+
+ lastUpdatedOn:
+ other: آخرین بروزرسانی در
+
+ readingTime:
+ one: "مطالعه در {{ .Count }} دقیقه"
+ other: "مطالعه در {{ .Count }} دقیقه"
+
+notFound:
+ title:
+ other: یافت نشد
+
+ subtitle:
+ other: این صحه وجود ندارد
+
+widget:
+ archives:
+ title:
+ other: آرشیو
+
+ more:
+ other: بیشتر
+
+ tagCloud:
+ title:
+ other: تگ ها
+ categoriesCloud:
+ title:
+ other: دسته بندی
+
+search:
+ title:
+ other: جستجو
+
+ placeholder:
+ other: تایپ کنید ...
+
+ resultTitle:
+ other: "#PAGES_COUNT صفحه (#TIME_SECONDS ثانیه)"
+
+footer:
+ builtWith:
+ other: قدرت گرفته از {{ .Generator }}
+
+ designedBy:
+ other: قالب {{ .Theme }} ساخته شده توسط {{ .DesignedBy }}