feat: Add ability to move lists between boards (#1208)
This commit is contained in:
@@ -204,6 +204,7 @@ export default {
|
||||
moreActions: null,
|
||||
moreActions_title: null,
|
||||
moveCard_title: '移动卡片',
|
||||
moveList_title: null,
|
||||
myOwn_title: '我的',
|
||||
name: '姓名',
|
||||
newEmail: '新邮箱',
|
||||
@@ -410,6 +411,7 @@ export default {
|
||||
makeProjectShared_title: '将项目设为共享',
|
||||
move: '移动',
|
||||
moveCard_title: '移动卡片',
|
||||
moveList_title: null,
|
||||
remove: '删除',
|
||||
removeAssignee: '移除负责人',
|
||||
removeColor: '移除颜色',
|
||||
|
||||
Reference in New Issue
Block a user