mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
i18n: localize aria-label (confirm)
This commit is contained in:
parent
9861132373
commit
97c5d2e80f
@ -9,7 +9,7 @@ const TPL = `
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">${t('confirm.confirmation')}</h5>
|
<h5 class="modal-title">${t('confirm.confirmation')}</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('confirm.close')}"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="confirm-dialog-content"></div>
|
<div class="confirm-dialog-content"></div>
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"confirmation": "Confirmation",
|
"confirmation": "Confirmation",
|
||||||
|
"close": "Close",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ",
|
"are_you_sure_remove_note": "Are you sure you want to remove the note \"{{title}}\" from relation map? ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user