mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-09 04:55:07 +00:00
56 lines
1.1 KiB
JavaScript
56 lines
1.1 KiB
JavaScript
|
module.exports = {
|
||
|
name: "Spanish",
|
||
|
|
||
|
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: {
|
||
|
startup: {
|
||
|
defaultpage: "Pagina predeterminada"
|
||
|
},
|
||
|
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!"
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|