mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
i18n: localize aria-label (include_note)
This commit is contained in:
parent
ccb6508f3a
commit
9861132373
@ -11,7 +11,7 @@ const TPL = `
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">${t('include_note.dialog_title')}</h5>
|
<h5 class="modal-title">${t('include_note.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('include_note.close')}"></button>
|
||||||
</div>
|
</div>
|
||||||
<form class="include-note-form">
|
<form class="include-note-form">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
@ -191,6 +191,7 @@
|
|||||||
},
|
},
|
||||||
"include_note": {
|
"include_note": {
|
||||||
"dialog_title": "Include note",
|
"dialog_title": "Include note",
|
||||||
|
"close": "Close",
|
||||||
"label_note": "Note",
|
"label_note": "Note",
|
||||||
"placeholder_search": "search for note by its name",
|
"placeholder_search": "search for note by its name",
|
||||||
"box_size_prompt": "Box size of the included note:",
|
"box_size_prompt": "Box size of the included note:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user