From f782a5998493e63bfed09d261da9ff4b2dcafa54 Mon Sep 17 00:00:00 2001 From: YBK Date: Tue, 16 Jun 2020 03:35:50 +0200 Subject: [PATCH] feat(i18n): add Malaysian and Norwegian languages (#202) * Add read-more to summary * Add read-more Only when summary exists in font-matter * chore: Reverted indentation change * Add Malaysian and Norwegian languages * correction Co-authored-by: Yusman Kamaleri Co-authored-by: Wladimir Palant --- i18n/my.toml | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++ i18n/no.toml | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 348 insertions(+) create mode 100644 i18n/my.toml create mode 100644 i18n/no.toml diff --git a/i18n/my.toml b/i18n/my.toml new file mode 100644 index 00000000..437d4042 --- /dev/null +++ b/i18n/my.toml @@ -0,0 +1,174 @@ +[ellipsis] +other = "…" + +[colon] +other = ": " + +[minute] +one = "min" +other = "min" + +[tocTitle] +other = "Isi kandungan" + +[readMore] +other = "Baca lagi" + +[prevPage] +other = "Terbaru" + +[nextPage] +other = "Lama" + +[copy] +other = "Salinan" + +[copied] +other = "Disalin!" + +[copyrightAuthor] +other = "Pengarang" + +[copyrightLink] +other = "Sambungan" + +[copyrightLicense] +other = "Lesen" + +[shareOn] +other = "Dikongsikan:" + +[shareOnTitle] +other = "Dikongsikan " + +[shareViaTitle] +other = "Dikongsikan di " + +[relatedPosts] +other = "Sila lihat:" + +[loadComments] +other = "Berikan komen?" + +[pageNotFound] +other = "404 - Halaman tidak dijumpa" + +[fofLinkText] +other = "Kembali ke asal" + +[serviceWorkerUpdatedText] +other = "Ada kemaskini terbaru" + +[serviceWorkerUpdatedAction] +other = "Kemaskini" + +[searchResultsTitle] +one = "Jumpa satu halaman untuk “{{ .Term }}”" +other = "Jumpa {{ .Count }} halaman untuk “{{ .Term }}”" + +[searchResultsNone] +other = "Tidak jumpa sebarang halaman untuk “{{ .Term }}”" + + +# Socials + +[twitter] +other = "Twitter" + +[facebook] +other = "Facebook" + +[linkedin] +other = "LinkedIn" + +[telegram] +other = "Telegram" + +[weibo] +other = "Weibo" + +[douban] +other = "Douban" + +[qq] +other = "QQ" + +[qzone] +other = "Qzone" + +[qrcode] +other = "QR Code" + + +# Months +# Used for `i18nMonth` + +[january] +other = "Januari" + +[february] +other = "Februari" + +[march] +other = "Mac" + +[april] +other = "April" + +[may] +other = "Mei" + +[june] +other = "Jun" + +[july] +other = "Julai" + +[august] +other = "Ogos" + +[september] +other = "September" + +[october] +other = "Oktober" + +[november] +other = "November" + +[december] +other = "Disember" + + +# Numbers +# Used for `i18nYear` + +[0] +other = "0" + +[1] +other = "1" + +[2] +other = "2" + +[3] +other = "3" + +[4] +other = "4" + +[5] +other = "5" + +[6] +other = "6" + +[7] +other = "7" + +[8] +other = "8" + +[9] +other = "9" diff --git a/i18n/no.toml b/i18n/no.toml new file mode 100644 index 00000000..ad646875 --- /dev/null +++ b/i18n/no.toml @@ -0,0 +1,174 @@ +[ellipsis] +other = "…" + +[colon] +other = ": " + +[minute] +one = "min" +other = "min" + +[tocTitle] +other = "Innhold" + +[readMore] +other = "Les mer" + +[prevPage] +other = "Nyere" + +[nextPage] +other = "Eldre" + +[copy] +other = "Kopi" + +[copied] +other = "Kopiert!" + +[copyrightAuthor] +other = "Forfatter" + +[copyrightLink] +other = "Link" + +[copyrightLicense] +other = "Lisens" + +[shareOn] +other = "Delt på:" + +[shareOnTitle] +other = "Deler på " + +[shareViaTitle] +other = "Deler via " + +[relatedPosts] +other = "Se også:" + +[loadComments] +other = "Gi kommentar?" + +[pageNotFound] +other = "404 - Siden finnes ikke" + +[fofLinkText] +other = "Ta meg hjem" + +[serviceWorkerUpdatedText] +other = "Nye Oppdatering er tilgjengelig" + +[serviceWorkerUpdatedAction] +other = "Oppdaterer" + +[searchResultsTitle] +one = "Fant et resultat for “{{ .Term }}”" +other = "Fant {{ .Count }} resultater for “{{ .Term }}”" + +[searchResultsNone] +other = "Ingen er funnet for “{{ .Term }}”" + + +# Socials + +[twitter] +other = "Twitter" + +[facebook] +other = "Facebook" + +[linkedin] +other = "LinkedIn" + +[telegram] +other = "Telegram" + +[weibo] +other = "Weibo" + +[douban] +other = "Douban" + +[qq] +other = "QQ" + +[qzone] +other = "Qzone" + +[qrcode] +other = "QR Code" + + +# Months +# Used for `i18nMonth` + +[january] +other = "januar" + +[february] +other = "februar" + +[march] +other = "mars" + +[april] +other = "april" + +[may] +other = "mai" + +[june] +other = "juni" + +[july] +other = "juli" + +[august] +other = "august" + +[september] +other = "september" + +[october] +other = "oktober" + +[november] +other = "november" + +[december] +other = "desember" + + +# Numbers +# Used for `i18nYear` + +[0] +other = "0" + +[1] +other = "1" + +[2] +other = "2" + +[3] +other = "3" + +[4] +other = "4" + +[5] +other = "5" + +[6] +other = "6" + +[7] +other = "7" + +[8] +other = "8" + +[9] +other = "9"