From f671029b7020ac84f8f0e51019c7a973e56d1806 Mon Sep 17 00:00:00 2001 From: Hue Than Date: Fri, 20 Jan 2023 06:22:31 +0000 Subject: [PATCH] :globe_with_meridians: Translated (Chinese (Simplified)) Currently translated at 1.6% (3 of 180 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/zh_Hans/ --- frontend/src/lib/i18n/locales/zh_Hans.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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": "提供测试的开源平台!" + } +}