mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix all occurrences of "PIN" in MotionMount user strings (#136734)
This commit is contained in:
parent
ae157e8592
commit
7cbc6f35d2
@ -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%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user