mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
34 lines
481 B
TOML
34 lines
481 B
TOML
[categories]
|
|
one = "kategori"
|
|
|
|
[tags]
|
|
one = "label"
|
|
|
|
[series]
|
|
one = "seri"
|
|
|
|
[authors]
|
|
one = "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"
|