]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations chatgpt.properties (Italian) (#15768)
authoropenhab-bot <bot@openhab.org>
Tue, 17 Oct 2023 18:33:45 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 18:33:45 +0000 (20:33 +0200)
bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties

index 68ef4b4e3d0f999907807fe6023f764e5ce6bde6..507a590337ee388ff38676cb85a9a33f8de10752 100644 (file)
@@ -12,6 +12,10 @@ thing-type.chatgpt.account.description = Account di OpenAI utilizzato per accede
 
 thing-type.config.chatgpt.account.apiKey.label = Chiave API
 thing-type.config.chatgpt.account.apiKey.description = Chiave API per accedere all'account
+thing-type.config.chatgpt.account.apiUrl.label = URL API
+thing-type.config.chatgpt.account.apiUrl.description = Il server delle API dove raggiungere il servizio AI.
+thing-type.config.chatgpt.account.modelUrl.label = URL Modello
+thing-type.config.chatgpt.account.modelUrl.description = L'url da dove recuperare i modelli disponibili.
 
 # channel types
 
@@ -29,7 +33,7 @@ channel-type.config.chatgpt.chat.systemMessage.description = Il messaggio di sis
 channel-type.config.chatgpt.chat.temperature.label = Temperatura
 channel-type.config.chatgpt.chat.temperature.description = Valori più alti come 0.8 renderanno l'uscita più casuale, mentre valori più bassi come 0.2 lo renderanno più focalizzato e deterministico.
 
-# Status messages
+# status messages
 
-offline.configuration-error=Nessuna chiave API configurata
-offline.communication-error=Impossibile connettersi all'API OpenAI
+offline.configuration-error = Nessuna chiave API configurata
+offline.communication-error = Impossibile connettersi all'API OpenAI