- Added new bulk action options for changing status, priority, and phase, as well as adding labels and assigning tasks. - Integrated translations for English, German, Spanish, and Portuguese in the task table bulk actions. - Updated the `OptimizedBulkActionBar` to utilize Redux state for status, priority, and phase selections. - Improved user experience with dynamic dropdown menus for bulk actions and confirmation prompts. - Refactored task selection handling to ensure proper state management during bulk actions.
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"taskSelected": "Aufgabe ausgewählt",
|
|
"tasksSelected": "Aufgaben ausgewählt",
|
|
"changeStatus": "Status/Priorität/Phase ändern",
|
|
"changeLabel": "Label ändern",
|
|
"assignToMe": "Mir zuweisen",
|
|
"changeAssignees": "Zuständige ändern",
|
|
"archive": "Archivieren",
|
|
"unarchive": "Dearchivieren",
|
|
"delete": "Löschen",
|
|
"moreOptions": "Weitere Optionen",
|
|
"deselectAll": "Alle abwählen",
|
|
"status": "Status",
|
|
"priority": "Priorität",
|
|
"phase": "Phase",
|
|
"member": "Mitglied",
|
|
"createTaskTemplate": "Aufgabenvorlage erstellen",
|
|
"apply": "Anwenden",
|
|
"createLabel": "+ Label erstellen",
|
|
"hitEnterToCreate": "Enter drücken zum Erstellen",
|
|
"pendingInvitation": "Einladung ausstehend",
|
|
"noMatchingLabels": "Keine passenden Labels",
|
|
"noLabels": "Keine Labels",
|
|
"CHANGE_STATUS": "Status ändern",
|
|
"CHANGE_PRIORITY": "Priorität ändern",
|
|
"CHANGE_PHASE": "Phase ändern",
|
|
"ADD_LABELS": "Labels hinzufügen",
|
|
"ASSIGN_TO_ME": "Mir zuweisen",
|
|
"ASSIGN_MEMBERS": "Mitglieder zuweisen",
|
|
"ARCHIVE": "Archivieren",
|
|
"DELETE": "Löschen",
|
|
"CANCEL": "Abbrechen",
|
|
"CLEAR_SELECTION": "Auswahl löschen",
|
|
"TASKS_SELECTED": "{{count}} Aufgabe ausgewählt",
|
|
"TASKS_SELECTED_plural": "{{count}} Aufgaben ausgewählt",
|
|
"DELETE_TASKS_CONFIRM": "{{count}} Aufgabe löschen?",
|
|
"DELETE_TASKS_CONFIRM_plural": "{{count}} Aufgaben löschen?",
|
|
"DELETE_TASKS_WARNING": "Diese Aktion kann nicht rückgängig gemacht werden."
|
|
}
|