Commit f12160c7d7a9d26a8dffd48fdca8b22da3fd14ae
1 parent
4cc0d358
1、计划调度值勤日报修改指令页面国际化
Showing
3 changed files
with
24 additions
and
6 deletions
src/main/resources/static/pages/scheduleApp/language/en.js
| @@ -171,6 +171,15 @@ var ScheduleApp_en_language = { | @@ -171,6 +171,15 @@ var ScheduleApp_en_language = { | ||
| 171 | "saSrule_js_line134_txt-1859" : "Error rules", | 171 | "saSrule_js_line134_txt-1859" : "Error rules", |
| 172 | "saSrule_js_line142_txt-711" : "Failed to obtain rule data!", | 172 | "saSrule_js_line142_txt-711" : "Failed to obtain rule data!", |
| 173 | 173 | ||
| 174 | + // 指令位置:../module/common/dts2/scheduleplan | ||
| 175 | + // 页面:saPlaninfoeditTemplate.html | ||
| 176 | + "saPlaninfoeditTemplate_line9_txt-3934" : "No", | ||
| 177 | + "saPlaninfoeditTemplate_line10_txt-2898" : "Departure time", | ||
| 178 | + "saPlaninfoeditTemplate_line11_txt-4009" : "Vehicles", | ||
| 179 | + "saPlaninfoeditTemplate_line12_txt-3568" : "Driver", | ||
| 180 | + "saPlaninfoeditTemplate_line13_txt-3567" : "Conductor", | ||
| 181 | + "saPlaninfoeditTemplate_line14_txt-3485" : "Parking lot", | ||
| 182 | + | ||
| 174 | //------------ 车辆信息管理模块 -----------// | 183 | //------------ 车辆信息管理模块 -----------// |
| 175 | // 模块位置:../module/basicInfo/busInfoManage | 184 | // 模块位置:../module/basicInfo/busInfoManage |
| 176 | 185 |
src/main/resources/static/pages/scheduleApp/language/zh.js
| @@ -171,6 +171,15 @@ var ScheduleApp_zh_language = { | @@ -171,6 +171,15 @@ var ScheduleApp_zh_language = { | ||
| 171 | "saSrule_js_line134_txt-1859" : "有错误的规则", | 171 | "saSrule_js_line134_txt-1859" : "有错误的规则", |
| 172 | "saSrule_js_line142_txt-711" : "获取规则数据失败!", | 172 | "saSrule_js_line142_txt-711" : "获取规则数据失败!", |
| 173 | 173 | ||
| 174 | + // 指令位置:../module/common/dts2/scheduleplan | ||
| 175 | + // 页面:saPlaninfoeditTemplate.html | ||
| 176 | + "saPlaninfoeditTemplate_line9_txt-3934" : "序号", | ||
| 177 | + "saPlaninfoeditTemplate_line10_txt-2898" : "发车时间", | ||
| 178 | + "saPlaninfoeditTemplate_line11_txt-4009" : "车辆", | ||
| 179 | + "saPlaninfoeditTemplate_line12_txt-3568" : "驾驶员", | ||
| 180 | + "saPlaninfoeditTemplate_line13_txt-3567" : "售票员", | ||
| 181 | + "saPlaninfoeditTemplate_line14_txt-3485" : "停车场", | ||
| 182 | + | ||
| 174 | //------------ 车辆信息管理模块 -----------// | 183 | //------------ 车辆信息管理模块 -----------// |
| 175 | // 模块位置:../module/basicInfo/busInfoManage | 184 | // 模块位置:../module/basicInfo/busInfoManage |
| 176 | 185 |
src/main/resources/static/pages/scheduleApp/module/common/dts2/scheduleplan/saPlaninfoeditTemplate.html
| @@ -6,12 +6,12 @@ | @@ -6,12 +6,12 @@ | ||
| 6 | <table class="fixTable table table-striped table-bordered table-hover table-checkable order-column"> | 6 | <table class="fixTable table table-striped table-bordered table-hover table-checkable order-column"> |
| 7 | <thead> | 7 | <thead> |
| 8 | <tr role="row" class="heading"> | 8 | <tr role="row" class="heading"> |
| 9 | - <th style="width: 50px;">$$$$$${txt-3934}</th> | ||
| 10 | - <th style="width: 60px;">$$$$$${txt-2898}</th> | ||
| 11 | - <th style="width: 70px;">$$$$$${txt-4009}</th> | ||
| 12 | - <th style="width: 70px;">$$$$$${txt-3568}</th> | ||
| 13 | - <th style="width: 70px;">$$$$$${txt-3567}</th> | ||
| 14 | - <th style="width: 100px;">$$$$$${txt-3485}</th> | 9 | + <th style="width: 50px;">{{"saPlaninfoeditTemplate_line9_txt-3934" | translate}}</th> |
| 10 | + <th style="width: 60px;">{{"saPlaninfoeditTemplate_line10_txt-2898" | translate}}</th> | ||
| 11 | + <th style="width: 70px;">{{"saPlaninfoeditTemplate_line11_txt-4009" | translate}}</th> | ||
| 12 | + <th style="width: 70px;">{{"saPlaninfoeditTemplate_line12_txt-3568" | translate}}</th> | ||
| 13 | + <th style="width: 70px;">{{"saPlaninfoeditTemplate_line13_txt-3567" | translate}}</th> | ||
| 14 | + <th style="width: 100px;">{{"saPlaninfoeditTemplate_line14_txt-3485" | translate}}</th> | ||
| 15 | </tr> | 15 | </tr> |
| 16 | </thead> | 16 | </thead> |
| 17 | <tbody> | 17 | <tbody> |