mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
i18n: localize aria-label (revisions)
This commit is contained in:
@@ -46,7 +46,7 @@ const TPL = `
|
|||||||
title="${t("revisions.delete_all_revisions")}"
|
title="${t("revisions.delete_all_revisions")}"
|
||||||
style="padding: 0 10px 0 10px;" type="button">${t("revisions.delete_all_button")}</button>
|
style="padding: 0 10px 0 10px;" type="button">${t("revisions.delete_all_button")}</button>
|
||||||
<button class="help-button" type="button" data-help-page="note-revisions.html" title="${t("revisions.help_title")}">?</button>
|
<button class="help-button" type="button" data-help-page="note-revisions.html" title="${t("revisions.help_title")}">?</button>
|
||||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t("revisions.close")}"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="display: flex; height: 80vh;">
|
<div class="modal-body" style="display: flex; height: 80vh;">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
|||||||
@@ -263,6 +263,7 @@
|
|||||||
"delete_all_revisions": "Delete all revisions of this note",
|
"delete_all_revisions": "Delete all revisions of this note",
|
||||||
"delete_all_button": "Delete all revisions",
|
"delete_all_button": "Delete all revisions",
|
||||||
"help_title": "Help on Note Revisions",
|
"help_title": "Help on Note Revisions",
|
||||||
|
"close": "Close",
|
||||||
"revision_last_edited": "This revision was last edited on {{date}}",
|
"revision_last_edited": "This revision was last edited on {{date}}",
|
||||||
"confirm_delete_all": "Do you want to delete all revisions of this note? This action will erase the revision title and content, but still preserve the revision metadata.",
|
"confirm_delete_all": "Do you want to delete all revisions of this note? This action will erase the revision title and content, but still preserve the revision metadata.",
|
||||||
"no_revisions": "No revisions for this note yet...",
|
"no_revisions": "No revisions for this note yet...",
|
||||||
|
|||||||
Reference in New Issue
Block a user