Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert i18n references in addon.xml to actual text #18139

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/bindingName</name>
<description>@text/bindingDescription</description>
<name>Amazon Dash Button Binding</name>
<description>This is the binding for the Amazon Dash Button.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# add-on

bindingName = Amazon Dash Button Binding
bindingDescription = This is the binding for the Amazon Dash Button.
addon.amazondashbutton.name = Amazon Dash Button Binding
addon.amazondashbutton.description = This is the binding for the Amazon Dash Button.

# thing types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/binding_name</name>
<description>@text/binding_desc</description>
<name>digitalSTROM-Binding</name>
<description>The digitalSTROM-Binding integrates the digitalSTROM-System and allows to control the included devices and
call scenes.</description>
<connection>local</connection>

<discovery-methods>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# add-on
binding_name = digitalSTROM-Binding
binding_desc = The digitalSTROM-Binding integrates the digitalSTROM-System and allows to control the included devices and call scenes.
addon.digitalstrom.name = digitalSTROM-Binding
addon.digitalstrom.description = The digitalSTROM-Binding integrates the digitalSTROM-System and allows to control the included devices and call scenes.

#dss-bridge
dSS_label = digitalSTROM-Server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>binding</type>
<name>@text/icloud.addon.name</name>
<description>@text/icloud.addon.description</description>
<name>iCloud Binding</name>
<description>The Apple iCloud is used to retrieve data such as the battery level or current location of one or multiple
Apple devices connected to an iCloud account. Updates are quick and accurate without significant battery time impact.</description>
<connection>cloud</connection>
</addon:addon>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# add-on
icloud.addon.name=iCloud Binding
icloud.addon.description=The Apple iCloud is used to retrieve data such as the battery level or current location of one or multiple Apple devices connected to an iCloud account. Updates are quick and accurate without significant battery time impact.
addon.icloud.name=iCloud Binding
addon.icloud.description=The Apple iCloud is used to retrieve data such as the battery level or current location of one or multiple Apple devices connected to an iCloud account. Updates are quick and accurate without significant battery time impact.

# Account Thing
icloud.account-thing.label=iCloud Account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/addon.jeelink.name</name>
<description>@text/addon.jeelink.description</description>
<name>JeeLink Binding</name>
<description>This is the binding for JeeLink USB Receivers, LaCrosseGateways and connected sensors.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/addon.mielecloud.name</name>
<description>@text/addon.mielecloud.description</description>
<name>Miele@home Cloud Binding</name>
<description>This is the cloud-based Miele@home binding.</description>
<connection>cloud</connection>

<discovery-methods>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/addon.nanoleaf.name</name>
<description>@text/addon.nanoleaf.description</description>
<name>Nanoleaf Binding</name>
<description>Integrates the Nanoleaf light panels</description>
<connection>local</connection>

<discovery-methods>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/bindingName</name>
<description>@text/bindingDescription</description>
<name>Niko Home Control Binding</name>
<description>This is the binding for the Niko Home Control system</description>
<connection>local</connection>

<discovery-methods>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# add-on
bindingName = Niko Home Control Binding
bindingDescription = This is the binding for the Niko Home Control system
addon.nikohomecontrol.name = Niko Home Control Binding
addon.nikohomecontrol.description = This is the binding for the Niko Home Control system

# bridge types
bridgeLabel = Niko Home Control I Bridge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/bindingName</name>
<description>@text/bindingDescription</description>
<name>SagerCaster Binding</name>
<description>The Sager Weathercaster is a scientific instrument for accurate prediction of the weather.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# add-on

bindingName = SagerCaster Binding
bindingDescription = The Sager Weathercaster is a scientific instrument for accurate prediction of the weather.
addon.sagercaster.name = SagerCaster Binding
addon.sagercaster.description = The Sager Weathercaster is a scientific instrument for accurate prediction of the weather.

# thing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/addon.shelly.name</name>
<description>@text/addon.shelly.description</description>
<name>Shelly Binding</name>
<description>This binding integrates Shelly devices that can be controlled via WiFi.</description>
<connection>local</connection>

<config-description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/bindingLabel</name>
<description>@text/bindingDescription</description>
<name>Somfy URTSI II Binding</name>
<description>This is the binding for Somfy Universal RTS Interface II (URTSI II).</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# add-on

bindingDescription = This is the binding for Somfy Universal RTS Interface II (URTSI II).
bindingLabel = Somfy URTSI II Binding
addon.urtsi.name = Somfy URTSI II Binding
addon.urtsi.description = This is the binding for Somfy Universal RTS Interface II (URTSI II).

# thing types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>@text/addon.velux.name</name>
<description>@text/addon.velux.description</description>
<name>Velux Binding</name>
<description>A binding for the Velux KLF200 Bridge. The Velux Binding interacts via a Velux Bridge with the different
Velux devices like controlling window openers, shutters and others. For example a KLF200 can act as interface between
the HomeAutomation and the VELUX INTEGRA products with wireless connectivity based on the io-homecontrol standard.</description>
<connection>local</connection>

<discovery-methods>
Expand Down