mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #398 from 5h1m:dev
🌐 Add Indonesian translation (id.yaml) & 📝 shim to the userspull/433/head
commit
4db3763e6d
|
@ -59,6 +59,7 @@ The theme currently supports the following languages out of the box:
|
|||
| :de: German | `de` |
|
||||
| :israel: Hebrew | `he` |
|
||||
| :hungary: Hungarian | `hu` |
|
||||
| :indonesia: Indonesian | `id` |
|
||||
| :it: Italian | `it` |
|
||||
| :jp: Japanese | `ja` |
|
||||
| :brazil: Portuguese (Brazil) | `pt-br` |
|
||||
|
|
|
@ -50,5 +50,6 @@ Real websites that are built with Congo.
|
|||
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
||||
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
||||
| [datadi.murgi.org](https://datadi.murgi.org) | Personal site and Blog |
|
||||
| [shim.web.id](https://shim.web.id) | Personal Blog (in Indonesian) |
|
||||
|
||||
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md).
|
||||
|
|
|
@ -0,0 +1,55 @@
|
|||
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"
|
||||
|
||||
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 }} & {{ .Congo }}"
|
||||
|
||||
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"
|
Loading…
Reference in New Issue