mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	add translation for 6 more dialogs
This commit is contained in:
		| @@ -1,3 +1,4 @@ | ||||
| import { t } from "../../services/i18n.js"; | ||||
| import noteAutocompleteService from '../../services/note_autocomplete.js'; | ||||
| import utils from "../../services/utils.js"; | ||||
| import appContext from "../../components/app_context.js"; | ||||
| @@ -9,7 +10,7 @@ const TPL = `<div class="jump-to-note-dialog modal mx-auto" tabindex="-1" role=" | ||||
|         <div class="modal-content"> | ||||
|             <div class="modal-header"> | ||||
|                 <div class="input-group"> | ||||
|                     <input class="jump-to-note-autocomplete form-control" placeholder="search for note by its name"> | ||||
|                     <input class="jump-to-note-autocomplete form-control" placeholder="${t('jump_to_note.search_placeholder')}"> | ||||
|                 </div> | ||||
|  | ||||
|                 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||||
| @@ -20,7 +21,7 @@ const TPL = `<div class="jump-to-note-dialog modal mx-auto" tabindex="-1" role=" | ||||
|                 <div class="algolia-autocomplete-container jump-to-note-results"></div> | ||||
|             </div> | ||||
|             <div class="modal-footer"> | ||||
|                 <button class="show-in-full-text-button btn btn-sm">Search in full text <kbd>Ctrl+Enter</kbd></button> | ||||
|                 <button class="show-in-full-text-button btn btn-sm">${t('jump_to_note.search_button')}</button> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user