From 1feb416482ffda148f9dce627cf0853f547ec62e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 23:17:01 -0700 Subject: [PATCH] i18n: new translations for French, German, Korean and Hungarian (#566) Co-authored-by: foXaCe <290678+foXaCe@users.noreply.github.com> Co-authored-by: m3r3nix <12776959+m3r3nix@users.noreply.github.com> Co-authored-by: Harald Dietrich --- client/src/javascript/i18n/strings/de.json | 1 + client/src/javascript/i18n/strings/fr.json | 1 + client/src/javascript/i18n/strings/hu.json | 1 + client/src/javascript/i18n/strings/ko.json | 1 + 4 files changed, 4 insertions(+) diff --git a/client/src/javascript/i18n/strings/de.json b/client/src/javascript/i18n/strings/de.json index d0da954de..38e022f12 100644 --- a/client/src/javascript/i18n/strings/de.json +++ b/client/src/javascript/i18n/strings/de.json @@ -346,6 +346,7 @@ "torrents.properties.comment": "Kommentar", "torrents.properties.date.added": "Hinzugefügt", "torrents.properties.date.created": "Erstellt", + "torrents.properties.date.finished": "Abgeschlossen", "torrents.properties.directory": "Speicherort", "torrents.properties.download.speed": "DL-Geschwindigkeit", "torrents.properties.download.total": "Heruntergeladen", diff --git a/client/src/javascript/i18n/strings/fr.json b/client/src/javascript/i18n/strings/fr.json index 1b3fb6d8b..4fc1e4535 100644 --- a/client/src/javascript/i18n/strings/fr.json +++ b/client/src/javascript/i18n/strings/fr.json @@ -346,6 +346,7 @@ "torrents.properties.comment": "Commentaire", "torrents.properties.date.added": "Ajouté", "torrents.properties.date.created": "Créé", + "torrents.properties.date.finished": "Terminé", "torrents.properties.directory": "Emplacement", "torrents.properties.download.speed": "Vitesse de téléchargement", "torrents.properties.download.total": "Téléchargé", diff --git a/client/src/javascript/i18n/strings/hu.json b/client/src/javascript/i18n/strings/hu.json index c8d4ece8b..8b7daad03 100644 --- a/client/src/javascript/i18n/strings/hu.json +++ b/client/src/javascript/i18n/strings/hu.json @@ -346,6 +346,7 @@ "torrents.properties.comment": "Megjegyzés", "torrents.properties.date.added": "Hozzáadva", "torrents.properties.date.created": "Létrehozva", + "torrents.properties.date.finished": "Befejezve", "torrents.properties.directory": "Elérési út", "torrents.properties.download.speed": "Letöltés", "torrents.properties.download.total": "Letöltve", diff --git a/client/src/javascript/i18n/strings/ko.json b/client/src/javascript/i18n/strings/ko.json index c2ba5467d..0fe891553 100644 --- a/client/src/javascript/i18n/strings/ko.json +++ b/client/src/javascript/i18n/strings/ko.json @@ -346,6 +346,7 @@ "torrents.properties.comment": "설명", "torrents.properties.date.added": "추가한 날", "torrents.properties.date.created": "생성한 날", + "torrents.properties.date.finished": "끝난", "torrents.properties.directory": "위치", "torrents.properties.download.speed": "다운로드 속도", "torrents.properties.download.total": "다운로드한 크기",