From ba11eab4e860848ce85ef8e917964041546ce5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 7 Mar 2026 18:27:51 +0100 Subject: [PATCH] Fixed translation keys --- translations/messages.en.xlf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 6ccc92d5..54144ad0 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12491,97 +12491,97 @@ Buerklin-API Authentication server: Backup restore is disabled by server configuration. - + update_manager.backup.create Create Backup - + update_manager.backup.create.confirm Create a full backup now? This may take a moment. - + update_manager.backup.created Backup created successfully. - + update_manager.backup.delete.confirm Are you sure you want to delete this backup? - + update_manager.backup.deleted Backup deleted successfully. - + update_manager.backup.delete_error Failed to delete backup. - + update_manager.log.delete.confirm Are you sure you want to delete this log? - + update_manager.log.deleted Log deleted successfully. - + update_manager.log.delete_error Failed to delete log. - + update_manager.view_log View log - + update_manager.delete Delete - + update_manager.backup.download Download backup - + update_manager.backup.download.password_label Confirm your password to download - + update_manager.backup.download.security_warning Backups contain sensitive data including password hashes and secrets. Please confirm your password to proceed with the download. - + update_manager.backup.download.invalid_password Invalid password. Backup download denied. - + update_manager.backup.docker_warning Docker installation detected. Backups are stored in var/backups/ which is not a persistent volume. Use the download button to save backups externally, or mount var/backups/ as a volume in your docker-compose.yml.