From 5533ddeec9246426477a0ee6f7b6ab77ba99b14f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 13 Apr 2023 03:30:21 +0000 Subject: [PATCH] =?UTF-8?q?Fix(l10n):=20=F0=9F=94=A0=20Update=20translatio?= =?UTF-8?q?ns=20from=20Transifex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- l10n/ms_MY.js | 10 ++++++++++ l10n/ms_MY.json | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 l10n/ms_MY.js create mode 100644 l10n/ms_MY.json diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js new file mode 100644 index 00000000..9c8883ef --- /dev/null +++ b/l10n/ms_MY.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "social", + { + "Help" : "Bantuan", + "Finish setup" : "Setup selesai", + "Home" : "Rumah", + "Delete" : "Padam", + "Close" : "Tutup" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json new file mode 100644 index 00000000..84a238e6 --- /dev/null +++ b/l10n/ms_MY.json @@ -0,0 +1,8 @@ +{ "translations": { + "Help" : "Bantuan", + "Finish setup" : "Setup selesai", + "Home" : "Rumah", + "Delete" : "Padam", + "Close" : "Tutup" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file