i18n strings updated
This commit is contained in:
parent
1ba49b64f3
commit
1cc1ea4a88
3 changed files with 44 additions and 8 deletions
|
|
@ -418,5 +418,17 @@
|
|||
"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": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -418,5 +418,17 @@
|
|||
"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