Просмотр исходного кода

:globe_with_meridians: 常用 高级

visuddhinanda 2 лет назад
Родитель
Сommit
5e7f5aa92c
1 измененных файлов с 6 добавлено и 2 удалено
  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: [