mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
完善导航栏的语言切换
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
// HeaderBar组件文本
|
// HeaderBar组件文本
|
||||||
|
// 在header相关翻译中添加
|
||||||
'header.smartManagement': 'Agents',
|
'header.smartManagement': 'Agents',
|
||||||
'header.modelConfig': 'Models',
|
'header.modelConfig': 'Models',
|
||||||
'header.userManagement': 'Users',
|
'header.userManagement': 'Users',
|
||||||
@@ -7,6 +8,7 @@ export default {
|
|||||||
'header.paramDictionary': 'More',
|
'header.paramDictionary': 'More',
|
||||||
'header.paramManagement': 'Params Management',
|
'header.paramManagement': 'Params Management',
|
||||||
'header.dictManagement': 'Dict Management',
|
'header.dictManagement': 'Dict Management',
|
||||||
|
'header.agentTemplate': 'Default Role Templates', // 添加这一行
|
||||||
|
|
||||||
// Dictionary data dialog related
|
// Dictionary data dialog related
|
||||||
'dictDataDialog.addDictData': 'Add Dictionary Data',
|
'dictDataDialog.addDictData': 'Add Dictionary Data',
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
// HeaderBar组件文本
|
// HeaderBar组件文本
|
||||||
|
// 在header相关翻译中添加
|
||||||
'header.smartManagement': '智能體管理',
|
'header.smartManagement': '智能體管理',
|
||||||
'header.modelConfig': '模型配置',
|
'header.modelConfig': '模型配置',
|
||||||
'header.userManagement': '用戶管理',
|
'header.userManagement': '用戶管理',
|
||||||
@@ -7,6 +8,7 @@ export default {
|
|||||||
'header.paramDictionary': '參數字典',
|
'header.paramDictionary': '參數字典',
|
||||||
'header.paramManagement': '參數管理',
|
'header.paramManagement': '參數管理',
|
||||||
'header.dictManagement': '字典管理',
|
'header.dictManagement': '字典管理',
|
||||||
|
'header.agentTemplate': '預設角色模板', // 添加这一行
|
||||||
|
|
||||||
// 字典數據對話框相關
|
// 字典數據對話框相關
|
||||||
'dictDataDialog.addDictData': '新增字典數據',
|
'dictDataDialog.addDictData': '新增字典數據',
|
||||||
|
|||||||
Reference in New Issue
Block a user