@dydxprotocol/v4-localization 1.1.112 → 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,7 +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
+ "LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
1109
1109
  "LAUNCH_INCENTIVES_SEASON_SUMMARY": "{NUM_POINTS} received during Season {SEASON_NUMBER}, which ended on {PAST_DATE}.",
1110
1110
  "LEADERBOARD": "Leaderboard",
1111
1111
  "LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
@@ -1697,7 +1697,8 @@
1697
1697
  "STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
1698
1698
  "STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
1699
1699
  "STAKING_REWARDS": "Staking Rewards",
1700
- "STAKING_REWARDS_AVAILABLE": "Staking Rewards Available"
1700
+ "STAKING_REWARDS_AVAILABLE": "Staking Rewards Available",
1701
+ "AVAILABLE_IN_DAYS": "Available in {DAYS} days"
1701
1702
  },
1702
1703
  "TOKEN_GOVERNANCE": {
1703
1704
  "GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.112",
3
+ "version": "1.1.113",
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
 
@@ -1280,6 +1280,7 @@ export const APP_STRING_KEYS = {
1280
1280
 
1281
1281
  // STAKING_REWARDS
1282
1282
 
1283
+ AVAILABLE_IN_DAYS: 'APP.STAKING_REWARDS.AVAILABLE_IN_DAYS',
1283
1284
  CLAIM_STAKING_REWARDS: 'APP.STAKING_REWARDS.CLAIM_STAKING_REWARDS',
1284
1285
  CLAIM_USDC_AMOUNT: 'APP.STAKING_REWARDS.CLAIM_USDC_AMOUNT',
1285
1286
  EARN_APR: 'APP.STAKING_REWARDS.EARN_APR',