From fe39a3c56da0c7d39c7006eda9348234b3d9014b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 15 May 2023 20:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en.json | 3 ++- src/i18n/lang/zh-cn.json | 3 ++- src/i18n/lang/zh-tw.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 76d1936..293c25f 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -87,7 +87,8 @@ "bottomBar": "Footer", "identity": "Identity", "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" + "topNav": "Top nav", + "commonFuncs": "Common Functions" }, "common": { "ok": "Ok", diff --git a/src/i18n/lang/zh-cn.json b/src/i18n/lang/zh-cn.json index c541a94..557a62e 100644 --- a/src/i18n/lang/zh-cn.json +++ b/src/i18n/lang/zh-cn.json @@ -87,7 +87,8 @@ "bottomBar": "底部栏", "identity": "身份", "content1": "代码完全免费开源,易读易懂、界面简洁美观,给你的项目多一种选择与参考。", - "topNav": "顶部导航" + "topNav": "顶部导航", + "commonFuncs": "常用功能" }, "common": { "ok": "确定", diff --git a/src/i18n/lang/zh-tw.json b/src/i18n/lang/zh-tw.json index 25a3add..b6396d5 100644 --- a/src/i18n/lang/zh-tw.json +++ b/src/i18n/lang/zh-tw.json @@ -87,7 +87,8 @@ "identity": "身份", "rewardUser": "打賞作者喝杯咖啡表示鼓勵", "content1": "代碼完全免費開源,易讀易懂、界面簡潔美觀,給你的項目多一種選擇與參考。", - "topNav": "頂部導航" + "topNav": "頂部導航", + "commonFuncs": "常用功能" }, "common": { "ok": "確定",