mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 11:53:31 +08:00
feat(i18n): Improve Indonesian translation (#265)
This commit is contained in:
parent
99418f1056
commit
8cb11d721f
31
i18n/id.yaml
31
i18n/id.yaml
@ -1,24 +1,48 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Tampilkan Menu
|
other: Tampilkan Menu
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: Mode Gelap
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "{{ .Count }} halaman"
|
||||||
|
other: "{{ .Count }} halaman"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: Bagian
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: Subbagian
|
||||||
|
other: Subbagian
|
||||||
|
|
||||||
article:
|
article:
|
||||||
|
back:
|
||||||
|
other: Kembali
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: Daftar Isi
|
||||||
|
|
||||||
relatedContents:
|
relatedContents:
|
||||||
other: Konten terkait
|
other: Konten terkait
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Terakhir diperbarui pada
|
other: Terakhir diperbarui pada
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Not Found
|
other: Tidak ditemukan
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Halaman ini tidak ada.
|
other: Halaman yang Anda akses tidak ditemukan.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Arsip
|
other: Arsip
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Lebih
|
other: Lebih
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tag
|
other: Tag
|
||||||
@ -26,13 +50,16 @@ widget:
|
|||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Cari
|
other: Cari
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Ketik sesuatu...
|
other: Ketik sesuatu...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Dibangun dengan {{ .Generator }}
|
other: Dibangun dengan {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|
||||||
|
Loading…
Reference in New Issue
Block a user