mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
166 lines
5.2 KiB
JSON
166 lines
5.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"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%]",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"data_description": {
|
|
"api_token": "The new API access token for authenticating with Portainer"
|
|
},
|
|
"description": "The access token for your Portainer instance needs to be re-authenticated. You can create a new access token in the Portainer UI. Go to **My account > Access tokens** and select **Add access token**"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_token": "[%key:component::portainer::config::step::user::data_description::api_token%]",
|
|
"url": "[%key:component::portainer::config::step::user::data_description::url%]",
|
|
"verify_ssl": "[%key:component::portainer::config::step::user::data_description::verify_ssl%]"
|
|
},
|
|
"description": "Use the following form to reconfigure your Portainer instance.",
|
|
"title": "Reconfigure Portainer Integration"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_token": "The API access token for authenticating with Portainer",
|
|
"url": "The URL, including the port, of your Portainer instance",
|
|
"verify_ssl": "Whether to verify SSL certificates. Disable only if you have a self-signed certificate"
|
|
},
|
|
"description": "You can create an access token in the Portainer UI. Go to **My account > Access tokens** and select **Add access token**"
|
|
}
|
|
}
|
|
},
|
|
"device": {
|
|
"unknown_container": {
|
|
"name": "Unknown container"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"status": {
|
|
"name": "Status"
|
|
}
|
|
},
|
|
"button": {
|
|
"images_prune": {
|
|
"name": "Prune unused images"
|
|
},
|
|
"restart_container": {
|
|
"name": "Restart container"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"api_version": {
|
|
"name": "API version"
|
|
},
|
|
"architecture": {
|
|
"name": "Architecture"
|
|
},
|
|
"container_state": {
|
|
"name": "State",
|
|
"state": {
|
|
"created": "Created",
|
|
"dead": "Dead",
|
|
"exited": "Exited",
|
|
"paused": "Paused",
|
|
"restarting": "Restarting",
|
|
"running": "Running"
|
|
}
|
|
},
|
|
"containers_count": {
|
|
"name": "Container count"
|
|
},
|
|
"containers_paused": {
|
|
"name": "Containers paused"
|
|
},
|
|
"containers_running": {
|
|
"name": "Containers running"
|
|
},
|
|
"containers_stopped": {
|
|
"name": "Containers stopped"
|
|
},
|
|
"cpu_total": {
|
|
"name": "Total CPU"
|
|
},
|
|
"cpu_usage_total": {
|
|
"name": "CPU usage total"
|
|
},
|
|
"docker_version": {
|
|
"name": "Docker version"
|
|
},
|
|
"image": {
|
|
"name": "Image"
|
|
},
|
|
"images_count": {
|
|
"name": "Image count"
|
|
},
|
|
"kernel_version": {
|
|
"name": "Kernel version"
|
|
},
|
|
"memory_limit": {
|
|
"name": "Memory limit"
|
|
},
|
|
"memory_total": {
|
|
"name": "Total memory"
|
|
},
|
|
"memory_usage": {
|
|
"name": "Memory usage"
|
|
},
|
|
"memory_usage_percentage": {
|
|
"name": "Memory usage percentage"
|
|
},
|
|
"operating_system": {
|
|
"name": "Operating system"
|
|
},
|
|
"operating_system_version": {
|
|
"name": "Operating system version"
|
|
}
|
|
},
|
|
"switch": {
|
|
"container": {
|
|
"name": "Container"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect": {
|
|
"message": "An error occurred while trying to connect to the Portainer instance: {error}"
|
|
},
|
|
"cannot_connect_no_details": {
|
|
"message": "An error occurred while trying to connect to the Portainer instance."
|
|
},
|
|
"invalid_auth": {
|
|
"message": "An error occurred while trying to authenticate: {error}"
|
|
},
|
|
"invalid_auth_no_details": {
|
|
"message": "An error occurred while trying to authenticate."
|
|
},
|
|
"timeout_connect": {
|
|
"message": "A timeout occurred while trying to connect to the Portainer instance: {error}"
|
|
},
|
|
"timeout_connect_no_details": {
|
|
"message": "A timeout occurred while trying to connect to the Portainer instance."
|
|
}
|
|
}
|
|
}
|