update translations,
This commit is contained in:
@@ -169,6 +169,8 @@
|
||||
"listening-practice": "聽講練習",
|
||||
"matching-frenzy": "配對練習",
|
||||
"connective-revision": "連接詞練習",
|
||||
"teachers": "導師",
|
||||
"students": "學生",
|
||||
"word-count": "字數",
|
||||
"loading": "載入中",
|
||||
"Notifications": "通知",
|
||||
|
@@ -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 },
|
||||
|
Reference in New Issue
Block a user