mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
feat: 完成默认角色管理页面样式改造,并添加编辑保存弹窗
This commit is contained in:
@@ -1118,6 +1118,8 @@ export default {
|
||||
'agentTemplateManagement.action': 'Aktion',
|
||||
'agentTemplateManagement.createTemplate': 'Vorlage erstellen',
|
||||
'templateQuickConfig.newTemplate': 'Neue Vorlage',
|
||||
'templateQuickConfig.editTemplate': 'Vorlage bearbeiten',
|
||||
'templateQuickConfig.addTemplate': 'Vorlage hinzufügen',
|
||||
'agentTemplateManagement.editTemplate': 'Vorlage bearbeiten',
|
||||
'agentTemplateManagement.deleteTemplate': 'Vorlage löschen',
|
||||
'agentTemplateManagement.deleteSuccess': 'Vorlage erfolgreich gelöscht',
|
||||
|
||||
@@ -1152,6 +1152,8 @@ export default {
|
||||
'templateQuickConfig.cancel': 'Cancel',
|
||||
'templateQuickConfig.templateNotFound': 'Template not found',
|
||||
'templateQuickConfig.newTemplate': 'New Template',
|
||||
'templateQuickConfig.editTemplate': 'Edit Template',
|
||||
'templateQuickConfig.addTemplate': 'Add Template',
|
||||
'warning': 'Warning',
|
||||
'info': 'Info',
|
||||
'common.networkError': 'Network request failed',
|
||||
|
||||
@@ -1152,6 +1152,8 @@ export default {
|
||||
'templateQuickConfig.cancel': 'Cancelar',
|
||||
'templateQuickConfig.templateNotFound': 'Modelo não encontrado',
|
||||
'templateQuickConfig.newTemplate': 'Novo Modelo',
|
||||
'templateQuickConfig.editTemplate': 'Editar Modelo',
|
||||
'templateQuickConfig.addTemplate': 'Adicionar Modelo',
|
||||
'warning': 'Aviso',
|
||||
'info': 'Informação',
|
||||
'common.networkError': 'Falha na requisição de rede',
|
||||
|
||||
@@ -1118,6 +1118,8 @@ export default {
|
||||
'agentTemplateManagement.action': 'Hành động',
|
||||
'agentTemplateManagement.createTemplate': 'Tạo mẫu',
|
||||
'templateQuickConfig.newTemplate': 'Mẫu mới',
|
||||
'templateQuickConfig.editTemplate': 'Chỉnh sửa mẫu',
|
||||
'templateQuickConfig.addTemplate': 'Thêm mẫu',
|
||||
'agentTemplateManagement.editTemplate': 'Chỉnh sửa mẫu',
|
||||
'agentTemplateManagement.deleteTemplate': 'Xóa mẫu',
|
||||
'agentTemplateManagement.deleteSuccess': 'Đã xóa mẫu thành công',
|
||||
|
||||
@@ -1152,6 +1152,8 @@ export default {
|
||||
'templateQuickConfig.cancel': '取消',
|
||||
'templateQuickConfig.templateNotFound': '未找到指定模板',
|
||||
'templateQuickConfig.newTemplate': '新模板',
|
||||
'templateQuickConfig.editTemplate': '编辑模板',
|
||||
'templateQuickConfig.addTemplate': '新增模板',
|
||||
'warning': '警告',
|
||||
'info': '提示',
|
||||
'common.networkError': '网络请求失败',
|
||||
|
||||
@@ -1152,6 +1152,8 @@ export default {
|
||||
'templateQuickConfig.cancel': '取消',
|
||||
'templateQuickConfig.templateNotFound': '未找到指定模板',
|
||||
'templateQuickConfig.newTemplate': '新模板',
|
||||
'templateQuickConfig.editTemplate': '編輯模板',
|
||||
'templateQuickConfig.addTemplate': '新增模板',
|
||||
'warning': '警告',
|
||||
'info': '提示',
|
||||
'common.networkError': '網路請求失敗',
|
||||
|
||||
Reference in New Issue
Block a user