@dydxprotocol/v4-localization 1.1.283 → 1.1.284

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.
@@ -1849,6 +1849,8 @@
1849
1849
  "ADJUSTED_IMR": "Adjusted Margin",
1850
1850
  "ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
1851
1851
  "BLOCK_REWARD": "Block Reward",
1852
+ "CANCEL_OLD_TRIGGERS": "Cancel old triggers",
1853
+ "CANCEL_OLD_TRIGGERS_BODY": "You have orphaned trigger orders from a position that no longer exists.",
1852
1854
  "CANCELING_ALL_ORDERS": "Canceling all orders",
1853
1855
  "CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
1854
1856
  "CHAIN_DISRUPTION_DETECTED_BODY": "There is a potential dYdX Chain disruption. Please check the status page and refresh. In the case of a chain disruption, trading and transfers are temporarily disabled. Your funds are safe.",
@@ -1878,6 +1880,7 @@
1878
1880
  "FAST_WITHDRAW_SUCCESS": "Fast withdraw success!",
1879
1881
  "LEGAL_UPDATES": "Legal updates",
1880
1882
  "LEGAL_UPDATES_DESCRIPTION": "Please check out our updated {TOU} and {PRIVACY_POLICY}.",
1883
+ "LOW_ON_GAS": "Low on gas?",
1881
1884
  "MAGIC_OAUTH_REDIRECT_FAILED": "Sign in failed",
1882
1885
  "MAGIC_OAUTH_REDIRECT_FAILED_BODY": "An error occured during your sign in with Magic. Please try again.",
1883
1886
  "MAINTENANCE_MARGIN_ADJUSTMENTS": "Maintenance margin requirements {ACTION} at {PERCENT}%.",
@@ -1892,6 +1895,8 @@
1892
1895
  "PERMANENTLY_BLOCKED_DESCRIPTION": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and previously have been given an opportunity to redress circumstances that led to restrictions on your account, you have been permanently blocked from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.",
1893
1896
  "PERMANENTLY_BLOCKED_ELLIPTIC": "For compliance reasons you are blocked from using the dYdX protocol.",
1894
1897
  "PERMANENTLY_BLOCKED_COMPLIANCE": "For compliance reasons you have been blocked from using the dYdX protocol. This account is in close-only mode. If you believe there has been an error, please email support@dydx.exchange.",
1898
+ "RECLAIM_FUNDS": "Reclaim funds",
1899
+ "RECLAIM_FUNDS_DESCRIPTION": "You have ${RECLAIM_AMOUNT} of funds that were previously held as collateral that can now be reclaimed.",
1895
1900
  "RELEASE_UPDATES": "Release Updates",
1896
1901
  "REMOVED": "Removed",
1897
1902
  "REMOVING": "Removing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.283",
3
+ "version": "1.1.284",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1067,6 +1067,8 @@ export const APP_STRING_KEYS = {
1067
1067
  ADJUSTED_IMR_BODY: 'APP.NOTIFICATIONS.ADJUSTED_IMR_BODY',
1068
1068
  BLOCK_REWARD: 'APP.NOTIFICATIONS.BLOCK_REWARD',
1069
1069
  CANCELING_ALL_ORDERS: 'APP.NOTIFICATIONS.CANCELING_ALL_ORDERS',
1070
+ CANCEL_OLD_TRIGGERS: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS',
1071
+ CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
1070
1072
  CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
1071
1073
  CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
1072
1074
  CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
@@ -1095,6 +1097,7 @@ export const APP_STRING_KEYS = {
1095
1097
  FAST_WITHDRAW_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.FAST_WITHDRAW_SUCCESS_DESCRIPTION',
1096
1098
  LEGAL_UPDATES: 'APP.NOTIFICATIONS.LEGAL_UPDATES',
1097
1099
  LEGAL_UPDATES_DESCRIPTION: 'APP.NOTIFICATIONS.LEGAL_UPDATES_DESCRIPTION',
1100
+ LOW_ON_GAS: 'APP.NOTIFICATIONS.LOW_ON_GAS',
1098
1101
  MAGIC_OAUTH_REDIRECT_FAILED: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED',
1099
1102
  MAGIC_OAUTH_REDIRECT_FAILED_BODY: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED_BODY',
1100
1103
  MAINTENANCE_MARGIN_ADJUSTMENTS: 'APP.NOTIFICATIONS.MAINTENANCE_MARGIN_ADJUSTMENTS',
@@ -1109,6 +1112,7 @@ export const APP_STRING_KEYS = {
1109
1112
  PERMANENTLY_BLOCKED_COMPLIANCE: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_COMPLIANCE',
1110
1113
  PERMANENTLY_BLOCKED_DESCRIPTION: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_DESCRIPTION',
1111
1114
  PERMANENTLY_BLOCKED_ELLIPTIC: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_ELLIPTIC',
1115
+ RECLAIM_FUNDS_DESCRIPTION: 'APP.NOTIFICATIONS.RECLAIM_FUNDS_DESCRIPTION',
1112
1116
  RELEASE_UPDATES: 'APP.NOTIFICATIONS.RELEASE_UPDATES',
1113
1117
  REMOVED: 'APP.NOTIFICATIONS.REMOVED',
1114
1118
  SLOW_WITHDRAW_AVAILABLE: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_AVAILABLE',