Add translation

This commit is contained in:
Adorian Doran 2024-11-19 18:00:23 +02:00
parent 970c3bd7ad
commit 22b768e5e8
2 changed files with 4 additions and 2 deletions

View File

@ -45,8 +45,8 @@ const TPL = `
<table class="table table-stripped">
<thead>
<tr>
<th>Date and time</th>
<th>Path</th>
<th>${t("backup.date-and-time")}</th>
<th>${t("backup.path")}</th>
</tr>
</thead>
<tbody class="existing-backup-list-items">

View File

@ -1183,6 +1183,8 @@
"backup_now": "Backup now",
"backup_database_now": "Backup database now",
"existing_backups": "Existing backups",
"date-and-time": "Date & time",
"path": "Path",
"database_backed_up_to": "Database has been backed up to",
"no_backup_yet": "no backup yet"
},