theme(i18n): add indonesian language (#672)
Co-authored-by: fitrarahim <fitrarahim52663@gmail.com>
This commit is contained in:
parent
791c4008ac
commit
53463ffaa2
49
i18n/id.toml
Normal file
49
i18n/id.toml
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
[more]
|
||||||
|
other = "Lagi"
|
||||||
|
|
||||||
|
[allTitle]
|
||||||
|
other = "Semua {{.Title }}"
|
||||||
|
|
||||||
|
[recentTitle]
|
||||||
|
other = "Terbaru {{.Title }}"
|
||||||
|
|
||||||
|
[readMore]
|
||||||
|
other = "Baca selengkapnya"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "Oleh"
|
||||||
|
|
||||||
|
[whatsInThis]
|
||||||
|
other = "Apa isinya? {{ .Type }}"
|
||||||
|
|
||||||
|
[related]
|
||||||
|
other = "Terkait"
|
||||||
|
|
||||||
|
[yourName]
|
||||||
|
other = "Nama Anda"
|
||||||
|
|
||||||
|
[emailAddress]
|
||||||
|
other = "Alamat Email"
|
||||||
|
|
||||||
|
[message]
|
||||||
|
other = "Pesan"
|
||||||
|
|
||||||
|
[emailRequiredNote]
|
||||||
|
other = "Alamat email diperlukan."
|
||||||
|
|
||||||
|
[send]
|
||||||
|
other = "Kirim"
|
||||||
|
|
||||||
|
[taxonomyPageList]
|
||||||
|
other = "Di bawah ini Anda akan menemukan halaman yang menggunakan istilah taksonomi “{{ .Title }}”"
|
||||||
|
|
||||||
|
[readingTime]
|
||||||
|
one = "Satu menit dibaca"
|
||||||
|
other = "{{ .Count }} menit dibaca"
|
||||||
|
|
||||||
|
[wordCount]
|
||||||
|
one = "Satu kata"
|
||||||
|
other = "{{ .Count }} kata"
|
||||||
|
|
||||||
|
[pageTitle]
|
||||||
|
other = "{{ .Name }} halaman"
|
Loading…
Reference in a new issue