Files

51 lines
1.6 KiB
JSON

{
"common": {
"data_desc_api_key": "API key to connect to your LibreNMS instance.",
"data_desc_ssl_verify": "Whether to verify the SSL certificate when SSL encryption is used to connect to your LibreNMS instance.",
"data_desc_url": "The full URL of your LibreNMS instance."
},
"config": {
"abort": {
"already_configured": "This LibreNMS instance is already configured."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_url": "The provided URL is invalid.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"url": "[%key:common::config_flow::data::url%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"api_key": "[%key:component::librenms::common::data_desc_api_key%]",
"url": "[%key:component::librenms::common::data_desc_url%]",
"verify_ssl": "[%key:component::librenms::common::data_desc_ssl_verify%]"
}
}
}
},
"entity": {
"binary_sensor": {
"status": {
"name": "Status"
}
}
},
"exceptions": {
"auth_error": {
"message": "Authentication failed, please update your API key"
},
"cannot_connect": {
"message": "Cannot connect to your LibreNMS instance."
},
"update_error": {
"message": "An error occurred while retrieving data from your LibreNMS instance: {error}"
}
}
}