diff --git a/core/core-frontend/src/layout/components/DesktopSetting.vue b/core/core-frontend/src/layout/components/DesktopSetting.vue index 911c7db571..63229bdebb 100644 --- a/core/core-frontend/src/layout/components/DesktopSetting.vue +++ b/core/core-frontend/src/layout/components/DesktopSetting.vue @@ -1,21 +1,117 @@ + diff --git a/core/core-frontend/src/layout/components/TopDesktopCard.vue b/core/core-frontend/src/layout/components/TopDesktopCard.vue new file mode 100644 index 0000000000..a2c23275c7 --- /dev/null +++ b/core/core-frontend/src/layout/components/TopDesktopCard.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 079da28a93..6b388e6e90 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2265,6 +2265,9 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr day_limit: 'Days cannot be less than 1 and greater than 31' }, commons: { + language: 'language', + help_center: 'Help Center', + assistant: 'Assistant', test_connect: 'Test connection', consanguinity: 'blood relationship', collapse_navigation: 'Collapse navigation', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index ef75738690..439a21c146 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2214,6 +2214,9 @@ export default { day_limit: '天不能小於1,大於31' }, commons: { + language: '語言', + help_center: '幫助中心', + assistant: '小助手', test_connect: '測試連線', consanguinity: '血緣關係', collapse_navigation: '收起導航', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 7d18773e30..cdd949d121 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2216,6 +2216,9 @@ export default { day_limit: '天不能小于1,大于31' }, commons: { + language: '语言', + help_center: '帮助中心', + assistant: '小助手', test_connect: '测试连接', consanguinity: '血缘关系', collapse_navigation: '收起导航',