mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
chore(i18n): translate multibar toolbar string
This commit is contained in:
parent
5ea5bfdb59
commit
f67e757405
@ -24,7 +24,7 @@ const TPL = `
|
|||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="multiline-toolbar" />
|
<input type="checkbox" name="multiline-toolbar" />
|
||||||
Display the toolbar on multiple lines if it doesn't fit.
|
${t("editing.editor_type.multiline-toolbar")}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1555,7 +1555,8 @@
|
|||||||
"fixed": {
|
"fixed": {
|
||||||
"title": "Fixed",
|
"title": "Fixed",
|
||||||
"description": "editing tools appear in the \"Formatting\" ribbon tab."
|
"description": "editing tools appear in the \"Formatting\" ribbon tab."
|
||||||
}
|
},
|
||||||
|
"multiline-toolbar": "Display the toolbar on multiple lines if it doesn't fit."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron_context_menu": {
|
"electron_context_menu": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user