New Crowdin updates (#11890)

* New translations adorne.properties (German)
* New translations ahawastecollection.properties (German)
* New translations airquality.properties (German)
* New translations airvisualnode.properties (German)
* New translations amazonechocontrol.properties (German)
* New translations astro.properties (Finnish)
* New translations astro.properties (French)
* New translations bosesoundtouch.properties (German)
* New translations chromecast.properties (German)
* New translations denonmarantz.properties (German)
* New translations exec.properties (German)
* New translations hue.properties (French)
* New translations icalendar.properties (German)
* New translations jruby.properties (German)
* New translations jruby.properties (Italian)
* New translations luxtronikheatpump.properties (German)
* New translations mielecloud.properties (German)
* New translations openuv.properties (French)
* New translations openweathermap.properties (German)
* New translations phc.properties (German)
* New translations powermax.properties (French)
* New translations pushsafer.properties (German)
* New translations rotel.properties (French)
* New translations tradfri.properties (French)
This commit is contained in:
openhab-bot
2022-01-03 16:00:47 +01:00
committed by GitHub
parent aaf0132d01
commit 3f54327d5a
24 changed files with 1752 additions and 957 deletions

View File

@@ -0,0 +1,68 @@
# binding
binding.phc.name = PHC Binding
binding.phc.description = Dies ist ein Binding für PHC Module (EM, AM, JRM und DIM). Es kommuniziert mit dem PHC Modulbus (RS485).
# thing types
thing-type.phc.AM.label = PHC AM
thing-type.phc.AM.description = Thing für ein Ausgangsmodul (AM).
thing-type.phc.DIM.label = PHC DIM
thing-type.phc.DIM.description = Thing für ein Dimmer-Modul (DIM).
thing-type.phc.EM.label = PHC EM
thing-type.phc.EM.description = Thing für ein Eingangsmodul (EM).
thing-type.phc.JRM.label = PHC JRM
thing-type.phc.JRM.description = Thing für ein Jalousie-/Rollladen-Modul (JRM).
thing-type.phc.bridge.label = PHC Bridge
thing-type.phc.bridge.description = Die serielle Bridge zu den PHC Modulen. Max. 32 Module pro Modul-Gruppe (thing type) pro Bridge, entspricht einer STM.
# thing types config
thing-type.config.phc.AM.address.label = Adresse
thing-type.config.phc.AM.address.description = Adresse der Module als Binärzahl, wie die DIP Schalter.
thing-type.config.phc.DIM.address.label = Adresse
thing-type.config.phc.DIM.address.description = Adresse der Module als Binärzahl, wie die DIP Schalter.
thing-type.config.phc.DIM.dimTime1.label = Dauer Dimmer 1
thing-type.config.phc.DIM.dimTime1.description = Die Dauer (in Sekunden), in der der erste Dimmer auf 100% dimmen soll.
thing-type.config.phc.DIM.dimTime2.label = Dauer Dimmer 2
thing-type.config.phc.DIM.dimTime2.description = Die Dauer (in Sekunden), in der der zweite Dimmer auf 100% dimmen soll.
thing-type.config.phc.EM.address.label = Adresse
thing-type.config.phc.EM.address.description = Adresse der Module als Binärzahl, wie die DIP Schalter.
thing-type.config.phc.JRM.address.label = Adresse
thing-type.config.phc.JRM.address.description = Adresse der Module als Binärzahl, wie die DIP Schalter.
thing-type.config.phc.JRM.upDownTime1.label = Dauer Jalousie 1
thing-type.config.phc.JRM.upDownTime1.description = Die Dauer (in Sekunden), die die erste Jalousie benötigt um hoch oder runter zu fahren.
thing-type.config.phc.JRM.upDownTime2.label = Dauer Jalousie 2
thing-type.config.phc.JRM.upDownTime2.description = Die Dauer (in Sekunden), die die zweite Jalousie benötigt um hoch oder runter zu fahren.
thing-type.config.phc.JRM.upDownTime3.label = Dauer Jalousie 3
thing-type.config.phc.JRM.upDownTime3.description = Die Dauer (in Sekunden), die die dritte Jalousie benötigt um hoch oder runter zu fahren.
thing-type.config.phc.JRM.upDownTime4.label = Dauer Jalousie 4
thing-type.config.phc.JRM.upDownTime4.description = Die Dauer (in Sekunden), die die vierte Jalousie benötigt um hoch oder runter zu fahren.
thing-type.config.phc.bridge.port.label = Serieller Port
thing-type.config.phc.bridge.port.description = Serieller Port mit dem die PHC-Module verbunden sind
# channel group types
channel-group-type.phc.amChannels.label = AM Channels
channel-group-type.phc.amChannels.description = Ausgehende Schalter-Channels (Relay).
channel-group-type.phc.dimChannels.label = DIM Channels
channel-group-type.phc.dimChannels.description = Ausgehende Dimmer-Channels.
channel-group-type.phc.emChannels.label = EM Channels
channel-group-type.phc.emChannels.description = Eingehende Channels.
channel-group-type.phc.jrmChannels.label = JRM Channels
channel-group-type.phc.jrmChannels.description = Ausgehende Jalousien Channels (Relay).
channel-group-type.phc.jrmTimeChannels.label = JRM Dauer Channels
channel-group-type.phc.jrmTimeChannels.description = Dauer für die Jalousien Channels in Sekunden mit einer Genauigkeit von 1/10 Sekunden.
# channel types
channel-type.phc.am-channel.label = PHC AM Channel
channel-type.phc.am-channel.description = Channel zu einem AM oder EM (LED) Modul.
channel-type.phc.dim-channel.label = DIM Channel
channel-type.phc.dim-channel.description = Channel eines DIM Moduls.
channel-type.phc.em-channel.label = PHC EM Channel
channel-type.phc.em-channel.description = Channel eines EM-Moduls.
channel-type.phc.jrm-channel.label = PHC JRM Channel
channel-type.phc.jrm-channel.description = Channel zu einem JRM Modul.
channel-type.phc.jrmTime-channel.label = JRM Dauer Channel
channel-type.phc.jrmTime-channel.description = Die Dauer in Sekunden für ein JRM Channel.