mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix sentence-casing in hive
integration (#140382)
Use sentence-casing for all strings following the HA standard. Capitalize "Internet" as a name.
This commit is contained in:
parent
490dd3b525
commit
ad126a745a
@ -2,27 +2,27 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Hive Login",
|
||||
"title": "Hive login",
|
||||
"description": "Enter your Hive login information.",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"scan_interval": "Scan Interval (seconds)"
|
||||
"scan_interval": "Scan interval (seconds)"
|
||||
}
|
||||
},
|
||||
"2fa": {
|
||||
"title": "Hive Two-factor Authentication.",
|
||||
"description": "Enter your Hive authentication code. \n \n Please enter code 0000 to request another code.",
|
||||
"title": "Hive two-factor authentication.",
|
||||
"description": "Enter your Hive authentication code.\n\nPlease enter code 0000 to request another code.",
|
||||
"data": {
|
||||
"2fa": "Two-factor code"
|
||||
}
|
||||
},
|
||||
"configuration": {
|
||||
"data": {
|
||||
"device_name": "Device Name"
|
||||
"device_name": "Device name"
|
||||
},
|
||||
"description": "Enter your Hive configuration",
|
||||
"title": "Hive Configuration."
|
||||
"title": "Hive configuration."
|
||||
},
|
||||
"reauth": {
|
||||
"title": "[%key:component::hive::config::step::user::title%]",
|
||||
@ -37,7 +37,7 @@
|
||||
"invalid_username": "Failed to sign into Hive. Your email address is not recognised.",
|
||||
"invalid_password": "Failed to sign into Hive. Incorrect password, please try again.",
|
||||
"invalid_code": "Failed to sign into Hive. Your two-factor authentication code was incorrect.",
|
||||
"no_internet_available": "An internet connection is required to connect to Hive.",
|
||||
"no_internet_available": "An Internet connection is required to connect to Hive.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"abort": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user