Skip to content

Commit

Permalink
lang: Add hindi translation (jitsi#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellheim authored Jul 14, 2023
1 parent a2f900e commit 1d58726
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') },
Expand Down
33 changes: 33 additions & 0 deletions app/i18n/lang/hi.json
Original file line number Diff line number Diff line change
@@ -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": "स्वचालित नियंत्रण बंद करें"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d58726

Please sign in to comment.