-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme(i18n): add indonesian language (#672)
Co-authored-by: fitrarahim <[email protected]>
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[more] | ||
other = "Lagi" | ||
|
||
[allTitle] | ||
other = "Semua {{.Title }}" | ||
|
||
[recentTitle] | ||
other = "Terbaru {{.Title }}" | ||
|
||
[readMore] | ||
other = "Baca selengkapnya" | ||
|
||
[by] | ||
other = "Oleh" | ||
|
||
[whatsInThis] | ||
other = "Apa isinya? {{ .Type }}" | ||
|
||
[related] | ||
other = "Terkait" | ||
|
||
[yourName] | ||
other = "Nama Anda" | ||
|
||
[emailAddress] | ||
other = "Alamat Email" | ||
|
||
[message] | ||
other = "Pesan" | ||
|
||
[emailRequiredNote] | ||
other = "Alamat email diperlukan." | ||
|
||
[send] | ||
other = "Kirim" | ||
|
||
[taxonomyPageList] | ||
other = "Di bawah ini Anda akan menemukan halaman yang menggunakan istilah taksonomi “{{ .Title }}”" | ||
|
||
[readingTime] | ||
one = "Satu menit dibaca" | ||
other = "{{ .Count }} menit dibaca" | ||
|
||
[wordCount] | ||
one = "Satu kata" | ||
other = "{{ .Count }} kata" | ||
|
||
[pageTitle] | ||
other = "{{ .Name }} halaman" |