mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
New translations x.properties (Italian) (#15901)
This commit is contained in:
parent
596015d2ba
commit
97975cfbc2
@ -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.
|
Loading…
Reference in New Issue
Block a user