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

20 lines
545 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": {
"host": "Host (IP address or DNS name)",
"token": "Bearer token (configured during gateway setup)"
}
}
}
}
}