mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	i18n: localize aria-label (jumpt_to_note)
This commit is contained in:
		
							parent
							
								
									2b22b8ea99
								
							
						
					
					
						commit
						bbb111164f
					
				@ -12,7 +12,7 @@ const TPL = `<div class="jump-to-note-dialog modal mx-auto" tabindex="-1" role="
 | 
				
			|||||||
                <div class="input-group">
 | 
					                <div class="input-group">
 | 
				
			||||||
                    <input class="jump-to-note-autocomplete form-control" placeholder="${t('jump_to_note.search_placeholder')}">
 | 
					                    <input class="jump-to-note-autocomplete form-control" placeholder="${t('jump_to_note.search_placeholder')}">
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
 | 
					                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t('jump_to_note.close')}"></button>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <div class="modal-body">
 | 
					            <div class="modal-body">
 | 
				
			||||||
                <div class="algolia-autocomplete-container jump-to-note-results"></div>
 | 
					                <div class="algolia-autocomplete-container jump-to-note-results"></div>
 | 
				
			||||||
 | 
				
			|||||||
@ -209,6 +209,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "jump_to_note": {
 | 
					  "jump_to_note": {
 | 
				
			||||||
    "search_placeholder": "search for note by its name",
 | 
					    "search_placeholder": "search for note by its name",
 | 
				
			||||||
 | 
					    "close": "Close",
 | 
				
			||||||
    "search_button": "Search in full text <kbd>Ctrl+Enter</kbd>"
 | 
					    "search_button": "Search in full text <kbd>Ctrl+Enter</kbd>"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "markdown_import": {
 | 
					  "markdown_import": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user