From 1b47cfd8c49ff8d6b6b97733f431bb74b5da9db1 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 21 Apr 2023 10:06:16 +0800 Subject: [PATCH] :memo: Global search is no longer limited by the Settings - Search - The number of search results displayed https://github.com/siyuan-note/siyuan/issues/8069 --- app/appearance/langs/en_US.json | 2 +- app/appearance/langs/es_ES.json | 2 +- app/appearance/langs/fr_FR.json | 2 +- app/appearance/langs/zh_CHT.json | 2 +- app/appearance/langs/zh_CN.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 46e876414..1d32fef21 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -457,7 +457,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 functions related to search, such as: search, file history, query embed block, tab panel and template function queryBlocks/querySpans", + "searchLimit2": "This configuration item affects all functions related to searches, such as block ref search, file history, query embed block, tab panel, and template function 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 ced7793ab..ea094cb34 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -457,7 +457,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 relacionadas con la búsqueda, como: búsqueda, historial de archivos, bloque de incrustación de consulta, panel de pestañas y función de plantilla queryBlocks/querySpans", + "searchLimit2": "Este elemento de configuración afecta a todas las funciones relacionadas con las búsquedas, como la búsqueda de referencias de bloques, el historial de archivos, el bloque de incrustación de consultas, el panel de pestañas y la función 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 af4386999..f6b6fc56c 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -456,7 +456,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 liées à la recherche, telles que : la recherche, l'historique des fichiers, le bloc d'intégration de requête, le panneau d'onglets et la fonction de modèle queryBlocks/querySpans", + "searchLimit2": "Cet élément de configuration affecte toutes les fonctions liées aux recherches, telles que la recherche de référence de bloc, l'historique des fichiers, le bloc d'intégration de requête, le panneau d'onglets et la fonction 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 953473fa0..c407e3d9a 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -457,7 +457,7 @@ "keymapTip2": "使用預設快捷鍵", "searchLimit": "搜索結果顯示數", "searchLimit1": "如果資料量較大,該值請勿配置過大,預設為 64", - "searchLimit2": "該配置項影響所有涉及搜索的功能,例如:搜索、文件歷史、查詢嵌入塊、標籤面板和模板函數 queryBlocks/querySpans", + "searchLimit2": "該配置項影響所有涉及搜索的功能,例如:塊引搜索、文件歷史、查詢嵌入塊、標籤面板和模板函數 queryBlocks/querySpans", "searchCaseSensitive": "區分大小寫", "searchCaseSensitive1": "啟用後所有搜索相關功能將區分大小寫", "toggleWin": "隱藏/顯示視窗", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index d8dba2006..8e35b5427 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -457,7 +457,7 @@ "keymapTip2": "使用默认快捷键", "searchLimit": "搜索结果显示数", "searchLimit1": "如果数据量较大,该值请勿配置过大,默认为 64", - "searchLimit2": "该配置项影响所有涉及搜索的功能,例如:搜索、文件历史、查询嵌入块、标签面板和模板函数 queryBlocks/querySpans", + "searchLimit2": "该配置项影响所有涉及搜索的功能,例如:块引搜索、文件历史、查询嵌入块、标签面板和模板函数 queryBlocks/querySpans", "searchCaseSensitive": "区分大小写", "searchCaseSensitive1": "启用后所有搜索相关功能将区分大小写", "toggleWin": "隐藏/显示窗口",