mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-04 18:55:04 +00:00
Merge pull request #307 from gayolGate/main
App in Spanish (sorry for flooding with pull requests)
This commit is contained in:
commit
9bc3a46c5d
1 changed files with 55 additions and 0 deletions
55
NUXT/plugins/languages/spanish.js
Normal file
55
NUXT/plugins/languages/spanish.js
Normal 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!"
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue