i18n strings updated
This commit is contained in:
parent
1ba49b64f3
commit
1cc1ea4a88
3 changed files with 44 additions and 8 deletions
|
|
@ -388,8 +388,8 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefs_Connection_type": {
|
||||
"message": "Verbindungstyp",
|
||||
"description": ""
|
||||
"message": "Verbindungstyp",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_Connection_type_ChatGTP_Web": {
|
||||
"message": "ChatGTP Weboberfläche",
|
||||
|
|
@ -412,11 +412,23 @@
|
|||
"description": ""
|
||||
},
|
||||
"ChatGPT_Models_Error_fetching": {
|
||||
"message": "Fehler beim Abrufen der ChatGPT-Modelle",
|
||||
"description": ""
|
||||
"message": "Fehler beim Abrufen der ChatGPT-Modelle",
|
||||
"description": ""
|
||||
},
|
||||
"ChatGPT_Models_Loading": {
|
||||
"message": "Laden...",
|
||||
"description": ""
|
||||
},
|
||||
"error": {
|
||||
"message": "ThunderAI-Fehler!",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_apikey": {
|
||||
"message": "Sie haben keinen API-Schlüssel für das ChatGPT-API hinzugefügt. Bitte fügen Sie einen auf der Optionsseite ein.",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_model": {
|
||||
"message": "Sie haben kein Modell für das ChatGPT-API ausgewählt. Bitte wählen Sie eines auf der Optionsseite aus.",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -388,8 +388,8 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefs_Connection_type": {
|
||||
"message": "Type de connexion",
|
||||
"description": ""
|
||||
"message": "Type de connexion",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_Connection_type_ChatGTP_Web": {
|
||||
"message": "Interface Web ChatGTP",
|
||||
|
|
@ -412,11 +412,23 @@
|
|||
"description": ""
|
||||
},
|
||||
"ChatGPT_Models_Error_fetching": {
|
||||
"message": "Erreur lors de la récupération des modèles ChatGPT",
|
||||
"description": ""
|
||||
"message": "Erreur lors de la récupération des modèles ChatGPT",
|
||||
"description": ""
|
||||
},
|
||||
"ChatGPT_Models_Loading": {
|
||||
"message": "Chargement...",
|
||||
"description": ""
|
||||
},
|
||||
"error": {
|
||||
"message": "Erreur ThunderAI !",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_apikey": {
|
||||
"message": "Vous n'avez pas ajouté de clé API pour l'API ChatGPT. Veuillez en insérer une sur la page des options.",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_model": {
|
||||
"message": "Vous n'avez pas choisi de modèle pour l'API ChatGPT. Veuillez en choisir un sur la page des options.",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -418,5 +418,17 @@
|
|||
"ChatGPT_Models_Loading": {
|
||||
"message": "Caricamento in corso...",
|
||||
"description": ""
|
||||
},
|
||||
"error": {
|
||||
"message": "Errore ThunderAI!",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_apikey": {
|
||||
"message": "Non hai aggiunto una chiave API per l'API di ChatGPT. Per favore, inseriscine una nella pagina delle opzioni.",
|
||||
"description": ""
|
||||
},
|
||||
"chatgpt_empty_model": {
|
||||
"message": "Non hai scelto un modello per l'API di ChatGPT. Per favore, scegline uno nella pagina delle opzioni.",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue