Sync translations

This commit is contained in:
Frédéric Guillot
2023-01-14 11:41:42 -08:00
parent bb5e45ef69
commit bdaa2f585d
36 changed files with 213 additions and 9 deletions

View File

@@ -177,13 +177,10 @@ return array(
'Task modification' => 'Aufgabe ändern',
'Task creation' => 'Aufgabe erstellen',
'Closing a task' => 'Aufgabe abschließen',
'Tasks copied successfully.' => 'Die Aufgaben wurden erfolgreich kopiert.',
'Unable to copy tasks.' => 'Die Aufgaben konnten nicht kopiert werden.',
'Assign a color to a specific user' => 'Einem Benutzer eine Farbe zuordnen',
'Position' => 'Position',
'Duplicate to project' => 'In ein anderes Projekt duplizieren',
'Duplicate' => 'Duplizieren',
'Copy' => 'Kopieren',
'Link' => 'Link',
'Comment updated successfully.' => 'Kommentar erfolgreich aktualisiert.',
'Unable to update your comment.' => 'Aktualisierung des Kommentars nicht möglich.',
@@ -1432,6 +1429,9 @@ return array(
'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' => 'Automatisches Setzen des Fälligkeitsdatums, wenn die Aufgabe aus einer bestimmten Spalte heraus verschoben wird',
'No other projects found.' => 'Keine weiteren Projekte vorhanden.',
'Please choose a project you want to copy the tasks from.'=> 'Bitte wählen Sie ein Projekt aus, dessen Tickets Sie kopieren möchten!',
'Please choose a project you want to copy the tasks from.' => 'Bitte wählen Sie ein Projekt aus, dessen Tickets Sie kopieren möchten.',
'Import Tasks' => 'Aufgaben importieren',
'Copy' => 'Kopieren',
'Tasks copied successfully.' => 'Die Aufgaben wurden erfolgreich kopiert.',
'Unable to copy tasks.' => 'Die Aufgaben konnten nicht kopiert werden.',
);