From 7838e203372fe2d21ee93477ae202e9c17fee10e Mon Sep 17 00:00:00 2001 From: sl <2436637291@qq.com> Date: Fri, 19 Aug 2022 10:26:29 +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/en/shop/common.php | 7 ++++++- resources/lang/zh_cn/common.php | 6 ++++++ themes/default/account/edit.blade.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/shop/common.php b/resources/lang/en/shop/common.php index da514df7..7ad16986 100644 --- a/resources/lang/en/shop/common.php +++ b/resources/lang/en/shop/common.php @@ -10,5 +10,10 @@ */ return [ - 'home' => 'Home' + 'home' => 'Home', + 'submit' => 'submit', + 'cancel' => 'cancel', + 'confirm' => 'confirm', + 'no' => 'no', + 'yes' => 'yes', ]; diff --git a/resources/lang/zh_cn/common.php b/resources/lang/zh_cn/common.php index 2ed19c6e..24c4a6f7 100644 --- a/resources/lang/zh_cn/common.php +++ b/resources/lang/zh_cn/common.php @@ -19,6 +19,12 @@ return [ 'get_success' => '获取成功!', 'enable' => '启用', 'disable' => '禁用', + 'home' => '首页', + 'submit' => '提交', + 'cancel' => '取消', + 'confirm' => '确定', + 'no' => '否', + 'yes' => '是', ]; diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index 42d79ee0..8b7d78e8 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -69,7 +69,7 @@ {{-- @if ($errors->has('email'))@endif --}}