@dydxprotocol/v4-localization 1.1.195 → 1.1.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"APP": {
|
|
3
3
|
"GENERAL": {
|
|
4
|
+
"AFFILIATES": {
|
|
5
|
+
"CONTACT_SUPPORT": "Contact Support",
|
|
6
|
+
"APPLY_NOW": "Apply now",
|
|
7
|
+
"AFFILIATE_PAYOUTS": "Affiliate Payouts",
|
|
8
|
+
"TOTAL_AFFILIATES": "Total Affiliates",
|
|
9
|
+
"AFFILIATE_COMISSIONS": "Affiliate commissions",
|
|
10
|
+
"YOUR_TIER_VIP": "You're a {VIP} in tier {TIER}",
|
|
11
|
+
"CRITERIA_MODAL_VIP_DISCLAIMER": "If you want to become a VIP to earn even more (up to {VIP_VALUE} per user per month), {APPLY_HERE}.",
|
|
12
|
+
"YOUR_TIER": "You're in tier {TIER}",
|
|
13
|
+
"AFFILIATES": "Affiliates",
|
|
14
|
+
"APPLY_HERE": "apply here",
|
|
15
|
+
"VIP": "VIP",
|
|
16
|
+
"PROGRAM_CARD_TITLE": "Earn more as a VIP!",
|
|
17
|
+
"PROGRAM_CARD_BODY": "If you're a VIP, you can earn up to {VIP_VALUE} per referred user per month.",
|
|
18
|
+
"PROGRAM_CARD_TITLE_VIP": "You're a VIP!",
|
|
19
|
+
"PROGRAM_CARD_BODY_VIP": "Thanks for being a {VIP}! You're now earning even more rewards.",
|
|
20
|
+
"YOUR_STATS": "Your Stats",
|
|
21
|
+
"PROGRAM_STATS": "Program Stats",
|
|
22
|
+
"AFFILIATE_TIER": "Affiliate Tier",
|
|
23
|
+
"AFFILIATE_TIERS": "Affiliate Tiers",
|
|
24
|
+
"AFFILIATE_EARNINGS": "Affiliate Earnings",
|
|
25
|
+
"ALL_TIME_RANK": "All-time rank",
|
|
26
|
+
"VOLUME_REFERRED": "Volume Referred",
|
|
27
|
+
"FEES_REFERRED": "Fees Referred",
|
|
28
|
+
"USERS_REFERRED": "Users Referred",
|
|
29
|
+
"TRADES_REFERRED": "Trades Referred",
|
|
30
|
+
"AFFILIATE_TIERS_CRITERIA": "View Criteria",
|
|
31
|
+
"TOTAL_EARNINGS": "Total Earnings",
|
|
32
|
+
"AFFILIATES_LEADERBOARD": "Leaderboard",
|
|
33
|
+
"CURRENT_AFFILIATE_TIER": "Current Affiliate Tier",
|
|
34
|
+
"YOUR_RANK": "Your rank",
|
|
35
|
+
"AFFILIATE_CONNECT_WALLET": "Please connect your wallet to check your rankings"
|
|
36
|
+
},
|
|
37
|
+
|
|
4
38
|
"TIME_STRINGS": {
|
|
5
39
|
"_24H": "24h",
|
|
6
40
|
"_30D": "30d",
|
|
@@ -90,6 +124,7 @@
|
|
|
90
124
|
"COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
|
|
91
125
|
"COMPETITION": "Competition",
|
|
92
126
|
"COMPETITIONS": "Competitions",
|
|
127
|
+
"CONFIRM": "Confirm",
|
|
93
128
|
"CONFIRM_DEPOSIT": "Confirm deposit",
|
|
94
129
|
"CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
|
|
95
130
|
"CONFIRM_WITHDRAW": "Confirm withdraw",
|
|
@@ -1104,6 +1139,11 @@
|
|
|
1104
1139
|
"N_OPEN_ORDERS": "{COUNT} open orders",
|
|
1105
1140
|
"OPEN_ORDERS": "Open orders"
|
|
1106
1141
|
},
|
|
1142
|
+
"CANCEL_ALL_ORDERS_MODAL": {
|
|
1143
|
+
"CANCEL_ALL_ORDERS": "Cancel all orders",
|
|
1144
|
+
"CANCEL_ALL_ORDERS_CONFIRMATION": "Are you sure you want to cancel all of your orders?",
|
|
1145
|
+
"CANCEL_ALL_ORDERS_SINGLE_MARKET_OPTION": "Only {MARKET_ID}"
|
|
1146
|
+
},
|
|
1107
1147
|
"PREFERENCES_MODAL": {
|
|
1108
1148
|
"MAGIC_EXPORT_PRIVATE_KEY": "Export private key",
|
|
1109
1149
|
"MAGIC_EXPORT_PRIVATE_KEY_DESCRIPTION": "To use Magic wallet outside of dYdX, you must export your wallet to another wallet provider.",
|
|
@@ -1291,10 +1331,12 @@
|
|
|
1291
1331
|
"BUY_MARK_TOOLTIP": "Bought {ASSET_SIZE} {ASSET} at {PRICE}",
|
|
1292
1332
|
"BUYS_SELLS_TOGGLE": "Buys/Sells",
|
|
1293
1333
|
"BUYS_SELLS_TOGGLE_TOOLTIP": "Display historical buys and sells",
|
|
1294
|
-
"CANCEL_ALL": "Cancel
|
|
1334
|
+
"CANCEL_ALL": "Cancel All",
|
|
1295
1335
|
"CANCEL_ORDER": "Cancel order",
|
|
1296
1336
|
"CANCEL_ORDERS_COUNT": "Cancel {COUNT} orders",
|
|
1297
|
-
"
|
|
1337
|
+
"CANCELING_ALL_ORDERS": "Canceling all orders",
|
|
1338
|
+
"CANCELING_ALL_ORDERS_IN_MARKET": "Canceling all orders in {MARKET_ID}",
|
|
1339
|
+
"CANCELING_ORDERS_COUNT": "Canceling {COUNT} orders...",
|
|
1298
1340
|
"CANCEL_ORDERS": "Cancel orders",
|
|
1299
1341
|
"CANCEL_REASON": "Cancel Reason",
|
|
1300
1342
|
"CANCELED_ON_CHAIN": "Canceled on chain",
|
|
@@ -1359,6 +1401,7 @@
|
|
|
1359
1401
|
"INITIAL_STOP": "Initial Stop",
|
|
1360
1402
|
"LIMIT_ORDER_DESCRIPTION": "Buy or sell {SYMBOL} at a specific price (or better) and fine tune your order with advanced trade options.",
|
|
1361
1403
|
"LIMIT_ORDER_SHORT": "Limit",
|
|
1404
|
+
"LIMIT_CLOSE": "Limit Close",
|
|
1362
1405
|
"LIMIT_ORDER": "Limit Order",
|
|
1363
1406
|
"LIMIT_PRICE": "Limit Price",
|
|
1364
1407
|
"LIQUIDATED": "Liquidated",
|
|
@@ -1634,6 +1677,7 @@
|
|
|
1634
1677
|
"ADJUSTED_IMR": "Adjusted Margin",
|
|
1635
1678
|
"ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
|
|
1636
1679
|
"BLOCK_REWARD": "Block Reward",
|
|
1680
|
+
"CANCELING_ALL_ORDERS": "Canceling all orders",
|
|
1637
1681
|
"CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
|
|
1638
1682
|
"CHAIN_DISRUPTION_DETECTED_BODY": "There is a potential dYdX Chain disruption. Please check the status page and refresh. In the case of a chain disruption, trading and transfers are temporarily disabled. Your funds are safe.",
|
|
1639
1683
|
"CLICK_TO_VIEW": "Click to view",
|
|
@@ -1666,6 +1710,7 @@
|
|
|
1666
1710
|
"NOTIFICATIONS_EMPTY_STATE": "You have no notifications.",
|
|
1667
1711
|
"ORDERBOOK_LAGGING": "Orderbook lagging",
|
|
1668
1712
|
"ORDER_STATUS": "Order Status",
|
|
1713
|
+
"ORDERS_CANCELED": "Orders Canceled",
|
|
1669
1714
|
"ORDERBOOK_LAGGING_BODY": "Orderbook and pricing data may be outdated due to system delays. Market and short-term orders face a higher risk of encountering price discrepancies at the time of execution. Transactions and account information could also be delayed.",
|
|
1670
1715
|
"OUT_OF_TEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 10 confirmations",
|
|
1671
1716
|
"OUT_OF_FOURTEEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 14 confirmations",
|
|
@@ -2383,7 +2428,8 @@
|
|
|
2383
2428
|
"ISOLATED_MARGIN_LIMIT_ORDER_BELOW_MINIMUM": "Below minimum size"
|
|
2384
2429
|
},
|
|
2385
2430
|
"TRADING_VIEW": {
|
|
2386
|
-
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed.
|
|
2431
|
+
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed.",
|
|
2432
|
+
"ORDER_MODIFICATION_ERROR_USE_TRADE_FORM": "To execute an order immediately, use the trade form.",
|
|
2387
2433
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_HIGHER": "Stop Loss price must be higher than current price.",
|
|
2388
2434
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_LOWER": "Stop Loss price must be lower than current price.",
|
|
2389
2435
|
"ORDER_MODIFICATION_ERROR_TP_PRICE_HIGHER": "Take Profit price must be higher than current price.",
|
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"BODY": "Only use \"Remember Me\" if you are using a secure device that you own. Selecting this option can expose your keys and information to others if you are on a public or non-secured device."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
+
"AFFILIATES": {
|
|
16
|
+
"AFFILIATE_COMMISSIONS": {
|
|
17
|
+
"TITLE": "Affiliate Comissions",
|
|
18
|
+
"BODY": "Commission percentage from taker fees."
|
|
19
|
+
}
|
|
20
|
+
},
|
|
15
21
|
"PORTFOLIO": {
|
|
16
22
|
"HOLDING_HEDGIES": {
|
|
17
23
|
"TITLE": "Hedgies discount",
|
|
@@ -103,6 +109,10 @@
|
|
|
103
109
|
"TITLE": "Leverage",
|
|
104
110
|
"BODY": "Leverage changes the multiplier on your gains or losses. Increasing your leverage increases how much you would gain / lose on a trade with the same price movement."
|
|
105
111
|
},
|
|
112
|
+
"LIMIT_CLOSE": {
|
|
113
|
+
"TITLE": "Limit Close",
|
|
114
|
+
"BODY": "A limit close may not happen instantly, and will only be filled once the entered price is hit. Monitor the Orders tab to check its status."
|
|
115
|
+
},
|
|
106
116
|
"LIMIT_PRICE": {
|
|
107
117
|
"TITLE": "Limit Price",
|
|
108
118
|
"BODY": "This order can only be filled at the specified limit price or better. If your order crosses at the time of placement, your order will fill any crossing orders at the most favorable price."
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -43,6 +43,12 @@ export const APP_STRING_KEYS = {
|
|
|
43
43
|
UNSET: 'APP.ALLOWANCE_ALERT_MODAL.UNSET',
|
|
44
44
|
WALLET_CAN_BE_USED_NORMALLY: 'APP.ALLOWANCE_ALERT_MODAL.WALLET_CAN_BE_USED_NORMALLY',
|
|
45
45
|
|
|
46
|
+
// CANCEL_ALL_ORDERS_MODAL
|
|
47
|
+
|
|
48
|
+
CANCEL_ALL_ORDERS: 'APP.CANCEL_ALL_ORDERS_MODAL.CANCEL_ALL_ORDERS',
|
|
49
|
+
CANCEL_ALL_ORDERS_CONFIRMATION: 'APP.CANCEL_ALL_ORDERS_MODAL.CANCEL_ALL_ORDERS_CONFIRMATION',
|
|
50
|
+
CANCEL_ALL_ORDERS_SINGLE_MARKET_OPTION: 'APP.CANCEL_ALL_ORDERS_MODAL.CANCEL_ALL_ORDERS_SINGLE_MARKET_OPTION',
|
|
51
|
+
|
|
46
52
|
// CANCEL_ORDERS_MODAL
|
|
47
53
|
|
|
48
54
|
CANCEL_ORDERS_CONFIRMATION: 'APP.CANCEL_ORDERS_MODAL.CANCEL_ORDERS_CONFIRMATION',
|
|
@@ -304,6 +310,40 @@ export const APP_STRING_KEYS = {
|
|
|
304
310
|
ADD_NEW_MARKET: 'APP.GENERAL.ADD_NEW_MARKET',
|
|
305
311
|
ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED',
|
|
306
312
|
ADVANCED: 'APP.GENERAL.ADVANCED',
|
|
313
|
+
|
|
314
|
+
// AFFILIATES
|
|
315
|
+
|
|
316
|
+
AFFILIATES: 'APP.GENERAL.AFFILIATES.AFFILIATES',
|
|
317
|
+
AFFILIATES_LEADERBOARD: 'APP.GENERAL.AFFILIATES.AFFILIATES_LEADERBOARD',
|
|
318
|
+
AFFILIATE_COMISSIONS: 'APP.GENERAL.AFFILIATES.AFFILIATE_COMISSIONS',
|
|
319
|
+
AFFILIATE_CONNECT_WALLET: 'APP.GENERAL.AFFILIATES.AFFILIATE_CONNECT_WALLET',
|
|
320
|
+
AFFILIATE_EARNINGS: 'APP.GENERAL.AFFILIATES.AFFILIATE_EARNINGS',
|
|
321
|
+
AFFILIATE_PAYOUTS: 'APP.GENERAL.AFFILIATES.AFFILIATE_PAYOUTS',
|
|
322
|
+
AFFILIATE_TIER: 'APP.GENERAL.AFFILIATES.AFFILIATE_TIER',
|
|
323
|
+
AFFILIATE_TIERS: 'APP.GENERAL.AFFILIATES.AFFILIATE_TIERS',
|
|
324
|
+
AFFILIATE_TIERS_CRITERIA: 'APP.GENERAL.AFFILIATES.AFFILIATE_TIERS_CRITERIA',
|
|
325
|
+
ALL_TIME_RANK: 'APP.GENERAL.AFFILIATES.ALL_TIME_RANK',
|
|
326
|
+
APPLY_HERE: 'APP.GENERAL.AFFILIATES.APPLY_HERE',
|
|
327
|
+
APPLY_NOW: 'APP.GENERAL.AFFILIATES.APPLY_NOW',
|
|
328
|
+
CONTACT_SUPPORT: 'APP.GENERAL.AFFILIATES.CONTACT_SUPPORT',
|
|
329
|
+
CRITERIA_MODAL_VIP_DISCLAIMER: 'APP.GENERAL.AFFILIATES.CRITERIA_MODAL_VIP_DISCLAIMER',
|
|
330
|
+
CURRENT_AFFILIATE_TIER: 'APP.GENERAL.AFFILIATES.CURRENT_AFFILIATE_TIER',
|
|
331
|
+
FEES_REFERRED: 'APP.GENERAL.AFFILIATES.FEES_REFERRED',
|
|
332
|
+
PROGRAM_CARD_BODY: 'APP.GENERAL.AFFILIATES.PROGRAM_CARD_BODY',
|
|
333
|
+
PROGRAM_CARD_BODY_VIP: 'APP.GENERAL.AFFILIATES.PROGRAM_CARD_BODY_VIP',
|
|
334
|
+
PROGRAM_CARD_TITLE: 'APP.GENERAL.AFFILIATES.PROGRAM_CARD_TITLE',
|
|
335
|
+
PROGRAM_CARD_TITLE_VIP: 'APP.GENERAL.AFFILIATES.PROGRAM_CARD_TITLE_VIP',
|
|
336
|
+
PROGRAM_STATS: 'APP.GENERAL.AFFILIATES.PROGRAM_STATS',
|
|
337
|
+
TOTAL_AFFILIATES: 'APP.GENERAL.AFFILIATES.TOTAL_AFFILIATES',
|
|
338
|
+
TOTAL_EARNINGS: 'APP.GENERAL.AFFILIATES.TOTAL_EARNINGS',
|
|
339
|
+
TRADES_REFERRED: 'APP.GENERAL.AFFILIATES.TRADES_REFERRED',
|
|
340
|
+
USERS_REFERRED: 'APP.GENERAL.AFFILIATES.USERS_REFERRED',
|
|
341
|
+
VIP: 'APP.GENERAL.AFFILIATES.VIP',
|
|
342
|
+
VOLUME_REFERRED: 'APP.GENERAL.AFFILIATES.VOLUME_REFERRED',
|
|
343
|
+
YOUR_RANK: 'APP.GENERAL.AFFILIATES.YOUR_RANK',
|
|
344
|
+
YOUR_STATS: 'APP.GENERAL.AFFILIATES.YOUR_STATS',
|
|
345
|
+
YOUR_TIER: 'APP.GENERAL.AFFILIATES.YOUR_TIER',
|
|
346
|
+
YOUR_TIER_VIP: 'APP.GENERAL.AFFILIATES.YOUR_TIER_VIP',
|
|
307
347
|
AI: 'APP.GENERAL.AI',
|
|
308
348
|
ALERTS: 'APP.GENERAL.ALERTS',
|
|
309
349
|
ALL: 'APP.GENERAL.ALL',
|
|
@@ -346,6 +386,7 @@ export const APP_STRING_KEYS = {
|
|
|
346
386
|
COMMISSION_PERCENTAGE: 'APP.GENERAL.COMMISSION_PERCENTAGE',
|
|
347
387
|
COMPETITION: 'APP.GENERAL.COMPETITION',
|
|
348
388
|
COMPETITIONS: 'APP.GENERAL.COMPETITIONS',
|
|
389
|
+
CONFIRM: 'APP.GENERAL.CONFIRM',
|
|
349
390
|
CONFIRMED: 'APP.GENERAL.CONFIRMED',
|
|
350
391
|
CONFIRM_DEPOSIT: 'APP.GENERAL.CONFIRM_DEPOSIT',
|
|
351
392
|
CONFIRM_PENDING_DEPOSIT: 'APP.GENERAL.CONFIRM_PENDING_DEPOSIT',
|
|
@@ -915,6 +956,7 @@ export const APP_STRING_KEYS = {
|
|
|
915
956
|
ADJUSTED_IMR: 'APP.NOTIFICATIONS.ADJUSTED_IMR',
|
|
916
957
|
ADJUSTED_IMR_BODY: 'APP.NOTIFICATIONS.ADJUSTED_IMR_BODY',
|
|
917
958
|
BLOCK_REWARD: 'APP.NOTIFICATIONS.BLOCK_REWARD',
|
|
959
|
+
CANCELING_ALL_ORDERS: 'APP.NOTIFICATIONS.CANCELING_ALL_ORDERS',
|
|
918
960
|
CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
|
|
919
961
|
CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
|
|
920
962
|
CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
|
|
@@ -947,6 +989,7 @@ export const APP_STRING_KEYS = {
|
|
|
947
989
|
NOTIFICATIONS_EMPTY_STATE: 'APP.NOTIFICATIONS.NOTIFICATIONS_EMPTY_STATE',
|
|
948
990
|
ORDERBOOK_LAGGING: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING',
|
|
949
991
|
ORDERBOOK_LAGGING_BODY: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING_BODY',
|
|
992
|
+
ORDERS_CANCELED: 'APP.NOTIFICATIONS.ORDERS_CANCELED',
|
|
950
993
|
ORDER_STATUS: 'APP.NOTIFICATIONS.ORDER_STATUS',
|
|
951
994
|
OUT_OF_FOURTEEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_FOURTEEN_CONFIRMATIONS',
|
|
952
995
|
OUT_OF_TEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_TEN_CONFIRMATIONS',
|
|
@@ -1296,7 +1339,6 @@ export const APP_STRING_KEYS = {
|
|
|
1296
1339
|
TOTAL_REVENUE: 'APP.PROFILES_PAGE.TOTAL_REVENUE',
|
|
1297
1340
|
TRADERS_JOINED: 'APP.PROFILES_PAGE.TRADERS_JOINED',
|
|
1298
1341
|
TRADE_TO_WIN: 'APP.PROFILES_PAGE.TRADE_TO_WIN',
|
|
1299
|
-
USERS_REFERRED: 'APP.PROFILES_PAGE.USERS_REFERRED',
|
|
1300
1342
|
YOU_CAN_WIN_THESE: 'APP.PROFILES_PAGE.YOU_CAN_WIN_THESE',
|
|
1301
1343
|
|
|
1302
1344
|
// REDUCE_ONLY_SUPPORT_MODAL
|
|
@@ -1460,6 +1502,7 @@ export const APP_STRING_KEYS = {
|
|
|
1460
1502
|
BUY_MARK_TOOLTIP: 'APP.TRADE.BUY_MARK_TOOLTIP',
|
|
1461
1503
|
CANCELED_ON_CHAIN: 'APP.TRADE.CANCELED_ON_CHAIN',
|
|
1462
1504
|
CANCELING: 'APP.TRADE.CANCELING',
|
|
1505
|
+
CANCELING_ALL_ORDERS_IN_MARKET: 'APP.TRADE.CANCELING_ALL_ORDERS_IN_MARKET',
|
|
1463
1506
|
CANCELING_ORDERS_COUNT: 'APP.TRADE.CANCELING_ORDERS_COUNT',
|
|
1464
1507
|
CANCEL_ALL: 'APP.TRADE.CANCEL_ALL',
|
|
1465
1508
|
CANCEL_ORDER: 'APP.TRADE.CANCEL_ORDER',
|
|
@@ -1523,6 +1566,7 @@ export const APP_STRING_KEYS = {
|
|
|
1523
1566
|
INDEX_PRICE: 'APP.TRADE.INDEX_PRICE',
|
|
1524
1567
|
INDEX_PRICE_ABBREVIATED: 'APP.TRADE.INDEX_PRICE_ABBREVIATED',
|
|
1525
1568
|
INITIAL_STOP: 'APP.TRADE.INITIAL_STOP',
|
|
1569
|
+
LIMIT_CLOSE: 'APP.TRADE.LIMIT_CLOSE',
|
|
1526
1570
|
LIMIT_ORDER: 'APP.TRADE.LIMIT_ORDER',
|
|
1527
1571
|
LIMIT_ORDER_DESCRIPTION: 'APP.TRADE.LIMIT_ORDER_DESCRIPTION',
|
|
1528
1572
|
LIMIT_ORDER_SHORT: 'APP.TRADE.LIMIT_ORDER_SHORT',
|
|
@@ -2018,6 +2062,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2018
2062
|
ORDER_MODIFICATION_ERROR_SL_PRICE_LOWER: 'ERRORS.TRADING_VIEW.ORDER_MODIFICATION_ERROR_SL_PRICE_LOWER',
|
|
2019
2063
|
ORDER_MODIFICATION_ERROR_TP_PRICE_HIGHER: 'ERRORS.TRADING_VIEW.ORDER_MODIFICATION_ERROR_TP_PRICE_HIGHER',
|
|
2020
2064
|
ORDER_MODIFICATION_ERROR_TP_PRICE_LOWER: 'ERRORS.TRADING_VIEW.ORDER_MODIFICATION_ERROR_TP_PRICE_LOWER',
|
|
2065
|
+
ORDER_MODIFICATION_ERROR_USE_TRADE_FORM: 'ERRORS.TRADING_VIEW.ORDER_MODIFICATION_ERROR_USE_TRADE_FORM',
|
|
2021
2066
|
|
|
2022
2067
|
// TRANSFER_MODAL
|
|
2023
2068
|
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
export const TOOLTIP_STRING_KEYS = {
|
|
6
6
|
|
|
7
|
+
// AFFILIATES
|
|
8
|
+
|
|
9
|
+
AFFILIATE_COMMISSIONS_BODY: 'TOOLTIPS.AFFILIATES.AFFILIATE_COMMISSIONS.BODY',
|
|
10
|
+
AFFILIATE_COMMISSIONS_TITLE: 'TOOLTIPS.AFFILIATES.AFFILIATE_COMMISSIONS.TITLE',
|
|
11
|
+
|
|
7
12
|
// DEPOSIT
|
|
8
13
|
|
|
9
14
|
AVAILABLE_GASLESS_DEPOSITS_BODY: 'TOOLTIPS.DEPOSIT.AVAILABLE_GASLESS_DEPOSITS.BODY',
|
|
@@ -100,6 +105,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
100
105
|
INITIAL_STOP_TITLE: 'TOOLTIPS.TRADE.INITIAL_STOP.TITLE',
|
|
101
106
|
LEVERAGE_BODY: 'TOOLTIPS.TRADE.LEVERAGE.BODY',
|
|
102
107
|
LEVERAGE_TITLE: 'TOOLTIPS.TRADE.LEVERAGE.TITLE',
|
|
108
|
+
LIMIT_CLOSE_BODY: 'TOOLTIPS.TRADE.LIMIT_CLOSE.BODY',
|
|
109
|
+
LIMIT_CLOSE_TITLE: 'TOOLTIPS.TRADE.LIMIT_CLOSE.TITLE',
|
|
103
110
|
LIMIT_PRICE_BODY: 'TOOLTIPS.TRADE.LIMIT_PRICE.BODY',
|
|
104
111
|
LIMIT_PRICE_TITLE: 'TOOLTIPS.TRADE.LIMIT_PRICE.TITLE',
|
|
105
112
|
LIMIT_PRICE_LEARN_MORE_BODY: 'TOOLTIPS.TRADE.LIMIT_PRICE_LEARN_MORE.BODY',
|