mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-04-28 11:44:17 +00:00
StartupDialog: fix two untranslated strings (#3293)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
b7df4ebbcb
commit
03f7ca4409
@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
- Fix API server replying with incorrect token counts and stop reason after v3.5.0 ([#3256](https://github.com/nomic-ai/gpt4all/pull/3256))
|
||||
- Fix API server remembering previous, unrelated conversations after v3.5.0 ([#3256](https://github.com/nomic-ai/gpt4all/pull/3256))
|
||||
- Fix mishandling of default chat template and system message of cloned models in v3.5.0 ([#3262](https://github.com/nomic-ai/gpt4all/pull/3262))
|
||||
- Fix untranslated text on the startup dialog ([#3293](https://github.com/nomic-ai/gpt4all/pull/3293))
|
||||
|
||||
## [3.5.1] - 2024-12-10
|
||||
|
||||
|
@ -115,7 +115,7 @@ model release that uses your data!")
|
||||
anchors.right: parent.right
|
||||
Label {
|
||||
id: optInStatistics
|
||||
text: "Opt-in to anonymous usage analytics used to improve GPT4All"
|
||||
text: qsTr("Opt-in to anonymous usage analytics used to improve GPT4All")
|
||||
Layout.row: 0
|
||||
Layout.column: 0
|
||||
color: theme.textColor
|
||||
@ -229,7 +229,7 @@ model release that uses your data!")
|
||||
|
||||
Label {
|
||||
id: optInNetwork
|
||||
text: "Opt-in to anonymous sharing of chats to the GPT4All Datalake"
|
||||
text: qsTr("Opt-in to anonymous sharing of chats to the GPT4All Datalake")
|
||||
Layout.row: 1
|
||||
Layout.column: 0
|
||||
color: theme.textColor
|
||||
|
@ -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"/>
|
||||
|
@ -738,7 +738,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">Copiar</translation>
|
||||
</message>
|
||||
@ -817,17 +817,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">Seguimientos sugeridos</translation>
|
||||
</message>
|
||||
@ -835,7 +835,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>
|
||||
@ -974,37 +974,37 @@
|
||||
<translation>agregar colecciones de documentos al chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>Cargar el modelo predeterminado</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>Carga el modelo predeterminado que se puede cambiar en la configuración</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>No hay modelo instalado</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>
|
||||
@ -1025,22 +1025,22 @@
|
||||
<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>Instalar un modelo</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>Muestra la vista de agregar modelo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>Conversación con el modelo</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>pares de pregunta / respuesta de la conversación</translation>
|
||||
</message>
|
||||
@ -1069,7 +1069,7 @@
|
||||
<translation type="vanished">generando preguntas ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>Copiar</translation>
|
||||
</message>
|
||||
@ -1106,12 +1106,12 @@
|
||||
<translation type="vanished">Seguimientos sugeridos</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>Borrar y reiniciar sesión de chat</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>Copiar sesión de chat al portapapeles</translation>
|
||||
</message>
|
||||
@ -1120,43 +1120,43 @@
|
||||
<translation type="vanished">Rehacer última respuesta del chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>Agregar medios</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>Agrega medios al mensaje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>Detener generación</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>Detener la generación de la respuesta actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>Adjuntar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>Fila india</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>Recarga el modelo</translation>
|
||||
</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>Recargar · %1</translation>
|
||||
</message>
|
||||
@ -1166,7 +1166,7 @@
|
||||
<translation>Cargando · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>Cargar · %1 (predeterminado) →</translation>
|
||||
</message>
|
||||
@ -1186,47 +1186,47 @@
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>Enviar un mensaje...</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>Carga un modelo para continuar...</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>Enviar mensajes/indicaciones al modelo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>Cortar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>Pegar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>Seleccionar todo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>Enviar mensaje</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>Envía el mensaje/indicación contenido en el campo de texto al modelo</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>GPT4All requiere que instale al menos un
|
||||
@ -1696,78 +1696,78 @@ modelo para comenzar
|
||||
<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><ul><li>Requiere clave API personal de OpenAI.</li><li>ADVERTENCIA: ¡Enviará sus chats a OpenAI!</li><li>Su clave API se almacenará en el disco</li><li>Solo se usará para comunicarse con OpenAI</li><li>Puede solicitar una clave API <a href="https://platform.openai.com/account/api-keys">aquí.</a></li></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><strong>Modelo ChatGPT GPT-3.5 Turbo de OpenAI</strong><br> %1</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><br><br><i>* Aunque pagues a OpenAI por ChatGPT-4, esto no garantiza el acceso a la clave API. Contacta a OpenAI para más información.</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><strong>Modelo ChatGPT GPT-4 de OpenAI</strong><br> %1 %2</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><ul><li>Requiere una clave API personal de Mistral.</li><li>ADVERTENCIA: ¡Enviará tus chats a Mistral!</li><li>Tu clave API se almacenará en el disco</li><li>Solo se usará para comunicarse con Mistral</li><li>Puedes solicitar una clave API <a href="https://console.mistral.ai/user/api-keys">aquí</a>.</li></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><strong>Modelo Mistral Tiny</strong><br> %1</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><strong>Modelo Mistral Small</strong><br> %1</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><strong>Modelo Mistral Medium</strong><br> %1</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><strong>Creado por %1.</strong><br><ul><li>Publicado el %2.<li>Este modelo tiene %3 me gusta.<li>Este modelo tiene %4 descargas.<li>Más información puede encontrarse <a href="https://huggingface.co/%5">aquí.</a></ul></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1 (%2)</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>no se puede abrir "%1": %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>no se puede crear "%1": %2</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><strong>Modelo de API compatible con OpenAI</strong><br><ul><li>Clave API: %1</li><li>URL base: %2</li><li>Nombre del modelo: %3</li></ul></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><ul><li>Requiere una clave API personal y la URL base de la API.</li><li>ADVERTENCIA: ¡Enviará sus chats al servidor de API compatible con OpenAI que especificó!</li><li>Su clave API se almacenará en el disco</li><li>Solo se utilizará para comunicarse con el servidor de API compatible con OpenAI</li></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><strong>Conectar al servidor de API compatible con OpenAI</strong><br> %1</translation>
|
||||
</message>
|
||||
@ -2546,6 +2546,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>Describe lo que sucederá cuando acepte</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"/>
|
||||
@ -2579,6 +2584,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>Permitir rechazo de estadísticas de uso anónimas</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"/>
|
||||
|
@ -727,7 +727,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>Copia</translation>
|
||||
</message>
|
||||
@ -806,17 +806,17 @@
|
||||
<translation>Ripeti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="632"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="639"/>
|
||||
<source>Like response</source>
|
||||
<translation>Mi piace la risposta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="661"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="668"/>
|
||||
<source>Dislike response</source>
|
||||
<translation>Non mi piace la risposta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="724"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="731"/>
|
||||
<source>Suggested follow-ups</source>
|
||||
<translation>Approfondimenti suggeriti</translation>
|
||||
</message>
|
||||
@ -824,7 +824,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>Il messaggio era troppo lungo e non è stato possibile elaborarlo (%1 > %2). Riprova con un messaggio più breve.</translation>
|
||||
</message>
|
||||
@ -955,114 +955,114 @@
|
||||
<translation>aggiungi raccolte di documenti alla chat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>Carica il modello predefinito</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>Carica il modello predefinito che può essere modificato nei settaggi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>Nessun modello installato</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>GPT4All richiede l'installazione di almeno un
|
||||
modello per iniziare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation>Installa un modello</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>Mostra la vista aggiungi modello</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>Conversazione con il modello</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>coppie prompt/risposta dalla conversazione</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>Il modello di prompt precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi.</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>Nessun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> configurato.</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>Il <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> non può essere vuoto.</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>Il prompt del sistema precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>Copia</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>Cancella e ripristina la sessione di chat</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>Copia la sessione di chat negli appunti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>Aggiungi contenuti multimediali</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>Aggiunge contenuti multimediali al prompt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>Interrompi la generazione</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>Arresta la generazione della risposta corrente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>Allegare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>File singolo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>Ricarica il modello</translation>
|
||||
</message>
|
||||
@ -1084,7 +1084,7 @@ modello per iniziare</translation>
|
||||
</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>Ricarica · %1</translation>
|
||||
</message>
|
||||
@ -1094,47 +1094,47 @@ modello per iniziare</translation>
|
||||
<translation>Caricamento · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>Carica · %1 (predefinito) →</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>Manda un messaggio...</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>Carica un modello per continuare...</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>Invia messaggi/prompt al modello</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>Taglia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>Incolla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>Seleziona tutto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>Invia messaggio</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>Invia il messaggio/prompt contenuto nel campo di testo al modello</translation>
|
||||
</message>
|
||||
@ -1598,78 +1598,78 @@ modello per iniziare</translation>
|
||||
<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><ul><li>Richiede una chiave API OpenAI personale.</li><li>ATTENZIONE: invierà le tue chat a OpenAI!</li><li>La tua chiave API verrà archiviata su disco</li><li> Verrà utilizzato solo per comunicare con OpenAI</li><li>Puoi richiedere una chiave API <a href="https://platform.openai.com/account/api-keys">qui.</a> </li></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></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></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></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></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></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><br><br><i>* Anche se paghi OpenAI per ChatGPT-4 questo non garantisce l'accesso alla chiave API. Contatta OpenAI per maggiori informazioni.</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>impossibile aprire "%1": %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>impossibile creare "%1": %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1 (%2)</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><strong>Modello API compatibile con OpenAI</strong><br><ul><li>Chiave API: %1</li><li>URL di base: %2</li><li>Nome modello: %3</li></ul></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><ul><li>Richiede una chiave API Mistral personale.</li><li>ATTENZIONE: invierà le tue chat a Mistral!</li><li>La tua chiave API verrà archiviata su disco</li><li> Verrà utilizzato solo per comunicare con Mistral</li><li>Puoi richiedere una chiave API <a href="https://console.mistral.ai/user/api-keys">qui</a>. </li></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><ul><li>Richiede una chiave API personale e l'URL di base dell'API.</li><li>ATTENZIONE: invierà le tue chat al server API compatibile con OpenAI che hai specificato!</li><li>La tua chiave API verrà archiviata su disco</li><li>Verrà utilizzata solo per comunicare con il server API compatibile con OpenAI</li></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><strong>Connetti al server API compatibile con OpenAI</strong><br> %1</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><strong>Creato da %1.</strong><br><ul><li>Pubblicato il %2.<li>Questo modello ha %3 Mi piace.<li>Questo modello ha %4 download.<li>Altro informazioni possono essere trovate <a href="https://huggingface.co/%5">qui.</a></ul></translation>
|
||||
</message>
|
||||
@ -2444,6 +2444,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>Descrive cosa accadrà quando effettuerai l'adesione</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"/>
|
||||
@ -2477,6 +2482,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>Consenti la disattivazione per le statistiche di utilizzo anonime</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"/>
|
||||
|
@ -740,7 +740,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">Copiar</translation>
|
||||
</message>
|
||||
@ -819,17 +819,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">Perguntas relacionadas</translation>
|
||||
</message>
|
||||
@ -837,7 +837,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>
|
||||
@ -976,64 +976,64 @@
|
||||
<translation>Adicionar Coleção de Documentos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>Carregar o modelo padrão</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>Carrega o modelo padrão (personalizável nas configurações)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>Nenhum Modelo Instalado</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>O GPT4All precisa de pelo menos um modelo
|
||||
modelo instalado para funcionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation>Instalar um Modelo</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>Mostra a visualização para adicionar modelo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>Conversa com o modelo</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>Pares de pergunta/resposta da conversa</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>
|
||||
@ -1062,7 +1062,7 @@ modelo instalado para funcionar</translation>
|
||||
<translation type="vanished">gerando perguntas...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>Copiar</translation>
|
||||
</message>
|
||||
@ -1099,12 +1099,12 @@ modelo instalado para funcionar</translation>
|
||||
<translation type="vanished">Perguntas relacionadas</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>Apagar e redefinir sessão de chat</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>Copiar histórico da conversa</translation>
|
||||
</message>
|
||||
@ -1113,37 +1113,37 @@ modelo instalado para funcionar</translation>
|
||||
<translation type="vanished">Refazer última resposta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>Adicionar mídia</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>Adiciona mídia ao prompt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>Parar de gerar</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>Parar a geração da resposta atual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>Anexar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>Arquivo Único</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>Recarrega modelo</translation>
|
||||
</message>
|
||||
@ -1165,7 +1165,7 @@ modelo instalado para funcionar</translation>
|
||||
</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>Recarregar · %1</translation>
|
||||
</message>
|
||||
@ -1175,7 +1175,7 @@ modelo instalado para funcionar</translation>
|
||||
<translation>Carregando · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>Carregar · %1 (padrão) →</translation>
|
||||
</message>
|
||||
@ -1199,42 +1199,42 @@ modelo instalado para funcionar</translation>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>Enviar uma mensagem...</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>Carregue um modelo para continuar...</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>Enviar mensagens/prompts para o modelo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>Recortar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>Colar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>Selecionar tudo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>Enviar mensagem</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>Envia a mensagem/prompt contida no campo de texto para o modelo</translation>
|
||||
</message>
|
||||
@ -1698,78 +1698,78 @@ modelo instalado para funcionar</translation>
|
||||
<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><ul><li>É necessária uma chave de API da OpenAI.</li><li>AVISO: Seus chats serão enviados para a OpenAI!</li><li>Sua chave de API será armazenada localmente</li><li>Ela será usada apenas para comunicação com a OpenAI</li><li>Você pode solicitar uma chave de API <a href="https://platform.openai.com/account/api-keys">aqui.</a></li></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><strong>Modelo ChatGPT GPT-3.5 Turbo da OpenAI</strong><br> %1</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><strong>Modelo ChatGPT GPT-4 da OpenAI</strong><br> %1 %2</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><strong>Modelo Mistral Tiny</strong><br> %1</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><strong>Modelo Mistral Small</strong><br> %1</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><strong>Modelo Mistral Medium</strong><br> %1</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><br><br><i>* Mesmo que você pague pelo ChatGPT-4 da OpenAI, isso não garante acesso à chave de API. Contate a OpenAI para mais informações.</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>não é possível abrir "%1": %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>não é possível criar "%1": %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1 (%2)</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><strong>Modelo de API Compatível com OpenAI</strong><br><ul><li>Chave da API: %1</li><li>URL Base: %2</li><li>Nome do Modelo: %3</li></ul></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><ul><li>É necessária uma chave de API da Mistral.</li><li>AVISO: Seus chats serão enviados para a Mistral!</li><li>Sua chave de API será armazenada localmente</li><li>Ela será usada apenas para comunicação com a Mistral</li><li>Você pode solicitar uma chave de API <a href="https://console.mistral.ai/user/api-keys">aqui</a>.</li></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><ul><li>É necessária uma chave de API e a URL da API.</li><li>AVISO: Seus chats serão enviados para o servidor de API compatível com OpenAI que você especificou!</li><li>Sua chave de API será armazenada no disco</li><li>Será usada apenas para comunicação com o servidor de API compatível com OpenAI</li></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><strong>Conectar a um servidor de API compatível com OpenAI</strong><br> %1</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><strong>Criado por %1.</strong><br><ul><li>Publicado em %2.<li>Este modelo tem %3 curtidas.<li>Este modelo tem %4 downloads.<li>Mais informações podem ser encontradas <a href="https://huggingface.co/%5">aqui.</a></ul></translation>
|
||||
</message>
|
||||
@ -2581,6 +2581,11 @@ versão do modelo GPT4All que utilize seus dados!</translation>
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>Descrição do que acontece ao participar</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"/>
|
||||
@ -2614,6 +2619,11 @@ versão do modelo GPT4All que utilize seus dados!</translation>
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>Permitir recusar envio de estatísticas de uso anônimas</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"/>
|
||||
|
@ -743,7 +743,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>Copiere</translation>
|
||||
</message>
|
||||
@ -823,17 +823,17 @@
|
||||
<translation>Refacere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="632"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="639"/>
|
||||
<source>Like response</source>
|
||||
<translation>Imi Place râspunsul</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="661"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="668"/>
|
||||
<source>Dislike response</source>
|
||||
<translation>NU Îmi Place râspunsul</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatItemView.qml" line="724"/>
|
||||
<location filename="../qml/ChatItemView.qml" line="731"/>
|
||||
<source>Suggested follow-ups</source>
|
||||
<translation>Continuări sugerate</translation>
|
||||
</message>
|
||||
@ -841,7 +841,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>Mesajul tău e prea lung şi nu poate fi procesat. (%1 > %2). Încearca iar cu un mesaj mai scurt</translation>
|
||||
</message>
|
||||
@ -980,37 +980,37 @@
|
||||
<translation>adaugă Colecţii de documente la conversaţie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>Încarcă modelul implicit</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>Încarcă modelul implicit care poate fi stabilit în Configurare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>Niciun model instalat</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>Vechiul Prompt-Template trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare.</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>Nu e configurat niciun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">model de conversaţie</a>.</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><a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">Modelul de conversaţie</a> nu poate lipsi.</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>Vechiul System Prompt trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare.</translation>
|
||||
</message>
|
||||
@ -1045,28 +1045,28 @@
|
||||
<translation>Schimbarea modelului va ŞTERGE conversaţia curenta.</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>GPT4All necesită cel puţin un model pentru a putea rula</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation>Instalează un model</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>Afişează secţiunea de adăugare a unui model</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>Conversaţie cu modelul</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>perechi prompt/replică din conversaţie</translation>
|
||||
</message>
|
||||
@ -1095,7 +1095,7 @@ model to get started</source>
|
||||
<translation type="vanished">se generează întrebări...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>Copiere</translation>
|
||||
</message>
|
||||
@ -1132,12 +1132,12 @@ model to get started</source>
|
||||
<translation type="vanished">Continuări sugerate</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>Şterge şi resetează sesiunea de chat</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>Copiez sesiunea de chat (conversaţia) în Clipboard</translation>
|
||||
</message>
|
||||
@ -1146,37 +1146,37 @@ model to get started</source>
|
||||
<translation type="vanished">Reface ultima replică</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>Adaugă media (un fişier)</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>Adaugă media (un fişier) la prompt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>Opreşte generarea</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>Opreşte generarea replicii curente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>Ataşează</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>Un singur fişier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>Reîncarc modelul</translation>
|
||||
</message>
|
||||
@ -1212,7 +1212,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>Reîncărcare · %1</translation>
|
||||
</message>
|
||||
@ -1222,7 +1222,7 @@ model to get started</source>
|
||||
<translation>Încărcare · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>Încarcă · %1 (implicit) →</translation>
|
||||
</message>
|
||||
@ -1247,42 +1247,42 @@ model to get started</source>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>Trimite un mesaj...</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>Încarcă un model pentru a continua...</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>Trimite mesaje/prompt-uri către model</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>Decupare (Cut)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>Alipire (Paste)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>Selectez tot</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>Trimit mesajul</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>Trimite modelului mesajul/prompt-ul din câmpul-text</translation>
|
||||
</message>
|
||||
@ -1749,78 +1749,78 @@ model to get started</source>
|
||||
<context>
|
||||
<name>ModelList</name>
|
||||
<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>nu se poate deschide „%1”: %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>nu se poate crea „%1”: %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1 (%2)</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><strong>Model API compatibil cu OpenAI</strong><br><ul><li>Cheia API: %1</li><li>Base URL: %2</li><li>Numele modelului: %3</li></ul></translation>
|
||||
</message>
|
||||
<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><ul><li>Necesită o cheie API OpenAI personală. </li><li>ATENŢIE: Conversaţiile tale vor fi trimise la OpenAI!</li><li>Cheia ta API va fi stocată pe disc (local) </li><li>Va fi utilizată numai pentru comunicarea cu OpenAI</li><li>Poţi solicita o cheie API aici: <a href="https://platform.openai.com/account/api-keys">aici.</a></li></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><strong>Modelul OpenAI's ChatGPT GPT-3.5 Turbo</strong><br> %1</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><br><br><i>* Chiar dacă plăteşti la OpenAI pentru ChatGPT-4, aceasta nu garantează accesul la cheia API. Contactează OpenAI pentru mai multe informaţii.</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><strong>Modelul ChatGPT GPT-4 al OpenAI</strong><br> %1 %2</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><ul><li>Necesită cheia personală Mistral API. </li><li>ATENŢIE: Conversaţiile tale vor fi trimise la Mistral!</li><li>Cheia ta API va fi stocată pe disc (local)</li><li>Va fi utilizată numai pentru comunicarea cu Mistral</li><li>Poţi solicita o cheie API aici: <a href="https://console.mistral.ai/user/api-keys">aici</a>.</li></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><strong>Modelul Mistral Tiny</strong><br> %1</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><strong>Modelul Mistral Small</strong><br> %1</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><strong>Modelul Mistral Medium</strong><br> %1</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><ul><li>Necesită cheia personală API si base-URL a API.</li><li>ATENŢIE: Conversaţiile tale vor fi trimise la serverul API compatibil cu OpenAI specificat!</li><li>Cheia ta API va fi stocată pe disc (local)</li><li>Va fi utilizată numai pentru comunicarea cu serverul API compatibil cu OpenAI</li></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><strong>Conectare la un server API compatibil cu OpenAI</strong><br> %1</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><strong>Creat de către %1.</strong><br><ul><li>Publicat in: %2.<li>Acest model are %3 Likes.<li>Acest model are %4 download-uri.<li>Mai multe informaţii pot fi găsite la: <a href="https://huggingface.co/%5">aici.</a></ul></translation>
|
||||
</message>
|
||||
@ -2675,6 +2675,11 @@ care foloseşte datele tale!</translation>
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>Descrie ce se întâmplă când participi</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"/>
|
||||
@ -2708,6 +2713,11 @@ care foloseşte datele tale!</translation>
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>Permite anularea participării la colectarea de statistici despre utilizare -anonimă-</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"/>
|
||||
|
@ -742,7 +742,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>
|
||||
@ -820,17 +820,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>
|
||||
@ -838,7 +838,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>
|
||||
@ -977,63 +977,63 @@
|
||||
<translation>将文档集合添加到聊天中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>载入默认模型</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>加载默认模型,可以在设置中更改</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>没有下载模型</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>GPT4All要求您至少安装一个模型才能开始</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation>下载模型</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>查看添加的模型</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>使用此模型对话</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>对话中的提示/响应对</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>
|
||||
@ -1062,7 +1062,7 @@ model to get started</source>
|
||||
<translation type="vanished">生成响应</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>复制</translation>
|
||||
</message>
|
||||
@ -1099,12 +1099,12 @@ model to get started</source>
|
||||
<translation type="vanished">建议的后续行动</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>擦除并重置聊天会话</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>复制对话到剪切板</translation>
|
||||
</message>
|
||||
@ -1113,37 +1113,37 @@ model to get started</source>
|
||||
<translation type="vanished">重新生成上个响应</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>新增媒體</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>將媒體加入提示中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>停止生成</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>停止当前响应</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>附</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>單一文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>重载模型</translation>
|
||||
</message>
|
||||
@ -1165,7 +1165,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>重载 · %1</translation>
|
||||
</message>
|
||||
@ -1175,7 +1175,7 @@ model to get started</source>
|
||||
<translation>载入中 · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>载入 · %1 (默认) →</translation>
|
||||
</message>
|
||||
@ -1198,42 +1198,42 @@ model to get started</source>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>发送消息...</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>选择模型并继续</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>发送消息/提示词给模型</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>剪切</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>粘贴</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>全选</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>发送消息</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>将文本框中包含的消息/提示发送给模型</translation>
|
||||
</message>
|
||||
@ -1698,78 +1698,78 @@ model to get started</source>
|
||||
<context>
|
||||
<name>ModelList</name>
|
||||
<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>无法打开“%1”:%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>无法创建“%1”:%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1 (%2)</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><strong>与 OpenAI 兼容的 API 模型</strong><br><ul><li>API 密钥:%1</li><li>基本 URL:%2</li><li>模型名称:%3</li></ul></translation>
|
||||
</message>
|
||||
<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><ul><li>需要个人 OpenAI API 密钥。</li><li>警告:将把您的聊天内容发送给 OpenAI!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与 OpenAI 通信</li><li>您可以在此处<a href="https://platform.openai.com/account/api-keys">申请 API 密钥。</a></li></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><strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1</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><strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2</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><strong>Mistral Tiny model</strong><br> %1</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><strong>Mistral Small model</strong><br> %1</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><strong>Mistral Medium model</strong><br> %1</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><ul><li>需要个人 API 密钥和 API 基本 URL。</li><li>警告:将把您的聊天内容发送到您指定的与 OpenAI 兼容的 API 服务器!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与与 OpenAI 兼容的 API 服务器通信</li></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><strong>连接到与 OpenAI 兼容的 API 服务器</strong><br> %1</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><br><br><i>* 即使您为ChatGPT-4向OpenAI付款,这也不能保证API密钥访问。联系OpenAI获取更多信息。</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><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></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><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></translation>
|
||||
</message>
|
||||
@ -2573,6 +2573,11 @@ model release that uses your data!</source>
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>描述选择加入时会发生的情况</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"/>
|
||||
@ -2606,6 +2611,11 @@ model release that uses your data!</source>
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>允许选择退出匿名使用统计数据</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"/>
|
||||
|
@ -735,7 +735,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>
|
||||
@ -813,17 +813,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>
|
||||
@ -831,7 +831,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>
|
||||
@ -951,7 +951,7 @@
|
||||
</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>重新載入 · %1</translation>
|
||||
</message>
|
||||
@ -961,27 +961,27 @@
|
||||
<translation>載入中 · %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="728"/>
|
||||
<location filename="../qml/ChatView.qml" line="729"/>
|
||||
<source>Load · %1 (default) →</source>
|
||||
<translation>載入 · %1 (預設) →</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>
|
||||
@ -1017,44 +1017,44 @@
|
||||
<translation>將文件集合新增至交談中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="752"/>
|
||||
<location filename="../qml/ChatView.qml" line="753"/>
|
||||
<source>Load the default model</source>
|
||||
<translation>載入預設模型</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>預設模型可於設定中變更</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="764"/>
|
||||
<location filename="../qml/ChatView.qml" line="765"/>
|
||||
<source>No Model Installed</source>
|
||||
<translation>沒有已安裝的模型</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>GPT4All 要求您至少安裝一個
|
||||
模型開始</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="785"/>
|
||||
<location filename="../qml/ChatView.qml" line="786"/>
|
||||
<source>Install a Model</source>
|
||||
<translation>安裝一個模型</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>顯示新增模型視圖</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="815"/>
|
||||
<location filename="../qml/ChatView.qml" line="816"/>
|
||||
<source>Conversation with the model</source>
|
||||
<translation>與模型對話</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>對話中的提示詞 / 回覆組合</translation>
|
||||
</message>
|
||||
@ -1091,7 +1091,7 @@ model to get started</source>
|
||||
<translation type="vanished">生成問題......</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1290"/>
|
||||
<location filename="../qml/ChatView.qml" line="1291"/>
|
||||
<source>Copy</source>
|
||||
<translation>複製</translation>
|
||||
</message>
|
||||
@ -1128,12 +1128,12 @@ model to get started</source>
|
||||
<translation type="vanished">後續建議</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>刪除並重置交談會話</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>複製交談會議到剪貼簿</translation>
|
||||
</message>
|
||||
@ -1142,37 +1142,37 @@ model to get started</source>
|
||||
<translation type="vanished">復原上一個交談回覆</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1213"/>
|
||||
<location filename="../qml/ChatView.qml" line="1214"/>
|
||||
<source>Add media</source>
|
||||
<translation>附加媒體文件</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>附加媒體文件到提示詞</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1348"/>
|
||||
<location filename="../qml/ChatView.qml" line="1349"/>
|
||||
<source>Stop generating</source>
|
||||
<translation>停止生成</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>停止當前回覆生成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1392"/>
|
||||
<location filename="../qml/ChatView.qml" line="1393"/>
|
||||
<source>Attach</source>
|
||||
<translation>附加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1394"/>
|
||||
<location filename="../qml/ChatView.qml" line="1395"/>
|
||||
<source>Single File</source>
|
||||
<translation>單一文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1004"/>
|
||||
<location filename="../qml/ChatView.qml" line="1005"/>
|
||||
<source>Reloads the model</source>
|
||||
<translation>重新載入模型</translation>
|
||||
</message>
|
||||
@ -1192,42 +1192,42 @@ model to get started</source>
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1240"/>
|
||||
<location filename="../qml/ChatView.qml" line="1241"/>
|
||||
<source>Send a message...</source>
|
||||
<translation>傳送一則訊息......</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>載入模型以繼續......</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>向模型傳送訊息/提示詞</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1284"/>
|
||||
<location filename="../qml/ChatView.qml" line="1285"/>
|
||||
<source>Cut</source>
|
||||
<translation>剪下</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1296"/>
|
||||
<location filename="../qml/ChatView.qml" line="1297"/>
|
||||
<source>Paste</source>
|
||||
<translation>貼上</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1300"/>
|
||||
<location filename="../qml/ChatView.qml" line="1301"/>
|
||||
<source>Select All</source>
|
||||
<translation>全選</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ChatView.qml" line="1370"/>
|
||||
<location filename="../qml/ChatView.qml" line="1371"/>
|
||||
<source>Send message</source>
|
||||
<translation>傳送訊息</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>將文字欄位中包含的訊息/提示詞傳送到模型</translation>
|
||||
</message>
|
||||
@ -1686,78 +1686,78 @@ model to get started</source>
|
||||
<context>
|
||||
<name>ModelList</name>
|
||||
<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>無法開啟“%1”:%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1282"/>
|
||||
<location filename="../src/modellist.cpp" line="1321"/>
|
||||
<source>cannot create "%1": %2</source>
|
||||
<translation>無法建立“%1”:%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modellist.cpp" line="1332"/>
|
||||
<location filename="../src/modellist.cpp" line="1371"/>
|
||||
<source>%1 (%2)</source>
|
||||
<translation>%1(%2)</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><strong>OpenAI API 相容模型</strong><br><ul><li>API 金鑰:%1</li><li>基底 URL:%2</li><li>模型名稱:%3</li></ul></translation>
|
||||
</message>
|
||||
<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><ul><li>需要個人的 OpenAI API 金鑰。</li><li>警告:這將會傳送您的交談紀錄到 OpenAI</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與 OpenAI 進行通訊</li><li>您可以在<a href="https://platform.openai.com/account/api-keys">此處</a>申請一個 API 金鑰。</li></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><strong>OpenAI 的 ChatGPT 模型 GPT-3.5 Turbo</strong><br> %1</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><br><br><i>* 即使您已向 OpenAI 付費購買了 ChatGPT 的 GPT-4 模型使用權,但這也不能保證您能擁有 API 金鑰的使用權限。請聯繫 OpenAI 以查閱更多資訊。</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><strong>OpenAI 的 ChatGPT 模型 GPT-4</strong><br> %1 %2</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><ul><li>需要個人的 Mistral API 金鑰。</li><li>警告:這將會傳送您的交談紀錄到 Mistral!</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與 Mistral 進行通訊</li><li>您可以在<a href="https://console.mistral.ai/user/api-keys">此處</a>申請一個 API 金鑰。</li></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><strong>Mistral 迷你模型</strong><br> %1</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><strong>Mistral 小型模型</strong><br> %1</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><strong>Mistral 中型模型</strong><br> %1</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><ul><li>需要個人的 API 金鑰和 API 的基底 URL(Base URL)。</li><li>警告:這將會傳送您的交談紀錄到您所指定的 OpenAI API 相容伺服器</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與其 OpenAI API 相容伺服器進行通訊</li></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><strong>連線到 OpenAI API 相容伺服器</strong><br> %1</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><strong>模型作者:%1</strong><br><ul><li>發佈日期:%2<li>累積讚數:%3 個讚<li>下載次數:%4 次<li>更多資訊請查閱<a href="https://huggingface.co/%5">此處</a>。</ul></translation>
|
||||
</message>
|
||||
@ -2553,6 +2553,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將
|
||||
<source>Describes what will happen when you opt-in</source>
|
||||
<translation>解釋當您加入計畫後,會發生什麼事情</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="147"/>
|
||||
<location filename="../qml/StartupDialog.qml" line="262"/>
|
||||
@ -2597,6 +2602,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將
|
||||
<source>Allow opt-out for anonymous usage statistics</source>
|
||||
<translation>終止並退出匿名使用統計計畫</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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user