新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-12-22 fc54569de9970c2c9e00266fe7c77c30cefd98bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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?",
    }
}