zh.js 47.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
// angular-translate-loader-static-files 用的语言文件 配合angular-translate使用
// 中文资源

var ScheduleApp_zh_language = {
    // index.html
    "index_html_line_299_txt-3495": "载入中...",

    // main.js
    "main_js_line_82_txt-3966" : "营运",
    "main_js_line_83_txt-3958" : "缺车",
    "main_js_line_84_txt-3960" : "气候",
    "main_js_line_85_txt-3837" : "肇事",
    "main_js_line_86_txt-3838" : "纠纷",
    "main_js_line_87_txt-3876" : "抽减",
    "main_js_line_88_txt-4026" : "配车",
    "main_js_line_89_txt-3840" : "故障",
    "main_js_line_90_txt-3961" : "路阻",
    "main_js_line_91_txt-3962" : "客稀",
    "main_js_line_92_txt-3963" : "吊慢",
    "main_js_line_93_txt-4197" : "其他",
    "main_js_line_94_txt-4102" : "保养",
    "main_js_line_95_txt-3957" : "缺人",
    "main_js_line_96_txt-3956" : "援外",
    "main_js_line_99_txt-2790" : "当前版本",
    "main_js_line_100_txt-168" : "所有版本(待更新,当前,历史)",
    "main_js_line_301_txt-1805" : "请重新登录!",
    "main_js_line_304_txt-2284" : "状态编码:",
    "main_js_line_305_txt-2285" : "访问路径:",
    "main_js_line_306_txt-2286" : "错误消息:",
    "main_js_line_307_txt-1807" : "服务端错误:",
    "main_js_line_325_txt-695" : "貌似服务端连接不上",
    "main_js_line_327_txt-2284" : "状态编码:",
    "main_js_line_330_txt-2325" : "错误内容:",
    "main_js_line_332_txt-2325" : "错误内容:",
    "main_js_line_336_txt-1807" : "服务端错误:",
    "main_js_line_338_txt-1838" : "请重新登录:",
    "main_js_line_340_txt-2333" : "其他错误:",
    "main_js_line_383_txt-1149" : "子页面已载入:",

    //------------ 自定义指令 --------------//
    // 指令位置:../module/common/dts2/queryOption
    // 页面:saOrderOptionTemplate.html
    "queryOption_saOrderOptionTemplate_line93_txt-4157" : "升序",
    "queryOption_saOrderOptionTemplate_line94_txt-4156" : "降序",

    // 指令位置:../module/common/dts1/select
    // js:saSelect5.js
    "saSelect5_js_line375_txt-1275" : "字典数据不存在=",


    //------------ 车辆信息管理模块 -----------//
    // 模块位置:../module/basicInfo/busInfoManage

    // 页面;index.html
    // line3
    "busInfoManage_index_page-title" : "车辆信息管理",
    // line9
    "busInfoManage_index_breadcrumb-title-1" : "首页",
    // line13
    "busInfoManage_index_breadcrumb-title-2" : "基础信息",
    // line17
    "busInfoManage_index_breadcrumb-title-3" : "车辆信息管理",
    // line36
    "busInfoManage_index_caption-title" : "车辆信息表",
    // line47
    "busInfoManage_index_tool-title" : "数据工具",
    // line60
    "busInfoManage_index_tool-action-2" : "导出excel",

    // 页面:orderOptionOpen.html
    "busInfoManage_orderOptionOpen_page_line5_txt-1682" : "排序字段选择",
    "busInfoManage_orderOptionOpen_page_line17_txt-4018" : "确定",

    // 页面:list.html
    "busInfoManage_list_page_line7_txt-3934" : "序号",
    "busInfoManage_list_page_line8_txt-2479" : "车辆编号",
    "busInfoManage_list_page_line9_txt-2597" : "内部编号",
    "busInfoManage_list_page_line10_txt-3094" : "设备编号",
    "busInfoManage_list_page_line11_txt-3704" : "车牌号",
    "busInfoManage_list_page_line12_txt-3096" : "所在公司",
    "busInfoManage_list_page_line13_txt-2188" : "所在分公司",
    "busInfoManage_list_page_line14_txt-4087" : "电车",
    "busInfoManage_list_page_line15_txt-3874" : "状态",
    "busInfoManage_list_page_line16_txt-3942" : "操作",
    "busInfoManage_list_page_line21_txt-1775" : "输入车辆编号",
    "busInfoManage_list_page_line24_txt-1773" : "输入内部编号",
    "busInfoManage_list_page_line27_txt-1774" : "输入设备编号",
    "busInfoManage_list_page_line30_txt-2265" : "保修描述:",
    "busInfoManage_list_page_line41_txt-3364" : "请输拼音",
    "busInfoManage_list_page_line56_txt-3364" : "请输拼音",
    "busInfoManage_list_page_line67_txt-4162" : "报废",
    "busInfoManage_list_page_line74_txt-4001" : "搜索",
    "busInfoManage_list_page_line84_txt-3385" : "排序选项",
    "busInfoManage_list_page_line92_txt-4000" : "重置",
    "busInfoManage_list_page_line104_txt-3757" : "公司/编号:",
    "busInfoManage_list_page_line131_txt-4058" : "未知",
    "busInfoManage_list_page_line134_txt-4058" : "未知",
    "busInfoManage_list_page_line139_txt-3866" : "详细",
    "busInfoManage_list_page_line140_txt-4028" : "修改",
    "busInfoManage_list_page_line142_txt-677" : "是否删除车辆信息?",
    "busInfoManage_list_page_line142_txt-2297" : "内部编码:",
    "busInfoManage_list_page_line142_txt-41" : "如果有车辆配置信息关联,会报错,建议不要随便删除!",
    "busInfoManage_list_page_line142_txt-4257" : "是",
    "busInfoManage_list_page_line142_txt-3817" : "取消",
    "busInfoManage_list_page_line144_txt-3868" : "删除",
    "busInfoManage_list_page_line156_txt-3053" : "显示从{{from}}到{{to}} 共{{total}}条 每页显示10条",
    "busInfoManage_list_page_line169_txt-4430" : "首页",
    "busInfoManage_list_page_line170_txt-3613" : "上一页",
    "busInfoManage_list_page_line171_txt-3614" : "下一页",
    "busInfoManage_list_page_line172_txt-4068" : "尾页",

    // 页面:detail.html
    "busInfoManage_detail_page_line3_txt-1656" : "车辆详细信息",
    "busInfoManage_detail_page_line9_txt-3807" : "首页",
    "busInfoManage_detail_page_line13_txt-2398" : "基础信息",
    "busInfoManage_detail_page_line17_txt-1659" : "车辆信息管理",
    "busInfoManage_detail_page_line21_txt-1656" : "车辆详细信息",
    "busInfoManage_detail_page_line44_txt-2597" : "内部编号",
    "busInfoManage_detail_page_line52_txt-2686" : "所属公司",
    "busInfoManage_detail_page_line60_txt-3219" : "分公司:",
    "busInfoManage_detail_page_line68_txt-2498" : "车辆编码",
    "busInfoManage_detail_page_line76_txt-3704" : "车牌号",
    "busInfoManage_detail_page_line84_txt-1770" : "设备供应厂商",
    "busInfoManage_detail_page_line87_txt-4058" : "未知",
    "busInfoManage_detail_page_line92_txt-3697" : "终端号",
    "busInfoManage_detail_page_line100_txt-2262" : "车型类别:",
    "busInfoManage_detail_page_line106_txt-2256" : "技术速度:",
    "busInfoManage_detail_page_line112_txt-3200" : "座位数:",
    "busInfoManage_detail_page_line118_txt-2243" : "载客标准:",
    "busInfoManage_detail_page_line124_txt-3226" : "标准油耗/开空调:",
    "busInfoManage_detail_page_line130_txt-4394" : "标准油耗/关空调:",
    "busInfoManage_detail_page_line136_txt-3229" : "报废号:",
    "busInfoManage_detail_page_line144_txt-2264" : "报废日期:",
    "busInfoManage_detail_page_line152_txt-3225" : "厂牌型号 ",
    "busInfoManage_detail_page_line158_txt-3225" : "厂牌型号 ",
    "busInfoManage_detail_page_line164_txt-1220" : "车辆等级标准:",
    "busInfoManage_detail_page_line170_txt-1219" : "出厂排放标准:",
    "busInfoManage_detail_page_line176_txt-2261" : "发动机号码 ",
    "busInfoManage_detail_page_line182_txt-2261" : "发动机号码 ",
    "busInfoManage_detail_page_line188_txt-3224" : "车架号码 ",
    "busInfoManage_detail_page_line194_txt-3224" : "车架号码 ",
    "busInfoManage_detail_page_line201_txt-2252" : "启用日期:",
    "busInfoManage_detail_page_line209_txt-2251" : "取消日期:",
    "busInfoManage_detail_page_line218_txt-1768" : "是否空调车:",
    "busInfoManage_detail_page_line225_txt-1762" : "有无人售票:",
    "busInfoManage_detail_page_line232_txt-3207" : "是否有LED服务屏:",
    "busInfoManage_detail_page_line239_txt-3700" : "是否有TV视屏:",
    "busInfoManage_detail_page_line246_txt-2263" : "车辆类型:",
    "busInfoManage_detail_page_line249_txt-4058" : "未知",
    "busInfoManage_detail_page_line254_txt-1769" : "是否机动车:",
    "busInfoManage_detail_page_line257_txt-4058" : "未知",
    "busInfoManage_detail_page_line262_txt-1860" : "营运状态:",
    "busInfoManage_detail_page_line265_txt-4058" : "未知",
    "busInfoManage_detail_page_line270_txt-2245" : "修改时间:",
    "busInfoManage_detail_page_line279_txt-2248" : "是否电车:",
    "busInfoManage_detail_page_line286_txt-1218" : "是否混合电车:",
    "busInfoManage_detail_page_line293_txt-1217" : "是否氢能源车:",
    "busInfoManage_detail_page_line301_txt-3449" : "备注:",

    // 页面:edit.html
    "busInfoManage_edit_page_line3_txt-1644" : "修改车辆信息",
    "busInfoManage_edit_page_line9_txt-3807" : "首页",
    "busInfoManage_edit_page_line13_txt-2398" : "基础信息",
    "busInfoManage_edit_page_line17_txt-1659" : "车辆信息管理",
    "busInfoManage_edit_page_line21_txt-1644" : "修改车辆信息",
    "busInfoManage_edit_page_line29_txt-3849" : "表单",
    "busInfoManage_edit_page_line44_txt-2597" : "内部编号",
    "busInfoManage_edit_page_line52_txt-706" : "请输入车辆内部编码",
    "busInfoManage_edit_page_line56_txt-917" : "内部编号必须填写",
    "busInfoManage_edit_page_line59_txt-504" : "内部编号长度不能超过20位",
    "busInfoManage_edit_page_line67_txt-2686" : "所属公司",
    "busInfoManage_edit_page_line77_txt-973" : "请选择所属公司", //*
    "busInfoManage_edit_page_line86_txt-1792" : "公司必须选择",
    "busInfoManage_edit_page_line91_txt-3777" : "分公司",
    "busInfoManage_edit_page_line101_txt-973" : "请选择所属分公司",
    "busInfoManage_edit_page_line110_txt-923" : "分公司也必须选择",
    "busInfoManage_edit_page_line115_txt-2498" : "车辆编码",
    "busInfoManage_edit_page_line119_txt-1265" : "请输入车辆编码",
    "busInfoManage_edit_page_line127_txt-927" : "车辆编码必须填写",
    "busInfoManage_edit_page_line135_txt-3704" : "车牌号",
    "busInfoManage_edit_page_line139_txt-1840" : "请输入车牌号",
    "busInfoManage_edit_page_line147_txt-1228" : "车牌号必须填写",
    "busInfoManage_edit_page_line155_txt-1770" : "设备供应厂商",
    "busInfoManage_edit_page_line165_txt-1288" : "请选择设备厂商",
    "busInfoManage_edit_page_line172_txt-499" : "设备供应厂商必须选择",
    "busInfoManage_edit_page_line177_txt-3697" : "终端号",
    "busInfoManage_edit_page_line181_txt-960" : "请输入设备终端号",
    "busInfoManage_edit_page_line189_txt-686" : "设备终端号必须填写",
    "busInfoManage_edit_page_line197_txt-2262" : "车型类别:",
    "busInfoManage_edit_page_line200_txt-1269" : "请输入车型类别",
    "busInfoManage_edit_page_line204_txt-2256" : "技术速度:",
    "busInfoManage_edit_page_line207_txt-1267" : "请输入技术速度",
    "busInfoManage_edit_page_line211_txt-3200" : "座位数:",
    "busInfoManage_edit_page_line214_txt-1841" : "请输入座位数",
    "busInfoManage_edit_page_line218_txt-2243" : "载客标准:",
    "busInfoManage_edit_page_line221_txt-1266" : "请输入载客标准",
    "busInfoManage_edit_page_line225_txt-3226" : "标准油耗/开空调:",
    "busInfoManage_edit_page_line228_txt-1272" : "请输入标准油耗/开空调",
    "busInfoManage_edit_page_line232_txt-4394" : "标准油耗/关空调:",
    "busInfoManage_edit_page_line235_txt-4331" : "请输入标准油耗/关空调",
    "busInfoManage_edit_page_line239_txt-2249" : "是否报废:",
    "busInfoManage_edit_page_line246_txt-3229" : "报废号:",
    "busInfoManage_edit_page_line249_txt-1842" : "请输入报废号",
    "busInfoManage_edit_page_line254_txt-2264" : "报废日期:",
    "busInfoManage_edit_page_line258_txt-1282" : "请选择报废日期",
    "busInfoManage_edit_page_line271_txt-3225" : "厂牌型号 ",
    "busInfoManage_edit_page_line274_txt-1271" : "请输入厂牌型号 ",
    "busInfoManage_edit_page_line278_txt-3225" : "厂牌型号 ",
    "busInfoManage_edit_page_line281_txt-1271" : "请输入厂牌型号 ",
    "busInfoManage_edit_page_line285_txt-1220" : "车辆等级标准:",
    "busInfoManage_edit_page_line288_txt-707" : "请输入车辆等级标准",
    "busInfoManage_edit_page_line292_txt-1219" : "出厂排放标准:",
    "busInfoManage_edit_page_line295_txt-705" : "请输入出场排放标准",
    "busInfoManage_edit_page_line299_txt-2261" : "发动机号码 ",
    "busInfoManage_edit_page_line302_txt-961" : "请输入发动机号码 ",
    "busInfoManage_edit_page_line306_txt-2261" : "发动机号码 ",
    "busInfoManage_edit_page_line309_txt-961" : "请输入发动机号码 ",
    "busInfoManage_edit_page_line313_txt-3224" : "车架号码 ",
    "busInfoManage_edit_page_line316_txt-1270" : "请输入车架号码 ",
    "busInfoManage_edit_page_line320_txt-3224" : "车架号码 ",
    "busInfoManage_edit_page_line323_txt-1270" : "请输入车架号码 ",
    "busInfoManage_edit_page_line327_txt-2252" : "启用日期:",
    "busInfoManage_edit_page_line331_txt-1284" : "请选择启用日期",
    "busInfoManage_edit_page_line344_txt-2251" : "取消日期:",
    "busInfoManage_edit_page_line348_txt-1285" : "请选择取消日期",
    "busInfoManage_edit_page_line362_txt-1768" : "是否空调车:",
    "busInfoManage_edit_page_line369_txt-1762" : "有无人售票:",
    "busInfoManage_edit_page_line376_txt-3207" : "是否有LED服务屏:",
    "busInfoManage_edit_page_line383_txt-3700" : "是否有TV视屏:",
    "busInfoManage_edit_page_line390_txt-2263" : "车辆类型:",
    "busInfoManage_edit_page_line400_txt-1289" : "请选择车辆类型",
    "busInfoManage_edit_page_line408_txt-1769" : "是否机动车:",
    "busInfoManage_edit_page_line418_txt-974" : "请选择机动车类型",
    "busInfoManage_edit_page_line426_txt-1860" : "营运状态:",
    "busInfoManage_edit_page_line436_txt-1287" : "请选择营运状态",
    "busInfoManage_edit_page_line444_txt-2248" : "是否电车:",
    "busInfoManage_edit_page_line451_txt-1218" : "是否混合电车:",
    "busInfoManage_edit_page_line458_txt-1217" : "是否氢能源车:",
    "busInfoManage_edit_page_line465_txt-3449" : "备注:",
    "busInfoManage_edit_page_line480_txt-4173" : "提交",
    "busInfoManage_edit_page_line481_txt-3817" : "取消",

    // 页面:form.html
    "busInfoManage_form_page_line3_txt-1649" : "添加车辆信息",
    "busInfoManage_form_page_line9_txt-3807" : "首页",
    "busInfoManage_form_page_line13_txt-2398" : "基础信息",
    "busInfoManage_form_page_line17_txt-1659" : "车辆信息管理",
    "busInfoManage_form_page_line21_txt-1649" : "添加车辆信息",
    "busInfoManage_form_page_line29_txt-3849" : "表单",
    "busInfoManage_form_page_line44_txt-2597" : "内部编号",
    "busInfoManage_form_page_line52_txt-706" : "请输入车辆内部编码",
    "busInfoManage_form_page_line56_txt-917" : "内部编号必须填写",
    "busInfoManage_form_page_line59_txt-504" : "内部编号长度不能超过20位",
    "busInfoManage_form_page_line67_txt-2686" : "所属公司",
    "busInfoManage_form_page_line77_txt-973" : "请选择所属公司", //*
    "busInfoManage_form_page_line86_txt-1792" : "公司必须选择",
    "busInfoManage_form_page_line91_txt-3777" : "分公司",
    "busInfoManage_form_page_line101_txt-973" : "请选择所属分公司",
    "busInfoManage_form_page_line110_txt-923" : "分公司也必须选择",
    "busInfoManage_form_page_line115_txt-2498" : "车辆编码",
    "busInfoManage_form_page_line119_txt-1265" : "请输入车辆编码",
    "busInfoManage_form_page_line127_txt-927" : "车辆编码必须填写",
    "busInfoManage_form_page_line135_txt-3704" : "车牌号",
    "busInfoManage_form_page_line139_txt-1840" : "请输入车牌号",
    "busInfoManage_form_page_line147_txt-1228" : "车牌号必须填写",
    "busInfoManage_form_page_line155_txt-1770" : "设备供应厂商",
    "busInfoManage_form_page_line165_txt-1288" : "请选择设备厂商",
    "busInfoManage_form_page_line172_txt-499" : "设备供应厂商必须选择",
    "busInfoManage_form_page_line177_txt-3697" : "终端号",
    "busInfoManage_form_page_line181_txt-960" : "请输入设备终端号",
    "busInfoManage_form_page_line189_txt-686" : "设备终端号必须填写",
    "busInfoManage_form_page_line197_txt-2262" : "车型类别:",
    "busInfoManage_form_page_line200_txt-1269" : "请输入车型类别",
    "busInfoManage_form_page_line204_txt-2256" : "技术速度:",
    "busInfoManage_form_page_line207_txt-1267" : "请输入技术速度",
    "busInfoManage_form_page_line211_txt-3200" : "座位数:",
    "busInfoManage_form_page_line214_txt-1841" : "请输入座位数",
    "busInfoManage_form_page_line218_txt-2243" : "载客标准:",
    "busInfoManage_form_page_line221_txt-1266" : "请输入载客标准",
    "busInfoManage_form_page_line225_txt-3226" : "标准油耗/开空调:",
    "busInfoManage_form_page_line228_txt-1272" : "请输入标准油耗/开空调",
    "busInfoManage_form_page_line232_txt-4394" : "标准油耗/关空调:",
    "busInfoManage_form_page_line235_txt-4331" : "请输入标准油耗/关空调",
    "busInfoManage_form_page_line264_txt-3225" : "厂牌型号 ",
    "busInfoManage_form_page_line267_txt-1271" : "请输入厂牌型号 ",
    "busInfoManage_form_page_line271_txt-3225" : "厂牌型号 ",
    "busInfoManage_form_page_line274_txt-1271" : "请输入厂牌型号 ",
    "busInfoManage_form_page_line278_txt-1220" : "车辆等级标准:",
    "busInfoManage_form_page_line281_txt-707" : "请输入车辆等级标准",
    "busInfoManage_form_page_line285_txt-1219" : "出厂排放标准:",
    "busInfoManage_form_page_line288_txt-705" : "请输入出场排放标准",
    "busInfoManage_form_page_line292_txt-2261" : "发动机号码 ",
    "busInfoManage_form_page_line295_txt-961" : "请输入发动机号码 ",
    "busInfoManage_form_page_line299_txt-2261" : "发动机号码 ",
    "busInfoManage_form_page_line302_txt-961" : "请输入发动机号码 ",
    "busInfoManage_form_page_line306_txt-3224" : "车架号码 ",
    "busInfoManage_form_page_line309_txt-1270" : "请输入车架号码 ",
    "busInfoManage_form_page_line313_txt-3224" : "车架号码 ",
    "busInfoManage_form_page_line316_txt-1270" : "请输入车架号码 ",
    "busInfoManage_form_page_line320_txt-2252" : "启用日期:",
    "busInfoManage_form_page_line324_txt-1284" : "请选择启用日期",
    "busInfoManage_form_page_line337_txt-2251" : "取消日期:",
    "busInfoManage_form_page_line341_txt-1285" : "请选择取消日期",
    "busInfoManage_form_page_line355_txt-1768" : "是否空调车:",
    "busInfoManage_form_page_line362_txt-1762" : "有无人售票:",
    "busInfoManage_form_page_line369_txt-3207" : "是否有LED服务屏:",
    "busInfoManage_form_page_line376_txt-3700" : "是否有TV视屏:",
    "busInfoManage_form_page_line383_txt-2263" : "车辆类型:",
    "busInfoManage_form_page_line393_txt-1289" : "请选择车辆类型",
    "busInfoManage_form_page_line401_txt-1769" : "是否机动车:",
    "busInfoManage_form_page_line411_txt-974" : "请选择机动车类型",
    "busInfoManage_form_page_line419_txt-1860" : "营运状态:",
    "busInfoManage_form_page_line429_txt-1287" : "请选择营运状态",
    "busInfoManage_form_page_line437_txt-2248" : "是否电车:",
    "busInfoManage_form_page_line444_txt-1218" : "是否混合电车:",
    "busInfoManage_form_page_line451_txt-1217" : "是否氢能源车:",
    "busInfoManage_form_page_line458_txt-3449" : "备注:",
    "busInfoManage_form_page_line473_txt-4173" : "提交",
    "busInfoManage_form_page_line474_txt-3817" : "取消",

    // module.js
    "busInfoManage_module_js_line31_txt-2479" : "车辆编号",
    "busInfoManage_module_js_line33_txt-3764" : "自编号",
    "busInfoManage_module_js_line34_txt-3094" : "设备编号",
    "busInfoManage_module_js_line35_txt-3704" : "车牌号",
    "busInfoManage_module_js_line36_txt-3096" : "所在公司",
    "busInfoManage_module_js_line37_txt-2188" : "所在分公司",
    "busInfoManage_module_js_line38_txt-3281" : "是否电车",
    "busInfoManage_module_js_line39_txt-3125" : "是否报废",
    "busInfoManage_module_js_line40_txt-3124" : "更新时间",
    "busInfoManage_module_js_line206_txt-1617" : "车辆基础信息",
    "busInfoManage_module_js_line302_txt-3729" : "失败:",
    "busInfoManage_module_js_line434_txt-4009" : "车辆",
    "busInfoManage_module_js_line434_txt-3066" : "详细信息",

    //------------ 人员信息管理模块 -----------//
    // 模块位置:../module/basicInfo/employeeInfoManage
    // 页面;index.html
    "employeeInfoManage_index_page_line3_txt-1658" : "人员信息管理",
    "employeeInfoManage_index_page_line9_txt-3807" : "首页",
    "employeeInfoManage_index_page_line13_txt-2398" : "基础信息",
    "employeeInfoManage_index_page_line17_txt-1658" : "人员信息管理",
    "employeeInfoManage_index_page_line36_txt-2234" : "人员信息表",
    "employeeInfoManage_index_page_line41_txt-1648" : "添加人员信息",
    "employeeInfoManage_index_page_line47_txt-3339" : "数据工具",
    "employeeInfoManage_index_page_line54_txt-4493" : "导出Excel",

    // 页面:orderOptionOpen.html
    "employeeInfoManage_orderOptionOpen_page_line5_txt-1682" : "排序字段选择",
    "employeeInfoManage_orderOptionOpen_page_line17_txt-4018" : "确定",

    // 页面:list.html
    "employeeInfoManage_list_page_line7_txt-3934" : "序号",
    "employeeInfoManage_list_page_line8_txt-3949" : "姓名",
    "employeeInfoManage_list_page_line9_txt-3955" : "编号",
    "employeeInfoManage_list_page_line10_txt-3940" : "工号",
    "employeeInfoManage_list_page_line11_txt-3095" : "金蝶工号",
    "employeeInfoManage_list_page_line12_txt-4086" : "性别",
    "employeeInfoManage_list_page_line13_txt-3096" : "所在公司",
    "employeeInfoManage_list_page_line14_txt-3777" : "分公司",
    "employeeInfoManage_list_page_line15_txt-4093" : "工种",
    "employeeInfoManage_list_page_line16_txt-4085" : "停用",
    "employeeInfoManage_list_page_line17_txt-3942" : "操作",
    "employeeInfoManage_list_page_line23_txt-3231" : "输入姓名",
    "employeeInfoManage_list_page_line26_txt-3233" : "输入编号",
    "employeeInfoManage_list_page_line29_txt-3232" : "输入工号",
    "employeeInfoManage_list_page_line32_txt-3232" : "输入工号",
    "employeeInfoManage_list_page_line45_txt-3364" : "请输拼音",
    "employeeInfoManage_list_page_line60_txt-3364" : "请输拼音",
    "employeeInfoManage_list_page_line75_txt-3364" : "请输拼音",
    "employeeInfoManage_list_page_line82_txt-4085" : "停用",
    "employeeInfoManage_list_page_line89_txt-4001" : "搜索",
    "employeeInfoManage_list_page_line99_txt-3385" : "排序选项",
    "employeeInfoManage_list_page_line107_txt-4000" : "重置",
    "employeeInfoManage_list_page_line120_txt-4426" : "姓名/工号:",
    "employeeInfoManage_list_page_line142_txt-4058" : "未知",
    "employeeInfoManage_list_page_line163_txt-4058" : "未知",
    "employeeInfoManage_list_page_line171_txt-3866" : "详细",
    "employeeInfoManage_list_page_line172_txt-4028" : "修改",
    "employeeInfoManage_list_page_line174_txt-675" : "是否删除人员信息?",
    "employeeInfoManage_list_page_line175_txt-3719" : "姓名:",
    "employeeInfoManage_list_page_line175_txt-3761" : "工号:",
    "employeeInfoManage_list_page_line175_txt-40" : "如果有人员配置信息关联,会报错,建议不要随便删除!",
    "employeeInfoManage_list_page_line177_txt-4257" : "是",
    "employeeInfoManage_list_page_line178_txt-3817" : "取消",
    "employeeInfoManage_list_page_line180_txt-3868" : "删除",
    "employeeInfoManage_list_page_line189_txt-3053" : "显示从{{from}}到{{to}} 共{{total}}条 每页显示10条",
    "employeeInfoManage_list_page_line202_txt-4430" : "首页",
    "employeeInfoManage_list_page_line203_txt-3613" : "上一页",
    "employeeInfoManage_list_page_line204_txt-3614" : "下一页",
    "employeeInfoManage_list_page_line205_txt-4068" : "尾页",

    // 页面:detail.html
    "employeeInfoManage_detail_page_line3_txt-1650" : "人员详细信息",
    "employeeInfoManage_detail_page_line9_txt-3807" : "首页",
    "employeeInfoManage_detail_page_line13_txt-2398" : "基础信息",
    "employeeInfoManage_detail_page_line17_txt-1658" : "人员信息管理",
    "employeeInfoManage_detail_page_line21_txt-1650" : "人员详细信息",
    "employeeInfoManage_detail_page_line38_txt-2686" : "所属公司",
    "employeeInfoManage_detail_page_line45_txt-1765" : "所属分公司:",
    "employeeInfoManage_detail_page_line52_txt-3955" : "编号",
    "employeeInfoManage_detail_page_line59_txt-3949" : "姓名",
    "employeeInfoManage_detail_page_line66_txt-902" : "运营服务证书号:",
    "employeeInfoManage_detail_page_line73_txt-903" : "一卡通工作卡号:",
    "employeeInfoManage_detail_page_line80_txt-3698" : "性别:",
    "employeeInfoManage_detail_page_line86_txt-3703" : "工种:",
    "employeeInfoManage_detail_page_line89_txt-4058" : "未知",

    // 页面:edit.html
    "employeeInfoManage_edit_page_line3_txt-1643" : "修改人员信息",
    "employeeInfoManage_edit_page_line9_txt-3807" : "首页",
    "employeeInfoManage_edit_page_line13_txt-2398" : "基础信息",
    "employeeInfoManage_edit_page_line17_txt-1658" : "人员信息管理",
    "employeeInfoManage_edit_page_line21_txt-1643" : "修改人员信息",
    "employeeInfoManage_edit_page_line29_txt-3849" : "表单",
    "employeeInfoManage_edit_page_line37_txt-2686" : "所属公司",
    "employeeInfoManage_edit_page_line47_txt-973" : "请选择所属公司",
    "employeeInfoManage_edit_page_line55_txt-1792" : "公司必须选择",
    "employeeInfoManage_edit_page_line60_txt-3777" : "分公司",
    "employeeInfoManage_edit_page_line70_txt-973" : "请选择所属分公司",
    "employeeInfoManage_edit_page_line79_txt-923" : "分公司也必须选择",
    "employeeInfoManage_edit_page_line84_txt-3940" : "工号",
    "employeeInfoManage_edit_page_line88_txt-2346" : "请输入工号",
    "employeeInfoManage_edit_page_line95_txt-1793" : "工号必须填写",
    "employeeInfoManage_edit_page_line103_txt-3949" : "姓名",
    "employeeInfoManage_edit_page_line107_txt-2345" : "请输入姓名",
    "employeeInfoManage_edit_page_line111_txt-1787" : "姓名必须填写",
    "employeeInfoManage_edit_page_line116_txt-902" : "运营服务证书号:",
    "employeeInfoManage_edit_page_line119_txt-516" : "请输入运营服务证书号",
    "employeeInfoManage_edit_page_line124_txt-2244" : "一卡通号:",
    "employeeInfoManage_edit_page_line127_txt-517" : "请输入一卡通工作卡号",
    "employeeInfoManage_edit_page_line132_txt-3698" : "性别:",
    "employeeInfoManage_edit_page_line139_txt-3703" : "工种:",
    "employeeInfoManage_edit_page_line149_txt-3364" : "请输拼音",
    "employeeInfoManage_edit_page_line157_txt-3449" : "备注:",
    "employeeInfoManage_edit_page_line174_txt-4173" : "提交",
    "employeeInfoManage_edit_page_line175_txt-3817" : "取消",

    // 页面:form.html
    "employeeInfoManage_form_page_line3_txt-1648" : "添加人员信息",
    "employeeInfoManage_form_page_line9_txt-3807" : "首页",
    "employeeInfoManage_form_page_line13_txt-2398" : "基础信息",
    "employeeInfoManage_form_page_line17_txt-1658" : "人员信息管理",
    "employeeInfoManage_form_page_line21_txt-1648" : "添加人员信息",
    "employeeInfoManage_form_page_line29_txt-3849" : "表单",
    "employeeInfoManage_form_page_line37_txt-2686" : "所属公司",
    "employeeInfoManage_form_page_line47_txt-973" : "请选择所属公司",
    "employeeInfoManage_form_page_line55_txt-1792" : "公司必须选择",
    "employeeInfoManage_form_page_line60_txt-3777" : "分公司",
    "employeeInfoManage_form_page_line70_txt-973" : "请选择所属分公司",
    "employeeInfoManage_form_page_line79_txt-923" : "分公司也必须选择",
    "employeeInfoManage_form_page_line84_txt-3940" : "工号",
    "employeeInfoManage_form_page_line88_txt-2346" : "请输入工号",
    "employeeInfoManage_form_page_line95_txt-1793" : "工号必须填写",
    "employeeInfoManage_form_page_line103_txt-3949" : "姓名",
    "employeeInfoManage_form_page_line107_txt-2345" : "请输入姓名",
    "employeeInfoManage_form_page_line111_txt-1787" : "姓名必须填写",
    "employeeInfoManage_form_page_line116_txt-902" : "运营服务证书号:",
    "employeeInfoManage_form_page_line119_txt-516" : "请输入运营服务证书号",
    "employeeInfoManage_form_page_line124_txt-2244" : "一卡通号:",
    "employeeInfoManage_form_page_line127_txt-517" : "请输入一卡通工作卡号",
    "employeeInfoManage_form_page_line132_txt-3698" : "性别:",
    "employeeInfoManage_form_page_line139_txt-3703" : "工种:",
    "employeeInfoManage_form_page_line149_txt-3364" : "请输拼音",
    "employeeInfoManage_form_page_line157_txt-3449" : "备注:",
    "employeeInfoManage_form_page_line174_txt-4173" : "提交",
    "employeeInfoManage_form_page_line175_txt-3817" : "取消",

    // module.js
    "employeeInfoManage_module_js_line33_txt-3949" : "姓名",
    "employeeInfoManage_module_js_line34_txt-3940" : "工号",
    "employeeInfoManage_module_js_line35_txt-4086" : "性别",
    "employeeInfoManage_module_js_line36_txt-3096" : "所在公司",
    "employeeInfoManage_module_js_line37_txt-3777" : "分公司",
    "employeeInfoManage_module_js_line38_txt-4093" : "工种",
    "employeeInfoManage_module_js_line182_txt-1614" : "人员基础信息",
    "employeeInfoManage_module_js_line286_txt-3729" : "失败:",
    "employeeInfoManage_module_js_line411_txt-4081" : "员工",
    "employeeInfoManage_module_js_line413_txt-3066" : "详细信息",

    //------------ 车辆设备信息管理模块 -----------//
    // 模块位置:../module/basicInfo/deviceInfoManage
    // 页面;index.html
    "deviceInfoManage_index_page_line3_txt-848" : "车辆设备信息管理",
    "deviceInfoManage_index_page_line9_txt-3807" : "首页",
    "deviceInfoManage_index_page_line13_txt-2398" : "基础信息",
    "deviceInfoManage_index_page_line17_txt-848" : "车辆设备信息管理",
    "deviceInfoManage_index_page_line27_txt-2233" : "设备信息表",
    "deviceInfoManage_index_page_line32_txt-1791" : "添加设备信息",

    // 页面:orderOptionOpen.html
    "deviceInfoManage_orderOptionOpen_page_line5_txt-1682" : "排序字段选择",
    "deviceInfoManage_orderOptionOpen_page_line17_txt-4018" : "确定",

    // 页面:list.html
    "deviceInfoManage_list_page_line17_txt-3934" : "序号",
    "deviceInfoManage_list_page_line18_txt-3347" : "线路名称",
    "deviceInfoManage_list_page_line19_txt-2597" : "内部编号",
    "deviceInfoManage_list_page_line20_txt-3211" : "启用日期",
    "deviceInfoManage_list_page_line21_txt-2185" : "旧设备编号",
    "deviceInfoManage_list_page_line22_txt-2184" : "新设备编号",
    "deviceInfoManage_list_page_line23_txt-4389" : "操作人/操作时间",
    "deviceInfoManage_list_page_line24_txt-3874" : "状态",
    "deviceInfoManage_list_page_line25_txt-3942" : "操作",
    "deviceInfoManage_list_page_line38_txt-3364" : "请输拼音",
    "deviceInfoManage_list_page_line44_txt-1773" : "输入内部编号",
    "deviceInfoManage_list_page_line52_txt-4162" : "报废",
    "deviceInfoManage_list_page_line59_txt-4001" : "搜索",
    "deviceInfoManage_list_page_line69_txt-3385" : "排序选项",
    "deviceInfoManage_list_page_line77_txt-4000" : "重置",
    "deviceInfoManage_list_page_line122_txt-4058" : "未知",
    "deviceInfoManage_list_page_line127_txt-3866" : "详细",
    "deviceInfoManage_list_page_line144_txt-3053" : "显示从{{from}}到{{to}} 共{{total}}条 每页显示10条",
    "deviceInfoManage_list_page_line157_txt-4430" : "首页",
    "deviceInfoManage_list_page_line158_txt-3613" : "上一页",
    "deviceInfoManage_list_page_line159_txt-3614" : "下一页",
    "deviceInfoManage_list_page_line160_txt-4068" : "尾页",

    // 页面:detail.html
    "deviceInfoManage_detail_page_line3_txt-847" : "车辆设备详细信息",
    "deviceInfoManage_detail_page_line9_txt-3807" : "首页",
    "deviceInfoManage_detail_page_line13_txt-2398" : "基础信息",
    "deviceInfoManage_detail_page_line17_txt-848" : "车辆设备信息管理",
    "deviceInfoManage_detail_page_line21_txt-847" : "车辆设备详细信息",
    "deviceInfoManage_detail_page_line38_txt-1476" : "车辆内部编号",
    "deviceInfoManage_detail_page_line45_txt-3347" : "线路名称",
    "deviceInfoManage_detail_page_line52_txt-3216" : "旧终端号",
    "deviceInfoManage_detail_page_line59_txt-3201" : "新终端号",
    "deviceInfoManage_detail_page_line67_txt-4422" : "旧SIM卡号:",
    "deviceInfoManage_detail_page_line74_txt-3701" : "新SIM卡号:",
    "deviceInfoManage_detail_page_line82_txt-2258" : "故障描述:",
    "deviceInfoManage_detail_page_line90_txt-4403" : "保修描述:",
    "deviceInfoManage_detail_page_line98_txt-3211" : "启用日期",

    // 页面:edit.html
    "deviceInfoManage_edit_page_line3_txt-836" : "修改车辆设备信息",
    "deviceInfoManage_edit_page_line9_txt-3807" : "首页",
    "deviceInfoManage_edit_page_line13_txt-2398" : "基础信息",
    "deviceInfoManage_edit_page_line17_txt-848" : "车辆设备信息管理",
    "deviceInfoManage_edit_page_line21_txt-836" : "修改车辆设备信息",
    "deviceInfoManage_edit_page_line29_txt-3849" : "表单",
    "deviceInfoManage_edit_page_line38_txt-3347" : "线路名称",
    "deviceInfoManage_edit_page_line48_txt-3364" : "请输拼音",
    "deviceInfoManage_edit_page_line55_txt-1788" : "线路必须选择",
    "deviceInfoManage_edit_page_line60_txt-3469" : "车辆:",
    "deviceInfoManage_edit_page_line71_txt-3364" : "请输拼音",
    "deviceInfoManage_edit_page_line78_txt-1794" : "车辆必须选择",
    "deviceInfoManage_edit_page_line83_txt-3216" : "旧终端号",
    "deviceInfoManage_edit_page_line91_txt-3201" : "新终端号",
    "deviceInfoManage_edit_page_line98_txt-1264" : "请输入新终端号",
    "deviceInfoManage_edit_page_line102_txt-910" : "新终端号必须填写",
    "deviceInfoManage_edit_page_line110_txt-4422" : "旧SIM卡号:",
    "deviceInfoManage_edit_page_line113_txt-3357" : "请输入旧SIM卡号",
    "deviceInfoManage_edit_page_line118_txt-3701" : "新SIM卡号:",
    "deviceInfoManage_edit_page_line121_txt-3356" : "请输入新SIM卡号",
    "deviceInfoManage_edit_page_line126_txt-2258" : "故障描述:",
    "deviceInfoManage_edit_page_line134_txt-4403" : "保修描述:",
    "deviceInfoManage_edit_page_line170_txt-2252" : "启用日期:",
    "deviceInfoManage_edit_page_line183_txt-146" : "启用日期必须选择,精确到具体时间",
    "deviceInfoManage_edit_page_line197_txt-4173" : "提交",
    "deviceInfoManage_edit_page_line198_txt-3817" : "取消",

    // 页面:form.html
    "deviceInfoManage_form_page_line3_txt-845" : "添加车辆设备信息",
    "deviceInfoManage_form_page_line9_txt-3807" : "首页",
    "deviceInfoManage_form_page_line13_txt-2398" : "基础信息",
    "deviceInfoManage_form_page_line17_txt-848" : "车辆设备信息管理",
    "deviceInfoManage_form_page_line21_txt-845" : "添加车辆设备信息",
    "deviceInfoManage_form_page_line29_txt-3849" : "表单",
    "deviceInfoManage_form_page_line38_txt-3347" : "线路名称",
    "deviceInfoManage_form_page_line48_txt-3364" : "请输拼音",
    "deviceInfoManage_form_page_line55_txt-1788" : "线路必须选择",
    "deviceInfoManage_form_page_line60_txt-3469" : "车辆:",
    "deviceInfoManage_form_page_line71_txt-3364" : "请输拼音",
    "deviceInfoManage_form_page_line78_txt-1794" : "车辆必须选择",
    "deviceInfoManage_form_page_line83_txt-3216" : "旧终端号",
    "deviceInfoManage_form_page_line91_txt-3201" : "新终端号",
    "deviceInfoManage_form_page_line98_txt-1264" : "请输入新终端号",
    "deviceInfoManage_form_page_line102_txt-910" : "新终端号必须填写",
    "deviceInfoManage_form_page_line110_txt-4422" : "旧SIM卡号:",
    "deviceInfoManage_form_page_line113_txt-3357" : "请输入旧SIM卡号",
    "deviceInfoManage_form_page_line118_txt-3701" : "新SIM卡号:",
    "deviceInfoManage_form_page_line121_txt-3356" : "请输入新SIM卡号",
    "deviceInfoManage_form_page_line126_txt-2258" : "故障描述:",
    "deviceInfoManage_form_page_line134_txt-4403" : "保修描述:",
    "deviceInfoManage_form_page_line197_txt-4173" : "提交",
    "deviceInfoManage_form_page_line198_txt-3817" : "取消",

    // module.js
    "deviceInfoManage_module_js_line26_txt-3347" : "线路名称",
    "deviceInfoManage_module_js_line27_txt-1476" : "车辆内部编号",
    "deviceInfoManage_module_js_line28_txt-3211" : "启用日期",
    "deviceInfoManage_module_js_line29_txt-2185" : "旧设备编号",
    "deviceInfoManage_module_js_line30_txt-3201" : "新终端号",
    "deviceInfoManage_module_js_line148_txt-3729" : "失败:",
    "deviceInfoManage_module_js_line269_txt-3243" : "车辆 {{clZbh}} 设备信息",

    //------------ 车辆配置管理模块 -----------//
    // 模块位置:../module/core/busConfig
    // 页面;index.html
    "busConfig_index_page_line3_txt-1657" : "车辆配置管理",
    "busConfig_index_page_line9_txt-3807" : "首页",
    "busConfig_index_page_line13_txt-1303" : "运营计划管理",
    "busConfig_index_page_line17_txt-1657" : "车辆配置管理",
    "busConfig_index_page_line36_txt-3688" : "配置表",
    "busConfig_index_page_line41_txt-3261" : "添加配置",
    "busConfig_index_page_line47_txt-3339" : "数据工具",
    "busConfig_index_page_line54_txt-4449" : "导入Excel",
    "busConfig_index_page_line60_txt-4493" : "导出Excel",

    // 页面:orderOptionOpen.html
    "busConfig_orderOptionOpen_page_line5_txt-1682" : "排序字段选择",
    "busConfig_orderOptionOpen_page_line17_txt-4018" : "确定",

    // 页面:list.html
    "busConfig_list_page_line7_txt-3934" : "序号",
    "busConfig_list_page_line8_txt-3347" : "线路名称",
    "busConfig_list_page_line9_txt-3096" : "所在公司",
    "busConfig_list_page_line10_txt-2188" : "所在分公司",
    "busConfig_list_page_line11_txt-2597" : "内部编号",
    "busConfig_list_page_line12_txt-3094" : "设备编号",
    "busConfig_list_page_line13_txt-3211" : "启用日期",
    "busConfig_list_page_line14_txt-3699" : "停车点",
    "busConfig_list_page_line15_txt-3874" : "状态",
    "busConfig_list_page_line16_txt-3942" : "操作",
    "busConfig_list_page_line30_txt-3364" : "请输拼音",
    "busConfig_list_page_line45_txt-3364" : "请输拼音",
    "busConfig_list_page_line60_txt-3364" : "请输拼音",
    "busConfig_list_page_line67_txt-1773" : "输入内部编号",
    "busConfig_list_page_line74_txt-3746" : "已作废",
    "busConfig_list_page_line81_txt-4001" : "搜索",
    "busConfig_list_page_line91_txt-3385" : "排序选项",
    "busConfig_list_page_line99_txt-4000" : "重置",
    "busConfig_list_page_line143_txt-3866" : "详细",
    "busConfig_list_page_line144_txt-4028" : "修改",
    "busConfig_list_page_line146_txt-390" : "是否作废车辆配置信息?",
    "busConfig_list_page_line147_txt-3429" : "线路:",
    "busConfig_list_page_line147_txt-2597" : "内部编号",
    "busConfig_list_page_line147_txt-32" : "如果排班规则关联此配置,会报错,建议修改配置的车辆!",
    "busConfig_list_page_line149_txt-4257" : "是",
    "busConfig_list_page_line150_txt-3817" : "取消",
    "busConfig_list_page_line153_txt-4143" : "作废",
    "busConfig_list_page_line154_txt-4211" : "撤销",
    "busConfig_list_page_line163_txt-3053" : "显示从{{from}}到{{to}} 共{{total}}条 每页显示10条",
    "busConfig_list_page_line176_txt-4430" : "首页",
    "busConfig_list_page_line177_txt-3613" : "上一页",
    "busConfig_list_page_line178_txt-3614" : "下一页",
    "busConfig_list_page_line179_txt-4068" : "尾页",

    // 页面:detail.html
    "busConfig_detail_page_line3_txt-1657" : "车辆配置管理",
    "busConfig_detail_page_line9_txt-3807" : "首页",
    "busConfig_detail_page_line13_txt-1303" : "运营计划管理",
    "busConfig_detail_page_line17_txt-1657" : "车辆配置管理",
    "busConfig_detail_page_line21_txt-844" : "车辆配置详细信息",
    "busConfig_detail_page_line45_txt-3347" : "线路名称",
    "busConfig_detail_page_line53_txt-4009" : "车辆",
    "busConfig_detail_page_line61_txt-2247" : "所在公司:",
    "busConfig_detail_page_line69_txt-1764" : "所在分公司:",
    "busConfig_detail_page_line77_txt-3211" : "启用日期",
    "busConfig_detail_page_line85_txt-2242" : "终止日期:",
    "busConfig_detail_page_line94_txt-3699" : "停车点",

    // 页面:edit.html
    "busConfig_edit_page_line3_txt-1657" : "车辆配置管理",
    "busConfig_edit_page_line9_txt-3807" : "首页",
    "busConfig_edit_page_line13_txt-1303" : "运营计划管理",
    "busConfig_edit_page_line17_txt-1657" : "车辆配置管理",
    "busConfig_edit_page_line21_txt-837" : "修改车辆配置信息",
    "busConfig_edit_page_line29_txt-3849" : "表单",
    "busConfig_edit_page_line44_txt-3347" : "线路名称",
    "busConfig_edit_page_line54_txt-3364" : "请输拼音",
    "busConfig_edit_page_line61_txt-1788" : "线路必须选择",
    "busConfig_edit_page_line65_txt-4009" : "车辆",
    "busConfig_edit_page_line75_txt-3364" : "请输拼音",
    "busConfig_edit_page_line88_txt-1794" : "车辆必须选择",
    "busConfig_edit_page_line97_txt-3211" : "启用日期",
    "busConfig_edit_page_line101_txt-1284" : "请选择启用日期",
    "busConfig_edit_page_line114_txt-915" : "启用日期必须选择",
    "busConfig_edit_page_line119_txt-2242" : "终止日期:",
    "busConfig_edit_page_line123_txt-1284" : "请选择终止日期",
    "busConfig_edit_page_line138_txt-3485" : "停车场",
    "busConfig_edit_page_line148_txt-3364" : "请输拼音",
    "busConfig_edit_page_line155_txt-1224" : "停车场必须填写",
    "busConfig_edit_page_line160_txt-3212" : "配置类型",
    "busConfig_edit_page_line168_txt-1466" : "上行出场里程",
    "busConfig_edit_page_line176_txt-503" : "上行出场里程必须填写",
    "busConfig_edit_page_line179_txt-3265" : "输入数字",
    "busConfig_edit_page_line185_txt-1465" : "上行出场时间",
    "busConfig_edit_page_line193_txt-502" : "上行出场时间必须填写",
    "busConfig_edit_page_line196_txt-3264" : "输入整数",
    "busConfig_edit_page_line202_txt-1459" : "下行出场里程",
    "busConfig_edit_page_line210_txt-498" : "下行出场里程必须填写",
    "busConfig_edit_page_line213_txt-3265" : "输入数字",
    "busConfig_edit_page_line219_txt-1458" : "下行出场时间",
    "busConfig_edit_page_line227_txt-497" : "下行出场时间必须填写",
    "busConfig_edit_page_line230_txt-3264" : "输入整数",
    "busConfig_edit_page_line236_txt-1463" : "上行进场里程",
    "busConfig_edit_page_line244_txt-501" : "上行进场里程必须填写",
    "busConfig_edit_page_line247_txt-3265" : "输入数字",
    "busConfig_edit_page_line253_txt-1462" : "上行进场时间",
    "busConfig_edit_page_line261_txt-500" : "上行进场时间必须填写",
    "busConfig_edit_page_line264_txt-3264" : "输入整数",
    "busConfig_edit_page_line270_txt-1456" : "下行进场里程",
    "busConfig_edit_page_line278_txt-496" : "下行进场里程必须填写",
    "busConfig_edit_page_line281_txt-3265" : "输入数字",
    "busConfig_edit_page_line287_txt-1455" : "下行进场时间",
    "busConfig_edit_page_line295_txt-495" : "下行进场时间必须填写",
    "busConfig_edit_page_line298_txt-3264" : "输入整数",
    "busConfig_edit_page_line312_txt-4173" : "提交",
    "busConfig_edit_page_line313_txt-3817" : "取消",

    // 页面:form.html
    "busConfig_form_page_line3_txt-1657" : "车辆配置管理",
    "busConfig_form_page_line9_txt-3807" : "首页",
    "busConfig_form_page_line13_txt-1303" : "运营计划管理",
    "busConfig_form_page_line17_txt-1657" : "车辆配置管理",
    "busConfig_form_page_line21_txt-840" : "添加车辆配置信息",
    "busConfig_form_page_line29_txt-3849" : "表单",
    "busConfig_form_page_line44_txt-3347" : "线路名称",
    "busConfig_form_page_line54_txt-3364" : "请输拼音",
    "busConfig_form_page_line61_txt-1788" : "线路必须选择",
    "busConfig_form_page_line65_txt-4009" : "车辆",
    "busConfig_form_page_line75_txt-3364" : "请输拼音",
    "busConfig_form_page_line88_txt-1794" : "车辆必须选择",
    "busConfig_form_page_line97_txt-3211" : "启用日期",
    "busConfig_form_page_line101_txt-1284" : "请选择启用日期",
    "busConfig_form_page_line114_txt-915" : "启用日期必须选择",
    "busConfig_form_page_line119_txt-2242" : "终止日期:",
    "busConfig_form_page_line123_txt-1284" : "请选择终止日期",
    "busConfig_form_page_line138_txt-3485" : "停车场",
    "busConfig_form_page_line148_txt-3364" : "请输拼音",
    "busConfig_form_page_line155_txt-1224" : "停车场必须填写",
    "busConfig_form_page_line160_txt-3212" : "配置类型",
    "busConfig_form_page_line168_txt-1466" : "上行出场里程",
    "busConfig_form_page_line176_txt-503" : "上行出场里程必须填写",
    "busConfig_form_page_line179_txt-3265" : "输入数字",
    "busConfig_form_page_line185_txt-1465" : "上行出场时间",
    "busConfig_form_page_line193_txt-502" : "上行出场时间必须填写",
    "busConfig_form_page_line196_txt-3264" : "输入整数",
    "busConfig_form_page_line202_txt-1459" : "下行出场里程",
    "busConfig_form_page_line210_txt-498" : "下行出场里程必须填写",
    "busConfig_form_page_line213_txt-3265" : "输入数字",
    "busConfig_form_page_line219_txt-1458" : "下行出场时间",
    "busConfig_form_page_line227_txt-497" : "下行出场时间必须填写",
    "busConfig_form_page_line230_txt-3264" : "输入整数",
    "busConfig_form_page_line236_txt-1463" : "上行进场里程",
    "busConfig_form_page_line244_txt-501" : "上行进场里程必须填写",
    "busConfig_form_page_line247_txt-3265" : "输入数字",
    "busConfig_form_page_line253_txt-1462" : "上行进场时间",
    "busConfig_form_page_line261_txt-500" : "上行进场时间必须填写",
    "busConfig_form_page_line264_txt-3264" : "输入整数",
    "busConfig_form_page_line270_txt-1456" : "下行进场里程",
    "busConfig_form_page_line278_txt-496" : "下行进场里程必须填写",
    "busConfig_form_page_line281_txt-3265" : "输入数字",
    "busConfig_form_page_line287_txt-1455" : "下行进场时间",
    "busConfig_form_page_line295_txt-495" : "下行进场时间必须填写",
    "busConfig_form_page_line298_txt-3264" : "输入整数",
    "busConfig_form_page_line312_txt-4173" : "提交",
    "busConfig_form_page_line313_txt-3817" : "取消",

    // 页面:dataImport.html
    "busConfig_dataImport_page_line2_txt-4336" : "车辆配置信息excel数据导入",
    "busConfig_dataImport_page_line7_txt-2684" : "选择文件",
    "busConfig_dataImport_page_line20_txt-3658" : "文件名",
    "busConfig_dataImport_page_line21_txt-4092" : "大小(M)",
    "busConfig_dataImport_page_line22_txt-4091" : "进度",
    "busConfig_dataImport_page_line23_txt-3874" : "状态",
    "busConfig_dataImport_page_line24_txt-3942" : "操作",
    "busConfig_dataImport_page_line53_txt-4154" : "上传",
    "busConfig_dataImport_page_line57_txt-3817" : "取消",
    "busConfig_dataImport_page_line60_txt-3868" : "删除",
    "busConfig_dataImport_page_line71_txt-4015" : "关闭",

    // module.js
    "busConfig_module_js_line25_txt-3347" : "线路名称",
    "busConfig_module_js_line26_txt-3096" : "所在公司",
    "busConfig_module_js_line27_txt-3777" : "分公司",
    "busConfig_module_js_line28_txt-2597" : "内部编号",
    "busConfig_module_js_line29_txt-3094" : "设备编号",
    "busConfig_module_js_line30_txt-3211" : "启用日期",
    "busConfig_module_js_line31_txt-3127" : "是否作废",
    "busConfig_module_js_line112_txt-1806" : "请选择线路!",
    "busConfig_module_js_line170_txt-1616" : "车辆配置信息",
    "busConfig_module_js_line251_txt-3729" : "失败:",
    "busConfig_module_js_line386_txt-4342" : "车辆 {{clZbh}} 配置详细信息",


    // TODO:
};