feat: add functionality to import tasks from a project

This commit is contained in:
mundry
2022-11-14 12:33:23 +01:00
committed by Frédéric Guillot
parent d90987a09c
commit ac94004ea9
7 changed files with 100 additions and 1 deletions

View File

@@ -177,10 +177,13 @@ 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.',
@@ -1428,4 +1431,7 @@ return array(
'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' => '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!',
'Import Tasks' => 'Aufgaben importieren',
);

View File

@@ -177,10 +177,13 @@ 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.',
@@ -1428,4 +1431,7 @@ return array(
'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' => '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ähle ein Projekt aus, dessen Tickets du kopieren möchten!',
'Import Tasks' => 'Aufgaben importieren',
);