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,26 +1,26 @@
|
||||
# binding
|
||||
binding.nibeuplink.name = Nibe Uplink binding
|
||||
binding.nibeuplink.description = Abfrage von Nibe Wärmepumpendaten über die Nibe Uplink API.
|
||||
binding.nibeuplink.description = Abfrage von Nibe Wärmepumpendaten über die Nibe Uplink API.
|
||||
|
||||
# thing types
|
||||
thing-type.nibeuplink.web.label = Nibe Wärmepumpe
|
||||
thing-type.nibeuplink.web.description = Wärmepumpenspezifischer WebZugang zu Nibe Uplink
|
||||
thing-type.nibeuplink.web.label = Nibe Wärmepumpe
|
||||
thing-type.nibeuplink.web.description = Wärmepumpenspezifischer WebZugang zu Nibe Uplink
|
||||
|
||||
# groups
|
||||
thing-type.config.nibeuplink.web.group.authentication.label = Authentifizierung
|
||||
thing-type.config.nibeuplink.web.group.authentication.description = Einstellungen für die Authentifizierung.
|
||||
thing-type.config.nibeuplink.web.group.authentication.description = Einstellungen für die Authentifizierung.
|
||||
thing-type.config.nibeuplink.web.group.connection.label = Verbindung
|
||||
thing-type.config.nibeuplink.web.group.connection.description = Einstellungen für die Verbindung.
|
||||
thing-type.config.nibeuplink.web.group.connection.description = Einstellungen für die Verbindung.
|
||||
thing-type.config.nibeuplink.web.group.general.label = Allgemeines
|
||||
thing-type.config.nibeuplink.web.group.general.description = Allgemeine Einstellungen.
|
||||
thing-type.config.nibeuplink.web.group.customChannels.label = Benutzerdefinierte Kanäle
|
||||
thing-type.config.nibeuplink.web.group.customChannels.description = Benutzerdefinierte Kanäle.
|
||||
thing-type.config.nibeuplink.web.group.customChannels.label = Benutzerdefinierte Kanäle
|
||||
thing-type.config.nibeuplink.web.group.customChannels.description = Benutzerdefinierte Kanäle.
|
||||
|
||||
thing-type.config.nibeuplink.web.user.label = Benutzer
|
||||
thing-type.config.nibeuplink.web.user.description = Benutzer zur Authentifizierung bei Nibe Uplink.
|
||||
thing-type.config.nibeuplink.web.password.label = Passwort
|
||||
thing-type.config.nibeuplink.web.password.description = Passwort zur Authentifizierung bei Nibe Uplink.
|
||||
thing-type.config.nibeuplink.web.nibeId.label = Nibe ID
|
||||
thing-type.config.nibeuplink.web.nibeId.description = ID der Wärmepumpeninstallation bei Nibe Uplink.
|
||||
thing-type.config.nibeuplink.web.nibeId.description = ID der Wärmepumpeninstallation bei Nibe Uplink.
|
||||
thing-type.config.nibeuplink.web.pollingInterval.label = Abfrageintervall
|
||||
thing-type.config.nibeuplink.web.pollingInterval.description = Intervall in welchem Abfragen an Nibe Uplink geschickt werden.
|
||||
|
||||
Reference in New Issue
Block a user