(function() { (function(root, factory) { if (typeof define === 'function' && define.amd) { return define(['_'], factory(root)); } else if (typeof module !== "undefined" && module !== null ? module.exports : void 0) { return module.exports = factory(); } })(this, function() { return { button: { edit: '编辑', save: '保存', remove: '删除', cancel: '取消' }, basket: { qty: '数量', price: '单价', amount: '金额(¥)', control: '操作', totalTips: '共有{0}个', amountTips: '小计:$', emptyTips: '您的购物车是空的哦', removeTips: '您确定要删除这条记录吗,删除将无法恢复!' }, confirmOrder: { combineSuccessTips: '你的询价单已经合并,点击确定跳转到该询价单' }, order: { cancelOrderTips: '您确定将要取消订单吗?' }, adminRole: { role_1: '财务', role_2: '销售主管', role_3: '采购主管', role_4: '网站管理员', role_5: '销售业务员', role_6: '采购业务员', role_99: '系统管理员' }, orderStatus: { 'status_1': '新建', 'status_2': '已确认', 'status_3': '备货中', 'status_4': '货已备齐', 'status_5': '准备发货', 'status_6': '已完成', 'status_7': '已取消', 'status_10': '询价中', 'status_99': '购物车' }, orderProviderStatus: { 'status_1': '新建', 'status_2': '已确认', 'status_3': '已关联合同', 'status_4': '发货中', 'status_5': '发完货', 'status_10': '已完成', 'status_99': '已取消' }, orderInquiryStatus: { 'status_1': '新建', 'status_2': '待确认', 'status_3': '草稿', 'status_4': '已确认', 'status_5': '已完成', 'status_99': '已取消' }, contractStatus: { status_1: '新建', status_2: '已确认', status_3: '发货中', status_4: '已发货', status_10: '已完成', status_99: '已取消' }, systemMemberRole: { role_1: '财务', role_2: '销售', role_99: '管理员' }, unit: { pc: '只', m: '米', roll: '卷' }, product: { qty: '数量', price: '价格', amount: '总价', control: '控制', modelNoFilter: '类型', hideFilter: '隐藏筛选', showFilter: '展开筛选', dimension_mm: "查看mm尺寸", dimension_inch: "查看英寸尺寸", filter: "筛选", showAll: "显示所有", tips: { qtyNotMatchUnit: '您必需输入整数的报价' } }, tips: { saveSuccess: '数据保存成功', findPasswordSuccess: '您的密码已经发送到您的邮箱,请检查邮箱。' }, register: { required: '请填写所有标注*的内容', gotoText: '您已经注册成功了! 3秒后跳转到登录页面' } }; }); }).call(this);