homeassistant/custom_components/sonoff/translations/en.json
2025-01-10 21:08:35 -08:00

39 lines
984 B
JSON

{
"config": {
"abort": {
"reauth_successful": "Re-authentication was successful"
},
"error": {
"exists": "This account is already configured",
"template": "{error}"
},
"step": {
"user": {
"description": "Enter your [eWeLink account](https://www.ewelink.cc/en/) credentials",
"data": {
"username": "Email or phone (use any for DIY mode)",
"password": "Password (leave blank for DIY mode)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Mode (auto is recommended for most users)",
"homes": "Homes (leave unchecked for \"current\" Home)",
"debug": "Debug page (Integration > Menu > Known issues)"
}
}
}
},
"system_health": {
"info": {
"version": "Version",
"cloud_online": "Cloud devices online",
"local_online": "Local devices online",
"debug": "Debug page"
}
}
}