mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 10:21:09 -05:00
107 lines
3.3 KiB
JSON
107 lines
3.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"name_exists": "Name exists"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::vodafone_station::config::step::user::data_description::password%]"
|
|
},
|
|
"description": "The password for {username} is invalid.",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::ssl%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Mikrotik router.",
|
|
"name": "The name of your Mikrotik router.",
|
|
"password": "The password for your Mikrotik router.",
|
|
"port": "The port of your Mikrotik router.",
|
|
"username": "The username for your Mikrotik router.",
|
|
"verify_ssl": "Verify SSL certificate of your Mikrotik router."
|
|
},
|
|
"title": "Set up Mikrotik Router"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"backup": {
|
|
"name": "Backup"
|
|
},
|
|
"shutdown": {
|
|
"name": "Shutdown"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"cpu_load": {
|
|
"name": "CPU usage"
|
|
},
|
|
"disk_usage": {
|
|
"name": "Disk usage"
|
|
},
|
|
"memory_usage": {
|
|
"name": "Memory usage"
|
|
}
|
|
},
|
|
"update": {
|
|
"firmware_update": {
|
|
"name": "RouterOS"
|
|
},
|
|
"routerboard_update": {
|
|
"name": "RouterBOARD"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect": {
|
|
"message": "Error connecting: {error}"
|
|
},
|
|
"cannot_login": {
|
|
"message": "Cannot login: {error}"
|
|
},
|
|
"cannot_retrieve_data": {
|
|
"message": "Error retrieving data: {error}"
|
|
},
|
|
"invalid_auth": {
|
|
"message": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"mikrotik_api_error": {
|
|
"message": "Mikrotik API error: {error}"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"device_tracker": {
|
|
"data": {
|
|
"arp_ping": "Enable ARP ping",
|
|
"detection_time": "Consider home interval",
|
|
"force_dhcp": "Force scanning using DHCP"
|
|
},
|
|
"data_description": {
|
|
"arp_ping": "Enable ARP ping for device tracking. This will send an ARP request to the device to check if it is online.",
|
|
"detection_time": "The time interval in seconds to consider a device as home after it was last seen.",
|
|
"force_dhcp": "Force scanning using DHCP. This will use the DHCP leases to track devices."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|