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

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2020-08-06 00:02:06 +00:00
"cannot_connect": "Failed to connect",
"invalid_access_token": "Invalid access token",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"2fa": {
"data": {
"2fa": "Two-factor code"
},
2021-03-16 00:04:36 +00:00
"description": "Enter the PIN sent to your email",
2020-05-13 18:27:21 +00:00
"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
}