]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix i18n entry matching the add-on name for io add-ons (#17062)
authorlolodomo <lg.hc@free.fr>
Mon, 15 Jul 2024 12:19:16 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 12:19:16 +0000 (14:19 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.io.homekit/src/main/resources/OH-INF/i18n/homekit.properties
bundles/org.openhab.io.hueemulation/src/main/resources/OH-INF/i18n/hueemulation.properties
bundles/org.openhab.io.metrics/src/main/resources/OH-INF/i18n/metrics.properties
bundles/org.openhab.io.neeo/src/main/resources/OH-INF/i18n/neeo.properties
bundles/org.openhab.io.openhabcloud/src/main/resources/OH-INF/i18n/openhabcloud.properties

index 7db2b2234b12902948432842addeff409c5993d2..40970eaeec08b64339855c8275d64a75963cceb9 100644 (file)
@@ -1,3 +1,8 @@
+# add-on
+
+addon.homekit.name = HomeKit
+addon.homekit.description = Exposes openHAB to HomeKit.
+
 io.config.homekit.blockUserDeletion.label = Block deletion of the HomeKit user
 io.config.homekit.blockUserDeletion.description = Block deletion of the HomeKit user information from openHAB and the unpairing of devices.
 io.config.homekit.group.core.label = Core Configuration.
@@ -25,7 +30,3 @@ io.config.homekit.useFahrenheitTemperature.label = Use Fahrenheit Temperature
 io.config.homekit.useFahrenheitTemperature.description = Defines whether or not to direct HomeKit clients to use fahrenheit temperatures instead of celsius.
 io.config.homekit.useOHmDNS.label = Use openHAB mDNS service
 io.config.homekit.useOHmDNS.description = Defines whether mDNS service of openHAB or a separate instance of mDNS should be used.
-
-# service
-
-service.io.homekit.label = HomeKit Integration
index f14a700d807a52ce01b3450ebdd7a0da3405f43f..c197fda512ca65768ec46d93bd8ca6e1cb6f625d 100644 (file)
@@ -1,3 +1,8 @@
+# add-on
+
+addon.hueemulation.name = Hue Emulation
+addon.hueemulation.description = Exposes openHAB as Hue Devices.
+
 io.config.hueemulation.createNewUserOnEveryEndpoint.label = Pairing: Add Unknown User-keys
 io.config.hueemulation.createNewUserOnEveryEndpoint.description = Set this option to create new users on the fly during the next pairing mode period. This helps with Amazon Echo device discovery. This option is automatically switched off after the timeout.
 io.config.hueemulation.discoveryHttpPort.label = Optional Discovery Web Port
@@ -95,7 +100,3 @@ module-type.timer.TimerTrigger.config.randomizeTime.label = Duration Upper Bound
 module-type.timer.TimerTrigger.config.randomizeTime.description = An optional upper bound duration before this timer expires with the pattern hh:mm:ss. A random duration between Duration and Duration Upper Bound will be chosen.
 module-type.timer.TimerTrigger.config.repeat.label = Repeat
 module-type.timer.TimerTrigger.config.repeat.description = You can make this timer a recurring timer by setting a value above 1. The default is 1. If you set a value below 0 like -1 this timer will be repeated indefinitely
-
-# service
-
-service.io.hueemulation.label = Hue Emulation
index d7d436f258c3356c09354a073545fabdea7db93e..e309fadda6bacd669c9b87c7fc5ae2004681d088 100644 (file)
@@ -1,3 +1,8 @@
+# add-on
+
+addon.metrics.name = Metrics
+addon.metrics.description = An additional REST endpoint to retrieve openHAB core metrics.
+
 io.config.metrics.group.influx.label = Influx Metrics
 io.config.metrics.group.jmx.label = JMX Metrics
 io.config.metrics.influxDB.label = Database Name
@@ -14,7 +19,3 @@ io.config.metrics.influxUsername.label = User Name
 io.config.metrics.influxUsername.description = The InfluxDB User Name (No Default).
 io.config.metrics.jmxMetricsEnabled.label = Enabled
 io.config.metrics.jmxMetricsEnabled.description = Enable the Java Management Extensions (JMX) Metrics.
-
-# service
-
-service.io.metrics.label = Metrics Service
index d4acc837d684ce0d623903c20bc28d82277d2803..ad039523d508dd2a0c03ba46f661946720be05b5 100644 (file)
@@ -1,3 +1,8 @@
+# add-on
+
+addon.neeo.name = Neeo
+addon.neeo.description = The openHAB NEEO integration allows mapping of openHAB things/item to a NEEO device/capabilities.
+
 io.config.neeo.checkStatusInterval.label = Check Status Interval (seconds)
 io.config.neeo.checkStatusInterval.description = The interval (in seconds) to check the status of the brain
 io.config.neeo.exposeAll.label = Expose All
@@ -6,7 +11,3 @@ io.config.neeo.exposeNeeoBinding.label = Expose NEEO Binding
 io.config.neeo.exposeNeeoBinding.description = Expose things found by the NEEO Binding
 io.config.neeo.searchLimit.label = Search Limit
 io.config.neeo.searchLimit.description = The maximum number of results to return for a search
-
-# service
-
-service.io.neeo.label = NEEO Integration
index 45b8e7a42c602f424be5d802924b51644a1cb46e..e2dcb21b54307ac56bd958db135867aab8b66bcf 100644 (file)
@@ -1,3 +1,8 @@
+# add-on
+
+addon.openhabcloud.name = openHAB Cloud
+addon.openhabcloud.description = Connects local instance to the openHAB cloud.
+
 io.config.openhabcloud.baseURL.label = Base URL
 io.config.openhabcloud.baseURL.description = Base URL for the openHAB Cloud server.
 io.config.openhabcloud.expose.label = Items to Expose
@@ -6,7 +11,3 @@ io.config.openhabcloud.mode.label = Mode
 io.config.openhabcloud.mode.description = What features of the openHAB Cloud service should be used.
 io.config.openhabcloud.mode.option.notification = Notifications
 io.config.openhabcloud.mode.option.remote = Notifications & Remote Access
-
-# service
-
-service.io.openhabcloud.label = openHAB Cloud