Commit fd8b2921adb928a98bc4f9294712dc6df85f9940

Authored by 徐烜
1 parent 4312d4fc

1、计划调度saFbgsgroup指令页面国际化

src/main/resources/static/pages/scheduleApp/language/en.js
@@ -180,6 +180,11 @@ var ScheduleApp_en_language = { @@ -180,6 +180,11 @@ var ScheduleApp_en_language = {
180 "saPlaninfoeditTemplate_line13_txt-3567" : "Conductor", 180 "saPlaninfoeditTemplate_line13_txt-3567" : "Conductor",
181 "saPlaninfoeditTemplate_line14_txt-3485" : "Parking lot", 181 "saPlaninfoeditTemplate_line14_txt-3485" : "Parking lot",
182 182
  183 + // 指令位置:../module/common/dts2/fbgsGroup
  184 + // 页面:saFbgsgroupTemplate.html
  185 + "saFbgsgroupTemplate_line47_txt-1191" : "Description of the shift format,[1] represents turn over sign,[0] represents rest skip",
  186 + "saFbgsgroupTemplate_line66_txt-655" : "The shifts that have been selected, total {{$length}}.",
  187 +
183 //------------ 车辆信息管理模块 -----------// 188 //------------ 车辆信息管理模块 -----------//
184 // 模块位置:../module/basicInfo/busInfoManage 189 // 模块位置:../module/basicInfo/busInfoManage
185 190
src/main/resources/static/pages/scheduleApp/language/zh.js
@@ -180,6 +180,11 @@ var ScheduleApp_zh_language = { @@ -180,6 +180,11 @@ var ScheduleApp_zh_language = {
180 "saPlaninfoeditTemplate_line13_txt-3567" : "售票员", 180 "saPlaninfoeditTemplate_line13_txt-3567" : "售票员",
181 "saPlaninfoeditTemplate_line14_txt-3485" : "停车场", 181 "saPlaninfoeditTemplate_line14_txt-3485" : "停车场",
182 182
  183 + // 指令位置:../module/common/dts2/fbgsGroup
  184 + // 页面:saFbgsgroupTemplate.html
  185 + "saFbgsgroupTemplate_line47_txt-1191" : "翻班格式描述,1代表翻路牌。0代表休息跳过",
  186 + "saFbgsgroupTemplate_line66_txt-655" : "已经选中的翻班,共{{length}}个,",
  187 +
183 //------------ 车辆信息管理模块 -----------// 188 //------------ 车辆信息管理模块 -----------//
184 // 模块位置:../module/basicInfo/busInfoManage 189 // 模块位置:../module/basicInfo/busInfoManage
185 190
src/main/resources/static/pages/scheduleApp/module/common/dts2/fbgsGroup/saFbgsgroupTemplate.html
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 <div class="col-md-12 fbgs-input"> 44 <div class="col-md-12 fbgs-input">
45 <div class="col-md-7" style="padding-right: 0px;"> 45 <div class="col-md-7" style="padding-right: 0px;">
46 <small> 46 <small>
47 - $$$$$${txt-1191} 47 + {{"saFbgsgroupTemplate_line47_txt-1191" | translate}}
48 </small> 48 </small>
49 </div> 49 </div>
50 </div> 50 </div>
@@ -62,9 +62,11 @@ @@ -62,9 +62,11 @@
62 </div> 62 </div>
63 <div class="col-md-12 fbgs-input"> 63 <div class="col-md-12 fbgs-input">
64 <div class="col-md-12"> 64 <div class="col-md-12">
65 - <small>  
66 - $$$$$${txt-655} 65 +
  66 + <small translate="saFbgsgroupTemplate_line66_txt-655"
  67 + translate-value-length="{{ $saFbgsgroupCtrl.$$dataSelected.length }}">
67 </small> 68 </small>
  69 +
68 </div> 70 </div>
69 </div> 71 </div>
70 <div class="col-md-12 fbgs-select-cont"> 72 <div class="col-md-12 fbgs-select-cont">
@@ -78,4 +80,4 @@ @@ -78,4 +80,4 @@
78 </div> 80 </div>
79 </div> 81 </div>
80 82
81 -</div>  
82 \ No newline at end of file 83 \ No newline at end of file
  84 +</div>