mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 15:11:13 +00:00
Add files via upload
This commit is contained in:
parent
bfc6a9e9b9
commit
47539763e1
1 changed files with 90 additions and 0 deletions
90
NUXT/plugins/languages/tamil.js
Normal file
90
NUXT/plugins/languages/tamil.js
Normal file
|
@ -0,0 +1,90 @@
|
|||
module.exports = {
|
||||
name: "தமிழ்",
|
||||
|
||||
global: {
|
||||
home: "வீடு",
|
||||
subscriptions: "ஸப்ஸ்க்ரிப்ஶந",
|
||||
library: "லாஇப்ரேரீ"
|
||||
},
|
||||
|
||||
index: {
|
||||
connecting: "இணைக்கிறது",
|
||||
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: {
|
||||
install: "நிறுவு",
|
||||
view: "பார்",
|
||||
latest: "புதியது",
|
||||
installed: "நிறுவப்பட்டுள்ளது"
|
||||
},
|
||||
logs: {
|
||||
more: "மேலும்"
|
||||
},
|
||||
about: {
|
||||
appinformation: "விண்ணப்ப தகவல்",
|
||||
appversion: "விண்ணப்ப பதிப்பு",
|
||||
deviceinformation: "தொலைபேசி தகவல்",
|
||||
platform: "ப்லைட்பார்ம",
|
||||
os: "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: "மகிழுங்கள்!"
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue