@dydxprotocol/v4-localization 1.1.156 → 1.1.158

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.
@@ -953,6 +953,7 @@
953
953
  "SLIPPAGE_EXCEEDED_EXPLANATION_MULTI_MARKET": "Your order for the following markets is too large and would cause excessive slippage. Consider placing a limit order."
954
954
  },
955
955
  "DEPOSIT_MODAL": {
956
+ "ACKNOWLEDGE_TERMS_AND_DEPOSIT": "Acknowledge terms and deposit",
956
957
  "BRIDGE_FEE": "Bridge Fee",
957
958
  "ENABLE_FOR_THIS_DEPOSIT": "Enable for this deposit",
958
959
  "ENABLE_SYMBOL_ON_DYDX": "Enable {SYMBOL} on dYdX",
@@ -978,7 +979,8 @@
978
979
  "SLIPPAGE": "Slippage",
979
980
  "SUBJECT_TO_RULES": "Subject to these rules",
980
981
  "SWAP": "Swap",
981
- "ESTIMATED_TIME": "Estimated Time"
982
+ "ESTIMATED_TIME": "Estimated Time",
983
+ "DEPOSIT_ACKNOWLEDGEMENT": "I agree to the {TERMS_LINK} and {POLICY_LINK}, including that I accept the risks associated with these products and services and will not use them from the United States or any other restricted jurisdiction. {VIEW_MORE_LINK}"
982
984
  },
983
985
  "WITHDRAW_MODAL": {
984
986
  "ENABLE_WITHDRAW": "Enable withdraw",
@@ -1311,6 +1313,7 @@
1311
1313
  "MID_MARKET": "Mid-Market",
1312
1314
  "MID_MARKET_PRICE_SHORT": "Mid",
1313
1315
  "MODIFY_GOOD_TIL": "Modify Good Til",
1316
+ "MODIFY_MARGIN_AMOUNT": "Modify amount",
1314
1317
  "MODIFY_PRICE": "Modify price",
1315
1318
  "MODIFY_SIZE_FIELD": "Modify amount",
1316
1319
  "MODIFY_TARGET_LEVERAGE": "Modify target leverage",
@@ -2171,6 +2174,7 @@
2171
2174
  "BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
2172
2175
  "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
2173
2176
  "BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
2177
+ "QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED": "This would put your account below the collateralization threshold. Please try a smaller amount.",
2174
2178
  "GENERAL": {
2175
2179
  "RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
2176
2180
  "RATE_LIMIT_REACHED_ERROR_MESSAGE": "Rate limited reached for this IP address. Please try again later.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.156",
3
+ "version": "1.1.158",
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
 
@@ -77,7 +77,9 @@ export const APP_STRING_KEYS = {
77
77
 
78
78
  // DEPOSIT_MODAL
79
79
 
80
+ ACKNOWLEDGE_TERMS_AND_DEPOSIT: 'APP.DEPOSIT_MODAL.ACKNOWLEDGE_TERMS_AND_DEPOSIT',
80
81
  BRIDGE_FEE: 'APP.DEPOSIT_MODAL.BRIDGE_FEE',
82
+ DEPOSIT_ACKNOWLEDGEMENT: 'APP.DEPOSIT_MODAL.DEPOSIT_ACKNOWLEDGEMENT',
81
83
  ENABLE_FOR_THIS_DEPOSIT: 'APP.DEPOSIT_MODAL.ENABLE_FOR_THIS_DEPOSIT',
82
84
  ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
83
85
  ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',
@@ -1465,6 +1467,7 @@ export const APP_STRING_KEYS = {
1465
1467
  MID_MARKET: 'APP.TRADE.MID_MARKET',
1466
1468
  MID_MARKET_PRICE_SHORT: 'APP.TRADE.MID_MARKET_PRICE_SHORT',
1467
1469
  MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
1470
+ MODIFY_MARGIN_AMOUNT: 'APP.TRADE.MODIFY_MARGIN_AMOUNT',
1468
1471
  MODIFY_PRICE: 'APP.TRADE.MODIFY_PRICE',
1469
1472
  MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',
1470
1473
  MODIFY_TARGET_LEVERAGE: 'APP.TRADE.MODIFY_TARGET_LEVERAGE',
@@ -1866,6 +1869,7 @@ export const ERRORS_STRING_KEYS = {
1866
1869
  WALLET_RESTRICTED_ERROR_TITLE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_TITLE',
1867
1870
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
1868
1871
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
1872
+ QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED',
1869
1873
 
1870
1874
  // TRADE_BOX
1871
1875