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

20 lines
505 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Service is already configured"
},
"error": {
2020-10-07 00:06:20 +00:00
"invalid_key": "Invalid API key",
"no_devices": "No devices found in account"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"app_key": "Application Key"
},
"title": "Fill in your information"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}