From 0d554e70ee1bbf7a09897d19f8bf00e9d4ff7152 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sat, 19 Apr 2025 03:58:46 +0800 Subject: [PATCH] update translations, --- 002_source/cms/public/locales/dev/translation.json | 4 +++- 002_source/cms/src/components/dashboard/layout/config.ts | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/002_source/cms/public/locales/dev/translation.json b/002_source/cms/public/locales/dev/translation.json index a57c1f2..d551b3a 100644 --- a/002_source/cms/public/locales/dev/translation.json +++ b/002_source/cms/public/locales/dev/translation.json @@ -169,6 +169,8 @@ "listening-practice": "聽講練習", "matching-frenzy": "配對練習", "connective-revision": "連接詞練習", + "teachers": "導師", + "students": "學生", "word-count": "字數", "loading": "載入中", "Notifications": "通知", @@ -196,4 +198,4 @@ "dashboard.lessonTypes.list.error": "課程類型載入失敗", "unable-to-process-request": "無法處理請求", "detailed-error-information": "詳細錯誤資訊" -} \ No newline at end of file +} diff --git a/002_source/cms/src/components/dashboard/layout/config.ts b/002_source/cms/src/components/dashboard/layout/config.ts index 2354895..d4abda1 100644 --- a/002_source/cms/src/components/dashboard/layout/config.ts +++ b/002_source/cms/src/components/dashboard/layout/config.ts @@ -121,7 +121,7 @@ export const layoutConfig = { { key: 'teachers', - title: 'Teachers', + title: 'teachers', icon: 'users', items: [ { key: 'teachers', title: 'List teachers', href: paths.dashboard.teachers.list }, @@ -131,7 +131,7 @@ export const layoutConfig = { }, { key: 'students', - title: 'Students', + title: 'students', icon: 'users', items: [ { key: 'students', title: 'List students', href: paths.dashboard.students.list },