From fbb9afb0e26379416647fe33ad381288228ff3b8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 26 Jul 2023 01:46:40 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/hi_IN.js | 9 +++++++++ l10n/hi_IN.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 l10n/hi_IN.js create mode 100644 l10n/hi_IN.json diff --git a/l10n/hi_IN.js b/l10n/hi_IN.js new file mode 100644 index 000000000..d40952ff5 --- /dev/null +++ b/l10n/hi_IN.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "notifications", + { + "Notifications" : "नोटिफ़िकेशन", + "in {path}" : "in {path}", + "Your settings have been updated." : "आपकी सेटिंग अपडेट हो गई हैं", + "You need to set up your email address before you can receive notification emails." : "अधिसूचना ईमेल प्राप्त करने से पहले आपको अपना ईमेल पता सेट करना होगा।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hi_IN.json b/l10n/hi_IN.json new file mode 100644 index 000000000..2a0c21b37 --- /dev/null +++ b/l10n/hi_IN.json @@ -0,0 +1,7 @@ +{ "translations": { + "Notifications" : "नोटिफ़िकेशन", + "in {path}" : "in {path}", + "Your settings have been updated." : "आपकी सेटिंग अपडेट हो गई हैं", + "You need to set up your email address before you can receive notification emails." : "अधिसूचना ईमेल प्राप्त करने से पहले आपको अपना ईमेल पता सेट करना होगा।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file