themes/hugo-coder/i18n/id.toml

352f6358f3fbbdc7ab6687ac60daaa5ac8e9442d · 485 B · 33 lines raw

1 [category]
2 other = "kategori"
3
4 [tag]
5 other = "label"
6
7 [series]
8 other = "seri"
9
10 [author]
11 other = "penulis"
12
13 [posts]
14 other = "artikel"
15
16 [reading_time]
17 one = "bacaan satu menit"
18 other = "bacaan {{ .Count }} menit"
19
20 [page_not_found]
21 other = "Halaman tidak ditemukan"
22
23 [page_does_not_exist]
24 other = "Maaf, halaman ini tidak ada."
25
26 [head_back]
27 other = "Anda dapat kembali ke <a href=\"{{ . }}\">beranda</a>."
28
29 [powered_by]
30 other = "Dipersembahkan oleh"
31
32 [see_also]
33 other = "artikel terkait"