📝 更新搜索排序菜单文案
This commit is contained in:
parent
48548de9be
commit
698d659efd
6 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
"recentDocs": "Recently opened documents",
|
||||
"autoLaunch": "Automatic launch at boot",
|
||||
"autoLaunchTip": "After enabling, the application will be automatically launched after logging into the operating system",
|
||||
"sortByContent": "Original content order",
|
||||
"sortByRankDesc": "Relevance DESC",
|
||||
"sortByRankAsc": "Relevance ASC",
|
||||
"saveCriterion": "Save named criterion",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"recentDocs": "Documentos abiertos recientemente",
|
||||
"autoLaunch": "Inicio automático al arrancar",
|
||||
"autoLaunchTip": "Después de habilitar, la aplicación se iniciará automáticamente después de iniciar sesión en el sistema operativo",
|
||||
"sortByContent": "Orden de contenido original",
|
||||
"sortByRankDesc": "Relevancia DESC",
|
||||
"sortByRankAsc": "Relevancia ASC",
|
||||
"saveCriterion": "Guardar criterio nombrado",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"recentDocs": "Documents récemment ouverts",
|
||||
"autoLaunch": "Lancement automatique au démarrage",
|
||||
"autoLaunchTip": "Après l'activation, l'application sera automatiquement lancée après la connexion au système d'exploitation",
|
||||
"sortByContent": "Ordre du contenu original",
|
||||
"sortByRankDesc": "DESC de pertinence",
|
||||
"sortByRankAsc": "ASC de pertinence",
|
||||
"saveCriterion": "Enregistrer le critère nommé",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"recentDocs": "最近打開的文檔",
|
||||
"autoLaunch": "開機自動啟動",
|
||||
"autoLaunchTip": "啟用後會在登錄操作系統後自動啟動應用",
|
||||
"sortByContent": "按原文內容順序",
|
||||
"sortByRankDesc": "按相關度降序",
|
||||
"sortByRankAsc": "按相關度升序",
|
||||
"saveCriterion": "保存命名查詢",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"recentDocs": "最近打开的文档",
|
||||
"autoLaunch": "开机自动启动",
|
||||
"autoLaunchTip": "启用后会在登录操作系统后自动启动应用",
|
||||
"sortByContent": "按原文内容顺序",
|
||||
"sortByRankDesc": "按相关度降序",
|
||||
"sortByRankAsc": "按相关度升序",
|
||||
"saveCriterion": "保存命名查询",
|
||||
|
|
|
@ -666,7 +666,7 @@ const addConfigMoreMenu = async (config: ISearchOption, edit: Protyle, element:
|
|||
}];
|
||||
if (config.group === 1) {
|
||||
sortMenu.push({
|
||||
label: window.siyuan.languages.context,
|
||||
label: window.siyuan.languages.sortByContent,
|
||||
current: config.sort === 5,
|
||||
click() {
|
||||
config.sort = 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue