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

@@ -1505,7 +1505,8 @@ export default {
partialSuccess: 'Partially updated: {success} succeeded, {failed} failed',
failed: 'Bulk update failed',
noSelection: 'Please select accounts to edit',
noFieldsSelected: 'Select at least one field to update'
noFieldsSelected: 'Select at least one field to update',
mixedPlatformWarning: 'Selected accounts span multiple platforms ({platforms}). Model mapping presets shown are combined — ensure mappings are appropriate for each platform.'
},
bulkDeleteTitle: 'Bulk Delete Accounts',
bulkDeleteConfirm: 'Delete the selected {count} account(s)? This action cannot be undone.',