Browse Source

后台语言包

lizhen_gitee 1 year ago
parent
commit
01c9b06173

+ 12 - 2
application/admin/lang/en/lesson.php

@@ -7,13 +7,23 @@ return [
     'Image'         => 'Image',
     'Price'         => 'Price',
     'Oldprice'      => 'Old price',
-    'Content'       => 'Content',
-    'Content_en'    => 'Content(en)',
     'Lessoncate_id' => 'Lesson cate',
     'Is_show'       => 'Is show',
     'Is_show 1'     => 'up',
     'Is_show 0'     => 'down',
     'Weigh'         => 'Weigh',
+    'Title'            => 'Title',
+    'Title_en'         => 'Title(en)',
+    'Info'             => 'Info',
+    'Info_en'          => 'Info(en)',
+    'Shiherenqun'      => 'Crowd',
+    'Shiherenqun_en'   => 'Crowd(en)',
+    'Pingjunrenshu'    => 'average number',
+    'Pingjunrenshu_en' => 'average number(en)',
+    'Sirenkecheng'     => 'private lesson',
+    'Sirenkecheng_en'  => 'private lesson(en)',
+    'Daoshi'           => 'coach',
+    'Daoshi_en'        => 'coach(en)',
     'Cate.name'     => 'Cate name',
     'Cate.name_en'  => 'Cate name(en)'
 ];

+ 3 - 1
application/admin/lang/zh-cn.php

@@ -226,7 +226,7 @@ return [
     'Try Lesson'                                           => '试课课程',
     'Lesson Cate'                                           => '课程分类',
     'Lesson'                                           => '售课课程',
-    'Base Data'                                           => '基础协议',
+    'All Protocols'                                           => '基础协议',
     'Lesson Package'                                           => '售课套餐',
     'Lesson Lot'                                           => '每日课时',
     'Company Apply'                                           => '公司团建预约',
@@ -242,4 +242,6 @@ return [
     'Course'                                           => '课程管理',
     'Start Advert'                                           => '启动广告图',
     'App Plat'                                           => '关联平台',
+    'Personal Data'                                           => '个人资料',
+    'User Manage'                                           => '用户管理',
 ];

+ 2 - 2
application/admin/view/common/header.html

@@ -47,7 +47,7 @@
 
                 <!-- 多语言列表 -->
                 {if $Think.config.lang_switch_on}
-                <!--<li class="hidden-xs">
+                <li class="hidden-xs">
                     <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-language"></i></a>
                     <ul class="dropdown-menu">
                         <li class="{$config['language']=='zh-cn'?'active':''}">
@@ -57,7 +57,7 @@
                             <a href="?ref=addtabs&lang=en">English</a>
                         </li>
                     </ul>
-                </li>-->
+                </li>
                 {/if}
 
                 <!-- 全屏按钮 -->

+ 1 - 1
application/extra/site.php

@@ -1,7 +1,7 @@
 <?php
 
 return array (
-  'name' => '约课app',
+  'name' => 'Elin Dance Studio',
   'beian' => '',
   'cdnurl' => '',
   'version' => '1.0.1',