Add files via upload

This commit is contained in:
debuo 2022-06-19 09:24:30 -04:00 committed by GitHub
parent bfc6a9e9b9
commit 47539763e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 90 additions and 0 deletions

View 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: "மகிழுங்கள்!"
}
}