feat: add functionality to import tasks from a project
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user