1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-19 10:33:42 -05:00
Files
hacs-oasis_mini/custom_components/oasis_mini/translations/en.json
2024-07-31 19:25:02 -06:00

59 lines
1.3 KiB
JSON
Executable File

{
"config": {
"step": {
"user": {
"data": {
"host": "Host"
}
},
"reconfigure": {
"data": {
"host": "Host"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"timeout_connect": "Timeout establishing connection",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Device is already configured",
"reconfigure_successful": "Re-configuration was successful"
}
},
"options": {
"step": {
"init": {
"description": "Add your cloud credentials to get additional information about your Oasis Mini",
"data": {
"email": "Email",
"password": "Password"
}
}
},
"error": {
"invalid_auth": "Invalid authentication"
}
},
"entity": {
"sensor": {
"status": {
"name": "Status",
"state": {
"booting": "Booting",
"stopped": "Stopped",
"centering": "Centering",
"playing": "Playing",
"paused": "Paused",
"error": "Error",
"updating": "Updating",
"downloading": "Downloading",
"live": "Live drawing"
}
}
}
}
}