♻️ Refactor av data structure
This commit is contained in:
parent
b4068c5daf
commit
6a392c0e72
6 changed files with 9 additions and 9 deletions
|
@ -138,7 +138,7 @@
|
|||
"aiBrainStorm": "Brainstorm",
|
||||
"aiFixGrammarSpell": "Fix grammar, spelling and typos",
|
||||
"aiCustomAction": "Custom action...",
|
||||
"attributeView": "Attribute View",
|
||||
"database": "Database",
|
||||
"manage": "Manage",
|
||||
"spaceRepetition": "Spaced Repetition",
|
||||
"space": "Space",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"aiBrainStorm": "Lluvia de ideas",
|
||||
"aiFixGrammarSpell": "Corregir gramática, ortografía y errores tipográficos.",
|
||||
"aiCustomAction": "Acción personalizada...",
|
||||
"attributeView": "Vista de atributos",
|
||||
"database": "Base de datos",
|
||||
"manage": "Administrar",
|
||||
"spaceRepetition": "Repetición Espaciada",
|
||||
"space": "Espacio",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"aiBrainStorm": "Remue-méninges",
|
||||
"aiFixGrammarSpell": "Correction de la grammaire, de l'orthographe et des fautes de frappe",
|
||||
"aiCustomAction": "Action personnalisée...",
|
||||
"attributeView": "Vista de atributos",
|
||||
"database": "Base de données",
|
||||
"manage": "Gérer",
|
||||
"spaceRepetition": "Répétition espacée",
|
||||
"space": "Espace",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"aiBrainStorm": "頭腦風暴",
|
||||
"aiFixGrammarSpell": "修正語法、拼寫和錯別字",
|
||||
"aiCustomAction": "自定義操作...",
|
||||
"attributeView": "屬性視圖",
|
||||
"database": "數據庫",
|
||||
"manage": "管理",
|
||||
"spaceRepetition": "間隔重複",
|
||||
"space": "空格",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"aiBrainStorm": "头脑风暴",
|
||||
"aiFixGrammarSpell": "修正语法、拼写和错别字",
|
||||
"aiCustomAction": "自定义操作...",
|
||||
"attributeView": "属性视图",
|
||||
"database": "数据库",
|
||||
"manage": "管理",
|
||||
"spaceRepetition": "间隔重复",
|
||||
"space": "空格",
|
||||
|
|
|
@ -46,11 +46,11 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
|
|||
filter: ["ai chat"],
|
||||
value: Constants.ZWSP + 5,
|
||||
html: '<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconSparkles"></use></svg><span class="b3-list-item__text">AI Chat</span></div>',
|
||||
},/* {
|
||||
filter: ["属性视图", "shuxingshitu", "sxst", "attribute view"],
|
||||
}, {
|
||||
filter: ["数据库", "属性视图", "shujuku", "shuxingshitu", "sjk", "sxst", "database", "attribute view"],
|
||||
value: '<div data-type="NodeAttributeView" data-av-type="table"></div>',
|
||||
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconDatabase"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.attributeView}</span></div>`,
|
||||
}, */{
|
||||
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconDatabase"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.database}</span></div>`,
|
||||
}, {
|
||||
filter: ["文档", "子文档", "wendang", "wd", "ziwendang", "zwd", "xjwd"],
|
||||
value: Constants.ZWSP + 4,
|
||||
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconFile"></use></svg><span class="b3-list-item__text">${window.siyuan.languages.newFile}</span><span class="b3-menu__accelerator">${updateHotkeyTip(window.siyuan.config.keymap.general.newFile.custom)}</span></div>`,
|
||||
|
|
Loading…
Add table
Reference in a new issue