summaryrefslogtreecommitdiff
path: root/themes/PaperMod/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/i18n')
-rw-r--r--themes/PaperMod/i18n/no.yaml33
-rw-r--r--themes/PaperMod/i18n/sw.yaml33
-rw-r--r--themes/PaperMod/i18n/vi.yaml10
3 files changed, 75 insertions, 1 deletions
diff --git a/themes/PaperMod/i18n/no.yaml b/themes/PaperMod/i18n/no.yaml
new file mode 100644
index 0000000..2400348
--- /dev/null
+++ b/themes/PaperMod/i18n/no.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Forrige Side"
+
+- id: next_page
+ translation: "Neste Side"
+
+- id: read_time
+ translation:
+ one: "1 min"
+ other: "{{ .Count }} min"
+
+- id: words
+ translation:
+ one: "ord"
+ other: "{{ .Count }} ord"
+
+- id: toc
+ translation: "Innholdsfortegnelse"
+
+- id: translations
+ translation: "Oversettelser"
+
+- id: home
+ translation: "Hjem"
+
+- id: edit_post
+ translation: "Rediger"
+
+- id: code_copy
+ translation: "Kopier"
+
+- id: code_copied
+ translation: "Kopiert!"
diff --git a/themes/PaperMod/i18n/sw.yaml b/themes/PaperMod/i18n/sw.yaml
new file mode 100644
index 0000000..5fceb1a
--- /dev/null
+++ b/themes/PaperMod/i18n/sw.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+ translation: "Uliopita"
+
+- id: next_page
+ translation: "Ujao"
+
+- id: read_time
+ translation:
+ one : "dakika 1"
+ other: "dakika {{ .Count }}"
+
+- id: words
+ translation:
+ one : "neno"
+ other: "maneno {{ .Count }}"
+
+- id: toc
+ translation: "Jedwali la Yaliyomo"
+
+- id: translations
+ translation: "Tafsiri"
+
+- id: home
+ translation: "Mwanzo"
+
+- id: edit_post
+ translation: "Hariri"
+
+- id: code_copy
+ translation: "nakili"
+
+- id: code_copied
+ translation: "nakiliwa!"
diff --git a/themes/PaperMod/i18n/vi.yaml b/themes/PaperMod/i18n/vi.yaml
index a3832ed..2eb05d0 100644
--- a/themes/PaperMod/i18n/vi.yaml
+++ b/themes/PaperMod/i18n/vi.yaml
@@ -6,9 +6,14 @@
- id: read_time
translation:
- one : "1 phút"
+ one: "1 phút"
other: "{{ .Count }} phút"
+- id: words
+ translation:
+ one: "từ"
+ other: "{{ .Count }} từ"
+
- id: toc
translation: "Mục lục"
@@ -18,6 +23,9 @@
- id: home
translation: "Trang chủ"
+- id: edit_post
+ translation: "Chỉnh sửa"
+
- id: code_copy
translation: "Sao chép"