mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
Added Marathi language, updated Hindi to the match English
This commit is contained in:
parent
ea409f69f5
commit
8230d12037
3 changed files with 211 additions and 101 deletions
|
@ -7,8 +7,9 @@ module.exports = {
|
||||||
library: "Library",
|
library: "Library",
|
||||||
restart: "Restart",
|
restart: "Restart",
|
||||||
later: "Later",
|
later: "Later",
|
||||||
settingRestart: "Modifying this setting requires the app to restart for the changes to be applied.",
|
settingRestart:
|
||||||
okay: "Okay"
|
"Modifying this setting requires the app to restart for the changes to be applied.",
|
||||||
|
okay: "Okay",
|
||||||
},
|
},
|
||||||
|
|
||||||
index: {
|
index: {
|
||||||
|
@ -59,7 +60,8 @@ module.exports = {
|
||||||
checking: "Checking for updates",
|
checking: "Checking for updates",
|
||||||
available: "Update available",
|
available: "Update available",
|
||||||
noupdate: "No updates available",
|
noupdate: "No updates available",
|
||||||
noupdatemessage: "You're using the most recent version of VueTube. Check back later for updates.",
|
noupdatemessage:
|
||||||
|
"You're using the most recent version of VueTube. Check back later for updates.",
|
||||||
|
|
||||||
installed: "Installed Version",
|
installed: "Installed Version",
|
||||||
latest: "Latest Version",
|
latest: "Latest Version",
|
||||||
|
@ -102,6 +104,6 @@ module.exports = {
|
||||||
enablespb: "Enable SponsorBlock",
|
enablespb: "Enable SponsorBlock",
|
||||||
thanks: "Thanks for Using VueTube",
|
thanks: "Thanks for Using VueTube",
|
||||||
enjoy: "We hope you have an amazing experience",
|
enjoy: "We hope you have an amazing experience",
|
||||||
packageinstaller: "Select a Package to Download"
|
packageinstaller: "Select a Package to Download",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,102 +1,105 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "हिन्दी",
|
name: "हिन्दी",
|
||||||
|
|
||||||
global: {
|
global: {
|
||||||
home: "होम",
|
home: "होम",
|
||||||
subscriptions: "सदस्यता",
|
subscriptions: "सदस्यता",
|
||||||
library: "लाइब्रेरी",
|
library: "लाइब्रेरी",
|
||||||
restart: "पुनरारंभ",
|
restart: "पुनरारंभ",
|
||||||
|
later: "बाद में",
|
||||||
|
settingRestart:
|
||||||
|
"ये सेटिंग मै बदलाव लाने के बाद, परिवर्तन देखने के लिए ऐप को पुनरारंभ करना होगा।",
|
||||||
|
okay: "ठीक है",
|
||||||
|
},
|
||||||
|
|
||||||
|
index: {
|
||||||
|
connecting: "कनेक्टिंग",
|
||||||
|
plugins: "प्लग-इन लोड किये जा रहे हैं",
|
||||||
|
launching: "लॉन्चिंग",
|
||||||
|
},
|
||||||
|
|
||||||
|
settings: {
|
||||||
|
general: "सामान्य",
|
||||||
|
theme: "थीम",
|
||||||
|
player: "प्लेयर",
|
||||||
|
uitweaker: "यूआई ट्वीकर",
|
||||||
|
startupoptions: "चालू करने के विकल्प",
|
||||||
|
plugins: "प्लग-इन",
|
||||||
|
updates: "अपडेट",
|
||||||
|
logs: "लॉग",
|
||||||
|
about: "बारे में",
|
||||||
|
devmode: "डेवलपर मोड",
|
||||||
|
},
|
||||||
|
|
||||||
|
mods: {
|
||||||
|
general: {
|
||||||
|
language: "भाषा",
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
normal: "सामान्य",
|
||||||
|
adaptive: "अनुकूली",
|
||||||
|
custom: "कस्टम",
|
||||||
|
dark: "डार्क",
|
||||||
|
black: "काला",
|
||||||
|
darkmode: "डार्क मोड",
|
||||||
|
darkmodetagline: "ब्रावो सिक्स, गोइंग डार्क।",
|
||||||
|
},
|
||||||
|
tweaks: {
|
||||||
|
fullscreen: "फ़ुल स्क्रीन",
|
||||||
|
navbarblur: "नेवबार धुंधला",
|
||||||
|
roundedcorners: "गोल कोने",
|
||||||
|
roundthumbnails: "गोल थंबनेल",
|
||||||
|
roundwatchpagecomponents: "गोल वॉच पेज कंपोनेंट्स",
|
||||||
|
radius: "रेडियस",
|
||||||
|
},
|
||||||
|
startup: {
|
||||||
|
defaultpage: "निर्धारित पेज",
|
||||||
|
},
|
||||||
|
updates: {
|
||||||
|
updating: "अपडेट डाउनलोड हो रहा है",
|
||||||
|
checking: "अपडेट की जाँच हो रही है",
|
||||||
|
available: "अपडेट उपलब्ध",
|
||||||
|
noupdate: "अपडेट उपलब्ध नहीं है",
|
||||||
|
noupdatemessage:
|
||||||
|
"आप VueTube का सबसे हाल ही का संस्करण इस्तमाल कर रहे हों। अपडेट के लिए बादमे आय।",
|
||||||
|
|
||||||
|
installed: "इंस्टॉल संस्करण",
|
||||||
|
latest: "नवीनतम संस्करण",
|
||||||
|
|
||||||
|
okay: "ठीक है",
|
||||||
|
refresh: "रिफ्रेश",
|
||||||
|
update: "अपडेट",
|
||||||
later: "बाद में",
|
later: "बाद में",
|
||||||
settingRestart: "ये सेटिंग मै बदलाव लाने के बाद, परिवर्तन देखने के लिए ऐप को पुनरारंभ करना होगा।",
|
|
||||||
okay: "ठीक है"
|
|
||||||
},
|
},
|
||||||
|
logs: {
|
||||||
index: {
|
more: "और",
|
||||||
connecting: "कनेक्टिंग",
|
|
||||||
plugins: "प्लग-इन लोड किये जा रहे हैं",
|
|
||||||
launching: "लॉन्चिंग",
|
|
||||||
},
|
},
|
||||||
|
about: {
|
||||||
settings: {
|
appinformation: "ऐप की जानकारी",
|
||||||
general: "सामान्य",
|
appversion: "ऐप संस्करण",
|
||||||
theme: "थीम",
|
deviceinformation: "डिवाइस की जानकारी",
|
||||||
player: "प्लेयर",
|
platform: "प्लेटफार्मों",
|
||||||
uitweaker: "यूआई ट्वीकर",
|
os: "ऑपरेटिंग सिस्टम",
|
||||||
startupoptions: "चालू करने के विकल्प",
|
model: "मॉडल",
|
||||||
plugins: "प्लग-इन",
|
manufacturer: "उत्पादक",
|
||||||
updates: "अपडेट",
|
emulator: "एम्यूलेटर",
|
||||||
logs: "लॉग",
|
github: "GitHub",
|
||||||
about: "बारे में",
|
discord: "Discord",
|
||||||
devmode: "रजिस्ट्रि संपादक",
|
|
||||||
},
|
},
|
||||||
|
},
|
||||||
mods: {
|
|
||||||
general: {
|
events: {
|
||||||
language: "भाषा",
|
welcome: "VueTube में आपका स्वागत हैं!",
|
||||||
},
|
tagline: "वीडियो स्ट्रीमिंग का भविष्य",
|
||||||
theme: {
|
next: "अगला",
|
||||||
normal: "सामान्य",
|
updated: "VueTube को अपडेट किया गया है",
|
||||||
adaptive: "अनुकूली",
|
awesome: "बहुत बढ़िया",
|
||||||
custom: "कस्टम",
|
langsetup: "आइए एक भाषा चुनते हैं!",
|
||||||
dark: "डार्क",
|
featuresetup: "आइए कुछ सुविधाएं चुनें!",
|
||||||
black: "काला",
|
enableryd: "Return YouTube Dislike को चालू करे",
|
||||||
darkmode: "डार्क मोड",
|
enablespb: "SponsorBlock को चालू करे",
|
||||||
darkmodetagline: "ब्रावो सिक्स, गोइंग डार्क।",
|
thanks: "VueTube इस्तेमाल करने के लिए धन्यवाद!",
|
||||||
},
|
enjoy: "हमें उम्मीद है कि आपको अद्भुत अनुभव मिला होगा",
|
||||||
tweaks: {
|
packageinstaller: "डाउनलोड करने के लिए पैकेज चुनें",
|
||||||
fullscreen: "फ़ुल स्क्रीन",
|
},
|
||||||
navbarblur: "नेवबार धुंधला",
|
};
|
||||||
roundedcorners: "गोल कोने",
|
|
||||||
roundthumbnails: "गोल थंबनेल",
|
|
||||||
roundwatchpagecomponents: "गोल वॉच पेज कंपोनेंट्स",
|
|
||||||
radius: "रेडियस",
|
|
||||||
},
|
|
||||||
startup: {
|
|
||||||
defaultpage: "निर्धारित पेज",
|
|
||||||
},
|
|
||||||
updates: {
|
|
||||||
checking: "अपडेट की जाँच हो रही है",
|
|
||||||
available: "अपडेट उपलब्ध",
|
|
||||||
noupdate: "अपडेट उपलब्ध नहीं है",
|
|
||||||
noupdatemessage: "आप VueTube का सबसे हाल ही का संस्करण इस्तमाल कर रहे हों। अपडेट के लिए बादमे आय।",
|
|
||||||
|
|
||||||
installed: "इंस्टॉल संस्करण",
|
|
||||||
latest: "नवीनतम संस्करण",
|
|
||||||
|
|
||||||
okay: "ठीक है",
|
|
||||||
update: "अपडेट",
|
|
||||||
later: "बाद में",
|
|
||||||
},
|
|
||||||
logs: {
|
|
||||||
more: "और",
|
|
||||||
},
|
|
||||||
about: {
|
|
||||||
appinformation: "ऐप की जानकारी",
|
|
||||||
appversion: "ऐप संस्करण",
|
|
||||||
deviceinformation: "डिवाइस की जानकारी",
|
|
||||||
platform: "प्लेटफार्मों",
|
|
||||||
os: "ऑपरेटिंग सिस्टम",
|
|
||||||
model: "मॉडल",
|
|
||||||
manufacturer: "उत्पादक",
|
|
||||||
emulator: "एम्यूलेटर",
|
|
||||||
github: "GitHub",
|
|
||||||
discord: "Discord",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
events: {
|
|
||||||
welcome: "VueTube में आपका स्वागत हैं!",
|
|
||||||
tagline: "वीडियो स्ट्रीमिंग का भविष्य",
|
|
||||||
next: "अगला",
|
|
||||||
updated: "VueTube को अपडेट किया गया है",
|
|
||||||
awesome: "बहुत बढ़िया",
|
|
||||||
langsetup: "आइए एक भाषा चुनते हैं!",
|
|
||||||
featuresetup: "आइए कुछ सुविधाएं चुनें!",
|
|
||||||
enableryd: "Return YouTube Dislike को चालू करे",
|
|
||||||
enablespb: "SponsorBlock को चालू करे",
|
|
||||||
thanks: "VueTube इस्तेमाल करने के लिए धन्यवाद!",
|
|
||||||
enjoy: "हमें उम्मीद है कि आपको अद्भुत अनुभव मिला होगा",
|
|
||||||
packageinstaller: "डाउनलोड करने के लिए पैकेज चुनें"
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
105
NUXT/plugins/languages/marathi.js
Normal file
105
NUXT/plugins/languages/marathi.js
Normal file
|
@ -0,0 +1,105 @@
|
||||||
|
module.exports = {
|
||||||
|
name: "मराठी",
|
||||||
|
|
||||||
|
global: {
|
||||||
|
home: "होम",
|
||||||
|
subscriptions: "सदस्यता",
|
||||||
|
library: "लाइब्रेरी",
|
||||||
|
restart: "पुन्हा सुरू करा",
|
||||||
|
later: "नंतर",
|
||||||
|
settingRestart:
|
||||||
|
"या सेटिंगमध्ये बदल करण्यासाठी अॅपला बदल लागू करण्यासाठी रीस्टार्ट करणे आवश्यक आहे.",
|
||||||
|
okay: "ठीक आहे",
|
||||||
|
},
|
||||||
|
|
||||||
|
index: {
|
||||||
|
connecting: "कनेक्ट करत आहे",
|
||||||
|
plugins: "प्लग-इन लोड करत आहे",
|
||||||
|
launching: "प्रक्षेपण",
|
||||||
|
},
|
||||||
|
|
||||||
|
settings: {
|
||||||
|
general: "सामान्य",
|
||||||
|
theme: "थीम",
|
||||||
|
player: "प्लेयर",
|
||||||
|
uitweaker: "यूआई ट्वीकर",
|
||||||
|
startupoptions: "स्टार्टअप पर्याय",
|
||||||
|
plugins: "प्लग-इन",
|
||||||
|
updates: "अद्यतने",
|
||||||
|
logs: "लॉग",
|
||||||
|
about: "विषयी",
|
||||||
|
devmode: "विकसक मोड",
|
||||||
|
},
|
||||||
|
|
||||||
|
mods: {
|
||||||
|
general: {
|
||||||
|
language: "भाषा",
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
normal: "सामान्य",
|
||||||
|
adaptive: "अनुकूली",
|
||||||
|
custom: "कस्टम",
|
||||||
|
dark: "डार्क",
|
||||||
|
black: "काला",
|
||||||
|
darkmode: "डार्क मोड",
|
||||||
|
darkmodetagline: "ब्रावो सिक्स, गोइंग डार्क।",
|
||||||
|
},
|
||||||
|
tweaks: {
|
||||||
|
fullscreen: "फ़ुल स्क्रीन",
|
||||||
|
navbarblur: "नेवबार अस्पष्ट",
|
||||||
|
roundedcorners: "गोलाकार कोपरे",
|
||||||
|
roundthumbnails: "गोलाकार थंबनेल",
|
||||||
|
roundwatchpagecomponents: "गोल वॉच पृष्ठ कंपोनेंट्स",
|
||||||
|
radius: "रेडियस",
|
||||||
|
},
|
||||||
|
startup: {
|
||||||
|
defaultpage: "डीफॉल्ट पृष्ठ",
|
||||||
|
},
|
||||||
|
updates: {
|
||||||
|
updating: "अपडेट डाउनलोड करत आहे",
|
||||||
|
checking: "अपडेट तपासत आहे",
|
||||||
|
available: "अपडेट उपलब्ध आहे",
|
||||||
|
noupdate: "अपडेट उपलब्ध नाही",
|
||||||
|
noupdatemessage:
|
||||||
|
"तुम्ही VueTube ची नवीनतम आवृत्ती वापरत आहात. अपडेटसाठी नंतर परत तपासा.",
|
||||||
|
|
||||||
|
installed: "इइन्स्टॉल केलेली आवृत्ती",
|
||||||
|
latest: "नवीनतम आवृत्ती",
|
||||||
|
|
||||||
|
okay: "ठीक आहे",
|
||||||
|
refresh: "रिफ्रेश",
|
||||||
|
update: "अपडेट",
|
||||||
|
later: "नंतर",
|
||||||
|
},
|
||||||
|
logs: {
|
||||||
|
more: "अधिक",
|
||||||
|
},
|
||||||
|
about: {
|
||||||
|
appinformation: "ऐप माहिती",
|
||||||
|
appversion: "ऐप आवृत्ती",
|
||||||
|
deviceinformation: "डिवाइस माहिती",
|
||||||
|
platform: "प्लेटफार्मों",
|
||||||
|
os: "ऑपरेटिंग सिस्टम",
|
||||||
|
model: "मॉडल",
|
||||||
|
manufacturer: "उत्पादक",
|
||||||
|
emulator: "एम्यूलेटर",
|
||||||
|
github: "GitHub",
|
||||||
|
discord: "Discord",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
events: {
|
||||||
|
welcome: "VueTube वर आपले स्वागत आहे!",
|
||||||
|
tagline: "व्हिडिओ स्ट्रीमिंगचे भविष्य",
|
||||||
|
next: "पुढे",
|
||||||
|
updated: "VueTube अद्यतनित केले होते",
|
||||||
|
awesome: "छान",
|
||||||
|
langsetup: "चला एक भाषा निवडा!",
|
||||||
|
featuresetup: "चला काही वैशिष्ट्ये निवडा!",
|
||||||
|
enableryd: "Return YouTube Dislike चालू करा",
|
||||||
|
enablespb: "SponsorBlock चालू करा",
|
||||||
|
thanks: "VueTube वापरल्याबद्दल धन्यवाद!",
|
||||||
|
enjoy: "आम्हाला आशा आहे की तुम्हाला एक आश्चर्यकारक अनुभव मिळेल",
|
||||||
|
packageinstaller: "डाउनलोड करण्यासाठी पॅकेज निवडा",
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in a new issue