Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
binding.luftdateninfo.name = LuftdatenInfo Binding
|
||||
binding.luftdateninfo.description = Das Binding stellt die Daten der Eigenbau-Sensoren von LuftdatenInfo zur Verfügung
|
||||
binding.luftdateninfo.description = Das Binding stellt die Daten der Eigenbau-Sensoren von LuftdatenInfo zur Verfügung
|
||||
|
||||
thing-type.luftdateninfo.particulate.label = Feinstaubsensor
|
||||
thing-type.luftdateninfo.particulate.description = Messung der Feinstaubbelastung in der Umgebung
|
||||
thing-type.luftdateninfo.conditions.label = Umweltsensor
|
||||
thing-type.luftdateninfo.conditions.description = Messung der Temperatur, Luftfeuchtigkeit und Luftdruck
|
||||
thing-type.luftdateninfo.noise.label = Lärmsensor
|
||||
thing-type.luftdateninfo.noise.description = Messung der Lärmbelastung in der Umgebung
|
||||
thing-type.luftdateninfo.noise.label = Lärmsensor
|
||||
thing-type.luftdateninfo.noise.description = Messung der Lärmbelastung in der Umgebung
|
||||
|
||||
channel-type.luftdateninfo.pm25-channel.label = Feinstaub der Kategorie PM 2.5
|
||||
channel-type.luftdateninfo.pm100-channel.label = Feinstaub der Kategorie PM 10.0
|
||||
channel-type.luftdateninfo.temp-channel.label = Temperatur
|
||||
channel-type.luftdateninfo.hum-channel.label = Luftfeuchtigkeit
|
||||
channel-type.luftdateninfo.pressure-channel.label = Atmosphärischer Druck
|
||||
channel-type.luftdateninfo.pressure-sea-channel.label = Atmosphärischer Druck Auf Meereshöhe
|
||||
channel-type.luftdateninfo.noise-eq-channel.label = Durchschnittlicher Lärmpegel
|
||||
channel-type.luftdateninfo.noise-min-channel.label = Minimaler Lärmpegel
|
||||
channel-type.luftdateninfo.noise-max-channel.label = Maximaler Lärmpegel
|
||||
channel-type.luftdateninfo.pressure-channel.label = Atmosphärischer Druck
|
||||
channel-type.luftdateninfo.pressure-sea-channel.label = Atmosphärischer Druck Auf Meereshöhe
|
||||
channel-type.luftdateninfo.noise-eq-channel.label = Durchschnittlicher Lärmpegel
|
||||
channel-type.luftdateninfo.noise-min-channel.label = Minimaler Lärmpegel
|
||||
channel-type.luftdateninfo.noise-max-channel.label = Maximaler Lärmpegel
|
||||
|
||||
Reference in New Issue
Block a user