首页国际化

This commit is contained in:
2026-01-15 19:46:14 +08:00
parent 5284202b5a
commit a7ea68c6b5
12 changed files with 328 additions and 374 deletions

View File

@@ -55,7 +55,11 @@ export default {
copy: 'Copy',
copySuccess: 'Copy Success',
copyError: 'Copy Error',
perPage: 'Number page'
perPage: 'Per Page',
selectAll: 'Select All / Unselect All',
expandAll: 'Expand All / Collapse All',
treeParent: 'Parent-Child Linkage',
loadingText: 'Loading, please wait'
},
lock: {
lockScreen: 'Lock screen',
@@ -165,7 +169,10 @@ export default {
BigBrotherManage: 'BigBrotherManage',
BigBrotherDataManage: 'BigBrotherDataManage',
BigBrotherList: 'BigBrotherList',
staffBigBrotherManage: 'StaffBigBrotherManage'
staffBigBrotherManage: 'StaffBigBrotherManage',
systemAdministration: 'System Administration',
userManagement: 'User Management',
roleManagement: 'Role Management',
},
analysis: {
newUser: 'New user',
@@ -635,5 +642,53 @@ export default {
deletePage: 'Delete Page',
placeNegotiation: 'Please select negotiation status',
allocationAlert: 'The number of successful allocations may be less than selected. Hosts with the same ID cannot be allocated repeatedly.'
},
system: {
user: {
username: 'Username',
nickname: 'Nickname',
mobile: 'Mobile',
dept: 'Department',
email: 'Email',
status: 'Status',
sex: 'Gender',
post: 'Post',
password: 'Password',
id: 'User ID',
remark: 'Remark',
deptDesc: 'Department',
assignRole: 'Assign Role',
role: 'Role',
importTip: 'Update existing user data',
importTitle: 'Import Users',
import: {
fileRequired: 'Please upload a file',
fileLimit: 'Only one file can be uploaded!',
uploadError: 'Upload failed, please upload again!',
templateName: 'User Import Template.xls',
createSuccess: 'Create Success Count: ',
updateSuccess: 'Update Success Count: ',
failure: 'Failure Count: '
}
},
role: {
name: 'Role Name',
code: 'Role Code',
type: 'Role Type',
sort: 'Sort',
status: 'Status',
remark: 'Remark',
id: 'Role ID',
menuPermission: 'Menu Permission',
dataPermission: 'Data Permission',
dataScope: 'Permission Scope',
deptScope: 'Department Scope'
}
},
home: {
today: 'Today',
last7Days: 'Last 7 Days',
todayAnchorCount: "Today's Anchor Contact Count",
todayBigBrotherCount: "Today's Big Brother Contact Count"
}
}