Files
core/homeassistant/components/gatus/strings.json
T

98 lines
3.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"token": "[%key:common::config_flow::data::api_key%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::gatus::config::step::user::data_description::password%]",
"token": "[%key:component::gatus::config::step::user::data_description::token%]",
"username": "[%key:component::gatus::config::step::user::data_description::username%]"
},
"description": "Please re-enter your credentials for Gatus."
},
"reconfigure": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"token": "[%key:common::config_flow::data::api_key%]",
"url": "[%key:common::config_flow::data::url%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::gatus::config::step::user::data_description::password%]",
"token": "[%key:component::gatus::config::step::user::data_description::token%]",
"url": "[%key:component::gatus::config::step::user::data_description::url%]",
"username": "[%key:component::gatus::config::step::user::data_description::username%]"
},
"description": "[%key:component::gatus::config::step::user::description%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"token": "[%key:common::config_flow::data::api_key%]",
"url": "[%key:common::config_flow::data::url%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "Optional password for HTTP Basic Authentication.",
"token": "Optional API token / Bearer token for authentication.",
"url": "The full base URL of your Gatus status page instance including protocol and port.",
"username": "Optional username for HTTP Basic Authentication."
},
"description": "Enter the network details for your Gatus status page instance. Make sure to include the protocol (e.g., `http://` or `https://`) and the port number if you are not using a standard port."
}
}
},
"entity": {
"sensor": {
"certificate_expiration": {
"name": "Certificate expiration"
},
"dns_rcode": {
"name": "DNS response code",
"state": {
"format_error": "Format error",
"no_error": "No error",
"non_existent_domain": "Non-existent domain",
"not_implemented": "Not implemented",
"refused": "Refused",
"server_failure": "Server failure"
}
},
"last_event": {
"name": "Last event",
"state": {
"healthy": "Healthy",
"resolved": "Resolved",
"start": "Started",
"unhealthy": "Unhealthy"
}
},
"response_time": {
"name": "Response time"
},
"status_code": {
"name": "Status code"
}
}
},
"exceptions": {
"update_failed": {
"message": "Error communicating with Gatus API"
}
}
}