mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
add translation for buttons: update_available.js
This commit is contained in:
parent
e2d43b4538
commit
625e9efcf3
@ -1,4 +1,4 @@
|
||||
import BasicWidget from "../basic_widget.js";
|
||||
import { t } from "../../services/i18n.js";
|
||||
|
||||
const TPL = `
|
||||
<div style="display: none;">
|
||||
@ -23,7 +23,7 @@ const TPL = `
|
||||
}
|
||||
</style>
|
||||
|
||||
<span class="bx bx-sync global-menu-button-update-available-button" title="Update available"></span>
|
||||
<span class="bx bx-sync global-menu-button-update-available-button" title="${t('update_available.update_available')}"></span>
|
||||
</div>
|
||||
`;
|
||||
|
||||
|
@ -618,5 +618,8 @@
|
||||
},
|
||||
"revisions_button": {
|
||||
"note_revisions": "笔记修改历史"
|
||||
},
|
||||
"update_available": {
|
||||
"update_available": "有更新可用"
|
||||
}
|
||||
}
|
||||
|
@ -619,5 +619,8 @@
|
||||
},
|
||||
"revisions_button": {
|
||||
"note_revisions": "Note Revisions"
|
||||
},
|
||||
"update_available": {
|
||||
"update_available": "Update available"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user