mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 00:23:53 +08:00
feat: 新增角色标签配置
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': 'Systemfunktionsverwaltung',
|
||||
'header.changePassword': 'Passwort ändern',
|
||||
'header.logout': 'Abmelden',
|
||||
'header.searchPlaceholder': 'Namen oder MAC suchen',
|
||||
'header.searchPlaceholder': 'Name, Tag oder Mac-Suche',
|
||||
|
||||
// McpToolCallDialog component text
|
||||
'mcpToolCall.title': 'Werkzeugaufruf',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// Role configuration page text
|
||||
'roleConfig.title': 'Rollenkonfiguration',
|
||||
'roleConfig.addTag': 'Neues Label hinzufügen',
|
||||
'roleConfig.restartNotice': 'Nach dem Speichern der Konfiguration müssen Sie das Gerät neu starten, damit die neue Konfiguration wirksam wird.',
|
||||
'roleConfig.saveConfig': 'Konfiguration speichern',
|
||||
'roleConfig.reset': 'Zurücksetzen',
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': 'System Feature Management',
|
||||
'header.changePassword': 'Change Password',
|
||||
'header.logout': 'Logout',
|
||||
'header.searchPlaceholder': 'Search name or mac',
|
||||
'header.searchPlaceholder': 'Name, tag or MAC search',
|
||||
|
||||
// McpToolCallDialog component text
|
||||
'mcpToolCall.title': 'Tool Call',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// Role configuration page text
|
||||
'roleConfig.title': 'Role Configuration',
|
||||
'roleConfig.addTag': 'Add New Tag',
|
||||
'roleConfig.restartNotice': 'After saving the configuration, you need to restart the device for the new configuration to take effect.',
|
||||
'roleConfig.saveConfig': 'Save Configuration',
|
||||
'roleConfig.reset': 'Reset',
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': 'Gerenciamento de Funcionalidades do Sistema',
|
||||
'header.changePassword': 'Alterar Senha',
|
||||
'header.logout': 'Sair',
|
||||
'header.searchPlaceholder': 'Pesquisar nome ou MAC',
|
||||
'header.searchPlaceholder': 'Nome, tag ou pesquisa no Mac',
|
||||
|
||||
// Texto do componente McpToolCallDialog
|
||||
'mcpToolCall.title': 'Chamada de Ferramenta',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// Página de configuração de papel
|
||||
'roleConfig.title': 'Configuração de Papel',
|
||||
'roleConfig.addTag': 'Adicionar Novo Rótulo',
|
||||
'roleConfig.restartNotice': 'Após salvar a configuração, é necessário reiniciar o dispositivo para que a nova configuração tenha efeito.',
|
||||
'roleConfig.saveConfig': 'Salvar Configuração',
|
||||
'roleConfig.reset': 'Redefinir',
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': 'Cấu hình chức năng hệ thống',
|
||||
'header.changePassword': 'Đổi mật khẩu',
|
||||
'header.logout': 'Đăng xuất',
|
||||
'header.searchPlaceholder': 'Tìm tên hoặc MAC',
|
||||
'header.searchPlaceholder': 'Tên, thẻ hoặc tìm kiếm mac',
|
||||
|
||||
// McpToolCallDialog component text
|
||||
'mcpToolCall.title': 'Gọi công cụ',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// Role configuration page text
|
||||
'roleConfig.title': 'Vai trò',
|
||||
'roleConfig.addTag': 'Thêm mới nhãn',
|
||||
'roleConfig.restartNotice': 'Sau khi lưu cấu hình, bạn cần khởi động lại thiết bị để cấu hình mới có hiệu lực.',
|
||||
'roleConfig.saveConfig': 'Lưu cấu hình',
|
||||
'roleConfig.reset': 'Đặt lại',
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': '系统功能配置',
|
||||
'header.changePassword': '修改密码',
|
||||
'header.logout': '退出登录',
|
||||
'header.searchPlaceholder': '输入名称或mac搜索',
|
||||
'header.searchPlaceholder': '名称、标签或mac搜索',
|
||||
|
||||
// McpToolCallDialog组件文本
|
||||
'mcpToolCall.title': '工具调用',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// 角色配置页面文本
|
||||
'roleConfig.title': '角色配置',
|
||||
'roleConfig.addTag': '添加新标签',
|
||||
'roleConfig.restartNotice': '保存配置后,需要重启设备,新的配置才会生效。',
|
||||
'roleConfig.saveConfig': '保存配置',
|
||||
'roleConfig.reset': '重置',
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
'header.featureManagement': '系統功能配置',
|
||||
'header.changePassword': '修改密碼',
|
||||
'header.logout': '退出登錄',
|
||||
'header.searchPlaceholder': '輸入名稱或mac搜索',
|
||||
'header.searchPlaceholder': '名稱、標籤或mac搜索',
|
||||
|
||||
// McpToolCallDialog组件文本
|
||||
'mcpToolCall.title': '工具調用',
|
||||
@@ -747,6 +747,7 @@ export default {
|
||||
|
||||
// 角色配置頁面文本
|
||||
'roleConfig.title': '角色配置',
|
||||
'roleConfig.addTag': '添加新標籤',
|
||||
'roleConfig.restartNotice': '保存配置後,需要重啟設備,新的配置才會生效。',
|
||||
'roleConfig.saveConfig': '保存配置',
|
||||
'roleConfig.reset': '重置',
|
||||
|
||||
Reference in New Issue
Block a user