@dydxprotocol/v4-localization 1.1.103 → 1.1.105

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.
@@ -1513,6 +1513,7 @@
1513
1513
  "FAST_WITHDRAW_PENDING": "Fast withdraw pending",
1514
1514
  "FAST_WITHDRAW_SUCCESS_DESCRIPTION": "Your fast withdraw of {AMOUNT_ELEMENT} has been confirmed.",
1515
1515
  "FAST_WITHDRAW_SUCCESS": "Fast withdraw success!",
1516
+ "FOK_DEPRECATION": "Fill-or-Kill (FOK) orders have been deprecated. All other order types continue to be available.",
1516
1517
  "LEGAL_UPDATES": "Legal updates",
1517
1518
  "LEGAL_UPDATES_DESCRIPTION": "Please check out our updated {TOU} and {PRIVACY_POLICY}.",
1518
1519
  "MAGIC_OAUTH_REDIRECT_FAILED": "Sign in failed",
@@ -1548,6 +1549,7 @@
1548
1549
  "WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
1549
1550
  "WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
1550
1551
  },
1552
+ "TRADE_UDPATES": "Trade Updates",
1551
1553
  "TRADING_REWARD_RECEIVED": "Trading Reward Received",
1552
1554
  "UPDATED": "Updated",
1553
1555
  "UPDATING": "Updating"
@@ -1719,7 +1721,7 @@
1719
1721
  "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
1720
1722
  "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address.",
1721
1723
  "FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION": "How do I stake and claim staking rewards?",
1722
- "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.",
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. 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.",
1723
1725
  "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
1724
1726
  "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}.",
1725
1727
  "FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?",
@@ -1750,7 +1752,7 @@
1750
1752
  "PLANNED_MAINTENANCE": "Planned maintenance",
1751
1753
  "PLANNED_MAINTENANCE_080322_BODY": "dYdX will be undergoing planned maintenance on August 3rd, 2022",
1752
1754
  "REDUCE_ONLY_LIVE": "Reduce-Only live",
1753
- "REDUCE_ONLY_LIVE_BODY": "Reduce-Only is now live for all order types! Execution must be FOK or IOC to enable Reduce-Only.",
1755
+ "REDUCE_ONLY_LIVE_BODY": "Reduce-Only is now live for all order types! Execution must be IOC to enable Reduce-Only.",
1754
1756
  "REFER_AND_EARN": "Refer & earn",
1755
1757
  "SET_UP_REFERRALS_BODY": "Refer other traders and earn up to {COMMISSION} on their trading fees!",
1756
1758
  "SET_UP_REFERRALS_PARAM": "40% commission",
@@ -1759,8 +1761,8 @@
1759
1761
  },
1760
1762
  "REDUCE_ONLY_SUPPORT_MODAL": {
1761
1763
  "REDUCE_ONLY_SUPPORT": "Reduce-Only support",
1762
- "REDUCE_ONLY_WILL_DISABLE": "Reduce-Only is only available for Fill-Or-Kill (FOK) and Immediate-Or-Cancel (IOC) orders. Changing the execution option will automatically disable Reduce-Only.",
1763
- "REDUCE_ONLY_WILL_ENABLE": "Reduce-Only is only available for Fill-Or-Kill (FOK) and Immediate-Or-Cancel (IOC) orders. When applicable, enabling Reduce-Only will automatically change your execution method to a supported option."
1764
+ "REDUCE_ONLY_WILL_DISABLE": "Reduce-Only is only available for Immediate-Or-Cancel (IOC) orders. Changing the execution option will automatically disable Reduce-Only.",
1765
+ "REDUCE_ONLY_WILL_ENABLE": "Reduce-Only is only available for Immediate-Or-Cancel (IOC) orders. When applicable, enabling Reduce-Only will automatically change your execution method to a supported option."
1764
1766
  },
1765
1767
  "SHARE_ACTIVITY_MODAL": {
1766
1768
  "CASH": "Cash",
@@ -195,13 +195,13 @@
195
195
  "TITLE": "Reduce-Only",
196
196
  "BODY": "Reduce-Only prevents an order from changing the side of your position (long to short, or short to long). An order with Reduce-Only set will automatically resize and cancel itself as your position changes."
197
197
  },
