-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4393486
commit 5b53602
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"accept-solution": "接受解决方案", | ||
"api-key-placeholder": "在这里输入您的API密钥", | ||
"api-key": "API密钥", | ||
"api-path-placeholder": "输入主机名,例如 'localhost'", | ||
"api-path": "API路径", | ||
"applicable-ollama": "适用于Ollama等一些接口提供者", | ||
"auto-connect-as-provider": "作为接口提供者自动连接", | ||
"automatic": "自动化", | ||
"cancel-edit": "取消编辑", | ||
"cancel": "取消", | ||
"chat": "聊天", | ||
"clear-conversations": "清除对话", | ||
"connect": "连接", | ||
"connected": "已连接!", | ||
"connecting": "正在连接...", | ||
"connection-failed": "连接失败!请检查您的连接后重试。", | ||
"consumer-connection": "用户连接", | ||
"conversation-history": "对话历史", | ||
"copy-code": "复制代码", | ||
"copy-provider": "复制接口提供者", | ||
"delete-message": "删除消息", | ||
"delete-provider": "删除接口提供者", | ||
"disconnect": "断开连接", | ||
"edit-default-templates-description": "编辑在Twinny扩展中使用的默认模板。", | ||
"edit-default-templates": "编辑默认模板", | ||
"edit-message": "编辑消息", | ||
"edit-provider": "编辑接口提供者", | ||
"embed-documents": "嵌入文档", | ||
"embedding-provider": "嵌入接口提供者", | ||
"fim-template": "FIM模板", | ||
"fim": "中间填充", | ||
"hostname-placeholder": "输入主机名,例如 'localhost'", | ||
"hostname": "主机名", | ||
"label-placeholder": "为您的接口提供者输入一个标签。", | ||
"label": "标签", | ||
"loading-available-models": "正在加载可用模型...", | ||
"max-chunk-size": "最大块大小", | ||
"min-chunk-size": "最小块大小", | ||
"model-name-placeholder": "输入模型名称,例如 'llama3'", | ||
"model-name": "模型名称", | ||
"new-conversation": "新对话", | ||
"new-document": "新文档", | ||
"no-connections-found": "未找到连接。请添加新连接以开始。", | ||
"no-result": "无结果", | ||
"nothing-to-see-here": "这里没什么可看的。", | ||
"number-code-filepaths": "用作上下文的文件路径数量。", | ||
"number-code-snippets": "用作上下文的代码片段数量。", | ||
"open-diff": "打开差异比较视图", | ||
"open-template-editor": "打开模板编辑器", | ||
"overlap-size": "重叠大小", | ||
"owner-repo-name": "此标签将帮助您审查您的存储库中的拉取请求,输入下面的所有者和存储库名称以开始。目前仅支持GitHub,请在设置标签中设置您的GitHub令牌以开始。", | ||
"path": "路径", | ||
"placeholder": "Twinny今天能怎么帮助您?", | ||
"port-placeholder": "输入端口号,例如 '11434'", | ||
"port": "端口", | ||
"protocol": "协议", | ||
"provider-connection": "接口提供者连接", | ||
"provider-name": "接口提供者名称", | ||
"provider-placeholder": "输入接口提供者名称", | ||
"provider-type": "接口提供者类型", | ||
"provider": "接口提供者", | ||
"providers": "接口提供者们", | ||
"pull-requests": "拉取请求", | ||
"regenerate-message": "重新生成消息", | ||
"relevant-code-snippets": "相关代码片段", | ||
"relevant-file-paths": "相关文件路径", | ||
"repository-level": "存储库级别", | ||
"rerank-probability-threshold": "重新排名概率阈值", | ||
"rerank-threshold-description": "阈值越低,结果越有可能被包含。", | ||
"rerank-threshold": "重新排名阈值", | ||
"reset-providers": "重置接口提供者", | ||
"reset-to-default": "重置为默认", | ||
"review-pull-requests": "审查拉取请求", | ||
"save-edit": "保存编辑", | ||
"save": "保存", | ||
"scroll-down": "滚动到底部", | ||
"share-gpu-resources": "您也可以通过使用您的活跃Twinny接口提供者配置作为接口提供者连接到Symmetry来共享您的GPU资源。所有连接都是点对点的,端到端加密且安全的。", | ||
"status": "状态", | ||
"stop-generation": "停止生成", | ||
"symmetry-description": "Symmetry是一个点对点AI推理网络,允许用户之间进行安全、直接的连接。当您作为消费者连接时,Symmetry会根据您的模型选择为您匹配接口提供者。", | ||
"symmetry-inference-network": "Symmetry推理网络", | ||
"template-settings-description": "选择您想要在聊天界面中使用的模板。", | ||
"template-settings": "模板设置", | ||
"thinking": "思考中...", | ||
"toggle-auto-scroll": "开启/关闭自动滚动", | ||
"toggle-embedding-options": "开启/关闭嵌入选项", | ||
"toggle-provider-selection": "开启/关闭接口提供者选择", | ||
"type": "类型" | ||
} | ||
|