feat: Add ability to link tasks to cards
This commit is contained in:
@@ -206,6 +206,7 @@ export default {
|
||||
leaveBoard_title: 'Leave Board',
|
||||
leaveProject_title: 'Leave Project',
|
||||
limitCardTypesToDefaultOne: 'Limit card types to default one',
|
||||
linkToCard: 'Link to card',
|
||||
list: 'List',
|
||||
listActions_title: 'List Actions',
|
||||
lists: 'Lists',
|
||||
@@ -223,6 +224,7 @@ export default {
|
||||
newVersionAvailable: 'New version available',
|
||||
newestFirst: 'Newest first',
|
||||
noBoards: 'No boards',
|
||||
noCardsFound: 'No cards found.',
|
||||
noConnectionToServer: 'No connection to server',
|
||||
noLists: 'No lists',
|
||||
noProjects: 'No projects',
|
||||
|
||||
@@ -201,6 +201,7 @@ export default {
|
||||
leaveBoard_title: 'Leave Board',
|
||||
leaveProject_title: 'Leave Project',
|
||||
limitCardTypesToDefaultOne: 'Limit card types to default one',
|
||||
linkToCard: 'Link to card',
|
||||
list: 'List',
|
||||
listActions_title: 'List Actions',
|
||||
lists: 'Lists',
|
||||
@@ -218,6 +219,7 @@ export default {
|
||||
newVersionAvailable: 'New version available',
|
||||
newestFirst: 'Newest first',
|
||||
noBoards: 'No boards',
|
||||
noCardsFound: 'No cards found.',
|
||||
noConnectionToServer: 'No connection to server',
|
||||
noLists: 'No lists',
|
||||
noProjects: 'No projects',
|
||||
|
||||
Reference in New Issue
Block a user