mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-30 10:59:15 +02:00
Merge pull request #488 from mochamadboval/master
Add Indonesian translation
This commit is contained in:
commit
47884731ff
1 changed files with 195 additions and 0 deletions
195
i18n/id.toml
Normal file
195
i18n/id.toml
Normal file
|
@ -0,0 +1,195 @@
|
|||
# Terjemahan untuk Bahasa Indonesia
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Kembali ke Atas"
|
||||
|
||||
[viewComments]
|
||||
other = "Lihat Komentar"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Pos"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Semua {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Label"
|
||||
|
||||
[tags]
|
||||
other = "Label"
|
||||
|
||||
[category]
|
||||
other = "Kategori"
|
||||
|
||||
[categories]
|
||||
other = "Kategori"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Pagination ===
|
||||
[more]
|
||||
other = "Lainnya"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[selectLanguage]
|
||||
other = "Pilih Bahasa"
|
||||
|
||||
[switchTheme]
|
||||
other = "Ganti Tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Dipersembahkan oleh {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Komentar Anda ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "id_ID"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Cari"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Cari judul atau konten ..."
|
||||
|
||||
[clear]
|
||||
other = "Bersihkan"
|
||||
|
||||
[cancel]
|
||||
other = "Batal"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Hasil tidak ditemukan"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "en"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Salin ke papan klip"
|
||||
|
||||
[cookieconsentMessage]
|
||||
other = "Situs ini menggunakan Cookies untuk meningkatkan pengalaman Anda."
|
||||
|
||||
[cookieconsentDismiss]
|
||||
other = "Mengerti!"
|
||||
|
||||
[cookieconsentLink]
|
||||
other = "Pelajari lebih lanjut"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Bagikan ke"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "Daftar Isi"
|
||||
|
||||
[publishedOnDate]
|
||||
other = "diterbitkan pada {{ .Date }}"
|
||||
|
||||
[includedInCategories]
|
||||
other = "di {{ .Categories }}"
|
||||
|
||||
[wordCount]
|
||||
one = "Satu kata"
|
||||
other = "{{ .Count }} kata"
|
||||
|
||||
[readingTime]
|
||||
one = "Satu menit"
|
||||
other = "{{ .Count }} menit"
|
||||
|
||||
[views]
|
||||
other = "dilihat"
|
||||
|
||||
[author]
|
||||
other = "Penulis"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "Diperbarui pada {{ .Date }}"
|
||||
|
||||
[readMarkdown]
|
||||
other = "Baca Markdown"
|
||||
|
||||
[back]
|
||||
other = "Kembali"
|
||||
|
||||
[home]
|
||||
other = "Beranda"
|
||||
|
||||
[readMore]
|
||||
other = "Baca Selengkapnya"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Halaman tidak ditemukan"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Maaf, halaman yang Anda cari tidak ada."
|
||||
# === 404.html ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[note]
|
||||
other = "Catatan"
|
||||
|
||||
[abstract]
|
||||
other = "Abstrak"
|
||||
|
||||
[info]
|
||||
other = "Info"
|
||||
|
||||
[tip]
|
||||
other = "Kiat"
|
||||
|
||||
[success]
|
||||
other = "Sukses"
|
||||
|
||||
[question]
|
||||
other = "Pertanyaan"
|
||||
|
||||
[warning]
|
||||
other = "Peringatan"
|
||||
|
||||
[failure]
|
||||
other = "Kegagalan"
|
||||
|
||||
[danger]
|
||||
other = "Bahaya"
|
||||
|
||||
[bug]
|
||||
other = "Bug"
|
||||
|
||||
[example]
|
||||
other = "Contoh"
|
||||
|
||||
[quote]
|
||||
other = "Kutipan"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "BARU"
|
||||
|
||||
[changed]
|
||||
other = "BERUBAH"
|
||||
|
||||
[deleted]
|
||||
other = "DIHAPUS"
|
||||
# === shortcodes/version.html ===
|
Loading…
Add table
Reference in a new issue