From 7bf95aea4cf43fd05a70919ec54ea5cfd3bb4e83 Mon Sep 17 00:00:00 2001 From: xh-pan1 Date: Sat, 20 Jan 2024 14:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=80=E6=96=B0=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 15 ++++++++++----- src/locales/zh-CN.json | 14 ++++++++++---- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 16535e2..1bceca1 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -18,7 +18,7 @@ "navbar.newPassword":"New Password", "navbar.confirmPassword":"Confirm Password", "common.sure":"OK", - "common.cancle":"Cancle", + "common.cancel":"Cancel", "common.export":"Export", "common.view":"View", "common.seemore":"More", @@ -404,7 +404,7 @@ "common.birthday":"Birthday", "common.realname":"Real Name", "common.idcard":"ID Number", - "common.mobilephone":"Mobile Phone", + "common.mobilephone_simple":"Mobile Phone", "common.yhysxy":"Privacy Agreement", "common.yhfwxy":"Service Agreement", "common.cancelaccount":"Close Account", @@ -443,7 +443,7 @@ "common.fans":"Followers", "client.tobedistributor":"Join as a distributor", "common.collectsuccess":"Congratulation!", - "common.canclecollectsuccess":"Hope you will come back.", + "common.cancelcollectsuccess":"Hope you will come back.", "common.express":"Express", "common.choosesimple":"Select", "client.commodityqa":"Q&A", @@ -484,6 +484,11 @@ "common.deleteproducttips":"Are you sure to delete the selected item?", "common.cartzuhetips":"Have met {price} yuan optional {number} pieces!", "common.clicktologin":"Click To Login", - "common.clicklogintips":"Log in to enjoy more benefits ~" - + "common.clicklogintips":"Log in to enjoy more benefits ~", + "common.expiresat":"Expires at {time}", + "common.chooseshop":"Select the shop", + "common.distributor":"Distributor", + "common.persons":"persons", + "common.deletefail":"Delete Fail", + "common.undosuccess":"Undo successfully" } \ No newline at end of file diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index ee86054..a8ad4cd 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -18,7 +18,7 @@ "navbar.newPassword":"新密码", "navbar.confirmPassword":"确认密码", "common.sure":"确定", - "common.cancle":"取消", + "common.common.cancel":"取消", "common.export":"导出", "common.view":"查看", "common.seemore":"查看更多", @@ -404,7 +404,7 @@ "common.birthday":"生日", "common.realname":"真实姓名", "common.idcard":"身份证", - "common.mobilephone":"手机号", + "common.mobilephone_simple":"手机号", "common.yhysxy":"用户隐私协议", "common.yhfwxy":"用户服务协议", "common.cancelaccount":"注销账号", @@ -443,7 +443,7 @@ "common.fans":"粉丝数", "client.tobedistributor":"成为分销员", "common.collectsuccess":"收藏成功", - "common.canclecollectsuccess":"取消收藏成功", + "common.common.cancelcollectsuccess":"取消收藏成功", "common.express":"快递", "common.choosesimple":"选择", "client.commodityqa":"商品问答", @@ -484,5 +484,11 @@ "common.deleteproducttips":"您确定删除选中的商品吗?", "common.cartzuhetips":"已满足【{price}元任选{number}件】!", "common.clicktologin":"点击登录", - "common.clicklogintips":"登录后享受更多权益~" + "common.clicklogintips":"登录后享受更多权益~", + "common.expiresat":"{time}到期", + "common.chooseshop":"选择进入的店铺", + "common.distributor":"分销员", + "common.persons":"(人)", + "common.deletefail":"删除失败", + "common.undosuccess":"撤销成功" } \ No newline at end of file