Remove excessive newline codes from strings.json (#134468)
parent
9e8df72c0d
commit
2752a35e23
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"scan": {
|
||||
"name": "Scan",
|
||||
"description": "Scans the velbus modules, this will be need if you see unknown module warnings in the logs, or when you added new modules.",
|
||||
"description": "Scans the velbus modules, this will be needed if you see unknown module warnings in the logs, or when you added new modules.",
|
||||
"fields": {
|
||||
"interface": {
|
||||
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
||||
|
@ -53,13 +53,13 @@
|
|||
},
|
||||
"address": {
|
||||
"name": "Address",
|
||||
"description": "The module address in decimal format, if this is provided we only clear this module, if nothing is provided we clear the whole cache directory (all modules) The decimal addresses are displayed in front of the modules listed at the integration page.\n."
|
||||
"description": "The module address in decimal format, if this is provided we only clear this module, if nothing is provided we clear the whole cache directory (all modules) The decimal addresses are displayed in front of the modules listed at the integration page."
|
||||
}
|
||||
}
|
||||
},
|
||||
"set_memo_text": {
|
||||
"name": "Set memo text",
|
||||
"description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD Be sure the page(s) of the module is configured to display the memo text.\n.",
|
||||
"description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD Be sure the page(s) of the module is configured to display the memo text.",
|
||||
"fields": {
|
||||
"interface": {
|
||||
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
||||
|
@ -67,11 +67,11 @@
|
|||
},
|
||||
"address": {
|
||||
"name": "Address",
|
||||
"description": "The module address in decimal format. The decimal addresses are displayed in front of the modules listed at the integration page.\n."
|
||||
"description": "The module address in decimal format. The decimal addresses are displayed in front of the modules listed at the integration page."
|
||||
},
|
||||
"memo_text": {
|
||||
"name": "Memo text",
|
||||
"description": "The actual text to be displayed. Text is limited to 64 characters.\n."
|
||||
"description": "The actual text to be displayed. Text is limited to 64 characters."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue