10.10综合交易所原始源码-管理后台
1
admin
2026-01-06 089bf5d2378b3c4a61d795b2a92bede2c193b771
src/assets/lan/en.js
New file
@@ -0,0 +1,100 @@
module.exports = {
   exchange: {
      index: "Home",
      markets: "Markets",
      trade: "Futures",
      financial: "Financial",
      about: "About Us",
      news: "News",
      qs: "FAQ",
      download: "Download",
      scan: "Scan code to download",
      more: "More",
      symbol: "Currency",
      new_price: "Latest Price",
      radio: "Increase",
      high: "High",
      low: "Low",
      volume: "Amount",
      price: "Price",
      number: "Number",
      acount: "Accumulation",
      tra_symbol: "Trade Object",
      direction: "Direction",
      profit: "Profit and Loss",
      open_price: "Open Position Amount",
      avia_price: "Avbl amount",
      amount: "Margin",
      fee: "Fee",
      buy_price: "Opening price",
      close_price: "Close Price",
      order_no: "Order Number",
      open_time: "Open Position Time",
      close_time: "Close time",
      w_amount: "Amount",
      last_amonut: "Amount Open",
      order_type: "Order Type",
      limit_price: "Limit Price",
      w_time: "Date",
      state: "State",
      operate: "Operation",
      buy_up: "Open Long",
      nuy_down: "Open Short",
      hold: "Position",
      closed: "Closed",
      close: "Close",
      not_record: "No record",
      close_up: "Close Long",
      close_down: "Close Short",
      oppont: "Market Order",
      limit: "Limit Order",
      cancel: "Cancel",
      uncreate: "Unexecuted",
      created: "Close",
      buy: "Buy",
      sell: "Sell",
      phone_login: "Mobile version login",
      contact: "Contact Us",
      all: "All",
      swap: "Futures",
      exchange: "Exchange",
      now_w: "Current Order",
      his_w: "History Order",
      now_hold: "Current Position",
      his_hold: "History Position",
      handicap: "Handicap",
      b_price: "Buy Price",
      b_price_word: "Please enter the price",
      b_num: "Buy Amount",
      b_num_word: "Please enter the number",
      can_buy: "Can be bought",
      money: "Amount",
      login: "Login",
      logout: "Logout",
      or: "Or",
      regis: "Register",
      s_price: "Sell Price",
      s_num: "Sold Amount",
      can_sell: "Can be sold",
      jz: "Net Worth",
      open: "Open",
      gRate: "Lever",
      p_choose: "Please choose",
      zhang: "Cont",
      can_open_up: "Can Open Long",
      can_close_up: "Can Close Long",
      h_money: "Total",
      j_fee: "Fee",
      can_open_down: "Can Open Short",
      can_close_down: "Can Close Short",
      can_cancel: "Are you sure to cancel the order?",
      tips: "Tips",
      comfirm: "Confirm",
      cancel: "Cancel",
      do_succ: "The operation was successful",
      can_close: "Are you sure to close the position?",
      input_limit_price: "Please enter the limit price",
      input_number: "Please enter the number",
      can_order: "Confirm order?",
   }
}