summaryrefslogtreecommitdiff
path: root/themes/PaperMod/i18n
diff options
context:
space:
mode:
authorIndrajith K L2022-03-19 16:54:23 +0530
committerIndrajith K L2022-03-19 16:54:23 +0530
commit29fcd231e3da9b33c237886f3c1bb30a557ad641 (patch)
tree8eba56550b35938e7c445c9ed6d9005c14036666 /themes/PaperMod/i18n
downloadexperimentsofindrajith-29fcd231e3da9b33c237886f3c1bb30a557ad641.tar.gz
experimentsofindrajith-29fcd231e3da9b33c237886f3c1bb30a557ad641.tar.bz2
experimentsofindrajith-29fcd231e3da9b33c237886f3c1bb30a557ad641.zip
Initial Commit
Diffstat (limited to 'themes/PaperMod/i18n')
-rw-r--r--themes/PaperMod/i18n/ar.yaml22
-rw-r--r--themes/PaperMod/i18n/bg.yaml16
-rw-r--r--themes/PaperMod/i18n/bn.yaml28
-rw-r--r--themes/PaperMod/i18n/ca.yaml19
-rw-r--r--themes/PaperMod/i18n/ckb.yaml25
-rw-r--r--themes/PaperMod/i18n/da.yaml28
-rw-r--r--themes/PaperMod/i18n/de.yaml33
-rw-r--r--themes/PaperMod/i18n/en.yaml33
-rw-r--r--themes/PaperMod/i18n/eo.yaml25
-rw-r--r--themes/PaperMod/i18n/es.yaml33
-rw-r--r--themes/PaperMod/i18n/fa.yaml28
-rw-r--r--themes/PaperMod/i18n/fr.yaml33
-rw-r--r--themes/PaperMod/i18n/he.yaml19
-rw-r--r--themes/PaperMod/i18n/hi.yaml16
-rw-r--r--themes/PaperMod/i18n/hu.yaml16
-rw-r--r--themes/PaperMod/i18n/id.yaml16
-rw-r--r--themes/PaperMod/i18n/it.yaml27
-rw-r--r--themes/PaperMod/i18n/ja.yaml16
-rw-r--r--themes/PaperMod/i18n/ko.yaml25
-rw-r--r--themes/PaperMod/i18n/ku.yaml25
-rw-r--r--themes/PaperMod/i18n/mn.yaml25
-rw-r--r--themes/PaperMod/i18n/nl.yaml33
-rw-r--r--themes/PaperMod/i18n/pl.yaml28
-rw-r--r--themes/PaperMod/i18n/pt.yaml21
-rw-r--r--themes/PaperMod/i18n/ru.yaml23
-rw-r--r--themes/PaperMod/i18n/sv.yaml28
-rw-r--r--themes/PaperMod/i18n/tr.yaml25
-rw-r--r--themes/PaperMod/i18n/uk.yaml25
-rw-r--r--themes/PaperMod/i18n/uz.yaml20
-rw-r--r--themes/PaperMod/i18n/vi.yaml25
-rw-r--r--themes/PaperMod/i18n/zh-tw.yaml28
-rw-r--r--themes/PaperMod/i18n/zh.yaml33
32 files changed, 797 insertions, 0 deletions
diff --git a/themes/PaperMod/i18n/ar.yaml b/themes/PaperMod/i18n/ar.yaml
new file mode 100644
index 0000000..11f50a2
--- /dev/null
+++ b/themes/PaperMod/i18n/ar.yaml
@@ -0,0 +1,22 @@
+- id: prev_page
+ translation: "الصفحة السابقة"
+
+- id: next_page
+ translation: "الصفحة التالية"
+
+- id: read_time
+ translation:
+ one: "دقيقة واحدة"
+ two: "دقيقتان"
+ few: "بضع ثوان"
+ zero: "الآن"
+ other: "دقائق {{ .Count }}"
+
+- id: toc
+ translation: "فهرس المحتوى"
+
+- id: translations
+ translation: "ترجمات أخرى"
+
+- id: home
+ translation: "الصفحة الرئيسية"
diff --git a/themes/PaperMod/i18n/bg.yaml b/themes/PaperMod/i18n/bg.yaml
new file mode 100644
index 0000000..1e314af
--- /dev/null
+++ b/themes/PaperMod/i18n/bg.yaml
@@ -0,0 +1,16 @@
+- id: prev_page
+ translation: "Предишна страница"
+
+- id: next_page
+ translation: "Следваща страница"
+
+- id: read_time
+ translation:
+ one : "1 мин"
+ other: "{{ .Count }} мин"
+
+- id: toc
+ translation: "Съдържание"
+
+- id: translations
+ translation: "Преводи"
diff --git a/themes/PaperMod/i18n/bn.yaml b/themes/PaperMod/i18n/bn.yaml
new file mode 100644
index 0000000..9fdafd1
--- /dev/null
+++ b/themes/PaperMod/i18n/bn.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "পূর্বের পাতা"
+
+- id: next_page
+ translation: "পরবর্তী পাতা"
+
+- id: read_time
+ translation:
+ one : "১ মিনিট"
+ other: "{{ .Count }} মিনিট"
+
+- id: toc
+ translation: "সূচিপত্র"
+
+- id: translations
+ translation: "অনুবাদসমূহ"
+
+- id: home
+ translation: "হোম"
+
+- id: edit_post
+ translation: "সম্পাদনা করুন"
+
+- id: code_copy
+ translation: "কপি করুন"
+
+- id: code_copied
+ translation: "কপি হয়েছে!"
diff --git a/themes/PaperMod/i18n/ca.yaml b/themes/PaperMod/i18n/ca.yaml
new file mode 100644
index 0000000..15713e1
--- /dev/null
+++ b/themes/PaperMod/i18n/ca.yaml
@@ -0,0 +1,19 @@
+- id: prev_page
+ translation: "Pàgina anterior"
+
+- id: next_page
+ translation: "Pàgina següent"
+
+- id: read_time
+ translation:
+ one : "1 min"
+ other: "{{ .Count }} min"
+
+- id: toc
+ translation: "Taula de Continguts"
+
+- id: translations
+ translation: "Traduccions"
+
+- id: home
+ translation: "Inici"
diff --git a/themes/PaperMod/i18n/ckb.yaml b/themes/PaperMod/i18n/ckb.yaml
new file mode 100644
index 0000000..25789d1
--- /dev/null
+++ b/themes/PaperMod/i18n/ckb.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "پەڕەی پێشتر"
+
+- id: next_page
+ translation: "پەڕەی دواتر"
+
+- id: read_time
+ translation:
+ one : "1 خولەک"
+ other: "{{ .Count }} خولەک"
+
+- id: toc
+ translation: "پێڕست"
+
+- id: translations
+ translation: "وەرگێڕانەکان"
+
+- id: home
+ translation: "ماڵەوە"
+
+- id: code_copy
+ translation: "لەبەری بگرەوە"
+
+- id: code_copied
+ translation: "لەبەر گیرایەوە!"
diff --git a/themes/PaperMod/i18n/da.yaml b/themes/PaperMod/i18n/da.yaml
new file mode 100644
index 0000000..03b0abe
--- /dev/null
+++ b/themes/PaperMod/i18n/da.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "Forrige Side"
+
+- id: next_page
+ translation: "Næste Side"
+
+- id: read_time
+ translation:
+ one: "1 min"
+ other: "{{ .Count }} min"
+
+- id: toc
+ translation: "Indholdsfortegnelse"
+
+- id: translations
+ translation: "Oversættelser"
+
+- id: home
+ translation: "Start"
+
+- id: edit_post
+ translation: "Rediger"
+
+- id: code_copy
+ translation: "kopier"
+
+- id: code_copied
+ translation: "kopieret!"
diff --git a/themes/PaperMod/i18n/de.yaml b/themes/PaperMod/i18n/de.yaml
new file mode 100644
index 0000000..4725419
--- /dev/null
+++ b/themes/PaperMod/i18n/de.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Vorherige Seite"
+
+- id: next_page
+ translation: "Nächste Seite"
+
+- id: read_time
+ translation:
+ one: "1 Minute"
+ other: "{{ .Count }} Minuten"
+
+- id: words
+ translation:
+ one : "Wort"
+ other: "{{ .Count }} Wörter"
+
+- id: toc
+ translation: "Inhaltsverzeichnis"
+
+- id: translations
+ translation: "Übersetzungen"
+
+- id: home
+ translation: "Home"
+
+- id: edit_post
+ translation: "Bearbeiten"
+
+- id: code_copy
+ translation: "Kopieren"
+
+- id: code_copied
+ translation: "Kopiert!"
diff --git a/themes/PaperMod/i18n/en.yaml b/themes/PaperMod/i18n/en.yaml
new file mode 100644
index 0000000..3dc1579
--- /dev/null
+++ b/themes/PaperMod/i18n/en.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Prev Page"
+
+- id: next_page
+ translation: "Next Page"
+
+- id: read_time
+ translation:
+ one : "1 min"
+ other: "{{ .Count }} min"
+
+- id: words
+ translation:
+ one : "word"
+ other: "{{ .Count }} words"
+
+- id: toc
+ translation: "Table of Contents"
+
+- id: translations
+ translation: "Translations"
+
+- id: home
+ translation: "Home"
+
+- id: edit_post
+ translation: "Edit"
+
+- id: code_copy
+ translation: "copy"
+
+- id: code_copied
+ translation: "copied!"
diff --git a/themes/PaperMod/i18n/eo.yaml b/themes/PaperMod/i18n/eo.yaml
new file mode 100644
index 0000000..de5d744
--- /dev/null
+++ b/themes/PaperMod/i18n/eo.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "antaŭa paĝo"
+
+- id: next_page
+ translation: "sekva paĝo"
+
+- id: read_time
+ translation:
+ one : "1 min"
+ other: "{{ .Count }} min"
+
+- id: toc
+ translation: "Enhavo"
+
+- id: translations
+ translation: "tradukoj"
+
+- id: home
+ translation: "ĉefpaĝo"
+
+- id: code_copy
+ translation: "kopii"
+
+- id: code_copied
+ translation: "kopiite!"
diff --git a/themes/PaperMod/i18n/es.yaml b/themes/PaperMod/i18n/es.yaml
new file mode 100644
index 0000000..163bfc4
--- /dev/null
+++ b/themes/PaperMod/i18n/es.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Página anterior"
+
+- id: next_page
+ translation: "Página siguiente"
+
+- id: read_time
+ translation:
+ one : "1 min"
+ other: "{{ .Count }} min"
+
+- id: words
+ translation:
+ one : "palabra"
+ other: "{{ .Count }} palabras"
+
+- id: toc
+ translation: "Tabla de Contenidos"
+
+- id: translations
+ translation: "Traducciones"
+
+- id: home
+ translation: "Inicio"
+
+- id: edit_post
+ translation: "Editar"
+
+- id: code_copy
+ translation: "copiar"
+
+- id: code_copied
+ translation: "¡copiado!"
diff --git a/themes/PaperMod/i18n/fa.yaml b/themes/PaperMod/i18n/fa.yaml
new file mode 100644
index 0000000..3fd5927
--- /dev/null
+++ b/themes/PaperMod/i18n/fa.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "صفحه قبلی"
+
+- id: next_page
+ translation: "صفحه بعدی"
+
+- id: read_time
+ translation:
+ one: "۱ دقیقه"
+ other: "{{ .Count }} دقیقه"
+
+- id: toc
+ translation: "فهرست مطالب"
+
+- id: translations
+ translation: "ترجمه ها"
+
+- id: home
+ translation: "خانه"
+
+- id: edit_post
+ translation: "ویرایش"
+
+- id: code_copy
+ translation: "کپی"
+
+- id: code_copied
+ translation: "کپی شد!" \ No newline at end of file
diff --git a/themes/PaperMod/i18n/fr.yaml b/themes/PaperMod/i18n/fr.yaml
new file mode 100644
index 0000000..46ad398
--- /dev/null
+++ b/themes/PaperMod/i18n/fr.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Page Précédente"
+
+- id: next_page
+ translation: "Page Suivante"
+
+- id: read_time
+ translation:
+ one : "1 min"
+ other: "{{ .Count }} min"
+
+- id: words
+ translation:
+ one : "mot"
+ other: "{{ .Count }} mots"
+
+- id: toc
+ translation: "Table des Matières"
+
+- id: translations
+ translation: "Traductions"
+
+- id: home
+ translation: "Accueil"
+
+- id: edit_post
+ translation: "Modifier"
+
+- id: code_copy
+ translation: "copier"
+
+- id: code_copied
+ translation: "copié!"
diff --git a/themes/PaperMod/i18n/he.yaml b/themes/PaperMod/i18n/he.yaml
new file mode 100644
index 0000000..6d203f4
--- /dev/null
+++ b/themes/PaperMod/i18n/he.yaml
@@ -0,0 +1,19 @@
+- id: prev_page
+ translation: "לעמוד הקודם"
+
+- id: next_page
+ translation: "לעמוד הבא"
+
+- id: read_time
+ translation:
+ one : "דקה אחת"
+ other: "{{ .Count }} דקות"
+
+- id: toc
+ translation: "תוכן עניינים"
+
+- id: translations
+ translation: "תרגומים"
+
+- id: home
+ translation: "דף בית"
diff --git a/themes/PaperMod/i18n/hi.yaml b/themes/PaperMod/i18n/hi.yaml
new file mode 100644
index 0000000..24e8fc6
--- /dev/null
+++ b/themes/PaperMod/i18n/hi.yaml
@@ -0,0 +1,16 @@
+- id: prev_page
+ translation: "पिछला पृष्ठ"
+
+- id: next_page
+ translation: "अगला पृष्ठ"
+
+- id: read_time
+ translation:
+ one : "एक मिनट"
+ other: "{{ .Count }} मिनट"
+
+- id: toc
+ translation: "विषय - सूची"
+
+- id: translations
+ translation: "अनुवाद"
diff --git a/themes/PaperMod/i18n/hu.yaml b/themes/PaperMod/i18n/hu.yaml
new file mode 100644
index 0000000..a039dda
--- /dev/null
+++ b/themes/PaperMod/i18n/hu.yaml
@@ -0,0 +1,16 @@
+- id: prev_page
+ translation: "Előző oldal"
+
+- id: next_page
+ translation: "Következő oldal"
+
+- id: read_time
+ translation:
+ one: "1 perc"
+ other: "{{ .Count }} perc"
+
+- id: toc
+ translation: "Tartalomjegyzék"
+
+- id: translations
+ translation: "Fordítások"
diff --git a/themes/PaperMod/i18n/id.yaml b/themes/PaperMod/i18n/id.yaml
new file mode 100644
index 0000000..0add121
--- /dev/null
+++ b/themes/PaperMod/i18n/id.yaml
@@ -0,0 +1,16 @@
+- id: prev_page
+ translation: "Halaman Sebelumnya"
+
+- id: next_page
+ translation: "Halaman Selanjutnya"
+
+- id: read_time
+ translation:
+ one : "1 menit"
+ other: "{{ .Count }} menit"
+
+- id: toc
+ translation: "Daftar Isi"
+
+- id: translations
+ translation: "Terjemahan"
diff --git a/themes/PaperMod/i18n/it.yaml b/themes/PaperMod/i18n/it.yaml
new file mode 100644
index 0000000..ef41db4
--- /dev/null
+++ b/themes/PaperMod/i18n/it.yaml
@@ -0,0 +1,27 @@
+- id: prev_page
+ translation: "Pag Prec"
+
+- id: next_page
+ translation: "Pag Succ"
+
+- id: read_time
+ translation:
+ one: "1 minuto"
+ other: "{{ .Count }} minuti"
+
+- id: words
+ translation:
+ one : "parola"
+ other: "{{ .Count }} parole"
+
+- id: toc
+ translation: "Tabella dei Contenuti"
+
+- id: translations
+ translation: "Traduzioni"
+
+- id: code_copy
+ translation: "copia"
+
+- id: code_copied
+ translation: "copiato!"
diff --git a/themes/PaperMod/i18n/ja.yaml b/themes/PaperMod/i18n/ja.yaml
new file mode 100644
index 0000000..c286ef9
--- /dev/null
+++ b/themes/PaperMod/i18n/ja.yaml
@@ -0,0 +1,16 @@
+- id: prev_page
+ translation: "前のページ"
+
+- id: next_page
+ translation: "次のページ"
+
+- id: read_time
+ translation:
+ one : "1 分"
+ other: "{{ .Count }} 分"
+
+- id: toc
+ translation: "目次"
+
+- id: translations
+ translation: "言語"
diff --git a/themes/PaperMod/i18n/ko.yaml b/themes/PaperMod/i18n/ko.yaml
new file mode 100644
index 0000000..db0bcc7
--- /dev/null
+++ b/themes/PaperMod/i18n/ko.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "이전 페이지"
+
+- id: next_page
+ translation: "다음 페이지"
+
+- id: read_time
+ translation:
+ one : "1 분"
+ other: "{{ .Count }} 분"
+
+- id: toc
+ translation: "목차"
+
+- id: translations
+ translation: "번역"
+
+- id: home
+ translation: "홈페이지"
+
+- id: code_copy
+ translation: "복사"
+
+- id: code_copied
+ translation: "복사완료!"
diff --git a/themes/PaperMod/i18n/ku.yaml b/themes/PaperMod/i18n/ku.yaml
new file mode 100644
index 0000000..b6d5e32
--- /dev/null
+++ b/themes/PaperMod/i18n/ku.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "Rêpela Berê"
+
+- id: next_page
+ translation: "Rûpela Bê"
+
+- id: read_time
+ translation:
+ one : "1 xulek"
+ other: "{{ .Count }} xulek"
+
+- id: toc
+ translation: "Pêrist"
+
+- id: translations
+ translation: "Wergêranan"
+
+- id: home
+ translation: "Xanî"
+
+- id: code_copy
+ translation: "Jê bigre"
+
+- id: code_copied
+ translation: "Hat jê girtin!"
diff --git a/themes/PaperMod/i18n/mn.yaml b/themes/PaperMod/i18n/mn.yaml
new file mode 100644
index 0000000..dbce2ce
--- /dev/null
+++ b/themes/PaperMod/i18n/mn.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "Ѳмнѳх"
+
+- id: next_page
+ translation: "Дараах"
+
+- id: read_time
+ translation:
+ one : "1 МИН"
+ other: "{{ .Count }} МИН"
+
+- id: toc
+ translation: "Агуулга"
+
+- id: translations
+ translation: "Орчуулга"
+
+- id: home
+ translation: "Нүүр"
+
+- id: code_copy
+ translation: "хуулах"
+
+- id: code_copied
+ translation: "хуулсан!"
diff --git a/themes/PaperMod/i18n/nl.yaml b/themes/PaperMod/i18n/nl.yaml
new file mode 100644
index 0000000..e9d06fa
--- /dev/null
+++ b/themes/PaperMod/i18n/nl.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Vorige"
+
+- id: next_page
+ translation: "Volgende"
+
+- id: read_time
+ translation:
+ one: "1 min"
+ other: "{{ .Count }} min"
+
+- id: words
+ translation:
+ one : "woord"
+ other: "{{ .Count }} woorden"
+
+- id: toc
+ translation: "Inhoudsopgave"
+
+- id: translations
+ translation: "Vertalingen"
+
+- id: home
+ translation: "Startpagina"
+
+- id: edit_post
+ translation: "Bewerk"
+
+- id: code_copy
+ translation: "kopieer"
+
+- id: code_copied
+ translation: "gekopieerd!"
diff --git a/themes/PaperMod/i18n/pl.yaml b/themes/PaperMod/i18n/pl.yaml
new file mode 100644
index 0000000..fdf6b0c
--- /dev/null
+++ b/themes/PaperMod/i18n/pl.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "Poprzednia strona"
+
+- id: next_page
+ translation: "Następna strona"
+
+- id: read_time
+ translation:
+ one: "1 min"
+ other: "{{ .Count }} min"
+
+- id: toc
+ translation: "Spis treści"
+
+- id: translations
+ translation: "Tłumaczenia"
+
+- id: home
+ translation: "Strona Główna"
+
+- id: edit_post
+ translation: "Edytuj"
+
+- id: code_copy
+ translation: "Kopiuj"
+
+- id: code_copied
+ translation: "Skopiowano!"
diff --git a/themes/PaperMod/i18n/pt.yaml b/themes/PaperMod/i18n/pt.yaml
new file mode 100644
index 0000000..f449de9
--- /dev/null
+++ b/themes/PaperMod/i18n/pt.yaml
@@ -0,0 +1,21 @@
+- id: prev_page
+ translation: "Página Anterior"
+
+- id: next_page
+ translation: "Próxima Página"
+
+- id: read_time
+ translation:
+ one: "1 minuto"
+ other: "{{ .Count }} minutos"
+
+- id: words
+ translation:
+ one : "palavra"
+ other: "{{ .Count }} palavras"
+
+- id: toc
+ translation: "Conteúdo"
+
+- id: translations
+ translation: "Traduções"
diff --git a/themes/PaperMod/i18n/ru.yaml b/themes/PaperMod/i18n/ru.yaml
new file mode 100644
index 0000000..7ef8ed2
--- /dev/null
+++ b/themes/PaperMod/i18n/ru.yaml
@@ -0,0 +1,23 @@
+- id: prev_page
+ translation: "Предыдущая"
+
+- id: next_page
+ translation: "Следующая"
+
+- id: read_time
+ translation: "{{ .Count }} мин"
+
+- id: toc
+ translation: "Оглавление"
+
+- id: translations
+ translation: "Переводы"
+
+- id: home
+ translation: "Главная"
+
+- id: code_copy
+ translation: "копировать"
+
+- id: code_copied
+ translation: "скопировано!" \ No newline at end of file
diff --git a/themes/PaperMod/i18n/sv.yaml b/themes/PaperMod/i18n/sv.yaml
new file mode 100644
index 0000000..65ce422
--- /dev/null
+++ b/themes/PaperMod/i18n/sv.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "Förra Sidan"
+
+- id: next_page
+ translation: "Nästa Sida"
+
+- id: read_time
+ translation:
+ one: "1 min"
+ other: "{{ .Count }} min"
+
+- id: toc
+ translation: "Innehållsförteckning"
+
+- id: translations
+ translation: "Översättningar"
+
+- id: home
+ translation: "Hem"
+
+- id: edit_post
+ translation: "Redigera"
+
+- id: code_copy
+ translation: "kopiera"
+
+- id: code_copied
+ translation: "kopierad!"
diff --git a/themes/PaperMod/i18n/tr.yaml b/themes/PaperMod/i18n/tr.yaml
new file mode 100644
index 0000000..e598b41
--- /dev/null
+++ b/themes/PaperMod/i18n/tr.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "Önceki Sayfa"
+
+- id: next_page
+ translation: "Sonraki Sayfa"
+
+- id: read_time
+ translation:
+ one : "1 dk"
+ other: "{{ .Count }} dk"
+
+- id: toc
+ translation: "İçindekiler"
+
+- id: translations
+ translation: "Çeviriler"
+
+- id: home
+ translation: "Anasayfa"
+
+- id: code_copy
+ translation: "Kopyala"
+
+- id: code_copied
+ translation: "Kopyalandı!"
diff --git a/themes/PaperMod/i18n/uk.yaml b/themes/PaperMod/i18n/uk.yaml
new file mode 100644
index 0000000..41be964
--- /dev/null
+++ b/themes/PaperMod/i18n/uk.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "Попередня"
+
+- id: next_page
+ translation: "Наступна"
+
+- id: read_time
+ translation:
+ one : "1 хвилина"
+ other: "{{ .Count }} хвилин"
+
+- id: toc
+ translation: "Зміст"
+
+- id: translations
+ translation: "Переклади"
+
+- id: home
+ translation: "Головна"
+
+- id: code_copy
+ translation: "копіювати"
+
+- id: code_copied
+ translation: "скопійовано!" \ No newline at end of file
diff --git a/themes/PaperMod/i18n/uz.yaml b/themes/PaperMod/i18n/uz.yaml
new file mode 100644
index 0000000..6c3c44e
--- /dev/null
+++ b/themes/PaperMod/i18n/uz.yaml
@@ -0,0 +1,20 @@
+- id: prev_page
+ translation: "Oldingi sahifa"
+
+- id: next_page
+ translation: "Keyingi sahifa"
+
+- id: read_time
+ translation:
+ one : "Bir daqiqa"
+ other: "{{ .Count }} daqiqa"
+
+- id: toc
+ translation: "Mundarija"
+
+- id: translations
+ translation: "Tarjimalar"
+
+- id: home
+ translation: "Bosh sahifa"
+
diff --git a/themes/PaperMod/i18n/vi.yaml b/themes/PaperMod/i18n/vi.yaml
new file mode 100644
index 0000000..a3832ed
--- /dev/null
+++ b/themes/PaperMod/i18n/vi.yaml
@@ -0,0 +1,25 @@
+- id: prev_page
+ translation: "Trang trước"
+
+- id: next_page
+ translation: "Trang tiếp theo"
+
+- id: read_time
+ translation:
+ one : "1 phút"
+ other: "{{ .Count }} phút"
+
+- id: toc
+ translation: "Mục lục"
+
+- id: translations
+ translation: "Bản dịch"
+
+- id: home
+ translation: "Trang chủ"
+
+- id: code_copy
+ translation: "Sao chép"
+
+- id: code_copied
+ translation: "Đã sao chép!"
diff --git a/themes/PaperMod/i18n/zh-tw.yaml b/themes/PaperMod/i18n/zh-tw.yaml
new file mode 100644
index 0000000..34ab8f1
--- /dev/null
+++ b/themes/PaperMod/i18n/zh-tw.yaml
@@ -0,0 +1,28 @@
+- id: prev_page
+ translation: "上一篇"
+
+- id: next_page
+ translation: "下一篇"
+
+- id: read_time
+ translation:
+ one : "1 分鐘"
+ other: "{{ .Count }} 分鐘"
+
+- id: toc
+ translation: "目錄"
+
+- id: translations
+ translation: "語言"
+
+- id: home
+ translation: "首頁"
+
+- id: edit_post
+ translation: "編輯"
+
+- id: code_copy
+ translation: "複製"
+
+- id: code_copied
+ translation: "已複製!"
diff --git a/themes/PaperMod/i18n/zh.yaml b/themes/PaperMod/i18n/zh.yaml
new file mode 100644
index 0000000..959325b
--- /dev/null
+++ b/themes/PaperMod/i18n/zh.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "上一页"
+
+- id: next_page
+ translation: "下一页"
+
+- id: read_time
+ translation:
+ one : "1 分钟"
+ other: "{{ .Count }} 分钟"
+
+- id: words
+ translation:
+ one: "字"
+ other: "{{ .Count }}字"
+
+- id: toc
+ translation: "目录"
+
+- id: translations
+ translation: "语言"
+
+- id: home
+ translation: "主页"
+
+- id: edit_post
+ translation: "编辑"
+
+- id: code_copy
+ translation: "复制"
+
+- id: code_copied
+ translation: "已复制!"