zh-CN.js 12.3 KB
export default {
  lang: '中文',
  button: {
    ok: '确定',
    search: '查询',
    reset: '重置',
    new: '新增',
    edit: '编辑',
    close: '关闭',
    delete: '删除',
    start: '启动',
    stop: '停止',
    runOnce: '执行一次',
    more: '更多',
    details: '详情',
    expand: '展开',
    collapse: '收起',
    select: '选择',
    selected: '已选择',
    item: '项',
    clearAll: '清空',
    import: '导入',
    export: '导出',
    refresh: '刷新',
    deletingIt: '确定删除吗?',
    multiSelectActions: '批量操作',
    print: '打印',
    cancel: '取消',
    advancedSearch: '高级查询',
    submit: '提交',

  },
  list: {
    showing: '共',
    records: '条'
  },
  system: {
    name: '华恒仓储管理系统',
    accountLoginWithPassword: '账号密码登录',
    enterYourAccountName: '请输入帐户名',
    enterYourPassword: '请输入密码',
    selectYourWarehouse: '请选择仓库',
    loginFailed: '登录失败',
    oldPassword: '旧密码',
    inputOldPassword: '请输入旧密码',
    newPassword: '新密码',
    inputNewPassword: '请输入新密码',
    confirmNewPassword: '确认新密码',
    inputConfirmNewPassword: '请确认新密码',
    passwordsDoNotMatch: '密码不匹配',
    pleaseSelect: '请选择',
    languageSettings: '语言设置',
    themeSettings: '主题设置',
    darkModeMenuStyle: '暗色菜单风格',
    lightModeMenuStyle: '亮色菜单风格',
    otherSettings: '其他设置',
    colorBlindnessMode: '色弱模式',
    multiTabMode: '多页签模式',
    logout: '退出登录',
    welcome: '欢迎您!',
    goodMorning1: '早上好',
    goodMorning2: '上午好',
    goodAfternoon1: '中午好',
    goodAfternoon2: '下午好',
    goodEvening: '晚上好',
    requestEncounteredError: '请求出现错误,请稍后再试',
    systemMessage: '系统提示',
    systemSettings: '系统设置',
    passwordChange: "密码修改",
    home: '首页',
    clearCache: '清理缓存',
    cacheRefreshed: '缓存刷新完成',
    cacheRefreshFailed: '缓存刷新失败',
    message: '消息',
    logoutMessage: '真的要注销登录吗?',
    createBy: "创建人",
    updater: "更新人",
    createTime: "创建时间",
    updateTime: "更新时间",
    options: "操作",
    remark: "备注",
    batch: '批次',
    inputBatch: '请输入批次',
    content: '内容',
    level: '等级',
    monday: '星期一',
    tuesday: '星期二',
    wednesday: '星期三',
    thursday: '星期四',
    friday: '星期五',
    saturday: '星期六',
    sunday: '星期日',
    recycleBin: '回收站',
    addUser: '添加用户',
    userAccount: '用户账号',
    userName: '用户姓名',
    employeeID: '工号',
    sex: '性别',
    role: '角色',
    mobileNumber: '手机号码',
    email: '邮箱',
    warehouse: '所属仓库',
    zone: '所属库区',
    status: '状态',
    fuzzyAccountSearch: '请输入用户账号',
    selectSex: '请选择性别',
    enterUserName: '请输入用户姓名',
    enterMobileNumber: '请输入手机号码',
    userStatus: '用户状态',
    selectUserStatus: '请选择用户状态',
    enterUserAccount: '请输入用户账号',
    loginPassword: '登录密码',
    enterLoginPassword: '请输入登录密码',
    confirmPassword: '确认密码',
    pleaseProvideLoginPasswordAgain: '请重新输入登录密码',
    enterEmployeeID: '请输入工号',
  },
  task: {
    scheduledTaskName: '任务名',
    inputScheduledTaskName: '请输入任务名',
    scheduledTaskClass: '任务类',
    inputScheduledTaskClass: '请输入任务类',
    cronExpression: 'Cron 表达式',
    inputCronExpression: '请输入 Cron 表达式',
    parameter: '参数',
    taskStatus: '任务状态',
    inputTaskStatus: '请选择任务状态',
    taskStatusAll: '全部',
    taskStatusStarted: '已启动',
    taskStatusPaused: '已暂停',
    emptyIn: '空托盘入库',
    emptyOut: '空托盘出库',
    moveTask: '移库',
    checkOutTask: '出库查看',
    zone: '库区',
    selectZone: '请选择库区',
    taskId: '任务ID',
    inputTaskId: '请输入任务ID',
    taskType: '任务类型',
    inputTaskType: '请选择任务类型',
    containerCode: '容器编码',
    inputContainerCode: '请输入容器编码',
    fromLocationCode: '起始库位编码',
    inputFromLocationCode: '请输入起始库位编码',
    toLocationCode: '目标库位编码',
    inputToLocationCode: '请输入目标库位编码',
    fromStationCode: '起始站点编码',
    inputFromStationCode: '请输入起始站点编码',
    toStationCode: '目标站点编码',
    inputToStationCode: '请输入目标站点编码',
    shipmentId: '出库单ID',
    receiptId: '入库单ID',
    inputReceiptId: '请输入入库单ID',
    outboundId: '出库ID',
    inputOutboundId: '请输入出库ID',
    creationTime: '创建时间',
    inputStartTime: '请选择开始时间',
    inputEndTime: '请选择结束时间',
    exceptionCode: "异常信息",
    dispatchTime: '下发时间',
    inputDispatchTime: '请选择下发时间',
    allocationTime: '库位分配时间',
    arrivalTime: '分拣口到达时间',
    completionTime: '完成时间',
    execute: "执行",
    createInventoryTransferTask: '创建移库任务',
    toPortCode: '出库站台',
    inputToPortCode: '请输入出库站台',
    Select: '选择',
    pleaseSelect: '请选择 ',
  },
  api: {
    apiName: '接口名称',
    inputApiName: '请输入接口名称',
    apiMethod: '请求类型',
    inputApiMethod: '请输入请求类型',
    ip: '请求方 IP',
    inputIp: '请输入请求方 IP',
    requestFrom: '请求方名称',
    inputRequestFrom: '请输入请求方名称',
    inputResponseBy: '请输入响应方名称',
    url: '请求地址',
    inputUrl: '请输入请求地址',
    duration: '响应耗时(毫秒)',
    inputDuration: '请输入响应耗时(毫秒)',
    retCode: '业务响应码',
    inputRetCode: '请输入业务响应码',
    requestTime: '请求时间',
    selectStartTime: '请选择开始时间',
    selectEndTime: '请选择结束时间',
    requestBody: '请求内容',
    responseBy: '响应方',
    responseBody: '响应内容',
    responseTime: '响应时间',
    exception: '异常堆栈',
  },
  parameter: {
    name: '参数名称',
    inputName: '请输入参数名称',
    code: '参数键名',
    inputCode: '请输入参数键名',
    value: '参数键值',
    inputValue: '请输入参数键值',
  },
  address: {
    remark: '接口名称',
    inputRemark: '请输入接口名称',
    param: '接口编码',
    inputParam: '请输入接口编码',
    url: '接口地址',
    inputUrl: '请输入接口地址',
  },
  translate: {
    relateTable: '关联表名',
    relateId: '关联 ID',
    chinese: '中文',
    inputChinese: '请输入中文',
    english: '英语',
    inputEnglish: '请输入英语',
  },
  config: {
    locationCode: '库位编码',
    inputLocationCode: '请输入库位编码!',
    containerCode: '容器编码',
    inputContainerCode: '请输入容器编码!',
    status: '状态',
    selectStatus: "请选择状态",
    inputStatus: '请输入状态',
    zoneCode: '库区',
    selectZone: '请选择库区',
    inputZoneCode: '请输入库区!',
    locationType: '库位类型',
    selectLocationType: '请选择库位类型',
    inputLocationType: '请输入库位类型!',
    roadway: '巷道',
    pleaseRoadway: '请输入巷道',
    iRow: '行',
    inputIRow: '请输入行',
    iColumn: '列',
    inputIColumn: '请输入列',
    iLayer: '层',
    inputILayer: '请输入层',
    highLow: '高低位',
    inputHighLow: '请输入高低位',
    rowFlag: '内外侧',
    selectRowFlag: '请选择内外侧',
    inputRowFlag: '请输入内外侧!',
    materialAreaCode: '物料分区',
    inputMaterialAreaCode: '请输入物料分区',
    isthereApallet: '是否有托盘',
    selectIsthereApallet: '请选择库内是否有托盘',
    usable: '是否可用',
    selectUsable: '请选择是否可用',
    inputUsable: '请输入是否可用!',

    code: '编码',
    inputCode: '请输入编码',
    name: '名称',
    inputName: '请输入名称',
    length: '长度',
    inputLength: '请输入长度',
    weight: '宽度',
    inputWeight: '请输入宽度',
    height: '高度',
    inputHeight: '请输入高度',
    maxWeight: '最大承重',
    inputMaxWeight: '请输入最大承重',
    highLevel: '高度值',
    inputHighLevel: '请输入高度值',


    encodingPrefix: '编码前缀',
    inputEncodingPrefix: '请输入编码前缀',
    startLine: '起始行',
    inputStartLine: '请输入起始行',
    lastRow: '最后行',
    inputLastRow: '请输入最后行',
    startColumn: '起始列',
    inputStartColumn: '请输入起始列',
    lastColumn: '最后列',
    inputLastColumn: '请输入最后列',
    startLayer: '起始层',
    inputStartLayer: '请输入起始层',
    lastLayer: '最后层',
    inputLastLayer: '请输入最后层',


    containerTypeCode: '容器类型',
    selectContainerTypeCode: '请选择容器类型',
    containerStatus: '容器状态',
    selectContainerStatus: '请选择容器状态',
    containerFillStatus: '容器填充状态',
    selectContainerFillStatus: '请选择容器填充状态',
    position: '位置',
    selectPosition: '请选择位置',
    totalTaskCount: '任务总数',
    moveTaskTimes: '移库任务数',
    number: '数量',
    inputNumber: '请输入数量',
    emptyContainerWeight: '空容器重量',
    inputEmptyContainerWeight: '请输入空容器重量',
    maxContainerWeight: '容器最大承重',
    inputMaxContainerWeight: '请输入容器最大承重',

    materialCode: '物料编码',
    inputMaterialCode: '请输入物料编码',
    materialName: '物料名称',
    inputMaterialName: '请输入物料名称',
    usableStatus: '可用状态',
    selectUsableStatus: '请选择可用状态',
    materialNumber: '物料数量',

    companyCode: '货主编码',
    companyName: '货主名称',
    inputCompanyName: '请输入货主名称',
    selectCompanyCode: '请选择货主',
    inputCompanyCode: '请输入货主编码',
    specification: '规格',
    inputSpecification: '请输入规格',
    unit: '单位',
    inputUnit: '请选择单位',
    type: '类别',
    inputType: '请输入类别',
    selectInputType: '请选择类型',
    abcClassification: 'ABC分类',
    inputABCClassification: '请输入ABC分类',
    shelfLife: '保质期(天)',
    inputShelfLife: '请输入保质期(天)',
    nearExpiryAlertDays: '临期预警天数',
    inputNearExpiryAlertDays: '请输入临期预警天数',

    locatingRule: '定位规则',
    inputLocatingRule: '请输入定位规则',
    allocationRule: '分配规则',
    inputAllocationRule: '请输入分配规则',
    emptyLocationRule: '空货位规则',
    inputEmptyLocationRule: '请输入空货位规则',
    pickingRule: '拣货规则',
    inputPickingRule: '请输入拣货规则',
    receivingFlow: '入库流程',
    inputReceivingFlow: '请输入入库流程',
    shippingFlow: '出库流程',
    inputshippingFlow: '请输入出库流程',
    minShelfLifeDays: '收货预警天数',
    inputMinShelfLifeDays: '请输入收货预警天数',

    warehouseCode: '仓库编码',
    inputWarehousecode: '请输入仓库编码!',

    alarmType: '预警类别代码',
    inputAlarmType: '请输入预警类别代码',
    max: '最大',
    inputMax: '请输入最大',
    min: '最小',
    inputMin: '请输入最小',
    upper: '上限预警值',
    inputUpper: '请输入上限预警值',
    lower: '下限预警值',
    inputLower: '请输入下限预警值',
    remark: '备注',
    inputRemark: '请输入备注',

    address: '地址',
    inputAddress: '请输入地址',
    district: '区/县',
    inputDistrict: '请输入区/县',
    city: '城市',
    inputCity: '请输入城市',
    state: '省份',
    inputState: '请输入省份',
    country: '国家',
    inputCountry: '请输入国家',
    attentionto: '联系人',
    inputAttentionto: '请输入联系人',
    phone: '联系电话',
    inputPhone: '请输入联系电话',
    postalcode: '邮编',
    inputPostalcode: '请输入邮编',

    locationTypeCode: '包含库位类型',
    boundLocationType: '绑定的库位类型',







  }
}