Skip to content

Commit

Permalink
Add translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jul 11, 2024
1 parent 0bf2f6a commit 3302a3a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions custom_components/watersmart/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"username": "Username"
},
"description": "Enter your host and credentials. The host is the subdomain for accessing Watersmart, i.e. `bendoregon` for https://bendoregon.watersmart.com/.",
"title": "Subdomain & Authentication"
}
}
},
"entity": {
"sensor": {
"gallons_for_most_recent_full_day": {
"name": "Most recent full day usage"
},
"gallons_for_most_recent_hour": {
"name": "Most recent hour usage"
}
}
}
}

0 comments on commit 3302a3a

Please sign in to comment.