diff --git a/gpt4all-chat/CHANGELOG.md b/gpt4all-chat/CHANGELOG.md
index 6478ea72..2fada906 100644
--- a/gpt4all-chat/CHANGELOG.md
+++ b/gpt4all-chat/CHANGELOG.md
@@ -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
diff --git a/gpt4all-chat/qml/StartupDialog.qml b/gpt4all-chat/qml/StartupDialog.qml
index a1d021c8..a29a8a4c 100644
--- a/gpt4all-chat/qml/StartupDialog.qml
+++ b/gpt4all-chat/qml/StartupDialog.qml
@@ -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
diff --git a/gpt4all-chat/translations/gpt4all_en_US.ts b/gpt4all-chat/translations/gpt4all_en_US.ts
index b84517d5..5f998cc8 100644
--- a/gpt4all-chat/translations/gpt4all_en_US.ts
+++ b/gpt4all-chat/translations/gpt4all_en_US.ts
@@ -726,7 +726,7 @@
-
+ Copy
@@ -805,17 +805,17 @@
-
+ Like response
-
+ Dislike response
-
+ Suggested follow-ups
@@ -823,7 +823,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.
@@ -954,68 +954,68 @@
-
+ Load the default model
-
+ Loads the default model which can be changed in settings
-
+ No Model Installed
-
+ GPT4All requires that you install at least one
model to get started
-
+ Install a Model
-
+ Shows the add model view
-
+ Conversation with the model
-
+ prompt / response pairs from the conversation
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ Copy
@@ -1027,47 +1027,47 @@ model to get started
-
+ Erase and reset chat session
-
+ Copy chat session to clipboard
-
+ Add media
-
+ Adds media to the prompt
-
+ Stop generating
-
+ Stop the current response generation
-
+ Attach
-
+ Single File
-
+ Reloads the model
@@ -1089,7 +1089,7 @@ model to get started
-
+ Reload · %1
@@ -1099,47 +1099,47 @@ model to get started
-
+ Load · %1 (default) →
-
+ Send a message...
-
+ Load a model to continue...
-
+ Send messages/prompts to the model
-
+ Cut
-
+ Paste
-
+ Select All
-
+ Send message
-
+ Sends the message/prompt contained in textfield to the model
@@ -1602,78 +1602,78 @@ model to get started
ModelList
-
+ <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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2
-
+ <strong>Mistral Tiny model</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.
-
-
+
+ cannot open "%1": %2
-
+ cannot create "%1": %2
-
+ %1 (%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul>
-
+ <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>
-
+ <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>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1
-
+ <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>
@@ -2429,6 +2429,11 @@ model release that uses your data!
Describes what will happen when you opt-in
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2462,6 +2467,11 @@ model release that uses your data!
Allow opt-out for anonymous usage statistics
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_es_MX.ts b/gpt4all-chat/translations/gpt4all_es_MX.ts
index c392ddb3..070a4e5d 100644
--- a/gpt4all-chat/translations/gpt4all_es_MX.ts
+++ b/gpt4all-chat/translations/gpt4all_es_MX.ts
@@ -738,7 +738,7 @@
-
+ CopyCopiar
@@ -817,17 +817,17 @@
-
+ Like response
-
+ Dislike response
-
+ Suggested follow-upsSeguimientos sugeridos
@@ -835,7 +835,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.
@@ -974,37 +974,37 @@
agregar colecciones de documentos al chat
-
+ Load the default modelCargar el modelo predeterminado
-
+ Loads the default model which can be changed in settingsCarga el modelo predeterminado que se puede cambiar en la configuración
-
+ No Model InstalledNo hay modelo instalado
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
@@ -1025,22 +1025,22 @@
-
+ Install a ModelInstalar un modelo
-
+ Shows the add model viewMuestra la vista de agregar modelo
-
+ Conversation with the modelConversación con el modelo
-
+ prompt / response pairs from the conversationpares de pregunta / respuesta de la conversación
@@ -1069,7 +1069,7 @@
generando preguntas ...
-
+ CopyCopiar
@@ -1106,12 +1106,12 @@
Seguimientos sugeridos
-
+ Erase and reset chat sessionBorrar y reiniciar sesión de chat
-
+ Copy chat session to clipboardCopiar sesión de chat al portapapeles
@@ -1120,43 +1120,43 @@
Rehacer última respuesta del chat
-
+ Add mediaAgregar medios
-
+ Adds media to the promptAgrega medios al mensaje
-
+ Stop generatingDetener generación
-
+ Stop the current response generationDetener la generación de la respuesta actual
-
+ AttachAdjuntar
-
+ Single FileFila india
-
+ Reloads the modelRecarga el modelo
-
+ Reload · %1Recargar · %1
@@ -1166,7 +1166,7 @@
Cargando · %1
-
+ Load · %1 (default) →Cargar · %1 (predeterminado) →
@@ -1186,47 +1186,47 @@
-
+ Send a message...Enviar un mensaje...
-
+ Load a model to continue...Carga un modelo para continuar...
-
+ Send messages/prompts to the modelEnviar mensajes/indicaciones al modelo
-
+ CutCortar
-
+ PastePegar
-
+ Select AllSeleccionar todo
-
+ Send messageEnviar mensaje
-
+ Sends the message/prompt contained in textfield to the modelEnvía el mensaje/indicación contenido en el campo de texto al modelo
-
+ GPT4All requires that you install at least one
model to get startedGPT4All requiere que instale al menos un
@@ -1696,78 +1696,78 @@ modelo para comenzar
ModelList
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1<strong>Modelo ChatGPT GPT-3.5 Turbo de OpenAI</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<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.
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2<strong>Modelo ChatGPT GPT-4 de OpenAI</strong><br> %1 %2
-
+ <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><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>
-
+ <strong>Mistral Tiny model</strong><br> %1<strong>Modelo Mistral Tiny</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1<strong>Modelo Mistral Small</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1<strong>Modelo Mistral Medium</strong><br> %1
-
+ <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><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>
-
+ %1 (%2)%1 (%2)
-
-
+
+ cannot open "%1": %2no se puede abrir "%1": %2
-
+ cannot create "%1": %2no se puede crear "%1": %2
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><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>
-
+ <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><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>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>Conectar al servidor de API compatible con OpenAI</strong><br> %1
@@ -2546,6 +2546,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi
Describes what will happen when you opt-inDescribe lo que sucederá cuando acepte
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2579,6 +2584,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi
Allow opt-out for anonymous usage statisticsPermitir rechazo de estadísticas de uso anónimas
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_it_IT.ts b/gpt4all-chat/translations/gpt4all_it_IT.ts
index e401aed8..075abcd9 100644
--- a/gpt4all-chat/translations/gpt4all_it_IT.ts
+++ b/gpt4all-chat/translations/gpt4all_it_IT.ts
@@ -727,7 +727,7 @@
-
+ CopyCopia
@@ -806,17 +806,17 @@
Ripeti
-
+ Like responseMi piace la risposta
-
+ Dislike responseNon mi piace la risposta
-
+ Suggested follow-upsApprofondimenti suggeriti
@@ -824,7 +824,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.Il messaggio era troppo lungo e non è stato possibile elaborarlo (%1 > %2). Riprova con un messaggio più breve.
@@ -955,114 +955,114 @@
aggiungi raccolte di documenti alla chat
-
+ Load the default modelCarica il modello predefinito
-
+ Loads the default model which can be changed in settingsCarica il modello predefinito che può essere modificato nei settaggi
-
+ No Model InstalledNessun modello installato
-
+ GPT4All requires that you install at least one
model to get startedGPT4All richiede l'installazione di almeno un
modello per iniziare
-
+ Install a ModelInstalla un modello
-
+ Shows the add model viewMostra la vista aggiungi modello
-
+ Conversation with the modelConversazione con il modello
-
+ prompt / response pairs from the conversationcoppie prompt/risposta dalla conversazione
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.Il modello di prompt precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.Nessun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> configurato.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.Il <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> non può essere vuoto.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.Il prompt del sistema precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi.
-
+ CopyCopia
-
+ Erase and reset chat sessionCancella e ripristina la sessione di chat
-
+ Copy chat session to clipboardCopia la sessione di chat negli appunti
-
+ Add mediaAggiungi contenuti multimediali
-
+ Adds media to the promptAggiunge contenuti multimediali al prompt
-
+ Stop generatingInterrompi la generazione
-
+ Stop the current response generationArresta la generazione della risposta corrente
-
+ AttachAllegare
-
+ Single FileFile singolo
-
+ Reloads the modelRicarica il modello
@@ -1084,7 +1084,7 @@ modello per iniziare
-
+ Reload · %1Ricarica · %1
@@ -1094,47 +1094,47 @@ modello per iniziare
Caricamento · %1
-
+ Load · %1 (default) →Carica · %1 (predefinito) →
-
+ Send a message...Manda un messaggio...
-
+ Load a model to continue...Carica un modello per continuare...
-
+ Send messages/prompts to the modelInvia messaggi/prompt al modello
-
+ CutTaglia
-
+ PasteIncolla
-
+ Select AllSeleziona tutto
-
+ Send messageInvia messaggio
-
+ Sends the message/prompt contained in textfield to the modelInvia il messaggio/prompt contenuto nel campo di testo al modello
@@ -1598,78 +1598,78 @@ modello per iniziare
ModelList
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2
-
+ <strong>Mistral Tiny model</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<br><br><i>* Anche se paghi OpenAI per ChatGPT-4 questo non garantisce l'accesso alla chiave API. Contatta OpenAI per maggiori informazioni.
-
-
+
+ cannot open "%1": %2impossibile aprire "%1": %2
-
+ cannot create "%1": %2impossibile creare "%1": %2
-
+ %1 (%2)%1 (%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><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>
-
+ <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><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>
-
+ <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><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>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>Connetti al server API compatibile con OpenAI</strong><br> %1
-
+ <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><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>
@@ -2444,6 +2444,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di
Describes what will happen when you opt-inDescrive cosa accadrà quando effettuerai l'adesione
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2477,6 +2482,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di
Allow opt-out for anonymous usage statisticsConsenti la disattivazione per le statistiche di utilizzo anonime
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_pt_BR.ts b/gpt4all-chat/translations/gpt4all_pt_BR.ts
index 2a86309d..621dfc93 100644
--- a/gpt4all-chat/translations/gpt4all_pt_BR.ts
+++ b/gpt4all-chat/translations/gpt4all_pt_BR.ts
@@ -740,7 +740,7 @@
-
+ CopyCopiar
@@ -819,17 +819,17 @@
-
+ Like response
-
+ Dislike response
-
+ Suggested follow-upsPerguntas relacionadas
@@ -837,7 +837,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.
@@ -976,64 +976,64 @@
Adicionar Coleção de Documentos
-
+ Load the default modelCarregar o modelo padrão
-
+ Loads the default model which can be changed in settingsCarrega o modelo padrão (personalizável nas configurações)
-
+ No Model InstalledNenhum Modelo Instalado
-
+ GPT4All requires that you install at least one
model to get startedO GPT4All precisa de pelo menos um modelo
modelo instalado para funcionar
-
+ Install a ModelInstalar um Modelo
-
+ Shows the add model viewMostra a visualização para adicionar modelo
-
+ Conversation with the modelConversa com o modelo
-
+ prompt / response pairs from the conversationPares de pergunta/resposta da conversa
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
@@ -1062,7 +1062,7 @@ modelo instalado para funcionar
gerando perguntas...
-
+ CopyCopiar
@@ -1099,12 +1099,12 @@ modelo instalado para funcionar
Perguntas relacionadas
-
+ Erase and reset chat sessionApagar e redefinir sessão de chat
-
+ Copy chat session to clipboardCopiar histórico da conversa
@@ -1113,37 +1113,37 @@ modelo instalado para funcionar
Refazer última resposta
-
+ Add mediaAdicionar mídia
-
+ Adds media to the promptAdiciona mídia ao prompt
-
+ Stop generatingParar de gerar
-
+ Stop the current response generationParar a geração da resposta atual
-
+ AttachAnexar
-
+ Single FileArquivo Único
-
+ Reloads the modelRecarrega modelo
@@ -1165,7 +1165,7 @@ modelo instalado para funcionar
-
+ Reload · %1Recarregar · %1
@@ -1175,7 +1175,7 @@ modelo instalado para funcionar
Carregando · %1
-
+ Load · %1 (default) →Carregar · %1 (padrão) →
@@ -1199,42 +1199,42 @@ modelo instalado para funcionar
-
+ Send a message...Enviar uma mensagem...
-
+ Load a model to continue...Carregue um modelo para continuar...
-
+ Send messages/prompts to the modelEnviar mensagens/prompts para o modelo
-
+ CutRecortar
-
+ PasteColar
-
+ Select AllSelecionar tudo
-
+ Send messageEnviar mensagem
-
+ Sends the message/prompt contained in textfield to the modelEnvia a mensagem/prompt contida no campo de texto para o modelo
@@ -1698,78 +1698,78 @@ modelo instalado para funcionar
ModelList
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1<strong>Modelo ChatGPT GPT-3.5 Turbo da OpenAI</strong><br> %1
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2<strong>Modelo ChatGPT GPT-4 da OpenAI</strong><br> %1 %2
-
+ <strong>Mistral Tiny model</strong><br> %1<strong>Modelo Mistral Tiny</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1<strong>Modelo Mistral Small</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1<strong>Modelo Mistral Medium</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<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.
-
-
+
+ cannot open "%1": %2não é possível abrir "%1": %2
-
+ cannot create "%1": %2não é possível criar "%1": %2
-
+ %1 (%2)%1 (%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><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>
-
+ <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><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>
-
+ <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><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>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>Conectar a um servidor de API compatível com OpenAI</strong><br> %1
-
+ <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><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>
@@ -2581,6 +2581,11 @@ versão do modelo GPT4All que utilize seus dados!
Describes what will happen when you opt-inDescrição do que acontece ao participar
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2614,6 +2619,11 @@ versão do modelo GPT4All que utilize seus dados!
Allow opt-out for anonymous usage statisticsPermitir recusar envio de estatísticas de uso anônimas
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_ro_RO.ts b/gpt4all-chat/translations/gpt4all_ro_RO.ts
index 13d8ae65..adea9547 100644
--- a/gpt4all-chat/translations/gpt4all_ro_RO.ts
+++ b/gpt4all-chat/translations/gpt4all_ro_RO.ts
@@ -743,7 +743,7 @@
-
+ CopyCopiere
@@ -823,17 +823,17 @@
Refacere
-
+ Like responseImi Place râspunsul
-
+ Dislike responseNU Îmi Place râspunsul
-
+ Suggested follow-upsContinuări sugerate
@@ -841,7 +841,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.Mesajul tău e prea lung şi nu poate fi procesat. (%1 > %2). Încearca iar cu un mesaj mai scurt
@@ -980,37 +980,37 @@
adaugă Colecţii de documente la conversaţie
-
+ Load the default modelÎncarcă modelul implicit
-
+ Loads the default model which can be changed in settingsÎncarcă modelul implicit care poate fi stabilit în Configurare
-
+ No Model InstalledNiciun model instalat
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.Vechiul Prompt-Template trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.Nu e configurat niciun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">model de conversaţie</a>.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.<a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">Modelul de conversaţie</a> nu poate lipsi.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.Vechiul System Prompt trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare.
@@ -1045,28 +1045,28 @@
Schimbarea modelului va ŞTERGE conversaţia curenta.
-
+ GPT4All requires that you install at least one
model to get startedGPT4All necesită cel puţin un model pentru a putea rula
-
+ Install a ModelInstalează un model
-
+ Shows the add model viewAfişează secţiunea de adăugare a unui model
-
+ Conversation with the modelConversaţie cu modelul
-
+ prompt / response pairs from the conversationperechi prompt/replică din conversaţie
@@ -1095,7 +1095,7 @@ model to get started
se generează întrebări...
-
+ CopyCopiere
@@ -1132,12 +1132,12 @@ model to get started
Continuări sugerate
-
+ Erase and reset chat sessionŞterge şi resetează sesiunea de chat
-
+ Copy chat session to clipboardCopiez sesiunea de chat (conversaţia) în Clipboard
@@ -1146,37 +1146,37 @@ model to get started
Reface ultima replică
-
+ Add mediaAdaugă media (un fişier)
-
+ Adds media to the promptAdaugă media (un fişier) la prompt
-
+ Stop generatingOpreşte generarea
-
+ Stop the current response generationOpreşte generarea replicii curente
-
+ AttachAtaşează
-
+ Single FileUn singur fişier
-
+ Reloads the modelReîncarc modelul
@@ -1212,7 +1212,7 @@ model to get started
-
+ Reload · %1Reîncărcare · %1
@@ -1222,7 +1222,7 @@ model to get started
Încărcare · %1
-
+ Load · %1 (default) →Încarcă · %1 (implicit) →
@@ -1247,42 +1247,42 @@ model to get started
-
+ Send a message...Trimite un mesaj...
-
+ Load a model to continue...Încarcă un model pentru a continua...
-
+ Send messages/prompts to the modelTrimite mesaje/prompt-uri către model
-
+ CutDecupare (Cut)
-
+ PasteAlipire (Paste)
-
+ Select AllSelectez tot
-
+ Send messageTrimit mesajul
-
+ Sends the message/prompt contained in textfield to the modelTrimite modelului mesajul/prompt-ul din câmpul-text
@@ -1749,78 +1749,78 @@ model to get started
ModelList
-
-
+
+ cannot open "%1": %2nu se poate deschide „%1”: %2
-
+ cannot create "%1": %2nu se poate crea „%1”: %2
-
+ %1 (%2)%1 (%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><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>
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1<strong>Modelul OpenAI's ChatGPT GPT-3.5 Turbo</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<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.
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2<strong>Modelul ChatGPT GPT-4 al OpenAI</strong><br> %1 %2
-
+ <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><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>
-
+ <strong>Mistral Tiny model</strong><br> %1<strong>Modelul Mistral Tiny</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1<strong>Modelul Mistral Small</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1<strong>Modelul Mistral Medium</strong><br> %1
-
+ <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><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>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>Conectare la un server API compatibil cu OpenAI</strong><br> %1
-
+ <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><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>
@@ -2675,6 +2675,11 @@ care foloseşte datele tale!
Describes what will happen when you opt-inDescrie ce se întâmplă când participi
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2708,6 +2713,11 @@ care foloseşte datele tale!
Allow opt-out for anonymous usage statisticsPermite anularea participării la colectarea de statistici despre utilizare -anonimă-
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_zh_CN.ts b/gpt4all-chat/translations/gpt4all_zh_CN.ts
index 7fc06d38..e8ed5738 100644
--- a/gpt4all-chat/translations/gpt4all_zh_CN.ts
+++ b/gpt4all-chat/translations/gpt4all_zh_CN.ts
@@ -742,7 +742,7 @@
-
+ Copy复制
@@ -820,17 +820,17 @@
-
+ Like response
-
+ Dislike response
-
+ Suggested follow-ups建议的后续行动
@@ -838,7 +838,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.
@@ -977,63 +977,63 @@
将文档集合添加到聊天中
-
+ Load the default model载入默认模型
-
+ Loads the default model which can be changed in settings加载默认模型,可以在设置中更改
-
+ No Model Installed没有下载模型
-
+ GPT4All requires that you install at least one
model to get startedGPT4All要求您至少安装一个模型才能开始
-
+ Install a Model下载模型
-
+ Shows the add model view查看添加的模型
-
+ Conversation with the model使用此模型对话
-
+ prompt / response pairs from the conversation对话中的提示/响应对
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
@@ -1062,7 +1062,7 @@ model to get started
生成响应
-
+ Copy复制
@@ -1099,12 +1099,12 @@ model to get started
建议的后续行动
-
+ Erase and reset chat session擦除并重置聊天会话
-
+ Copy chat session to clipboard复制对话到剪切板
@@ -1113,37 +1113,37 @@ model to get started
重新生成上个响应
-
+ Add media新增媒體
-
+ Adds media to the prompt將媒體加入提示中
-
+ Stop generating停止生成
-
+ Stop the current response generation停止当前响应
-
+ Attach附
-
+ Single File單一文件
-
+ Reloads the model重载模型
@@ -1165,7 +1165,7 @@ model to get started
-
+ Reload · %1重载 · %1
@@ -1175,7 +1175,7 @@ model to get started
载入中 · %1
-
+ Load · %1 (default) →载入 · %1 (默认) →
@@ -1198,42 +1198,42 @@ model to get started
-
+ Send a message...发送消息...
-
+ Load a model to continue...选择模型并继续
-
+ Send messages/prompts to the model发送消息/提示词给模型
-
+ Cut剪切
-
+ Paste粘贴
-
+ Select All全选
-
+ Send message发送消息
-
+ Sends the message/prompt contained in textfield to the model将文本框中包含的消息/提示发送给模型
@@ -1698,78 +1698,78 @@ model to get started
ModelList
-
-
+
+ cannot open "%1": %2无法打开“%1”:%2
-
+ cannot create "%1": %2无法创建“%1”:%2
-
+ %1 (%2)%1 (%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><strong>与 OpenAI 兼容的 API 模型</strong><br><ul><li>API 密钥:%1</li><li>基本 URL:%2</li><li>模型名称:%3</li></ul>
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1<strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2<strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2
-
+ <strong>Mistral Tiny model</strong><br> %1<strong>Mistral Tiny model</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1<strong>Mistral Small model</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1<strong>Mistral Medium model</strong><br> %1
-
+ <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><ul><li>需要个人 API 密钥和 API 基本 URL。</li><li>警告:将把您的聊天内容发送到您指定的与 OpenAI 兼容的 API 服务器!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与与 OpenAI 兼容的 API 服务器通信</li>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>连接到与 OpenAI 兼容的 API 服务器</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<br><br><i>* 即使您为ChatGPT-4向OpenAI付款,这也不能保证API密钥访问。联系OpenAI获取更多信息。
-
+ <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><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>
-
+ <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><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>
@@ -2573,6 +2573,11 @@ model release that uses your data!
Describes what will happen when you opt-in描述选择加入时会发生的情况
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2606,6 +2611,11 @@ model release that uses your data!
Allow opt-out for anonymous usage statistics允许选择退出匿名使用统计数据
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+
diff --git a/gpt4all-chat/translations/gpt4all_zh_TW.ts b/gpt4all-chat/translations/gpt4all_zh_TW.ts
index 75325cdb..0f86f7df 100644
--- a/gpt4all-chat/translations/gpt4all_zh_TW.ts
+++ b/gpt4all-chat/translations/gpt4all_zh_TW.ts
@@ -735,7 +735,7 @@
-
+ Copy複製
@@ -813,17 +813,17 @@
-
+ Like response
-
+ Dislike response
-
+ Suggested follow-ups後續建議
@@ -831,7 +831,7 @@
ChatLLM
-
+ Your message was too long and could not be processed (%1 > %2). Please try again with something shorter.
@@ -951,7 +951,7 @@
-
+ Reload · %1重新載入 · %1
@@ -961,27 +961,27 @@
載入中 · %1
-
+ Load · %1 (default) →載入 · %1 (預設) →
-
+ Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
-
+ No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured.
-
+ The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank.
-
+ Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings.
@@ -1017,44 +1017,44 @@
將文件集合新增至交談中
-
+ Load the default model載入預設模型
-
+ Loads the default model which can be changed in settings預設模型可於設定中變更
-
+ No Model Installed沒有已安裝的模型
-
+ GPT4All requires that you install at least one
model to get startedGPT4All 要求您至少安裝一個
模型開始
-
+ Install a Model安裝一個模型
-
+ Shows the add model view顯示新增模型視圖
-
+ Conversation with the model與模型對話
-
+ prompt / response pairs from the conversation對話中的提示詞 / 回覆組合
@@ -1091,7 +1091,7 @@ model to get started
生成問題......
-
+ Copy複製
@@ -1128,12 +1128,12 @@ model to get started
後續建議
-
+ Erase and reset chat session刪除並重置交談會話
-
+ Copy chat session to clipboard複製交談會議到剪貼簿
@@ -1142,37 +1142,37 @@ model to get started
復原上一個交談回覆
-
+ Add media附加媒體文件
-
+ Adds media to the prompt附加媒體文件到提示詞
-
+ Stop generating停止生成
-
+ Stop the current response generation停止當前回覆生成
-
+ Attach附加
-
+ Single File單一文件
-
+ Reloads the model重新載入模型
@@ -1192,42 +1192,42 @@ model to get started
-
+ Send a message...傳送一則訊息......
-
+ Load a model to continue...載入模型以繼續......
-
+ Send messages/prompts to the model向模型傳送訊息/提示詞
-
+ Cut剪下
-
+ Paste貼上
-
+ Select All全選
-
+ Send message傳送訊息
-
+ Sends the message/prompt contained in textfield to the model將文字欄位中包含的訊息/提示詞傳送到模型
@@ -1686,78 +1686,78 @@ model to get started
ModelList
-
-
+
+ cannot open "%1": %2無法開啟“%1”:%2
-
+ cannot create "%1": %2無法建立“%1”:%2
-
+ %1 (%2)%1(%2)
-
+ <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul><strong>OpenAI API 相容模型</strong><br><ul><li>API 金鑰:%1</li><li>基底 URL:%2</li><li>模型名稱:%3</li></ul>
-
+ <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><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>
-
+ <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1<strong>OpenAI 的 ChatGPT 模型 GPT-3.5 Turbo</strong><br> %1
-
+ <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info.<br><br><i>* 即使您已向 OpenAI 付費購買了 ChatGPT 的 GPT-4 模型使用權,但這也不能保證您能擁有 API 金鑰的使用權限。請聯繫 OpenAI 以查閱更多資訊。
-
+ <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2<strong>OpenAI 的 ChatGPT 模型 GPT-4</strong><br> %1 %2
-
+ <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><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>
-
+ <strong>Mistral Tiny model</strong><br> %1<strong>Mistral 迷你模型</strong><br> %1
-
+ <strong>Mistral Small model</strong><br> %1<strong>Mistral 小型模型</strong><br> %1
-
+ <strong>Mistral Medium model</strong><br> %1<strong>Mistral 中型模型</strong><br> %1
-
+ <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><ul><li>需要個人的 API 金鑰和 API 的基底 URL(Base URL)。</li><li>警告:這將會傳送您的交談紀錄到您所指定的 OpenAI API 相容伺服器</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與其 OpenAI API 相容伺服器進行通訊</li>
-
+ <strong>Connect to OpenAI-compatible API server</strong><br> %1<strong>連線到 OpenAI API 相容伺服器</strong><br> %1
-
+ <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><strong>模型作者:%1</strong><br><ul><li>發佈日期:%2<li>累積讚數:%3 個讚<li>下載次數:%4 次<li>更多資訊請查閱<a href="https://huggingface.co/%5">此處</a>。</ul>
@@ -2553,6 +2553,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將
Describes what will happen when you opt-in解釋當您加入計畫後,會發生什麼事情
+
+
+ Opt-in to anonymous usage analytics used to improve GPT4All
+
+
@@ -2597,6 +2602,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將
Allow opt-out for anonymous usage statistics終止並退出匿名使用統計計畫
+
+
+ Opt-in to anonymous sharing of chats to the GPT4All Datalake
+
+