[map] Fixed wrong i18n properties and added label of Profile (#11646)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
e0f72d5a7c
commit
35dbde1189
|
@ -1,6 +1,7 @@
|
||||||
# bundle config
|
# bundle config
|
||||||
|
|
||||||
profile.config.transform.function.label = Filename
|
profile-type.transform.MAP.label = MAP
|
||||||
profile.config.transform.function.description = Filename containing the mapping information.
|
profile.config.transform.MAP.function.label = Filename
|
||||||
profile.config.transform.sourceFormat.label = State Formatter
|
profile.config.transform.MAP.function.description = Filename containing the mapping information.
|
||||||
profile.config.transform.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s)
|
profile.config.transform.MAP.sourceFormat.label = State Formatter
|
||||||
|
profile.config.transform.MAP.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s).
|
||||||
|
|
Loading…
Reference in New Issue