Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions zh-CN/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"unnamedChat": "未命名聊天",
"emptyFolder": "文件夹为空",

"tokenCount": "token数",
"messageTokenCount": "输入token数",
"tokenCount/hint": "消息中的token数量。使用当前选定模型的分词器计算。\n\n需要加载模型。",
"messageTokenCount/hint": "消息中的token数量。使用当前选定模型的分词器计算。\n\n**不包括**附件中的token估计值。",
"tokenCount": "词元数",
"messageTokenCount": "输入词元数",
"tokenCount/hint": "消息中的词元数。使用当前选定模型的分词器计算。\n\n需要加载模型。",
"messageTokenCount/hint": "消息中的词元数量。使用当前选定模型的分词器计算。\n\n**不包括**附件中的词元估计值。",

"notes": "对话笔记",
"notes/add/first": "添加笔记",
Expand Down Expand Up @@ -60,6 +60,8 @@
"actions/loadLastModel": "重新加载上次使用的模型",
"actions/loadLastModel/tooltip": "点击以加载上次与该聊天一起使用的模型:\n\n{{lastModel}}",
"actions/loadLastModel/error": "加载上次使用的模型失败。",
"actions/clearLastUsedModel": "清除上次使用的模型",
"actions/clearLastUsedModel/error": "清除上次使用的模型失败。",
"actions/continueCurrentModel": "使用当前模型",
"actions/continueCurrentModel/tooltip": "当前模型:{{currentModel}}",
"actions/changeToLastUsedModel": "加载 {{lastModel}}",
Expand All @@ -76,10 +78,10 @@
"editMessageConfirm/keepEditing": "继续编辑",
"editMessageConfirm/save": "保存",
"editMessageConfirm/discard": "放弃更改",
"tokenCount/totalNotAvailable": "token:{{current}}",
"tokenCount/totalAvailable": "token:{{current}}/{{total}}",
"tokenCount/totalNotAvailable": "词元:{{current}}",
"tokenCount/totalAvailable": "词元:{{current}}/{{total}}",
"tokenCount/totalAvailablePercentage": "上下文已满 {{percentage}}%",
"tokenCount/contextOverflow": "未经处理的上下文大于模型的最大token限制。根据您的上下文溢出策略,上下文可能会被截断,或者消息可能不会被发送。",
"tokenCount/contextOverflow": "未经处理的上下文大于模型的最大词元限制。根据您的上下文溢出策略,上下文可能会被截断,或者消息可能不会被发送。",
"modelLoader/manualLoadParams/label": "手动选择模型加载参数",
"modelLoader/manualLoadParams/hint/before": "(或按住",
"modelLoader/manualLoadParams/hint/after": ")",
Expand Down Expand Up @@ -128,10 +130,10 @@
"style/viewMode/plaintext": "纯文本",
"style/viewMode/monospace": "等宽字体",

"speculativeDecodingVisualization/toggle": "可视化已采纳的草稿token",
"speculativeDecodingVisualization/fromDraftModel_one": "已采纳的草稿token",
"speculativeDecodingVisualization/fromDraftModel_other": "已采纳的草稿token",
"speculativeDecodingVisualization/cannotChangeViewMode": "可视化草稿token时无法切换显示模式。",
"speculativeDecodingVisualization/toggle": "可视化已采纳的草稿词元",
"speculativeDecodingVisualization/fromDraftModel_one": "已采纳的草稿词元",
"speculativeDecodingVisualization/fromDraftModel_other": "已采纳的草稿词元",
"speculativeDecodingVisualization/cannotChangeViewMode": "可视化草稿词元时无法切换显示模式。",

"style/fontSize/label": "字体大小",
"style/fontSize/medium": "默认",
Expand All @@ -154,7 +156,7 @@
"expandTooltip": "展开调试信息块"
}
},

"chatTabOptions/clearAllMessages": "清空所有聊天记录...",
"chatTabOptions/duplicateChat": "复制聊天",

Expand All @@ -163,11 +165,11 @@
"topBarActions/clearChatConfirmation": "您确定要清除此聊天中的所有消息吗?",
"topBarActions/clearChatCancel": "取消",
"topBarActions/clearChatDelete": "全部清除",

"noModels.indexing": "正在索引模型文件...(这可能需要一段时间)",
"noModels.downloading": "正在下载您的第一个LLM...",
"noModels": "还没有LLM!下载一个开始吧!",

"plugins": {
"pluginTrigger": {
"noPlugins": "插件",
Expand All @@ -193,6 +195,8 @@
"startRunningDevelopmentPlugin/error": "开发模式插件启动失败",
"stopRunningDevelopmentPlugin/error": "开发模式插件停止失败",
"forceReInitPlugin/error": "重启插件失败"
"signOutMcpPlugin/error": "插件登出失败",
"cancelMcpAuthentication/error": "取消插件身份验证失败"
},
"pluginConfiguration": {
"title": "插件配置",
Expand Down Expand Up @@ -224,20 +228,22 @@
},

"genInfo": {
"tokensPerSecond": "{{tokensPerSecond}} token/s",
"predictedTokensCount": "{{predictedTokensCount}} token",
"timeToFirstTokenSec": "首个token用时 {{timeToFirstTokenSec}} s",
"tokensPerSecond": "{{tokensPerSecond}} 词元/秒",
"predictedTokensCount": "{{predictedTokensCount}} 词元",
"timeToFirstTokenSec": "首个词元用时 {{timeToFirstTokenSec}} s",
"stopReason": "停止原因: {{stopReason}}",
"stopReason.userStopped": "用户已停止",
"stopReason.modelUnloaded": "模型已卸载",
"stopReason.failed": "生成失败",
"stopReason.eosFound": "检测到 EOS token",
"stopReason.eosFound": "检测到 EOS 词元",
"stopReason.stopStringFound": "发现停止字符串",
"stopReason.toolCalls": "工具调用",
"stopReason.maxPredictedTokensReached": "达到最大预测词元",
"stopReason.contextLengthReached": "达到上下文长度上限",
"speculativeDecodedBy": "草稿模型:{{decodedBy}}",
"speculativeDecodingStats": "已采纳 {{accepted}}/{{total}} 个草稿token({{percentage}}%)"
"speculativeDecodingStats": "已采纳 {{accepted}}/{{total}} 个草稿词元({{percentage}}%)"
"speculativeDecodingAcceptedPercentage": "已接受 {{percentage}}% 的草稿令牌",
"speculativeDecodingTooltip": "已接受 {{accepted}}/{{total}} 个草稿令牌"
},

"tabs": {
Expand Down
Loading
Loading