mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
1ead1f76e2
Co-authored-by: aemtsh <105593707+aemtsh@users.noreply.github.com>
33 lines
500 B
YAML
33 lines
500 B
YAML
- id: prev_page
|
|
translation: "Sebelumnya"
|
|
|
|
- id: next_page
|
|
translation: "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!" |