mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-02 05:02:27 +08:00
i18n: localize aria-label (move_to)
This commit is contained in:
parent
30756f692d
commit
f655eb860c
@ -13,7 +13,7 @@ const TPL = `
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title me-auto">${t("move_to.dialog_title")}</h5>
|
<h5 class="modal-title me-auto">${t("move_to.dialog_title")}</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("move_to.close")}"></button>
|
||||||
</div>
|
</div>
|
||||||
<form class="move-to-form">
|
<form class="move-to-form">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
@ -221,6 +221,7 @@
|
|||||||
},
|
},
|
||||||
"move_to": {
|
"move_to": {
|
||||||
"dialog_title": "Move notes to ...",
|
"dialog_title": "Move notes to ...",
|
||||||
|
"close": "Close",
|
||||||
"notes_to_move": "Notes to move",
|
"notes_to_move": "Notes to move",
|
||||||
"target_parent_note": "Target parent note",
|
"target_parent_note": "Target parent note",
|
||||||
"search_placeholder": "search for note by its name",
|
"search_placeholder": "search for note by its name",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user