feat(i18n): translate note map buttons

This commit is contained in:
Elian Doran 2025-01-09 00:04:09 +02:00
parent 947a7d1ad4
commit eb7164528a
No known key found for this signature in database
3 changed files with 22 additions and 18 deletions

View File

@ -83,8 +83,8 @@ const TPL = `<div class="note-map-widget" style="position: relative;">
<! UI for dragging Notes and link force >
<div class=" btn-group-sm fixnodes-type-switcher" role="group">
<button type="button" class="btn bx bx-expand" title="Fixation" data-type="moveable"></button>
<input type="range" class=" slider" min="1" title="Link distance" max="100" value="40" >
<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="${t("note_map.link-distance")}" max="100" value="40" >
</div>

View File

@ -795,7 +795,9 @@
"note_map": {
"open_full": "Expand to full",
"collapse": "Collapse to normal size",
"title": "Note Map"
"title": "Note Map",
"fix-nodes": "Fix nodes",
"link-distance": "Link distance"
},
"note_paths": {
"title": "Note Paths",

View File

@ -851,7 +851,9 @@
"note_map": {
"collapse": "Micșorează la dimensiunea normală",
"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": {
"archived": "Arhivat",