@dydxprotocol/v4-localization 1.1.147 → 1.1.149

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.
@@ -1307,6 +1307,7 @@
1307
1307
  "MARKET_SELL": "market sell",
1308
1308
  "MAXIMUM_POSITION_SIZE": "Maximum Position Size",
1309
1309
  "MID_MARKET": "Mid-Market",
1310
+ "MID_MARKET_PRICE_SHORT": "Mid",
1310
1311
  "MODIFY_GOOD_TIL": "Modify Good Til",
1311
1312
  "MODIFY_PRICE": "Modify price",
1312
1313
  "MODIFY_SIZE_FIELD": "Modify amount",
@@ -1683,6 +1684,7 @@
1683
1684
  "COMPLIANCE_BODY": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and have not yet completed confirmation of your country of residence and the location from which you are trading, you have been blocked from placing orders other than market orders that reduce your positions.",
1684
1685
  "COMPLIANCE_BODY_FIRST_OFFENSE_1": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and have not yet completed confirmation of your country of residence and the location from which you are trading, you have been blocked from placing orders other than market orders that reduce your positions.",
1685
1686
  "COMPLIANCE_BODY_FIRST_OFFENSE_2": "If you would like to be unblocked, then please confirm (1) your country of residence and (2) your compliance with the Terms of Use. In the event that you complete the confirmation and your account is unblocked, please be aware that any future violation of our terms of use will result in a permanent ban from the protocol - though your funds are always available for withdrawal.",
1687
+ "COMPLIANCE_BODY_FIRST_OFFENSE_3": "WARNING: Once you confirm your country of residence, your ability to access this site will be suspended until you are no longer in a jurisdiction that violates our terms of use. Any further attempt to connect to this site from the restricted jurisdiction will result in a permanent ban.",
1686
1688
  "COMPLIANCE_ACKNOWLEDGEMENT": "I have read and confirm I am compliant with the Terms of Use, including the prohibition on persons or entities in the United States, Canada, or other restricted jurisdictions.",
1687
1689
  "COMPLIANCE_REQUEST": "Compliance request",
1688
1690
  "CONTINUE": "Continue",
@@ -2049,8 +2051,8 @@
2049
2051
  "VIEW_PROPOSAL": "View proposal"
2050
2052
  },
2051
2053
  "COMPLIANCE": {
2052
- "CLOSE_ONLY_MESSAGE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You have until {DATE} to withdraw your funds before your access to the frontend is blocked. If you believe there has been an error, please email {EMAIL}.",
2053
- "PERMANENTLY_BLOCKED_MESSAGE": "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. If you believe there has been an error, please email {EMAIL}.",
2054
+ "CLOSE_ONLY_MESSAGE_WITH_HELP": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You have until {DATE} to withdraw your funds before your access to the frontend is blocked. If you believe there has been an error, please contact support at {HELP_LINK}.",
2055
+ "PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP": "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. If you believe there has been an error, please contact support at {HELP_LINK}.",
2054
2056
  "BLOCKED_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}."
2055
2057
  }
2056
2058
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
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
 
@@ -57,8 +57,8 @@ export const APP_STRING_KEYS = {
57
57
  // COMPLIANCE
58
58
 
59
59
  BLOCKED_MESSAGE: 'APP.COMPLIANCE.BLOCKED_MESSAGE',
60
- CLOSE_ONLY_MESSAGE: 'APP.COMPLIANCE.CLOSE_ONLY_MESSAGE',
61
- PERMANENTLY_BLOCKED_MESSAGE: 'APP.COMPLIANCE.PERMANENTLY_BLOCKED_MESSAGE',
60
+ CLOSE_ONLY_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.CLOSE_ONLY_MESSAGE_WITH_HELP',
61
+ PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP: 'APP.COMPLIANCE.PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP',
62
62
 
63
63
  // COMPLIANCE_MODAL
64
64
 
@@ -66,6 +66,7 @@ export const APP_STRING_KEYS = {
66
66
  COMPLIANCE_BODY: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY',
67
67
  COMPLIANCE_BODY_FIRST_OFFENSE_1: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY_FIRST_OFFENSE_1',
68
68
  COMPLIANCE_BODY_FIRST_OFFENSE_2: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY_FIRST_OFFENSE_2',
69
+ COMPLIANCE_BODY_FIRST_OFFENSE_3: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY_FIRST_OFFENSE_3',
69
70
  COMPLIANCE_REQUEST: 'APP.COMPLIANCE_MODAL.COMPLIANCE_REQUEST',
70
71
  CONTINUE: 'APP.COMPLIANCE_MODAL.CONTINUE',
71
72
  COUNTRY_OF_RESIDENCE: 'APP.COMPLIANCE_MODAL.COUNTRY_OF_RESIDENCE',
@@ -1461,6 +1462,7 @@ export const APP_STRING_KEYS = {
1461
1462
  MARKET_SELL: 'APP.TRADE.MARKET_SELL',
1462
1463
  MAXIMUM_POSITION_SIZE: 'APP.TRADE.MAXIMUM_POSITION_SIZE',
1463
1464
  MID_MARKET: 'APP.TRADE.MID_MARKET',
1465
+ MID_MARKET_PRICE_SHORT: 'APP.TRADE.MID_MARKET_PRICE_SHORT',
1464
1466
  MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
1465
1467
  MODIFY_PRICE: 'APP.TRADE.MODIFY_PRICE',
1466
1468
  MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',