Merge branch 'main' into feature/date-math

This commit is contained in:
kolaente 2022-03-27 22:41:53 +02:00
commit 0af6d79eff
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
32 changed files with 1286 additions and 1150 deletions

View file

@ -837,17 +837,20 @@
"general": "General",
"allPages": "These shortcuts work on all pages.",
"currentPageOnly": "These shortcuts work only on the current page.",
"somePagesOnly": "These shortcuts work only on some pages.",
"toggleMenu": "Toggle The Menu",
"quickSearch": "Open the search/quick action bar",
"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",
@ -855,6 +858,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": {