Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2022-06-13 18:52:37 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2022-06-13 18:52:37 +0300
commit456a7d02ef1e7820625c8798556d070e3228bcba (patch)
tree4df9d892b4142a29904994fee13b2241f29611fd
parentcc3dcd7fa5656bc829f48562fbc7f26971466cb5 (diff)
parent1b275c191be6a9dbf0702728332747256b458447 (diff)
Merge branch 'master' into 'master'
add indonesian See merge request rmaguiar/hugo-theme-color-your-world!1
-rw-r--r--i18n/id.toml168
1 files changed, 168 insertions, 0 deletions
diff --git a/i18n/id.toml b/i18n/id.toml
new file mode 100644
index 0000000..1f28ee4
--- /dev/null
+++ b/i18n/id.toml
@@ -0,0 +1,168 @@
+# Header & Footer
+
+[ariaMainMenu]
+other = "Menu Utama."
+
+[changeAccent]
+other = "Ganti aksen warna."
+
+[changeMode]
+other = "Ubah ke mode terang/gelap."
+
+[noscript]
+other = "Tidak dapat mengeksekusi JavaScript, beberapa fitur tidak tersedia."
+
+
+# Pages
+
+[anchorFor]
+other = "Jangkar untuk"
+
+[tableOfContents]
+other = "Konten"
+
+[publishedOn]
+other = "Diterbitkan pada"
+
+[lastUpdatedOn]
+other = "Diperbaharui pada"
+
+# Footnotes
+
+[references]
+other = "Referensi"
+
+[seeFootnotes]
+other = "Lihat catatan kaki."
+
+[return]
+other = "Kembali"
+
+[returnToText]
+other = "Kembali ke teks"
+
+
+# Contact form
+
+[name]
+other = "Nama"
+
+[subject]
+other = "Subjek"
+
+[message]
+other = "Pesan"
+
+[submit]
+other = "Kirim"
+
+
+# List (layout)
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Kategori"
+
+[categories]
+other = "Kategori"
+
+[ariaPagination]
+other = "Navigasi paginasi"
+
+[ariaGoToPage]
+other = "Ke halaman {{ .PageNumber }}."
+
+[ariaGoToFirst]
+other = "Ke halaman pertama"
+
+[ariaGoToNext]
+other = "Ke halaman berikut"
+
+[ariaGoToPrev]
+other = "Ke halaman sebelum"
+
+[ariaGoToLast]
+other = "Ke halaman terakhir"
+
+
+# List (meta tags)
+
+[page]
+other = "halaman"
+
+[of]
+other = "dari"
+
+[posts]
+other = "Posts"
+
+[postsUnderTag]
+other = "Posts didalam tag \"{{ .Title }}\"."
+
+[postsUnderCategory]
+other = "Posts didalam kategori \"{{ .Title }}\"."
+
+[pageContaining]
+other = "Halaman yang berisi"
+
+
+# Search form
+
+[searchLabel]
+other = "Cari"
+
+[searchAriaButton]
+other = "Jalankan pencarian"
+
+[searchInput]
+other = "Bidang pencarian. Terima dari {{ .minLength }} sampai {{ .maxLength }} karakter."
+
+
+# Search results page
+
+[searchNoPageFound]
+other = "Halaman tidak ditemukan"
+
+[searchResultsFor]
+other = "Hasil pencarian untuk"
+
+[searchOnePageFound]
+other = "Satu halaman ditemukan"
+
+[searchPagesFound]
+other = "Beberapa halaman ditemukan"
+
+[searchProcessing]
+other = "Memproses pencarian..."
+
+[searchAwaitingSearch]
+other = "Menunggu pencarian"
+
+[searchTooMany]
+other = "Terlalu banyak halaman ditemukan. Coba ulangi pencarian dengan isi yang berbeda."
+
+
+# Translations
+
+[alsoAvailable]
+other = "Juga tersedia dalam"
+
+[and]
+other = " dan "
+
+
+# Misc
+
+[missingCodec]
+other = "Browser ini tidak mendukung HTML5 audio/video"
+
+[boxContainingCode]
+other = "Kotak berisi sampel kode"
+
+[boxContainingExpression]
+other = "Kotak berisi ekspresi"