[tradfri] Fix UTF-8 characters in i18n properties file (#11840)
* [tradfri] Fix UTF-8 characters in i18n properties file - Fix UTF-8 characters in i18n properties file * Added colons to descriptions in config- description Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
d8175b010a
commit
6420533d68
|
@ -8,11 +8,11 @@
|
|||
<parameter name="host" type="text" required="true">
|
||||
<context>network-address</context>
|
||||
<label>Host</label>
|
||||
<description>Hostname or IP address of the IKEA TRÅDFRI gateway</description>
|
||||
<description>Hostname or IP address of the IKEA TRÅDFRI gateway.</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Port for accessing the gateway</description>
|
||||
<description>Port for accessing the gateway.</description>
|
||||
<advanced>true</advanced>
|
||||
<default>5684</default>
|
||||
</parameter>
|
||||
|
@ -24,13 +24,13 @@
|
|||
<parameter name="identity" type="text" required="false">
|
||||
<advanced>true</advanced>
|
||||
<label>Identity</label>
|
||||
<description>Unique identity used for communication with the gateway</description>
|
||||
<description>Unique identity used for communication with the gateway.</description>
|
||||
</parameter>
|
||||
<parameter name="preSharedKey" type="text" required="false">
|
||||
<advanced>true</advanced>
|
||||
<context>password</context>
|
||||
<label>Pre-Shared Security Key</label>
|
||||
<description>Security key obtained during first initialization of the gateway</description>
|
||||
<description>Security key obtained during first initialization of the gateway.</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -31,13 +31,13 @@ thing-type.tradfri.gateway.description = IKEA TRÅDFRI IP Gateway
|
|||
bridge-type.config.tradfri.gateway.code.label = Security Code
|
||||
bridge-type.config.tradfri.gateway.code.description = Security code printed on the label underneath the gateway.
|
||||
bridge-type.config.tradfri.gateway.host.label = Host
|
||||
bridge-type.config.tradfri.gateway.host.description = Hostname or IP address of the IKEA TRÃ…DFRI gateway
|
||||
bridge-type.config.tradfri.gateway.host.description = Hostname or IP address of the IKEA TRÅDFRI gateway.
|
||||
bridge-type.config.tradfri.gateway.identity.label = Identity
|
||||
bridge-type.config.tradfri.gateway.identity.description = Unique identity used for communication with the gateway
|
||||
bridge-type.config.tradfri.gateway.identity.description = Unique identity used for communication with the gateway.
|
||||
bridge-type.config.tradfri.gateway.port.label = Port
|
||||
bridge-type.config.tradfri.gateway.port.description = Port for accessing the gateway
|
||||
bridge-type.config.tradfri.gateway.port.description = Port for accessing the gateway.
|
||||
bridge-type.config.tradfri.gateway.preSharedKey.label = Pre-Shared Security Key
|
||||
bridge-type.config.tradfri.gateway.preSharedKey.description = Security key obtained during first initialization of the gateway
|
||||
bridge-type.config.tradfri.gateway.preSharedKey.description = Security key obtained during first initialization of the gateway.
|
||||
thing-type.config.tradfri.device.id.label = ID
|
||||
thing-type.config.tradfri.device.id.description = The identifier of the device on the gateway.
|
||||
|
||||
|
@ -48,4 +48,4 @@ channel-type.tradfri.position.description = Control the position of the blind or
|
|||
|
||||
# discovery result
|
||||
|
||||
discovery.gateway.label = TRÅDFRI Gateway
|
||||
discovery.gateway.label = TRÅDFRI Gateway
|
||||
|
|
Loading…
Reference in New Issue