mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Fix user-facing strings in totalconnect
(#144411)
- replace two inconsistent occurrences of camel-cased "TotalConnect" with "Total Connect" - apply sentence-casing to all strings - add a missing hyphen to "4-digit numer"
This commit is contained in:
parent
9ec5d90f4d
commit
f5c67e2fd1
@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Total Connect 2.0 Account Credentials",
|
"title": "Total Connect 2.0 account credentials",
|
||||||
"description": "It is highly recommended to use a 'standard' Total Connect user account with Home Assistant. The account should not have full administrative privileges.",
|
"description": "It is highly recommended to use a 'standard' Total Connect user account with Home Assistant. The account should not have full administrative privileges.",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
@ -14,13 +14,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"locations": {
|
"locations": {
|
||||||
"title": "Location Usercodes",
|
"title": "Location usercodes",
|
||||||
"description": "Enter the usercode for this user at location {location_id}",
|
"description": "Enter the usercode for this user at location {location_id}",
|
||||||
"data": {
|
"data": {
|
||||||
"usercodes": "Usercode"
|
"usercodes": "Usercode"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"usercodes": "The usercode is usually a 4 digit number"
|
"usercodes": "The usercode is usually a 4-digit number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
@ -41,13 +41,13 @@
|
|||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||||
"no_locations": "No locations are available for this user, check TotalConnect settings"
|
"no_locations": "No locations are available for this user, check Total Connect settings"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"title": "TotalConnect Options",
|
"title": "Total Connect options",
|
||||||
"data": {
|
"data": {
|
||||||
"auto_bypass_low_battery": "Auto bypass low battery",
|
"auto_bypass_low_battery": "Auto bypass low battery",
|
||||||
"code_required": "Require user to enter code for alarm actions"
|
"code_required": "Require user to enter code for alarm actions"
|
||||||
@ -62,11 +62,11 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"arm_away_instant": {
|
"arm_away_instant": {
|
||||||
"name": "Arm away instant",
|
"name": "Arm away instant",
|
||||||
"description": "Arms Away with zero entry delay."
|
"description": "Arms away with zero entry delay."
|
||||||
},
|
},
|
||||||
"arm_home_instant": {
|
"arm_home_instant": {
|
||||||
"name": "Arm home instant",
|
"name": "Arm home instant",
|
||||||
"description": "Arms Home with zero entry delay."
|
"description": "Arms home with zero entry delay."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user