diff --git a/custom_components/poolmath/translations/en.json b/custom_components/poolmath/translations/en.json new file mode 100644 index 0000000..ab736c8 --- /dev/null +++ b/custom_components/poolmath/translations/en.json @@ -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" } + } + } + } +}