From c37c32b058de1bf8eb5d2c8fc883fc18cadcd717 Mon Sep 17 00:00:00 2001 From: Ben Wallner Date: Thu, 7 Jan 2021 19:55:56 +0800 Subject: [PATCH] i18n: new translations for German (#151) --- client/src/javascript/i18n/compiled/de.json | 8 ++++---- client/src/javascript/i18n/translations/de.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/javascript/i18n/compiled/de.json b/client/src/javascript/i18n/compiled/de.json index 3238649b..33bbaad0 100644 --- a/client/src/javascript/i18n/compiled/de.json +++ b/client/src/javascript/i18n/compiled/de.json @@ -1748,7 +1748,7 @@ "torrents.add.tab.url.register.magnet.handler": [ { "type": 0, - "value": "Register to handle magnet links" + "value": "Registrieren um Magnetlinks zu bearbeiten" } ], "torrents.add.tab.url.title": [ @@ -1850,7 +1850,7 @@ "torrents.destination.sequential": [ { "type": 0, - "value": "Sequential Download" + "value": "Sequenzieller Download" } ], "torrents.details.actions.pause": [ @@ -2200,7 +2200,7 @@ "torrents.list.context.download.contents": [ { "type": 0, - "value": "Download Contents" + "value": "Inhalte herunterladen" } ], "torrents.list.context.download.metainfo": [ @@ -2248,7 +2248,7 @@ "torrents.list.context.sequential": [ { "type": 0, - "value": "Sequential" + "value": "Sequentiell" } ], "torrents.list.context.set.tags": [ diff --git a/client/src/javascript/i18n/translations/de.json b/client/src/javascript/i18n/translations/de.json index 848abbcf..48af4a69 100644 --- a/client/src/javascript/i18n/translations/de.json +++ b/client/src/javascript/i18n/translations/de.json @@ -248,7 +248,7 @@ "torrents.add.tab.file.title": "Von Datei", "torrents.add.tab.url.input.placeholder": "Torrent-URL oder Magnet-Link", "torrents.add.tab.url.title": "Von URL", - "torrents.add.tab.url.register.magnet.handler": "Register to handle magnet links", + "torrents.add.tab.url.register.magnet.handler": "Registrieren um Magnetlinks zu bearbeiten", "torrents.add.tab.create.title": "Erstellen", "torrents.add.torrents.label": "Torrents", "torrents.add.tags": "Tags", @@ -265,7 +265,7 @@ "torrents.create.tags.input.placeholder": "Tags für Flood. Wird dem erstellten Torrent nicht hinzugefügt.", "torrents.destination.base_path": "Als Basispfad verwenden", "torrents.destination.completed": "Abgeschlossen", - "torrents.destination.sequential": "Sequential Download", + "torrents.destination.sequential": "Sequenzieller Download", "torrents.details.actions.pause": "Pause", "torrents.details.actions.start": "Start", "torrents.details.actions.stop": "Stop", @@ -316,12 +316,12 @@ "torrents.list.context.generate.magnet": "Magnet-Link generieren", "torrents.list.context.move": "Speicherort setzen", "torrents.list.context.pause": "Pausieren", - "torrents.list.context.download.contents": "Download Contents", + "torrents.list.context.download.contents": "Inhalte herunterladen", "torrents.list.context.download.metainfo": "Download .torrent", "torrents.list.context.initial.seeding": "Initial Seeding", "torrents.list.context.priority": "Priorität", "torrents.list.context.remove": "Entfernen", - "torrents.list.context.sequential": "Sequential", + "torrents.list.context.sequential": "Sequentiell", "torrents.list.context.set.tags": "Tags setzen", "torrents.list.context.set.trackers": "Tracker festlegen", "torrents.list.context.start": "Start",