mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix spelling in Reolink user-facing strings (#141971)
Fix spelling in `reolink` user-facing string - replace three occurrences of "a" with proper "an" - replace "infra red" with "infrared"
This commit is contained in:
parent
cbcd1929dd
commit
c151696357
@ -15,7 +15,7 @@
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Reolink device. For example: '192.168.1.25'.",
|
||||
"port": "The HTTP(s) port to connect to the Reolink device API. For HTTP normally: '80', for HTTPS normally '443'.",
|
||||
"use_https": "Use a HTTPS (SSL) connection to the Reolink device.",
|
||||
"use_https": "Use an HTTPS (SSL) connection to the Reolink device.",
|
||||
"baichuan_port": "The 'Basic Service Port' to connect to the Reolink device over TCP. Normally '9000' unless manually changed in the Reolink desktop client.",
|
||||
"username": "Username to login to the Reolink device itself. Not the Reolink cloud account.",
|
||||
"password": "Password to login to the Reolink device itself. Not the Reolink cloud account."
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Invalid input parameter: {err}"
|
||||
},
|
||||
"api_error": {
|
||||
"message": "The device responded with a error: {err}"
|
||||
"message": "The device responded with an error: {err}"
|
||||
},
|
||||
"invalid_content_type": {
|
||||
"message": "Received a different content type than expected: {err}"
|
||||
@ -130,7 +130,7 @@
|
||||
},
|
||||
"firmware_update": {
|
||||
"title": "Reolink firmware update required",
|
||||
"description": "\"{name}\" with model \"{model}\" and hardware version \"{hw_version}\" is running a old firmware version \"{current_firmware}\", while at least firmware version \"{required_firmware}\" is required for proper operation of the Reolink integration. The firmware can be updated by pressing \"install\" in the more info dialog of the update entity of \"{name}\" from within Home Assistant. Alternatively, the latest firmware can be downloaded from the [Reolink download center]({download_link})."
|
||||
"description": "\"{name}\" with model \"{model}\" and hardware version \"{hw_version}\" is running an old firmware version \"{current_firmware}\", while at least firmware version \"{required_firmware}\" is required for proper operation of the Reolink integration. The firmware can be updated by pressing \"install\" in the more info dialog of the update entity of \"{name}\" from within Home Assistant. Alternatively, the latest firmware can be downloaded from the [Reolink download center]({download_link})."
|
||||
},
|
||||
"hub_switch_deprecated": {
|
||||
"title": "Reolink Home Hub switches deprecated",
|
||||
|
Loading…
x
Reference in New Issue
Block a user