From 2c747d771ea66dbe8c906e1eb1904f4a801d052f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 20:26:50 +0800 Subject: [PATCH] i18n: new translations (#180) Co-authored-by: Gil Almonte <68232356+almontegil@users.noreply.github.com> --- client/src/javascript/i18n/strings/es.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/client/src/javascript/i18n/strings/es.json b/client/src/javascript/i18n/strings/es.json index c978be21f..6fbef7873 100644 --- a/client/src/javascript/i18n/strings/es.json +++ b/client/src/javascript/i18n/strings/es.json @@ -27,6 +27,7 @@ "auth.username": "Nombre de Usuario", "button.add": "Agregar", "button.cancel": "Cancelar", + "button.close": "Cerrar", "button.download": "Descargar", "button.new": "Nuevo", "button.no": "Nu", @@ -42,8 +43,10 @@ "connection-interruption.verification-error": "No se pudo verificar la conexión.", "connection.settings.client.select": "Cliente", "connection.settings.error.empty": "Los ajustes de conexión no pueden estar vacíos.", + "connection.settings.qbittorrent": "qBittorrent", "connection.settings.qbittorrent.password": "Contraseña", "connection.settings.qbittorrent.password.input.placeholder": "Contraseña", + "connection.settings.qbittorrent.url": "URL", "connection.settings.qbittorrent.url.input.placeholder": "URL a la API web qBittorrent", "connection.settings.qbittorrent.username": "Usuario", "connection.settings.qbittorrent.username.input.placeholder": "Usuario", @@ -208,6 +211,8 @@ "sidebar.button.log.out": "Cerrar sesión", "sidebar.button.settings": "Ajustes", "sidebar.button.speedlimits": "Limites de Velocidad", + "sidebar.button.theme.dark": "Tema Oscuro", + "sidebar.button.theme.light": "Tema Claro", "sidebar.search.placeholder": "Buscar torrents", "sidebar.speedlimits.download": "DESARROLLO", "sidebar.speedlimits.upload": "ACTUALIZAR", @@ -280,10 +285,19 @@ "torrents.details.trackers": "Rastreadores", "torrents.details.trackers.no.data": "No existe información de tracker para este torrent.", "torrents.details.trackers.type": "Tipo", + "torrents.generate.magnet.heading": "Generar enlace magnet", + "torrents.generate.magnet.loading.trackers": "Cargando trackers...", + "torrents.generate.magnet.magnet": "Enlace magnet", + "torrents.generate.magnet.magnet.with.trackers": "Enlace magnet con trackers", + "torrents.generate.magnet.private.torrent": "Este es un torrent privado.", "torrents.list.cannot.connect": "No se puede conectar al cliente.", "torrents.list.clear.filters": "Borrar Filtros", "torrents.list.context.check.hash": "Verificar Hash", "torrents.list.context.details": "Detalles de Torrent", + "torrents.list.context.download.contents": "Descargar contenido", + "torrents.list.context.download.metainfo": "Descarga .torrent", + "torrents.list.context.generate.magnet": "Generar enlace magnet", + "torrents.list.context.initial.seeding": "Sembrado inicial", "torrents.list.context.move": "Configurar Carpeta de Descarga", "torrents.list.context.pause": "Pausar", "torrents.list.context.priority": "Prioridad", @@ -332,5 +346,6 @@ "torrents.sort.title": "Ordenar Por", "unit.size.gigabyte": "GR", "unit.size.megabyte": "Mb", - "unit.time.hour": "h" + "unit.time.hour": "h", + "unit.time.year": "año" }