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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorSatya Kresna <satyakresna6295@gmail.com>2020-11-06 15:54:02 +0300
committerGitHub <noreply@github.com>2020-11-06 15:54:02 +0300
commitb50bde7e47d3050d8d803cdbff1d39f8cb8288fa (patch)
treed7b011ec4943b2f64f6a38c4374fa66e1c01d535 /i18n
parentc5fbd48e918a6f43281ee4bb81c9b25922fe7758 (diff)
feat(i18n): add indonesian translation (#477)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/id.toml33
1 files changed, 33 insertions, 0 deletions
diff --git a/i18n/id.toml b/i18n/id.toml
new file mode 100644
index 0000000..4f0784b
--- /dev/null
+++ b/i18n/id.toml
@@ -0,0 +1,33 @@
+[category]
+other = "kategori"
+
+[tag]
+other = "label"
+
+[series]
+other = "seri"
+
+[author]
+other = "penulis"
+
+[posts]
+other = "artikel"
+
+[reading_time]
+one = "bacaan satu menit"
+other = "bacaan {{ .Count }} menit"
+
+[page_not_found]
+other = "Halaman tidak ditemukan"
+
+[page_does_not_exist]
+other = "Maaf, halaman ini tidak ada."
+
+[head_back]
+other = "Anda dapat kembali ke <a href=\"{{ . }}\">beranda</a>."
+
+[powered_by]
+other = "Dipersembahkan oleh"
+
+[see_also]
+other = "artikel terkait"