From 63f321644715787baa4ffccd0315aa0e226c9045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 12 Nov 2022 16:42:36 -0800 Subject: [PATCH] Update German translation --- app/Locale/de_DE/translations.php | 2 +- app/Locale/de_DE_du/translations.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 97ab7724e..e4a090e2e 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1427,5 +1427,5 @@ return array( 'XBT - Bitcoin' => 'XBT - Bitcoin', 'You must select a file to upload as your avatar!' => 'Sie müssen eine Datei auswählen, die als Avatar hochgeladen werden soll!', 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'Die hochgeladene Datei ist kein gültiges Bild! (Nur *.gif, *.jpg, *.jpeg and *.png sind erlaubt!)', - // 'Automatically set the due date when the task is moved away from a specific column' => '', + 'Automatically set the due date when the task is moved away from a specific column' => 'Automatisches Setzen des Fälligkeitsdatums, wenn die Aufgabe aus einer bestimmten Spalte heraus verschoben wird', ); diff --git a/app/Locale/de_DE_du/translations.php b/app/Locale/de_DE_du/translations.php index 5ba8b8c10..0dfcedf31 100644 --- a/app/Locale/de_DE_du/translations.php +++ b/app/Locale/de_DE_du/translations.php @@ -1427,5 +1427,5 @@ return array( 'XBT - Bitcoin' => 'XBT - Bitcoin', 'You must select a file to upload as your avatar!' => 'Du musst eine Datei auswählen, die als Avatar hochgeladen werden soll!', 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'Die hochgeladene Datei ist kein gültiges Bild! (Nur *.gif, *.jpg, *.jpeg and *.png sind erlaubt!)', - // 'Automatically set the due date when the task is moved away from a specific column' => '', + 'Automatically set the due date when the task is moved away from a specific column' => 'Automatisches Setzen des Fälligkeitsdatums, wenn die Aufgabe aus einer bestimmten Spalte heraus verschoben wird', );