diff --git a/custom_components/owncloud_backup/translations/en.json b/custom_components/owncloud_backup/translations/en.json new file mode 100644 index 0000000..2a1dfe8 --- /dev/null +++ b/custom_components/owncloud_backup/translations/en.json @@ -0,0 +1,20 @@ +{ + "config": { + "step": { + "user": { + "title": "ownCloud Backup (WebDAV)", + "description": "Configure ownCloud as a Home Assistant backup location using WebDAV.", + "data": { + "base_url": "Base URL (e.g. https://cloud.example.com)", + "username": "Username", + "password": "Password / App password", + "backup_path": "Backup folder path (e.g. /HomeAssistant/Backups)", + "verify_ssl": "Verify SSL certificate" + } + } + }, + "error": { + "cannot_connect": "Failed to connect or authenticate. Check URL, credentials, and WebDAV availability." + } + } +}