@dydxprotocol/v4-localization 1.1.61 → 1.1.62
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.
|
@@ -1415,9 +1415,11 @@
|
|
|
1415
1415
|
"BLOCK_REWARD": "Block Reward",
|
|
1416
1416
|
"CHAIN_DISRUPTION_DETECTED": "Chain disruption detected",
|
|
1417
1417
|
"CHAIN_DISRUPTION_DETECTED_BODY": "Trading and transferring is disabled as orders may fail or be delayed due to a dYdX Chain disruption. Please wait and try again later. Your funds are safe.",
|
|
1418
|
+
"CLICK_TO_VIEW": "Click to view",
|
|
1418
1419
|
"CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
|
|
1419
1420
|
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
|
|
1420
1421
|
"COMPLIANCE_ALERT": "Compliance alert",
|
|
1422
|
+
"COMPLIANCE_WARNING": "Compliance Warning",
|
|
1421
1423
|
"DEPOSIT_IN_PROGRESS_DESCRIPTION": "Your deposit of {AMOUNT_ELEMENT} will be available after 14 confirmations.",
|
|
1422
1424
|
"DEPOSIT_IN_PROGRESS": "Deposit in progress",
|
|
1423
1425
|
"DEPOSIT_SUCCESS_DESCRIPTION": "Your deposit of {AMOUNT_ELEMENT} has been confirmed and is now available for trading.",
|
|
@@ -1525,15 +1527,16 @@
|
|
|
1525
1527
|
"HEDGIES_NFT": "Hedgies NFT"
|
|
1526
1528
|
},
|
|
1527
1529
|
"COMPLIANCE_MODAL": {
|
|
1528
|
-
"COMPLIANCE_BODY": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use
|
|
1529
|
-
"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
|
|
1530
|
-
"COMPLIANCE_BODY_FIRST_OFFENSE_2": "If you would like to be unblocked, then please confirm (1) your country of residence and (2) the location from which you trade.
|
|
1530
|
+
"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.",
|
|
1531
|
+
"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.",
|
|
1532
|
+
"COMPLIANCE_BODY_FIRST_OFFENSE_2": "If you would like to be unblocked, then please confirm (1) your country of residence and (2) the location from which you trade. 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.",
|
|
1531
1533
|
"COMPLIANCE_REQUEST": "Compliance request",
|
|
1532
1534
|
"CONTINUE": "Continue",
|
|
1533
1535
|
"COUNTRY_OF_RESIDENCE": "Country of Residence",
|
|
1534
1536
|
"SUBMIT": "Submit",
|
|
1535
1537
|
"TRADING_LOCATION": "Trading Location",
|
|
1536
|
-
"TYPE_TO_SEARCH": "Type to search"
|
|
1538
|
+
"TYPE_TO_SEARCH": "Type to search",
|
|
1539
|
+
"SELECT_A_COUNTRY": "Select a country"
|
|
1537
1540
|
},
|
|
1538
1541
|
"PROFILES_PAGE": {
|
|
1539
1542
|
"ADDRESS": "Address",
|
|
@@ -1853,6 +1856,11 @@
|
|
|
1853
1856
|
"SUBMITTED_PROPOSAL": "Submitted Proposal!",
|
|
1854
1857
|
"SUGGEST_NEW_MARKET": "Suggest a new market",
|
|
1855
1858
|
"VIEW_PROPOSAL": "View proposal"
|
|
1859
|
+
},
|
|
1860
|
+
"COMPLIANCE": {
|
|
1861
|
+
"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}.",
|
|
1862
|
+
"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}.",
|
|
1863
|
+
"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}."
|
|
1856
1864
|
}
|
|
1857
1865
|
},
|
|
1858
1866
|
"TOKEN_MIGRATION": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -47,6 +47,12 @@ export const APP_STRING_KEYS = {
|
|
|
47
47
|
SLIPPAGE_EXCEEDED_EXPLANATION: 'APP.CLOSE_POSITIONS_MODAL.SLIPPAGE_EXCEEDED_EXPLANATION',
|
|
48
48
|
SLIPPAGE_EXCEEDED_EXPLANATION_MULTI_MARKET: 'APP.CLOSE_POSITIONS_MODAL.SLIPPAGE_EXCEEDED_EXPLANATION_MULTI_MARKET',
|
|
49
49
|
|
|
50
|
+
// COMPLIANCE
|
|
51
|
+
|
|
52
|
+
BLOCKED_MESSAGE: 'APP.COMPLIANCE.BLOCKED_MESSAGE',
|
|
53
|
+
CLOSE_ONLY_MESSAGE: 'APP.COMPLIANCE.CLOSE_ONLY_MESSAGE',
|
|
54
|
+
PERMANENTLY_BLOCKED_MESSAGE: 'APP.COMPLIANCE.PERMANENTLY_BLOCKED_MESSAGE',
|
|
55
|
+
|
|
50
56
|
// COMPLIANCE_MODAL
|
|
51
57
|
|
|
52
58
|
COMPLIANCE_BODY: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY',
|
|
@@ -55,6 +61,7 @@ export const APP_STRING_KEYS = {
|
|
|
55
61
|
COMPLIANCE_REQUEST: 'APP.COMPLIANCE_MODAL.COMPLIANCE_REQUEST',
|
|
56
62
|
CONTINUE: 'APP.COMPLIANCE_MODAL.CONTINUE',
|
|
57
63
|
COUNTRY_OF_RESIDENCE: 'APP.COMPLIANCE_MODAL.COUNTRY_OF_RESIDENCE',
|
|
64
|
+
SELECT_A_COUNTRY: 'APP.COMPLIANCE_MODAL.SELECT_A_COUNTRY',
|
|
58
65
|
SUBMIT: 'APP.COMPLIANCE_MODAL.SUBMIT',
|
|
59
66
|
TRADING_LOCATION: 'APP.COMPLIANCE_MODAL.TRADING_LOCATION',
|
|
60
67
|
TYPE_TO_SEARCH: 'APP.COMPLIANCE_MODAL.TYPE_TO_SEARCH',
|
|
@@ -787,9 +794,11 @@ export const APP_STRING_KEYS = {
|
|
|
787
794
|
BLOCK_REWARD: 'APP.NOTIFICATIONS.BLOCK_REWARD',
|
|
788
795
|
CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
|
|
789
796
|
CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
|
|
797
|
+
CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
|
|
790
798
|
CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
|
|
791
799
|
CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
|
|
792
800
|
COMPLIANCE_ALERT: 'APP.NOTIFICATIONS.COMPLIANCE_ALERT',
|
|
801
|
+
COMPLIANCE_WARNING: 'APP.NOTIFICATIONS.COMPLIANCE_WARNING',
|
|
793
802
|
DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.DEPOSIT_IN_PROGRESS',
|
|
794
803
|
DEPOSIT_IN_PROGRESS_DESCRIPTION: 'APP.NOTIFICATIONS.DEPOSIT_IN_PROGRESS_DESCRIPTION',
|
|
795
804
|
DEPOSIT_SUCCESS: 'APP.NOTIFICATIONS.DEPOSIT_SUCCESS',
|