core/homeassistant/components/verisure/strings.json

78 lines
2.4 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"description": "Sign-in with your Verisure My Pages account.",
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"mfa": {
"data": {
"description": "Your account has 2-step verification enabled. Please enter the verification code Verisure sends to you.",
"code": "Verification Code"
}
},
"installation": {
"description": "Home Assistant found multiple Verisure installations in your My Pages account. Please, select the installation to add to Home Assistant.",
"data": {
"giid": "Installation"
}
},
"reauth_confirm": {
"data": {
"description": "Re-authenticate with your Verisure My Pages account.",
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"reauth_mfa": {
"data": {
"description": "[%key:component::verisure::config::step::mfa::data::description%]",
"code": "[%key:component::verisure::config::step::mfa::data::code%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"unknown_mfa": "Unknown error occurred during MFA set up"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"options": {
"step": {
"init": {
"data": {
"lock_code_digits": "Number of digits in PIN code for locks"
}
}
}
},
"entity": {
"binary_sensor": {
"ethernet": {
"name": "Ethernet status"
}
}
},
"services": {
"capture_smartcam": {
"name": "Capture SmartCam image",
"description": "Captures a new image from a Verisure SmartCam."
},
"enable_autolock": {
"name": "Enable autolock",
"description": "Enables autolock of a Verisure Lockguard Smartlock."
},
"disable_autolock": {
"name": "Disable autolock",
"description": "Disables autolock of a Verisure Lockguard Smartlock."
}
}
}