mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
i18n: localize aria-label (confirm)
This commit is contained in:
@@ -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? ",
|
||||||
|
|||||||
Reference in New Issue
Block a user