Files
hugo-theme-stack/i18n/id.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.3 KiB
TOML

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"
[article.alert]
note = "Catatan"
tip = "Tips"
important = "Penting"
warning = "Peringatan"
caution = "Perhatian"
[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 }}"