forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations miele.properties (Danish) * New translations jruby.properties (Italian) * New translations ecowatt.properties (Italian) * New translations webexteams.properties (Italian)
- Loading branch information
1 parent
5697754
commit 5adf20e
Showing
4 changed files
with
59 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
...es/org.openhab.binding.webexteams/src/main/resources/OH-INF/i18n/webexteams_it.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# binding | ||
|
||
binding.webexteams.name = Binding WebexTeams | ||
binding.webexteams.description = Questo è il binding per WebexTeams. Invia messaggi con azioni. | ||
|
||
# thing types | ||
|
||
thing-type.webexteams.account.label = Account WebexTeam | ||
thing-type.webexteams.account.description = Account WebexTeams utilizzato per inviare messaggi. | ||
|
||
# thing types config | ||
|
||
thing-type.config.webexteams.account.clientId.label = ID Cliente | ||
thing-type.config.webexteams.account.clientId.description = ID cliente. Usare solo con l'integrazione di una persona. | ||
thing-type.config.webexteams.account.clientSecret.label = Password cliente | ||
thing-type.config.webexteams.account.clientSecret.description = Password cliente. Usare solo con l'integrazione di una persona. | ||
thing-type.config.webexteams.account.refreshPeriod.label = Intervallo aggiornamento (secondi) | ||
thing-type.config.webexteams.account.refreshPeriod.description = Intervallo di aggiornamento per i canali. I numeri bassi aumentano l'accuratezza, ma potrebbero superare i limiti delle chiamate API. Il valore predefinito è di 300 sec. | ||
thing-type.config.webexteams.account.roomId.label = ID stanza predefinita | ||
thing-type.config.webexteams.account.roomId.description = Id della stanza predefinita per inviare messaggi | ||
thing-type.config.webexteams.account.token.label = Token autorizzazione | ||
thing-type.config.webexteams.account.token.description = Token di autorizzazione. Usare solo con un account bot. | ||
|
||
# channel types | ||
|
||
channel-type.webexteams.lastactivity.label = Ultima attività | ||
channel-type.webexteams.lastactivity.description = La data e l'ora dell'ultima attività della persona all'interno di Webex | ||
channel-type.webexteams.status.label = Stato | ||
channel-type.webexteams.status.description = Lo stato attuale della presenza della persona | ||
|
||
# actions | ||
|
||
confErrorTokenOrId = Il token o l'id/segreto del cliente devono essere configurati | ||
confErrorNoSecret = Usare OAuth - Il segreto cliente deve essere configurato | ||
confErrorNoRedirectUrl = Usare OAuth - RedirectUrl deve essere configurato | ||
confErrorNotAuth = Uso di OAuth - Impossibile autenticare | ||
confErrorInitial = Autenticazione iniziale fallita (vecchio codice di autenticazione?) | ||
sendMessageActionLabel = invia un messaggio alla stanza predefinita | ||
sendMessageActionDescription = Invia un messaggio alla stanza predefinita | ||
sendMessageAttActionLabel = invia un messaggio con allegato alla stanza predefinita | ||
sendMessageAttActionDescription = Invia un messaggio con allegato alla stanza predefinita | ||
sendRoomMessageActionLabel = invia un messaggio a una stanza specifica | ||
sendRoomMessageActionDescription = Invia un messaggio a una stanza specifica | ||
sendRoomMessageAttActionLabel = invia un messaggio con allegato a una stanza specifica | ||
sendRoomMessageAttActionDescription = Invia un messaggio con allegato a una stanza specifica | ||
sendPersonMessageActionLabel = invia un messaggio a una persona | ||
sendPersonMessageActionDescription = Invia un messaggio a una persona | ||
sendPersonMessageAttActionLabel = invia un messaggio con allegato a una persona | ||
sendPersonMessageAttActionDescription = Invia un messaggio con allegato a una persona |