mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
i18n: localize aria-label (prompt)
This commit is contained in:
parent
fc3a0bf527
commit
4617eaa7fe
@ -9,7 +9,7 @@ const TPL = `
|
|||||||
<form class="prompt-dialog-form">
|
<form class="prompt-dialog-form">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="prompt-title modal-title">${t("prompt.title")}</h5>
|
<h5 class="prompt-title modal-title">${t("prompt.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('prompt.close')}"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body"></div>
|
<div class="modal-body"></div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"title": "Prompt",
|
"title": "Prompt",
|
||||||
|
"close": "Close",
|
||||||
"ok": "OK <kbd>enter</kbd>",
|
"ok": "OK <kbd>enter</kbd>",
|
||||||
"defaultTitle": "Prompt"
|
"defaultTitle": "Prompt"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user