This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathhindi.js
105 lines (98 loc) · 4.19 KB
/
hindi.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: "डाउनलोड करने के लिए पैकेज चुनें",
},
};