feat: Add ability to move lists between boards (#1208)
This commit is contained in:
@@ -205,6 +205,7 @@ export default {
|
||||
moreActions: null,
|
||||
moreActions_title: null,
|
||||
moveCard_title: '카드 이동',
|
||||
moveList_title: null,
|
||||
myOwn_title: null,
|
||||
name: '이름',
|
||||
newEmail: '새 이메일',
|
||||
@@ -411,6 +412,7 @@ export default {
|
||||
makeProjectShared_title: null,
|
||||
move: '이동',
|
||||
moveCard_title: '카드 이동',
|
||||
moveList_title: null,
|
||||
remove: '제거',
|
||||
removeAssignee: null,
|
||||
removeColor: '색상 제거',
|
||||
|
||||
Reference in New Issue
Block a user