mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(i18n): translate note map buttons
This commit is contained in:
		| @@ -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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user