diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 758bc85..27d5346 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -89,7 +89,9 @@ "content1": "The code is completely free and open source, easy to read and understand, and the interface is simple and beautiful, giving you one more choice and reference for your project.", "topNav": "Top nav", "commonFuncs": "Common Functions", - "openWatermark": "Open Watermark" + "openWatermark": "Open Watermark", + "workTime": "Today's working times(min)", + "onlineClientNum": "Number of online devices" }, "common": { "ok": "Ok", @@ -167,4 +169,4 @@ "oldPwd": "Old Password", "nickName": "User's Nickname" } -} \ No newline at end of file +} diff --git a/src/i18n/lang/zh-cn.json b/src/i18n/lang/zh-cn.json index e048402..7d93791 100644 --- a/src/i18n/lang/zh-cn.json +++ b/src/i18n/lang/zh-cn.json @@ -89,7 +89,9 @@ "content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。", "topNav": "顶部导航", "commonFuncs": "常用功能", - "openWatermark": "开启水印" + "openWatermark": "开启水印", + "workTime": "今日工作时长(分)", + "onlineClientNum": "在线设备数" }, "common": { "ok": "确定", @@ -167,4 +169,4 @@ "languageKey": "语言key", "showWay": "显示方式", "table": "表格" -} \ No newline at end of file +} diff --git a/src/i18n/lang/zh-tw.json b/src/i18n/lang/zh-tw.json index 13f9f33..a81c1c8 100644 --- a/src/i18n/lang/zh-tw.json +++ b/src/i18n/lang/zh-tw.json @@ -89,7 +89,9 @@ "content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。", "topNav": "頂部導航", "commonFuncs": "常用功能", - "openWatermark": "開啟水印" + "openWatermark": "開啟水印", + "workTime": "今日工作時長(分)", + "onlineClientNum": "在線設備數" }, "common": { "ok": "確定", @@ -167,4 +169,4 @@ "oldPwd": "舊密碼", "nickName": "用戶暱稱" } -} \ No newline at end of file +} diff --git a/src/i18n/pages/login/en.json b/src/i18n/pages/login/en.json index 3bb1720..b543a26 100644 --- a/src/i18n/pages/login/en.json +++ b/src/i18n/pages/login/en.json @@ -10,6 +10,7 @@ "reLogin": "re-register", "invalidSession": "Invalid session, or session has expired, please log in again.", "otherLoginWay": "Other", - "register": "Sign up now" + "register": "Sign up now", + "forgotPwd": "forget" } } diff --git a/src/i18n/pages/login/zh-cn.json b/src/i18n/pages/login/zh-cn.json index 5c15650..253fe84 100644 --- a/src/i18n/pages/login/zh-cn.json +++ b/src/i18n/pages/login/zh-cn.json @@ -10,6 +10,7 @@ "reLogin": "重新登录", "invalidSession": "无效的会话,或者会话已过期,请重新登录。", "otherLoginWay": "其他登录方式", - "register": "注册" + "register": "注册", + "forgotPwd": "忘记密码" } } diff --git a/src/i18n/pages/login/zh-tw.json b/src/i18n/pages/login/zh-tw.json index dd5a441..662a95a 100644 --- a/src/i18n/pages/login/zh-tw.json +++ b/src/i18n/pages/login/zh-tw.json @@ -10,6 +10,7 @@ "reLogin": "重新登錄", "invalidSession": "無效的會話,或者會話已過期,請重新登錄。", "otherLoginWay": "其他登錄方式", - "register": "註冊" + "register": "註冊", + "forgotPwd": "忘記密碼" } }