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:
@@ -12,25 +12,25 @@ thing-type.config.dwdpollenflug.bridge.refresh.description = Zeit zwischen zwei
|
||||
|
||||
#thing types
|
||||
thing-type.dwdpollenflug.region.label = DWD Pollenflugindex (Region)
|
||||
thing-type.dwdpollenflug.region.description = Pollenflugindex f\u00FCr eine bestimmte Region oder Teilregion
|
||||
thing-type.dwdpollenflug.region.description = Pollenflugindex für eine bestimmte Region oder Teilregion
|
||||
thing-type.dwdpollenflug.region.group.updates.label = Aktualisierung
|
||||
thing-type.dwdpollenflug.region.group.updates.description = Informationen zur Aktualisierung
|
||||
thing-type.dwdpollenflug.region.group.alder.label=Erle
|
||||
thing-type.dwdpollenflug.region.group.alder.description=Informationen f\u00FCr Erle
|
||||
thing-type.dwdpollenflug.region.group.alder.description=Informationen für Erle
|
||||
thing-type.dwdpollenflug.region.group.ambrosia.label=Ambrosia
|
||||
thing-type.dwdpollenflug.region.group.ambrosia.description=Informationen f\u00FCr Ambrosia
|
||||
thing-type.dwdpollenflug.region.group.ambrosia.description=Informationen für Ambrosia
|
||||
thing-type.dwdpollenflug.region.group.ash.label=Esche
|
||||
thing-type.dwdpollenflug.region.group.ash.description=Informationen f\u00FCr Esche
|
||||
thing-type.dwdpollenflug.region.group.ash.description=Informationen für Esche
|
||||
thing-type.dwdpollenflug.region.group.birch.label=Birke
|
||||
thing-type.dwdpollenflug.region.group.birch.description=Informationen f\u00FCr Birke
|
||||
thing-type.dwdpollenflug.region.group.grasses.label=Gr\u00E4sser
|
||||
thing-type.dwdpollenflug.region.group.grasses.description=Informationen f\u00FCr Gr\u00E4sser
|
||||
thing-type.dwdpollenflug.region.group.birch.description=Informationen für Birke
|
||||
thing-type.dwdpollenflug.region.group.grasses.label=Grässer
|
||||
thing-type.dwdpollenflug.region.group.grasses.description=Informationen für Grässer
|
||||
thing-type.dwdpollenflug.region.group.hazel.label=Hasel
|
||||
thing-type.dwdpollenflug.region.group.hazel.description=Informationen f\u00FCr Hasel
|
||||
thing-type.dwdpollenflug.region.group.mugwort.label=Beifu\u00DF
|
||||
thing-type.dwdpollenflug.region.group.mugwort.description=Informationen f\u00FCr Beifu\u00DF
|
||||
thing-type.dwdpollenflug.region.group.hazel.description=Informationen für Hasel
|
||||
thing-type.dwdpollenflug.region.group.mugwort.label=Beifuß
|
||||
thing-type.dwdpollenflug.region.group.mugwort.description=Informationen für Beifuß
|
||||
thing-type.dwdpollenflug.region.group.rye.label=Roggen
|
||||
thing-type.dwdpollenflug.region.group.rye.description=Informationen f\u00FCr Roggen
|
||||
thing-type.dwdpollenflug.region.group.rye.description=Informationen für Roggen
|
||||
|
||||
#thing region config
|
||||
thing-type.config.dwdpollenflug.region.regionID.label = Region
|
||||
@@ -39,8 +39,8 @@ thing-type.config.dwdpollenflug.region.regionID.description = Die Teilregion ode
|
||||
#channel-group-type
|
||||
channel-group-type.dwdpollenflug.pollentype.channel.today.label = Heute
|
||||
channel-group-type.dwdpollenflug.pollentype.channel.tomorrow.label = Morgen
|
||||
channel-group-type.dwdpollenflug.pollentype.channel.dayafter_to.label = \u00DCbermorgen
|
||||
channel-group-type.dwdpollenflug.pollentype.channel.dayafter_to.label = Übermorgen
|
||||
|
||||
channel-group-type.dwdpollenflug.updates.channel.refreshed.label = Letzte Aktualisierung Bridge
|
||||
channel-group-type.dwdpollenflug.updates.channel.last_update.label = Letzte Aktualisierung DWD
|
||||
channel-group-type.dwdpollenflug.updates.channel.next_update.label = N\u00E4chste Aktualisierung DWD
|
||||
channel-group-type.dwdpollenflug.updates.channel.next_update.label = Nächste Aktualisierung DWD
|
||||
|
||||
Reference in New Issue
Block a user