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