mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
33 lines
516 B
YAML
33 lines
516 B
YAML
- id: prev_page
|
|
translation: "Halaman Sebelumnya"
|
|
|
|
- id: next_page
|
|
translation: "Halaman Selanjutnya"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "1 menit"
|
|
other: "{{ .Count }} menit"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "kata"
|
|
other: "{{ .Count }} kata"
|
|
|
|
- id: toc
|
|
translation: "Daftar isi"
|
|
|
|
- id: translations
|
|
translation: "Terjemahan"
|
|
|
|
- id: home
|
|
translation: "Beranda"
|
|
|
|
- id: edit_post
|
|
translation: "Sunting"
|
|
|
|
- id: code_copy
|
|
translation: "salin"
|
|
|
|
- id: code_copied
|
|
translation: "disalin!" |