feat: add a few new keyboard shortcuts
This commit is contained in:
@ -790,12 +790,14 @@
|
||||
"then": "then",
|
||||
"task": {
|
||||
"title": "Task Page",
|
||||
"done": "Done",
|
||||
"assign": "Assign to a user",
|
||||
"done": "Mark task done / undone",
|
||||
"assign": "Assign this task to a user",
|
||||
"labels": "Add labels to this task",
|
||||
"dueDate": "Change the due date of this task",
|
||||
"attachment": "Add an attachment to this task",
|
||||
"related": "Modify related tasks of this task"
|
||||
"related": "Modify related tasks of this task",
|
||||
"color": "Change the color of this task",
|
||||
"move": "Move this task to another list"
|
||||
},
|
||||
"list": {
|
||||
"title": "List Views",
|
||||
@ -803,6 +805,14 @@
|
||||
"switchToGanttView": "Switch to gantt view",
|
||||
"switchToKanbanView": "Switch to kanban view",
|
||||
"switchToTableView": "Switch to table view"
|
||||
},
|
||||
"navigation": {
|
||||
"title": "Navigation",
|
||||
"overview": "Navigato to overview",
|
||||
"upcoming": "Navigato to upcoming taks",
|
||||
"namespaces": "Navigate to namepaces & lists",
|
||||
"labels": "Navigate to labels",
|
||||
"teams": "Navigate to teams"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
|
Reference in New Issue
Block a user