export default {
  copy: 'Copy',
  info: 'My Points',
  headerTitle: 'Valued',
  spend: 'Exchanged  Points is',
  available: 'The available integral is',
  logPoints: 'Points log',
  logExchange: 'Exchange log',
  redeemGifts: 'Exchange gift',
  pointsCampaign: ' Points promotion',
  pointsRemark: 'Difference Pick up location exchange difference Points',
  outlets: 'Please select  pick-up Location',
  remainder: (val) => {
    return `剩余${val}份`
  },
  orderMail: 'Confirm Orders',
  code: 'Get Verification Code',
  codePlaceloader: 'Please Enter Verify Code',
  codeError: 'Code Error',
  codeTimeText: (val) => {
    return `${val}秒后重新获取`
  },
  remark: 'Remarks',
  submitOrder: 'Ok',
  redeemType: 'Method of exchange',
  activityTime: 'Promotion Date',
  textLength: 'Enter max 100 Words',
  totalScore: (num) => {
    return `已选${num}件,合计积分:`
  },
  totalScore1: 'Points',
  addAddress: 'Add new Delivery Address',
  totalScoreError: 'Points not enough',
  to: 'To',
  gift: 'Gift',
  Num: 'Quantity',
  total: 'Total Points',
  exchangeType: 'Method of exchange',
  deliveryAddress: 'Delivery Address',
  branch: 'Branch',
  downloadTitle: 'E&C Logistics APP',
  downloadTextDesc:
    "At present, E&C Logistics provides the main business of LCL, FCL, Air line , Sea & air cargo,special container, overseas warehouse,small parcels from Alibaba, etc., and has successively extended the value-added services such as premium compensation, cargo control, door-to-door delivery of destination , financial services, and enterprise research. Adhering to the mission of 'making China-Africa trade more convenient', E&C Logistics constantly improves good service, strives for innovation, and builds  tracking system, where you  can check the status of goods , on hold /release goods , download packing list , and provide SMS notification reminders for key nodes.",
  downloadTextTips: 'Download and log in APP to get points',
  downloadBtn: 'Download Now'
}