mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
commit
932af9066b
1 changed files with 21 additions and 0 deletions
|
@ -11,6 +11,25 @@ module.exports = {
|
||||||
okay: "OK"
|
okay: "OK"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
pages: {
|
||||||
|
index: "",
|
||||||
|
home: "Inicio",
|
||||||
|
library: "Librería",
|
||||||
|
search: "Búsqueda",
|
||||||
|
settings: "Ajustes",
|
||||||
|
subscriptions: "Suscripciones",
|
||||||
|
watch: "Ver",
|
||||||
|
about: "Acerca de",
|
||||||
|
developer: "Desarrollador",
|
||||||
|
general: "General",
|
||||||
|
player: "Reproductor",
|
||||||
|
plugins: "Complementos",
|
||||||
|
startup: "Opciones de inicio",
|
||||||
|
theme: "Tema",
|
||||||
|
tweaks: "Interfaz",
|
||||||
|
updates: "Actualizaciones"
|
||||||
|
},
|
||||||
|
|
||||||
index: {
|
index: {
|
||||||
connecting: "Conectando",
|
connecting: "Conectando",
|
||||||
plugins: "Cargando complementos",
|
plugins: "Cargando complementos",
|
||||||
|
@ -33,6 +52,8 @@ module.exports = {
|
||||||
mods: {
|
mods: {
|
||||||
general: {
|
general: {
|
||||||
language: "Idioma",
|
language: "Idioma",
|
||||||
|
backup: "Copia de seguridad",
|
||||||
|
restore: "Restaurar"
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
normal: "Normal",
|
normal: "Normal",
|
||||||
|
|
Loading…
Reference in a new issue