From 97c5c22cb6535b525af0867890c16e9a54a5e5d6 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 17 Nov 2022 11:27:58 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=A2=9E=E5=8A=A0=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=20-=20=E6=90=9C=E7=B4=A2=20-=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BA=E6=95=B0=20=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=E8=AF=B4=E6=98=8E=20Fix=20https://github.com/siyuan-n?= =?UTF-8?q?ote/siyuan/issues/6608?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appearance/langs/en_US.json | 1 + app/appearance/langs/es_ES.json | 1 + app/appearance/langs/fr_FR.json | 1 + app/appearance/langs/zh_CHT.json | 1 + app/appearance/langs/zh_CN.json | 1 + app/src/config/query.ts | 2 ++ 6 files changed, 7 insertions(+) diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index f3f1a4bf6..7e2f47446 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -338,6 +338,7 @@ "keymapTip2": "Use default shortcut keys", "searchLimit": "The number of search results displayed", "searchLimit1": "If the amount of data is large, do not configure the value too large, the default is 64", + "searchLimit2": "This configuration item affects all the functions designed to search, such as: search, file history, query embedded blocks, tab panels and template functions queryBlocks/querySpans", "searchCaseSensitive": "Case Sensitive", "searchCaseSensitive1": "After enabling, all search-related functions will be case sensitive", "toggleWin": "Hide/Show Window", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 58a2d1060..abdcb7e9d 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -338,6 +338,7 @@ "keymapTip2": "Usar teclas de acceso directo por defecto", "searchLimit": "El número de resultados de búsqueda mostrados", "searchLimit1": "Si la cantidad de datos es grande, no configure el valor demasiado grande, el valor por defecto es 64", + "searchLimit2": "Este elemento de configuración afecta a todas las funciones diseñadas para buscar, tales como: búsqueda, historial de archivos, consulta de bloques incrustados, paneles de pestañas y funciones de plantilla queryBlocks/querySpans", "searchCaseSensitive": "Distingue mayúsculas y minúsculas", "searchCaseSensitive1": "Después de habilitarlo, todas las funciones relacionadas con la búsqueda distinguirán entre mayúsculas y minúsculas", "toggleWin": "Ocultar/Mostrar Ventana", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index 2ca003d39..52f390fd7 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -338,6 +338,7 @@ "keymapTip2": "Utiliser les touches de raccourci par défaut", "searchLimit": "Le nombre de résultats de recherche affichés", "searchLimit1": "Si la quantité de données est importante, ne configurez pas la valeur trop grande, la valeur par défaut est 64", + "searchLimit2": "Cet élément de configuration affecte toutes les fonctions conçues pour la recherche, telles que : la recherche, l'historique des fichiers, la requête de blocs intégrés, les panneaux d'onglets et les fonctions de modèle queryBlocks/querySpans", "searchCaseSensitive": "Sensible à la casse", "searchCaseSensitive1": "Après l'activation, toutes les fonctions liées à la recherche seront sensibles à la casse.", "toggleWin": "Masquer/afficher fenêtres", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 28c67c6b5..62ea55ddb 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -338,6 +338,7 @@ "keymapTip2": "使用默認快捷鍵", "searchLimit": "搜索結果顯示數", "searchLimit1": "如果資料量較大,該值請勿配置過大,預設為 64", + "searchLimit2": "該配置項影響所有設計搜索的功能,例如:搜索、文件歷史、查詢嵌入塊、標籤面板和模板函數 queryBlocks/querySpans", "searchCaseSensitive": "區分大小寫", "searchCaseSensitive1": "啟用後所有搜索相關功能將區分大小寫", "toggleWin": "隱藏/顯示視窗", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index cdf940fe2..6b84f337a 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -338,6 +338,7 @@ "keymapTip2": "使用默认快捷键", "searchLimit": "搜索结果显示数", "searchLimit1": "如果数据量较大,该值请勿配置过大,默认为 64", + "searchLimit2": "该配置项影响所有设计搜索的功能,例如:搜索、文件历史、查询嵌入块、标签面板和模板函数 queryBlocks/querySpans", "searchCaseSensitive": "区分大小写", "searchCaseSensitive1": "启用后所有搜索相关功能将区分大小写", "toggleWin": "隐藏/显示窗口", diff --git a/app/src/config/query.ts b/app/src/config/query.ts index 31a196a2c..6100d43ca 100644 --- a/app/src/config/query.ts +++ b/app/src/config/query.ts @@ -195,6 +195,8 @@ export const query = {
${window.siyuan.languages.searchLimit}
${window.siyuan.languages.searchLimit1}
+ +
${window.siyuan.languages.searchLimit2}