Create spanish.js

This commit is contained in:
gayolGate 2022-06-15 14:51:58 +02:00 committed by GitHub
parent 8f4fb6e1fe
commit 6eb2cb1fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,55 @@
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!"
}
}