core/homeassistant/components/huawei_lte/strings.json

95 lines
3.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unsupported_device": "Unsupported device"
},
"error": {
"connection_timeout": "Connection timeout",
"incorrect_password": "Incorrect password",
"incorrect_username": "Incorrect username",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_url": "Invalid URL",
"login_attempts_exceeded": "Maximum login attempts exceeded, please try again later",
"response_error": "Unknown error from device",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Enter device access credentials.",
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"url": "[%key:common::config_flow::data::url%]",
"username": "[%key:common::config_flow::data::username%]"
},
"description": "Enter device access details.",
"title": "Configure Huawei LTE"
}
}
},
"options": {
"step": {
"init": {
"data": {
"name": "Notification service name (change requires restart)",
"recipient": "SMS notification recipients",
"track_wired_clients": "Track wired network clients",
"unauthenticated_mode": "Unauthenticated mode (change requires reload)"
}
}
}
},
"services": {
"clear_traffic_statistics": {
"name": "Clear traffic statistics",
"description": "Clears traffic statistics.",
"fields": {
"url": {
"name": "[%key:common::config_flow::data::url%]",
"description": "URL of router to clear; optional when only one is configured."
}
}
},
"reboot": {
"name": "Reboot",
"description": "Reboots router.",
"fields": {
"url": {
"name": "[%key:common::config_flow::data::url%]",
"description": "URL of router to reboot; optional when only one is configured."
}
}
},
"resume_integration": {
"name": "Resume integration",
"description": "Resumes suspended integration.",
"fields": {
"url": {
"name": "[%key:common::config_flow::data::url%]",
"description": "URL of router to resume integration for; optional when only one is configured."
}
}
},
"suspend_integration": {
"name": "Suspend integration",
"description": "Suspends integration. Suspending logs the integration out from the router, and stops accessing it. Useful e.g. if accessing the router web interface from another source such as a web browser is temporarily required. Invoke the resume_integration service to resume.\n.",
"fields": {
"url": {
"name": "[%key:common::config_flow::data::url%]",
"description": "URL of router to suspend integration for; optional when only one is configured."
}
}
}
}
}