mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-22 03:48:08 +00:00
StartupDialog: fix two untranslated strings (#3293)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -726,7 +726,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="212"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="610"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="617"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -805,17 +805,17 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="632"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="639"/>
|
||||
<source>Like response</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="661"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="668"/>
|
||||
<source>Dislike response</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="724"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="731"/>
|
||||
<source>Suggested follow-ups</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -823,7 +823,7 @@
|
||||
<context>
|
||||
<name>ChatLLM</name>
|
||||
<message>
|
||||
<location filename="../src/chatllm.cpp" line="925"/>
|
||||
<location filename="../src/chatllm.cpp" line="935"/>
|
||||
<source>Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -954,68 +954,68 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<location filename="../qml/ChatView.qml" line="754"/>
|
||||
<source>Loads the default model which can be changed in settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="773"/>
|
||||
<location filename="../qml/ChatView.qml" line="774"/>
|
||||
<source>GPT4All requires that you install at least one
|
||||
model to get started</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="790"/>
|
||||
<location filename="../qml/ChatView.qml" line="791"/>
|
||||
<source>Shows the add model view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<location filename="../qml/ChatView.qml" line="817"/>
|
||||
<source>prompt / response pairs from the conversation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1092"/>
|
||||
<location filename="../qml/ChatView.qml" line="1093"/>
|
||||
<source>Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1096"/>
|
||||
<location filename="../qml/ChatView.qml" line="1097"/>
|
||||
<source>No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1099"/>
|
||||
<location filename="../qml/ChatView.qml" line="1100"/>
|
||||
<source>The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1102"/>
|
||||
<location filename="../qml/ChatView.qml" line="1103"/>
|
||||
<source>Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -1027,47 +1027,47 @@ model to get started</source>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="918"/>
|
||||
<location filename="../qml/ChatView.qml" line="919"/>
|
||||
<source>Erase and reset chat session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="939"/>
|
||||
<location filename="../qml/ChatView.qml" line="940"/>
|
||||
<source>Copy chat session to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<location filename="../qml/ChatView.qml" line="1215"/>
|
||||
<source>Adds media to the prompt</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<location filename="../qml/ChatView.qml" line="1350"/>
|
||||
<source>Stop the current response generation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -1089,7 +1089,7 @@ model to get started</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="391"/>
|
||||
<location filename="../qml/ChatView.qml" line="1002"/>
|
||||
<location filename="../qml/ChatView.qml" line="1003"/>
|
||||
<source>Reload · %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -1099,47 +1099,47 @@ model to get started</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Load a model to continue...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1243"/>
|
||||
<location filename="../qml/ChatView.qml" line="1244"/>
|
||||
<source>Send messages/prompts to the model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<location filename="../qml/ChatView.qml" line="1372"/>
|
||||
<source>Sends the message/prompt contained in textfield to the model</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -1602,78 +1602,78 @@ model to get started</source>
|
||||
<context>
|
||||
<name>ModelList</name>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1632"/>
|
||||
<location filename="../src/modellist.cpp" line="1672"/>
|
||||
<source><ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1651"/>
|
||||
<location filename="../src/modellist.cpp" line="1691"/>
|
||||
<source><strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1679"/>
|
||||
<location filename="../src/modellist.cpp" line="1720"/>
|
||||
<source><strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1710"/>
|
||||
<location filename="../src/modellist.cpp" line="1752"/>
|
||||
<source><strong>Mistral Tiny model</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1735"/>
|
||||
<location filename="../src/modellist.cpp" line="1778"/>
|
||||
<source><strong>Mistral Small model</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1761"/>
|
||||
<location filename="../src/modellist.cpp" line="1805"/>
|
||||
<source><strong>Mistral Medium model</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1664"/>
|
||||
<location filename="../src/modellist.cpp" line="1705"/>
|
||||
<source><br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1270"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<location filename="../src/modellist.cpp" line="1309"/>
|
||||
<location filename="../src/modellist.cpp" line="1360"/>
|
||||
<source>cannot open "%1": %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1333"/>
|
||||
<location filename="../src/modellist.cpp" line="1372"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1691"/>
|
||||
<location filename="../src/modellist.cpp" line="1733"/>
|
||||
<source><ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1773"/>
|
||||
<location filename="../src/modellist.cpp" line="1818"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1790"/>
|
||||
<location filename="../src/modellist.cpp" line="1835"/>
|
||||
<source><strong>Connect to OpenAI-compatible API server</strong><br> %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="2213"/>
|
||||
<location filename="../src/modellist.cpp" line="2259"/>
|
||||
<source><strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -2429,6 +2429,11 @@ model release that uses your data!</source>
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/StartupDialog.qml" line="118"/>
|
||||
<source>Opt-in to anonymous usage analytics used to improve GPT4All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/StartupDialog.qml" line="124"/>
|
||||
<location filename="../qml/StartupDialog.qml" line="150"/>
|
||||
@@ -2462,6 +2467,11 @@ model release that uses your data!</source>
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/StartupDialog.qml" line="232"/>
|
||||
<source>Opt-in to anonymous sharing of chats to the GPT4All Datalake</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/StartupDialog.qml" line="238"/>
|
||||
<location filename="../qml/StartupDialog.qml" line="265"/>
|
||||
|
Reference in New Issue
Block a user