core/homeassistant/components/wiffi/strings.json

27 lines
535 B
JSON

{
"config": {
"step": {
"user": {
"title": "Set up TCP server for WIFFI devices",
"data": {
"port": "[%key:common::config_flow::data::port%]"
}
}
},
"abort": {
"addr_in_use": "Server port already in use.",
"already_configured": "Server port is already configured.",
"start_server_failed": "Start server failed."
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Timeout (minutes)"
}
}
}
}
}