VueTube/NUXT/plugins/languages/spanish.js

86 lines
1.8 KiB
JavaScript

module.exports = {
name: "Español",
global: {
home: "Inicio",
subscriptions: "Suscripciones",
library: "Librería"
},
index: {
connecting: "Conectando",
launching: "Iniciando"
},
settings: {
general: "General",
theme: "Tema",
player: "Reproductor",
uitweaker: "Interfaz",
startupoptions: "Opciones de inicio",
plugins: "Complementos",
updates: "Actualizaciones",
logs: "Logs",
about: "Acerca de",
devmode: "Editor del registro"
},
mods: {
general: {
language: "Language"
},
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",
roundwatchpagecomponents: "Round Watch PAge Components",
radius: "Radius"
},
startup: {
defaultpage: "Pagina predeterminada"
},
updates: {
install: "Install",
view: "View",
latest: "Latest",
installed: "Installed"
},
logs: {
more: "More"
},
about: {
appinformation: "Información de la app",
appversion: "Versión de la app",
deviceinformation: "Información del dispositivo",
platform: "Plataforma",
os: "Sistema operativo",
model: "Modelo",
manufacturer: "Fabricante",
emulator: "Emulador",
github: "GitHub",
discord: "Discord"
}
},
events: {
welcome: "¡Bienvenido a VueTube!",
tagline: "El futuro del streaming de vídeo",
next: "Siguiente",
updated: "¡VueTube se ha actualizado!",
awesome: "¡Increíble!"
}
}