Add translation keys for upload info section (#319)

This commit is contained in:
Matthias Rupp
2022-07-08 00:25:02 +02:00
committed by GitHub
parent 2b5cef156c
commit f5e93a8179
3 changed files with 38 additions and 20 deletions

View File

@@ -94,5 +94,10 @@
"version_announcement_overlay_text_2": "please take your time to visit the ",
"version_announcement_overlay_release_notes": "release notes",
"version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
"version_announcement_overlay_ack": "Acknowledge"
"version_announcement_overlay_ack": "Acknowledge",
"backup_controller_page_uploading_file_info": "Uploading file info",
"backup_controller_page_failed": "Failed ({})",
"backup_controller_page_filename": "File name: {} [{}]",
"backup_controller_page_created": "Created on: {}",
"backup_controller_page_id": "ID: {}"
}