]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations x.properties (Italian) (#15901)
authoropenhab-bot <bot@openhab.org>
Fri, 17 Nov 2023 17:44:06 +0000 (18:44 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 17:44:06 +0000 (18:44 +0100)
bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties [new file with mode: 0644]

diff --git a/bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties b/bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties
new file mode 100644 (file)
index 0000000..016fe4d
--- /dev/null
@@ -0,0 +1,32 @@
+# add-on
+
+addon.x.name = Binding X
+addon.x.description = Supporta l'aggiunta di Thing per ottenere l'ultimo Post. Invia messaggi e immagini con azioni.
+
+# thing types
+
+thing-type.x.account.label = Account X
+thing-type.x.account.description = Account utilizzato per inviare messaggi
+
+# thing types config
+
+thing-type.config.x.account.accessToken.label = Token Accesso
+thing-type.config.x.account.accessTokenSecret.label = Segreto per Token di Accesso
+thing-type.config.x.account.consumerKey.label = Chiave API utente
+thing-type.config.x.account.consumerSecret.label = Segreti API utente
+thing-type.config.x.account.refresh.label = Tempo di aggiornamento
+thing-type.config.x.account.refresh.description = Aggiorna il tempo per questo account in Minuti
+
+# channel types
+
+channel-type.x.lastpost.label = Ultimo Post
+channel-type.x.lastpost.description = Ultimo Post Utenti
+
+# actions
+
+sendAttachmentPostActionLabel = invia un Post con allegato
+sendAttachmentPostActionDescription = Invia un Post con un allegato.
+sendDirectMessageActionLabel = invia un DirectMessage
+sendDirectMessageActionDescription = Invia un DirectMessage.
+sendPostActionLabel = invia un Post
+sendPostActionDescription = Invia un Messaggio.