diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 8490b65c..1ec46af6 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -74,7 +74,8 @@ The theme currently supports the following languages by default: | :romania: Romanian | `ro` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | -| 🇭🇷 Croatian | `hr` | +| 🇭🇷 Croatian | `hr` | +| :id: Indonesian | `id` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/nunocoracao/blowfish/pulls). diff --git a/i18n/id.yaml b/i18n/id.yaml new file mode 100644 index 00000000..ed4e7820 --- /dev/null +++ b/i18n/id.yaml @@ -0,0 +1,61 @@ +article: + anchor_label: "Anchor" + date: "{{ .Date }}" + date_updated: "Diperbarui: {{ .Date }}" + draft: "Draft" + edit_title: "Edit konten" + reading_time: + one: "{{ .Count }} menit" + other: "{{ .Count }} menit" + reading_time_title: "Waktu membaca" + table_of_contents: "Daftar isi" + word_count: + one: "{{ .Count }} kata" + other: "{{ .Count }} kata" + views: + one: "{{ .Count }} dilihat" + other: "{{ .Count }} dilihat" + likes: + one: "{{ .Count }} disukai" + other: "{{ .Count }} disukai" + +author: + byline_title: "Penulis" + +code: + copy: "Salin" + copied: "Disalin" + +error: + 404_title: "Halaman tidak ditemukan :confused:" + 404_error: "Kesalahan 404" + 404_description: "Tampaknya halaman yang Anda minta tidak ada." + +footer: + dark_appearance: "Beralih ke tampilan gelap" + light_appearance: "Beralih ke tampilan terang" + powered_by: "Dipersembahkan oleh {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Tautan ke situs eksternal" + no_articles: "Belum ada artikel untuk dicantumkan di sini." + +nav: + scroll_to_top_title: "Gulir ke atas" + skip_to_main: "Lewati ke konten utama" + +search: + open_button_title: "Cari (/)" + close_button_title: "Tutup (Esc)" + input_placeholder: "Pencarian" + +sharing: + email: "Kirim lewat surel" + facebook: "Bagikan ke Facebook" + linkedin: "Bagikan ke LinkedIn" + pinterest: "Pin di Pinterest" + reddit: "Kirim ke Reddit" + twitter: "Tweet di Twitter" + +shortcode: + recent_articles: "Terbaru"