mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
44 lines
830 B
JavaScript
44 lines
830 B
JavaScript
module.exports = {
|
|
name: "English",
|
|
|
|
global: {
|
|
home: "Home",
|
|
subscriptions: "Subscriptions",
|
|
library: "Library"
|
|
},
|
|
|
|
index: {
|
|
connecting: "Connecting",
|
|
launching: "Launching"
|
|
},
|
|
|
|
settings: {
|
|
general: "General",
|
|
theme: "Theme",
|
|
player: "Player",
|
|
uitweaker: "UI Tweaker",
|
|
startupoptions: "Startup Options",
|
|
plugins: "Plugins",
|
|
updates: "Updates",
|
|
logs: "Logs",
|
|
about: "About",
|
|
devmode: "Registry Editor"
|
|
},
|
|
|
|
mods: {
|
|
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"
|
|
}
|
|
}
|
|
|
|
|
|
}
|