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

93 lines
4.8 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"
},
2022-12-13 00:27:47 +00:00
"description": "Do you want to set up {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"
}
}
},
"entity": {
"sensor": {
"license_plate": {
"state": {
"none": "Clear"
}
}
}
},
"issues": {
2022-12-08 00:21:50 +00:00
"deprecate_smart_sensor": {
"description": "The unified \"Detected Object\" sensor for smart detections is now deprecated. It has been replaced with individual smart detection binary sensors for each smart detection type. Please update any templates or automations accordingly.",
"title": "Smart Detection Sensor Deprecated"
},
"ea_setup_failed": {
"description": "You are using v{version} of UniFi Protect which is an Early Access version. An unrecoverable error occurred while trying to load the integration. Please [downgrade to a stable version](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) of UniFi Protect to continue using the integration.\n\nError: {error}",
"title": "Setup error using Early Access version"
},
"ea_warning": {
"fix_flow": {
"step": {
"confirm": {
"description": "Are you sure you want to run unsupported versions of UniFi Protect? This may cause your Home Assistant integration to break.",
"title": "v{version} is an Early Access version"
},
"start": {
"description": "You are using v{version} of UniFi Protect which is an Early Access version. [Early Access versions are not supported by Home Assistant](https://www.home-assistant.io/integrations/unifiprotect#about-unifi-early-access) and it is recommended to go back to a stable release as soon as possible.\n\nBy submitting this form you have either [downgraded UniFi Protect](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) or you agree to run an unsupported version of UniFi Protect.",
"title": "v{version} is an Early Access version"
}
}
},
2022-11-07 11:12:41 +00:00
"title": "UniFi Protect v{version} is an Early Access version"
}
},
"options": {
"step": {
"init": {
"data": {
"all_updates": "Realtime metrics (WARNING: Greatly increases CPU usage)",
"allow_ea": "Allow Early Access versions of Protect (WARNING: Will mark your integration as unsupported)",
"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"
}
}
}
}