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

32 lines
848 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"server": "Server",
"username": "Username"
},
"description": "Enter Dexcom Share credentials",
"title": "Setup Dexcom integration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Unit of measurement"
}
}
}
}
}