@dydxprotocol/v4-localization 1.1.104 → 1.1.106

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.
@@ -1212,6 +1212,7 @@
1212
1212
  "DELEVERAGED": "Deleveraged",
1213
1213
  "EDIT_STOP_LOSS": "Edit stop loss",
1214
1214
  "EDIT_TAKE_PROFIT": "Edit take profit",
1215
+ "EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Edit Take Profit / Stop Loss triggers",
1215
1216
  "ENTER_AMOUNT": "Enter amount",
1216
1217
  "ENTER_LIMIT_PRICE": "Enter limit price",
1217
1218
  "ENTER_TRIGGER_PRICE": "Enter trigger price",
@@ -1721,7 +1722,7 @@
1721
1722
  "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
1722
1723
  "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address.",
1723
1724
  "FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION": "How do I stake and claim staking rewards?",
1724
- "FAQ_HOW_DO_I_STAKE_AND_CLAIM_ANSWER": "To stake, click the “Stake” button and input the amount of tokens you would like to stake. The frontend will automatically select a validator in good standing (meaning one that has never been slashed), based on which eligible validator has the fewest tokens staked. To claim staking rewards, click the “Claim” button whenever USDC rewards are available. The claimed USDC rewards will be deposited into your account so that you may trade instantly! Note that there is a gas fee to claim USDC rewards.",
1725
+ "FAQ_HOW_DO_I_STAKE_AND_CLAIM_ANSWER": "To stake, click the “Stake” button and input the amount of tokens you would like to stake. A validator from a set of validators in good standing (meaning one that has never been slashed) will automatically be selected based on which eligible validator has the fewest tokens staked. To claim staking rewards, click the “Claim” button whenever USDC rewards are available. The claimed USDC rewards will be deposited into your account so that you may trade instantly! Note that there is a gas fee to claim USDC rewards.",
1725
1726
  "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
1726
1727
  "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. Read more {HERE_LINK}.",
1727
1728
  "FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.104",
3
+ "version": "1.1.106",
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
 
@@ -1367,6 +1367,7 @@ export const APP_STRING_KEYS = {
1367
1367
  DELEVERAGED: 'APP.TRADE.DELEVERAGED',
1368
1368
  EDIT_STOP_LOSS: 'APP.TRADE.EDIT_STOP_LOSS',
1369
1369
  EDIT_TAKE_PROFIT: 'APP.TRADE.EDIT_TAKE_PROFIT',
1370
+ EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
1370
1371
  ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
1371
1372
  ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
1372
1373
  ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',