mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-22 20:28:07 +08:00
feat(i18n): translate note map buttons
This commit is contained in:
parent
947a7d1ad4
commit
eb7164528a
@ -83,8 +83,8 @@ const TPL = `<div class="note-map-widget" style="position: relative;">
|
|||||||
<! UI for dragging Notes and link force >
|
<! UI for dragging Notes and link force >
|
||||||
|
|
||||||
<div class=" btn-group-sm fixnodes-type-switcher" role="group">
|
<div class=" btn-group-sm fixnodes-type-switcher" role="group">
|
||||||
<button type="button" class="btn bx bx-expand" title="Fixation" data-type="moveable"></button>
|
<button type="button" class="btn bx bx-expand" title="${t("note_map.fix-nodes")}" data-type="moveable"></button>
|
||||||
<input type="range" class=" slider" min="1" title="Link distance" max="100" value="40" >
|
<input type="range" class=" slider" min="1" title="${t("note_map.link-distance")}" max="100" value="40" >
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -795,7 +795,9 @@
|
|||||||
"note_map": {
|
"note_map": {
|
||||||
"open_full": "Expand to full",
|
"open_full": "Expand to full",
|
||||||
"collapse": "Collapse to normal size",
|
"collapse": "Collapse to normal size",
|
||||||
"title": "Note Map"
|
"title": "Note Map",
|
||||||
|
"fix-nodes": "Fix nodes",
|
||||||
|
"link-distance": "Link distance"
|
||||||
},
|
},
|
||||||
"note_paths": {
|
"note_paths": {
|
||||||
"title": "Note Paths",
|
"title": "Note Paths",
|
||||||
|
@ -851,7 +851,9 @@
|
|||||||
"note_map": {
|
"note_map": {
|
||||||
"collapse": "Micșorează la dimensiunea normală",
|
"collapse": "Micșorează la dimensiunea normală",
|
||||||
"open_full": "Expandează la maximum",
|
"open_full": "Expandează la maximum",
|
||||||
"title": "Harta notițelor"
|
"title": "Harta notițelor",
|
||||||
|
"fix-nodes": "Fixează nodurile",
|
||||||
|
"link-distance": "Distanța dintre legături"
|
||||||
},
|
},
|
||||||
"note_paths": {
|
"note_paths": {
|
||||||
"archived": "Arhivat",
|
"archived": "Arhivat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user