From 945d3cb7e3872407a4d0330d873eb061b182766f Mon Sep 17 00:00:00 2001 From: sl <2436637291@qq.com> Date: Thu, 18 Aug 2022 12:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_cn/shop/account.php | 9 +++++++++ resources/lang/zh_cn/shop/common.php | 5 ++++- themes/default/account/edit.blade.php | 18 +++++++++--------- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/resources/lang/zh_cn/shop/account.php b/resources/lang/zh_cn/shop/account.php index 189d3f36..ac8ae3d9 100644 --- a/resources/lang/zh_cn/shop/account.php +++ b/resources/lang/zh_cn/shop/account.php @@ -28,6 +28,15 @@ return [ 'amount' => '金额', 'check_details' => '查看详情', + 'edit' => [ + 'index' => '修改个人信息', + 'modify_avatar' => '修改头像', + 'suggest' => '上传JPG或PNG图片。建议300 x 300。', + 'name' => '名称', + 'email' => '邮箱', + 'crop' => '裁剪', + ], + 'wishlist' => [ 'index' => '收藏列表', ], diff --git a/resources/lang/zh_cn/shop/common.php b/resources/lang/zh_cn/shop/common.php index ef59b627..218fd6e7 100644 --- a/resources/lang/zh_cn/shop/common.php +++ b/resources/lang/zh_cn/shop/common.php @@ -10,5 +10,8 @@ */ return [ - 'home' => '首页' + 'home' => '首页', + 'submit' => '提交', + 'cancel' => '取消', + 'confirm' => '确定', ]; diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index c6145083..42d79ee0 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -26,7 +26,7 @@