@dydxprotocol/v4-localization 1.1.11 → 1.1.13

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.
@@ -105,6 +105,7 @@
105
105
  "DONE": "Done",
106
106
  "DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
107
107
  "DYDX_CHAIN": "dYdX Chain",
108
+ "EARNED": "Earned",
108
109
  "EDIT": "Edit",
109
110
  "EMAIL": "Email",
110
111
  "ENDED": "Ended",
@@ -852,7 +853,6 @@
852
853
  "TRADING_LEAGUES": "Trading leagues",
853
854
  "TRADING_LEAGUES_DESCRIPTION": "Trading leagues are now live! Climb the rankings and earn your share of the {PRIZE}.",
854
855
  "TRADING_LEAGUES_PRIZE": "$100K weekly prize pool",
855
- "TRADING_REWARDS": "Trading Rewards",
856
856
  "TRADING_VOLUME_LABEL": "exchanged in the last 24h",
857
857
  "TRADING_VOLUME": "Trading Volume",
858
858
  "TRAILING_VOLUME": "Trailing Volume",
@@ -1160,7 +1160,7 @@
1160
1160
  "66_REDUCTION": "66% reduction",
1161
1161
  "ADJUSTED_IMR": "Adjusted Margin",
1162
1162
  "ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
1163
- "BLOCK_REWARD": "Block reward",
1163
+ "BLOCK_REWARD": "Block Reward",
1164
1164
  "CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
1165
1165
  "CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
1166
1166
  "COMPLIANCE_ALERT": "Compliance alert",
@@ -1206,7 +1206,7 @@
1206
1206
  "WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
1207
1207
  "WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
1208
1208
  },
1209
- "TRADING_REWARD_RECEIVED": "Trading reward received"
1209
+ "TRADING_REWARD_RECEIVED": "Trading Reward Received"
1210
1210
  },
1211
1211
  "EMAIL_NOTIFICATIONS": {
1212
1212
  "ACCOUNT_DESCRIPTION": "Deposits, Withdrawals, Account Updates",
@@ -1341,6 +1341,7 @@
1341
1341
  "POWERED_BY":"POWERED BY",
1342
1342
  "SEASON_ID":"Season {SEASON_ID}",
1343
1343
  "TRADING_REWARD": "Trading Reward",
1344
+ "REWARD_HISTORY_DESCRIPTION": "Rewards are distributed after every block.",
1344
1345
  "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
1345
1346
  "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
1346
1347
  "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
@@ -1521,6 +1522,7 @@
1521
1522
  "THEME": {
1522
1523
  "THEME": "Theme",
1523
1524
  "DIRECTION_COLOR_PREFERENCE": "Color Preference",
1525
+ "DISPLAY_SETTINGS": "Display settings",
1524
1526
  "DARK": "Dark",
1525
1527
  "CLASSIC_DARK": "Classic Dark",
1526
1528
  "LIGHT": "Light",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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
 
@@ -271,6 +271,7 @@ export const APP_STRING_KEYS = {
271
271
  DONE: 'APP.GENERAL.DONE',
272
272
  DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
273
273
  DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
274
+ EARNED: 'APP.GENERAL.EARNED',
274
275
  EDIT: 'APP.GENERAL.EDIT',
275
276
  EMAIL: 'APP.GENERAL.EMAIL',
276
277
  ENDED: 'APP.GENERAL.ENDED',
@@ -1071,6 +1072,7 @@ export const APP_STRING_KEYS = {
1071
1072
  CLASSIC_DARK: 'APP.THEME.CLASSIC_DARK',
1072
1073
  DARK: 'APP.THEME.DARK',
1073
1074
  DIRECTION_COLOR_PREFERENCE: 'APP.THEME.DIRECTION_COLOR_PREFERENCE',
1075
+ DISPLAY_SETTINGS: 'APP.THEME.DISPLAY_SETTINGS',
1074
1076
  GREEN_IS_UP: 'APP.THEME.GREEN_IS_UP',
1075
1077
  LIGHT: 'APP.THEME.LIGHT',
1076
1078
  RED_IS_UP: 'APP.THEME.RED_IS_UP',
@@ -1310,6 +1312,7 @@ export const APP_STRING_KEYS = {
1310
1312
  FAQ_WHO_IS_ELIGIBLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_QUESTION',
1311
1313
  FOR_TRADING: 'APP.TRADING_REWARDS.FOR_TRADING',
1312
1314
  LAUNCH_INCENTIVES: 'APP.TRADING_REWARDS.LAUNCH_INCENTIVES',
1315
+ REWARD_HISTORY_DESCRIPTION: 'APP.TRADING_REWARDS.REWARD_HISTORY_DESCRIPTION',
1313
1316
  SEASON_ID: 'APP.TRADING_REWARDS.SEASON_ID',
1314
1317
  TRADING_REWARD: 'APP.TRADING_REWARDS.TRADING_REWARD',
1315
1318