Files
owlet/custom_components/owlet/translations/en.json
T
RyanClark123 fe34bd63af Initial commit
Initial commit
2023-05-04 16:33:06 +01:00

21 lines
530 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": {
"password": "Password",
"region": "Host",
"username": "Username"
}
}
}
}
}