refactor: migrate i18n files from YAML to TOML format and simplify structure (#1230)
* refactor: migrate i18n files from YAML to TOML format and simplify structure * refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly * refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file * docs: update comments for i18n language availability and CJK language detection in hugo.toml.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Tampilkan Menu"
|
||||
darkMode = "Mode Gelap"
|
||||
|
||||
[list]
|
||||
section = "Bagian"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} halaman"
|
||||
other = "{{ .Count }} halaman"
|
||||
|
||||
[list.subsection]
|
||||
one = "Subbagian"
|
||||
other = "Subbagian"
|
||||
|
||||
[article]
|
||||
back = "Kembali"
|
||||
tableOfContents = "Daftar Isi"
|
||||
relatedContent = "Konten terkait"
|
||||
lastUpdatedOn = "Terakhir diperbarui pada"
|
||||
|
||||
[article.readingTime]
|
||||
one = "Waktu Membaca: {{ .Count }} menit"
|
||||
other = "Waktu Membaca: {{ .Count }} menit"
|
||||
|
||||
[notFound]
|
||||
title = "Tidak ditemukan"
|
||||
subtitle = "Halaman yang Anda akses tidak ditemukan."
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Arsip"
|
||||
more = "Lebih"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Tag"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategori"
|
||||
|
||||
[search]
|
||||
title = "Cari"
|
||||
placeholder = "Ketik sesuatu..."
|
||||
resultTitle = "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Dibangun dengan {{ .Generator }}"
|
||||
designedBy = "Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}"
|
||||
Reference in New Issue
Block a user