Merge pull request #377 from laymoth/id

Add Indonesian translation
This commit is contained in:
Djordje Atlialp 2023-04-02 19:45:45 +02:00 committed by GitHub
commit 484cc0fa51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -4,6 +4,7 @@ es: es
fr: fr fr: fr
gl: es-ga gl: es-ga
hi: in hi: in
id: id
it: it it: it
ja: jp ja: jp
ml: in ml: in

39
i18n/id.toml Normal file
View file

@ -0,0 +1,39 @@
# Translations for Indonesia
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Terjemahan"
[postAvailable]
other = "Tersedia juga di"
# 404.html
#
[archives]
other = "Arsip"
[home]
other = "Beranda"
[notFound]
other = "Oops, halaman tidak ditemukan…"
# posts/single.html
#
[readingTime]
one = "Satu menit"
other = "{{ .Count }} menit"
[tableOfContents]
other = "Daftar isi"
[wordCount]
one = "Satu Kata"
other = "{{ .Count }} Kata"
[lastModified]
other = "Terakhir diupdate"