Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang: Add hindi translation #888

Merged
merged 4 commits into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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