en.js
50.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
// angular-translate-loader-static-files 用的语言文件 配合angular-translate使用
// 英文资源
var ScheduleApp_en_language = {
// index.html
"index_html_line_299_txt-3495": "Loading",
// main.js
"main_js_line_82_txt-3966" : "Operation",
"main_js_line_83_txt-3958" : "Lack of vehicles",
"main_js_line_84_txt-3960" : "Climate",
"main_js_line_85_txt-3837" : "Accident",
"main_js_line_86_txt-3838" : "Dispute",
"main_js_line_87_txt-3876" : "Reduction",
"main_js_line_88_txt-4026" : "Vehicle allocation",
"main_js_line_89_txt-3840" : "Fault",
"main_js_line_90_txt-3961" : "Road obstruction",
"main_js_line_91_txt-3962" : "Few passengers",
"main_js_line_92_txt-3963" : "Slow hanging",
"main_js_line_93_txt-4197" : "Other",
"main_js_line_94_txt-4102" : "Maintenance",
"main_js_line_95_txt-3957" : "Lack of manpower",
"main_js_line_96_txt-3956" : "Foreign aid",
"main_js_line_99_txt-2790" : "Current version",
"main_js_line_100_txt-168" : "All Versions (To be Updated, Current, Historical)",
"main_js_line_301_txt-1805" : "Please Log in Again!",
"main_js_line_304_txt-2284" : "Status Code:",
"main_js_line_305_txt-2285" : "Access Path:",
"main_js_line_306_txt-2286" : "Error Message:",
"main_js_line_307_txt-1807" : "Server Error:",
"main_js_line_325_txt-695" : "It seems that the server cannot connect",
"main_js_line_327_txt-2284" : "Status Code:",
"main_js_line_330_txt-2325" : "Error Content:",
"main_js_line_332_txt-2325" : "Error Content:",
"main_js_line_336_txt-1807" : "Server Error:",
"main_js_line_338_txt-1838" : "Please Log in Again:",
"main_js_line_340_txt-2333" : "Other Errors:",
"main_js_line_383_txt-1149" : "Subpages Loaded:",
//------------ 自定义指令 --------------//
// 指令位置:../module/common/dts2/queryOption
// 页面:saOrderOptionTemplate.html
"queryOption_saOrderOptionTemplate_line93_txt-4157" : "Ascending order",
"queryOption_saOrderOptionTemplate_line94_txt-4156" : "Descending order",
// 指令位置:../module/common/dts1/select
// js:saSelect5.js
"saSelect5_js_line375_txt-1275" : "Dictionary data is not available=",
//------------ 车辆信息管理模块 -----------//
// 模块位置:../module/basicInfo/busInfoManage
// 页面;index.html
// line3
"busInfoManage_index_page-title" : "vehicle information management",
// line9
"busInfoManage_index_breadcrumb-title-1" : "Home page",
// line13
"busInfoManage_index_breadcrumb-title-2" : "Basic information",
// line17
"busInfoManage_index_breadcrumb-title-3" : "vehicle information management",
// line36
"busInfoManage_index_caption-title" : "Vehicle information table",
// line47
"busInfoManage_index_tool-title" : "Data tool",
// line60
"busInfoManage_index_tool-action-2" : "Export to excel",
// 页面:orderOptionOpen.html
"busInfoManage_orderOptionOpen_page_line5_txt-1682" : "Sort field selection",
"busInfoManage_orderOptionOpen_page_line17_txt-4018" : "Yes",
// 页面:list.html
"busInfoManage_list_page_line7_txt-3934" : "Serial number",
"busInfoManage_list_page_line8_txt-2479" : "Vehicle number",
"busInfoManage_list_page_line9_txt-2597" : "Internal number",
"busInfoManage_list_page_line10_txt-3094" : "Equipment number",
"busInfoManage_list_page_line11_txt-3704" : "license number",
"busInfoManage_list_page_line12_txt-3096" : "Company",
"busInfoManage_list_page_line13_txt-2188" : "Branch",
"busInfoManage_list_page_line14_txt-4087" : "Tram",
"busInfoManage_list_page_line15_txt-3874" : "Status",
"busInfoManage_list_page_line16_txt-3942" : "Operation",
"busInfoManage_list_page_line21_txt-1775" : "Enter vehicle number",
"busInfoManage_list_page_line24_txt-1773" : "Enter internal number",
"busInfoManage_list_page_line27_txt-1774" : "Enter equipment number",
"busInfoManage_list_page_line30_txt-2265" : "Warranty description:",
"busInfoManage_list_page_line41_txt-3364" : "Please enter pinyin",
"busInfoManage_list_page_line56_txt-3364" : "Please enter pinyin",
"busInfoManage_list_page_line67_txt-4162" : "Scrapped",
"busInfoManage_list_page_line74_txt-4001" : "Search",
"busInfoManage_list_page_line84_txt-3385" : "Sorting options",
"busInfoManage_list_page_line92_txt-4000" : "Reset",
"busInfoManage_list_page_line104_txt-3757" : "Company/Vehicle code",
"busInfoManage_list_page_line131_txt-4058" : "Unknown",
"busInfoManage_list_page_line134_txt-4058" : "Unknown",
"busInfoManage_list_page_line139_txt-3866" : "Details",
"busInfoManage_list_page_line140_txt-4028" : "Modify",
"busInfoManage_list_page_line142_txt-677" : "Do you want to delete vehicle information?",
"busInfoManage_list_page_line142_txt-2297" : "Internal code:",
"busInfoManage_list_page_line142_txt-41" : "If there is vehicle configuration information associated, an error will be reported. It is recommended not to delete it casually!",
"busInfoManage_list_page_line142_txt-4257" : "Yes",
"busInfoManage_list_page_line142_txt-3817" : "Cancel",
"busInfoManage_list_page_line144_txt-3868" : "Delete",
"busInfoManage_list_page_line156_txt-3053" : "Showing {{from}} to {{to}} of {{total}}entries.10 entries per page",
"busInfoManage_list_page_line169_txt-4430" : "First",
"busInfoManage_list_page_line170_txt-3613" : "Previous",
"busInfoManage_list_page_line171_txt-3614" : "Next",
"busInfoManage_list_page_line172_txt-4068" : "Last",
// 页面:detail.html
"busInfoManage_detail_page_line3_txt-1656" : "vehicle details",
"busInfoManage_detail_page_line9_txt-3807" : "Home page",
"busInfoManage_detail_page_line13_txt-2398" : "Basic information",
"busInfoManage_detail_page_line17_txt-1659" : "vehicle information management",
"busInfoManage_detail_page_line21_txt-1656" : "vehicle details",
"busInfoManage_detail_page_line44_txt-2597" : "Internal number",
"busInfoManage_detail_page_line52_txt-2686" : "Company",
"busInfoManage_detail_page_line60_txt-3219" : "branch:",
"busInfoManage_detail_page_line68_txt-2498" : "Vehicle Code",
"busInfoManage_detail_page_line76_txt-3704" : "license number",
"busInfoManage_detail_page_line84_txt-1770" : "equipment supplier",
"busInfoManage_detail_page_line87_txt-4058" : "Unknown",
"busInfoManage_detail_page_line92_txt-3697" : "terminal number",
"busInfoManage_detail_page_line100_txt-2262" : "vehicle type:",
"busInfoManage_detail_page_line106_txt-2256" : "technical speed:",
"busInfoManage_detail_page_line112_txt-3200" : "number of seats:",
"busInfoManage_detail_page_line118_txt-2243" : "passenger capacity:",
"busInfoManage_detail_page_line124_txt-3226" : "Standard fuel consumption(air-conditioner on):",
"busInfoManage_detail_page_line130_txt-4394" : "Standard fuel consumption(air-conditioner off):",
"busInfoManage_detail_page_line136_txt-3229" : "Scrap number:",
"busInfoManage_detail_page_line144_txt-2264" : "Scrap date:",
"busInfoManage_detail_page_line152_txt-3225" : "Brand model",
"busInfoManage_detail_page_line158_txt-3225" : "Brand model",
"busInfoManage_detail_page_line164_txt-1220" : "Vehicle grade standard:",
"busInfoManage_detail_page_line170_txt-1219" : "Factory emission standard:",
"busInfoManage_detail_page_line176_txt-2261" : "Engine number",
"busInfoManage_detail_page_line182_txt-2261" : "Engine number",
"busInfoManage_detail_page_line188_txt-3224" : "Frame number",
"busInfoManage_detail_page_line194_txt-3224" : "Frame number",
"busInfoManage_detail_page_line201_txt-2252" : "Activation date:",
"busInfoManage_detail_page_line209_txt-2251" : "Cancellation date:",
"busInfoManage_detail_page_line218_txt-1768" : "Is it an air-conditioned vehicle:",
"busInfoManage_detail_page_line225_txt-1762" : "Is there any ticket seller?",
"busInfoManage_detail_page_line232_txt-3207" : "Service screen:",
"busInfoManage_detail_page_line239_txt-3700" : "Is there an LED service screen?",
"busInfoManage_detail_page_line246_txt-2263" : "Vehicle type:",
"busInfoManage_detail_page_line249_txt-4058" : "Unknown",
"busInfoManage_detail_page_line254_txt-1769" : "Is it a motor vehicle:",
"busInfoManage_detail_page_line257_txt-4058" : "Unknown",
"busInfoManage_detail_page_line262_txt-1860" : "Operation status:",
"busInfoManage_detail_page_line265_txt-4058" : "Unknown",
"busInfoManage_detail_page_line270_txt-2245" : "Modification time:",
"busInfoManage_detail_page_line279_txt-2248" : "Is it a tram:",
"busInfoManage_detail_page_line286_txt-1218" : "Is it a hybrid tram:",
"busInfoManage_detail_page_line293_txt-1217" : "Is it a hydrogen energy vehicle:",
"busInfoManage_detail_page_line301_txt-3449" : "Remarks:",
// 页面:edit.html
"busInfoManage_edit_page_line3_txt-1644" : "Modify vehicle information",
"busInfoManage_edit_page_line9_txt-3807" : "Home page",
"busInfoManage_edit_page_line13_txt-2398" : "Basic information",
"busInfoManage_edit_page_line17_txt-1659" : "vehicle information management",
"busInfoManage_edit_page_line21_txt-1644" : "Modify vehicle information",
"busInfoManage_edit_page_line29_txt-3849" : "Form",
"busInfoManage_edit_page_line44_txt-2597" : "Internal number",
"busInfoManage_edit_page_line52_txt-706" : "Please enter the vehicle internal code",
"busInfoManage_edit_page_line56_txt-917" : "Internal number must be filled in",
"busInfoManage_edit_page_line59_txt-504" : "The internal number cannot exceed 20 characters.",
"busInfoManage_edit_page_line67_txt-2686" : "Company",
"busInfoManage_edit_page_line77_txt-973" : "Please select the company", //*
"busInfoManage_edit_page_line86_txt-1792" : "Company must be selected",
"busInfoManage_edit_page_line91_txt-3777" : "Branch company",
"busInfoManage_edit_page_line101_txt-973" : "Please select the branch",
"busInfoManage_edit_page_line110_txt-923" : "Branch must also be selected",
"busInfoManage_edit_page_line115_txt-2498" : "Vehicle Code",
"busInfoManage_edit_page_line119_txt-1265" : "Please enter the vehicle code",
"busInfoManage_edit_page_line127_txt-927" : "Vehicle code must be filled in",
"busInfoManage_edit_page_line135_txt-3704" : "license number",
"busInfoManage_edit_page_line139_txt-1840" : "Please enter the license number",
"busInfoManage_edit_page_line147_txt-1228" : "License number must be filled in",
"busInfoManage_edit_page_line155_txt-1770" : "equipment supplier",
"busInfoManage_edit_page_line165_txt-1288" : "Please select the equipment manufacturer",
"busInfoManage_edit_page_line172_txt-499" : "Equipment supplier must be selected",
"busInfoManage_edit_page_line177_txt-3697" : "terminal number",
"busInfoManage_edit_page_line181_txt-960" : "Please enter the equipment terminal number",
"busInfoManage_edit_page_line189_txt-686" : "Equipment terminal number must be filled in",
"busInfoManage_edit_page_line197_txt-2262" : "vehicle type:",
"busInfoManage_edit_page_line200_txt-1269" : "Please enter the vehicle type",
"busInfoManage_edit_page_line204_txt-2256" : "technical speed:",
"busInfoManage_edit_page_line207_txt-1267" : "Please enter the technical speed",
"busInfoManage_edit_page_line211_txt-3200" : "number of seats:",
"busInfoManage_edit_page_line214_txt-1841" : "Please enter the number of seats",
"busInfoManage_edit_page_line218_txt-2243" : "passenger capacity:",
"busInfoManage_edit_page_line221_txt-1266" : "Please enter the passenger capacity standard",
"busInfoManage_edit_page_line225_txt-3226" : "Standard fuel consumption(air-conditioner on):",
"busInfoManage_edit_page_line228_txt-1272" : "Please enter the standard fuel consumption(air-conditioner on)",
"busInfoManage_edit_page_line232_txt-4394" : "Standard fuel consumption(air-conditioner off):",
"busInfoManage_edit_page_line235_txt-4331" : "Please enter the standard fuel consumption(air-conditioner off)",
"busInfoManage_edit_page_line239_txt-2249" : "Is it scrapped:",
"busInfoManage_edit_page_line246_txt-3229" : "Scrap number:",
"busInfoManage_edit_page_line249_txt-1842" : "Please enter the scrap number",
"busInfoManage_edit_page_line254_txt-2264" : "Scrap date:",
"busInfoManage_edit_page_line258_txt-1282" : "Please select the scrap date",
"busInfoManage_edit_page_line271_txt-3225" : "Brand model",
"busInfoManage_edit_page_line274_txt-1271" : "Please enter the brand model",
"busInfoManage_edit_page_line278_txt-3225" : "Brand model",
"busInfoManage_edit_page_line281_txt-1271" : "Please enter the brand model",
"busInfoManage_edit_page_line285_txt-1220" : "Vehicle grade standard:",
"busInfoManage_edit_page_line288_txt-707" : "Please enter the vehicle grade standard",
"busInfoManage_edit_page_line292_txt-1219" : "Factory emission standard:",
"busInfoManage_edit_page_line295_txt-705" : "Please enter the exit emission standard",
"busInfoManage_edit_page_line299_txt-2261" : "Engine number",
"busInfoManage_edit_page_line302_txt-961" : "Please enter the engine number",
"busInfoManage_edit_page_line306_txt-2261" : "Engine number",
"busInfoManage_edit_page_line309_txt-961" : "Please enter the engine number",
"busInfoManage_edit_page_line313_txt-3224" : "Frame number",
"busInfoManage_edit_page_line316_txt-1270" : "Please enter the frame number",
"busInfoManage_edit_page_line320_txt-3224" : "Frame number",
"busInfoManage_edit_page_line323_txt-1270" : "Please enter the frame number",
"busInfoManage_edit_page_line327_txt-2252" : "Activation date:",
"busInfoManage_edit_page_line331_txt-1284" : "Please select the activation date",
"busInfoManage_edit_page_line344_txt-2251" : "Cancellation date:",
"busInfoManage_edit_page_line348_txt-1285" : "Please select the cancellation date",
"busInfoManage_edit_page_line362_txt-1768" : "Is it an air-conditioned vehicle:",
"busInfoManage_edit_page_line369_txt-1762" : "Is there any ticket seller?",
"busInfoManage_edit_page_line376_txt-3207" : "Service screen:",
"busInfoManage_edit_page_line383_txt-3700" : "Is there an LED service screen?",
"busInfoManage_edit_page_line390_txt-2263" : "Vehicle type:",
"busInfoManage_edit_page_line400_txt-1289" : "Please select the vehicle type",
"busInfoManage_edit_page_line408_txt-1769" : "Is it a motor vehicle:",
"busInfoManage_edit_page_line418_txt-974" : "Please select the motor vehicle type",
"busInfoManage_edit_page_line426_txt-1860" : "Operation status:",
"busInfoManage_edit_page_line436_txt-1287" : "Please select the operating status",
"busInfoManage_edit_page_line444_txt-2248" : "Is it a tram:",
"busInfoManage_edit_page_line451_txt-1218" : "Is it a hybrid tram:",
"busInfoManage_edit_page_line458_txt-1217" : "Is it a hydrogen energy vehicle:",
"busInfoManage_edit_page_line465_txt-3449" : "Remarks:",
"busInfoManage_edit_page_line480_txt-4173" : "Submit",
"busInfoManage_edit_page_line481_txt-3817" : "Cancel",
// 页面:form.html
"busInfoManage_form_page_line3_txt-1649" : "Add vehicle information",
"busInfoManage_form_page_line9_txt-3807" : "Home page",
"busInfoManage_form_page_line13_txt-2398" : "Basic information",
"busInfoManage_form_page_line17_txt-1659" : "vehicle information management",
"busInfoManage_form_page_line21_txt-1649" : "Add vehicle information",
"busInfoManage_form_page_line29_txt-3849" : "Form",
"busInfoManage_form_page_line44_txt-2597" : "Internal number",
"busInfoManage_form_page_line52_txt-706" : "Please enter the vehicle internal code",
"busInfoManage_form_page_line56_txt-917" : "Internal number must be filled in",
"busInfoManage_form_page_line59_txt-504" : "The internal number cannot exceed 20 characters.",
"busInfoManage_form_page_line67_txt-2686" : "Company",
"busInfoManage_form_page_line77_txt-973" : "Please select the company", //*
"busInfoManage_form_page_line86_txt-1792" : "Company must be selected",
"busInfoManage_form_page_line91_txt-3777" : "Branch company",
"busInfoManage_form_page_line101_txt-973" : "Please select the branch",
"busInfoManage_form_page_line110_txt-923" : "Branch must also be selected",
"busInfoManage_form_page_line115_txt-2498" : "Vehicle Code",
"busInfoManage_form_page_line119_txt-1265" : "Please enter the vehicle code",
"busInfoManage_form_page_line127_txt-927" : "Vehicle code must be filled in",
"busInfoManage_form_page_line135_txt-3704" : "license number",
"busInfoManage_form_page_line139_txt-1840" : "Please enter the license number",
"busInfoManage_form_page_line147_txt-1228" : "License number must be filled in",
"busInfoManage_form_page_line155_txt-1770" : "equipment supplier",
"busInfoManage_form_page_line165_txt-1288" : "Please select the equipment manufacturer",
"busInfoManage_form_page_line172_txt-499" : "Equipment supplier must be selected",
"busInfoManage_form_page_line177_txt-3697" : "terminal number",
"busInfoManage_form_page_line181_txt-960" : "Please enter the equipment terminal number",
"busInfoManage_form_page_line189_txt-686" : "Equipment terminal number must be filled in",
"busInfoManage_form_page_line197_txt-2262" : "vehicle type:",
"busInfoManage_form_page_line200_txt-1269" : "Please enter the vehicle type",
"busInfoManage_form_page_line204_txt-2256" : "technical speed:",
"busInfoManage_form_page_line207_txt-1267" : "Please enter the technical speed",
"busInfoManage_form_page_line211_txt-3200" : "number of seats:",
"busInfoManage_form_page_line214_txt-1841" : "Please enter the number of seats",
"busInfoManage_form_page_line218_txt-2243" : "passenger capacity:",
"busInfoManage_form_page_line221_txt-1266" : "Please enter the passenger capacity standard",
"busInfoManage_form_page_line225_txt-3226" : "Standard fuel consumption(air-conditioner on):",
"busInfoManage_form_page_line228_txt-1272" : "Please enter the standard fuel consumption(air-conditioner on)",
"busInfoManage_form_page_line232_txt-4394" : "Standard fuel consumption(air-conditioner off):",
"busInfoManage_form_page_line235_txt-4331" : "Please enter the standard fuel consumption(air-conditioner off)",
"busInfoManage_form_page_line264_txt-3225" : "Brand model",
"busInfoManage_form_page_line267_txt-1271" : "Please enter the brand model",
"busInfoManage_form_page_line271_txt-3225" : "Brand model",
"busInfoManage_form_page_line274_txt-1271" : "Please enter the brand model",
"busInfoManage_form_page_line278_txt-1220" : "Vehicle grade standard:",
"busInfoManage_form_page_line281_txt-707" : "Please enter the vehicle grade standard",
"busInfoManage_form_page_line285_txt-1219" : "Factory emission standard:",
"busInfoManage_form_page_line288_txt-705" : "Please enter the exit emission standard",
"busInfoManage_form_page_line292_txt-2261" : "Engine number",
"busInfoManage_form_page_line295_txt-961" : "Please enter the engine number",
"busInfoManage_form_page_line299_txt-2261" : "Engine number",
"busInfoManage_form_page_line302_txt-961" : "Please enter the engine number",
"busInfoManage_form_page_line306_txt-3224" : "Frame number",
"busInfoManage_form_page_line309_txt-1270" : "Please enter the frame number",
"busInfoManage_form_page_line313_txt-3224" : "Frame number",
"busInfoManage_form_page_line316_txt-1270" : "Please enter the frame number",
"busInfoManage_form_page_line320_txt-2252" : "Activation date:",
"busInfoManage_form_page_line324_txt-1284" : "Please select the activation date",
"busInfoManage_form_page_line337_txt-2251" : "Cancellation date:",
"busInfoManage_form_page_line341_txt-1285" : "Please select the cancellation date",
"busInfoManage_form_page_line355_txt-1768" : "Is it an air-conditioned vehicle:",
"busInfoManage_form_page_line362_txt-1762" : "Is there any ticket seller?",
"busInfoManage_form_page_line369_txt-3207" : "Service screen:",
"busInfoManage_form_page_line376_txt-3700" : "Is there an LED service screen?",
"busInfoManage_form_page_line383_txt-2263" : "Vehicle type:",
"busInfoManage_form_page_line393_txt-1289" : "Please select the vehicle type",
"busInfoManage_form_page_line401_txt-1769" : "Is it a motor vehicle:",
"busInfoManage_form_page_line411_txt-974" : "Please select the motor vehicle type",
"busInfoManage_form_page_line419_txt-1860" : "Operation status:",
"busInfoManage_form_page_line429_txt-1287" : "Please select the operating status",
"busInfoManage_form_page_line437_txt-2248" : "Is it a tram:",
"busInfoManage_form_page_line444_txt-1218" : "Is it a hybrid tram:",
"busInfoManage_form_page_line451_txt-1217" : "Is it a hydrogen energy vehicle:",
"busInfoManage_form_page_line458_txt-3449" : "Remarks:",
"busInfoManage_form_page_line473_txt-4173" : "Submit",
"busInfoManage_form_page_line474_txt-3817" : "Cancel",
// module.js
"busInfoManage_module_js_line31_txt-2479" : "Vehicle number",
"busInfoManage_module_js_line33_txt-3764" : "Self-numbering",
"busInfoManage_module_js_line34_txt-3094" : "Equipment number",
"busInfoManage_module_js_line35_txt-3704" : "license number",
"busInfoManage_module_js_line36_txt-3096" : "Company",
"busInfoManage_module_js_line37_txt-2188" : "Branch",
"busInfoManage_module_js_line38_txt-3281" : "Electric car or not",
"busInfoManage_module_js_line39_txt-3125" : "Is it scrapped",
"busInfoManage_module_js_line40_txt-3124" : "Update time",
"busInfoManage_module_js_line206_txt-1617" : "vehicle basic information",
"busInfoManage_module_js_line302_txt-3729" : "Failed:",
"busInfoManage_module_js_line434_txt-4009" : "Vehicles",
"busInfoManage_module_js_line434_txt-3066" : "Details",
//------------ 人员信息管理模块 -----------//
// 模块位置:../module/basicInfo/employeeInfoManage
// 页面;index.html
"employeeInfoManage_index_page_line3_txt-1658" : "Personnel information management",
"employeeInfoManage_index_page_line9_txt-3807" : "Home page",
"employeeInfoManage_index_page_line13_txt-2398" : "Basic information",
"employeeInfoManage_index_page_line17_txt-1658" : "Personnel information management",
"employeeInfoManage_index_page_line36_txt-2234" : "Personnel information table",
"employeeInfoManage_index_page_line41_txt-1648" : "Add personnel information",
"employeeInfoManage_index_page_line47_txt-3339" : "Data tool",
"employeeInfoManage_index_page_line54_txt-4493" : "Export to excel",
// 页面:orderOptionOpen.html
"employeeInfoManage_orderOptionOpen_page_line5_txt-1682" : "Sort field selection",
"employeeInfoManage_orderOptionOpen_page_line17_txt-4018" : "Yes",
// 页面:list.html
"employeeInfoManage_list_page_line7_txt-3934" : "Serial number",
"employeeInfoManage_list_page_line8_txt-3949" : "Name",
"employeeInfoManage_list_page_line9_txt-3955" : "No.",
"employeeInfoManage_list_page_line10_txt-3940" : "Employee number",
"employeeInfoManage_list_page_line11_txt-3095" : "Kingdee employee number",
"employeeInfoManage_list_page_line12_txt-4086" : "Gender",
"employeeInfoManage_list_page_line13_txt-3096" : "Company",
"employeeInfoManage_list_page_line14_txt-3777" : "Branch company",
"employeeInfoManage_list_page_line15_txt-4093" : "Occupation type",
"employeeInfoManage_list_page_line16_txt-4085" : "Deactivate",
"employeeInfoManage_list_page_line17_txt-3942" : "Operation",
"employeeInfoManage_list_page_line23_txt-3231" : "Enter name",
"employeeInfoManage_list_page_line26_txt-3233" : "Enter number",
"employeeInfoManage_list_page_line29_txt-3232" : "Enter employee number",
"employeeInfoManage_list_page_line32_txt-3232" : "Enter employee number",
"employeeInfoManage_list_page_line45_txt-3364" : "Please enter pinyin",
"employeeInfoManage_list_page_line60_txt-3364" : "Please enter pinyin",
"employeeInfoManage_list_page_line75_txt-3364" : "Please enter pinyin",
"employeeInfoManage_list_page_line82_txt-4085" : "Deactivate",
"employeeInfoManage_list_page_line89_txt-4001" : "Search",
"employeeInfoManage_list_page_line99_txt-3385" : "Sorting options",
"employeeInfoManage_list_page_line107_txt-4000" : "Reset",
"employeeInfoManage_list_page_line120_txt-4426" : "Name/Job-code:",
"employeeInfoManage_list_page_line142_txt-4058" : "Unknown",
"employeeInfoManage_list_page_line163_txt-4058" : "Unknown",
"employeeInfoManage_list_page_line171_txt-3866" : "Details",
"employeeInfoManage_list_page_line172_txt-4028" : "Modify",
"employeeInfoManage_list_page_line174_txt-675" : "Do you want to delete personnel information?",
"employeeInfoManage_list_page_line175_txt-3719" : "Name:",
"employeeInfoManage_list_page_line175_txt-3761" : "Employee number:",
"employeeInfoManage_list_page_line175_txt-40" : "If there is personnel configuration information associated, an error will be reported. It is recommended not to delete it casually!",
"employeeInfoManage_list_page_line177_txt-4257" : "Yes",
"employeeInfoManage_list_page_line178_txt-3817" : "Cancel",
"employeeInfoManage_list_page_line180_txt-3868" : "Delete",
"employeeInfoManage_list_page_line189_txt-3053" : "Showing {{from}} to {{to}} of {{total}}entries.10 entries per page",
"employeeInfoManage_list_page_line202_txt-4430" : "First",
"employeeInfoManage_list_page_line203_txt-3613" : "Previous",
"employeeInfoManage_list_page_line204_txt-3614" : "Next",
"employeeInfoManage_list_page_line205_txt-4068" : "Last",
// 页面:detail.html
"employeeInfoManage_detail_page_line3_txt-1650" : "Personnel details",
"employeeInfoManage_detail_page_line9_txt-3807" : "Home page",
"employeeInfoManage_detail_page_line13_txt-2398" : "Basic information",
"employeeInfoManage_detail_page_line17_txt-1658" : "Personnel information management",
"employeeInfoManage_detail_page_line21_txt-1650" : "Personnel details",
"employeeInfoManage_detail_page_line38_txt-2686" : "Company",
"employeeInfoManage_detail_page_line45_txt-1765" : "Affiliated branch:",
"employeeInfoManage_detail_page_line52_txt-3955" : "No.",
"employeeInfoManage_detail_page_line59_txt-3949" : "Name",
"employeeInfoManage_detail_page_line66_txt-902" : "Operation service certificate number:",
"employeeInfoManage_detail_page_line73_txt-903" : "One-card work card number:",
"employeeInfoManage_detail_page_line80_txt-3698" : "Gender:",
"employeeInfoManage_detail_page_line86_txt-3703" : "Occupation type:",
"employeeInfoManage_detail_page_line89_txt-4058" : "Unknown",
// 页面:edit.html
"employeeInfoManage_edit_page_line3_txt-1643" : "Modify personnel information",
"employeeInfoManage_edit_page_line9_txt-3807" : "Home page",
"employeeInfoManage_edit_page_line13_txt-2398" : "Basic information",
"employeeInfoManage_edit_page_line17_txt-1658" : "Personnel information management",
"employeeInfoManage_edit_page_line21_txt-1643" : "Modify personnel information",
"employeeInfoManage_edit_page_line29_txt-3849" : "Form",
"employeeInfoManage_edit_page_line37_txt-2686" : "Company",
"employeeInfoManage_edit_page_line47_txt-973" : "Please select the company",
"employeeInfoManage_edit_page_line55_txt-1792" : "Company must be selected",
"employeeInfoManage_edit_page_line60_txt-3777" : "Branch company",
"employeeInfoManage_edit_page_line70_txt-973" : "Please select the branch",
"employeeInfoManage_edit_page_line79_txt-923" : "Branch must also be selected",
"employeeInfoManage_edit_page_line84_txt-3940" : "Employee number",
"employeeInfoManage_edit_page_line88_txt-2346" : "Please enter employee number",
"employeeInfoManage_edit_page_line95_txt-1793" : "Employee number must be filled in",
"employeeInfoManage_edit_page_line103_txt-3949" : "Name",
"employeeInfoManage_edit_page_line107_txt-2345" : "Please enter name",
"employeeInfoManage_edit_page_line111_txt-1787" : "Name must be filled in",
"employeeInfoManage_edit_page_line116_txt-902" : "Operation service certificate number:",
"employeeInfoManage_edit_page_line119_txt-516" : "Please enter the operation service certificate number",
"employeeInfoManage_edit_page_line124_txt-2244" : "One-card number:",
"employeeInfoManage_edit_page_line127_txt-517" : "Please enter your work card number",
"employeeInfoManage_edit_page_line132_txt-3698" : "Gender:",
"employeeInfoManage_edit_page_line139_txt-3703" : "Occupation type:",
"employeeInfoManage_edit_page_line149_txt-3364" : "Please enter pinyin",
"employeeInfoManage_edit_page_line157_txt-3449" : "Remarks:",
"employeeInfoManage_edit_page_line174_txt-4173" : "Submit",
"employeeInfoManage_edit_page_line175_txt-3817" : "Cancel",
// 页面:form.html
"employeeInfoManage_form_page_line3_txt-1648" : "Add personnel information",
"employeeInfoManage_form_page_line9_txt-3807" : "Home page",
"employeeInfoManage_form_page_line13_txt-2398" : "Basic information",
"employeeInfoManage_form_page_line17_txt-1658" : "Personnel information management",
"employeeInfoManage_form_page_line21_txt-1648" : "Add personnel information",
"employeeInfoManage_form_page_line29_txt-3849" : "Form",
"employeeInfoManage_form_page_line37_txt-2686" : "Company",
"employeeInfoManage_form_page_line47_txt-973" : "Please select the company",
"employeeInfoManage_form_page_line55_txt-1792" : "Company must be selected",
"employeeInfoManage_form_page_line60_txt-3777" : "Branch company",
"employeeInfoManage_form_page_line70_txt-973" : "Please select the branch",
"employeeInfoManage_form_page_line79_txt-923" : "Branch must also be selected",
"employeeInfoManage_form_page_line84_txt-3940" : "Employee number",
"employeeInfoManage_form_page_line88_txt-2346" : "Please enter employee number",
"employeeInfoManage_form_page_line95_txt-1793" : "Employee number must be filled in",
"employeeInfoManage_form_page_line103_txt-3949" : "Name",
"employeeInfoManage_form_page_line107_txt-2345" : "Please enter name",
"employeeInfoManage_form_page_line111_txt-1787" : "Name must be filled in",
"employeeInfoManage_form_page_line116_txt-902" : "Operation service certificate number:",
"employeeInfoManage_form_page_line119_txt-516" : "Please enter the operation service certificate number",
"employeeInfoManage_form_page_line124_txt-2244" : "One-card number:",
"employeeInfoManage_form_page_line127_txt-517" : "Please enter your work card number",
"employeeInfoManage_form_page_line132_txt-3698" : "Gender:",
"employeeInfoManage_form_page_line139_txt-3703" : "Occupation type:",
"employeeInfoManage_form_page_line149_txt-3364" : "Please enter pinyin",
"employeeInfoManage_form_page_line157_txt-3449" : "Remarks:",
"employeeInfoManage_form_page_line174_txt-4173" : "Submit",
"employeeInfoManage_form_page_line175_txt-3817" : "Cancel",
// module.js
"employeeInfoManage_module_js_line33_txt-3949" : "Name",
"employeeInfoManage_module_js_line34_txt-3940" : "Worker number",
"employeeInfoManage_module_js_line35_txt-4086" : "Gender",
"employeeInfoManage_module_js_line36_txt-3096" : "Company",
"employeeInfoManage_module_js_line37_txt-3777" : "Branch company",
"employeeInfoManage_module_js_line38_txt-4093" : "Occupation type",
"employeeInfoManage_module_js_line182_txt-1614" : "Basic information of personnel",
"employeeInfoManage_module_js_line286_txt-3729" : "Failed:",
"employeeInfoManage_module_js_line411_txt-4081" : "Employee",
"employeeInfoManage_module_js_line413_txt-3066" : "Details",
//------------ 车辆设备信息管理模块 -----------//
// 模块位置:../module/basicInfo/deviceInfoManage
// 页面;index.html
"deviceInfoManage_index_page_line3_txt-848" : "Vehicle equipment information management",
"deviceInfoManage_index_page_line9_txt-3807" : "Home page",
"deviceInfoManage_index_page_line13_txt-2398" : "Basic information",
"deviceInfoManage_index_page_line17_txt-848" : "Vehicle equipment information management",
"deviceInfoManage_index_page_line27_txt-2233" : "Equipment information table",
"deviceInfoManage_index_page_line32_txt-1791" : "Add equipment information",
// 页面:orderOptionOpen.html
"deviceInfoManage_orderOptionOpen_page_line5_txt-1682" : "Sort field selection",
"deviceInfoManage_orderOptionOpen_page_line17_txt-4018" : "Yes",
// 页面:list.html
"deviceInfoManage_list_page_line17_txt-3934" : "Serial number",
"deviceInfoManage_list_page_line18_txt-3347" : "Route name",
"deviceInfoManage_list_page_line19_txt-2597" : "Internal number",
"deviceInfoManage_list_page_line20_txt-3211" : "Activation date",
"deviceInfoManage_list_page_line21_txt-2185" : "Old equipment number",
"deviceInfoManage_list_page_line22_txt-2184" : "New equipment number",
"deviceInfoManage_list_page_line23_txt-4389" : "Operator/Operation time",
"deviceInfoManage_list_page_line24_txt-3874" : "Status",
"deviceInfoManage_list_page_line25_txt-3942" : "Operation",
"deviceInfoManage_list_page_line38_txt-3364" : "Please enter pinyin",
"deviceInfoManage_list_page_line44_txt-1773" : "Enter internal number",
"deviceInfoManage_list_page_line52_txt-4162" : "Scrapped",
"deviceInfoManage_list_page_line59_txt-4001" : "Search",
"deviceInfoManage_list_page_line69_txt-3385" : "Sorting options",
"deviceInfoManage_list_page_line77_txt-4000" : "Reset",
"deviceInfoManage_list_page_line122_txt-4058" : "Unknown",
"deviceInfoManage_list_page_line127_txt-3866" : "Details",
"deviceInfoManage_list_page_line144_txt-3053" : "Showing {{from}} to {{to}} of {{total}}entries.10 entries per page",
"deviceInfoManage_list_page_line157_txt-4430" : "First",
"deviceInfoManage_list_page_line158_txt-3613" : "Previous",
"deviceInfoManage_list_page_line159_txt-3614" : "Next",
"deviceInfoManage_list_page_line160_txt-4068" : "Last",
// 页面:detail.html
"deviceInfoManage_detail_page_line3_txt-847" : "Vehicle equipment details",
"deviceInfoManage_detail_page_line9_txt-3807" : "Home page",
"deviceInfoManage_detail_page_line13_txt-2398" : "Basic information",
"deviceInfoManage_detail_page_line17_txt-848" : "Vehicle equipment information management",
"deviceInfoManage_detail_page_line21_txt-847" : "Vehicle equipment details",
"deviceInfoManage_detail_page_line38_txt-1476" : "Vehicle internal number",
"deviceInfoManage_detail_page_line45_txt-3347" : "Route name",
"deviceInfoManage_detail_page_line52_txt-3216" : "Old terminal number",
"deviceInfoManage_detail_page_line59_txt-3201" : "New terminal number",
"deviceInfoManage_detail_page_line67_txt-4422" : "Old SIM card number:",
"deviceInfoManage_detail_page_line74_txt-3701" : "New SIM card number:",
"deviceInfoManage_detail_page_line82_txt-2258" : "Fault description:",
"deviceInfoManage_detail_page_line90_txt-4403" : "Description:",
"deviceInfoManage_detail_page_line98_txt-3211" : "Activation date",
// 页面:edit.html
"deviceInfoManage_edit_page_line3_txt-836" : "Modify vehicle equipment information",
"deviceInfoManage_edit_page_line9_txt-3807" : "Home page",
"deviceInfoManage_edit_page_line13_txt-2398" : "Basic information",
"deviceInfoManage_edit_page_line17_txt-848" : "Vehicle equipment information management",
"deviceInfoManage_edit_page_line21_txt-836" : "Modify vehicle equipment information",
"deviceInfoManage_edit_page_line29_txt-3849" : "Form",
"deviceInfoManage_edit_page_line38_txt-3347" : "Route name",
"deviceInfoManage_edit_page_line48_txt-3364" : "Please enter pinyin",
"deviceInfoManage_edit_page_line55_txt-1788" : "Line must be selected",
"deviceInfoManage_edit_page_line60_txt-3469" : "Vehicle:",
"deviceInfoManage_edit_page_line71_txt-3364" : "Please enter pinyin",
"deviceInfoManage_edit_page_line78_txt-1794" : "Vehicle must be selected",
"deviceInfoManage_edit_page_line83_txt-3216" : "Old terminal number",
"deviceInfoManage_edit_page_line91_txt-3201" : "New terminal number",
"deviceInfoManage_edit_page_line98_txt-1264" : "Please enter the new terminal number",
"deviceInfoManage_edit_page_line102_txt-910" : "The new terminal number must be filled in",
"deviceInfoManage_edit_page_line110_txt-4422" : "Old SIM card number:",
"deviceInfoManage_edit_page_line113_txt-3357" : "Please enter your old SIM card number",
"deviceInfoManage_edit_page_line118_txt-3701" : "New SIM card number:",
"deviceInfoManage_edit_page_line121_txt-3356" : "Please enter the new SIM card number",
"deviceInfoManage_edit_page_line126_txt-2258" : "Fault description:",
"deviceInfoManage_edit_page_line134_txt-4403" : "Description:",
"deviceInfoManage_edit_page_line170_txt-2252" : "Activation date:",
"deviceInfoManage_edit_page_line183_txt-146" : "Activation date must be selected, accurate to the specific time",
"deviceInfoManage_edit_page_line197_txt-4173" : "Submit",
"deviceInfoManage_edit_page_line198_txt-3817" : "Cancel",
// 页面:form.html
"deviceInfoManage_form_page_line3_txt-845" : "Add vehicle equipment information",
"deviceInfoManage_form_page_line9_txt-3807" : "Home page",
"deviceInfoManage_form_page_line13_txt-2398" : "Basic information",
"deviceInfoManage_form_page_line17_txt-848" : "Vehicle equipment information management",
"deviceInfoManage_form_page_line21_txt-845" : "Add vehicle equipment information",
"deviceInfoManage_form_page_line29_txt-3849" : "Form",
"deviceInfoManage_form_page_line38_txt-3347" : "Route name",
"deviceInfoManage_form_page_line48_txt-3364" : "Please enter pinyin",
"deviceInfoManage_form_page_line55_txt-1788" : "Line must be selected",
"deviceInfoManage_form_page_line60_txt-3469" : "Vehicle:",
"deviceInfoManage_form_page_line71_txt-3364" : "Please enter pinyin",
"deviceInfoManage_form_page_line78_txt-1794" : "Vehicle must be selected",
"deviceInfoManage_form_page_line83_txt-3216" : "Old terminal number",
"deviceInfoManage_form_page_line91_txt-3201" : "New terminal number",
"deviceInfoManage_form_page_line98_txt-1264" : "Please enter the new terminal number",
"deviceInfoManage_form_page_line102_txt-910" : "The new terminal number must be filled in",
"deviceInfoManage_form_page_line110_txt-4422" : "Old SIM card number:",
"deviceInfoManage_form_page_line113_txt-3357" : "Please enter your old SIM card number",
"deviceInfoManage_form_page_line118_txt-3701" : "New SIM card number:",
"deviceInfoManage_form_page_line121_txt-3356" : "Please enter the new SIM card number",
"deviceInfoManage_form_page_line126_txt-2258" : "Fault description:",
"deviceInfoManage_form_page_line134_txt-4403" : "Description:",
"deviceInfoManage_form_page_line197_txt-4173" : "Submit",
"deviceInfoManage_form_page_line198_txt-3817" : "Cancel",
// module.js
"deviceInfoManage_module_js_line26_txt-3347" : "Route name",
"deviceInfoManage_module_js_line27_txt-1476" : "Vehicle internal number",
"deviceInfoManage_module_js_line28_txt-3211" : "Activation date",
"deviceInfoManage_module_js_line29_txt-2185" : "Old equipment number",
"deviceInfoManage_module_js_line30_txt-3201" : "New terminal number",
"deviceInfoManage_module_js_line148_txt-3729" : "Failed:",
"deviceInfoManage_module_js_line269_txt-3243" : "{{clZbh}} Equipment information",
//------------ 车辆配置管理模块 -----------//
// 模块位置:../module/core/busConfig
// 页面;index.html
"busConfig_index_page_line3_txt-1657" : "Vehicle Configuration Management",
"busConfig_index_page_line9_txt-3807" : "Home page",
"busConfig_index_page_line13_txt-1303" : "Operation plan management",
"busConfig_index_page_line17_txt-1657" : "Vehicle Configuration Management",
"busConfig_index_page_line36_txt-3688" : "Configuration table",
"busConfig_index_page_line41_txt-3261" : "Add configuration",
"busConfig_index_page_line47_txt-3339" : "Data tool",
"busConfig_index_page_line54_txt-4449" : "Import from excel",
"busConfig_index_page_line60_txt-4493" : "Export to excel",
// 页面:orderOptionOpen.html
"busConfig_orderOptionOpen_page_line5_txt-1682" : "Sort field selection",
"busConfig_orderOptionOpen_page_line17_txt-4018" : "Yes",
// 页面:list.html
"busConfig_list_page_line7_txt-3934" : "Serial number",
"busConfig_list_page_line8_txt-3347" : "Route name",
"busConfig_list_page_line9_txt-3096" : "Company",
"busConfig_list_page_line10_txt-2188" : "Branch",
"busConfig_list_page_line11_txt-2597" : "Internal number",
"busConfig_list_page_line12_txt-3094" : "Equipment number",
"busConfig_list_page_line13_txt-3211" : "Activation date",
"busConfig_list_page_line14_txt-3699" : "Parking Point",
"busConfig_list_page_line15_txt-3874" : "Status",
"busConfig_list_page_line16_txt-3942" : "Operation",
"busConfig_list_page_line30_txt-3364" : "Please enter pinyin",
"busConfig_list_page_line45_txt-3364" : "Please enter pinyin",
"busConfig_list_page_line60_txt-3364" : "Please enter pinyin",
"busConfig_list_page_line67_txt-1773" : "Enter internal number",
"busConfig_list_page_line74_txt-3746" : "Voided",
"busConfig_list_page_line81_txt-4001" : "Search",
"busConfig_list_page_line91_txt-3385" : "Sorting options",
"busConfig_list_page_line99_txt-4000" : "Reset",
"busConfig_list_page_line143_txt-3866" : "Details",
"busConfig_list_page_line144_txt-4028" : "Modify",
"busConfig_list_page_line146_txt-390" : "Do you want to void the vehicle configuration information?",
"busConfig_list_page_line147_txt-3429" : "Line:",
"busConfig_list_page_line147_txt-2597" : "Internal number",
"busConfig_list_page_line147_txt-32" : "If the scheduling rule is associated with this configuration, an error will be reported. It is recommended to modify the configured vehicle!",
"busConfig_list_page_line149_txt-4257" : "Yes",
"busConfig_list_page_line150_txt-3817" : "Cancel",
"busConfig_list_page_line153_txt-4143" : "Voided",
"busConfig_list_page_line154_txt-4211" : "Cancel",
"busConfig_list_page_line163_txt-3053" : "Showing {{from}} to {{to}} of {{total}}entries.10 entries per page",
"busConfig_list_page_line176_txt-4430" : "First",
"busConfig_list_page_line177_txt-3613" : "Previous",
"busConfig_list_page_line178_txt-3614" : "Next",
"busConfig_list_page_line179_txt-4068" : "Last",
// 页面:detail.html
"busConfig_detail_page_line3_txt-1657" : "Vehicle Configuration Management",
"busConfig_detail_page_line9_txt-3807" : "Home page",
"busConfig_detail_page_line13_txt-1303" : "Operation plan management",
"busConfig_detail_page_line17_txt-1657" : "Vehicle Configuration Management",
"busConfig_detail_page_line21_txt-844" : "Vehicle Configuration Details",
"busConfig_detail_page_line45_txt-3347" : "Route name",
"busConfig_detail_page_line53_txt-4009" : "Vehicles",
"busConfig_detail_page_line61_txt-2247" : "Company:",
"busConfig_detail_page_line69_txt-1764" : "Branch:",
"busConfig_detail_page_line77_txt-3211" : "Activation date",
"busConfig_detail_page_line85_txt-2242" : "End Date:",
"busConfig_detail_page_line94_txt-3699" : "Parking Point",
// 页面:edit.html
"busConfig_edit_page_line3_txt-1657" : "Vehicle Configuration Management",
"busConfig_edit_page_line9_txt-3807" : "Home page",
"busConfig_edit_page_line13_txt-1303" : "Operation plan management",
"busConfig_edit_page_line17_txt-1657" : "Vehicle Configuration Management",
"busConfig_edit_page_line21_txt-837" : "Modify Vehicle Configuration Information",
"busConfig_edit_page_line29_txt-3849" : "Form",
"busConfig_edit_page_line44_txt-3347" : "Route name",
"busConfig_edit_page_line54_txt-3364" : "Please enter pinyin",
"busConfig_edit_page_line61_txt-1788" : "Line must be selected",
"busConfig_edit_page_line65_txt-4009" : "Vehicles",
"busConfig_edit_page_line75_txt-3364" : "Please enter pinyin",
"busConfig_edit_page_line88_txt-1794" : "Vehicle must be selected",
"busConfig_edit_page_line97_txt-3211" : "Activation date",
"busConfig_edit_page_line101_txt-1284" : "Please select the activation date",
"busConfig_edit_page_line114_txt-915" : "Activation Date must be selected",
"busConfig_edit_page_line119_txt-2242" : "End Date:",
"busConfig_edit_page_line123_txt-1284" : "Please select the end date",
"busConfig_edit_page_line138_txt-3485" : "Parking lot",
"busConfig_edit_page_line148_txt-3364" : "Please enter pinyin",
"busConfig_edit_page_line155_txt-1224" : "Parking lot must be filled in",
"busConfig_edit_page_line160_txt-3212" : "Configuration Type",
"busConfig_edit_page_line168_txt-1466" : "Upward exit mileage",
"busConfig_edit_page_line176_txt-503" : "Upward Exit Mileage must be filled in",
"busConfig_edit_page_line179_txt-3265" : "Enter a number",
"busConfig_edit_page_line185_txt-1465" : "Upward exit time",
"busConfig_edit_page_line193_txt-502" : "Upward Exit Time must be filled in",
"busConfig_edit_page_line196_txt-3264" : "Enter an integer",
"busConfig_edit_page_line202_txt-1459" : "Downward exit mileage",
"busConfig_edit_page_line210_txt-498" : "Downward Exit Mileage must be filled in",
"busConfig_edit_page_line213_txt-3265" : "Enter a number",
"busConfig_edit_page_line219_txt-1458" : "Downward exit time",
"busConfig_edit_page_line227_txt-497" : "Downward Exit Time must be filled in",
"busConfig_edit_page_line230_txt-3264" : "Enter an integer",
"busConfig_edit_page_line236_txt-1463" : "Upward approach mileage",
"busConfig_edit_page_line244_txt-501" : "Upward Entry Mileage must be filled in",
"busConfig_edit_page_line247_txt-3265" : "Enter a number",
"busConfig_edit_page_line253_txt-1462" : "Upward approach time",
"busConfig_edit_page_line261_txt-500" : "Upward Entry Time must be filled in",
"busConfig_edit_page_line264_txt-3264" : "Enter an integer",
"busConfig_edit_page_line270_txt-1456" : "Downward approach mileage",
"busConfig_edit_page_line278_txt-496" : "Downward Entry Mileage must be filled in",
"busConfig_edit_page_line281_txt-3265" : "Enter a number",
"busConfig_edit_page_line287_txt-1455" : "Downward approach time",
"busConfig_edit_page_line295_txt-495" : "Downward Entry Time must be filled in",
"busConfig_edit_page_line298_txt-3264" : "Enter an integer",
"busConfig_edit_page_line312_txt-4173" : "Submit",
"busConfig_edit_page_line313_txt-3817" : "Cancel",
// 页面:form.html
"busConfig_form_page_line3_txt-1657" : "Vehicle Configuration Management",
"busConfig_form_page_line9_txt-3807" : "Home page",
"busConfig_form_page_line13_txt-1303" : "Operation plan management",
"busConfig_form_page_line17_txt-1657" : "Vehicle Configuration Management",
"busConfig_form_page_line21_txt-840" : "Add vehicle configuration information",
"busConfig_form_page_line29_txt-3849" : "Form",
"busConfig_form_page_line44_txt-3347" : "Route name",
"busConfig_form_page_line54_txt-3364" : "Please enter pinyin",
"busConfig_form_page_line61_txt-1788" : "Line must be selected",
"busConfig_form_page_line65_txt-4009" : "Vehicles",
"busConfig_form_page_line75_txt-3364" : "Please enter pinyin",
"busConfig_form_page_line88_txt-1794" : "Vehicle must be selected",
"busConfig_form_page_line97_txt-3211" : "Activation date",
"busConfig_form_page_line101_txt-1284" : "Please select the activation date",
"busConfig_form_page_line114_txt-915" : "Activation Date must be selected",
"busConfig_form_page_line119_txt-2242" : "End Date:",
"busConfig_form_page_line123_txt-1284" : "Please select the end date",
"busConfig_form_page_line138_txt-3485" : "Parking lot",
"busConfig_form_page_line148_txt-3364" : "Please enter pinyin",
"busConfig_form_page_line155_txt-1224" : "Parking lot must be filled in",
"busConfig_form_page_line160_txt-3212" : "Configuration Type",
"busConfig_form_page_line168_txt-1466" : "Upward exit mileage",
"busConfig_form_page_line176_txt-503" : "Upward Exit Mileage must be filled in",
"busConfig_form_page_line179_txt-3265" : "Enter a number",
"busConfig_form_page_line185_txt-1465" : "Upward exit time",
"busConfig_form_page_line193_txt-502" : "Upward Exit Time must be filled in",
"busConfig_form_page_line196_txt-3264" : "Enter an integer",
"busConfig_form_page_line202_txt-1459" : "Downward exit mileage",
"busConfig_form_page_line210_txt-498" : "Downward Exit Mileage must be filled in",
"busConfig_form_page_line213_txt-3265" : "Enter a number",
"busConfig_form_page_line219_txt-1458" : "Downward exit time",
"busConfig_form_page_line227_txt-497" : "Downward Exit Time must be filled in",
"busConfig_form_page_line230_txt-3264" : "Enter an integer",
"busConfig_form_page_line236_txt-1463" : "Upward approach mileage",
"busConfig_form_page_line244_txt-501" : "Upward Entry Mileage must be filled in",
"busConfig_form_page_line247_txt-3265" : "Enter a number",
"busConfig_form_page_line253_txt-1462" : "Upward approach time",
"busConfig_form_page_line261_txt-500" : "Upward Entry Time must be filled in",
"busConfig_form_page_line264_txt-3264" : "Enter an integer",
"busConfig_form_page_line270_txt-1456" : "Downward approach mileage",
"busConfig_form_page_line278_txt-496" : "Downward Entry Mileage must be filled in",
"busConfig_form_page_line281_txt-3265" : "Enter a number",
"busConfig_form_page_line287_txt-1455" : "Downward approach time",
"busConfig_form_page_line295_txt-495" : "Downward Entry Time must be filled in",
"busConfig_form_page_line298_txt-3264" : "Enter an integer",
"busConfig_form_page_line312_txt-4173" : "Submit",
"busConfig_form_page_line313_txt-3817" : "Cancel",
// 页面:dataImport.html
"busConfig_dataImport_page_line2_txt-4336" : "Vehicle Configuration Information import from excel",
"busConfig_dataImport_page_line7_txt-2684" : "Select file",
"busConfig_dataImport_page_line20_txt-3658" : "file name",
"busConfig_dataImport_page_line21_txt-4092" : "Size(MB)",
"busConfig_dataImport_page_line22_txt-4091" : "progress",
"busConfig_dataImport_page_line23_txt-3874" : "Status",
"busConfig_dataImport_page_line24_txt-3942" : "Operation",
"busConfig_dataImport_page_line53_txt-4154" : "upload",
"busConfig_dataImport_page_line57_txt-3817" : "Cancel",
"busConfig_dataImport_page_line60_txt-3868" : "Delete",
"busConfig_dataImport_page_line71_txt-4015" : "Close",
// module.js
"busConfig_module_js_line25_txt-3347" : "Route name",
"busConfig_module_js_line26_txt-3096" : "Company",
"busConfig_module_js_line27_txt-3777" : "Branch company",
"busConfig_module_js_line28_txt-2597" : "Internal number",
"busConfig_module_js_line29_txt-3094" : "Equipment number",
"busConfig_module_js_line30_txt-3211" : "Activation date",
"busConfig_module_js_line31_txt-3127" : "Void or not",
"busConfig_module_js_line112_txt-1806" : "Please select the route!",
"busConfig_module_js_line170_txt-1616" : "Vehicle Configuration Information",
"busConfig_module_js_line251_txt-3729" : "Failed:",
"busConfig_module_js_line386_txt-4342" : "Vehicle {{clZbh}} details",
// TODO;
};