Skip to content

Commit

Permalink
Update Spanish translation (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu authored Sep 22, 2023
1 parent f99a0f6 commit 0787d5a
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

"search": {
"hint-text": "¡Por favor, busca ampliamente!~",
"all": "Todo"
"all": "Todo",
"filter": "Filtro"
},

"extension": {
Expand Down Expand Up @@ -63,6 +64,9 @@
"repo-url-subtitle": "Obtener el URL del repositorio para extensiones",
"tmdb-key": "Clave de la API de TMDB",
"tmdb-key-subtitle": "Obtener la clave de la API para los metadatos de TMDB",
"bt-server": "Servidor BT",
"bt-server-subtitle": "El servidor BT es un componente necesario para la reproducción en línea de torrents",
"bt-server-manager": "Gestionar",
"upgrade": "Actualizar aplicación",
"upgrade-subtitle": "versión: {version}",
"upgrade-training": "Comprobar",
Expand All @@ -76,6 +80,9 @@
"theme-dark": "Oscuro",
"nsfw": "NSFW",
"nsfw-subtitle": "Mostrar contenido NSFW",
"external-player": "Reproductor de vídeo preferido",
"external-player-subtitle": "Actualmente, el reproductor preferido es {player}",
"external-player-builtin" : "Incorporado",
"language-subtitle": "Cambia el idioma de la aplicación",
"extension-log": "Ventana de registro de extensiones",
"extension-log-subtitle": "Usado para depurar extensiones",
Expand All @@ -88,6 +95,8 @@
"license-subtitle": "Licencia"
},

"external-player-launching": "Lanzando {player}",

"detail": {
"favorite": "Favorito",
"favorited": "Favorito",
Expand All @@ -96,7 +105,10 @@
"overview": "Descripción general",
"cast": "Reparto",
"additional-info": "Información adicional",
"get-lastest-data-error": "No se pudieron obtener los datos más recientes"
"get-lastest-data-error": "No se pudieron obtener los datos más recientes",
"modify-tmdb-binding": "Modificar enlace a TMDB",
"no-tmdb-data": "No hay datos de TMDB coincidentes, por favor, enlaza los datos tu mismo/a",
"tmdb-key-missing": "Falta la clave de la API de TMDB, por favor, rellenala en los ajustes"
},

"video": {
Expand All @@ -108,7 +120,8 @@
"subtitle-none": "Sin subtítulos",
"subtitle": "Subtítulos",
"subtitle-change": "Cambiar subtítulos {title}",
"subtitle-file": "Archivo de subtítulos"
"subtitle-file": "Archivo de subtítulos",
"torrent-downloading": "Descargando torrent"
},

"comic-settings": {
Expand Down Expand Up @@ -171,5 +184,16 @@
"genres": "Géneros",
"runtime": "Tiempo de ejecución",
"languages": "Idiomas"
},

"bt-server": {
"not-installed": "BT-Server no está instalado",
"running": "BT-Server está ejecutándose",
"stopped": "BT-Server está detenido",
"version": "Versión {version}",
"remote-version": "Versión remota {version}",
"stop": "Parar",
"upgrade": "Mejorar",
"start": "Iniciar"
}
}

0 comments on commit 0787d5a

Please sign in to comment.