From 37f6278808b78400c90471b2babf39d65f744aa0 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Tue, 17 Oct 2023 20:33:45 +0200 Subject: [PATCH] New translations chatgpt.properties (Italian) (#15768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jørgen Austvik --- .../main/resources/OH-INF/i18n/chatgpt_it.properties | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties b/bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties index 68ef4b4e3d0f9..507a590337ee3 100644 --- a/bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties +++ b/bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties @@ -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