@dydxprotocol/v4-localization 1.1.102 → 1.1.104

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.
@@ -815,6 +815,7 @@
815
815
  "NOT_SUPPORTED": "Not supported",
816
816
  "ONBOARDING": "Onboarding",
817
817
  "MINIMUM_AMOUNT_RECEIVED": "Minimum Amount Received",
818
+ "MULTI_FACTOR_AUTH": "Multi-Factor Authentication",
818
819
  "PERMITTED_TO_USE": "You are lawfully permitted to access this site and trade on dYdX under the laws of the jurisdiction in which you reside and are located.",
819
820
  "PRIVACY_POLICY": "Privacy Policy",
820
821
  "RECOVER_KEYS": "Recover keys",
@@ -1512,6 +1513,7 @@
1512
1513
  "FAST_WITHDRAW_PENDING": "Fast withdraw pending",
1513
1514
  "FAST_WITHDRAW_SUCCESS_DESCRIPTION": "Your fast withdraw of {AMOUNT_ELEMENT} has been confirmed.",
1514
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.",
1515
1517
  "LEGAL_UPDATES": "Legal updates",
1516
1518
  "LEGAL_UPDATES_DESCRIPTION": "Please check out our updated {TOU} and {PRIVACY_POLICY}.",
1517
1519
  "MAGIC_OAUTH_REDIRECT_FAILED": "Sign in failed",
@@ -1547,6 +1549,7 @@
1547
1549
  "WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
1548
1550
  "WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
1549
1551
  },
1552
+ "TRADE_UDPATES": "Trade Updates",
1550
1553
  "TRADING_REWARD_RECEIVED": "Trading Reward Received",
1551
1554
  "UPDATED": "Updated",
1552
1555
  "UPDATING": "Updating"
@@ -1749,7 +1752,7 @@
1749
1752
  "PLANNED_MAINTENANCE": "Planned maintenance",
1750
1753
  "PLANNED_MAINTENANCE_080322_BODY": "dYdX will be undergoing planned maintenance on August 3rd, 2022",
1751
1754
  "REDUCE_ONLY_LIVE": "Reduce-Only live",
1752
- "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.",
1753
1756
  "REFER_AND_EARN": "Refer & earn",
1754
1757
  "SET_UP_REFERRALS_BODY": "Refer other traders and earn up to {COMMISSION} on their trading fees!",
1755
1758
  "SET_UP_REFERRALS_PARAM": "40% commission",
@@ -1758,8 +1761,8 @@
1758
1761
  },
1759
1762
  "REDUCE_ONLY_SUPPORT_MODAL": {
1760
1763
  "REDUCE_ONLY_SUPPORT": "Reduce-Only support",
1761
- "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.",
1762
- "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."
1763
1766
  },
1764
1767
  "SHARE_ACTIVITY_MODAL": {
1765
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.102",
3
+ "version": "1.1.104",
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
@@ -956,6 +958,7 @@ export const APP_STRING_KEYS = {
956
958
  LINK_WALLET: 'APP.ONBOARDING.LINK_WALLET',
957
959
  MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
958
960
  MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
961
+ MULTI_FACTOR_AUTH: 'APP.ONBOARDING.MULTI_FACTOR_AUTH',
959
962
  NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
960
963
  NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
961
964
  NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
@@ -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',