core/homeassistant/components/hive/translations/en.json

53 lines
2.0 KiB
JSON
Raw Normal View History

{
2021-03-16 00:04:36 +00:00
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful",
"unknown_entry": "Unable to find existing entry."
},
"error": {
"invalid_code": "Failed to sign into Hive. Your two-factor authentication code was incorrect.",
"invalid_password": "Failed to sign into Hive. Incorrect password please try again.",
"invalid_username": "Failed to sign into Hive. Your email address is not recognised.",
"no_internet_available": "An internet connection is required to connect to Hive.",
"unknown": "Unexpected error"
},
"step": {
"2fa": {
"data": {
"2fa": "Two-factor code"
},
"description": "Enter your Hive authentication code. \n \n Please enter code 0000 to request another code.",
"title": "Hive Two-factor Authentication."
},
"reauth": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Re-enter your Hive login information.",
"title": "Hive Login"
},
"user": {
"data": {
"password": "Password",
"scan_interval": "Scan Interval (seconds)",
"username": "Username"
},
"description": "Enter your Hive login information and configuration.",
"title": "Hive Login"
}
}
},
2021-03-16 00:04:36 +00:00
"options": {
"step": {
"user": {
"data": {
"scan_interval": "Scan Interval (seconds)"
},
"description": "Update the scan interval to poll for data more often.",
"title": "Options for Hive"
}
}
}
}