mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	i18n: move kbd tag to translation string (include_note.button_include)
This commit is contained in:
		| @@ -38,7 +38,7 @@ const TPL = ` | ||||
|                     </div> | ||||
|                 </div> | ||||
|                 <div class="modal-footer"> | ||||
|                     <button type="submit" class="btn btn-primary">${t('include_note.button_include')} <kbd>enter</kbd></button> | ||||
|                     <button type="submit" class="btn btn-primary">${t('include_note.button_include')}</button> | ||||
|                 </div> | ||||
|             </form> | ||||
|         </div> | ||||
|   | ||||
| @@ -185,7 +185,7 @@ | ||||
|     "box_size_small": "小型 (显示大约10行)", | ||||
|     "box_size_medium": "中型 (显示大约30行)", | ||||
|     "box_size_full": "完整显示(完整文本框)", | ||||
|     "button_include": "包含笔记" | ||||
|     "button_include": "包含笔记 <kbd>回车</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "信息消息", | ||||
|   | ||||
| @@ -180,7 +180,7 @@ | ||||
|     "box_size_small": "klein (~ 10 Zeilen)", | ||||
|     "box_size_medium": "mittel (~ 30 Zeilen)", | ||||
|     "box_size_full": "vollständig (Feld zeigt vollständigen Text)", | ||||
|     "button_include": "Notiz beifügen" | ||||
|     "button_include": "Notiz beifügen <kbd>Eingabetaste</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "Infonachricht", | ||||
|   | ||||
| @@ -200,7 +200,7 @@ | ||||
|     "box_size_small": "small (~ 10 lines)", | ||||
|     "box_size_medium": "medium (~ 30 lines)", | ||||
|     "box_size_full": "full (box shows complete text)", | ||||
|     "button_include": "Include note" | ||||
|     "button_include": "Include note <kbd>enter</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "Info message", | ||||
|   | ||||
| @@ -195,7 +195,7 @@ | ||||
|     "box_size_small": "pequeño (~ 10 líneas)", | ||||
|     "box_size_medium": "medio (~ 30 líneas)", | ||||
|     "box_size_full": "completo (el cuadro muestra el texto completo)", | ||||
|     "button_include": "Incluir nota" | ||||
|     "button_include": "Incluir nota <kbd>Enter</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "Mensaje informativo", | ||||
|   | ||||
| @@ -181,7 +181,7 @@ | ||||
|     "box_size_small": "petit (~ 10 lignes)", | ||||
|     "box_size_medium": "moyen (~ 30 lignes)", | ||||
|     "box_size_full": "complet (la boîte affiche le texte complet)", | ||||
|     "button_include": "Inclure une note" | ||||
|     "button_include": "Inclure une note <kbd>Entrée</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "Message d'information", | ||||
|   | ||||
| @@ -717,7 +717,7 @@ | ||||
|     "box_size_medium": "mediu (~ 30 de rânduri)", | ||||
|     "box_size_prompt": "Dimensiunea căsuței notiței incluse:", | ||||
|     "box_size_small": "mică (~ 10 rânduri)", | ||||
|     "button_include": "Include notița", | ||||
|     "button_include": "Include notița <kbd>Enter</kbd>", | ||||
|     "dialog_title": "Includere notița", | ||||
|     "label_note": "Notiță", | ||||
|     "placeholder_search": "căutați notița după denumirea ei", | ||||
|   | ||||
| @@ -185,7 +185,7 @@ | ||||
|     "box_size_small": "小型 (顯示大約10行)", | ||||
|     "box_size_medium": "中型 (顯示大約30行)", | ||||
|     "box_size_full": "完整顯示(完整文字框)", | ||||
|     "button_include": "包含筆記" | ||||
|     "button_include": "包含筆記 <kbd>Enter</kbd>" | ||||
|   }, | ||||
|   "info": { | ||||
|     "modalTitle": "資訊消息", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user