Update background.ts and settings.json

This commit is contained in:
n4ze3m
2024-03-31 16:36:27 +05:30
parent 9ced6469ce
commit e29cea82f5
6 changed files with 121 additions and 56 deletions

View File

@@ -20,27 +20,41 @@
},
"searchMode": {
"label": "使用简化的互联网搜索"
},
"deleteChatHistory": {
"label": "删除聊天历史记录",
"button": "删除",
"confirm": "您确定要删除聊天历史记录吗?这个操作不能撤销。"
}
},
"webSearch": {
"heading": "管理网络搜索",
"searchMode": {
"label": "执行简单的网际网路搜索"
"label": "执行简单的网际网路搜索"
},
"provider": {
"label": "搜索引擎",
"placeholder": "选择一个搜索引擎"
"label": "搜索引擎",
"placeholder": "选择一个搜索引擎"
},
"totalSearchResults": {
"label": "总搜索结果",
"placeholder": "输入总搜索结果"
"label": "总搜索结果",
"placeholder": "输入总搜索结果"
}
}
},
"system": {
"heading": "系统设置",
"deleteChatHistory": {
"label": "删除聊天记录",
"button": "删除",
"confirm": "您确定要删除聊天记录吗?此操作无法撤销。"
},
"export": {
"label": "导出聊天记录、设置和提示",
"button": "导出数据",
"success": "导出成功"
},
"import": {
"label": "导入聊天记录、设置和提示",
"button": "导入数据",
"success": "导入成功",
"error": "导入错误"
}
}
},
"manageModels": {
"title": "管理模型",