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:
Norbert Rittel 2025-04-01 11:38:48 +02:00 committed by GitHub
parent cbcd1929dd
commit c151696357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
"data_description": { "data_description": {
"host": "The hostname or IP address of your Reolink device. For example: '192.168.1.25'.", "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'.", "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.", "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.", "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." "password": "Password to login to the Reolink device itself. Not the Reolink cloud account."
@ -66,7 +66,7 @@
"message": "Invalid input parameter: {err}" "message": "Invalid input parameter: {err}"
}, },
"api_error": { "api_error": {
"message": "The device responded with a error: {err}" "message": "The device responded with an error: {err}"
}, },
"invalid_content_type": { "invalid_content_type": {
"message": "Received a different content type than expected: {err}" "message": "Received a different content type than expected: {err}"
@ -130,7 +130,7 @@
}, },
"firmware_update": { "firmware_update": {
"title": "Reolink firmware update required", "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": { "hub_switch_deprecated": {
"title": "Reolink Home Hub switches deprecated", "title": "Reolink Home Hub switches deprecated",
@ -893,7 +893,7 @@
}, },
"switch": { "switch": {
"ir_lights": { "ir_lights": {
"name": "Infra red lights in night mode" "name": "Infrared lights in night mode"
}, },
"record_audio": { "record_audio": {
"name": "Record audio" "name": "Record audio"