mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 01:53:53 +08:00
updata:调整文本顺序
This commit is contained in:
@@ -7,7 +7,6 @@ export default {
|
||||
'login.loginSuccess': 'Login successful!',
|
||||
|
||||
// HeaderBar组件文本
|
||||
// 在header相关翻译中添加
|
||||
'header.smartManagement': 'Agents',
|
||||
'header.modelConfig': 'Models',
|
||||
'header.userManagement': 'Users',
|
||||
@@ -588,43 +587,6 @@ export default {
|
||||
'user.info': 'User Information',
|
||||
'user.username': 'Username',
|
||||
'user.mobile': 'Mobile Phone',
|
||||
// Provider Management Page Text
|
||||
'providerManagement.categoryFilter': 'Category Filter',
|
||||
'providerManagement.searchPlaceholder': 'Please enter provider name to search',
|
||||
'providerManagement.category': 'Category',
|
||||
'providerManagement.providerCode': 'Provider Code',
|
||||
'providerManagement.fieldConfig': 'Field Configuration',
|
||||
'providerManagement.selectToDelete': 'Please select providers to delete first',
|
||||
'providerManagement.confirmDelete': 'Are you sure to delete the selected {count} providers?',
|
||||
'providerManagement.viewFields': 'View Fields',
|
||||
// Common Text
|
||||
'common.all': 'All',
|
||||
'common.search': 'Search',
|
||||
'common.name': 'Name',
|
||||
'common.sort': 'Sort',
|
||||
'common.action': 'Action',
|
||||
'common.edit': 'Edit',
|
||||
'common.delete': 'Delete',
|
||||
'common.selectAll': 'Select All',
|
||||
'common.deselectAll': 'Deselect All',
|
||||
'common.add': 'Add',
|
||||
'common.perPage': '{number}/page',
|
||||
'common.firstPage': 'First Page',
|
||||
'common.prevPage': 'Previous Page',
|
||||
'common.nextPage': 'Next Page',
|
||||
'common.totalRecords': 'Total {number} records',
|
||||
'common.addProvider': 'Add Provider',
|
||||
'common.editProvider': 'Edit Provider',
|
||||
'common.updateSuccess': 'Update Success',
|
||||
'common.addSuccess': 'Add Success',
|
||||
'common.deleteSuccess': 'Delete Success',
|
||||
'common.deleteFailure': 'Delete Failed, Please Try Again',
|
||||
'common.deleteCancelled': 'Delete Cancelled',
|
||||
'common.warning': 'Warning',
|
||||
'common.tip': 'Tip',
|
||||
'common.confirm': 'Confirm',
|
||||
'common.cancel': 'Cancel',
|
||||
'common.sensitive': 'Sensitive',
|
||||
'user.userid': 'User ID',
|
||||
'user.deviceCount': 'Device Count',
|
||||
'user.createDate': 'Registration Time',
|
||||
@@ -659,6 +621,45 @@ export default {
|
||||
'user.searchPhone': 'Please enter mobile phone number to search',
|
||||
'user.search': 'Search',
|
||||
|
||||
// Provider Management Page Text
|
||||
'providerManagement.categoryFilter': 'Category Filter',
|
||||
'providerManagement.searchPlaceholder': 'Please enter provider name to search',
|
||||
'providerManagement.category': 'Category',
|
||||
'providerManagement.providerCode': 'Provider Code',
|
||||
'providerManagement.fieldConfig': 'Field Configuration',
|
||||
'providerManagement.selectToDelete': 'Please select providers to delete first',
|
||||
'providerManagement.confirmDelete': 'Are you sure to delete the selected {count} providers?',
|
||||
'providerManagement.viewFields': 'View Fields',
|
||||
|
||||
// Common Text
|
||||
'common.all': 'All',
|
||||
'common.search': 'Search',
|
||||
'common.name': 'Name',
|
||||
'common.sort': 'Sort',
|
||||
'common.action': 'Action',
|
||||
'common.edit': 'Edit',
|
||||
'common.delete': 'Delete',
|
||||
'common.selectAll': 'Select All',
|
||||
'common.deselectAll': 'Deselect All',
|
||||
'common.add': 'Add',
|
||||
'common.perPage': '{number}/page',
|
||||
'common.firstPage': 'First Page',
|
||||
'common.prevPage': 'Previous Page',
|
||||
'common.nextPage': 'Next Page',
|
||||
'common.totalRecords': 'Total {number} records',
|
||||
'common.addProvider': 'Add Provider',
|
||||
'common.editProvider': 'Edit Provider',
|
||||
'common.updateSuccess': 'Update Success',
|
||||
'common.addSuccess': 'Add Success',
|
||||
'common.deleteSuccess': 'Delete Success',
|
||||
'common.deleteFailure': 'Delete Failed, Please Try Again',
|
||||
'common.deleteCancelled': 'Delete Cancelled',
|
||||
'common.warning': 'Warning',
|
||||
'common.tip': 'Tip',
|
||||
'common.confirm': 'Confirm',
|
||||
'common.cancel': 'Cancel',
|
||||
'common.sensitive': 'Sensitive',
|
||||
|
||||
// Language switch
|
||||
'language.zhCN': '中文简体',
|
||||
'language.zhTW': '中文繁體',
|
||||
@@ -675,7 +676,14 @@ export default {
|
||||
'home.deviceManagement': 'Devices',
|
||||
'home.chatHistory': 'Chat History',
|
||||
'home.lastConversation': 'Last Conversation',
|
||||
'home.noConversation': 'No conversation yet',
|
||||
'home.noConversation': 'No conversation',
|
||||
'home.justNow': 'Just now',
|
||||
'home.minutesAgo': '{minutes} minutes ago',
|
||||
'home.hoursAgo': '{hours} hours {minutes} minutes ago',
|
||||
'home.confirmDeleteAgent': 'Are you sure you want to delete this agent?',
|
||||
'home.deleteSuccess': 'Delete successful',
|
||||
'home.deleteFailed': 'Delete failed',
|
||||
'home.enableMemory': 'Please enable memory in the "Config Role" page first',
|
||||
|
||||
// Parameter management page text
|
||||
'paramManagement.pageTitle': 'Parameter Management',
|
||||
@@ -711,14 +719,6 @@ export default {
|
||||
'paramManagement.addSuccess': 'Add successful',
|
||||
'paramManagement.updateFailed': 'Update failed',
|
||||
'paramManagement.addFailed': 'Add failed',
|
||||
'home.noConversation': 'No conversation',
|
||||
'home.justNow': 'Just now',
|
||||
'home.minutesAgo': '{minutes} minutes ago',
|
||||
'home.hoursAgo': '{hours} hours {minutes} minutes ago',
|
||||
'home.confirmDeleteAgent': 'Are you sure you want to delete this agent?',
|
||||
'home.deleteSuccess': 'Delete successful',
|
||||
'home.deleteFailed': 'Delete failed',
|
||||
'home.enableMemory': 'Please enable memory in the "Config Role" page first',
|
||||
|
||||
// Server side management page text
|
||||
'serverSideManager.pageTitle': 'Server Management',
|
||||
|
||||
Reference in New Issue
Block a user