mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 20:55:17 +00:00
Create spanish.js
This commit is contained in:
parent
8f4fb6e1fe
commit
6eb2cb1fc5
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