From 36fcdb9dd46f62902c4b0e6b746b3cd08c79dac5 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 4 Apr 2022 21:48:54 +0200 Subject: [PATCH] Fix unexpected leading space in default translations (#12574) Signed-off-by: Laurent Garnier --- .../OH-INF/i18n/amazondashbutton.properties | 2 +- .../resources/OH-INF/i18n/digitalstrom.properties | 14 +++++++------- .../resources/OH-INF/i18n/pixometer.properties | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties index ac625bf9a..d3db2fe39 100644 --- a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties +++ b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties @@ -12,4 +12,4 @@ dashButtonPacketIntervalLabel = Packet processing interval (in ms) dashButtonPacketIntervalDescription = Often a single button press is recognized multiple times. You can specify how long any further detected button pressed should be ignored after one click is handled (in ms). dashButtonPressChannelLabel = Amazon Dash Button press -dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button +dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button diff --git a/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties b/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties index 23f2baf6f..221b3af61 100644 --- a/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties +++ b/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties @@ -45,19 +45,19 @@ dss_param_trash_delete_desc = Sets the days after the temporary saved digitalSTR #device ge_label = GE-Device (yellow) -ge_desc = Represents a digitalSTROM light device. +ge_desc = Represents a digitalSTROM light device. sw_label = SW-Device (black) -sw_desc = Represents a digitalSTROM joker device. +sw_desc = Represents a digitalSTROM joker device. gr_label = GR-Device (gray) -gr_desc = Represents a digitalSTROM shade device. +gr_desc = Represents a digitalSTROM shade device. bl_label = BL-Device (gray) -bl_desc = Represents a digitalSTROM heating device. +bl_desc = Represents a digitalSTROM heating device. dsisens200_label = dS-iSens200-Device -dsisens200_desc = Represents the digitalSTROM sensor device dS-iSens200 for indoor temperature and relative humidity. +dsisens200_desc = Represents the digitalSTROM sensor device dS-iSens200 for indoor temperature and relative humidity. circuit_label = digitalSTROM-Meter circuit_desc = The digitalSTROM-Meter represents a circuit and indicates active power, electric meter and consumption values. @@ -157,7 +157,7 @@ active_power_desc = This channel indicates the current active power in Watt (W) output_current_label = Output current output_current_desc = This channel indicates the current output current in milliampere (mA) of the device. -electric_meter_label = Electric meter +electric_meter_label = Electric meter electric_meter_desc = This channel indicates the current electric meter in kilowatt hours (kWh) of the device. temperature_indoors_label = Temperature indoors @@ -370,7 +370,7 @@ binary_input_smoke_label = Smoke sensor binary_input_smoke_desc = Will be activated, if smoke is detected. binary_input_wind_strenght_above_limit_label = Wind guardian -binary_input_wind_strenght_above_limit_desc = Will be activated, if wind strength is above a user adjusted limit. +binary_input_wind_strenght_above_limit_desc = Will be activated, if wind strength is above a user adjusted limit. binary_input_rain_label = Rain sensor binary_input_rain_desc = Will be activated, if rain is detected. diff --git a/bundles/org.openhab.binding.pixometer/src/main/resources/OH-INF/i18n/pixometer.properties b/bundles/org.openhab.binding.pixometer/src/main/resources/OH-INF/i18n/pixometer.properties index 829c1e1cf..e9b55b6b2 100644 --- a/bundles/org.openhab.binding.pixometer/src/main/resources/OH-INF/i18n/pixometer.properties +++ b/bundles/org.openhab.binding.pixometer/src/main/resources/OH-INF/i18n/pixometer.properties @@ -1,6 +1,6 @@ # binding binding.pixometer.name = Pixometer Binding -binding.pixometer.description = This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account. +binding.pixometer.description = This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account. # thing types thing-type.pixometer.account.label = Pixometer Account @@ -38,7 +38,7 @@ channel-type.pixometer.last_reading_value.label = Reading Value channel-type.pixometer.last_reading_value.description = Value of the last reading that has been made with pixometer. channel-type.pixometer.last_reading_date.label = Reading Date -channel-type.pixometer.last_reading_date.description = Date of the last reading that has been made with pixometer. +channel-type.pixometer.last_reading_date.description = Date of the last reading that has been made with pixometer. channel-type.pixometer.last_refresh_date.label = Refresh Date channel-type.pixometer.last_refresh_date.description = Date of the last time the Api has been refreshed.