mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Update gpt4all_zh_CN.ts some not translated (#2749)
Signed-off-by: wuhanodoo <99947164+wuodoo@users.noreply.github.com>
This commit is contained in:
parent
71c957f8ee
commit
257bedb48e
@ -310,31 +310,31 @@
|
||||
<location filename="../qml/AddModelView.qml" line="603"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/AddModelView.qml" line="603"/>
|
||||
<source>ERROR: $API_KEY is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$API_KEY 为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/AddModelView.qml" line="624"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/AddModelView.qml" line="624"/>
|
||||
<source>ERROR: $BASE_URL is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$BASE_URL 为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/AddModelView.qml" line="630"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/AddModelView.qml" line="630"/>
|
||||
<source>enter $BASE_URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>输入 $BASE_URL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/AddModelView.qml" line="645"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/AddModelView.qml" line="645"/>
|
||||
<source>ERROR: $MODEL_NAME is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$MODEL_NAME为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/AddModelView.qml" line="651"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/AddModelView.qml" line="651"/>
|
||||
<source>enter $MODEL_NAME</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>输入:$MODEL_NAME</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/AddModelView.qml" line="700"/>
|
||||
@ -596,7 +596,7 @@
|
||||
<location filename="../qml/ApplicationSettings.qml" line="188"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ApplicationSettings.qml" line="188"/>
|
||||
<source>System Locale</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>系统语言</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ApplicationSettings.qml" line="215"/>
|
||||
@ -612,7 +612,7 @@
|
||||
<location filename="../qml/ApplicationSettings.qml" line="216"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ApplicationSettings.qml" line="216"/>
|
||||
<source>The compute device used for text generation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>设备用于文本生成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ApplicationSettings.qml" line="234"/>
|
||||
@ -620,7 +620,7 @@
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ApplicationSettings.qml" line="234"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ApplicationSettings.qml" line="289"/>
|
||||
<source>Application default</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>程序默认</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ApplicationSettings.qml" line="267"/>
|
||||
@ -800,12 +800,12 @@
|
||||
<message>
|
||||
<location filename="../chatapi.cpp" line="230"/>
|
||||
<source>ERROR: Network error occurred while connecting to the API server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:连接到 API 服务器时发生网络错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../chatapi.cpp" line="243"/>
|
||||
<source>ChatAPIWorker::handleFinished got HTTP Error %1 %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ChatAPIWorker::handleFinished 收到 HTTP 错误 %1 %2</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1402,37 +1402,37 @@ model to get started</source>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="240"/>
|
||||
<source>Model "%1" is installed successfully.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>模型 "%1" 安装成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="250"/>
|
||||
<source>ERROR: $MODEL_NAME is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$MODEL_NAME 为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="256"/>
|
||||
<source>ERROR: $API_KEY is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$API_KEY为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="262"/>
|
||||
<source>ERROR: $BASE_URL is invalid.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$BASE_URL 非法</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="268"/>
|
||||
<source>ERROR: Model "%1 (%2)" is conflict.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误: 模型 "%1 (%2)" 有冲突.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="287"/>
|
||||
<source>Model "%1 (%2)" is installed successfully.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>模型 "%1 (%2)" 安装成功.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../download.cpp" line="311"/>
|
||||
<source>Model "%1" is removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>模型 "%1" 已删除.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1708,8 +1708,7 @@ model to get started</source>
|
||||
<message>
|
||||
<location filename="../qml/LocalDocsView.qml" line="85"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/LocalDocsView.qml" line="85"/>
|
||||
<source><h3>ERROR: The LocalDocs database cannot be accessed or is not valid.</h3><br><i>Note: You will need to restart after trying any of the following suggested fixes.</i><br><ul><li>Make sure that the folder set as <b>Download Path</b> exists on the file system.</li><li>Check ownership as well as read and write permissions of the <b>Download Path</b>.</li><li>If there is a <b>localdocs_v2.db</b> file, check its ownership and read/write permissions, too.</li></ul><br>If the problem persists and there are any 'localdocs_v*.db' files present, as a last resort you can<br>try backing them up and removing them. You will have to recreate your collections, however.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><h3>错误:无法访问 LocalDocs 数据库或该数据库无效。</h3><br><i>注意:尝试以下任何建议的修复方法后,您将需要重新启动。</i><br><ul><li>确保设置为<b>下载路径</b>的文件夹存在于文件系统中。</li><li>检查<b>下载路径</b>的所有权以及读写权限。</li><li>如果有<b>localdocs_v2.db</b>文件,请检查其所有权和读/写权限。</li></ul><br>如果问题仍然存在,并且存在任何“localdocs_v*.db”文件,作为最后的手段,您可以<br>尝试备份并删除它们。但是,您必须重新创建您的收藏。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/LocalDocsView.qml" line="109"/>
|
||||
@ -1871,12 +1870,12 @@ model to get started</source>
|
||||
<message>
|
||||
<location filename="../modellist.cpp" line="1299"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 (%2)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modellist.cpp" line="1300"/>
|
||||
<source><strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><strong>与 OpenAI 兼容的 API 模型</strong><br><ul><li>API 密钥:%1</li><li>基本 URL:%2</li><li>模型名称:%3</li></ul></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modellist.cpp" line="1575"/>
|
||||
@ -1911,12 +1910,12 @@ model to get started</source>
|
||||
<message>
|
||||
<location filename="../modellist.cpp" line="1716"/>
|
||||
<source><ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><ul><li>需要个人 API 密钥和 API 基本 URL。</li><li>警告:将把您的聊天内容发送到您指定的与 OpenAI 兼容的 API 服务器!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与与 OpenAI 兼容的 API 服务器通信</li></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modellist.cpp" line="1733"/>
|
||||
<source><strong>Connect to OpenAI-compatible API server</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><strong>连接到与 OpenAI 兼容的 API 服务器</strong><br> %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br></source>
|
||||
@ -2352,31 +2351,31 @@ NOTE: Does not take effect until you reload the model.</source>
|
||||
<location filename="../qml/ModelsView.qml" line="399"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ModelsView.qml" line="399"/>
|
||||
<source>ERROR: $API_KEY is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$API_KEY 为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ModelsView.qml" line="420"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ModelsView.qml" line="420"/>
|
||||
<source>ERROR: $BASE_URL is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$BASE_URL 为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ModelsView.qml" line="426"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ModelsView.qml" line="426"/>
|
||||
<source>enter $BASE_URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>输入 $BASE_URL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ModelsView.qml" line="441"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ModelsView.qml" line="441"/>
|
||||
<source>ERROR: $MODEL_NAME is empty.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>错误:$MODEL_NAME为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ModelsView.qml" line="447"/>
|
||||
<location filename="../../build_gpt4all-chat_Desktop_Qt_6_7_2/gpt4all/qml/ModelsView.qml" line="447"/>
|
||||
<source>enter $MODEL_NAME</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>输入:$MODEL_NAME</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ModelsView.qml" line="496"/>
|
||||
|
Loading…
Reference in New Issue
Block a user