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

27 lines
696 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"no_plants": "No plants have been found on this account"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"plant": {
"data": {
"plant_id": "Plant"
},
"title": "Select your plant"
},
"user": {
"data": {
"name": "Name",
2021-05-17 05:17:18 +00:00
"password": "Password",
"username": "Username"
},
"title": "Enter your Growatt information"
}
}
},
"title": "Growatt Server"
2021-05-11 00:04:41 +00:00
}