Skip to content

Commit

Permalink
New Crowdin updates (openhab#16076)
Browse files Browse the repository at this point in the history
* New translations energidataservice.properties (Italian)
* New translations smgw.properties (Italian)
  • Loading branch information
openhab-bot authored Dec 18, 2023
1 parent 2799132 commit 6763100
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ thing-type.config.energidataservice.service.reducedElectricityTax.description =
channel-group-type.energidataservice.electricity.label = Elettricità
channel-group-type.energidataservice.electricity.description = Channel connessi all’elettricità
channel-group-type.energidataservice.electricity.channel.electricity-tax.label = Tassa sull'elettricità
channel-group-type.energidataservice.electricity.channel.electricity-tax.description = Imposta attuale sull'elettricità in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.electricity-tax.description = Tassa sullelettricità in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.grid-tariff.label = Tariffa Rete
channel-group-type.energidataservice.electricity.channel.grid-tariff.description = Tariffa corrente di rete in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.grid-tariff.description = Tariffa rete in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.reduced-electricity-tax.label = Tassa Elettricità Ridotta
channel-group-type.energidataservice.electricity.channel.reduced-electricity-tax.description = Tassa elettrica ridotta corrente in DKK per kWh. Solo per i clienti con riscaldamento elettrico.
channel-group-type.energidataservice.electricity.channel.reduced-electricity-tax.description = Tassa di elettricità ridotta in DKK per kWh. Solo per i clienti di riscaldamento elettrico.
channel-group-type.energidataservice.electricity.channel.spot-price.label = Prezzo spot
channel-group-type.energidataservice.electricity.channel.spot-price.description = Prezzo attuale a pronti in DKK o EUR per kWh.
channel-group-type.energidataservice.electricity.channel.spot-price.description = Prezzo a pronti in DKK o EUR per kWh.
channel-group-type.energidataservice.electricity.channel.system-tariff.label = Tariffa Sistema
channel-group-type.energidataservice.electricity.channel.system-tariff.description = Tariffa attuale del sistema in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.system-tariff.description = Tariffa di sistema in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.transmission-grid-tariff.label = Trasmissione Tariffa Rete
channel-group-type.energidataservice.electricity.channel.transmission-grid-tariff.description = Tariffa attuale della rete di trasmissione in DKK per kWh.
channel-group-type.energidataservice.electricity.channel.transmission-grid-tariff.description = Tariffa di trasmissione della rete in DKK per kWh.

# channel types

Expand Down
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.

0 comments on commit 6763100

Please sign in to comment.