From 27508935ecbbe19a444411d7fbb4b42f3d22ff08 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 23:22:21 -0800 Subject: [PATCH] New translations en-US.json (Chinese Simplified) --- frontend/src/locales/messages/zh-CN.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/locales/messages/zh-CN.json b/frontend/src/locales/messages/zh-CN.json index fc83e614a..6eb7a25c8 100644 --- a/frontend/src/locales/messages/zh-CN.json +++ b/frontend/src/locales/messages/zh-CN.json @@ -49,6 +49,13 @@ "current-parenthesis": "(当前)", "users": "用户", "groups": "群组", + "sunday": "Sunday", + "monday": "Monday", + "tuesday": "Tuesday", + "wednesday": "Wednesday", + "thursday": "Thursday", + "friday": "Friday", + "saturday": "Saturday", "about": "关于" }, "page": { @@ -226,6 +233,8 @@ "manage-users": "管理用户", "migrations": "迁移", "profile": "用户信息", + "locale-settings": "Locale settings", + "first-day-of-week": "First day of the week", "custom-pages": "自定义页面", "new-page": "新建页面", "edit-page": "编辑页面",