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

58 lines
2.5 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"discovery_started": "Discovery started"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2022-05-19 00:26:11 +00:00
"protect_version": "Minimum required version is v1.20.0. Please upgrade UniFi Protect and then retry."
},
"flow_title": "{name} ({ip_address})",
"step": {
"discovery_confirm": {
"data": {
"password": "Password",
2022-05-19 00:26:11 +00:00
"username": "Username"
},
"description": "Do you want to setup {name} ({ip_address})? You will need a local user created in your UniFi OS Console to log in with. Ubiquiti Cloud Users will not work. For more information: {local_user_documentation_url}",
"title": "UniFi Protect Discovered"
},
2021-12-29 22:27:31 +00:00
"reauth_confirm": {
"data": {
"host": "IP/Host of UniFi Protect Server",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "UniFi Protect Reauth"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
2021-12-29 22:27:31 +00:00
"port": "Port",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
},
"description": "You will need a local user created in your UniFi OS Console to log in with. Ubiquiti Cloud Users will not work. For more information: {local_user_documentation_url}",
2021-12-29 22:27:31 +00:00
"title": "UniFi Protect Setup"
}
}
},
"options": {
"step": {
"init": {
"data": {
"all_updates": "Realtime metrics (WARNING: Greatly increases CPU usage)",
"disable_rtsp": "Disable the RTSP stream",
"max_media": "Max number of event to load for Media Browser (increases RAM usage)",
"override_connection_host": "Override Connection Host"
},
"description": "Realtime metrics option should only be enabled if you have enabled the diagnostics sensors and want them updated in realtime. If not enabled, they will only update once every 15 minutes.",
"title": "UniFi Protect Options"
}
}
}
}