@dydxprotocol/v4-localization 1.1.110 → 1.1.112
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.
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"ACTION": "Action",
|
|
46
46
|
"ACTIONS": "Actions",
|
|
47
47
|
"ACTIVE": "Active",
|
|
48
|
+
"ADD": "Add →",
|
|
48
49
|
"ADDING": "Adding",
|
|
49
50
|
"ADDRESS": "Address",
|
|
50
51
|
"ADVANCED": "Advanced",
|
|
@@ -1104,6 +1105,7 @@
|
|
|
1104
1105
|
"LAUNCH_INCENTIVES_DESCRIPTION": "Earn trading rewards each season. View how you compare to other traders and view past seasons on the leaderboard.",
|
|
1105
1106
|
"LAUNCH_INCENTIVES_SEASON_BEGINS_SOON": "Season {SEASON_NUMBER} begins soon!",
|
|
1106
1107
|
"LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
|
|
1108
|
+
"LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
|
|
1107
1109
|
"LAUNCH_INCENTIVES_SEASON_SUMMARY": "{NUM_POINTS} received during Season {SEASON_NUMBER}, which ended on {PAST_DATE}.",
|
|
1108
1110
|
"LEADERBOARD": "Leaderboard",
|
|
1109
1111
|
"LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
|
|
@@ -2295,7 +2297,7 @@
|
|
|
2295
2297
|
"MARKET_STATUS_CLOSE_ONLY": "{MARKET} is currently in close only mode. No new positions can be created.",
|
|
2296
2298
|
"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.",
|
|
2297
2299
|
"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.",
|
|
2298
|
-
"UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET}
|
|
2300
|
+
"UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET}."
|
|
2299
2301
|
},
|
|
2300
2302
|
"TRADE_BOX_TITLE": {
|
|
2301
2303
|
"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."
|
|
@@ -147,6 +151,14 @@
|
|
|
147
151
|
"TAKE_PROFIT_TRIGGER_REMOVED": {
|
|
148
152
|
"TITLE": "Take Profit",
|
|
149
153
|
"BODY": "Your take profit trigger at {OLD_VALUE} has been removed."
|
|
154
|
+
},
|
|
155
|
+
"TWO_MARKET_WIND_DOWN": {
|
|
156
|
+
"TITLE": "{MARKET_1} and {MARKET_2} markets wound down",
|
|
157
|
+
"BODY": "At block {BLOCK_NUMBER} {DATE}, the {MARKET_1} and {MARKET_2} markets went through final settlement. Existing positions have been closed and open orders have now been canceled. You can find more information regarding the final settlement {HERE_LINK}."
|
|
158
|
+
},
|
|
159
|
+
"TWO_MARKET_WIND_DOWN_PROPOSAL": {
|
|
160
|
+
"TITLE": "Live proposal to wind down {MARKET_1} and {MARKET_2} markets",
|
|
161
|
+
"BODY": "There is currently a live proposal to wind down the {MARKET_1} and {MARKET_2} markets. If passed, the {MARKET_1} and {MARKET_2} markets will enter final settlement at block {BLOCK_NUMBER} {DATE}. Existing positions will be closed and open orders will be canceled. You can find more information regarding the proposal {HERE_LINK}."
|
|
150
162
|
}
|
|
151
163
|
}
|
|
152
164
|
}
|
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
|
|
|
@@ -267,6 +267,7 @@ export const APP_STRING_KEYS = {
|
|
|
267
267
|
ACTION: 'APP.GENERAL.ACTION',
|
|
268
268
|
ACTIONS: 'APP.GENERAL.ACTIONS',
|
|
269
269
|
ACTIVE: 'APP.GENERAL.ACTIVE',
|
|
270
|
+
ADD: 'APP.GENERAL.ADD',
|
|
270
271
|
ADDING: 'APP.GENERAL.ADDING',
|
|
271
272
|
ADDRESS: 'APP.GENERAL.ADDRESS',
|
|
272
273
|
ADD_NEW_MARKET: 'APP.GENERAL.ADD_NEW_MARKET',
|
|
@@ -1079,6 +1080,7 @@ export const APP_STRING_KEYS = {
|
|
|
1079
1080
|
LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
|
|
1080
1081
|
LAUNCH_INCENTIVES_SEASON_BEGINS_SOON: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_BEGINS_SOON',
|
|
1081
1082
|
LAUNCH_INCENTIVES_SEASON_NUM: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_NUM',
|
|
1083
|
+
LAUNCH_INCENTIVES_SEASON_REWARDS: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_REWARDS',
|
|
1082
1084
|
LAUNCH_INCENTIVES_SEASON_SUMMARY: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_SUMMARY',
|
|
1083
1085
|
LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
|
|
1084
1086
|
LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
|
|
@@ -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',
|
|
@@ -77,5 +79,9 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
77
79
|
TAKE_PROFIT_TRIGGER_UPDATING_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING.TITLE',
|
|
78
80
|
TAKE_PROFIT_TRIGGER_UPDATING_ERROR_BODY: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.BODY',
|
|
79
81
|
TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE',
|
|
82
|
+
TWO_MARKET_WIND_DOWN_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.BODY',
|
|
83
|
+
TWO_MARKET_WIND_DOWN_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.TITLE',
|
|
84
|
+
TWO_MARKET_WIND_DOWN_PROPOSAL_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.BODY',
|
|
85
|
+
TWO_MARKET_WIND_DOWN_PROPOSAL_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.TITLE',
|
|
80
86
|
};
|
|
81
87
|
|