198
- "REDUCE_ONLY_TIMEINFORCE_IOC_FOK": {
198
+ "REDUCE_ONLY_TIMEINFORCE_IOC": {
199
199
  "TITLE": "Reduce-Only",
200
- "BODY": "Reduce-Only is only available if Time in Force is set to IOC or FOK."
200
+ "BODY": "Reduce-Only is only available if Time in Force is set to IOC."
201
201
  },
202
- "REDUCE_ONLY_EXECUTION_IOC_FOK": {
202
+ "REDUCE_ONLY_EXECUTION_IOC": {
203
203
  "TITLE": "Reduce-Only",
204
- "BODY": "Reduce-Only is only available if Execution is set to IOC or FOK."
204
+ "BODY": "Reduce-Only is only available if Execution is set to IOC."
205
205
  },
206
206
  "SPREAD": {
207
207
  "TITLE": "Spread",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.103",
3
+ "version": "1.1.105",
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
 
@@ -862,6 +862,7 @@ export const APP_STRING_KEYS = {
862
862
  FAST_WITHDRAW_PENDING_DESCRIPTION: 'APP.NOTIFICATIONS.FAST_WITHDRAW_PENDING_DESCRIPTION',
863
863
  FAST_WITHDRAW_SUCCESS: 'APP.NOTIFICATIONS.FAST_WITHDRAW_SUCCESS',
864
864
  FAST_WITHDRAW_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.FAST_WITHDRAW_SUCCESS_DESCRIPTION',
865
+ FOK_DEPRECATION: 'APP.NOTIFICATIONS.FOK_DEPRECATION',
865
866
  LEGAL_UPDATES: 'APP.NOTIFICATIONS.LEGAL_UPDATES',
866
867
  LEGAL_UPDATES_DESCRIPTION: 'APP.NOTIFICATIONS.LEGAL_UPDATES_DESCRIPTION',
867
868
  MAGIC_OAUTH_REDIRECT_FAILED: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED',
@@ -887,6 +888,7 @@ export const APP_STRING_KEYS = {
887
888
  STATUS_PAGE: 'APP.NOTIFICATIONS.STATUS_PAGE',
888
889
  SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE',
889
890
  SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY',
891
+ TRADE_UDPATES: 'APP.NOTIFICATIONS.TRADE_UDPATES',
890
892
  TRADING_REWARD_RECEIVED: 'APP.NOTIFICATIONS.TRADING_REWARD_RECEIVED',
891
893
 
892
894
  // TRANSFER_STATUS
@@ -141,10 +141,10 @@ export const TOOLTIP_STRING_KEYS = {
141
141
  REALIZED_PNL_TITLE: 'TOOLTIPS.TRADE.REALIZED_PNL.TITLE',
142
142
  REDUCE_ONLY_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY.BODY',
143
143
  REDUCE_ONLY_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY.TITLE',
144
- REDUCE_ONLY_EXECUTION_IOC_FOK_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC_FOK.BODY',
145
- REDUCE_ONLY_EXECUTION_IOC_FOK_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC_FOK.TITLE',
146
- REDUCE_ONLY_TIMEINFORCE_IOC_FOK_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC_FOK.BODY',
147
- REDUCE_ONLY_TIMEINFORCE_IOC_FOK_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC_FOK.TITLE',
144
+ REDUCE_ONLY_EXECUTION_IOC_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC.BODY',
145
+ REDUCE_ONLY_EXECUTION_IOC_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_EXECUTION_IOC.TITLE',
146
+ REDUCE_ONLY_TIMEINFORCE_IOC_BODY: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC.BODY',
147
+ REDUCE_ONLY_TIMEINFORCE_IOC_TITLE: 'TOOLTIPS.TRADE.REDUCE_ONLY_TIMEINFORCE_IOC.TITLE',
148
148
  REWARD_HISTORY_BODY: 'TOOLTIPS.TRADE.REWARD_HISTORY.BODY',
149
149
  SPREAD_BODY: 'TOOLTIPS.TRADE.SPREAD.BODY',
150
150
  SPREAD_TITLE: 'TOOLTIPS.TRADE.SPREAD.TITLE',