mirror of
https://github.com/bahmcloud/owncloud-backup-ha.git
synced 2026-04-06 13:31:15 +00:00
Add files via upload
This commit is contained in:
20
custom_components/owncloud_backup/translations/en.json
Normal file
20
custom_components/owncloud_backup/translations/en.json
Normal file
@@ -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."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user