en-US.js 35.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 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
export default {
  lang: 'English',
  button: {
    ok: 'OK',
    search: 'Search',
    reset: 'Reset',
    new: 'New',
    edit: 'Edit',
    close: 'Close',
    delete: 'Delete',
    start: 'Start',
    stop: 'Stop',
    runOnce: 'Run Once',
    more: 'More',
    details: 'Details',
    expand: 'Expand',
    collapse: 'Collapse',
    select: 'Select',
    selected: 'Selected',
    item: 'Item',
    clearAll: 'Clear All',
    import: 'Import',
    export: 'Export',
    refresh: 'Refresh',
    deletingIt: 'Confirm deletion?',
    multiSelectActions: 'Multi-select actions',
    print: 'Print',
    cancel: 'Cancel',
    advancedSearch: 'Advanced Search',
    submit: 'Submit',
    newlyBuilt: 'Newly built',
    selectContainer: 'Select Container',
  },
  list: {
    showing: 'Total Records',
    records: ''
  },
  home: {
    todayInventoryTradingVolume: 'Today\'s inventory trading volume',
    todayIncomingStockQuantity: 'Today\'s incoming stock quantity',
    todayOutgoingStockQuantity: 'Today\'s outgoing stock quantity',
    totalInventoryQuantity: 'Total inventory quantity',
    inventoryItemCount: 'Inventory item count',
    theNumberOfPendingTasks: 'The number of pending tasks',
    dailyHistoricalShipmentVolume: 'Daily Historical Shipment Volume',
    locationUtilizationRate: 'Location Utilization Rate',
    hereIsAChart: 'Here is a chart',
    onlineInventoryStatus: 'Online Inventory Status',
    inventoryOverview: 'Inventory Overview',
  },
  system: {
    name: 'HuaHeng Warehouse Management System',
    accountLoginWithPassword: 'Account Login with Password',
    enterYourAccountName: 'Please enter your account name',
    enterYourPassword: 'Please enter your password',
    selectYourWarehouse: 'Please select your warehouse',
    loginFailed: 'Login failed',
    oldPassword: 'Old Password',
    inputOldPassword: 'Please input old password',
    newPassword: 'New Password',
    inputNewPassword: 'Please input new password',
    confirmNewPassword: 'Confirm New Password',
    inputConfirmNewPassword: 'Please confirm new password',
    passwordsDoNotMatch: 'Passwords do not match',
    pleaseSelect: 'Please Select',
    languageSettings: 'Language Settings',
    themeSettings: 'Theme Settings',
    darkModeMenuStyle: 'Dark Mode Menu Style',
    lightModeMenuStyle: 'Light Mode Menu Style',
    otherSettings: 'Other Settings',
    colorBlindnessMode: 'Color Blindness Mode',
    multiTabMode: 'Multi-tab Mode',
    logout: 'Logout',
    welcome: 'Welcome to you',
    welcome2: 'Welcome',
    welcomeToEnterThe: 'Welcome to the',
    welcomeBack: 'Welcome back',
    searchMenu: 'Search menu',
    goodMorning1: 'Good morning',
    goodMorning2: 'Good morning',
    goodAfternoon1: 'Good afternoon',
    goodAfternoon2: 'Good afternoon',
    goodEvening: 'Good evening',
    requestEncounteredError: 'Request encountered an error, please try again later',
    noLoggedInUser: 'Currently, there is no logged-in user in the system',
    systemMessage: 'System Message',
    systemSettings: 'System Settings',
    passwordChange: 'Password Change',
    home: 'Home',
    systemLicenseExpirationDate: 'System License Expiration Date',
    clearCache: 'Clear Cache',
    downloadOperationManual: 'Download Operation Manual',
    userManualForHuaHengWMS4: 'User Manual for HuaHeng WMS4',
    startDownloading: 'Start downloading......',
    fileDownloadFailed: 'File download failed',
    cacheRefreshed: 'Cache Refreshed',
    cacheRefreshFailed: 'Cache Refresh Failed',
    refresh: "refresh",
    closeTheLeftSide: "Close the left side",
    closeTheRightSide: "Close the right side",
    closeOthers: "Close others",
    message: 'Message',
    reminder: 'Reminder',
    logoutMessage: 'Are you sure you want to log out?',
    createBy: "Creator",
    updater: "Updater",
    createTime: "Create Time",
    updateTime: "Update Time",
    options: "Options",
    remark: "Remark",
    batch: 'Batch',
    inputBatch: 'Please input batch',
    content: 'content',
    level: 'level',
    monday: 'Monday',
    tuesday: 'Tuesday',
    wednesday: 'Wednesday',
    thursday: 'Thursday',
    friday: 'Friday',
    saturday: 'Saturday',
    sunday: 'Sunday',
    recycleBin: 'Recycle Bin',
    addUser: 'Add User',
    userAccount: 'User Account',
    userName: 'User Name',
    employeeID: 'Employee ID',
    sex: 'Gender',
    role: 'Role',
    mobileNumber: 'Mobile Number',
    email: 'Email',
    warehouse: 'Warehouse Aff',
    zone: 'Zone Aff',
    status: 'Status',
    fuzzyAccountSearch: 'Please select gender',
    selectSex: 'Please select gender',
    enterUserName: 'Please enter user name',
    enterMobileNumber: 'Please enter mobile number',
    userStatus: 'User Status',
    selectUserStatus: 'Please select user status',
    enterUserAccount: 'Please enter user account',
    loginPassword: 'Login Password',
    enterLoginPassword: 'Please enter login password',
    confirmPassword: 'Confirm Password',
    pleaseProvideLoginPasswordAgain: 'Please provide login password again',
    enterEmployeeID: 'Please enter employee ID',
    selectEmail: 'Please select email',
    roleAssignment:'Role',
    selectRole:'Please select role',
    warehouseAllocation:'Warehouse Allocation',
    zoneAllocation: 'Zone Allocation',
    selectZone: 'Please select zone',
    pleaseEnterAValidLandlinePhoneNumber: 'Please enter a valid landline phone number',
    thePasswordsEnteredDoNotMatch: 'The passwords entered do not match',
    phoneNumberAlreadyExists: 'Phone number already exists',
    pleaseEnterAValidPhoneNumberFormat: 'Please enter a valid phone number format',
    emailAddressAlreadyExists:'Email address already exists',
    pleaseEnterAValidEmailFormat: 'pleaseEnterAValidEmailFormat',
    usernameAlreadyExists: 'Username already exists',
    confirmDiscardChanges: 'Confirm Discard Changes?',
    password: 'Password',
    freeze: 'Freeze',
    confirmFreeze: 'Confirm Freeze',
    unfreeze: 'Unfreeze',
    confirmUnfreeze: 'Confirm Unfreeze?',
    agent: 'Agent',
    resetPassword: 'Reset Password',
    userRecycleBin: 'User Recycle Bin',
    avatar: 'Avatar',
    bulkRestore: 'Bulk Restore',
    bulkDelete: 'Bulk Delete',
    restoreUser: 'Restore User',
    permanentlyDelete: 'Permanently Delete',
    areYouSureYouWantToRestoreThese: 'Are you sure you want to restore these',
    users: 'Users?',
    areYouSureYouWantToPermanentlyDeleteThese: 'Are you sure you want to permanently delete these',
    successfullyRestored: 'Successfully restored',
    successfullyPermanentlyDeleted: 'Successfully permanently deleted',
    Users: 'Users',
    attention: 'Attention: After permanent deletion, it will be impossible to recover. Please proceed with caution!',
    failedToRetrieveDeletedUsers: 'Failed to retrieve deleted users:',
    userInformation: 'User Information',
    pleaseSelectARecord: 'Please select a record!',
    thisOperationIsNotAllowed: 'This operation is not allowed for administrator accounts. Please make a different selection!',
    confirmOperation: 'Confirm operation',
    selectedAccount: 'selected account?',
    notAdministratorAccounts: 'This operation is not allowed for administrator accounts!',
    roleName: 'Role Name',
    addRole: 'Add Role',
    roleManagement: 'Role Management',
    user: 'User',
    authorize:'Authorize',
    existingUsers: 'Existing Users',
    roleCode: 'Role Code',
    creationTime: 'Creation Time',
    pleaseSelectARole: 'Please select a role',
    confirmDeletionOfSelectedData: 'Confirm deletion of selected data?',
    confirmDelete: 'Confirm Delete',
    pleaseEnterTheRoleCode: 'Please enter the role code',
    pleaseEnterTheRoleName: 'Please enter the role name',
    description: 'Description',
    pleaseEnterTheRoleDescription: 'Please enter the role description',
    lengthShouldBeBetween2And30Characters: 'Length should be between 2 and 30 characters',
    lengthShouldNotExceed64Characters: 'Length should not exceed 64 characters',
    lengthShouldNotExceed126Characters: 'Length should not exceed 126 characters',
    theRoleCodeCannotContainChineseCharacters: 'The role code cannot contain Chinese characters!',
    rolePermissionConfiguration: 'Role Permission Configuration',
    ownedPermissions: 'Owned Permissions',
    treeOperations: 'Tree Operations',
    parentChildAssociation: 'Parent-Child Association',
    removeAssociation: 'Remove Association',
    selectAll: 'Select All',
    deselectAll: 'Deselect All',
    expandAll: 'Expand All',
    mergeAll: 'Merge All',
    saveOnly: 'Save Only',
    saveAndClose: 'Save And Close',
    addExistingUser: 'Add Existing User',
    dictionaryName: 'Dictionary Name',
    pleaseEnterTheDictionaryName: 'Please enter the dictionary name',
    dictionaryCode: 'Dictionary Code',
    pleaseEnterTheDictionaryCode: 'Please enter the dictionary code',
    add: 'Add',
    dictionaryInformation: 'Dictionary Information',
    dictionaryConfiguration: 'Dictionary Configuration',
    dictionaryList: 'Dictionary List',
    Name: 'Name',
    pleaseEnterTheName: 'Please enter the name',
    normal: 'Normal',
    disabled: 'Disabled',
    dataValue: 'Data Value',
    pleaseEnterTheDataValue: 'Please enter the data value',
    sortValue: 'Sort Value',
    theSmallerTheValueTheHigherThePriority: 'The smaller the value, the higher the priority',
    enable: 'Enable',
    theDataValueCannotContainSpecialCharacters: 'The data value cannot contain special characters!',
    retrieveDictionary: 'Retrieve Dictionary',
    permanentlyDeleteDictionary: 'Permanently Delete Dictionary',
    areYouSureYouWantToPermanentlyDeleteThisDictionaryEntry: 'Are you sure you want to permanently delete this dictionary entry?',
    code: 'Code',
    inputCode: 'Please input code',
    apiName: 'API Name',
    inputApiName: 'Please input API name',
    url: 'API Url',
    inputUrl: 'Please input API url',

    title: 'Title',
    pleaseEnterTheTitle: 'Please enter the title',
    publisher: 'Publisher',
    pleaseEnterThePublisher: 'Please enter the publisher',
    markAllAsRead: 'Mark All Read',
    view: 'View',
    viewMore: 'View More',
    messageType: 'Message Type',
    notification: 'Notification',
    systemMessages: 'System Message',
    publishingTime: 'Publishing Time',
    priority: 'Priority',
    announcement: 'System Announcement',
    confirmThePublication: 'Confirm the publication?',
    publish: 'Publish',
    confirmTheCancellationRevoke: 'Confirm Undo?',
    revoke: 'Undo',
    viewDetails: 'View Details',
    notificationRecipients: 'Notification Recipients',
    specifyUsers: 'Specify Users',
    allUsers: 'All Users',
    publicationStatus: 'Publication Status',
    notPublished: 'Not Published',
    published: 'Published',
    revoked: 'Revoked',
    revocationTime: 'Revocation Time',
    summary: 'Summary',
    pleaseEnterTheSummary: 'Please enter the summary',
    deadline: 'Deadline',
    pleaseSelectTheEndTime: 'Please select the end time',
    receivingUsers: 'Receiving Users',
    pleaseSelectDesignatedUsers: 'Please select designated users',
    pleaseSelectThePriority: 'Please select the priority',
    low: 'Low',
    medium: 'Medium',
    high: 'High',
    pleaseSelectTheMessageType: 'Please select the message type!',
    SelectTheRecipientType: 'Please select the recipient type for the announcement!',
    theSpecifiedUsersCannotBeEmpty: 'The specified users cannot be empty!',
    startTimeShouldBeEarlierThanTheEndTime: 'The start time should be earlier than the end time',
    endTimeShouldBeLaterThanTheStartTime: 'The end time should be later than the start time',
    messageReminder: 'Message Reminder',
    generalMessage: 'General Message',
    importantMessage: 'Important Message',
    urgentMessage: 'Urgent Message',
    notificationMessage: 'Notification Message',
    goToDealWith: 'Go to Deal with',
  },
  task: {
    scheduledTaskName: 'Task Name',
    inputScheduledTaskName: 'Please input task name',
    scheduledTaskClass: 'Task Class',
    inputScheduledTaskClass: 'Please input task class',
    cronExpression: 'Cron Expression',
    inputCronExpression: 'Please input Cron expression',
    parameter: 'Parameter',
    taskStatus: 'Status',
    inputTaskStatus: 'Please select status',
    taskStatusAll: 'All',
    taskStatusStarted: 'Started',
    taskStatusPaused: 'Paused',
    emptyIn: 'Empty pallet inbound',
    emptyOut: 'Empty pallet outbound',
    moveTask: 'Inventory transfer',
    checkOutTask: 'Outbound viewing',
    zone: 'Zone',
    selectZone: 'Please select zone',
    taskId: 'Task ID',
    inputTaskId: 'Please input task ID',
    taskType: 'Type',
    inputTaskType: 'Please select task',
    containerCode: 'Container',
    inputContainerCode: 'Please input container',
    fromLocationCode: 'From Location',
    inputFromLocationCode: 'Please input from location',
    toLocationCode: 'To Location',
    inputToLocationCode: 'Please input to location',
    fromStationCode: 'From Station',
    inputFromStationCode: 'Please input from station',
    toStationCode: 'To Station',
    inputToStationCode: 'Please input to station',
    shipmentId: 'Outbound shipment ID',
    receiptId: 'Inbound receipt ID',
    inputReceiptId: 'Please input inbound receipt ID',
    outboundId: 'Outbound ID',
    inputOutboundId: 'Please input outbound ID',
    creationTime: 'Create Time',
    inputStartTime: 'Please select a start time',
    inputEndTime: 'Please select an end time',
    exceptionCode: "Exception Information",
    dispatchTime: 'Dispatch Time',
    allocationTime: 'Allocation Time',
    arrivalTime: 'Arrival Time',
    completionTime: 'Completion Time',
    execute: 'Execute',
    createInventoryTransferTask: 'Create Inventory Transfer Task',
    toPortCode: 'Outbound dock',
    inputToPortCode: 'Please select Outbound dock',
    Select: 'Select',
    pleaseSelect: 'Please Select ',
    pleaseInput: 'Please Input ',
    carNo: 'Car number',
    priority : 'Priority',
    ensureCancelTask : 'Are you sure you want to cancel the task?',
    taskDetail: 'Task Detail',
    taskDetailId: 'Task Detail ID',
  },
  api: {
    apiName: 'API Name',
    inputApiName: 'Please input API name',
    apiMethod: 'API Method',
    inputApiMethod: 'Please input API method',
    ip: 'Request IP',
    inputIp: 'Please input request IP',
    requestFrom: 'Request From',
    inputRequestFrom: 'Please input request from',
    inputResponseBy: 'Please input response by',
    url: 'Request Url',
    inputUrl: 'Please input request url',
    duration: 'Duration (ms)',
    inputDuration: 'Please input duration (ms)',
    retCode: 'Status Code',
    inputRetCode: 'Please input status code',
    requestTime: 'Request Time',
    selectStartTime: 'Please select start time',
    selectEndTime: 'Please select end time',
    requestBody: 'Request Body',
    responseBy: 'Response By',
    responseBody: 'Response Body',
    responseTime: 'Response Time',
    exception: 'Exception Stack'
  },
  parameter: {
    name: 'Parameter Name',
    inputName: 'Please input Parameter name',
    code: 'Parameter Code',
    inputCode: 'Please input Parameter code',
    value: 'Value',
    inputValue: 'Please input Parameter value',
    configuration: 'Parameter Configuration',
  },
  address: {
    remark: 'API Name',
    inputRemark: 'Please input API name',
    param: 'API Code',
    inputParam: 'Please input API code',
    url: 'API Url',
    inputUrl: 'Please input API url',
  },
  translate: {
    relateTable: 'Relate Table',
    relateId: 'Relate ID',
    chinese: 'Chinese',
    inputChinese: 'Please input chinese',
    english: 'English',
    inputEnglish: 'Please input english',
  },
  config: {
    locationCode: 'Location Code',
    inputLocationCode: 'Please input Location Code',
    containerCode: 'Container Code',
    inputContainerCode: 'Please input Container Code',
    status: 'Status',
    selectStatus: 'Please input Status',
    inputStatus: 'Please input Status',
    zoneCode: 'Storage Area Code',
    selectZone: 'Please select zone',
    inputZoneCode: 'Please input Area Code',
    locationType: 'Location Type',
    selectLocationType: 'Please Location Type',
    inputLocationType: 'Please input Location Type!',
    roadway: 'Aisle',
    pleaseRoadway: 'Please input Aisle',
    iRow: 'Row',
    inputIRow: 'Please enter a line',
    iColumn: 'Column',
    inputIColumn: 'Please enter a column',
    iLayer: 'Level',
    inputILayer: 'Please enter the layer',
    highLow: 'High-Low Position',
    inputHighLow: 'Please enter high and low positions',
    rowFlag: 'Inner and Outer Aisle',
    selectRowFlag: 'Please select the inner and outer sides',
    inputRowFlag: 'Please input Inner and Outer Aisle!',
    materialAreaCode: 'Material Partition',
    inputMaterialAreaCode: 'Please input Material Partition',
    isthereApallet: 'Has Pallet',
    selectIsthereApallet: 'Please select has pallet',
    usable: 'Available Status',
    selectUsable: 'Please select available status',
    inputUsable: 'Please input available status',

    code: 'Code',
    inputCode: 'Please input code',
    name: 'Name',
    inputName: 'Please input name',
    length: 'Length',
    inputLength: 'Please input Length',
    weight: 'Weight',
    inputWeight: 'Please input Weight',
    height: 'Height',
    inputHeight: 'Please input Height',
    maxWeight: 'Maximum Load',
    inputMaxWeight: 'Please input Maximum Load',
    highLevel: 'Height Value',
    inputHighLevel: 'Please input Height Value',


    encodingPrefix: 'Encoding prefix',
    inputEncodingPrefix: 'Please input Encoding prefix',
    startLine: 'Start Line',
    inputStartLine: 'Please input Start Line',
    lastRow: 'Last Row',
    inputLastRow: 'Please input Last Row',
    startColumn: 'Start Column',
    inputStartColumn: 'Please input Start Column',
    lastColumn: 'Last Column',
    inputLastColumn: 'Please input Last Column',
    startLayer: 'Start Layer',
    inputStartLayer: 'Please input Start Layer',
    lastLayer: 'Last Layer',
    inputLastLayer: 'Please input Last Layer',

    containerTypeCode: 'Container Type',
    selectContainerTypeCode: 'Please Select Container Type',
    containerStatus: 'Container Status',
    selectContainerStatus: 'Please Select Container Status',
    containerFillStatus: 'Container Fill Status',
    selectContainerFillStatus: 'Please Select Container Fill Status',
    position: 'Position',
    selectPosition: 'Please Select Position',
    totalTaskCount: 'Total Task Count',
    moveTaskTimes: 'Move Task Count',
    number: 'Number',
    inputNumber: 'Please input Number',
    emptyContainerWeight: 'Empty Container Weight',
    maxContainerWeight: 'Maximum load capacity of container',
    inputMaxContainerWeight: 'Please input Maximum load capacity of container',

    materialCode: 'Material Code',
    inputMaterialCode: 'Please input Material Code',
    materialName: 'Material Name',
    inputMaterialName: 'Please input Material Name',
    usableStatus: 'Available status',
    selectUsableStatus: 'Please Select Available status',
    materialNumber: 'Material Number',
    company: 'Cargo Owner',
    companyCode: 'Cargo Owner Code',
    companyName: 'Cargo Owner Name',
    inputCompanyName: 'Please input Cargo Owner Name',
    selectCompany: 'Please Select Cargo Owner',
    inputCompanyCode: 'Please input Cargo Owner Code',
    specification: 'Specification',
    inputSpecification: 'Please input Specification',
    unit: 'Unit',
    inputUnit: 'Please Select Unit',
    type: 'Type',
    inputType: 'Please input Type',
    selectInputType: 'Please Select Type',
    abcClassification: 'ABC Classification',
    inputABCClassification: 'Please input ABC Classification',
    shelfLife: 'Shelf Life',
    inputShelfLife: 'Please input Shelf Life',
    nearExpiryAlertDays: 'Near Expiry Alert Days',
    inputNearExpiryAlertDays: 'Please input Near Expiry Alert Days',


    locatingRule: 'Locating Rule',
    inputLocatingRule: 'Please input Locating Rule',
    allocationRule: 'Allocation Rule',
    inputAllocationRule: 'Please input Allocation Rule',
    emptyLocationRule: 'Empty Location Rule',
    inputEmptyLocationRule: 'Please input Empty Location Rule',
    pickingRule: 'Picking Rule',
    inputPickingRule: 'Please input Picking Rule',
    receivingFlow: 'Receiving Flow',
    inputReceivingFlow: 'Please input Receiving Flow',
    shippingFlow: 'Shipping Flow',
    inputshippingFlow: 'Please input Shipping Flow',
    minShelfLifeDays: 'Receiving Alert Days',
    inputMinShelfLifeDays: 'Please input Receiving Alert Days',

    warehouseCode: 'Warehouse Code',
    inputWarehousecode: 'Please input Warehouse Code',

    alarmType: 'Warning Category Code',
    inputAlarmType: 'Please input Warning Category Code',
    max: 'Maximum',
    inputMax: 'Please input Maximum',
    min: 'Minimum',
    inputMin: 'Please input Minimum',
    upper: 'Upper Limit Warning Value',
    inputUpper: 'Please input Upper Limit Warning Value',
    lower: 'Lower Limit Warning Value',
    inputLower: 'Please input Lower Limit Warning Value',
    remark: 'Remark',
    inputRemark: 'Please input Remark',

    address: 'Address',
    inputAddress: 'Please input Address',
    district: 'District',
    inputDistrict: 'Please input District',
    city: 'City',
    inputCity: 'Please input City',
    state: 'Province',
    inputState: 'Please input Province',
    country: 'Country',
    inputCountry: 'Please input Country',
    attentionto: 'Contacts',
    inputAttentionto: 'Please input Contacts',
    phone: 'Contact Phone Number',
    inputPhone: 'Please input Contact Phone Number',
    postalcode: 'Zip Code',
    inputPostalcode: 'Please input Zip Code',

    locationTypeCode: 'Including Location Types',
    boundLocationType: 'Bound Location Types',

  },
  receipt: {
    return: 'Return',
    returingIt: 'Confirm return?',
    cross: 'Cross Docking',
    crossingIt: 'Confirm cross docking?',
    group: 'Grouping Dishes',
    submitReview: "Submit For Review",
    review: 'Review',
    reason: 'Reason',
    reviewProgress: 'Review Progress',
    receiptCode: 'Inbound Receipt Code',
    inputReceiptCode: 'Please input inbound receipt code',
    receiptDetailID: 'Receipt Detail ID',
    receiptType: 'Receipt Type',
    selectReceiptType: 'Please select inbound receipt type',
    inputReceiptType: 'Please input inbound receipt type',
    firstStatus: 'Start Status',
    selectFirstStatus: 'Please select start status',
    lastStatus: 'End Status',
    selectLastStatus: 'Please select end status',
    referCode: 'Upstream Inbound Receipt Code',
    inputReferCode: 'Please input upstream inbound receipt code',
    supplier: 'Supplier',
    selectSupplier: 'Please select supplier',
    totalNumber: 'Total Number',
    totalLines: 'Total Lines',
    remark: 'Remark',
    backFailureReason: 'Reason For Return Failure',
    materialSpecification: 'Material Specification',
    materialUnit: 'Material Unit',
    documentQty: 'Document Quantity',
    groupingQty: 'Grouping Quantity',
    inboundQty: 'Inbound Quantity',
    inventoryStatus: 'Inventory Status',
    selectInventoryStatus: 'Please select inventory status',
    batch: 'Batch',
    inputBatch: 'Please input batch',
    documentStatus: 'Document Status',
    selectDocumentStatus: 'Please select document status',
    inputCreateBy: 'Please input creator',
    batchTask: 'Batch generation task',
    batchGroup: 'Cancel grouping in batch',
    addInbound: 'Additional inbound',
    receiptContainerHeaderId: 'Inbound Grouping Header Id',
    receiptContainerDetailId: 'Inbound Grouping Details Id',
    serialNumber: 'Serial Number',
    receivedQty: 'Received Quantity',
    inputReceivedQty: 'Please input received quantity',
    receivableQty: 'Receivable Quantity',
    inboundNoDetails: 'Inbound order has no details',
    inboundDetail: 'Inbound Order Details',
    inboundGroup: 'Inbound Grouping Details',
    historyReceiptDetail: 'Historical Inbound Order Details',
    auditResult: 'Audit Result',
    selectProcessType: 'Please select process type',
    sortingInboundPort: 'Sorting Inbound Port',
    selectSortInboundPort: 'Please select sorting inbound port',
    selectOneContainer: 'Please select a container data',
  },
  log: {
    // 操作日志
    bizId: 'Business ID',
    bizType: 'Business Type',
    bizTag: 'Business Tag',
    operationMsg: 'Operation Content',
    createTime: 'Creation Date',
    operationStatus: 'Operation Result Status',
    operationTime: 'Operation Time',
    operationCostTime: 'Operation Duration',
    inputOperationCostTime: 'Please enter the operation duration',
    inputOperationTime: 'Please select the operation time',
    methodReturnsContent: 'Method return the content',
    inputMethodReturnsContent: 'Please enter the method return the content',
    methodExceptionContents: 'Method Exception Content',
    inputMethodExceptionContents:'Please enter the method exception content',
    inputOperatorName: 'Please enter the operator name',
    operatorName: 'Operator Name',
    inputBizId: 'Please enter the business ID',
    inputBizType: 'Please select the business type',
    inputBizTag: 'Please enter the business tag',
    inputOperationMsg: 'Please enter the operation content',
    inputOperationTime_begin: 'Please select the start time',
    inputOperationTime_end: 'Please select the end time',
    inputOperationStatus: 'Please enter the operation result status',
    // 接口日志
    apiName: 'API Name',
    requestFrom: 'Request Party Name',
    responseBy: 'Response Party Name',
    url: 'Request Address',
    requestBody: 'Request Content',
    responseBody: 'Response Content',
    requestTime: 'Request Time',
    retCode: 'Business Response Code',
    httpCode: 'HTTP Code',
    duration_begin: 'Response Time (ms)',
    expandHeader: 'Expand Header',
    exceptionStackInfo: 'Exception Stack Information',
    apiMethod: 'API Method',
    ip: 'Request IP',
    responseTime: 'Response Time',
    inputApiName: 'Please enter the API name',
    inputRequestFrom: 'Please enter the request party name',
    inputResponseBy: 'Please enter the response party name',
    inputUrl: 'Please enter the request address',
    inputRequestBody: 'Please enter the request content',
    inputResponseBody: 'Please enter the response content',
    inputRequestTime_begin: 'Please select the start time',
    inputRequestTime_end: 'Please select the end time',
    inputRetCode: 'Please enter the business response code',
    inputHttpCode: 'Please enter the HTTP response code',
    inputDuration_begin: 'Please enter the response time (ms)',
    loginlog: 'Login Log',
    operationlog: 'Operation Log',
    keyWord: 'Keyword',
    inputKeyWord: 'Please enter the keyword',
    createTimeRange: 'Start date ~ End date',
    operateType: 'Operate Type',
    inputOperateType: 'Please select the operate type',
    logContent: 'Log Content',
    userid: 'User ID',
    username: 'User Name',
    costTime: 'Cost Time (ms)',
    logType_dictText: 'Log Type',
    operateType_dictText: 'Operate Type',
    requestMethod: 'Request Method',
    requestParams: 'Request Parameters',
  },
  monitor: {
    zone: 'Zone',
    inputZone: 'Please select the zone',
    row: 'Row',
    line: 'Line',
    layer: 'Layer',
    grid_rest: 'Empty location vacant',
    grid_empty: 'Empty container vacant',
    grid_all: 'Entire container vacant',
    grid_emp_lock: 'Empty location lock',
    grid_empty_lock: 'Empty container lock',
    grid_all_lock: 'Entire container lock',
    location_statistical: 'Location statistical',
    locationCode: 'Location code',
    inputLocationCode: 'Please enter the location code',
    containerCode: 'Container code',
    material: 'Material',
    the: 'The',
    none: 'None',
    locationTotalNum: 'Total location',
    locationEmptyNum: 'Empty location',
    locationEmptyNumContainer: 'Empty container location',
    locationEmptyNumPallet: 'Entire container location',
    batch: 'Batch',
    materialName: 'Material name',
    materialCode: 'Material code',
    num: 'Num',
    wmsId: 'WMS ID',
    inputWmsId: 'Please enter the WMS ID',
    wcsId: 'WCS ID',
    inputWcsId: 'Please enter the WCS ID',
    consistencyStatus: 'Consistency status',
    inputConsistencyStatus: 'Please select the consistency status',
    taskCreateTime: 'Task creation time',
    inputTaskCreateTimeBegin: 'Please select the start time',
    inputTaskCreateTimeEnd: 'Please select the end time',
    taskType: 'WMS task type',
    fromLocationCode: 'WMS From Location',
    wcsFromLocationCode: 'WCS from Location',
    toLocationCode: 'WMS To Location',
    wcsToLocationCode: 'WCS To Location',
    wcsContainerCode: 'WCS Container Code',
    taskStatus: 'WMS task status',
    wcsTaskStatus: 'WCS task status',
    wcsTaskCreateTime: 'WCS task creation time',
    locationStatus: 'Location status',
    wcsLocationStatus: 'WCS location status',
    locationContainerCode: 'Location table container code',
    containerContainerCode: 'Container table container code',
    inventoryContainerCode: 'Inventory table container code',
    containerStatus: 'Container status',
    locationTaskDetail: 'Location task detail',
    // 定时任务
    cronExpression: 'Cron expression',
    inputCronExpression: 'Please enter the cron expression',
    scheduledTaskClassName: 'Scheduled task class name',
    inputScheduledTaskClassName: 'Please enter the scheduled task class name',
    parameter: 'Parameter',
    inputParam: 'Please enter the parameter',
    description: 'Description',
    inputDescription: 'Please enter the description',
    status: 'Status',

    jobClassName: 'Task Class Name',
    inputJobClassName: 'Please enter the task class name',
    jobStatus: 'Job Status',
    inputJobStatus: 'Please enter the job status',
    whole: 'Whole',
    normalcy: 'Normalcy',
    disable: 'Disable',
    stop: 'Stop',
    activated: 'Activated',
    paused: 'Paused',
    routerId: 'Router ID',
    routerName: 'Router Rame',
    routerURI: 'Router URI',
    routingCondition: 'Routing Condition',
    addRoutingCondition: 'Add Routing Condition',
    filter: 'Filter',
    addFilter: 'Add Filter',
    addParameters: 'Add Parameters',

    fusibleLink: 'Fusible link',
    restrictionFilters: 'Restriction filters',
    routingEditor: 'Routing editor',
    birthdays: 'Birthdays',
    forceSbToQuit: 'Force SB. to quit',
    forceLogoutOfUser: 'Force logout of users',
    forceLogoutOfUsers: 'Force logout of users?',
    successes: 'Successes',

  },
  inventory: {
    selectZone: 'Please select the zone',
    inputContainerCode: 'Please enter the container code',
    inputLocationCode: 'Please enter the location code',
    inputMaterialCode: 'Please enter the material code',
    inputMaterialName: 'Please enter the material name',
    pleaseRoadway: 'Please enter the aisle',
    selectContainerStatus: 'Please select the container status',
    inputOperationTime_begin: 'Please select the start time',
    inputOperationTime_end: 'Please select the end time',
    selectInventoryStatus: 'Please select the inventory status',
    selectUsableStatus: 'Please select the available status',
    selectCompany: 'Please select the Cargo Owner',
    enterReceiptCode: 'Please enter the Receipt code',
    enterShipmentCode: 'Please enter the Shipment code',
    inputFromLocationCode: 'Please enter the from location code',
    inputToLocationCode: 'Please enter the to location code',
    selectTranscationType: 'Please select the transaction type',
    enterInventoryCheckCode: 'Please enter the inventory check code',
    selectWarnStatus: 'Please select the warning status',
    inputBatch: 'Please enter the batch',
    inputSerialNumber: 'Please enter the serial number',
    inputMaterialSpec: 'Please enter the material specification',
    inputMaterialUnit: 'Please enter the material unit',
    inputAgeGreaterThan: 'Please enter the inventory age greater than (days)',

    zone: 'Zone',
    containerCode: 'Container Code',
    locationCode: 'Location Code',
    materialCode: 'Material Code',
    materialName: 'Material Name',
    containerStatus: 'Container Status',
    roadway: 'Aisle',
    createTime: 'Create Time',
    inventoryStatus: 'Inventory Status',
    usableStatus: 'Usable Status',
    materialSpec: 'Material Specification',
    materialUnit: 'Material Unit',
    batch: 'batch',
    serialNumber: 'Serial Number',
    ageGreaterThan: 'Age Greater Than (days)',
    receiptCode: 'Receipt Code',
    shipmentCode: 'Shipment Code',
    fromLocationCode: 'From Location Code',
    toLocationCode: 'To Location Code',
    transcationType: 'Transaction Type',
    createBy: 'Creator',
    inventoryCheckCode: 'inventory check code',
    warnStatus: 'Warning Status',

    inventoryId: 'Inventory ID',
    inventoryAge: 'Inventory Age',
    inventoryDetailId: 'Inventory Detail ID',
    inventoryDetail: 'Inventory Detail',
    totalQty: 'Total Qty',
    qty: 'Qty',
    totalLine: 'Total Line',
    inboundDate: 'Inbound Date',
    inventoryTransferId: 'Inventory Transfer ID',
    inboundQty: 'Inbound Qty',
    outboundQty: 'Outbound Qty',
    taskLockQty: 'Task Lock Qty',
    company: 'Cargo Owner',
    companyCode: 'Cargo Owner Code',
    totalLocation: 'Total Location',
    checkType: 'Check Type',
    mainCheckStatus: 'Check Status',
    checkPerson: 'Designated check personnel',
    realCheckPerson: 'Real check personnel',
    checkStatus: 'Check Status',
    inventoryQty: 'Inventory Qty',
    warningPeriod: 'Warning Period',
    shelfLife: 'Shelf Life',
    min: 'Min',
    lower: 'Lower',
    upper: 'Upper',
    max: 'Max',
    effective: 'Effective',
    remark: 'Remark',
    palletFillRate: 'Pallet Fill Rate',
    mainCheckCode: 'Main Check Code',
  },
  shipment:{
    id: 'ID',
    code: 'Shipment Code',
    company: 'Cargo Owner',
    companyName: 'Cargo Owner Name',
    type: 'Shipment Type',
    firstStatus: 'First Status',
    lastStatus: 'Last Status',
    referCode: 'Refer Code',
    customer: 'Customer',
    totalQty: 'Total Qty',
    totalLines: 'Total Lines',
    remark: 'Remark',
    backErrorMsg: 'Back Error Msg',
    zone: 'Zone',
    selectZone : 'Please select the zone',
    shipmentCode: 'Shipment Code',
    enterShipmentCode: 'Please enter the shipment code',
    selectCompany: 'Please select the Cargo Owner',
    selectShipmentType: 'Please select the shipment type',
    selectFirstStatus: 'Please select the first status',
    selectLastStatus: 'Please select the last status',
    inputReferCode: 'Please enter the refer code',
    inputCustomer: 'Please enter the customer',
    inputRemark: 'Please enter the remark',
    inputCreateBy: 'Please enter the creator',
    inputStartTime: 'Please select the start time',
    inputEndTime: 'Please select the end time',
    createBy: 'Creator',
    createTime: 'Create Time',
    group: 'Group',
    automaticGroup: 'Automatic Group',
    shipmentDetail: 'Shipment Detail',

    shipmentDetailId: 'Shipment Detail ID',
    materialCode: 'Material Code',
    materialName: 'Material Name',
    materialSpec: 'Material Specification',
    materialUnit: 'Material Unit',
    documentQty: 'Document Qty',
    groupingQty: 'Grouping Qty',
    outboundQty: 'Shipment Qty',
    availableQty: 'Available Qty',
    inventoryQty: 'Inventory Qty',
    inventoryStatus: 'Inventory Status',
    batch: 'Batch',
    documentStatus: 'Document Status',

    selectMaterialCode: 'Please select the material code',
    inputDocumentQty: 'Please enter the document qty',
    inputBatch: 'Please enter the batch',
    inputShipmenQty: 'Please enter the shipment qty',

    containerCode: 'Container Code',
    locationCode: 'Location Code',
    lockQty: 'Lock Qty',

    reason: 'Reason',
    historicalShipmentDetails: 'Historical shipment details',

    inputContainerCode: 'Please enter the container code',
    status: 'Status',
    selectStatus: 'Please select the status',
    toPort: 'Outbound Port',
    pleaseEnterTargetPort: 'Please enter the target port',
    generateTask: 'Generate Task',
    cancelGroup: 'Cancel Group',
    areSureCancelGroup: 'Are you sure to cancel the group?',
    storageShipment: 'Outbound from flat storage',
    deductInventory: 'Deduct inventory',
    outboundGroupDetails: 'Outbound group details',
    selectOutboundPort: 'Select the outbound port',
    pleaseSelectLeastOneRecord: 'Please select at least one record',
    destinationLocation: 'Destination Location',
    selectDestinationLocation: 'Please enter the destination location',

    shipmentContainerDetailId: 'Outbound Group Details ID',
  }
}