@dydxprotocol/v4-localization 1.1.7 → 1.1.8

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.
@@ -5,12 +5,14 @@
5
5
  "_24H": "24h",
6
6
  "_30D": "30d",
7
7
  "ALL_TIME": "All Time",
8
+ "DAILY": "Daily",
8
9
  "DAYS_ABBREVIATED": "d",
9
10
  "DAYS": "Days",
10
11
  "HOURS_ABBREVIATED": "h",
11
12
  "HOURS": "Hours",
12
13
  "LAST_24H": "Last 24H",
13
14
  "LAST_WEEK": "Last week",
15
+ "MONTHLY": "Monthly",
14
16
  "MINUTES_ABBREVIATED": "m",
15
17
  "MINUTES_SHORT": "Mins",
16
18
  "MONTHS_ABBREVIATED": "M",
@@ -28,6 +30,7 @@
28
30
  "WEEK": "Week",
29
31
  "WEEKS_ABBREVIATED": "w",
30
32
  "WEEKS": "Weeks",
33
+ "WEEKLY": "Weekly",
31
34
  "X_HOURS_LOWERCASED": "{X} hours",
32
35
  "X_MINUTES_LOWERCASED": "{X} minutes",
33
36
  "X_MINUTES": "{X} Minutes",
@@ -142,6 +145,7 @@
142
145
  "LANGUAGE": "Language",
143
146
  "LAYER_1": "Layer 1",
144
147
  "LEARN_MORE": "Learn more",
148
+ "LEARN_MORE_ARROW": "Learn more →",
145
149
  "LEARN": "Learn",
146
150
  "LEGACY": "Legacy",
147
151
  "LEVERAGE": "Leverage",
@@ -210,6 +214,8 @@
210
214
  "REFERRER_PERCENT_OFF": "{DISCOUNT}% off",
211
215
  "RESULTS": "Results",
212
216
  "REWARDS": "Rewards",
217
+ "REWARDED": "Rewarded",
218
+ "REWARD_HISTORY": "Reward History",
213
219
  "SAVE": "Save",
214
220
  "SAVED": "Saved",
215
221
  "SELECT_ASSET": "Select an asset",
@@ -249,6 +255,8 @@
249
255
  "TRADES": "Trades",
250
256
  "TRADING_FEE_REDUCTION_DESCRIPTION_2": "We've updated our fee structure! Enjoy an up to {REDUCTION} in fees across all tiers.",
251
257
  "TRADING_FEE_REDUCTION": "Trading fee reduction",
258
+ "TRADING_REWARDS": "Trading Rewards",
259
+ "TRADING_REWARDS_SUMMARY": "Trading Rewards Summary",
252
260
  "TRADING": "Trading",
253
261
  "TRAILING_STOP_SHORT": "Trailing",
254
262
  "TRANSFER_IN": "Transfer In",
@@ -1315,6 +1323,25 @@
1315
1323
  "USERS_REFERRED": "Users Referred",
1316
1324
  "YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}"
1317
1325
  },
1326
+ "TRADING_REWARDS" : {
1327
+ "ABOUT": "About",
1328
+ "EVENT": "Event",
1329
+ "FOR_TRADING": "For trading {PERIOD}",
1330
+ "FOR_V4":"{SUBJECT} for v4",
1331
+ "LAUNCH_INCENTIVES":"Launch Incentives",
1332
+ "LAUNCH_INCENTIVES_DESCRIPTION":"Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your spot on the leaderboard.",
1333
+ "LEADERBOARD": "Leaderboard",
1334
+ "POINTS":"{POINTS} points",
1335
+ "POWERED_BY":"POWERED BY",
1336
+ "SEASON_ID":"Season {SEASON_ID}",
1337
+ "TRADING_REWARD": "Trading Reward",
1338
+ "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
1339
+ "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
1340
+ "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
1341
+ "FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER": "Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader.",
1342
+ "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
1343
+ "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address."
1344
+ },
1318
1345
  "EPOCH_END_MODAL": {
1319
1346
  "EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
1320
1347
  "YOU_EARNED": "You earned rewards!"
@@ -198,6 +198,9 @@
198
198
  "UNREALIZED_PNL": {
199
199
  "TITLE": "Unrealized Profit / Loss",
200
200
  "BODY": "Total profit / loss if you were to fully close the remainder of your current position at the current oracle price. Resets if you close your position or change position sides (long to short, or vice versa)."
201
+ },
202
+ "REWARD_HISTORY": {
203
+ "BODY": "Time is displayed in Coordinated Universal Time (UTC)"
201
204
  }
202
205
  },
203
206
  "DEPOSIT": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {