(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: 'Edit', save: 'Save', remove: 'Delete', cancel: 'Cancel' }, adminRole: { role_1: '财务', role_2: '销售主管', role_3: '采购主管', role_4: '网站管理员', role_5: '销售业务员', role_6: '采购业务员', role_99: '系统管理员' }, basket: { qty: 'Qty.', price: 'Price', amount: 'Amount($)', control: 'Control', totalTips: 'Sum to {0} units', amountTips: 'Total USD', emptyTips: 'You have not added any item in your cart. Please back to the categories web to select the products.', removeTips: 'Are you sure to delete this item? After deleting it can not be recovered.' }, confirmOrder: { combineSuccessTips: 'Your new enquiry is combined with the old enquiry. Click OK and go to this enquiry page.' }, order: { cancelOrderTips: 'Are you sure you want to cancel this order?' }, orderStatus: { 'status_1': 'Enquiry', 'status_2': 'Quoted', 'status_3': 'Under production', 'status_4': 'Production finished', 'status_5': 'Arranging shipment', 'status_6': 'Completed', 'status_7': 'Cancelled', 'status_10': 'Inquiring', 'status_99': 'Basket' }, orderProviderStatus: { 'status_1': '新建', 'status_2': '已确认', 'status_3': '已关联', 'status_4': '发货中', 'status_5': '发完货', 'status_10': '已完成' }, orderInquiryStatus: { 'status_1': '新建', 'status_2': '已确认', 'status_3': '已关联', 'status_4': '发货中', 'status_5': '发完货', 'status_10': '已完成' }, contractStatus: { status_1: '新建' }, systemMemberRole: { role_1: '财务', role_2: '销售', role_99: '管理员' }, unit: { pc: 'pc', m: 'm', roll: 'roll' }, product: { qty: 'Qty.', price: 'Price', amount: 'Amount', control: 'Control', modelNoFilter: 'Narrow by', hideFilter: 'Hide above filtering groups & items', showFilter: 'Show all filtering groups & items', dimension_mm: "Dimensions in mm", dimension_inch: "Dimensions in inch", filter: "Filter", showAll: "Show all", tips: { qtyNotMatchUnit: '您必需输入整数的报价' } }, tips: { saveSuccess: 'Successful.', findPasswordSuccess: 'your password has been sent to your email address.' }, register: { required: 'Please complete the content with * marked in front to succeed the registration. Thanks!', gotoText: 'You have registered successfully. page will open after 3 seconds.' } }; }); }).call(this);