🎨 Modify and standardize database terminology fix #12935 (#13152)

* 中文 i18n

* 简体中文 繁体中文 用户指南

* 繁体中文 i18n

* 英文 用户指南

* 英文 i18n

* 数据库字段菜单

* 数据库视图菜单

* 数据库条目右键菜单

分隔线关联:
https://github.com/siyuan-note/siyuan/issues/12518
https://github.com/siyuan-note/siyuan/issues/12910

* 顺序调整

* 简体中文 繁体中文 i18n
This commit is contained in:
Jeffrey Chen 2024-11-15 00:00:37 +08:00 committed by GitHub
parent cb2560ffda
commit e164e88dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 118 additions and 107 deletions

View file

@ -270,7 +270,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
/// #if !MOBILE
const blockId = ids[0];
const openSubmenus = openEditorTab(protyle.app, [blockId], undefined, undefined, true);
openSubmenus.push({type: "separator"});
openSubmenus.push({id: "separator_3", type: "separator"});
openSubmenus.push({
icon: "iconAttr",
label: window.siyuan.languages.attr,
@ -581,7 +581,7 @@ ${window.siyuan.languages.insertRowAfter.replace("${x}", '<span class="fn__space
});
menu.addItem({
icon: "iconAttr",
label: window.siyuan.languages.attr,
label: window.siyuan.languages.fields,
type: "submenu",
submenu: editAttrSubmenu
});