feat: Add ability to copy/cut cards with shortcut support
This commit is contained in:
@@ -283,6 +283,8 @@ export default {
|
||||
showOnFrontOfCard: '在卡片正面顯示',
|
||||
smtp: 'SMTP',
|
||||
sortList_title: '排序列表',
|
||||
sourceCardIsNoLongerAvailableForCopying: '來源卡片不再可供複製。',
|
||||
sourceCardIsNoLongerAvailableForMoving: '來源卡片不再可供移動。',
|
||||
stopwatch: '碼表',
|
||||
story: '故事',
|
||||
subscribeToCardWhenCommenting: '評論時訂閱卡片',
|
||||
@@ -367,6 +369,7 @@ export default {
|
||||
archiveCards_title: '封存卡片',
|
||||
assignAsOwner: '指派為擁有者',
|
||||
cancel: '取消',
|
||||
copyCard_title: '複製卡片',
|
||||
createApiKey: '建立API金鑰',
|
||||
createBoard: '創建看板',
|
||||
createCustomFieldGroup: '創建自定義欄位群組',
|
||||
@@ -374,6 +377,7 @@ export default {
|
||||
createLabel: '創建標籤',
|
||||
createNewLabel: '創建新標籤',
|
||||
createProject: '創建專案',
|
||||
cutCard_title: '剪下卡片',
|
||||
deactivateUser: '停用使用者',
|
||||
deactivateUser_title: '停用使用者',
|
||||
delete: '刪除',
|
||||
|
||||
Reference in New Issue
Block a user