mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
commit
932af9066b
1 changed files with 21 additions and 0 deletions
|
@ -11,6 +11,25 @@ module.exports = {
|
|||
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: {
|
||||
connecting: "Conectando",
|
||||
plugins: "Cargando complementos",
|
||||
|
@ -33,6 +52,8 @@ module.exports = {
|
|||
mods: {
|
||||
general: {
|
||||
language: "Idioma",
|
||||
backup: "Copia de seguridad",
|
||||
restore: "Restaurar"
|
||||
},
|
||||
theme: {
|
||||
normal: "Normal",
|
||||
|
|
Loading…
Reference in a new issue