feat(i18n): add indonesian translation (#477)

This commit is contained in:
Satya Kresna
2020-11-06 20:54:02 +08:00
committed by GitHub
parent c5fbd48e91
commit b50bde7e47

33
i18n/id.toml Normal file
View File

@@ -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"