From 7434b0514ccf9ce6e82b76174184383dc3cd6b08 Mon Sep 17 00:00:00 2001 From: rizkiprastyo Date: Fri, 11 Dec 2020 21:42:46 +0700 Subject: [PATCH] Add Indonesian translation --- i18n/id.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 i18n/id.toml diff --git a/i18n/id.toml b/i18n/id.toml new file mode 100644 index 0000000..fa0d8e3 --- /dev/null +++ b/i18n/id.toml @@ -0,0 +1,38 @@ +[toggleMenu] + other = "Tampilkan Menu" + +[relatedContents] + other = "Konten terkait" + +[lastUpdatedOn] + other = "Terakhir diperbarui pada" + +[widgetArchivesTitle] + other = "Arsip" + +[widgetArchivesMore] + other = "Lebih" + +[widgetTagCloudTitle] + other = "Tag" + +[notFoundTitle] + other = "Not Found" + +[notFoundSubtitle] + other = "Halaman ini tidak ada." + +[searchTitle] + other = "Cari" + +[searchPlaceholder] + other = "Ketik sesuatu..." + +[searchResultTitle] + other = "#PAGES_COUNT halaman (#TIME_SECONDS detik)" + +[footerBuiltWith] + other = "Dibangun dengan {{ .Generator }}" + +[footerDesignedBy] + other = "Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}" \ No newline at end of file