mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-07-18 10:11:24 +00:00
Update zh locales & dbmlView switch (#476)
This commit is contained in:
@@ -1223,9 +1223,9 @@ export default function ControlPanel({
|
|||||||
},
|
},
|
||||||
dbml_view: {
|
dbml_view: {
|
||||||
state: layout.dbmlEditor ? (
|
state: layout.dbmlEditor ? (
|
||||||
<i className="bi bi-toggle-off" />
|
|
||||||
) : (
|
|
||||||
<i className="bi bi-toggle-on" />
|
<i className="bi bi-toggle-on" />
|
||||||
|
) : (
|
||||||
|
<i className="bi bi-toggle-off" />
|
||||||
),
|
),
|
||||||
function: toggleDBMLEditor,
|
function: toggleDBMLEditor,
|
||||||
shortcut: "Alt+E",
|
shortcut: "Alt+E",
|
||||||
|
@@ -245,6 +245,8 @@ const zh = {
|
|||||||
supported_types: "支持的文件类型:",
|
supported_types: "支持的文件类型:",
|
||||||
bulk_update: "批量更新",
|
bulk_update: "批量更新",
|
||||||
multiselect: "多选",
|
multiselect: "多选",
|
||||||
|
dbml_view: "DBML 视图",
|
||||||
|
tab_view: "标签视图",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user