From 528dc633aa470b66fee1d619a9ba888dfe4a100b Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 5 Feb 2020 13:20:13 +0100 Subject: [PATCH] update de_DE translation --- app/Locale/de_DE/translations.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index bb343a97d..ef9afeb27 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1407,5 +1407,8 @@ return array( 'Automatically update the start date when the task is moved away from a specific column' => 'Aktualisiert automatisch das Startdatum, wenn die Aufgabe aus einer bestimmten Spalte genommen wird', 'HTTP Client:' => 'HTTP-Client:', 'XBT - bitcoin' => 'XBT - Bitcoin:', + 'Task limits apply to each swimlane individually' => 'Aufgabenlimit gilt pro Swimlane', + 'Task limits are applied to each swimlane individually' => 'Aufgabenlimit gilt pro Swimlane', + 'Task limits are applied across swimlanes' => 'Aufgabenlimit gilt Swimlane übergreifend', 'Assigned' => 'Zugeordnet', );