优化: miniapp 设置页支持编辑 + 移除 Ideas 批量删除功能
This commit is contained in:
@@ -141,10 +141,5 @@ export default {
|
||||
confirmStatus: 'Change idea "{title}" status from {from} to {to}?',
|
||||
promoteFailed: 'Promotion failed',
|
||||
evalFailed: 'Evaluation failed',
|
||||
// Batch operations
|
||||
batchDelete: 'Batch delete',
|
||||
confirmBatchDelete: 'Delete {n} selected ideas? This cannot be undone.',
|
||||
batchDeleteSuccess: 'Deleted {n} idea(s)',
|
||||
selectedCount: '{n} selected',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -141,10 +141,5 @@ export default {
|
||||
confirmStatus: '将灵感「{title}」状态从 {from} 改为 {to}?',
|
||||
promoteFailed: '立项失败',
|
||||
evalFailed: '评估失败',
|
||||
// 批量操作
|
||||
batchDelete: '批量删除',
|
||||
confirmBatchDelete: '确定删除选中的 {n} 个灵感?此操作不可撤销。',
|
||||
batchDeleteSuccess: '已删除 {n} 个灵感',
|
||||
selectedCount: '已选 {n} 项',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user