diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index a670434e4..8b6bda151 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -268,8 +268,10 @@ "cancelMerged": "Cancel cell merge", "useDefaultWidth": "Use Default Column Width", "type": "Type", - "searchType": "Type (searches in the enabled types below, the filter option in the global search overrides this setting)", - "searchAttr": "Attribute (search not only in the content, but also in the following enabled attributes)", + "searchBlockType": "Block types (searches in the enabled types below, the filter option in the global search overrides this setting)", + "searchBlockAttr": "Block attributes (search not only in the content, but also in the following enabled attributes)", + "searchIndex": "Index", + "indexAssetPath": "Asset path", "searchBackmention": "Backlink mentions (backlink mentions search keywords are obtained from)", "searchVirtualRef": "Virtual reference (virtual reference search keywords are obtained from)", "netImg2LocalAsset": "Convert network images to local images", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 3d12d2686..acfacd332 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -268,8 +268,10 @@ "cancelMerged": "Cancelar fusión de celda", "useDefaultWidth": "Usar el ancho de columna por defecto", "type": "Tipo", - "searchType": "Tipos (busque en los tipos habilitados a continuación, la opción de filtro en la búsqueda global anula esta configuración)", - "searchAttr": "Atributo (busca no sólo en el contenido, sino también en los siguientes atributos habilitados)", + "searchBlockType": "Tipos de bloque (busque en los tipos habilitados a continuación, la opción de filtro en la búsqueda global anula esta configuración)", + "searchBlockAttr": "Atributos de bloque (busca no sólo en el contenido, sino también en los siguientes atributos habilitados)", + "searchIndex": "Índice", + "indexAssetPath": "Chemin de l'actif", "searchBackmention": "Menciones de backlinks (las menciones de backlinks de las que se obtienen las palabras clave de la búsqueda)", "searchVirtualRef": "Referencia virtual (las palabras clave de búsqueda de referencias virtuales se obtienen a partir de ellas)", "netImg2LocalAsset": "Convertir imágenes de red en imágenes locales", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index 9fe582512..cc990d005 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -268,8 +268,10 @@ "cancelMerged": "Annuler la fusion de cellules", "useDefaultWidth": "Utiliser la largeur de colonne par défaut", "type": "Type", - "searchType": "Types (recherche dans les types activés ci-dessous, l'option de filtre dans la recherche globale remplace ce paramètre)", - "searchAttr": "Attribut (recherche non seulement dans le contenu, mais aussi dans les attributs activés suivants)", + "searchBlockType": "Types de bloc (recherche dans les types activés ci-dessous, l'option de filtre dans la recherche globale remplace ce paramètre)", + "searchBlockAttr": "Attributs de bloc (recherche non seulement dans le contenu, mais aussi dans les attributs activés suivants)", + "searchIndex": "Index", + "indexAssetPath": "Chemin de l'actif", "searchBackmention": "Mentions de backlink (les mentions de backlink à partir desquelles les mots-clés de recherche sont obtenus)", "searchVirtualRef": "Référence virtuelle (les mots-clés de recherche de référence virtuelle sont obtenus à partir de)", "netImg2LocalAsset": "Convertir des images réseau en images locales", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 20f932de5..88b2fe985 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -268,8 +268,10 @@ "cancelMerged": "拆分單元格", "useDefaultWidth": "使用預設列寬", "type": "類型", - "searchType": "類型(在以下啟用的類型中進行搜索,全局搜索中的過濾選項會覆蓋該設置)", - "searchAttr": "屬性(不僅在內容中進行搜索,同時也會在以下啟用的屬性中搜索)", + "searchBlockType": "塊級類型(在以下啟用的類型中進行搜索,全局搜索中的過濾選項會覆蓋該設置)", + "searchBlockAttr": "塊級屬性(不僅在內容中進行搜索,同時也會在以下啟用的屬性中搜索)", + "searchIndex": "索引", + "indexAssetPath": "資源文件路徑", "searchBackmention": "反鏈提及(反鏈提及搜索關鍵字從以下方式獲得)", "searchVirtualRef": "虛擬引用(虛擬引用搜索關鍵字從以下方式獲得)", "netImg2LocalAsset": "網絡圖片轉換為本地圖片", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index f7829b113..7529c2ee8 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -268,8 +268,10 @@ "cancelMerged": "拆分单元格", "useDefaultWidth": "使用默认列宽", "type": "类型", - "searchType": "类型(在以下启用的类型中进行搜索,全局搜索中的过滤选项会覆盖该设置)", - "searchAttr": "属性(不仅在内容中进行搜索,同时也会在以下启用的属性中搜索)", + "searchBlockType": "块级类型(在以下启用的类型中进行搜索,全局搜索中的过滤选项会覆盖该设置)", + "searchBlockAttr": "块级属性(不仅在内容中进行搜索,同时也会在以下启用的属性中搜索)", + "searchIndex": "索引", + "indexAssetPath": "资源文件路径", "searchBackmention": "反链提及(反链提及搜索关键字从以下方式获得)", "searchVirtualRef": "虚拟引用(虚拟引用搜索关键字从以下方式获得)", "netImg2LocalAsset": "网络图片转换为本地图片", diff --git a/app/src/config/query.ts b/app/src/config/query.ts index 4f89afb61..c82d2af62 100644 --- a/app/src/config/query.ts +++ b/app/src/config/query.ts @@ -4,7 +4,7 @@ export const query = { element: undefined as Element, genHTML: () => { return `
- ${window.siyuan.languages.searchType} + ${window.siyuan.languages.searchBlockType}
- ${window.siyuan.languages.searchAttr} + ${window.siyuan.languages.searchBlockAttr}
+
+ ${window.siyuan.languages.searchIndex} +
+ +
+