update translations,
This commit is contained in:
@@ -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": "通知",
|
||||||
|
@@ -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 },
|
||||||
|
Reference in New Issue
Block a user