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
path: root/i18n
diff options
context:
space:
mode:
authorFarrel Franqois <farrel@franqois.id>2021-07-19 13:21:49 +0300
committerGitHub <noreply@github.com>2021-07-19 13:21:49 +0300
commit8cb11d721f550932b3851bc7fa595d55b44faa7c (patch)
tree03db081fe29645c6243cd1fb025c19ef5e1ef281 /i18n
parent99418f1056dd83f95ee84a57315d43327a94c86e (diff)
feat(i18n): Improve Indonesian translation (#265)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/id.yaml31
1 files changed, 29 insertions, 2 deletions
diff --git a/i18n/id.yaml b/i18n/id.yaml
index 31cea39..35a7fab 100644
--- a/i18n/id.yaml
+++ b/i18n/id.yaml
@@ -1,24 +1,48 @@
toggleMenu:
other: Tampilkan Menu
+darkMode:
+ other: Mode Gelap
+
+list:
+ page:
+ one: "{{ .Count }} halaman"
+ other: "{{ .Count }} halaman"
+
+ section:
+ other: Bagian
+
+ subsection:
+ one: Subbagian
+ other: Subbagian
+
article:
+ back:
+ other: Kembali
+
+ tableOfContents:
+ other: Daftar Isi
+
relatedContents:
other: Konten terkait
+
lastUpdatedOn:
other: Terakhir diperbarui pada
notFound:
title:
- other: Not Found
+ other: Tidak ditemukan
subtitle:
- other: Halaman ini tidak ada.
+ other: Halaman yang Anda akses tidak ditemukan.
widget:
archives:
title:
other: Arsip
+
more:
other: Lebih
+
tagCloud:
title:
other: Tag
@@ -26,13 +50,16 @@ widget:
search:
title:
other: Cari
+
placeholder:
other: Ketik sesuatu...
+
resultTitle:
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
footer:
builtWith:
other: Dibangun dengan {{ .Generator }}
+
designedBy:
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}