mirror of
https://github.com/klxf/eda-copilot.git
synced 2025-12-07 20:34:14 +08:00
i18n, fix get netlist
This commit is contained in:
@@ -1,4 +1,24 @@
|
||||
{
|
||||
"About": "About",
|
||||
"EasyEDA extension SDK v": "EasyEDA extension SDK v${1}"
|
||||
"iframe.settings.title": "Settings",
|
||||
"iframe.settings.api_host": "API Host",
|
||||
"iframe.settings.api_key": "API Key",
|
||||
"iframe.settings.header": "Request Header",
|
||||
"iframe.settings.endpoint": "Endpoint",
|
||||
"iframe.settings.model": "Model",
|
||||
"iframe.settings.model.choose": "Choose Model",
|
||||
"iframe.settings.model.custom": "Custom",
|
||||
"iframe.button.cancel": "Cancel",
|
||||
"iframe.button.save": "Save",
|
||||
"iframe.button.analysis_netlist": "Netlist",
|
||||
"iframe.button.add_file": "Add File",
|
||||
"iframe.button.new_chat": "New Chat",
|
||||
"iframe.button.model": "Model",
|
||||
"iframe.button.setting": "Settings",
|
||||
"iframe.button.send": "Send",
|
||||
"iframe.chat.default_title": "New Chat",
|
||||
"iframe.chat.default_message": "Can I help you?",
|
||||
"iframe.chat.default_message_meta": "Prompt",
|
||||
"iframe.chat.context_cleared": "Context Cleared",
|
||||
"iframe.input.chat_input": "Send image, file or netlist can resolve complex issues.",
|
||||
"toast.network_error": "This extension requires enabling the 'External Interactions' permission!"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,24 @@
|
||||
{
|
||||
"About": "关于",
|
||||
"EasyEDA extension SDK v": "嘉立创EDA 扩展 SDK v${1}"
|
||||
"iframe.settings": "设置",
|
||||
"iframe.settings.api_host": "接口地址",
|
||||
"iframe.settings.api_key": "API Key",
|
||||
"iframe.settings.header": "自定义请求头",
|
||||
"iframe.settings.endpoint": "终结点",
|
||||
"iframe.settings.model": "模型",
|
||||
"iframe.settings.model.choose": "选择模型",
|
||||
"iframe.settings.model.custom": "自定义",
|
||||
"iframe.button.cancel": "取消",
|
||||
"iframe.button.save": "保存",
|
||||
"iframe.button.analysis_netlist": "解析网表",
|
||||
"iframe.button.add_file": "添加文件",
|
||||
"iframe.button.new_chat": "新的聊天",
|
||||
"iframe.button.model": "模型",
|
||||
"iframe.button.setting": "设置",
|
||||
"iframe.button.send": "发送",
|
||||
"iframe.chat.default_title": "新的聊天",
|
||||
"iframe.chat.default_message": "有什么可以帮你的吗?",
|
||||
"iframe.chat.default_message_meta": "预设提示词",
|
||||
"iframe.chat.context_cleared": "上下文已清除",
|
||||
"iframe.input.chat_input": "解析网表、上传图片或文件可解决复杂问题",
|
||||
"toast.network_error": "本拓展需要启用外部交互权限!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user