Browse Source

用户菜单配置

zac3533 1 year ago
parent
commit
020c4ab64f
2 changed files with 8 additions and 0 deletions
  1. 4 0
      application/admin/lang/vn.php
  2. 4 0
      application/admin/lang/zh-cn.php

+ 4 - 0
application/admin/lang/vn.php

@@ -225,5 +225,9 @@ return [
     'News'                                                  => 'quản lý thông tin',
     'News type'                                             => 'Loại',
     'News list'                                             => 'Danh sách thông tin',
+    'User team'                                             => 'đội',
+    'Balance'                                               => 'THĂNG BẰNG',
+    'Card slip'                                             => 'phiếu thẻ',
+    'Collection'                                            => 'Bộ sưu tập',
 
 ];

+ 4 - 0
application/admin/lang/zh-cn.php

@@ -225,4 +225,8 @@ return [
     'News'                                                  => '信息管理',
     'News type'                                             => '信息分类',
     'News list'                                             => '信息列表',
+    'User team'                                             => '团队',
+    'Balance'                                               => '余额',
+    'Card slip'                                             => '卡单',
+    'Collection'                                            => '收款',
 ];