@dydxprotocol/v4-localization 1.1.111 → 1.1.113
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.
|
@@ -1105,6 +1105,7 @@
|
|
|
1105
1105
|
"LAUNCH_INCENTIVES_DESCRIPTION": "Earn trading rewards each season. View how you compare to other traders and view past seasons on the leaderboard.",
|
|
1106
1106
|
"LAUNCH_INCENTIVES_SEASON_BEGINS_SOON": "Season {SEASON_NUMBER} begins soon!",
|
|
1107
1107
|
"LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
|
|
1108
|
+
"LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
|
|
1108
1109
|
"LAUNCH_INCENTIVES_SEASON_SUMMARY": "{NUM_POINTS} received during Season {SEASON_NUMBER}, which ended on {PAST_DATE}.",
|
|
1109
1110
|
"LEADERBOARD": "Leaderboard",
|
|
1110
1111
|
"LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
|
|
@@ -1696,7 +1697,8 @@
|
|
|
1696
1697
|
"STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
|
|
1697
1698
|
"STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
|
|
1698
1699
|
"STAKING_REWARDS": "Staking Rewards",
|
|
1699
|
-
"STAKING_REWARDS_AVAILABLE": "Staking Rewards Available"
|
|
1700
|
+
"STAKING_REWARDS_AVAILABLE": "Staking Rewards Available",
|
|
1701
|
+
"AVAILABLE_IN_DAYS": "Available in {DAYS} days"
|
|
1700
1702
|
},
|
|
1701
1703
|
"TOKEN_GOVERNANCE": {
|
|
1702
1704
|
"GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own.",
|
|
@@ -2296,7 +2298,7 @@
|
|
|
2296
2298
|
"MARKET_STATUS_CLOSE_ONLY": "{MARKET} is currently in close only mode. No new positions can be created.",
|
|
2297
2299
|
"STOP_MARKET_ORDER_MAY_NOT_EXECUTE": "Stop Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Stop Limit order.",
|
|
2298
2300
|
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order.",
|
|
2299
|
-
"UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET}
|
|
2301
|
+
"UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET}."
|
|
2300
2302
|
},
|
|
2301
2303
|
"TRADE_BOX_TITLE": {
|
|
2302
2304
|
"LIMIT_PRICE_TRIGGER_PRICE_SLIPPAGE_HIGHER": "Limit price",
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"TITLE": "Season {SEASON_NUMBER} launch incentives program has begun!",
|
|
25
25
|
"BODY": "In season {PREV_SEASON_NUMBER}, median rewards earned were {DYDX_AMOUNT} DYDX (~{USDC_AMOUNT} USDC)!"
|
|
26
26
|
},
|
|
27
|
+
"REWARDS_DISTRIBUTED": {
|
|
28
|
+
"TITLE": "Season {SEASON_NUMBER} launch rewards have been distributed!",
|
|
29
|
+
"BODY": "Season {SEASON_NUMBER} rewards +{DYDX_AMOUNT} DYDX"
|
|
30
|
+
},
|
|
27
31
|
"OFFSETTING": {
|
|
28
32
|
"TITLE": "Position Offsetting",
|
|
29
33
|
"BODY": "Your {SIDE} position on {MARKET} was used to offset a deleveraged position."
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1080,6 +1080,7 @@ export const APP_STRING_KEYS = {
|
|
|
1080
1080
|
LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
|
|
1081
1081
|
LAUNCH_INCENTIVES_SEASON_BEGINS_SOON: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_BEGINS_SOON',
|
|
1082
1082
|
LAUNCH_INCENTIVES_SEASON_NUM: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_NUM',
|
|
1083
|
+
LAUNCH_INCENTIVES_SEASON_REWARDS: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_REWARDS',
|
|
1083
1084
|
LAUNCH_INCENTIVES_SEASON_SUMMARY: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_SUMMARY',
|
|
1084
1085
|
LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
|
|
1085
1086
|
LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
|
|
@@ -1279,6 +1280,7 @@ export const APP_STRING_KEYS = {
|
|
|
1279
1280
|
|
|
1280
1281
|
// STAKING_REWARDS
|
|
1281
1282
|
|
|
1283
|
+
AVAILABLE_IN_DAYS: 'APP.STAKING_REWARDS.AVAILABLE_IN_DAYS',
|
|
1282
1284
|
CLAIM_STAKING_REWARDS: 'APP.STAKING_REWARDS.CLAIM_STAKING_REWARDS',
|
|
1283
1285
|
CLAIM_USDC_AMOUNT: 'APP.STAKING_REWARDS.CLAIM_USDC_AMOUNT',
|
|
1284
1286
|
EARN_APR: 'APP.STAKING_REWARDS.EARN_APR',
|
|
@@ -37,6 +37,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
37
37
|
POSITION_CLOSED_TITLE: 'NOTIFICATIONS.POSITION_CLOSED.TITLE',
|
|
38
38
|
RELEASE_REWARDS_AND_FULL_TRADING_BODY: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.BODY',
|
|
39
39
|
RELEASE_REWARDS_AND_FULL_TRADING_TITLE: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.TITLE',
|
|
40
|
+
REWARDS_DISTRIBUTED_BODY: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.BODY',
|
|
41
|
+
REWARDS_DISTRIBUTED_TITLE: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.TITLE',
|
|
40
42
|
SLOW_WITHDRAWAL_PENDING_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.BODY',
|
|
41
43
|
SLOW_WITHDRAWAL_PENDING_TITLE: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.TITLE',
|
|
42
44
|
SLOW_WITHDRAWAL_SUCCESS_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_SUCCESS.BODY',
|