2022-05-06 03:11:28 +00:00
|
|
|
module.exports = {
|
|
|
|
name: "English",
|
|
|
|
|
|
|
|
global: {
|
|
|
|
home: "Home",
|
|
|
|
subscriptions: "Subscriptions",
|
2022-05-06 11:36:01 +00:00
|
|
|
library: "Library"
|
2022-05-06 03:11:28 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
index: {
|
|
|
|
connecting: "Connecting",
|
|
|
|
launching: "Launching"
|
|
|
|
},
|
|
|
|
|
|
|
|
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",
|
|
|
|
devmode: "Registry Editor"
|
2022-05-06 11:36:01 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
mods: {
|
2022-06-15 14:03:25 +00:00
|
|
|
general: {
|
|
|
|
language: "Language"
|
|
|
|
},
|
2022-06-15 19:00:26 +00:00
|
|
|
theme: {
|
|
|
|
normal: "Normal",
|
|
|
|
adaptive: "Adaptive",
|
|
|
|
custom: "Custom",
|
|
|
|
dark: "Dark",
|
|
|
|
black: "Black",
|
|
|
|
darkmode: "Dark Mode",
|
|
|
|
darkmodetagline: "Bravo Six, Going Dark."
|
|
|
|
},
|
|
|
|
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-15 19:00:26 +00:00
|
|
|
radius: "Radius"
|
|
|
|
},
|
2022-06-15 00:55:45 +00:00
|
|
|
startup: {
|
|
|
|
defaultpage: "Default Page"
|
|
|
|
},
|
2022-06-15 19:00:26 +00:00
|
|
|
updates: {
|
|
|
|
install: "Install",
|
|
|
|
view: "View",
|
|
|
|
latest: "Latest",
|
|
|
|
installed: "Installed"
|
|
|
|
},
|
|
|
|
logs: {
|
|
|
|
more: "More"
|
|
|
|
},
|
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",
|
|
|
|
discord: "Discord"
|
|
|
|
}
|
2022-06-15 00:08:45 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
events: {
|
|
|
|
welcome: "Welcome to VueTube",
|
|
|
|
tagline: "The future of video streaming",
|
|
|
|
next: "Next",
|
|
|
|
updated: "VueTube Was Updated!",
|
|
|
|
awesome: "Awesome!"
|
2022-05-06 03:11:28 +00:00
|
|
|
}
|
2022-05-06 11:36:01 +00:00
|
|
|
|
|
|
|
|
2022-05-06 03:11:28 +00:00
|
|
|
}
|