en-US.js 24.2 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
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',
  },
  list: {
    showing: 'Total Records',
    records: ''
  },
  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!',
    goodMorning1: 'Good morning',
    goodMorning2: 'Good morning',
    goodAfternoon1: 'Good afternoon',
    goodAfternoon2: 'Good afternoon',
    goodEvening: 'Good evening',
    requestEncounteredError: 'Request encountered an error, please try again later',
    systemMessage: 'System Message',
    systemSettings: 'System Settings',
    passwordChange: 'Password Change',
    home: 'Home',
    clearCache: 'Clear Cache',
    cacheRefreshed: 'Cache Refreshed',
    cacheRefreshFailed: 'Cache Refresh Failed',
    message: 'Message',
    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',
    zone: 'Zone',
    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 assignment',
    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!',
  },
  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: 'Task Status',
    inputTaskStatus: 'Please select task 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: 'Task Type',
    inputTaskType: 'Please select task type',
    containerCode: 'Container Code',
    inputContainerCode: 'Please input container code',
    fromLocationCode: 'From Location Code',
    inputFromLocationCode: 'Please input from location code',
    toLocationCode: 'To Location Code',
    inputToLocationCode: 'Please input to location code',
    fromStationCode: 'From Station Code',
    inputFromStationCode: 'Please input from station code',
    toStationCode: 'To Station Code',
    inputToStationCode: 'Please input to station code',
    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',
  },
  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: 'Name',
    inputName: 'Please input name',
    code: 'Code',
    inputCode: 'Please input code',
    value: 'Value',
    inputValue: 'Please input value',
  },
  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: 'Is there a pallet?',
    selectIsthereApallet: 'Whether there are pallets',
    usable: 'Is it usable?',
    selectUsable: 'Whether Available',
    inputUsable: 'Please input Is it usable!',

    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 number of tasks',
    moveTaskTimes: 'Move Task Times',
    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',
    companyCode: 'Consignor',
    companyName: 'Consignor Name',
    inputCompanyName: 'Please input Consignor Name',
    selectCompanyCode: 'Please Select Consignor',
    inputCompanyCode: 'Please input Consignor',
    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',

  },
  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',
    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',
    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',
  },
  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: 'Job class name',
    inputJobClassName: 'Please enter the job class name',
    jobStatus: 'Job status',
    inputJobStatus: 'Please enter the job status',
    whole: 'Whole',
    normalcy: 'Normalcy',
    stop: 'Stop',
    activated: 'Activated',
    paused: 'Paused',
    routerId: 'Router ID',
    routerName: 'Router name',
    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',
    selectCompanyCode: 'Please select the consignor',
    enterInboundOrderCode: 'Please enter the inbound order code',
    enterOutboundOrderCode: 'Please enter the outbound order code',
    inputFromLocationCode: 'Please enter the from location code',
    inputToLocationCode: 'Please enter the to location code',
    selectTranscationType: 'Please select the transaction type',
    enterInventoryOrderCode: 'Please enter the inventory order code',
    selectWarnStatus: 'Please select the warning status',
  }
}