Browse Source

优化社区文字显示

master
lanzu_qsy 5 years ago
parent
commit
8564a251a7
  1. 2
      resources/lang/zh-CN/ims-cjdc-market.php
  2. 5
      resources/lang/zh-CN/lanzu-cs-info.php
  3. 6
      resources/lang/zh-CN/lanzu-cs-withdraw.php
  4. 7
      resources/lang/zh-CN/lanzu-financial-record.php
  5. 5
      resources/lang/zh-CN/lanzu-service-reward.php

2
resources/lang/zh-CN/ims-cjdc-market.php

@ -1,4 +1,4 @@
<?php
<?php
return [
'labels' => [
'ImsCjdcMarket' => '市场管理',

5
resources/lang/zh-CN/lanzu-cs-info.php

@ -1,7 +1,8 @@
<?php
<?php
return [
'labels' => [
'LanzuCsInfo' => 'LanzuCsInfo',
'LanzuCsInfo' => '社区站点',
'cs'=>'社区管理'
],
'fields' => [
'name' => '名称',

6
resources/lang/zh-CN/lanzu-cs-withdraw.php

@ -1,7 +1,9 @@
<?php
<?php
return [
'labels' => [
'LanzuCsWithdraw' => 'LanzuCsWithdraw',
'LanzuCsWithdraw' => '社区提现',
'cs_withdraw'=>'提现申请'
],
'fields' => [
'cs_id' => '关联的社区服务站id',

7
resources/lang/zh-CN/lanzu-financial-record.php

@ -0,0 +1,7 @@
<?php
return [
'labels' => [
'LanzuFinancialRecord' => '流水记录',
'financial_record' => '社区流水'
],
];

5
resources/lang/zh-CN/lanzu-service-reward.php

@ -1,7 +1,8 @@
<?php
<?php
return [
'labels' => [
'LanzuServiceReward' => 'LanzuServiceReward',
'LanzuServiceReward' => '奖励设置',
'service_reward'=>'奖励'
],
'fields' => [
'set_reward' => '奖励配置',

Loading…
Cancel
Save