New Crowdin updates (#15235)
* New translations lgwebos.properties (French) * New translations openuv.properties (French) * New translations exec.properties (French) * New translations electroluxair.properties (French) * New translations rollershutter.properties (French) * New translations vat.properties (French) * New translations chatgpt.properties (French)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# add-on
|
||||
|
||||
addon.chatgpt.name = Extension ChatGPT
|
||||
addon.chatgpt.description = Cette extension permet l'interaction avec ChatGPT d'OpenAI.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.chatgpt.account.label = Compte OpenAI
|
||||
thing-type.chatgpt.account.description = Compte chez OpenAI utilisé pour accéder à l'API ChatGPT.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.chatgpt.account.apiKey.label = Clé API
|
||||
thing-type.config.chatgpt.account.apiKey.description = Clé API pour accéder au compte
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.chatgpt.chat.label = Chat
|
||||
channel-type.chatgpt.chat.description = Une session de chat
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.chatgpt.chat.maxTokens.label = Nombre maximal de mots
|
||||
channel-type.config.chatgpt.chat.maxTokens.description = Le nombre maximum de mots à générer dans le résultat.
|
||||
channel-type.config.chatgpt.chat.model.label = Modèle
|
||||
channel-type.config.chatgpt.chat.model.description = Le modèle à utiliser pour les réponses
|
||||
channel-type.config.chatgpt.chat.systemMessage.label = Message système
|
||||
channel-type.config.chatgpt.chat.systemMessage.description = Le message système aide à définir le comportement de l'assistant.
|
||||
channel-type.config.chatgpt.chat.temperature.label = Température
|
||||
channel-type.config.chatgpt.chat.temperature.description = Des valeurs plus élevées comme 0.8 rendront la sortie plus aléatoire, tandis que des valeurs plus basses comme 0.2 le rendront plus concentré et déterministe.
|
||||
|
||||
# Status messages
|
||||
|
||||
offline.configuration-error=Aucune clé API configurée
|
||||
offline.communication-error=Impossible de se connecter à l'API OpenAI
|
||||
Reference in New Issue
Block a user