|
@@ -0,0 +1,508 @@
|
|
|
+export default {
|
|
|
+ tip: '提示',
|
|
|
+ title: 'Saber企业级开发平台',
|
|
|
+ logoutTip: '退出系统, 是否继续?',
|
|
|
+ submitText: '确定',
|
|
|
+ cancelText: '取消',
|
|
|
+ search: '请输入搜索内容',
|
|
|
+ menuTip: '没有发现菜单',
|
|
|
+ operation: '操作',
|
|
|
+ toView: '查看',
|
|
|
+ delete: '删除',
|
|
|
+ loadingText: '删除',
|
|
|
+ addSuccess: '添加成功',
|
|
|
+ deleteSuccess: '删除成功',
|
|
|
+ editSuccess: '修改成功',
|
|
|
+ askDeleteData: '请问是否删除该条数据',
|
|
|
+ add: "添加",
|
|
|
+ edit: '编辑',
|
|
|
+ cancel: '取消',
|
|
|
+ submit: "确定",
|
|
|
+ create_time: "创建时间",
|
|
|
+ update_time: "更新时间",
|
|
|
+ keyword: "关键字",
|
|
|
+ excelImport: 'Excel导入',
|
|
|
+ pleaseSelect: '请选择',
|
|
|
+ pleaseInput: '请输入',
|
|
|
+ all: "全部",
|
|
|
+ seniorQuery: "高级检索",
|
|
|
+ reset: "重置",
|
|
|
+ select: "选择",
|
|
|
+ productSelect: "产品选择",
|
|
|
+ goodsSelect: "物品选择",
|
|
|
+ remark: "备注",
|
|
|
+ wel: {
|
|
|
+ info: '早安,Smallwei,Avuex一款超乎你想象的框架!',
|
|
|
+ dept: '我是avue团队下的一个部门-哈皮部门-哈皮职位',
|
|
|
+ team: '团队内排名',
|
|
|
+ project: '项目访问',
|
|
|
+ count: '项目数',
|
|
|
+ data: {
|
|
|
+ subtitle: '实时',
|
|
|
+ column1: '分类统计',
|
|
|
+ column2: '附件统计',
|
|
|
+ column3: '文章统计',
|
|
|
+ key1: '分',
|
|
|
+ key2: '附',
|
|
|
+ key3: '评',
|
|
|
+ text1: '当前分类总记录数',
|
|
|
+ text2: '当前上传的附件数',
|
|
|
+ text3: '评论次数',
|
|
|
+ },
|
|
|
+ data2: {
|
|
|
+ column1: '今日注册',
|
|
|
+ column2: '今日登录',
|
|
|
+ column3: '今日订阅',
|
|
|
+ column4: '今日评论',
|
|
|
+ },
|
|
|
+ data3: {
|
|
|
+ column1: '转化率(日同比 28%)',
|
|
|
+ column2: '签到率(日同比 11%)',
|
|
|
+ column3: '签到率(日同比 11%)',
|
|
|
+ },
|
|
|
+ data4: {
|
|
|
+ column1: '错误日志',
|
|
|
+ column2: '数据展示',
|
|
|
+ column3: '权限管理',
|
|
|
+ column4: '用户管理',
|
|
|
+ },
|
|
|
+ table: {
|
|
|
+ rw: '工作任务',
|
|
|
+ nr: '工作内容',
|
|
|
+ sj: '工作时间',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ route: {
|
|
|
+ info: '个人信息',
|
|
|
+ website: 'bladex官网',
|
|
|
+ avuexwebsite: 'avuex官网',
|
|
|
+ dashboard: '首页',
|
|
|
+ more: '更多',
|
|
|
+ tags: '标签',
|
|
|
+ store: '本地存储',
|
|
|
+ api: '全局函数',
|
|
|
+ logs: '日志监控',
|
|
|
+ table: '表格',
|
|
|
+ form: '表单',
|
|
|
+ top: '返回顶部',
|
|
|
+ data: '数据展示',
|
|
|
+ permission: '权限',
|
|
|
+ error: '异常页面',
|
|
|
+ test: '测试页面',
|
|
|
+ },
|
|
|
+ login: {
|
|
|
+ title: '登录 ',
|
|
|
+ info: 'BladeX 企业级开发平台',
|
|
|
+ tenantId: '请输入租户ID',
|
|
|
+ username: '请输入账号',
|
|
|
+ password: '请输入密码',
|
|
|
+ wechat: '微信',
|
|
|
+ qq: 'QQ',
|
|
|
+ github: 'github',
|
|
|
+ gitee: '码云',
|
|
|
+ phone: '请输入手机号',
|
|
|
+ code: '请输入验证码',
|
|
|
+ submit: '登录',
|
|
|
+ userLogin: '账号密码登录',
|
|
|
+ phoneLogin: '手机号登录',
|
|
|
+ thirdLogin: '第三方系统登录',
|
|
|
+ msgText: '发送验证码',
|
|
|
+ msgSuccess: '秒后重发',
|
|
|
+ },
|
|
|
+ navbar: {
|
|
|
+ logOut: '退出登录',
|
|
|
+ userinfo: '个人信息',
|
|
|
+ dashboard: '首页',
|
|
|
+ lock: '锁屏',
|
|
|
+ bug: '没有错误日志',
|
|
|
+ bugs: '条错误日志',
|
|
|
+ screenfullF: '退出全屏',
|
|
|
+ screenfull: '全屏',
|
|
|
+ language: '中英文',
|
|
|
+ notice: '消息通知',
|
|
|
+ theme: '主题',
|
|
|
+ color: '换色',
|
|
|
+ },
|
|
|
+ tagsView: {
|
|
|
+ search: '搜索',
|
|
|
+ menu: '更多',
|
|
|
+ clearCache: '清除缓存',
|
|
|
+ closeOthers: '关闭其它',
|
|
|
+ closeAll: '关闭所有',
|
|
|
+ },
|
|
|
+ Internet_of_things: {
|
|
|
+ Industry: {
|
|
|
+ appName: '行业名称',
|
|
|
+ AppId: 'AppId',
|
|
|
+ createUserName: '创建人',
|
|
|
+ createTime: '创建时间',
|
|
|
+ newIndustry: '新建行业',
|
|
|
+ keyword: '关键字',
|
|
|
+ appName: '行业名称',
|
|
|
+ appNameRules: '请输入行业名称',
|
|
|
+ industryInformation: '行业信息',
|
|
|
+ overviewResources: '资源概览',
|
|
|
+ productNum: '产品数',
|
|
|
+ equipmentNum: '设备数',
|
|
|
+ },
|
|
|
+ product: {
|
|
|
+ appName: '所属行业',
|
|
|
+ name: '产品名称',
|
|
|
+ productId: '产品ID',
|
|
|
+ deviceType: '设备类型',
|
|
|
+ protocolType: '协议类型',
|
|
|
+ dataFormat: '数据格式',
|
|
|
+ manufacturerName: '厂商名称',
|
|
|
+ addProduct: '创建产品',
|
|
|
+ keyword: '关键字',
|
|
|
+ industry: '行业',
|
|
|
+ tdaApplicationIdRules: '请选择所属行业',
|
|
|
+ nameRules: '请输入产品名称',
|
|
|
+ protocolTypeRules: '请选择协议类型',
|
|
|
+ dataFormatRules: '请选择数据格式',
|
|
|
+ manufacturerNameRules: '请选择厂商名称',
|
|
|
+ deviceTypeRules: '请选择设备类型',
|
|
|
+ },
|
|
|
+ equipment: {
|
|
|
+ applicationName: '所属行业',
|
|
|
+ productName: '所属产品',
|
|
|
+ deviceName: '设备名称',
|
|
|
+ nodeId: '设备标识',
|
|
|
+ deviceId: '设备ID',
|
|
|
+ deviceStatus: '设备状态',
|
|
|
+ secret: '密钥',
|
|
|
+ applicationName: '所属行业',
|
|
|
+ keyword: '关键字',
|
|
|
+ tdaApplicationId: '行业',
|
|
|
+ tdaProductId: '产品',
|
|
|
+ addEquipment: '添加设备',
|
|
|
+ tdaApplicationIdRules: '请选择所属行业',
|
|
|
+ tdaProductIdRules: '请选择所属产品',
|
|
|
+ deviceNameRules: '请输入设备名称',
|
|
|
+ nodeIdRules: '请输入设备标识',
|
|
|
+ secretRules: '请输入密钥',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ management: {
|
|
|
+ video_setting: {
|
|
|
+ keyword: "关键词",
|
|
|
+ videoUrl: "缩略图",
|
|
|
+ title: '标题',
|
|
|
+ status: '状态',
|
|
|
+ duration: '时长',
|
|
|
+ size: "大小",
|
|
|
+ treeModalAdd: '添加分类',
|
|
|
+ treeModalEdit: '编辑分类',
|
|
|
+ addModal: "添加视频说明书",
|
|
|
+ edit: '编辑视频说明书',
|
|
|
+ type: "类型",
|
|
|
+ name: "分类名称",
|
|
|
+ treeAddType1: '产品分类',
|
|
|
+ treeAddType2: '物料分类',
|
|
|
+ treeName: '标题',
|
|
|
+ typeRules: "请选择类型",
|
|
|
+ nameRules: "请输入标题"
|
|
|
+ },
|
|
|
+ },
|
|
|
+ process: {
|
|
|
+ processList: "流程列表",
|
|
|
+ generalProcess: {
|
|
|
+ serviceName: "业务服务",
|
|
|
+ moduleName: "功能名称",
|
|
|
+ codeName: "流程名称",
|
|
|
+ add: "添加流程",
|
|
|
+ flowName: "流程名称",
|
|
|
+ code: "流程标识",
|
|
|
+ serviceNameRules: "业务服务不能为空",
|
|
|
+ codeRules: '流程标识不能为空',
|
|
|
+ moduleNameRules: '功能名称不能为空',
|
|
|
+ flowNameRules: '流程名称不能为空',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ product_material: {
|
|
|
+ product: {
|
|
|
+ product: "产品",
|
|
|
+ treeModalAdd: '添加分类',
|
|
|
+ treeModalEdit: '编辑分类',
|
|
|
+ treeName: "分类名称",
|
|
|
+ nameRules: "请输入产品名称",
|
|
|
+ productAdd: '添加产品',
|
|
|
+ productEdit: '编辑产品',
|
|
|
+ productClassify: "产品分类",
|
|
|
+ productType: '产品类型',
|
|
|
+ productCode: "产品编码",
|
|
|
+ productName: '产品名称',
|
|
|
+ productUnit: "单位",
|
|
|
+ jdPurchasePrice: '京东供价',
|
|
|
+ sellingPrice: '标准售价',
|
|
|
+ purchasePrice: "标准采购价",
|
|
|
+ clearancePeriod: "库存清空期限",
|
|
|
+ combination: "是否组合",
|
|
|
+ yes: "是",
|
|
|
+ no: "否",
|
|
|
+ combinationDetails: "组合明细",
|
|
|
+ lifeCycleRules: "生命周期规则",
|
|
|
+ lifeCycle: "生命周期",
|
|
|
+ deptId: "部门",
|
|
|
+ newProductsExpectedSales: "新品期",
|
|
|
+ growUpExpectedSales: "成长期",
|
|
|
+ matureExpectedSales: "成熟期",
|
|
|
+
|
|
|
+ cycleSales: "当前周期销量",
|
|
|
+ productDescription: "产品说明",
|
|
|
+ description: "说明",
|
|
|
+ productClassifyRules: "请选择产品分类",
|
|
|
+ productTypeRules: '请选择产品类型',
|
|
|
+ productCodeRules: "请输入产品编码",
|
|
|
+ productNameRules: '请输入产品名称',
|
|
|
+ combinationRules: "请选择是否组合",
|
|
|
+
|
|
|
+ productUnitRules: "请选择单位",
|
|
|
+ finishedProduct: "成品",
|
|
|
+ partiallyPreparedProducts: "半成品",
|
|
|
+ all: "全部",
|
|
|
+ },
|
|
|
+ material: {
|
|
|
+ treeModalAdd: '添加分类',
|
|
|
+ treeModalEdit: '编辑分类',
|
|
|
+ treeName: "物料名称",
|
|
|
+ nameRules: "请输入物料名称",
|
|
|
+ materialAdd: '添加物料',
|
|
|
+ materialEdit: '编辑物料',
|
|
|
+ materialClassify: "物料分类",
|
|
|
+ materialType: '物料类型',
|
|
|
+ materialCode: "物料编码",
|
|
|
+ materialName: '物料名称',
|
|
|
+ materialUnit: "单位",
|
|
|
+ materialDescription: "物料说明",
|
|
|
+ description: "说明",
|
|
|
+ deptId: "管理部门",
|
|
|
+ deptIdRules: "请选择管理部门",
|
|
|
+ materialClassifyRules: "请选择物料分类",
|
|
|
+ materialTypeRules: '请选择物料类型',
|
|
|
+ materialCodeRules: "请输入物料编码",
|
|
|
+ materialNameRules: '请输入物料名称',
|
|
|
+ materialUnitRules: "请选择单位",
|
|
|
+ rawMaterial: "原料",
|
|
|
+ subsidiaryMaterial: '辅料',
|
|
|
+ parts: '配件',
|
|
|
+ packagingMaterials: '包材',
|
|
|
+ other: '其他',
|
|
|
+
|
|
|
+ },
|
|
|
+ spu: {
|
|
|
+ spuCode: "spu编码",
|
|
|
+ spuName: 'spu名称',
|
|
|
+ spuDescription: "spu说明",
|
|
|
+ spuAdd: 'spu添加',
|
|
|
+ spuEdit: 'spu编辑',
|
|
|
+ productCode: "产品编码",
|
|
|
+ productName: '产品名称',
|
|
|
+ spuNameRules: '请输入spu名称',
|
|
|
+ associatedProducts: '关联产品',
|
|
|
+ },
|
|
|
+ warehouse: {
|
|
|
+ warehouseAdd: '添加仓库',
|
|
|
+ warehouseEdit: '仓库编辑',
|
|
|
+ warehouseType: "仓库类型",
|
|
|
+ warehouseName: '仓库名称',
|
|
|
+ warehouseDescription: "仓库说明",
|
|
|
+ storekeeper: '仓管员',
|
|
|
+ warehouseTypeRules: "请选择仓库类型",
|
|
|
+ warehouseNameRules: '请输入仓库名称',
|
|
|
+
|
|
|
+ warehouseKeeperIdRules: "请选择仓管员",
|
|
|
+ },
|
|
|
+ supply: {
|
|
|
+ supplyAdd: '添加供应商',
|
|
|
+ supplyEdit: "编辑供应商",
|
|
|
+ priceMaintenance: "价格维护",
|
|
|
+ supplyType: '供应商类型',
|
|
|
+ supplyCode: "供应商编码",
|
|
|
+ supplyName: '供应商名称',
|
|
|
+ country: "国家",
|
|
|
+ province: "省/洲",
|
|
|
+ whereCity: "所在城市",
|
|
|
+ city: '城市',
|
|
|
+ accountingPeriod: '账期',
|
|
|
+ contactInfo: "联系信息",
|
|
|
+ contacts: '联系人',
|
|
|
+ contactNumber: '联系电话',
|
|
|
+ returnAndReplacementPeriod: '退换货期限',
|
|
|
+ enclosure: '附件',
|
|
|
+ address: "详细地址",
|
|
|
+ backInfo: "银行信息",
|
|
|
+ accountName: '户名',
|
|
|
+ bankAccount: '银行账户',
|
|
|
+ bankOfDeposit: '开户银行',
|
|
|
+ bankNo: '银行号',
|
|
|
+ supplyTypeRules: '请选择供应商类型',
|
|
|
+ supplyNameRules: '请输入供应商名称',
|
|
|
+ countryRules: '请选择国家',
|
|
|
+ provinceIdRules: '请选择省/洲',
|
|
|
+ cityRules: '请选择城市',
|
|
|
+ contactsRules: '请输入联系人',
|
|
|
+ contactNumberRules: '请输入联系电话',
|
|
|
+ accountingPeriodRules: '请输入账期',
|
|
|
+ returnAndReplacementPeriodRules: '请输入退换货期限',
|
|
|
+ supplyPriceMaintain: "供应商价格维护",
|
|
|
+ priceMaintenance: {
|
|
|
+ supplyPriceAdd: "添加供应商价格",
|
|
|
+ supplyPriceEdit: "编辑供应商价格",
|
|
|
+ back: "返回",
|
|
|
+ goodCode: '物品编码',
|
|
|
+ goodName: '物品名称',
|
|
|
+ goodType: '物品类型',
|
|
|
+ price: '单价',
|
|
|
+ supplierIdRules: "请选择供应商",
|
|
|
+ supplyPrice: "供应单价",
|
|
|
+ priceRules: "请输入单价",
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ },
|
|
|
+ customer: {
|
|
|
+ customerAdd: '添加客户',
|
|
|
+ customerEdit: "编辑客户",
|
|
|
+ customerType: "客户类型",
|
|
|
+ customerCode: "客户编码",
|
|
|
+ customerName: "客户名称",
|
|
|
+ country: "国家",
|
|
|
+ province: "省/洲",
|
|
|
+ whereCity: "所在城市",
|
|
|
+ city: '城市',
|
|
|
+ contactInfo: "联系信息",
|
|
|
+ contacts: '联系人',
|
|
|
+ contactNumber: '联系电话',
|
|
|
+ enclosure: '附件',
|
|
|
+ address: "详细地址",
|
|
|
+ }
|
|
|
+ },
|
|
|
+ purchase_management: {
|
|
|
+ subscribe: {
|
|
|
+ sendSubscribe: '发起申购',
|
|
|
+ subscribeEdit: "申购编辑",
|
|
|
+ subscribeStatus: "申购状态",
|
|
|
+ subscribeOddNumbers: '申购单号',
|
|
|
+ goodClassify: "物品分类",
|
|
|
+
|
|
|
+ goodCode: "物品编码",
|
|
|
+ goodName: "物品名称",
|
|
|
+ goodType: "物品类型",
|
|
|
+ goodUnit: "物品单位",
|
|
|
+
|
|
|
+ unit: "单位",
|
|
|
+
|
|
|
+ subscribeNums: "申购数量",
|
|
|
+ askArrivalTime: "要求到货时间",
|
|
|
+ harvestWarehouse: "收货仓库",
|
|
|
+ subscribeDate: "申购日期",
|
|
|
+ subscribeReason: "申购原因",
|
|
|
+ subscribePeople: "申购人",
|
|
|
+ subscribeDescription: "申购说明",
|
|
|
+ subscribeDetails: "申购明细",
|
|
|
+ stock: "库存",
|
|
|
+ subscribeQuantity: "申购数量",
|
|
|
+ province: "省/洲",
|
|
|
+ whereCity: "所在城市",
|
|
|
+ city: '城市',
|
|
|
+ contactInfo: "联系信息",
|
|
|
+ contacts: '联系人',
|
|
|
+ contactNumber: '联系电话',
|
|
|
+ enclosure: '附件',
|
|
|
+ address: "详细地址",
|
|
|
+ },
|
|
|
+ purchase: {
|
|
|
+ purchase: '采购',
|
|
|
+ purchaseEdit: '采购编辑',
|
|
|
+ deliverGoods: "发货",
|
|
|
+ purchaseStatus: "采购状态",
|
|
|
+ goodType: "物品类型",
|
|
|
+ subscribeOddNumbers: '申购单号',
|
|
|
+ goodCode: "物品编码",
|
|
|
+ goodName: "物品名称",
|
|
|
+ unit: "单位",
|
|
|
+ subscribeNums: "申购数量",
|
|
|
+ price: "单价",
|
|
|
+ totalAmount: "总金额",
|
|
|
+ askArrivalTime: "要求到货时间",
|
|
|
+ subscribeReason: "申购原因",
|
|
|
+ harvestWarehouse: "收货仓库",
|
|
|
+ subscribeDate: "申购日期",
|
|
|
+ subscribePeople: "申购人",
|
|
|
+ selectSupply: "选择供应商",
|
|
|
+ remarks: "备注", subscribeDetails: "申购明细",
|
|
|
+ stock: "库存",
|
|
|
+ subscribeQuantity: "申购数量",
|
|
|
+ province: "省/洲",
|
|
|
+ whereCity: "所在城市",
|
|
|
+ city: '城市',
|
|
|
+ contactInfo: "联系信息",
|
|
|
+ contacts: '联系人',
|
|
|
+ contactNumber: '联系电话',
|
|
|
+ enclosure: '附件',
|
|
|
+ address: "详细地址",
|
|
|
+ }
|
|
|
+ },
|
|
|
+ order_management: {
|
|
|
+ order: {
|
|
|
+ order: "订单",
|
|
|
+ orderAdd: '添加订单',
|
|
|
+ orderEdit: '编辑订单',
|
|
|
+ customerType: "客户类型",
|
|
|
+ orderType: "订单类型",
|
|
|
+ orderCode: "订单编号",
|
|
|
+ customerName: "客户名称",
|
|
|
+ orderAmount: "订单金额",
|
|
|
+ recipientCity: "收件城市",
|
|
|
+ orderTime: "下单时间",
|
|
|
+ orderStatus: "订单状态",
|
|
|
+ orderDetails: "订单明细",
|
|
|
+ harvestInfo: "收获信息",
|
|
|
+ contactInfo: "收件人",
|
|
|
+ contacts: '联系人',
|
|
|
+ contactNumber: '联系电话',
|
|
|
+ address: "收件地址",
|
|
|
+ country: "国家",
|
|
|
+ province: "省/洲",
|
|
|
+ city: '城市',
|
|
|
+ productCode: "产品编码",
|
|
|
+ productName: "产品名称",
|
|
|
+ specs: "规格",
|
|
|
+ price: "单价",
|
|
|
+ quantity: "数量",
|
|
|
+ Subtotal: "小计",
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ inbound_outbound: {
|
|
|
+ outbound: {
|
|
|
+ outboun: "出库",
|
|
|
+ outboundAdd: "添加出库",
|
|
|
+ outboundEdit: "编辑出库",
|
|
|
+
|
|
|
+ outboundOddNumbers: '申购单号',
|
|
|
+ salesOddNumbers: '销售单号',
|
|
|
+ customerType: '客户类型',
|
|
|
+ customerCode: '客户编码',
|
|
|
+ customerNmae: '客户名称',
|
|
|
+ outboundQuantity: '出库数量',
|
|
|
+ createTime: '创建时间',
|
|
|
+ remarks: '备注',
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ equipment: {
|
|
|
+ deviceInterface: '设备界面',
|
|
|
+ realTimeDataList: "实时数据列表",
|
|
|
+ name: '名称',
|
|
|
+ realTimeData: "实时数据",
|
|
|
+ keyword: "关键字",
|
|
|
+ infoCategory: '信息分类',
|
|
|
+ interfaceData: 'API接口数据'
|
|
|
+ },
|
|
|
+}
|