Fix string typos and consistencies in nibe_heatpump (#81902)
* Fix typos and consistency * Fix typos and consistencypull/81810/head
parent
9ded232522
commit
a954443795
|
@ -6,7 +6,7 @@
|
|||
"nibegw": "NibeGW",
|
||||
"modbus": "Modbus"
|
||||
},
|
||||
"description": "Pick the connection method to your pump. In general, F-series pumps require a Nibe GW custom accessory, while an S-series pump has Modbus support built-in."
|
||||
"description": "Pick the connection method to your pump. In general, F-series pumps require a NibeGW custom accessory, while an S-series pump has Modbus support built-in."
|
||||
},
|
||||
"modbus": {
|
||||
"data": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"data_description": {
|
||||
"modbus_url": "Modbus URL that describes the connection to your Heat Pump or MODBUS40 unit. It should be on the form:\n - `tcp://[HOST]:[PORT]` for Modbus TCP connection\n - `serial://[LOCAL DEVICE]` for a local Modbus RTU connection\n - `rfc2217://[HOST]:[PORT]` for a remote telnet based Modbus RTU connection.",
|
||||
"modbus_unit": "Unit identification for you Heat Pump. Can usually be left at 0."
|
||||
"modbus_unit": "Unit identification for your Heat Pump. Can usually be left at 0."
|
||||
}
|
||||
},
|
||||
"nibegw": {
|
||||
|
@ -37,13 +37,13 @@
|
|||
}
|
||||
},
|
||||
"error": {
|
||||
"write": "Error on write request to pump. Verify your `Remote write port` or `Remote IP address`.",
|
||||
"read": "Error on read request from pump. Verify your `Remote read port` or `Remote IP address`.",
|
||||
"write": "Error on write request to pump. Verify your `Remote write port` or `Remote address`.",
|
||||
"read": "Error on read request from pump. Verify your `Remote read port` or `Remote address`.",
|
||||
"address": "Invalid remote address specified. Address must be an IP address or a resolvable hostname.",
|
||||
"address_in_use": "The selected listening port is already in use on this system.",
|
||||
"model": "The model selected doesn't seem to support modbus40",
|
||||
"model": "The selected model doesn't seem to support MODBUS40",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"url": "The url specified is not a well formed and supported url"
|
||||
"url": "The specified URL is not well formed nor supported"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
"error": {
|
||||
"address": "Invalid remote address specified. Address must be an IP address or a resolvable hostname.",
|
||||
"address_in_use": "The selected listening port is already in use on this system.",
|
||||
"model": "The model selected doesn't seem to support modbus40",
|
||||
"read": "Error on read request from pump. Verify your `Remote read port` or `Remote IP address`.",
|
||||
"model": "The selected model doesn't seem to support MODBUS40",
|
||||
"read": "Error on read request from pump. Verify your `Remote read port` or `Remote address`.",
|
||||
"unknown": "Unexpected error",
|
||||
"url": "The url specified is not a well formed and supported url",
|
||||
"write": "Error on write request to pump. Verify your `Remote write port` or `Remote IP address`."
|
||||
"url": "The specified URL is not well formed nor supported",
|
||||
"write": "Error on write request to pump. Verify your `Remote write port` or `Remote address`."
|
||||
},
|
||||
"step": {
|
||||
"modbus": {
|
||||
|
@ -20,7 +20,7 @@
|
|||
"model": "Model of Heat Pump"
|
||||
},
|
||||
"data_description": {
|
||||
"modbus_unit": "Unit identification for you Heat Pump. Can usually be left at 0.",
|
||||
"modbus_unit": "Unit identification for your Heat Pump. Can usually be left at 0.",
|
||||
"modbus_url": "Modbus URL that describes the connection to your Heat Pump or MODBUS40 unit. It should be on the form:\n - `tcp://[HOST]:[PORT]` for Modbus TCP connection\n - `serial://[LOCAL DEVICE]` for a local Modbus RTU connection\n - `rfc2217://[HOST]:[PORT]` for a remote telnet based Modbus RTU connection."
|
||||
}
|
||||
},
|
||||
|
@ -53,7 +53,7 @@
|
|||
"remote_read_port": "The port the NibeGW unit is listening for read requests on.",
|
||||
"remote_write_port": "The port the NibeGW unit is listening for write requests on."
|
||||
},
|
||||
"description": "Pick the connection method to your pump. In general, F-series pumps require a Nibe GW custom accessory, while an S-series pump has Modbus support built-in.",
|
||||
"description": "Pick the connection method to your pump. In general, F-series pumps require a NibeGW custom accessory, while an S-series pump has Modbus support built-in.",
|
||||
"menu_options": {
|
||||
"modbus": "Modbus",
|
||||
"nibegw": "NibeGW"
|
||||
|
@ -61,4 +61,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue