2022-05-06 03:11:28 +00:00
|
|
|
module.exports = {
|
|
|
|
name: "English",
|
|
|
|
|
|
|
|
global: {
|
|
|
|
home: "Home",
|
|
|
|
subscriptions: "Subscriptions",
|
2022-06-22 05:24:06 +00:00
|
|
|
library: "Library",
|
2022-06-22 17:15:51 +00:00
|
|
|
restart: "Restart",
|
2022-06-22 17:03:47 +00:00
|
|
|
later: "Later",
|
2022-08-07 05:18:10 +00:00
|
|
|
settingRestart: "Modifying this setting requires the app to restart for the changes to be applied.",
|
|
|
|
okay: "Okay"
|
2022-05-06 03:11:28 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
index: {
|
|
|
|
connecting: "Connecting",
|
2022-06-18 12:28:46 +00:00
|
|
|
plugins: "Loading Plugins",
|
2022-06-22 05:24:06 +00:00
|
|
|
launching: "Launching",
|
2022-05-06 03:11:28 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
settings: {
|
|
|
|
general: "General",
|
|
|
|
theme: "Theme",
|
|
|
|
player: "Player",
|
|
|
|
uitweaker: "UI Tweaker",
|
|
|
|
startupoptions: "Startup Options",
|
|
|
|
plugins: "Plugins",
|
|
|
|
updates: "Updates",
|
|
|
|
logs: "Logs",
|
2022-05-06 15:42:03 +00:00
|
|
|
about: "About",
|
2022-06-22 05:24:06 +00:00
|
|
|
devmode: "Registry Editor",
|
2022-05-06 11:36:01 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
mods: {
|
2022-06-15 14:03:25 +00:00
|
|
|
general: {
|
2022-06-22 05:24:06 +00:00
|
|
|
language: "Language",
|
2022-06-15 14:03:25 +00:00
|
|
|
},
|
2022-06-15 19:00:26 +00:00
|
|
|
theme: {
|
|
|
|
normal: "Normal",
|
|
|
|
adaptive: "Adaptive",
|
|
|
|
custom: "Custom",
|
|
|
|
dark: "Dark",
|
|
|
|
black: "Black",
|
|
|
|
darkmode: "Dark Mode",
|
2022-06-22 05:24:06 +00:00
|
|
|
darkmodetagline: "Bravo Six, Going Dark.",
|
2022-06-15 19:00:26 +00:00
|
|
|
},
|
|
|
|
tweaks: {
|
|
|
|
fullscreen: "Fullscreen",
|
|
|
|
navbarblur: "Navbar Blur",
|
|
|
|
roundedcorners: "Rounded Corners",
|
|
|
|
roundthumbnails: "Round Thumbnails",
|
2022-06-15 19:09:13 +00:00
|
|
|
roundwatchpagecomponents: "Round Watch Page Components",
|
2022-06-22 05:24:06 +00:00
|
|
|
radius: "Radius",
|
2022-06-15 19:00:26 +00:00
|
|
|
},
|
2022-06-15 00:55:45 +00:00
|
|
|
startup: {
|
2022-06-22 05:24:06 +00:00
|
|
|
defaultpage: "Default Page",
|
2022-06-15 00:55:45 +00:00
|
|
|
},
|
2022-06-15 19:00:26 +00:00
|
|
|
updates: {
|
2022-08-06 13:42:35 +00:00
|
|
|
checking: "Checking for updates",
|
|
|
|
available: "Update available",
|
|
|
|
noupdate: "No updates available",
|
|
|
|
noupdatemessage: "You're using the most recent version of VueTube. Check back later for updates.",
|
|
|
|
|
|
|
|
installed: "Installed Version",
|
|
|
|
latest: "Latest Version",
|
|
|
|
|
|
|
|
okay: "Okay",
|
|
|
|
update: "Update",
|
|
|
|
later: "Later",
|
2022-06-15 19:00:26 +00:00
|
|
|
},
|
|
|
|
logs: {
|
2022-06-22 05:24:06 +00:00
|
|
|
more: "More",
|
2022-06-15 19:00:26 +00:00
|
|
|
},
|
2022-05-06 11:36:01 +00:00
|
|
|
about: {
|
|
|
|
appinformation: "App Information",
|
|
|
|
appversion: "App Version",
|
|
|
|
deviceinformation: "Device Information",
|
|
|
|
platform: "Platform",
|
|
|
|
os: "Operating System",
|
|
|
|
model: "Model",
|
|
|
|
manufacturer: "Manufacturer",
|
|
|
|
emulator: "Emulator",
|
|
|
|
github: "GitHub",
|
2022-06-22 05:24:06 +00:00
|
|
|
discord: "Discord",
|
|
|
|
},
|
2022-06-15 00:08:45 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
events: {
|
|
|
|
welcome: "Welcome to VueTube",
|
|
|
|
tagline: "The future of video streaming",
|
|
|
|
next: "Next",
|
2022-08-07 05:18:10 +00:00
|
|
|
updated: "VueTube was updated",
|
|
|
|
awesome: "Awesome",
|
2022-06-18 12:28:46 +00:00
|
|
|
langsetup: "Let's Pick a Language!",
|
|
|
|
featuresetup: "Let's Pick Some Features!",
|
|
|
|
enableryd: "Enable Return YouTube Dislike",
|
|
|
|
enablespb: "Enable SponsorBlock",
|
|
|
|
thanks: "Thanks for Using VueTube",
|
2022-06-22 05:24:06 +00:00
|
|
|
enjoy: "We hope you have an amazing experience",
|
2022-06-22 20:24:55 +00:00
|
|
|
packageinstaller: "Select a Package to Download"
|
2022-06-22 05:24:06 +00:00
|
|
|
},
|
|
|
|
};
|