From 6938b5b20e1a3addfd9837ed7266849d8ad8570f Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 17 Jul 2023 13:03:11 +0800 Subject: [PATCH] change chinese translation of `completion` --- README_ZH.md | 4 ++-- frontend/src/_locales/zh-hans/main.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index d14da80..3a4c156 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -58,7 +58,7 @@ API兼容的接口,这意味着一切ChatGPT客户端都是RWKV客户端。 - 与OpenAI API完全兼容,一切ChatGPT客户端,都是RWKV客户端。启动模型后,打开 http://127.0.0.1:8000/docs 查看详细内容 - 全自动依赖安装,你只需要一个轻巧的可执行程序 - 预设了2G至32G显存的配置,几乎在各种电脑上工作良好 -- 自带用户友好的聊天和补全交互页面 +- 自带用户友好的聊天和续写交互页面 - 易于理解和操作的参数配置 - 内置模型转换工具 - 内置下载管理和远程模型检视 @@ -144,7 +144,7 @@ for i in np.argsort(embeddings_cos_sim)[::-1]: ![image](https://github.com/josStorer/RWKV-Runner/assets/13366013/9570e73b-dca2-4316-9e92-09961f3c48c4) -### 补全 +### 续写 ![image](https://github.com/josStorer/RWKV-Runner/assets/13366013/69f9ba7a-2fe8-4a5e-94cb-aa655aa409e2) diff --git a/frontend/src/_locales/zh-hans/main.json b/frontend/src/_locales/zh-hans/main.json index d4d1412..2769489 100644 --- a/frontend/src/_locales/zh-hans/main.json +++ b/frontend/src/_locales/zh-hans/main.json @@ -104,7 +104,7 @@ "Supported custom cuda file not found": "没有找到支持的自定义cuda文件", "Failed to copy custom cuda file": "自定义cuda文件复制失败", "Downloading update, please wait. If it is not completed, please manually download the program from GitHub and replace the original program.": "正在下载更新,请等待。如果一直未完成,请从Github手动下载并覆盖原程序", - "Completion": "补全", + "Completion": "续写", "Parameters": "参数", "Stop Sequences": "停止词", "When this content appears in the response result, the generation will end.": "响应结果出现该内容时就结束生成", @@ -153,7 +153,7 @@ "Restart the app to apply DPI Scaling.": "重启应用以使显示缩放生效", "Restart": "重启", "API Chat Model Name": "API聊天模型名", - "API Completion Model Name": "API补全模型名", + "API Completion Model Name": "API续写模型名", "Localhost": "本地", "Retry": "重试", "Delete": "删除",