From 8564a251a7c452ccbb67eac15cd9f8aea2c03b7d Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Tue, 25 Aug 2020 11:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A4=BE=E5=8C=BA=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/ims-cjdc-market.php | 2 +- resources/lang/zh-CN/lanzu-cs-info.php | 5 +++-- resources/lang/zh-CN/lanzu-cs-withdraw.php | 6 ++++-- resources/lang/zh-CN/lanzu-financial-record.php | 7 +++++++ resources/lang/zh-CN/lanzu-service-reward.php | 5 +++-- 5 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 resources/lang/zh-CN/lanzu-financial-record.php diff --git a/resources/lang/zh-CN/ims-cjdc-market.php b/resources/lang/zh-CN/ims-cjdc-market.php index 56779a7..275a977 100644 --- a/resources/lang/zh-CN/ims-cjdc-market.php +++ b/resources/lang/zh-CN/ims-cjdc-market.php @@ -1,4 +1,4 @@ - [ 'ImsCjdcMarket' => '市场管理', diff --git a/resources/lang/zh-CN/lanzu-cs-info.php b/resources/lang/zh-CN/lanzu-cs-info.php index 54aa90f..0bfa944 100644 --- a/resources/lang/zh-CN/lanzu-cs-info.php +++ b/resources/lang/zh-CN/lanzu-cs-info.php @@ -1,7 +1,8 @@ - [ - 'LanzuCsInfo' => 'LanzuCsInfo', + 'LanzuCsInfo' => '社区站点', + 'cs'=>'社区管理' ], 'fields' => [ 'name' => '名称', diff --git a/resources/lang/zh-CN/lanzu-cs-withdraw.php b/resources/lang/zh-CN/lanzu-cs-withdraw.php index 3d44afe..24531fd 100644 --- a/resources/lang/zh-CN/lanzu-cs-withdraw.php +++ b/resources/lang/zh-CN/lanzu-cs-withdraw.php @@ -1,7 +1,9 @@ - [ - 'LanzuCsWithdraw' => 'LanzuCsWithdraw', + 'LanzuCsWithdraw' => '社区提现', + 'cs_withdraw'=>'提现申请' + ], 'fields' => [ 'cs_id' => '关联的社区服务站id', diff --git a/resources/lang/zh-CN/lanzu-financial-record.php b/resources/lang/zh-CN/lanzu-financial-record.php new file mode 100644 index 0000000..2d6c0ec --- /dev/null +++ b/resources/lang/zh-CN/lanzu-financial-record.php @@ -0,0 +1,7 @@ + [ + 'LanzuFinancialRecord' => '流水记录', + 'financial_record' => '社区流水' + ], +]; diff --git a/resources/lang/zh-CN/lanzu-service-reward.php b/resources/lang/zh-CN/lanzu-service-reward.php index a81cf0a..43b97fb 100644 --- a/resources/lang/zh-CN/lanzu-service-reward.php +++ b/resources/lang/zh-CN/lanzu-service-reward.php @@ -1,7 +1,8 @@ - [ - 'LanzuServiceReward' => 'LanzuServiceReward', + 'LanzuServiceReward' => '奖励设置', + 'service_reward'=>'奖励' ], 'fields' => [ 'set_reward' => '奖励配置',