Custom integrations read translations/en.json rather than strings.json, so without this the entity names fall back to their translation keys.
30 lines
762 B
JSON
30 lines
762 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Sign in with your freshharvest.com account.",
|
|
"data": {
|
|
"email": "Email",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This account is already configured"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"next_delivery": { "name": "Next delivery" },
|
|
"next_delivery_total": { "name": "Next delivery total" },
|
|
"next_delivery_items": { "name": "Next delivery items" },
|
|
"open_order_delivery": { "name": "Open order delivery" },
|
|
"shop_window": { "name": "Shopping window" }
|
|
}
|
|
}
|
|
}
|