New translations x.properties (Italian) (#15901)

This commit is contained in:
openhab-bot 2023-11-17 18:44:06 +01:00 committed by GitHub
parent 596015d2ba
commit 97975cfbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.