update translations,

This commit is contained in:
louiscklaw
2025-04-19 03:58:46 +08:00
parent ba2138275b
commit 0d554e70ee
2 changed files with 5 additions and 3 deletions

View File

@@ -169,6 +169,8 @@
"listening-practice": "聽講練習", "listening-practice": "聽講練習",
"matching-frenzy": "配對練習", "matching-frenzy": "配對練習",
"connective-revision": "連接詞練習", "connective-revision": "連接詞練習",
"teachers": "導師",
"students": "學生",
"word-count": "字數", "word-count": "字數",
"loading": "載入中", "loading": "載入中",
"Notifications": "通知", "Notifications": "通知",

View File

@@ -121,7 +121,7 @@ export const layoutConfig = {
{ {
key: 'teachers', key: 'teachers',
title: 'Teachers', title: 'teachers',
icon: 'users', icon: 'users',
items: [ items: [
{ key: 'teachers', title: 'List teachers', href: paths.dashboard.teachers.list }, { key: 'teachers', title: 'List teachers', href: paths.dashboard.teachers.list },
@@ -131,7 +131,7 @@ export const layoutConfig = {
}, },
{ {
key: 'students', key: 'students',
title: 'Students', title: 'students',
icon: 'users', icon: 'users',
items: [ items: [
{ key: 'students', title: 'List students', href: paths.dashboard.students.list }, { key: 'students', title: 'List students', href: paths.dashboard.students.list },