@dydxprotocol/v4-localization 1.1.98 → 1.1.99

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.
@@ -980,6 +980,23 @@
980
980
  "SLOW_WITHDRAW_CONFIRMATION": "This {STYLED_SLOW} withdraw may take up to {HOURS} hours before it is available to withdraw. You will be responsible for the withdraw transaction gas fees. If you need your funds sooner, try a {STYLED_FAST} withdraw.",
981
981
  "WITHDRAW_IRREVERSIBLE": "Initiating a withdraw is irreversible."
982
982
  },
983
+ "STAKE_MODAL": {
984
+ "STAKE_DESCRIPTION": "Stake your DYDX to receive rewards in USDC. Unstaking can up to 30 days.",
985
+ "AMOUNT_TO_STAKE": "Amount to Stake",
986
+ "SELECTED_VALIDATOR": "Selected Validator",
987
+ "ENTER_AMOUNT_TO_STAKE": "Enter amount to stake",
988
+ "STAKED_BALANCE": "Staked Balance"
989
+ },
990
+ "UNSTAKE_MODAL": {
991
+ "CURRENTLY_STAKING": "You're currently staking {AMOUNT}",
992
+ "CURRENTLY_STAKING_WITH": "You're currently staking with {VALIDATOR}",
993
+ "AMOUNT_TO_UNSTAKE": "Amount to Unstake",
994
+ "UNSTAKED_BALANCE": "Unstaked Balance",
995
+ "SELECTED_VALIDATOR": "Selected Validator",
996
+ "UNSTAKING_PERIOD": "Unstaking Period",
997
+ "VALIDATOR": "Validator",
998
+ "UNSTAKING_PERIOD_DESCRIPTION": "The unstaking period can take up to 30 days and you will not earn rewards on this balance."
999
+ },
983
1000
  "FEEDBACK_MODAL": {
984
1001
  "FEEDBACK_PLACEHOLDER": "Tell us how we can build a better trading experience for you. For questions or bug reports, please use the help chat.",
985
1002
  "GIVE_FEEDBACK": "Give feedback"
@@ -1865,7 +1882,7 @@
1865
1882
  "DONT_SHOW": "Don’t show anyone this!",
1866
1883
  "TAP_TO_REVEAL": "Tap to reveal"
1867
1884
  },
1868
- "EQUITY_TIERS":{
1885
+ "EQUITY_TIERS": {
1869
1886
  "EQUITY_TIERS": "Equity Tiers",
1870
1887
  "NET_COLLATERAL": "Net Collateral",
1871
1888
  "LONG_TERM_OR_CONDITIONAL_ORDERS": "Long-term or Conditional orders",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.98",
3
+ "version": "1.1.99",
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
 
@@ -1257,6 +1257,14 @@ export const APP_STRING_KEYS = {
1257
1257
  WAIT_SECONDS_SINGULAR: 'APP.SIGN_INTO_MOBILE.WAIT_SECONDS_SINGULAR',
1258
1258
  WHILE_ONBOARDING: 'APP.SIGN_INTO_MOBILE.WHILE_ONBOARDING',
1259
1259
 
1260
+ // STAKE_MODAL
1261
+
1262
+ AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.AMOUNT_TO_STAKE',
1263
+ ENTER_AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.ENTER_AMOUNT_TO_STAKE',
1264
+ SELECTED_VALIDATOR: 'APP.STAKE_MODAL.SELECTED_VALIDATOR',
1265
+ STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
1266
+ STAKE_DESCRIPTION: 'APP.STAKE_MODAL.STAKE_DESCRIPTION',
1267
+
1260
1268
  // STAKING_REWARDS
1261
1269
 
1262
1270
  CLAIM_STAKING_REWARDS: 'APP.STAKING_REWARDS.CLAIM_STAKING_REWARDS',
@@ -1593,6 +1601,16 @@ export const APP_STRING_KEYS = {
1593
1601
  TP_LIMIT: 'APP.TRIGGERS_MODAL.TP_LIMIT',
1594
1602
  TP_PRICE: 'APP.TRIGGERS_MODAL.TP_PRICE',
1595
1603
 
1604
+ // UNSTAKE_MODAL
1605
+
1606
+ AMOUNT_TO_UNSTAKE: 'APP.UNSTAKE_MODAL.AMOUNT_TO_UNSTAKE',
1607
+ CURRENTLY_STAKING: 'APP.UNSTAKE_MODAL.CURRENTLY_STAKING',
1608
+ CURRENTLY_STAKING_WITH: 'APP.UNSTAKE_MODAL.CURRENTLY_STAKING_WITH',
1609
+ UNSTAKED_BALANCE: 'APP.UNSTAKE_MODAL.UNSTAKED_BALANCE',
1610
+ UNSTAKING_PERIOD: 'APP.UNSTAKE_MODAL.UNSTAKING_PERIOD',
1611
+ UNSTAKING_PERIOD_DESCRIPTION: 'APP.UNSTAKE_MODAL.UNSTAKING_PERIOD_DESCRIPTION',
1612
+ VALIDATOR: 'APP.UNSTAKE_MODAL.VALIDATOR',
1613
+
1596
1614
  // USER_SURVEY
1597
1615
 
1598
1616
  USER_SURVEY_BODY: 'APP.USER_SURVEY.USER_SURVEY_BODY',