Update zh locales & dbmlView switch (#476)

This commit is contained in:
XC
2025-06-04 21:09:34 +08:00
committed by GitHub
parent 5e1c4978bf
commit 9570df983d
2 changed files with 4 additions and 2 deletions

View File

@@ -1223,9 +1223,9 @@ export default function ControlPanel({
},
dbml_view: {
state: layout.dbmlEditor ? (
<i className="bi bi-toggle-off" />
) : (
<i className="bi bi-toggle-on" />
) : (
<i className="bi bi-toggle-off" />
),
function: toggleDBMLEditor,
shortcut: "Alt+E",

View File

@@ -245,6 +245,8 @@ const zh = {
supported_types: "支持的文件类型:",
bulk_update: "批量更新",
multiselect: "多选",
dbml_view: "DBML 视图",
tab_view: "标签视图",
},
};