Use international English spelling for "authorization" in reolink (#144305)

Use international English for "authorization" in `reolink`
This commit is contained in:
Norbert Rittel 2025-05-06 08:34:40 +02:00 committed by GitHub
parent edcb090209
commit 212c3ddcca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
"api_error": "API error occurred",
"cannot_connect": "Failed to connect, check the IP address of the camera",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"not_admin": "User needs to be admin, user \"{username}\" has authorisation level \"{userlevel}\"",
"not_admin": "User needs to be admin, user \"{username}\" has authorization level \"{userlevel}\"",
"password_incompatible": "Password contains incompatible special character or is too long, maximum 31 characters and only these characters are allowed: a-z, A-Z, 0-9 or {special_chars}",
"unknown": "[%key:common::config_flow::error::unknown%]",
"update_needed": "Failed to log in because of outdated firmware, please update the firmware to version {needed_firmware} using the Reolink Download Center: {download_center_url}, currently version {current_firmware} is installed",