forked from VueTubeApp/VueTube
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmarathi.js
105 lines (98 loc) · 4.19 KB
/
marathi.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
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: "डाउनलोड करण्यासाठी पॅकेज निवडा",
},
};