mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 22:30:51 +08:00
Add translation
This commit is contained in:
parent
970c3bd7ad
commit
22b768e5e8
@ -45,8 +45,8 @@ const TPL = `
|
|||||||
<table class="table table-stripped">
|
<table class="table table-stripped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date and time</th>
|
<th>${t("backup.date-and-time")}</th>
|
||||||
<th>Path</th>
|
<th>${t("backup.path")}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="existing-backup-list-items">
|
<tbody class="existing-backup-list-items">
|
||||||
|
@ -1183,6 +1183,8 @@
|
|||||||
"backup_now": "Backup now",
|
"backup_now": "Backup now",
|
||||||
"backup_database_now": "Backup database now",
|
"backup_database_now": "Backup database now",
|
||||||
"existing_backups": "Existing backups",
|
"existing_backups": "Existing backups",
|
||||||
|
"date-and-time": "Date & time",
|
||||||
|
"path": "Path",
|
||||||
"database_backed_up_to": "Database has been backed up to",
|
"database_backed_up_to": "Database has been backed up to",
|
||||||
"no_backup_yet": "no backup yet"
|
"no_backup_yet": "no backup yet"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user