mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-18 09:26:28 +08:00
i18n: localize aria-label (note_type_chooser)
This commit is contained in:
parent
f655eb860c
commit
42169d830f
@ -24,7 +24,7 @@ const TPL = `
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">${t("note_type_chooser.modal_title")}</h5>
|
<h5 class="modal-title">${t("note_type_chooser.modal_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("note_type_chooser.close")}"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
${t("note_type_chooser.modal_body")}
|
${t("note_type_chooser.modal_body")}
|
||||||
|
@ -231,6 +231,7 @@
|
|||||||
},
|
},
|
||||||
"note_type_chooser": {
|
"note_type_chooser": {
|
||||||
"modal_title": "Choose note type",
|
"modal_title": "Choose note type",
|
||||||
|
"close": "Close",
|
||||||
"modal_body": "Choose note type / template of the new note:",
|
"modal_body": "Choose note type / template of the new note:",
|
||||||
"templates": "Templates:"
|
"templates": "Templates:"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user