core/homeassistant/components/dexcom/translations/en.json

32 lines
848 B
JSON
Raw Normal View History

2020-07-02 00:14:54 +00:00
{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Account is already configured"
2020-07-02 00:14:54 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-07-03 00:03:38 +00:00
"unknown": "Unexpected error"
2020-07-02 00:14:54 +00:00
},
"step": {
"user": {
"data": {
2020-07-03 00:03:38 +00:00
"password": "Password",
2020-07-02 00:14:54 +00:00
"server": "Server",
2020-07-03 00:03:38 +00:00
"username": "Username"
2020-07-02 00:14:54 +00:00
},
"description": "Enter Dexcom Share credentials",
"title": "Setup Dexcom integration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Unit of measurement"
}
}
}
}
}