VueTube/NUXT/plugins/languages/english.js

59 lines
1.1 KiB
JavaScript
Raw Normal View History

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: {
2022-06-15 14:03:25 +00:00
general: {
language: "Language"
},
startup: {
defaultpage: "Default Page"
},
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!"
}
}