forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations energidataservice.properties (Italian) * New translations smgw.properties (Italian)
- Loading branch information
1 parent
2799132
commit 6763100
Showing
2 changed files
with
28 additions
and
6 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
22 changes: 22 additions & 0 deletions
22
bundles/org.openhab.binding.smgw/src/main/resources/OH-INF/i18n/smgw_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,22 @@ | ||
# add-on | ||
|
||
addon.smgw.name = Binding PPC SMGW | ||
addon.smgw.description = Questo integra i gateway del contatore intelligente PPC. | ||
|
||
# thing types | ||
|
||
thing-type.smgw.smgw.label = Gateway Smartmeter | ||
thing-type.smgw.smgw.description = Un Gateway Smartmeter | ||
thing-type.smgw.smgw.channel.meter.label = Lettura del contatore | ||
|
||
# thing types config | ||
|
||
thing-type.config.smgw.smgw.hostname.label = Nome Host | ||
thing-type.config.smgw.smgw.hostname.description = Nome host o indirizzo IP del dispositivo | ||
thing-type.config.smgw.smgw.password.label = Password | ||
thing-type.config.smgw.smgw.username.label = Utente | ||
|
||
# channel types | ||
|
||
channel-type.smgw.timestamp.label = Data e ora | ||
channel-type.smgw.timestamp.description = Data e Ora della lettura della misura. |