Skip to content

Commit

Permalink
Add missing en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-alfaro committed Aug 22, 2024
1 parent 3d9f5c0 commit 38aa60d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions custom_components/poolmath/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"config": {
"step": {
"user": {
"description": "Connect to Pool Math",
"data": {
"share_id": "Share ID from PoolMath Share URL",
"name": "Pool Name",
"timeout": "Update timeout",
"target": "Target levels source"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Device is already configured"
}
},
"options": {
"step": {
"init": {
"data": {
"share_id": "Share ID from PoolMath Share URL",
"name": "Pool Name",
"timeout": "Update timeout",
"target": "Target levels source" }
}
}
}
}

0 comments on commit 38aa60d

Please sign in to comment.