From 4d34b05b07a1c7dc0079dffccdbb1fcaeeb54bc4 Mon Sep 17 00:00:00 2001 From: shellheim <116480892+shellheim@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:26:09 +0530 Subject: [PATCH 1/4] add hi.json file --- app/i18n/lang/hi.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/i18n/lang/hi.json diff --git a/app/i18n/lang/hi.json b/app/i18n/lang/hi.json new file mode 100644 index 000000000..464c385ba --- /dev/null +++ b/app/i18n/lang/hi.json @@ -0,0 +1,33 @@ +{ + "enterConferenceNameOrUrl": "अपने सम्मेलन के लिए रुम का नाम या जित्सी लिंक दर्ज करें।", + "go": "शुरु करें", + "help": "सहायता", + "termsLink": "शरतें", + "privacyLink": "गोपनीयता", + "recentListLabel": "या अपने हाल के सम्मेलनों में से किसी एक में पुनः शामिल हों।", + "sendFeedbackLink": "प्रतिक्रिया भेजें", + "aboutLink": "हमारे बारे में", + "sourceLink": "सोर्स कोड", + "versionLabel": "संस्करण: {{version}}", + "onboarding": { + "startTour": "एैप का दौरा करें।", + "skip": "स्किप करें", + "welcome": "{{appName}} में आपका स्वागत है!", + "letUsShowYouAround": "हमें आपको एैप दिखाने दें।", + "next": "आगे", + "conferenceUrl": "अपने रुम का नााम (या लिंक) प्रदान करें। आप कोई भी नाम रख सकते हैं, बस रूम में बाकी लोगों को यह नाम बता दें ताकि वह हमें यहि नाम प्रदान करें।", + "settingsDrawerButton": "यहा कलि्क कर सेटिंगस खोलें।", + "serverSetting": "इस सर्वर पर आपकी कॉन्फ्रेंस होंगी। आप स्वयं का सर्वर भी उपयोग कर सकते हैं, लेकिन आपको इसकी आवश्यकता नहीं है!", + "serverTimeout": "मीटींग टाइमआउट हो गयी हैं, यदि टाइमआउट से पहले मीटिंग में जुड़ा नहीं जा सकता तो मीटिंग रद्द कर दि जाति है।", + "alwaysOnTop": "आप टॉगल कर सकते हैं कि क्या आप \"ऑलवेज़-ऑन-टॉप\" विंडो को इनेबल करना चाहते हैं, जो तब प्रदर्शित होती है जब मुख्य विंडो फोकस खो देती है। यह सभी कॉन्फ्रेंसो में लागू होंगी।" + }, + "settings": { + "back": "पिछे", + "alwaysOnTopWindow": "ऑलवेज़-ऑन-टॉप", + "invalidServer": "अमान्य सर्वर URL", + "invalidServerTimeout": "यह संख्या सर्वर टाइमआउट के लिए अमान्य है!", + "serverUrl": "सर्वर URL", + "serverTimeout": "सर्वर टाइमआउट (सकेंड में)", + "disableAGC": "स्वचालित नियंत्रण बंद करें" + } +} From 7dfe4de39b77b11301743799e46ba1dc4870c267 Mon Sep 17 00:00:00 2001 From: shellheim <116480892+shellheim@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:27:34 +0530 Subject: [PATCH 2/4] add hi.json line in index.js --- app/i18n/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/i18n/index.js b/app/i18n/index.js index fb92fe314..c31e40641 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -8,6 +8,7 @@ const languages = { es: { translation: require('./lang/es.json') }, fr: { translation: require('./lang/fr.json') }, gl: { translation: require('./lang/gl.json') }, + hi: {translation: require('./lang/hi.json')}, hr: { translation: require('./lang/hr.json') }, hu: { translation: require('./lang/hu.json') }, it: { translation: require('./lang/it.json') }, From a6267a403f71163dfab65138b7ff98d91a01ddc0 Mon Sep 17 00:00:00 2001 From: shellheim <116480892+shellheim@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:43:27 +0530 Subject: [PATCH 3/4] add hindi comment in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc100aecf..d2c1c7fc4 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "Comment[de]": "Jitsi Meet Desktop App", "Comment[es]": "Aplicación de escritorio Jitsi Meet", "Comment[fr]": "Application de bureau Jitsi Meet", + "Comment[hi]": "जितसि मीट डेस्कटॉप एैप", "Comment[hr]": "Jitsi Meet desktop aplikacija", "Comment[hu]": "Asztali Jitsi Meet-alkalmazás", "Comment[it]": "Applicazione Jitsi Meet Desktop", From 51c2f5ca8d8d75f162dd3dd4a944937f5e1a03b5 Mon Sep 17 00:00:00 2001 From: shellheim <116480892+shellheim@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:29:00 +0000 Subject: [PATCH 4/4] Update app/i18n/index.js changed to the suggested formatting Co-authored-by: Christoph Settgast --- app/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/index.js b/app/i18n/index.js index c31e40641..57dcca93a 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -8,7 +8,7 @@ const languages = { es: { translation: require('./lang/es.json') }, fr: { translation: require('./lang/fr.json') }, gl: { translation: require('./lang/gl.json') }, - hi: {translation: require('./lang/hi.json')}, + hi: { translation: require('./lang/hi.json') }, hr: { translation: require('./lang/hr.json') }, hu: { translation: require('./lang/hu.json') }, it: { translation: require('./lang/it.json') },