zh_TW.js 51.8 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 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291
import enLocale from 'element-ui/lib/locale/lang/zh-TW'

const zh_TW = {
    login: {
        btn: '登 入',
        rememberPw: '記住密碼',
        loginLoading: '正在登錄中...',
        platformName: '智慧連鎖客流分析平台'
    },
    home: {
        home: '首頁',
        traffic: '客流統計',
        custBehavior: '顧客行為',
        peciseTraff: '人臉分析',
        dataAnalysis: '數據分析',
        backstage: '後台管理',
        dropOut: '登出',
        version: '版本號',
        manual: '使用手冊',
    },
    navData: {
        blocks: '集團',
        malls: '門市',
        floors: '樓層',
        stores: '區域',
        gates: '監控點',
        devices: '設備',
        shopName:'請輸入門市',
        floorname: '請輸入樓層',
        areaName: '請輸入區域',
        nodata: '無數據資料',
        load: '資料載入中...',
    },
    reportHandle: {
        day: '日報',
        week: '週報',
        month: '月報',
        year: '年報',
        simpleBtn: '簡易報表',
        today: '當日',
        yesterday: '昨日',
        lastweek: '一週前',
        button: '進階報表',
    },
    head: {
        title: '統計分析',
        otherRep: '更多日期選項',
        mallOpenedCount: '營業中門市數量',
        mallOpenedArea: '營業中門市面積',
        StoreAllTraffic: '店均客流',
        mallArea: '門市面積',
        comparedInnum: '上週同期',
        comparedSale: '銷售額環比',
        dayDensity: '昨日客流',
        density: '客流密度',
        comparedLastYearInnum: '去年同期',
        dayInnum: '當日客流',
        innum: '本週客流人次',
        monthInnum: '當月客流人次',
        yearInnum: '年度客流人次',
        enableDayInnum: '客流人數',
        averageInnum: '日均客流',
        trafficRatio: '客流占比',
        workdayAverageInnum: '工作日平均客流',
        workdayAverageSales: '工作日平均銷售額',
        weekendAverageInnum: '週休日平均客流',
        weekendAverageSales: '週休日平均銷售額',
        daySales: '累計銷售額',
        averageSells: '日均銷售額',
        weekSales: '本週銷售額',
        monthSales: '當月銷售額',
        yearSales: '年度銷售額',
        averageSales: '日均銷售額',
        perTransaction: '客單價',
        perSquare: '坪效',
        Depth: '游逛深度',
        formatNum: '業態數',
        storeNum: '區域數',
        gateNum: '出入口個數',
        durationTime: '滯留時間',
        enteringRate: '進店率',
        handbagRate: '提袋率',
        turnover: '成交量',
        man: '男',
        woman: '女',
        clerkNum:'店員人次',
        repeatTraff:'重複客流',
        effectiveTraff:'客流人數',
        yesterdayInnum: '昨日客流',
        lastweekInnum: '上週客流',
        lastmonthInnum: '上月客流',
        lastyearInnum: '去年客流',
        comparedMonthInnum: '上月同期',
        comparedYearInnum: '去年同期',
        workday: '雙休日對工作日增長率',
        inTnum: '當日進客流',
        outTnum: '當日出客流',
        retentNum: '滯留量',
    },
    format: {
        mall: '座',
        perTime: '人次',
        perNum: '人',
        millionTime: '萬人次',
        millionNum: '萬人',
        squareMeters: '坪米',
        millionSquareM: '萬平米',
        saleUnit: '元',
        salesUnit: '萬元',
        minutesUnit: '分鐘',
        hoursUnit: '小時',
        minute: '分鐘',
        seven: '近7天',
        fifteen: '近15天',
        thirty: '近30天',
        TRAFFIC: '客流人次',
        SALES: '銷售額',
        DEPTH: '游逛深度',
        PERAREAVALUE: '坪效',
        PREPRICE: '客單價',
        ENTERINGRATE: '進店率',
        DURATIONTIME: '滯留時間',
        VOLUME: '成交量',
        BAGRATE: '提袋率',
        ORDER: '成交量',
        HANDBAGRATE: '提袋率',
        TREND: '趨勢',
        ZONENUM: '門市數量',
        INNUM: '進客流',
        OUTNUM: '出客流',
        millionflDensity: '萬人次/平米',
        flDensity: '人次/平米',
        threshold: '阈值',
        quarter1th: '第一季度',
        quarter2nd: '第二季度',
        quarter3rd: '第三季度',
        quarter4th: '第四季度',
        intervalMin: '分鐘'
    },
    asis: {
        BasicAsis: '基礎分析',
        SeqAnalysis: '同環比分析',
        MainStore: '主力店鋪同環比',
        TimeHeat: '來客時段分佈',
        WeatherAsis: '天氣與客流分析',
        HolidayAct: '節日活動客流分析',
        SameHolidayAct: '同節日客流比較',
        Comprehen: '綜合比較分析',
        CompareTime: '時段比較分析',
        WeekComp: '週間週末客流比較',
        IoFlow: '進出客流分析',
        RankAsis: '多店客流排行',
        BlocArea: '集團區域客流統計',
        DurationTime: '滯留時間統計',
        PassengerRetention: '進出客流滯留量',
        FisheyeRetention: '魚眼滯留量',
        StoreRate: '進店率統計',
        HeatMap: '區域客流熱力圖',
        PointHeat: '點位熱力',
        FloorHeatMap:'樓層熱力',
        MoveLine: '客流動線',
        HappinessIndex: '開心指數',
        ZoneTrafficDirection: '區域客流方向',
        AreaGroup: '區域客群分析',
        ResidenceTime: '滯留時間分析',
        CustomTrack: '顧客軌跡',
        Areaheat: '區域熱力',
        Trackheat: '軌跡熱力',
        MoveLineAnalysis: '動線分析',
        moreOp: '更多選項',
        eventName: '節日名稱',
        eventStartTime: '節日開始日期',
        eventEndTime: '節日結束日期',
        eventDay: '節日持續天數',
        eventDayTraffic: '當日客流人次',
        eventTraffic: '當日客流人次-平均客流人次',
        eventAveTraffic: '平均客流人次',
        Timecomp: '時間對比分析',
        AlarmLog: '客流密度預警',
        TrafficDensity: '客流密度',
        ReturnShop: '返店分析',
        dataReport: '客流數據分析報告',
        BasicAnalysis: '基礎分析',
        ContrastiveAsis: '對比分析',
        WeatherActAsis: '天氣活動分析',
        TrafficHeatMap: '客流熱力',
        TrafficDirection: '客流方向',
        HumanFaceAsis: '顧客跟蹤',
        FisheyeThermal: '人臉熱力',
        MultiTrafficDirection: '樓層轉換率'
    },
    asisTab: {
        level: '分析項目設定 :',
        mall: '門市',
        floor: '樓層',
        inOut: '出入口',
        Nonentry: '非出入口',
        store: '區域',
        zone: '區域',
        mallT: '門市:',
        floorT: '樓層:',
        storeT: '區域:',
        inOutT: '出入口:',
        inOutLev: '出入口:',
        format: '業態',
        province: '省份',
        city: '城市',
        county: '區縣',
        date: '日期:',
        index: '指標:',
        event: '活動:',
        day: '日',
        week: '週',
        month: '月',
        year: '年',
        custom: '自行定義',
        timeA: '時間1:',
        timeB: '時間2:',
        class: '類比:',
        mall: '門市',
        gate: '出入口',
        all: '全部',
        timeA: '時間1 :',
        timeB: '時間2 :',
        class: '類比 :',
        all: '全部',
        manType: '人員類型',
        manNum: '人數',
        residenceTime: '滯留時間',
        comprehensive: '平均滯留時間',
        setting: '設置',
        period: '自定義時間段',
        filterRule: '過濾規則',
        unlimited: '不限',
        loose: '寬鬆',
        standard: '標準',
        strict: '嚴格',
        number: '個數',
        heatmapShowWay: '熱力圖展示方式',
        interval: '間隔',
        order: '階數',
        objectNum: '對象個數',
        singleObj: '單對象',
        multipleObj: '多對象',
        gatePosition: '監控點位置',
        proportion: '佔比',
        reportType: '報告類型',
        dayReport: '日報',
        weekReport: '週報',
        monthReport: '月報',
        yearReport: '年報',
        customReport: '自定義',
        customLossTime: '自定義流失時間(秒):'
    },
    title: {
        mall: '門店',
        floor: '樓層',
        gate: '出入口',
        zone: '區域',
        format: '業態',
    },
    Behavior: {
        capturecamera: '進店抓拍記錄',
        clerkcamera: '店員抓拍記錄',
        mallGroup: '門市客群統計',
        customGroup: '出入口客群統計',
        groupTime: '客群分時統計',
        gateFlow: '各通道客群統計',
        areaflowtime: '區域客流分時統計',
        effectiveflow: '綜合客流統計',
        trafficstat: '客流人數統計',
        frequency: '到店頻次統計',
        AreaGroup: '區域客群統計',
        CustomTrack: '顧客軌跡',
        moreOp: '更多選項',
        isEffTra: '客流人數',
        identified: '已識別',
        unrecognized: '未識別',
        isShowAll:  '查看全部',
        CustomersAsis: '客群分析',
        NewOldCustomer: '新老顧客',
        areaCustomersAsis: '區域客群分析',
        CaptureDetails: '抓拍詳情',
        ReidTraffic: 'REID客流',
        HumanFaceAsis: '顧客跟蹤',
        FisheyeThermal: '人臉熱力',
        MoveLine: '客流動線',
        HappinessIndex: '開心指數',
        TrafficDirection: '人臉客流動線',
        ZoneTrafficDirection: '區域客流方向',
        ResidenceTime: '滯留時間分析',
        CustomTrack: '顧客軌跡',
        Areaheat: '區域熱力',
        Trackheat: '軌跡熱力',
        MoveLineAnalysis: '動線分析',
        MultiTrafficDirection: '樓層轉換率',
        LossCustomer: '流失客流分析'
    },
    Management: {
        UserManage: '用戶管理',
        UserInfoManage: '個人信息',
        BlocManage: '集團管理',
        GroupManage: '分組管理',
        MallManage: '門市管理',
        FloorManage: '樓層管理',
        ZoneManage: '區域管理',
        GateManage: '監控點管理',
        DeviceStatus: '設備管理',
        DeviceScreenshot: '相機截圖',
        ClerkManage: '店員管理',
        PersonManage: '人員管理',
        PersonTypeManage: '人員類型管理',
        ActManage: '活動管理',
        ImgManage: '店鋪標註',
        RoleManage: '角色管理',
        MenuManage: '功能管理',
        MallControl: '門市配置',
        DeviceSearch: '設備查詢',
        DeviceDataSearch: '設備數據查詢',
        DeviceState: '設備狀態',
        DeviceData: '數據對比',
        WeChat: '消息通知',
        LoginLog: '登錄日誌',
        AlarmLog: '客流密度預警',
        VideoPlayer: '視頻巡店',
        OrganInform: '組織信息管理',
        OrganRelatBuild: '組織關係建立',
        FontEndManage: '前端功能管理',
        BackEndManage: '後端功能管理'
    },
    button: {
        simpleBtn: '簡易報表',
        autoRefresh: '自動更新報表',
        refresh: '刷新',
        confirm: '確認',
        cancel: '取消',
        edit: '編輯',
        groupEdit: '編輯',
        groupAdd: '新增',
        delete: '刪除',
        details: '詳情',
        reset: '重設',
        search: '查詢',
        addUser: '新增用戶',
        addGroup: '新增集團',
        addSquare: '新增門市',
        addFloor: '新增樓層',
        addArea: '新增區域',
        addSite: '新增監控點',
        addDevice: '新增設備',
        addPhoto: '新增照片',
        deviceBind: '設備綁定',
        addEvent: '新增活動',
        unbind: '綁定/解綁',
        bind: '綁定',
        binding: '綁 定',
        ubind: '解綁',
        mark: '標記店員',
        unmark: '取消標記',
        load: '下載資料',
        closed: '關 閉',
        getXY: '獲取坐標',
        hour: '以小時檢視',
        min: '以分鐘檢視',
        day: '以天檢視',
        week: '以周檢視',
        month: '以月檢視',
        summary: '以匯總視',
        dayLevel: '以天檢視',
        detail: '明細',
        permiss: '權限設定',
        showTrack: '查看軌跡',
        moreSetting: '更多配置',
        totalTraffic: '總客流對比',
        dayTraffic: '天級對比',
        disable: '禁用',
        enable: '啟用',
        resetPW: '重置密碼',
        personTime: '顧客人次',
        personNum: '顧客人數',
        loadNum: '導出門店',
        deviceSearch: '查詢設備序列號',
        recommend: '推薦',
        uploaing: '正在添加...',
        table: '表格',
        chart: '圖表',
        ignore: '忽略',
        realtimeRefresh: '實時刷新',
        historicalRecord: '歷史記錄',
        historicalShot: '歷史截圖',
        firstTimeToStore: '首次到店',
        manyTimeToStore: '多次到店',
        personGroup: '按人分組',
        allSnap: '全部抓拍',
        inNum: '進客流',
        outNum: '出客流',
        durationTimeDistributed: '滯留時間分佈',
        aveDurationTimeDistributed: '平均滯留時間',
        unSetting: '未設置',
        markPerson: '標註人員',
        resourceFocus: '關注'
    },
    table: {
        mall: '門市',
        total: '合計',
        average: '平均',
        person: '人次',
        personCount: '人數',
        male: '男',
        female: '女',
        staff: '店員',
        newCustomer: '新顧客',
        oldCustomer: '老顧客',
        times: '次',
        ages: '歲',
        order: '編號',
        username: '用戶名',
        name: '姓名',
        merchant: '所屬商戶',
        ownShop: '所屬店鋪',
        CreatTime: '建立時間',
        ExpireTime: '到期時間',
        Userstate: '用戶狀態',
        operate: '操作',
        blocName: '集團名稱',
        bloc: '所屬集團',
        admin: '管理員',
        founder: '創建人',
        describe: '描述',
        squareName: '門市名稱',
        openTime: '開業時間',
        todayFlow: '今日客流',
        todayTurnover: '今日營業額',
        businessTime: '營業時間',
        externalNum: '外部編號',
        squareArea: '門市面積',
        state: '狀態',
        stateA: '正常',
        stateB: '停用',
        NotOpenShop: '待開業',
        OpenShop: '營業',
        CloseShop: '閉店',
        countries: '國家',
        area: '地區',
        provinces: '省份',
        city: '城市',
        county: '區縣',
        grouping: '所屬分組',
        monitorSiteBind: '監控點綁定',
        floorName: '樓層名稱',
        floorPlan: '平面圖',
        square: '所屬門市',
        areaName: '區域名稱',
        type: '類型',
        shopNum: '鋪位號',
        shopUnitId: '鋪位ID',
        floor: '所屬樓層',
        monitorSiteName: '監控點名稱',
        InstallationFloor: '安裝樓層',
        SquareEntrance: '門市入口',
        faceCamera: '人臉相機',
        deviceBind: '設備綁定',
        localIP: '本地IP',
        deviceNum: '設備序號',
        channelNum: '通道數量',
        extranet: '外網IP',
        deviceImg: '圖片',
        age: '年齡',
        gender: '性別',
        position: '職位',
        expression: '表情',
        time: '時間',
        faceMap: '人臉照片',
        eventName: '活動名稱',
        eventLevel: '活動級別',
        startTime: '開始日期',
        endTime: '結束日期',
        eventDay: '活動當日',
        lastDay: '持續天數',
        eventDescription: '活動描述',
        weather: '天氣',
        dayNum: '天數',
        aqiIndex: '平均AQI指數',
        averTem: '平均溫度',
        passFlow: '客流量(人次)',
        date: '日期',
        week: '星期',
        tem: '溫度',
        addgroup: '用戶分組資訊',
        addMenu: '菜單',
        menuRouter: '菜單路由',
        menuName: '菜單名稱',
        groupName: '分組名稱 :',
        enName: '英文名稱 :',
        englishName: '英文名稱',
        parentGroup: '父級分組 :',
        basicInforM: '基本訊息 :',
        idPhoto: '證件照片',
        featurePhoto: '特徵照片',
        customerVisits: '顧客人次',
        customersNum: '顧客人數',
        roleName: '角色名稱',
        totalCount: '總人次',
        totalNum: '總人數',
        customerCount: '顧客人次',
        customerNum: '顧客人數',
        staffManTime: '員工人次',
        staffNum: '員工人數',
        pageHead: '共',
        pageTail: '條記錄, 每頁顯示',
        trafficNum: '客流人次',
        trackName: '軌跡詳情',
        showTrack: '查看軌跡',
        loginTime: '登入時間',
        alarmIM: '报警信息',
        yes: '是',
        no: '否',
        createType: '創建類型',
        manualTag: '手動標注',
        autoTag: '自動標注',
        newCreateTag: '新增標注',
        personTypeName: '類型名稱',
        personTypeLevel: '類型級別',
        aliveTime: '心跳時間',
        tabWarn: '數據報警',
        tabPush: '數據推送',
        notifyKpiMall: '商場',
        notifyKpiGate: '監控點',
        notifyDeviceStatus: '設備狀態',
        faceData: '報表數據',
        tabMessageTitle: '消息綁定類型',
        tabResourceTitle: '資源綁定',
        resourceUnBind: '未關注資源列表',
        resourceBind: '已關注資源類型',
        tabWechatPush: '微信推送',
        tabEamilPush: '郵箱推送'
    },
    dialog: {
        confirm: '確 認',
        cancel: '取 消',
        cancelBind: '取消綁定',
        open: '開 啟',
        close: '關 閉',
        name: '名稱',
        add: '新增',
        addBloc: '新增集團',
        addMall: '新增門市',
        addClerk: '新增店員',
        addPerson: '新增人員',
        editPerson: '編輯人員',
        addPersonType: '新增人员类型',
        addDevice: '新增設備',
        deviceBind: '設備綁定',
        editUser: '編輯用戶',
        editBloc: '編輯集團',
        editMall: '編輯門市',
        editFloor: '編輯樓層',
        editArea: '編輯區域',
        editSite: '編輯監控點',
        editClerk: '編輯店員',
        editDevice: '編輯設備',
        editEvent: '編輯活動',
        editRole: '編輯角色',
        age: '年齡',
        loginName: '用戶名',
        realName: '姓名',
        password: '密碼',
        oldPW: '舊密碼',
        newPW: '新密碼',
        confirmPW: '確認密碼',
        changePW: '修改密碼',
        resetPW: '密碼過於簡單,請修改密碼', 
        tel: '電話號碼',
        email: '電子郵件',
        accountId: '所屬門市',
        userState: '用戶狀態',
        blocName: '集團名稱',
        admin: '管理員',
        manager: '負責人',
        logo: 'logo上傳',
        description: '描述',
        Lal: '經緯度',
        coordinate: '坐標軸',
        number: '序號',
        deviceName: '設備號碼',
        Mac: 'Mac地址',
        hwVersion: '硬體版本',
        swVersion: '軟體版本',
        duration: '起止日期',
        bindSite: '監控點綁定',
        posBind: '正向綁定',
        reBind: '反向綁定',
        perBind: '外圍綁定',
        gateBind: '出入口綁定',
        arbindS: '已綁定監控點',
        unbind: '取消綁定',
        shoplist: '門市列表',
        addRole: '新增角色',
        mallPermiss: '門市權限',
        selectRole: '選擇角色',
        permission: '已有權限',
        hasRole: '已有角色',
        allPermiss: '全部權限',
        noRole: '暫無角色',
        deviceNum: '設備號碼',
        aisle: '通道',
        businessType: '業務類型',
        backImg: '背景圖',
        resolution: '分辨率',
        upload: '點擊上傳',
        deviceDetail: '設備詳情',
        menuList: '功能列表',
        mallSetting: '門市配置',
        showAllPic: '查看所有圖片',
        profilePic: '證件照',
        bindWx: '綁定微信',
        allAccount: '全部商戶',
        gender: '性別',
        rolePermission: '角色權限',
        customerProperty: '顧客屬性',
        to: '至',
        allCapture: '所有抓拍',
        noHave: '暫無',
        format: '所屬業態',
        subFormat: '所屬業種',
        mapVisible: '顯示地圖',
        mapVisibleCenter: '地圖範圍',
        mapCoordinateTitle: '地圖坐標拾取',
        scopeMapTitle: '地圖範圍拾取',
        lng: '經度',
        lat: '緯度',
        showHistory: '查看歷史記錄',
        snapshotRecord: '抓拍記錄',
        markClerk: '標注店員',
        markConfirmMsg: '是否標注該人員為店員?',
        markConfirmTip: '注: 此功能標注的店員不會進入店員庫',
        typeName: '類型名稱',
        typeLevel: '類型級別',
        note: '備註'
    },
    tooltip :{
        holidayTipA: '活動日平均客流 : 活動持續期間的平均客流',
        holidayTipB: ' 週休日平均客流 : 從本年度第一天截止到當前節日,所有不包含節假日的週休日的平均客流',
        holidayTipC: ' 工作日平均客流 : 從本年度第一天截止到當前節日,所有不包含節假日的工作日的平均客流',
        holidayTipD: ' 註 : 元旦為每年第一天,故元旦的計算日期預設為上一年度整年',
    },
    pholder: {
        clerkName: '店員姓名',
        personName: '人員姓名',
        shopSearch: '請輸入門市名稱',
        username: '用戶名稱',
        shop: '門市名稱',
        floor: '樓層名稱',
        area: '區域名稱',
        type: '請選擇類型',
        type1: '門市',
        type2: '主力店',
        type3: '普通區域',
        type4: '動線區域',
        state: '請選擇狀態',
        state1: '正常',
        state2: '停用',
        allstate: '全部狀態',
        stateA: '在線',
        stateB: '離線',
        countries: '國家選擇',
        provinces: '省份選擇',
        city: '城市選擇',
        county: '區縣選擇',
        floorS: '樓層選擇',
        shopS: '門市選擇',
        select: '請選擇',
        site: '請選擇監控點',
        camera: '請選擇相機',
        date: '請選擇日期',
        ip: '請輸入IP地址',
        deviceNumber: '請輸入設備序號',
        Site: '請輸入監控點名稱',
        mall: '請選擇所屬廣場',
        nodata: '無數據資料',
        x: 'X軸',
        y: 'Y軸',
        groupName: '請輸入分組名稱',
        enName: '請輸入英文名稱',
        allFloor: '全部樓層',
        allArea: '全部區域',
        allType: '全部類型',
        allGate: '全部監控點',
        allChannel: '全部通道',
        all: '全部',
        inOut: '出入口',
        Nonentry: '非出入口',
        week: '請選擇周',
        month: '請選擇月',
        year: '請選擇年',
        startDate: '開始時間',
        endDate: '結束時間',
        shopSelect: '請選擇門市',
        floorSelect: '請選擇樓層',
        areaSelect: '請選擇區域',
        zoneSelect: '請選擇店鋪',
        mallPermissSel: '請選擇門店權限',
        rolePermissSel: '請選擇角色權限',
        gateLevel: '請選擇出入口級別',
        gateType: '請選擇出入口',
        event: '請選擇活動',
        kpi: '請選擇指標',
        grouping: '請選擇所屬分組',
        enterPersonType: '請選擇人員類型',
        zoneNum: '請選擇區域個數',
        eventType:'請選擇活動類型',
        eventTypeA: '節假日',
        eventTypeB: '活動',
        eventLevel: '請選擇活動級別',
        eventLevelA: '集團',
        eventLevelB: '門店',
        inStore: '店內',
        outStore: '店外',
        gatePosition: '請選擇監控點位置',
        allMall: '全部門店',
        selectMallPermiss: '選擇門店權限',
        rolePermiss: '選擇角色權限',
        rankTopBottom: '前10/後10',
        format: '請選擇業態',
        subFormat: '請選擇業種', 
        intervalSelect: '請選擇間隔時間',
        orderNumberSelect: '請輸入階數',
        startMinSelect: '請輸入開始分鐘',
        endMinSelect: '請輸入結束分鐘'
    },
    message:{
        get: '確認取得',
        reportFailed: '報表產生錯誤,請重新再試一次',
        timeIllegal: '選取時間格式不合法',
        noAreaId: '該區域ID不存在',
        noEvent: '該節日/活動不存在',
        nomenu: '您沒有訪問該功能之權限,如欲新增權限請聯絡系統管理員',
        captureFailed: '取得抓拍記錄失敗,請重新再試一次',
        loginFailed: '登入失敗!',
        noBloc: '集團不存在!',
        delete: '選取項目將會被永久刪除, 是否繼續?',
        deleteEvent: '確定刪除該活動?',
        confirDelete: '確定刪除?',
        unbindPrompt: '確定是否解綁?',
        prompt: '提示',
        confirm: '確定',
        cancel: '取消',
        deleteSuccess: '删除成功',
        deleteFailed: '刪除失敗,請重新再試一次',
        cancelDelete: '已取消刪除',
        addAbnormal: '新增異常,請重新再試一次',
        editAbnormal: '編輯異常,請重新再試一次',
        uploadImg: '上傳圖片只能是',
        or: '或',
        imgFormat: '格式',
        imgSize: '圖片大小不能超過',
        upload: '上傳成功',
        uploadFailed: '上傳失敗,請重新再試一次',
        addClerkFailed: '新增店員失敗,請重新再試一次',
        editClerkFailed: '編輯店員失敗,請重新再試一次',
        clerkHasAdded: '該圖片已添加至店員資料庫,無法取消',
        deleteFeature: '請刪除特徵照片',
        addLimit: '最多選擇十張',
        selectMall: '請選擇所屬廣場',
        selectCity: '請選擇省份城市',
        coordinate: '請選擇坐標',
        bindDevice: '設備綁定成功',
        deviceFailed: '設備綁定失敗,請重新再試一次',
        bindGate: '該方向的監控點已綁定',
        alreadyBound: '該監控點的其他方向已綁定',
        confirmUnbind: '確定解綁嗎?',
        bind: '綁定異常,請重新再試一次',
        bindSuccess: '綁定成功',
        bindFailed: '綁定失敗,請重新再試一次',
        unbind: '解綁異常,請重新再試一次',
        confirmUnbind: '確定解綁嗎?',
        NoFloorImg: '樓層照片不存在,請添加後再選擇',
        uploadHeatImg: '請上傳背景圖',
        imgWidth: '請輸入分辨率寬度',
        imgHeight: '請輸入分辨率高度',
        labelSuccess: '標註成功',
        labelFailed: '標註失敗,請重新再試一次',
        allocate: '分配成功',
        allocateFailed: '分配失敗,請重新再試一次',
        node: '節點',
        addUser: '新增用戶失敗,請重新再試一次',
        ipOrNumber: '請輸入設備序號/IP',
        all: '全部入口',
        inOut: '入口',
        Nonentry: '非入口',
        editSuccess: '修改成功!',
        editFailed: '修改失敗!',
        isDisabled: '確定禁用該',
        isEnable: '確定啟用該',
        disableSuccess: '禁用成功!',
        disableFailed: '禁用失敗!',
        enableSuccess: '啟用成功!',
        enableFailed: '啟用失敗!',
        changePWSuccess: '密碼修改成功,請重新登錄!',
        changePWFailed: '密碼修改失敗,請重新修改!',
        resetPWSuccess: '密碼重置成功!',
        resetPWFailed: '密碼重置失敗!',
        dpiNotNormal: '圖片尺寸不達標',
        imgloaderror: '圖片加載失敗!文件損壞或者文件格式錯誤!',
        imgLimSize: '上傳頭像圖片大小不能超過',
        confrimResetPW: '是否確認重置密碼?',
        wechatBind: '請查看個人信息是否已綁定微信!',
        editDeviceFailed: '該設備已經綁定監控點,請手動解綁!',
        deviceSelect: '請選擇設備序列號!',
        unsupportChartType: '圖表類型不支持!',
        businessTimeErr: '營業時間設置失敗!',
        addMallErr: '添加門店失敗!',
        editMallErr: '編輯門店失敗!',
        emptyShop: '區域為空!',
        notSupportFunction: '您沒有此功能的訪問權限或項目使用的硬件產品不支持此功能!!',
        customLossTimeVaild: '自定義流失時間不合法!'
    },
    rules: {
        loginName: '請輸入用戶名',
        password: '請輸入密碼',
        wordRules: '請輸入不少於六位包含字母數字的密碼',
        newOldSame: '新舊密碼相同',
        checkWord: '請再次輸入密碼',
        checkDifferent: '兩次輸入密碼不一致',
        blocName: '请输入集团名称',
        blocAdmin: '请输入管理员名称',
        personTypeName: '請輸入類型名稱',
        personTypeLevel: '請選擇類型級別',
        orgIdMall: '請選擇所屬門店',
        emptyAge: '年齡不能為空',
        emptyGender: '請選擇性別'
    },
    allPages: {
        load: '資料下載',
        loadData: '原始資料下載',
        loadType: '選擇下載類型 :',
        all: '全選',
        Image: '圖片',
        Excel: 'Excel',
    },
    echartsTitle: {
        eventEffect: '活動效果比較',
        countyMapTitle: '全國門市佈局',
        customerFeature: '顧客特徵',
        AccountDayCustomerCounting: '集團實時客流',
        AccountDayCustomeradd: '集團累計客流',
        AccountDaytrend7: '集團七天內趨勢變化',
        AccountDaytrend15: '集團十五天內趨勢變化',
        AccountDaytrend30: '集團三十天內趨勢變化',
        AccountDaycostomer_ranking: '全國門市排名',
        AccountDaysale_ranking: '全國門市排名',
        AccountDayCityTraffic: '城市下屬門市客流人次',
        AccountDaypreprice_ranking: '全國門市排名',
        AccountDayperSquareMeterRank: '全國門市排名',
        AccountDaydurationtimeRank: '全國門市排名',
        AccountDaydepth_ranking: '全國門市排名',
        AccountDayformat_costomer_ranking: '全國業態排名',
        AccountDayformat_sell_ranking: '全國業態排名',
        AccountDayformat_enteringrate_ranking: '全國業態排名',
        AccountDaycustomerfeature_sex: '性別分佈',
        AccountDaycustomerfeature_age: '年齡分佈',
        AccountWeekcostomerTrend: '集團近期趨勢',
        AccountWeektrifficRank: '全國門市排名',
        AccountWeeksaleRank: '全國門市排名',
        AccountWeekdepthRank: '全國門市排名',
        AccountWeekprePriceRank: '全國門市排名',
        AccountWeekareaEffRank: '全國門市排名',
        AccountWeekdwellTimeRank: '全國門市排名',
        AccountWeekformat_traffic_ranking: '全國業態排名',
        AccountWeekformat_sale_ranking: '全國業態排名',
        AccountWeekcustomerfeature_gender: '性別分佈',
        AccountWeekcustomerfeature_age: '年齡分佈',
        AccountYeartrifficRank: '全國門市排名',
        AccountYearsaleRank: '全國門市排名',
        AccountYeardepthRank: '全國門市排名',
        AccountYearprePriceRank: '全國門市排名',
        AccountYearareaEffRank: '全國門市排名',
        AccountYeardwellTimeRank: '全國門市排名',
        AccountYearformat_traffic_ranking: '全國業態排名',
        AccountYearformat_sale_ranking: '全國業態排名',
        AccountYearcustomerfeature_gender: '性別分佈',
        AccountYearcustomerfeature_age: '年齡分佈',
        AccountMonthtrafficAndSaleTrend: '集團近期趨勢',
        AccountMonthtrifficRank: '全國門市排名',
        AccountMonthsaleRank: '全國門市排名',
        AccountMonthdepthRank: '全國門市排名',
        AccountMonthprePriceRank: '全國門市排名',
        AccountMonthareaEffRank: '全國門市排名',
        AccountMonthdwellTimeRank: '全國門市排名',
        AccountMonthformat_traffic_ranking: '全國業態排名',
        AccountMonthformat_sale_ranking: '全國業態排名',
        AccountMonthcustomerfeature_gender: '性別分佈',
        AccountMonthcustomerfeature_age: '年齡分佈',
        AccountYeartrafficAndSaleDayTrend: '集團趨勢',
        AccountYeartrafficAndSaleMonthTrend: '集團趨勢',
        FloorDaycustomerfeature_gender: '樓層來客性別分布',
        FloorDaycustomerfeature_age: '樓層來客年齡分布',
        FloorDaycustomerfeature_NAO: '新老顧客',
        FloorDayhourTrafficTrend: '樓層實時客流',
        FloorDayaffumulativeTraffic: '樓層累計客流',
        FloorDaytrafficAndSaleTrend7: '樓層七天內趨勢變化',
        FloorDaytrafficAndSaleTrend15: '樓層十五天內趨勢變化',
        FloorDaytrafficAndSaleTrend30: '樓層三十天內趨勢變化',
        FloorDaytrafficRank: '樓層區域排行',
        FloorDaysaleRank: '樓層區域排行',
        FloorDayenteringRateRank: '樓層區域排行',
        FloorDayperTransactionRank: '樓層區域排行',
        FloorDayperSquareMeterRank: '樓層區域排行',
        FloorDayturnoverRank: '樓層區域排行',
        FloorDayhandbagRateRank: '樓層區域排行',
        FloorDaydurationTimeRank: '樓層區域排行',
        FloorDaygateTraffic: '樓層出入口客流情況',
        FloorWeekcustomerfeature_gender: '性別分佈',
        FloorWeekcustomerfeature_age: '年齡分佈',
        FloorWeekcustomerfeature_NAO: '新老顧客',
        FloorWeektrafficAndSaleTrend: '近期趨勢',
        FloorWeektrafficRank: '樓層區域排行',
        FloorWeeksaleRank: '樓層區域排行',
        FloorWeekenteringRateRank: '樓層區域排行',
        FloorWeekperTransactionRank: '樓層區域排行',
        FloorWeekperSquareMeterRank: '樓層區域排行',
        FloorWeekturnoverRank: '樓層區域排行',
        FloorWeekhandbagRateRank: '樓層區域排行',
        FloorWeekdurationTimeRank: '樓層區域排行',
        FloorWeekgateTraffic: '樓層出入口客流情況',
        FloorMonthcustomerfeature_gender: '性別分佈',
        FloorMonthcustomerfeature_age: '年齡分佈',
        FloorMonthcustomerfeature_NAO: '新老顧客',
        FloorMonthtrafficAndSaleTrend: '近期趨勢',
        FloorMonthtrafficRank: '樓層區域排行',
        FloorMonthsaleRank: '樓層區域排行',
        FloorMonthenteringRateRank: '樓層區域排行',
        FloorMonthperTransactionRank: '樓層區域排行',
        FloorMonthperSquareMeterRank: '樓層區域排行',
        FloorMonthturnoverRank: '樓層區域排行',
        FloorMonthhandbagRateRank: '樓層區域排行',
        FloorMonthdurationTimeRank: '樓層區域排行',
        FloorMonthgateTraffic: '樓層出入口客流情況',
        FloorYearcustomerfeature_gender: '性別分佈',
        FloorYearcustomerfeature_age: '年齡分佈',
        FloorYearcustomerfeature_NAO: '新老顧客',
        FloorYeartrafficAndSaleTrend: '近期趨勢',
        FloorYeartrafficRank: '樓層區域排行',
        FloorYearsaleRank: '樓層區域排行',
        FloorYearenteringRateRank: '樓層區域排行',
        FloorYearperTransactionRank: '樓層區域排行',
        FloorYearperSquareMeterRank: '樓層區域排行',
        FloorYearturnoverRank: '樓層區域排行',
        FloorYearhandbagRateRank: '樓層區域排行',
        FloorYeardurationTimeRank: '樓層區域排行',
        FloorYeargateTraffic: '樓層出入口客流情況',
        ZoneDaycustomerfeature_gender: '區域來客性別分布',
        ZoneDaycustomerfeature_age: '區域來客年齡分布',
        ZoneDaycustomerfeature_NAO: '新老顧客',
        ZoneDayhourTrafficTrend: '區域實時客流',
        ZoneDayaccumulativeTraffic: '區域累計客流',
        ZoneDaytrafficTrend7: '區域七天內趨勢變化',
        ZoneDaytrafficTrend15: '區域十五天內趨勢變化',
        ZoneDaytrafficTrend30: '區域三十天內趨勢變化',
        ZoneDaySaleTrend7: '區域近期趨勢',
        ZoneDaySaleTrend15: '區域近期趨勢',
        ZoneDaySaleTrend30: '區域近期趨勢',
        ZoneDayEnteringRateTrend7: '區域近期趨勢',
        ZoneDayEnteringRateTrend15: '區域近期趨勢',
        ZoneDayEnteringRateTrend30: '區域近期趨勢',
        ZoneDayPerTransactionTrend7: '區域近期趨勢',
        ZoneDayPerTransactionTrend15: '區域近期趨勢',
        ZoneDayPerTransactionTrend30: '區域近期趨勢',
        ZoneDayPerSquareTrend7: '區域近期趨勢',
        ZoneDayPerSquareTrend15: '區域近期趨勢',
        ZoneDayPerSquareTrend30: '區域近期趨勢',
        ZoneDayHandbagRateTrend7: '區域近期趨勢',
        ZoneDayHandbagRateTrend15: '區域近期趨勢',
        ZoneDayHandbagRateTrend30: '區域近期趨勢',
        ZoneDaydurationtimeTrend7: '區域近期趨勢',
        ZoneDaydurationtimeTrend15: '區域近期趨勢',
        ZoneDaydurationtimeTrend30: '區域近期趨勢',
        ZoneWeekcustomerfeature_gender: '性別分佈',
        ZoneWeekcustomerfeature_age: '年齡分佈',
        ZoneWeekcustomerfeature_NAO: '新老顧客',
        ZoneWeekhourTrafficTrend: '區域實時客流',
        ZoneWeekaffumulativeTraffic: '區域累計客流',
        ZoneWeektrafficTrend: '區域近期趨勢',
        ZoneWeekSaleTrend: '區域近期趨勢',
        ZoneWeekEnteringRateTrend: '區域近期趨勢',
        ZoneWeekPerTransactionTrend: '區域近期趨勢',
        ZoneWeekPerSquareTrend: '區域近期趨勢',
        ZoneWeekHandbagRateTrend: '區域近期趨勢',
        ZoneWeekdurationtimeTrend: '區域近期趨勢',
        ZoneMonthcustomerfeature_gender: '性別分佈',
        ZoneMonthcustomerfeature_age: '年齡分佈',
        ZoneMonthcustomerfeature_NAO: '新老顧客',
        ZoneMonthhourTrafficTrend: '區域實時客流',
        ZoneMonthaffumulativeTraffic: '區域累計客流',
        ZoneMonthtrafficTrend: '區域近期趨勢',
        ZoneMonthSaleTrend: '區域近期趨勢',
        ZoneMonthEnteringRateTrend: '區域近期趨勢',
        ZoneMonthPerTransactionTrend: '區域近期趨勢',
        ZoneMonthPerSquareTrend: '區域近期趨勢',
        ZoneMonthHandbagRateTrend: '區域近期趨勢',
        ZoneMonthdurationtimeTrend: '區域近期趨勢',
        ZoneYearcustomerfeature_gender: '性別分佈',
        ZoneYearcustomerfeature_age: '年齡分佈',
        ZoneYearcustomerfeature_NAO: '新老顧客',
        ZoneYearhourTrafficTrend: '區域實時客流',
        ZoneYearaffumulativeTraffic: '區域累計客流',
        ZoneYeartrafficTrend: '區域近期趨勢',
        ZoneYearSaleTrend: '區域近期趨勢',
        ZoneYearEnteringRateTrend: '區域近期趨勢',
        ZoneYearPerTransactionTrend: '區域近期趨勢',
        ZoneYearPerSquareTrend: '區域近期趨勢',
        ZoneYearHandbagRateTrend: '區域近期趨勢',
        ZoneYeardurationtimeTrend: '區域近期趨勢',
        MallDaycustomerfeature_denger: '性別分佈',
        MallDaycustomerfeature_age: '年齡分佈',
        MallDaycustomerfeature_NAO: '新老顧客',
        MallDaycustomercounting: '門市實時客流',
        MallDaycustomeradd: '門市累計客流',
        MallDaytrend7: '門市近期趨勢',
        MallDaytrend15: '門市近期趨勢',
        MallDaytrend30: '門市近期趨勢',
        MallDaycostomer_ranking: '門市主力店鋪排行',
        MallDayentering_ranking: '門市主力店鋪排行',
        MallDaymall_sale_ranking: '門市主力店鋪排行',
        MallDayperTransactionRank: '門市主力店鋪排行',
        MallDayperSquareMeterRank: '門市主力店鋪排行',
        MallDayturnoverRank: '門市主力店鋪排行',
        MallDayhandbagRateRank: '門市主力店鋪排行',
        MallDaydurationTimeRank: '門市主力店鋪排行',
        MallDayformat_sale_ranking: '門市業態排名',
        MallDaytriffic_ranking: '門市業態排名',
        MallDaygate_triffic: '主要出入口客流情況',
        MallDayfloor_triffic: '樓層客流情況',
        MallWeekcustomerfeature_denger: '性別分佈',
        MallWeekcustomerfeature_age: '年齡分佈',
        MallWeekcustomerfeature_NAO: '新老顧客',
        MallWeektrafficAndSaleTrend: '門市近期趨勢',
        MallWeekcostomer_ranking: '門市主力店鋪排行',
        MallWeekentering_ranking: '門市主力店鋪排行',
        MallWeekmall_sale_ranking: '門市主力店鋪排行',
        MallWeekperTransactionRank: '門市主力店鋪排行',
        MallWeekperSquareMeterRank: '門市主力店鋪排行',
        MallWeekturnoverRank: '門市主力店鋪排行',
        MallWeekhandbagRateRank: '門市主力店鋪排行',
        MallWeekdurationTimeRank: '門市主力店鋪排行',
        MallWeekformat_sale_ranking: '門市業態排名',
        MallWeektriffic_ranking: '門市業態排名',
        MallWeekgate_triffic: '主要出入口客流情況',
        MallWeekfloor_triffic: '樓層客流情況',
        MallMonthcustomerfeature_denger: '性別分佈',
        MallMonthcustomerfeature_age: '年齡分佈',
        MallMonthcustomerfeature_NAO: '新老顧客',
        MallMonthtrafficAndSaleTrend: '門市近期趨勢',
        MallMonthcostomer_ranking: '門市主力店鋪排行',
        MallMonthentering_ranking: '門市主力店鋪排行',
        MallMonthmall_sale_ranking: '門市主力店鋪排行',
        MallMonthperTransactionRank: '門市主力店鋪排行',
        MallMonthperSquareMeterRank: '門市主力店鋪排行',
        MallMonthturnoverRank: '門市主力店鋪排行',
        MallMonthhandbagRateRank: '門市主力店鋪排行',
        MallMonthdurationTimeRank: '門市主力店鋪排行',
        MallMonthformat_sale_ranking: '門市業態排名',
        MallMonthtriffic_ranking: '門市業態排名',
        MallMonthgate_triffic: '主要出入口客流情況',
        MallMonthfloor_triffic: '樓層客流情況',
        MallYearcustomerfeature_denger: '性別分佈',
        MallYearcustomerfeature_age: '年齡分佈',
        MallYearcustomerfeature_NAO: '新老顧客',
        MallYeartrafficAndSaleTrend: '門市近期趨勢',
        MallYearcostomer_ranking: '門市主力店鋪排行',
        MallYearentering_ranking: '門市主力店鋪排行',
        MallYearmall_sale_ranking: '門市主力店鋪排行',
        MallYearperTransactionRank: '門市主力店鋪排行',
        MallYearperSquareMeterRank: '門市主力店鋪排行',
        MallYearturnoverRank: '門市主力店鋪排行',
        MallYearhandbagRateRank: '門市主力店鋪排行',
        MallYeardurationTimeRank: '門市主力店鋪排行',
        MallYearformat_sale_ranking: '門市業態排名',
        MallYeartriffic_ranking: '門市業態排名',
        MallYeargate_triffic: '主要出入口客流情況',
        MallYearfloor_triffic: '樓層客流情況',
        AccountWeekCityTraffic: '城市下屬門市客流人次',
        AccountMonthCityTraffic: '城市下屬門市客流人次',
        AccountYearCityTraffic: '城市下屬門市客流人次',
        DayYoYMoMDayCountingYoY: '當日實時時刻同環比',
        DayYoYMoMDayAddYoY: '當日累計同環比',
        DayYoYMoM15DayCountingYoY: '近15天同環比',
        WeekYoYMoMNear3WeekYoY: '近8週同環比',
        WeekYoYMoMWeekDayOrEndYoY: '本週工作日/週休日同環比',
        WeekYoYMoMDayOfWeekYoY: '本週每日同環比',
        MonthYoYMoMNear3MonthYoY: '近6月同環比',
        MonthYoYMoMWeekDayOrEndYoY: '當月工作日/週休日同環比',
        MonthYoYMoMDayOfMonthYoY: '當月每日同環比',
        YearYoYMoMNear3YearYoY: '近3年同環比',
        YearYoYMoMWeekDayOrEndYoY: '本年工作日/週休日同環比',
        YearYoYMoMMonthOfYearYoY: '本年每月同環比',
        customeOfYoY: '自定義時間同環比',
        multipleDayOfYoY: '多對象日同環比',
        multipleWeekOfYoY: '多對象週同環比',
        multipleMoMOfYoY: '多對象月同環比',
        multipleYearOfYoY: '多對象年同環比',
        TimeThermodynamicTimeThermodynamic: '來客時段分佈',
        WeatherReportWeatherAnalyze: '天氣分析圖',
        WeatherReportWeatherSynthetical: '天氣綜合列表',
        WeatherReportWeatherDetail: '每日詳情',
        AccountYeartrafficAndSaleWeekTrend: '集團趨勢',
        SynthesizeCompareDaycustomerfeature_gender: '來客性別比較',
        SynthesizeCompareDaycustomerfeature_age: '來客年齡比較',
        SynthesizeCompareDayhourTrend: '時刻對比',
        SynthesizeCompareDaydayTrend: '近15天趨勢比較',
        SynthesizeCompareDayaccumulative: '時刻累加對比',
        SynthesizeComparecustomerfeature_gender: '來客性別比較',
        SynthesizeComparecustomerfeature_age: '來客年齡比較',
        SynthesizeComparedayTrend: '趨勢比較',
        WeekComparedweekdayOrEnd: '週間週末比較',
        DateComparedkpiLoop: '兩時段總體對比',
        DateComparedkpiRadar: '兩時段維度對比',
        BasicDayReportkpiData: '當日資料匯總',
        BasicDayReporttrafficHour: '當日小時級客流報表',
        BasicDayReporttraffic10Min: '當日十分鐘級客流報表',
        BasicDayReporttrafficday: '當日天級客流報表',
        BasicReportkpiData: '資料匯總',
        BasicReportdetailData: '詳細資料',
        holidayeEventHolidayEvent: '節假日活動',
        holidayeEventHolidayDetail: '節假日增長率詳情',
        holidayeEventHolidayEffect: '節假日活動效果',
        holidayObjectHolidayNear: '近期活動比較',
        holidayObjectHolidayEffect: '活動效果比較',
        holidayObjectHolidayHourDetail: '活動當日來客時段比較',
        faceAnalyzeStafaceCountDetail: '人臉統計詳情',
        faceAnalyzeStafaceGender: '人臉性别統計',
        faceAnalyzeStafaceAge: '人臉年齡統計',
        faceCountAnalyzeStafaceGenderDetail: '人臉性别統計詳情',
        faceCountAnalyzeStafaceAgeDetail: '人臉年齡統計詳情',
        faceDistributionfaceTraffic: '客流統計',
        faceDistributionfaceTrafficDetail: '人臉客流統計詳情',
        faceDistributionfaceGenderRatio: '性别比例統計',
        trafficInAndOuttrafficInAndOut: '進出客流報表',
        rankingrankingList: '排行榜',
        SynthesizeComparemonthTrend: '月級趨勢對比',
        faceDistributionfaceAgeRatio: ' 年齡比例',
        effectiveflow: '新老顧客分析',
        EffTrafficStat: '客流人數統計',
        enteringRateTable: '進店率統計報表詳情',
        enteringRateChart: '進店率統計報表',
        faceZoneTrafficDetail: '區域人臉客流統計詳情',
        faceZoneAgeRatio: '區域人臉年齡比例統計',
        faceZoneGenderRatio: '區域人臉性別比例統計',
        areaFlowTime: '區域客流分時統計',
        timeComp: '時間對比分析',
        returnshopDetails: '返店顧客報表詳情',
        returnshop: '返店顧客屬性分析',
        trafficOfMonth: '本年客流人次總體趨勢',
        detailData: '本月客流人次趨勢',
        TimeThermodynamic: '本月時段客流分布情況',
        weekdayOrEnd: '本月周中周末客流對比',
        faceGender: '本月顧客屬性分析',
        faceAge: '本月顧客屬性分析',
        EachDayGenderNumLine: '性別比例詳情',
        EachDayAgeNumBar: '年齡比例詳情',
        newCustomerAsis: '新顧客分析',
        olCustomerAsis: '老顧客分析',
        customerAsis: '整體顧客分析',
        returnshopTitle: '返店率詳情',
        returnshopGender: '返店顧客性別詳情',
        returnshopAge: '返店顧客年齡詳情',
        customCountTitle: '顧客人數詳情',
        customCountGender: '顧客性別詳情',
        customCountAge: '顧客年齡詳情',
        trafficDirectionTitile: '客流方向分析',
        customercountingMax: '高位數據分析',
        customercountingMin: '低位數據分析',
        regularCustomerLine: '每日老顧客人數及佔比',
        regularCustomerDetailLine: '每日老顧客詳情',
        frequencyStatistics: '到店頻次統計',
        residenceTimeStatistics: '滯留時間統計',
        lossCustomerAnalysis: '流失客流客群分析',
        distributionCustomer: '顧客滯留時間分佈',
        dwellTimeGender: '性別比例',
        dwellTimeAge: '年齡分佈',
        noData: '無數據資料',
        loading: '資料載入中...',
    },
    echarts:{
        traffic: '客流人次',
        growthRate: '增長率',
        percentage: '百分比',
        proportion: '佔比',
        workdayAverageInnum: '工作日平均客流',
        weekendAverageInnum: '週休日平均客流',
        index: '指數',
        high: '高',
        low: '低',
        lossCustomerRatio: '流失客流占比'
    },
    dictionary:{
        Male: '男',
        Female: '女',
        staff: '店員',
        custom: '顧客',
        unknow: '未知',
        Sad: '傷心',
        Surprise: '驚訝',
        Peace: '平靜',
        other: '其他',
        Angry: '生氣',
        Disgust: '厭惡',
        Fear: '害怕',
        Happy: '高興',
        Pleasant: '愉悅',
        Happy: '開心',
        in:'進入',
        out:'出',
        floatingDust:'浮塵',
        fog:'霧',
        frozenRain:'冰雨',
        haze:'霾',
        other:'其他',
        cloudyDay:'陰',
        sunnyDay:'晴',
        partlyCloudy:'多雲',
        shower:'陣雨',
        thunderShower:'雷陣雨',
        sleet:'雨夾雪',
        lightRain:'小雨',
        hail:'冰雹',
        rain:'中雨',
        heavyRain:'大雨',
        rainstorm:'暴雨',
        snowShower:'陣雪',
        lightSnow:'小雪',
        snow:'中雪',
        heavySnow:'大雪',
        blizzard:'暴雪',
        commonArea:'普通區',
        mainStore:'主力店',
        movingLineArea:'動線區域',
        store:'店鋪',
        tradCount:'傳統客流',
        count:'客流',
        inStoreRate:'進店率',
        faceFlow:'人臉客流',
        heatmap:'熱力圖',
        faceCapture:'人臉抓拍',
        face:'人臉',
        heatmap:'熱力圖',
        account: '集團',
        mall: '門店',
        floor: '樓層',
        zone: '區域'
    },
    moreSetting: {
        warnTipMessage: '此操作是對門店進行高級參數配置, 不建議輕易修改配置參數',
        CustomerDentificationSettings: '顧客識別設置',
        BackEndAnalysis: '後端分析',
        CustomerMatch: '顧客匹配',
        PrivacySetting: '隱私設置',
        PeopleLibraryMatching: '人員庫匹配',
        FullBodyPhotoFeatureExtraction: '全身照特徵提取',
        NewAndOldCustomers: '新老顧客',
        PassengerFlowCalculationModel: '客流人數計算糢式',
        StandardMode: '標準模式',
        StrictMode: '嚴格糢式',
        StoreRateSetting: '進店率設置',
        ShopThroughRateCalculationMode: '進店率計算糢式',
        OutOfStorePassengerFlowCalculationMethod: '店外客流計算方法',
        ClerkIdentificationSettings: '店員識別設置',
        regularClerkIdentification: '常規店員識別',
        IntelligentStoreClerkIdentification: '智能店員識別',
        IntelligentStoreClerkRecognitionMode: '智能店員識別糢式',
        ParameterSettings: '參數設置',
        QuirksMode: '寬鬆糢式',
        MatchTheCycle: '匹配周期',
        Passengers: '客流人次',
        PassengerFlow: '客流人數',
        OutOfStorePassengerFlow: '店外客流',
        PositivePassengerFlowOutsideTheStore: '店外正向客流',
        ReversePassengerFlowOutsideTheStore: '店外反向客流',
        VisitorFlow: '進店客流',
        StrictModeTips: '當日到店次數和歷史到店次數均大於參數',
        QuirksModeTips: '僅限當日到店次數大於參數',
        Open: '開啓',
        Close: '關閉',
        HistoryInStore: '歷史到店次數',
        TodayInStore: '當日到店次數',
        trafficStandardModeTips: '顧客去重后的人數',
        trafficStrictModeTips: '識別出的男性與女性顧客總和'
    },
    ...enLocale
}
export default zh_TW