1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 13:14:35 +01:00
Files
core/homeassistant/components/otp/strings.json
T

38 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"invalid_code": "Invalid code, please try again. If you get this error consistently, please make sure the clock of your Home Assistant system is accurate.",
"invalid_token": "Invalid token",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"confirm": {
"data": {
"code": "Verification code (OTP)"
},
"data_description": {
"code": "The six-digit code currently displayed in your authentication app."
},
"description": "Before completing the setup of One-Time Password (OTP), confirm with a verification code. Scan the QR code with your authentication app. If you don't have one, we recommend either {auth_app1} or {auth_app2}.\n\nAfter scanning the code, enter the six-digit code from your app to verify the setup. If you have problems scanning the QR code, do a manual setup with code **`{code}`**.",
"title": "Verify One-Time Password (OTP)"
},
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"new_token": "Generate a new token?",
"token": "Authenticator token (OTP)"
},
"data_description": {
"name": "The purpose of this sensor (for example, the name of the service or account for which the One-Time Password is used).",
"new_token": "Generate a new secret key. You will be able to scan a QR code to import this token into your preferred authenticator app in the next step.",
"token": "An existing secret key for import into Home Assistant."
},
"description": "Creates a sensor that generates One-Time Passwords (OTP) for two-factor authentication."
}
}
}
}