From e107cd9c20b866857e77488413e1b5b550e6f036 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 16:46:06 +0800 Subject: [PATCH] i18n: new translations for Czech (#310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Březina --- client/src/javascript/i18n/strings/cs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/src/javascript/i18n/strings/cs.json b/client/src/javascript/i18n/strings/cs.json index d7587443..2dd5674f 100644 --- a/client/src/javascript/i18n/strings/cs.json +++ b/client/src/javascript/i18n/strings/cs.json @@ -45,6 +45,15 @@ "connection-interruption.verification-error": "Nelze ověřit spojení.", "connection.settings.client.select": "Klient", "connection.settings.error.empty": "Nastavení připojení nemůže být prázdné.", + "connection.settings.deluge": "Deluge", + "connection.settings.deluge.host": "Host", + "connection.settings.deluge.host.input.placeholder": "např. localhost", + "connection.settings.deluge.password": "Heslo", + "connection.settings.deluge.password.input.placeholder": "Heslo", + "connection.settings.deluge.port": "Port", + "connection.settings.deluge.port.input.placeholder": "např. 58846", + "connection.settings.deluge.username": "Uživatelské jméno", + "connection.settings.deluge.username.input.placeholder": "např. localclient", "connection.settings.qbittorrent": "qBittorrent", "connection.settings.qbittorrent.password": "Heslo", "connection.settings.qbittorrent.password.input.placeholder": "Heslo", @@ -270,6 +279,8 @@ "torrents.details.general.comment": "Komentář", "torrents.details.general.connected": "{connected} připojen k {total}", "torrents.details.general.date.added": "Přidáno", + "torrents.details.general.date.created": "Vytvořeno", + "torrents.details.general.date.finished": "Dokončeno", "torrents.details.general.downloaded": "Staženo", "torrents.details.general.free.disk.space": "Volné místo na disku", "torrents.details.general.hash": "Hash", @@ -330,6 +341,7 @@ "torrents.move.heading": "Nastavit umístění Torrentu", "torrents.properties.comment": "Komentář", "torrents.properties.date.added": "Přidáno", + "torrents.properties.date.created": "Vytvořeno", "torrents.properties.directory": "Poloha", "torrents.properties.download.speed": "Rychlost stahování", "torrents.properties.download.total": "Staženo",