feat(i18n): 添加批量编辑跨平台警告的中英文翻译

This commit is contained in:
cagedbird043
2026-02-26 15:24:50 +08:00
parent e350aab1bd
commit 685a1e0ba3
2 changed files with 4 additions and 2 deletions

View File

@@ -1652,7 +1652,8 @@ export default {
partialSuccess: '部分更新成功:成功 {success} 个,失败 {failed} 个',
failed: '批量更新失败',
noSelection: '请选择要编辑的账号',
noFieldsSelected: '请至少选择一个要更新的字段'
noFieldsSelected: '请至少选择一个要更新的字段',
mixedPlatformWarning: '所选账号跨越多个平台({platforms})。显示的模型映射预设为合并结果——请确保映射对每个平台都适用。'
},
bulkDeleteTitle: '批量删除账号',
bulkDeleteConfirm: '确定要删除选中的 {count} 个账号吗?此操作无法撤销。',