diff --git a/frontend/src/lib/i18n/locales/zh_Hans.json b/frontend/src/lib/i18n/locales/zh_Hans.json index 0967ef4..66a60d0 100644 --- a/frontend/src/lib/i18n/locales/zh_Hans.json +++ b/frontend/src/lib/i18n/locales/zh_Hans.json @@ -1 +1,9 @@ -{} +{ + "index_page": { + "meta": { + "title": "首页", + "description": "ClassQuiz是提供给学生的一个类似Kahoot!的测试应用,其开源且可免费使用" + }, + "slogan": "提供测试的开源平台!" + } +}