]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations chatgpt.properties (Italian) (#14869)
authoropenhab-bot <bot@openhab.org>
Sat, 22 Apr 2023 06:59:39 +0000 (08:59 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2023 06:59:39 +0000 (08:59 +0200)
bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt_it.properties [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..68ef4b4
--- /dev/null
@@ -0,0 +1,35 @@
+# add-on
+
+addon.chatgpt.name = Binding ChatGPT
+addon.chatgpt.description = Questo binding permette l'interazione con OpenAI ChatGPT.
+
+# thing types
+
+thing-type.chatgpt.account.label = Account OpenAI
+thing-type.chatgpt.account.description = Account di OpenAI utilizzato per accedere alle API di ChatGPT.
+
+# thing types config
+
+thing-type.config.chatgpt.account.apiKey.label = Chiave API
+thing-type.config.chatgpt.account.apiKey.description = Chiave API per accedere all'account
+
+# channel types
+
+channel-type.chatgpt.chat.label = Chat
+channel-type.chatgpt.chat.description = Una sessione di chat
+
+# channel types config
+
+channel-type.config.chatgpt.chat.maxTokens.label = Numero massimo di token
+channel-type.config.chatgpt.chat.maxTokens.description = Il numero massimo di token da generare nel completamento.
+channel-type.config.chatgpt.chat.model.label = Modello
+channel-type.config.chatgpt.chat.model.description = Il modello da utilizzare per le risposte
+channel-type.config.chatgpt.chat.systemMessage.label = Messaggio di Sistema
+channel-type.config.chatgpt.chat.systemMessage.description = Il messaggio di sistema aiuta a impostare il comportamento dell'assistente.
+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
+
+offline.configuration-error=Nessuna chiave API configurata
+offline.communication-error=Impossibile connettersi all'API OpenAI