From 9c555c85261b97527181447a21400eb74caeedf1 Mon Sep 17 00:00:00 2001 From: whiztech <159569+whiztech@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:43:10 +0800 Subject: [PATCH] feat(i18n): add ms.toml (#166) --- data/search/i18n/ms.toml | 54 ++++++++++++++++++++++++++++++++++++++++ i18n/ms.toml | 2 ++ 2 files changed, 56 insertions(+) create mode 100644 data/search/i18n/ms.toml create mode 100644 i18n/ms.toml diff --git a/data/search/i18n/ms.toml b/data/search/i18n/ms.toml new file mode 100644 index 00000000000..361986d51f8 --- /dev/null +++ b/data/search/i18n/ms.toml @@ -0,0 +1,54 @@ +[all] +other = "Semua" + +[cancel] +other = "Batal" + +[expand] +other = "Kembangkan" + +[index_fails] +other = "Gagal untuk memulakan indeks." + +[input_placeholder] +other = "Taip untuk cari" + +[search_stat] +one = "Jumpa {total} hasil dalam {time}." +other = "Jumpa {total} hasil dalam {time}." + +[sort_by_default] +other = "Padanan terbaik" + +[sort_by_date_asc] +other = "Paling lama" + +[sort_by_date_desc] +other = "Paling baharu" + +[taxonomy_authors] +other = "Pengarang" + +[taxonomy_categories] +other = "Kategori" + +[taxonomy_series] +other = "Siri" + +[taxonomy_tags] +other = "Tag" + +[to_close] +other = "untuk tutup" + +[to_navigate] +other = "untuk menavigasi" + +[to_search] +other = "untuk cari" + +[to_select] +other = "untuk pilih" + +[years] +other = "Tahun" diff --git a/i18n/ms.toml b/i18n/ms.toml new file mode 100644 index 00000000000..3dbfdb94bc2 --- /dev/null +++ b/i18n/ms.toml @@ -0,0 +1,2 @@ +[search] +other = "Cari"