--- /dev/null
+# 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