Explorar o código

:globe_with_meridians: 常用 高级

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
5e7f5aa92c
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      dashboard/src/components/studio/LeftSider.tsx

+ 6 - 2
dashboard/src/components/studio/LeftSider.tsx

@@ -39,7 +39,9 @@ const LeftSiderWidget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
 
   const items: MenuProps["items"] = [
     {
-      label: "常用",
+      label: intl.formatMessage({
+        id: "columns.studio.basic.title",
+      }),
       key: "basic",
       icon: <HomeOutlined />,
       children: [
@@ -87,7 +89,9 @@ const LeftSiderWidget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
       ],
     },
     {
-      label: "高级",
+      label: intl.formatMessage({
+        id: "columns.studio.advance.title",
+      }),
       key: "advance",
       icon: <AppstoreOutlined />,
       children: [