diff --git a/client/src/javascript/i18n/compiled/cs.json b/client/src/javascript/i18n/compiled/cs.json index dd51e027..36b17dc8 100644 --- a/client/src/javascript/i18n/compiled/cs.json +++ b/client/src/javascript/i18n/compiled/cs.json @@ -1838,7 +1838,7 @@ "torrents.destination.sequential": [ { "type": 0, - "value": "Sequential Download" + "value": "Sekvenční stahování" } ], "torrents.details.actions.pause": [ @@ -2188,13 +2188,13 @@ "torrents.list.context.download.contents": [ { "type": 0, - "value": "Download Contents" + "value": "Stáhnout obsah" } ], "torrents.list.context.download.metainfo": [ { "type": 0, - "value": "Download .torrent" + "value": "Stáhnout .torrent" } ], "torrents.list.context.generate.magnet": [ @@ -2206,7 +2206,7 @@ "torrents.list.context.initial.seeding": [ { "type": 0, - "value": "Initial Seeding" + "value": "Počáteční seeding" } ], "torrents.list.context.move": [ @@ -2236,7 +2236,7 @@ "torrents.list.context.sequential": [ { "type": 0, - "value": "Sequential" + "value": "Sekvenční" } ], "torrents.list.context.set.tags": [ diff --git a/client/src/javascript/i18n/translations/cs.json b/client/src/javascript/i18n/translations/cs.json index 6e9764b6..3a15f5d9 100644 --- a/client/src/javascript/i18n/translations/cs.json +++ b/client/src/javascript/i18n/translations/cs.json @@ -265,7 +265,7 @@ "torrents.create.tags.input.placeholder": "Štítky ve Floodu. Nepřidáno k vytvořenému torrentu.", "torrents.destination.base_path": "Použít jako základní cestu", "torrents.destination.completed": "Dokončeno", - "torrents.destination.sequential": "Sequential Download", + "torrents.destination.sequential": "Sekvenční stahování", "torrents.details.actions.pause": "Pozastavit", "torrents.details.actions.start": "Začít", "torrents.details.actions.stop": "Zastavit", @@ -316,12 +316,12 @@ "torrents.list.context.generate.magnet": "Vygenerovat magnet odkaz", "torrents.list.context.move": "Nastavit umístění Torrentu", "torrents.list.context.pause": "Pozastavit", - "torrents.list.context.download.contents": "Download Contents", - "torrents.list.context.download.metainfo": "Download .torrent", - "torrents.list.context.initial.seeding": "Initial Seeding", + "torrents.list.context.download.contents": "Stáhnout obsah", + "torrents.list.context.download.metainfo": "Stáhnout .torrent", + "torrents.list.context.initial.seeding": "Počáteční seeding", "torrents.list.context.priority": "Priorita", "torrents.list.context.remove": "Odebrat", - "torrents.list.context.sequential": "Sequential", + "torrents.list.context.sequential": "Sekvenční", "torrents.list.context.set.tags": "Nastavit štítky", "torrents.list.context.set.trackers": "Nastavit Trackery", "torrents.list.context.start": "Začít",