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:
authorDillon <dillonzq@outlook.com>2022-05-17 18:13:46 +0300
committerDillon <dillonzq@outlook.com>2022-05-17 18:13:46 +0300
commit5bca5748fb8edf300a684245d95ea0a20b815e8e (patch)
treee5b900d049b04e14bb25882b7df0c9a41b0862f7 /i18n
parent8ab3e6dcb3530edcb35426a255c50d341a364fd7 (diff)
parent0e31a98678d1e53741e63930bc71b4c35498e3cf (diff)
Merge branch 'master' into pr/chinkung/625
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ar.toml195
-rw-r--r--i18n/ca.toml196
-rw-r--r--i18n/de.toml24
-rw-r--r--i18n/pt-BR.toml5
-rw-r--r--i18n/zh-TW.toml200
5 files changed, 605 insertions, 15 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 ===
diff --git a/i18n/ca.toml b/i18n/ca.toml
new file mode 100644
index 00000000..097b05cd
--- /dev/null
+++ b/i18n/ca.toml
@@ -0,0 +1,196 @@
+# Translations for Catalan
+# Traducció al Català
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Torna a L'inici"
+
+[viewComments]
+other = "Visualitza Comentaris"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Publicacions"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tot {{ .Some }}"
+
+[tag]
+other = "Etiqueta"
+
+[tags]
+other = "Etiquetes"
+
+[category]
+other = "Categoria"
+
+[categories]
+other = "Categories"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Més"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Escolliu L'idioma"
+
+[switchTheme]
+other = "Canvia Tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Impulsat per {{ .Hugo }} | Tema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "ca"
+
+[valinePlaceholder]
+other = "El teu comentari ..."
+
+[facebookLanguageCode]
+other = "ca_ES"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Buscar"
+
+[searchPlaceholder]
+other = "Buscar títols o continguts..."
+
+[clear]
+other = "Esborra"
+
+[cancel]
+other = "Cancel·lar"
+
+[noResultsFound]
+other = "Sense resultats"
+
+[lunrLanguageCode]
+other = "ca"
+
+[copyToClipboard]
+other = "Copiar al portapapers"
+
+[cookieconsentMessage]
+other = "Aquest lloc web utilitza cookies per millorar la teva experiència."
+
+[cookieconsentDismiss]
+other = "Entenc!"
+
+[cookieconsentLink]
+other = "Més informació"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Comparteix a"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Continguts"
+
+[publishedOnDate]
+other = "publicat el {{ .Date }}"
+
+[includedInCategories]
+other = "inclòs en {{ .Categories }}"
+
+[wordCount]
+one = "Una paraula"
+other = "{{ .Count }} paraules"
+
+[readingTime]
+one = "Un minut"
+other = "{{ .Count }} minuts"
+
+[views]
+other = "vistes"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Actualitzat el {{ .Date }}"
+
+[readMarkdown]
+other = "Llegeix Markdown"
+
+[back]
+other = "Tornar"
+
+[home]
+other = "Inici"
+
+[readMore]
+other = "Llegeix Més"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Pàgina no trobada"
+
+[pageNotFoundText]
+other = "La pàgina que estàs buscant no existeix. Ho sento."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Nota"
+
+[abstract]
+other = "Resum"
+
+[info]
+other = "Informació"
+
+[tip]
+other = "Consell"
+
+[success]
+other = "Èxit"
+
+[question]
+other = "Pregunta"
+
+[warning]
+other = "Advertència"
+
+[failure]
+other = "Fracàs"
+
+[danger]
+other = "Perill"
+
+[bug]
+other = "Microbi"
+
+[example]
+other = "Exemple"
+
+[quote]
+other = "Citar"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOVA"
+
+[changed]
+other = "CANVIAT"
+
+[deleted]
+other = "SUPRIMIT"
+# === shortcodes/version.html ===
diff --git a/i18n/de.toml b/i18n/de.toml
index 1c731d11..4781eb43 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -4,7 +4,7 @@
# === baseof ==
[backToTop]
-other = "nach oben"
+other = "Nach oben"
[viewComments]
other = "Kommentare anzeigen"
@@ -42,12 +42,12 @@ other = "Mehr"
other = "Sprache wählen"
[switchTheme]
-other = "Thema wechseln"
+other = "Darstellung ändern"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
-other = "Ermöglicht durch {{ .Hugo }} | Thema - {{ .Theme }}"
+other = "Realisiert durch {{ .Hugo }} | Thema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -106,21 +106,21 @@ other = "Teilen auf"
other = "Inhalt"
[publishedOnDate]
-other = "veröffentlicht auf {{ .Date }}"
+other = "veröffentlicht an {{ .Date }}"
[includedInCategories]
other = "enthalten in {{ .Categories }}"
[wordCount]
-one = "Ein wort"
-other = "{{ .Count }} wörter"
+one = "Ein Wort"
+other = "{{ .Count }} Wörter"
[readingTime]
-one = "Eine minute"
-other = "{{ .Count }} minuten"
+one = "Eine Minute"
+other = "{{ .Count }} Minuten"
[views]
-other = "aufrufe"
+other = "Aufrufe"
[author]
other = "Autor"
@@ -154,13 +154,13 @@ other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden.
other = "Notiz"
[abstract]
-other = "Ausblick"
+other = "Kurzfassung"
[info]
other = "Info"
[tip]
-other = "Tip"
+other = "Tipp"
[success]
other = "Erfolg"
@@ -175,7 +175,7 @@ other = "Warnung"
other = "Fehler"
[danger]
-other = "Gefahr"
+other = "Vorsicht"
[bug]
other = "Bug"
diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml
index 27cbb032..6af59258 100644
--- a/i18n/pt-BR.toml
+++ b/i18n/pt-BR.toml
@@ -17,7 +17,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
-other = "Todos {{ .Some }}"
+other = "{{ .Some }}"
[tag]
other = "Tag"
@@ -47,7 +47,7 @@ other = "Trocar tema"
# === partials/footer.html ===
[poweredBySome]
-other = "Movido a {{ .Hugo }} | Tema - {{ .Theme }}"
+other = "Possibilitado por {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -197,4 +197,3 @@ other = "ALTERADO"
[deleted]
other = "EXCLUÍDO"
# === shortcodes/version.html ===
-
diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml
new file mode 100644
index 00000000..ced75dd7
--- /dev/null
+++ b/i18n/zh-TW.toml
@@ -0,0 +1,200 @@
+# Translations for Traditional Chinese
+# 繁體中文的翻譯
+# 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 = "zh-tw"
+
+[valinePlaceholder]
+other = "你的評論 ..."
+
+[facebookLanguageCode]
+other = "zh_TW"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "搜索"
+
+[searchPlaceholder]
+other = "搜索文章標題或內容..."
+
+[clear]
+other = "清空"
+
+[cancel]
+other = "取消"
+
+[noResultsFound]
+other = "沒有找到結果"
+
+[lunrLanguageCode]
+other = "zh"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.zh.js"
+
+[lunrSegmentitLib]
+other = "lib/lunr/lunr.segmentit.js"
+
+[copyToClipboard]
+other = "複製到剪貼板"
+
+[cookieconsentMessage]
+other = "本網站使用 Cookies 來改善您的瀏覽體驗."
+
+[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]
+other = "約 {{ .Count }} 字"
+
+[readingTime]
+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 = "Bug"
+
+[example]
+other = "示例"
+
+[quote]
+other = "引用"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "新增"
+
+[changed]
+other = "更改"
+
+[deleted]
+other = "刪除"
+# === shortcodes/version.html ===