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,20 +1,20 @@
|
||||
# binding
|
||||
binding.ojelectronics.name = Binding für OJElectronics
|
||||
binding.ojelectronics.description = Binding für OJElectronics.
|
||||
binding.ojelectronics.name = Binding für OJElectronics
|
||||
binding.ojelectronics.description = Binding für OJElectronics.
|
||||
|
||||
# thing types
|
||||
thing-type.ojelectronics.owd5.label = OWD5/MWD5 Thermostate
|
||||
thing-type.ojelectronics.owd5.description = OWD5/MWD5 Thermostate
|
||||
thing-type.ojelectronics.ojcloud.label = OJ Electronics Cloud
|
||||
thing-type.ojelectronics.ojcloud.description = Zugriff auf alle OJ Electronic Geräte.
|
||||
thing-type.ojelectronics.ojcloud.description = Zugriff auf alle OJ Electronic Geräte.
|
||||
|
||||
# thing type config description
|
||||
thing-type.config.ojelectronics.ojcloud.userName.label = Nutzername
|
||||
thing-type.config.ojelectronics.ojcloud.userName.description = Nutzername für den Zugriff auf die Cloud.
|
||||
thing-type.config.ojelectronics.ojcloud.userName.description = Nutzername für den Zugriff auf die Cloud.
|
||||
thing-type.config.ojelectronics.ojcloud.password.label = Passwort
|
||||
thing-type.config.ojelectronics.ojcloud.password.description = Passwort für den Zugriff auf die Cloud.
|
||||
thing-type.config.ojelectronics.ojcloud.password.description = Passwort für den Zugriff auf die Cloud.
|
||||
thing-type.config.ojelectronics.ojcloud.apiKey.label = API-Key
|
||||
thing-type.config.ojelectronics.ojcloud.apiKey.description = API-Key von deinem Händler
|
||||
thing-type.config.ojelectronics.ojcloud.apiKey.description = API-Key von deinem Händler
|
||||
|
||||
# channel types
|
||||
channel-type.ojelectronics.floorTemperature.label = Bodentemperatur
|
||||
|
||||
Reference in New Issue
Block a user