Browse Source

后台字段注释

lizhen_gitee 6 months ago
parent
commit
01e4a85cd5

+ 1 - 1
application/admin/lang/en/lessonpackage.php

@@ -22,7 +22,7 @@ return [
     'Gift_type 2'     => 'Private',
     'Gift_lesson_id'  => 'Choose Gift lesson',
     'Gift_sessions'   => 'Gift hours',
-    'Is_show'         => 'User booking?',
+    'Is_show'         => 'Show on APP?',
     'Is_show 1'       => 'YES',
     'Is_show 0'       => 'INTERNAL USE ONLY',
     'Weigh'           => 'Weigh',

+ 2 - 2
application/admin/lang/en/lessonslot.php

@@ -22,9 +22,9 @@ return [
     'Finishtime'      => 'Signed time',
     'Cancel_reason'   => 'Cancel reason',
     'Cancel_time'     => 'Cancel time',
-    'Is_show'       => 'show or not',
+    'Is_show'       => 'Show on APP?',
     'Is_show 1'     => 'show',
-    'Is_show 0'     => 'not show',
+    'Is_show 0'     => 'INTERNAL USE ONLY',
     'Coach.nickname'  => 'Coach nickname',
     'Lesson.name'     => 'Lesson name',
     'Lesson.name_en'  => 'Lesson name(en)'

+ 2 - 2
application/admin/lang/zh-cn/lessonpackage.php

@@ -22,8 +22,8 @@ return [
     'Gift_type 2'           => '私教课',
     'Gift_lesson_id'  => '选择赠送课程',
     'Gift_sessions'   => '赠送课时数量(小时)',
-    'Is_show'         => '客人可以预约?',
-    'Is_show 1'       => '可以',
+    'Is_show'         => 'APP显示?',
+    'Is_show 1'       => '显示',
     'Is_show 0'       => '仅内部',
     'Weigh'           => '排序',
     'Content'         => '配套介绍',

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

@@ -23,9 +23,9 @@ return [
     'Finishtime'             => '点名时间',
     'Cancel_reason'          => '取消原因',
     'Cancel_time'            => '取消时间',
-    'Is_show'                => '是否显示',
-    'Is_show 1'              => '上架',
-    'Is_show 0'              => '下架',
+    'Is_show'                => '客人可以预约?',
+    'Is_show 1'              => '可以',
+    'Is_show 0'              => '仅内部',
     'Danceroom_id'           => '舞蹈室id',
     'Coach.nickname'         => '教练昵称',
     'Lesson.name'            => '课程标题',