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

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"2fa": {
"data": {
"2fa": "Two-factor code"
},
2020-05-13 18:27:21 +00:00
"description": "Enter the pin sent to your email. If the email does not contain a pin, leave blank",
"title": "Two-factor authentication"
},
"user": {
"data": {
"password": "Password",
2020-05-13 18:27:21 +00:00
"username": "Username"
},
"title": "Sign-in with Blink account"
}
}
2020-06-10 16:38:17 +00:00
},
"options": {
"step": {
"simple_options": {
"data": {
"scan_interval": "Scan Interval (seconds)"
},
2020-06-11 00:02:36 +00:00
"description": "Configure Blink integration",
"title": "Blink options"
2020-06-10 16:38:17 +00:00
}
}
}
2020-06-11 00:02:36 +00:00
}