mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
i18n: localize aria-label (sort_child_notes)
This commit is contained in:
parent
bbb111164f
commit
e0e96f17fd
@ -8,7 +8,7 @@ const TPL = `<div class="sort-child-notes-dialog modal mx-auto" tabindex="-1" ro
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">${t("sort_child_notes.sort_children_by")}</h5>
|
<h5 class="modal-title">${t("sort_child_notes.sort_children_by")}</h5>
|
||||||
<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("sort_child_notes.close")}"></button>
|
||||||
</div>
|
</div>
|
||||||
<form class="sort-child-notes-form">
|
<form class="sort-child-notes-form">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
@ -284,6 +284,7 @@
|
|||||||
},
|
},
|
||||||
"sort_child_notes": {
|
"sort_child_notes": {
|
||||||
"sort_children_by": "Sort children by...",
|
"sort_children_by": "Sort children by...",
|
||||||
|
"close": "Close",
|
||||||
"sorting_criteria": "Sorting criteria",
|
"sorting_criteria": "Sorting criteria",
|
||||||
"title": "title",
|
"title": "title",
|
||||||
"date_created": "date created",
|
"date_created": "date created",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user