@dydxprotocol/v4-localization 1.1.356 → 1.1.357
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.
|
@@ -1737,8 +1737,6 @@
|
|
|
1737
1737
|
"SUBMITTING": "Submitting",
|
|
1738
1738
|
"SUBMITTING_ORDER": "Submitting Order",
|
|
1739
1739
|
"SUCCESS": "Success",
|
|
1740
|
-
"SWAP_ERROR": "There was an error with your swap",
|
|
1741
|
-
"SWAP_SUCCESS": "Your swap was successful. Transaction hash: {TX_HASH}",
|
|
1742
1740
|
"TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
|
|
1743
1741
|
"TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
|
|
1744
1742
|
"TAKE_PROFIT_LIMIT": "Take Profit Limit",
|
|
@@ -2444,7 +2442,12 @@
|
|
|
2444
2442
|
"REWARDS_CLAIMABLE": "Trading rewards are claimable 7 days after the end of each epoch via {DYDX_COMMUNITY} from smart contracts deployed by the {DYDX_FOUNDATION}. Trading rewards are based on data provided by the dYdX product.",
|
|
2445
2443
|
"YOU_WILL_EARN": "You will earn",
|
|
2446
2444
|
"NO_AVAILABLE_ROUTES": "No available routes",
|
|
2447
|
-
"HIGH_PRICE_IMPACT": "High price impact"
|
|
2445
|
+
"HIGH_PRICE_IMPACT": "High price impact",
|
|
2446
|
+
"SWAP_SUCCESS": "Swap success",
|
|
2447
|
+
"SWAP_ERROR": "There was an error with your swap",
|
|
2448
|
+
"SWAP_PENDING": "Swapping",
|
|
2449
|
+
"SWAP_PENDING_DESCRIPTION": "Swapping {INPUT_LABEL} to {OUTPUT_LABEL}",
|
|
2450
|
+
"SWAP_SUCCESS_DESCRIPTION": "Swapped {INPUT_LABEL} into {OUTPUT_LABEL}"
|
|
2448
2451
|
},
|
|
2449
2452
|
"DEPOSIT_OPTIONS": {
|
|
2450
2453
|
"DEPOSIT_ALL_ASSET_CTA": "Deposit all {ASSET}",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1637,6 +1637,11 @@ export const APP_STRING_KEYS = {
|
|
|
1637
1637
|
HOW_DO_DYDX_REWARDS_WORK: 'APP.REWARDS.HOW_DO_DYDX_REWARDS_WORK',
|
|
1638
1638
|
NO_AVAILABLE_ROUTES: 'APP.REWARDS.NO_AVAILABLE_ROUTES',
|
|
1639
1639
|
REWARDS_CLAIMABLE: 'APP.REWARDS.REWARDS_CLAIMABLE',
|
|
1640
|
+
SWAP_ERROR: 'APP.REWARDS.SWAP_ERROR',
|
|
1641
|
+
SWAP_PENDING: 'APP.REWARDS.SWAP_PENDING',
|
|
1642
|
+
SWAP_PENDING_DESCRIPTION: 'APP.REWARDS.SWAP_PENDING_DESCRIPTION',
|
|
1643
|
+
SWAP_SUCCESS: 'APP.REWARDS.SWAP_SUCCESS',
|
|
1644
|
+
SWAP_SUCCESS_DESCRIPTION: 'APP.REWARDS.SWAP_SUCCESS_DESCRIPTION',
|
|
1640
1645
|
YOU_WILL_EARN: 'APP.REWARDS.YOU_WILL_EARN',
|
|
1641
1646
|
|
|
1642
1647
|
// REWARDS_SURGE_APRIL_2025
|
|
@@ -2032,8 +2037,6 @@ export const APP_STRING_KEYS = {
|
|
|
2032
2037
|
SUBMITTING: 'APP.TRADE.SUBMITTING',
|
|
2033
2038
|
SUBMITTING_ORDER: 'APP.TRADE.SUBMITTING_ORDER',
|
|
2034
2039
|
SUCCESS: 'APP.TRADE.SUCCESS',
|
|
2035
|
-
SWAP_ERROR: 'APP.TRADE.SWAP_ERROR',
|
|
2036
|
-
SWAP_SUCCESS: 'APP.TRADE.SWAP_SUCCESS',
|
|
2037
2040
|
TAKER: 'APP.TRADE.TAKER',
|
|
2038
2041
|
TAKER_FEE: 'APP.TRADE.TAKER_FEE',
|
|
2039
2042
|
TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',
|