Fix all occurrences of "PIN" in MotionMount user strings (#136734)

This commit is contained in:
Norbert Rittel 2025-01-28 17:08:55 +01:00 committed by GitHub
parent ae157e8592
commit 7cbc6f35d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"common": { "common": {
"incorrect_pin": "Pin is not correct" "incorrect_pin": "PIN is not correct"
}, },
"config": { "config": {
"flow_title": "{name}", "flow_title": "{name}",
@ -19,21 +19,21 @@
}, },
"auth": { "auth": {
"title": "Authenticate to your MotionMount", "title": "Authenticate to your MotionMount",
"description": "Your MotionMount requires a pin to operate.", "description": "Your MotionMount requires a PIN to operate.",
"data": { "data": {
"pin": "[%key:common::config_flow::data::pin%]" "pin": "[%key:common::config_flow::data::pin%]"
} }
}, },
"backoff": { "backoff": {
"title": "Authenticate to your MotionMount", "title": "Authenticate to your MotionMount",
"description": "Too many incorrect pin attempts." "description": "Too many incorrect PIN attempts."
} }
}, },
"error": { "error": {
"pin": "[%key:component::motionmount::common::incorrect_pin%]" "pin": "[%key:component::motionmount::common::incorrect_pin%]"
}, },
"progress": { "progress": {
"progress_action": "Too many incorrect pin attempts. Please wait {timeout} s..." "progress_action": "Too many incorrect PIN attempts. Please wait {timeout} s..."
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
@ -83,7 +83,7 @@
"message": "Failed to communicate with MotionMount" "message": "Failed to communicate with MotionMount"
}, },
"no_pin_provided": { "no_pin_provided": {
"message": "No pin provided" "message": "No PIN provided"
}, },
"incorrect_pin": { "incorrect_pin": {
"message": "[%key:component::motionmount::common::incorrect_pin%]" "message": "[%key:component::motionmount::common::incorrect_pin%]"