zh-CN.js 13.1 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
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: '邮箱',
    selectEmail: '请选择邮箱',
    warehouse: '所属仓库',
    zone: '所属库区',
    status: '状态',
    fuzzyAccountSearch: '请输入用户账号',
    selectSex: '请选择性别',
    enterUserName: '请输入用户姓名',
    enterMobileNumber: '请输入手机号码',
    userStatus: '用户状态',
    selectUserStatus: '请选择用户状态',
    enterUserAccount: '请输入用户账号',
    loginPassword: '登录密码',
    enterLoginPassword: '请输入登录密码',
    confirmPassword: '确认密码',
    pleaseProvideLoginPasswordAgain: '请重新输入登录密码',
    enterEmployeeID: '请输入工号',
    roleAssignment:'角色分配',
    selectRole:'请选择角色',
    warehouseAllocation:'仓库分配',
    zoneAllocation: '库区分配',
    selectZone: '请选择库区',
    pleaseEnterAValidLandlinePhoneNumber: '请输入正确的座机号码',
    thePasswordsEnteredDoNotMatch : '两次输入的密码不一样',
    phoneNumberAlreadyExists: '手机号已存在',
    pleaseEnterAValidPhoneNumberFormat: '请输入正确格式的手机号码',
    emailAddressAlreadyExists: '邮箱已存在',
    pleaseEnterAValidEmailFormat: '请输入正确格式的邮箱',
    usernameAlreadyExists: '用户名已存在',
    confirmDiscardChanges: '确定放弃编辑?',
  },
  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: '请选择 ',
    pleaseInput: '请输入 ',
    carNo: '小车编码',
    priority: '优先级',
  },
  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: '绑定的库位类型',







  }
}