1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/homeassistant/components/fritz/strings.json
2026-01-12 15:43:28 +01:00

253 lines
9.3 KiB
JSON

{
"common": {
"data_description_feature_device_tracking": "Enable or disable the network device tracking feature.",
"data_description_host": "The hostname or IP address of your FRITZ!Box router.",
"data_description_password": "Password for the FRITZ!Box.",
"data_description_port": "Leave empty to use the default port.",
"data_description_ssl": "Use SSL to connect to the FRITZ!Box.",
"data_description_username": "Username for the FRITZ!Box.",
"data_feature_device_tracking": "Enable network device tracking"
},
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"ignore_ip6_link_local": "IPv6 link local address is not supported.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown_error": "[%key:common::config_flow::error::unknown%]",
"upnp_not_configured": "Missing UPnP settings on device."
},
"flow_title": "{name}",
"step": {
"confirm": {
"data": {
"feature_device_tracking": "[%key:component::fritz::common::data_feature_device_tracking%]",
"password": "[%key:common::config_flow::data::password%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"feature_device_tracking": "[%key:component::fritz::common::data_description_feature_device_tracking%]",
"password": "[%key:component::fritz::common::data_description_password%]",
"ssl": "[%key:component::fritz::common::data_description_ssl%]",
"username": "[%key:component::fritz::common::data_description_username%]"
},
"description": "Discovered FRITZ!Box: {name}\n\nSet up FRITZ!Box Tools to control your {name}",
"title": "Set up FRITZ!Box Tools"
},
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::fritz::common::data_description_password%]",
"username": "[%key:component::fritz::common::data_description_username%]"
},
"description": "Update FRITZ!Box Tools credentials for: {host}.\n\nFRITZ!Box Tools is unable to log in to your FRITZ!Box.",
"title": "FRITZ!Box Tools - Update credentials"
},
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]"
},
"data_description": {
"host": "[%key:component::fritz::common::data_description_host%]",
"port": "[%key:component::fritz::common::data_description_port%]",
"ssl": "[%key:component::fritz::common::data_description_ssl%]"
},
"description": "Update FRITZ!Box Tools configuration for: {host}.",
"title": "FRITZ!Box Tools - Update configuration"
},
"user": {
"data": {
"feature_device_tracking": "[%key:component::fritz::common::data_feature_device_tracking%]",
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"feature_device_tracking": "[%key:component::fritz::common::data_description_feature_device_tracking%]",
"host": "[%key:component::fritz::common::data_description_host%]",
"password": "[%key:component::fritz::common::data_description_password%]",
"port": "[%key:component::fritz::common::data_description_port%]",
"ssl": "[%key:component::fritz::common::data_description_ssl%]",
"username": "[%key:component::fritz::common::data_description_username%]"
},
"description": "Set up FRITZ!Box Tools to control your FRITZ!Box.\nMinimum needed: username, password.",
"title": "[%key:component::fritz::config::step::confirm::title%]"
}
}
},
"entity": {
"binary_sensor": {
"is_connected": {
"name": "Connection"
},
"is_linked": {
"name": "Link"
}
},
"button": {
"cleanup": {
"name": "Cleanup"
},
"firmware_update": {
"name": "Firmware update"
},
"reconnect": {
"name": "Reconnect"
},
"wake_on_lan": {
"name": "Wake on LAN"
}
},
"sensor": {
"connection_uptime": {
"name": "Connection uptime"
},
"cpu_temperature": {
"name": "CPU temperature"
},
"device_uptime": {
"name": "Last restart"
},
"external_ip": {
"name": "External IP"
},
"external_ipv6": {
"name": "External IPv6"
},
"gb_received": {
"name": "GB received"
},
"gb_sent": {
"name": "GB sent"
},
"kb_s_received": {
"name": "Download throughput"
},
"kb_s_sent": {
"name": "Upload throughput"
},
"link_attenuation_received": {
"name": "Link download power attenuation"
},
"link_attenuation_sent": {
"name": "Link upload power attenuation"
},
"link_kb_s_received": {
"name": "Link download throughput"
},
"link_kb_s_sent": {
"name": "Link upload throughput"
},
"link_noise_margin_received": {
"name": "Link download noise margin"
},
"link_noise_margin_sent": {
"name": "Link upload noise margin"
},
"max_kb_s_received": {
"name": "Max connection download throughput"
},
"max_kb_s_sent": {
"name": "Max connection upload throughput"
}
},
"switch": {
"internet_access": {
"name": "Internet access"
}
}
},
"exceptions": {
"config_entry_not_found": {
"message": "Failed to perform action \"{service}\". Config entry for target not found"
},
"error_refresh_hosts_info": {
"message": "Error refreshing hosts info"
},
"service_dial_failed": {
"message": "Failed to dial, check if the click to dial service of the FRITZ!Box is activated"
},
"service_not_supported": {
"message": "Action not supported"
},
"service_parameter_unknown": {
"message": "Action or parameter unknown"
},
"unable_to_connect": {
"message": "Unable to establish a connection"
},
"update_failed": {
"message": "Error while updating the data: {error}"
}
},
"options": {
"step": {
"init": {
"data": {
"consider_home": "Seconds to consider a device at 'home'",
"feature_device_tracking": "[%key:component::fritz::common::data_feature_device_tracking%]",
"old_discovery": "Enable old discovery method"
},
"data_description": {
"consider_home": "Time in seconds to consider a device at home. Default is 180 seconds.",
"feature_device_tracking": "[%key:component::fritz::common::data_description_feature_device_tracking%]",
"old_discovery": "Enable old discovery method. This is needed for some scenarios."
}
}
}
},
"services": {
"dial": {
"description": "Makes the FRITZ!Box dial a phone number.",
"fields": {
"device_id": {
"description": "Select the FRITZ!Box to dial from.",
"name": "FRITZ!Box device"
},
"max_ring_seconds": {
"description": "The maximum number of seconds to ring after dialing.",
"name": "Maximum ring duration"
},
"number": {
"description": "The phone number to dial.",
"name": "Phone number"
}
},
"name": "Dial a phone number"
},
"set_guest_wifi_password": {
"description": "Sets a new password for the guest Wi-Fi. The password must be between 8 and 63 characters long. If no additional parameter is set, the password will be auto-generated with a length of 12 characters.",
"fields": {
"device_id": {
"description": "Select the FRITZ!Box to configure.",
"name": "FRITZ!Box device"
},
"length": {
"description": "Length of the new password. It will be auto-generated if no password is set.",
"name": "Password length"
},
"password": {
"description": "New password for the guest Wi-Fi.",
"name": "[%key:common::config_flow::data::password%]"
}
},
"name": "Set guest Wi-Fi password"
}
}
}