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

27 lines
902 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"cannot_connect": "Failed to connect",
"reauth_successful": "Re-authentication was successful",
"timeout_connect": "Timeout establishing connection"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"timeout_connect": "Timeout establishing connection",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"base": "Base currency"
},
"data_description": {
"base": "Using another base currency than USD requires a [paid plan]({signup})."
}
}
}
}
}