mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-22 12:11:41 +08:00
i18n: move kbd tag to translation string (search_definition.search_button)
here I've merged the two existing translations, as it otherwise splits them up in an awkward way for translations - which also caused some mistranslations already. that way it also would've made it impossible to translate for RTL languages.
This commit is contained in:
parent
817b335d2f
commit
d8224be621
@ -135,9 +135,7 @@ const TPL = `
|
||||
<div style="display: flex; justify-content: space-evenly">
|
||||
<button type="button" class="btn btn-sm search-button">
|
||||
<span class="bx bx-search"></span>
|
||||
${t('search_definition.search')}
|
||||
|
||||
<kbd>${t('search_definition.enter')}</kbd>
|
||||
${t('search_definition.search_button')}
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-sm search-and-execute-button">
|
||||
|
@ -816,8 +816,7 @@
|
||||
"debug": "调试",
|
||||
"debug_description": "调试将打印额外的调试信息到控制台,以帮助调试复杂查询",
|
||||
"action": "操作",
|
||||
"search": "搜索",
|
||||
"enter": "输入",
|
||||
"search_button": "搜索 <kbd>回车</kbd>",
|
||||
"search_execute": "搜索并执行操作",
|
||||
"save_to_note": "保存到笔记",
|
||||
"search_parameters": "搜索参数",
|
||||
|
@ -811,8 +811,7 @@
|
||||
"debug": "debuggen",
|
||||
"debug_description": "Debug gibt zusätzliche Debuginformationen in die Konsole aus, um das Debuggen komplexer Abfragen zu erleichtern",
|
||||
"action": "Aktion",
|
||||
"search": "Suchen",
|
||||
"enter": "eingeben",
|
||||
"search_button": "Suchen <kbd>Eingabetaste</kbd>",
|
||||
"search_execute": "Aktionen suchen und ausführen",
|
||||
"save_to_note": "Als Notiz speichern",
|
||||
"search_parameters": "Suchparameter",
|
||||
|
@ -842,8 +842,7 @@
|
||||
"debug": "debug",
|
||||
"debug_description": "Debug will print extra debugging information into the console to aid in debugging complex queries",
|
||||
"action": "action",
|
||||
"search": "Search",
|
||||
"enter": "enter",
|
||||
"search_button": "Search <kbd>enter</kbd>",
|
||||
"search_execute": "Search & Execute actions",
|
||||
"save_to_note": "Save to note",
|
||||
"search_parameters": "Search Parameters",
|
||||
|
@ -827,8 +827,7 @@
|
||||
"debug": "depurar",
|
||||
"debug_description": "La depuración imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas",
|
||||
"action": "acción",
|
||||
"search": "Buscar",
|
||||
"enter": "ingresar",
|
||||
"search_button": "Buscar <kbd>Enter</kbd>",
|
||||
"search_execute": "Buscar y ejecutar acciones",
|
||||
"save_to_note": "Guardar en nota",
|
||||
"search_parameters": "Parámetros de búsqueda",
|
||||
|
@ -812,8 +812,7 @@
|
||||
"debug": "debug",
|
||||
"debug_description": "Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes",
|
||||
"action": "action",
|
||||
"search": "Recherche",
|
||||
"enter": "entrer",
|
||||
"search_button": "Recherche <kbd>Entrée</kbd>",
|
||||
"search_execute": "Rechercher et exécuter des actions",
|
||||
"save_to_note": "Enregistrer dans la note",
|
||||
"search_parameters": "Paramètres de recherche",
|
||||
|
@ -1071,7 +1071,6 @@
|
||||
"ancestor": "ascendent",
|
||||
"debug": "depanare",
|
||||
"debug_description": "Modul de depanare va afișa informații adiționale în consolă pentru a ajuta la depanarea interogărilor complexe",
|
||||
"enter": "enter",
|
||||
"fast_search": "căutare rapidă",
|
||||
"fast_search_description": "Căutarea rapidă dezactivează căutarea la nivel de conținut al notițelor cu scopul de a îmbunătăți performanța de căutare pentru baze de date mari.",
|
||||
"include_archived": "include arhivate",
|
||||
@ -1080,7 +1079,7 @@
|
||||
"limit_description": "Limitează numărul de rezultate",
|
||||
"order_by": "ordonează după",
|
||||
"save_to_note": "Salvează în notiță",
|
||||
"search": "Căutare",
|
||||
"search_button": "Căutare <kbd>Enter</kbd>",
|
||||
"search_execute": "Caută și execută acțiunile",
|
||||
"search_note_saved": "Notița de căutare a fost salvată în {{- notePathTitle}}",
|
||||
"search_parameters": "Parametrii de căutare",
|
||||
|
@ -816,8 +816,7 @@
|
||||
"debug": "除錯",
|
||||
"debug_description": "除錯將打印額外的除錯資訊到控制台,以幫助除錯複雜查詢",
|
||||
"action": "操作",
|
||||
"search": "搜尋",
|
||||
"enter": "輸入",
|
||||
"search_button": "搜尋 <kbd>Enter</kbd>",
|
||||
"search_execute": "搜尋並執行操作",
|
||||
"save_to_note": "保存到筆記",
|
||||
"search_parameters": "搜尋參數",
|
||||
|
Loading…
x
Reference in New Issue
Block a user