Files
ha-core/homeassistant/components/otp/strings.json

20 lines
441 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"token": "Authenticator token (OTP)"
}
}
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]",
"invalid_token": "Invalid token"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}