HA-EasyComputerManager/custom_components/easy_computer_manager/translations/en.json

25 lines
570 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"username": "Username",
"password": "Password",
"dualboot": "Is this a Linux/Windows dualboot computer?",
"port": "Port",
"name": "Name",
"mac": "MAC Address"
}
}
}
}
}