Explorar el Código

移网管理翻译1838

theo hace 3 años
padre
commit
2dc22b05c2

+ 1 - 1
backendApi/config/menu.php

@@ -109,7 +109,7 @@ return [
             //['name'=>'体系导出', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'system-export', 'routePath'=>'user/system-export', 'show'=>0,],
             //['name'=>'团队领导人列表', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'group', 'routePath'=>'user/group', 'show'=>1,],
             //['name'=>'团队领导人列表导出', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'group-export', 'routePath'=>'user/group-export', 'show'=>0,],
-            ['name'=>'Mobile network management', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'move', 'routePath'=>'user/move', 'show'=>1,],//移网管理
+            ['name'=>'Move network management', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'move', 'routePath'=>'user/move', 'show'=>1,],//移网管理
             ['name'=>'申请移网', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'move-add', 'routePath'=>'user/move-add', 'show'=>0,],
             ['name'=>'移网修改并审核', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'move-pass', 'routePath'=>'user/move-pass', 'show'=>0,],
             ['name'=>'移网审核', 'class'=>'', 'icon'=>'', 'controller'=>'user', 'action'=>'move-audit', 'routePath'=>'user/move-audit', 'show'=>0,],

+ 13 - 13
backendApi/modules/v1/models/lists/user/MoveList.php

@@ -61,11 +61,11 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
                 'ID' => null,
                 'USER_ID' => null,
                 'MOVE_USER_NAME' => [
-                    'header' => 'Mobile members',//移动的会员
+                    'header' => 'Move members', // 移动的会员
                     'headerOther' => ['width' => '150'],
                 ],
                 'MOVE_REAL_NAME' => [
-                    'header' => 'Mobile members name',//移动的会员名字
+                    'header' => 'Move members name', // 移动的会员名字
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -74,15 +74,15 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
                     ],
                 ],
                 'FROM_USER_NAME' => [
-                    'header' => 'Move front contact',//移动前接点
+                    'header' => 'Uper member code before moving', // 移动前接点
                     'headerOther' => ['width' => '150'],
                 ],
                 'TO_USER_NAME' => [
-                    'header' => 'Moving rear contact',//移动后接点
+                    'header' => 'Uper member code after moving', // 移动后接点
                     'headerOther' => ['width' => '150'],
                 ],
                 'TYPE' => [
-                    'header' => 'Network transfer type',//移网类型
+                    'header' => 'Type of moving', // 移网类型
                     'headerOther' => [
                         'width' => '120',
                     ],
@@ -91,19 +91,19 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
                     },
                 ],
                 'LOCATION' => [
-                    'header' => 'Move to position',//移动到位置
+                    'header' => 'Position', // 移动到位置
                     'headerOther' => ['width' => '150'],
                 ],
-                'PERIOD_NUM' => 'Number of periods when moving',//移动时的期数
+                'PERIOD_NUM' => 'Period of moving', // 移动时的期数
                 'IS_MOVING' => [
-                    'header' => 'Are you moving',//是否正在移动
+                    'header' => 'Whether to move', // 是否正在移动
                     'headerOther' => ['width' => '100'],
                 ],
                 'MOVE_PERCENT' => [
-                    'header' => 'Movement percentage',//移动百分比
+                    'header' => 'Percentage', // 移动百分比
                 ],
                 'MOVE_ADMIN_NAME' => [
-                    'header' => 'Mobile administrator',//移网管理员
+                    'header' => 'Administrator of moving',//移网管理员
                     'headerOther' => ['width' => '120'],
                 ],
                 'CREATED_AT' => [
@@ -117,18 +117,18 @@ class MoveList extends \common\libs\dataList\DataList implements DataListInterfa
                 ],
                 'AUDIT_STATUS' => null,
                 'AUDIT_STATUS_NAME' => [
-                    'header' => 'Audit status',//审核状态
+                    'header' => 'Status',//审核状态
                     'headerOther' => ['width' => '100'],
                     'value' => function ($row) {
                         return UserMove::STATUS_NAME[$row['AUDIT_STATUS']];
                     },
                 ],
                 'AUDIT_ADMIN_NAME' => [
-                    'header' => 'Audit administrator',//审核管理员
+                    'header' => 'Administrator of reviewing',//审核管理员
                     'headerOther' => ['width' => '100'],
                 ],
                 'AUDITED_AT' => [
-                    'header' => 'Audit time',//审核时间
+                    'header' => 'Review time',//审核时间
                     'value' => function ($row) {
                         return (new DateTime([
                             'value' => $row['AUDITED_AT'],

+ 1 - 1
backendEle/src/router/index.js

@@ -333,7 +333,7 @@ export const constantRouterMap = [
         component: _import('user/move'),
         name: 'user_move',
         meta: {
-          title: 'Mobile network management', // 移网管理
+          title: 'Move network management', // 移网管理
           breadcrumb: [
             {title: 'Dashboard', path: '/dashboard/index'}, // Dashboard
             {title: 'Member management', path: '/user/index'}, // 会员管理