@dydxprotocol/v4-localization 1.1.17 → 1.1.19
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.
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"ACADEMY": "Academy",
|
|
41
41
|
"ACCOUNT_LEVERAGE": "Account Leverage",
|
|
42
42
|
"ACCOUNT": "Account",
|
|
43
|
+
"ACKNOWLEDGEMENT": "Acknowledgement",
|
|
43
44
|
"ACTION": "Action",
|
|
44
45
|
"ACTIVE": "Active",
|
|
45
46
|
"ADDRESS": "Address",
|
|
@@ -1540,13 +1541,14 @@
|
|
|
1540
1541
|
},
|
|
1541
1542
|
"NEW_MARKET_WIDGET": {
|
|
1542
1543
|
"ADD_A_MARKET": "Add a market",
|
|
1543
|
-
"ADD_DETAILS_TO_LAUNCH_MARKET": "Add details in order to
|
|
1544
|
+
"ADD_DETAILS_TO_LAUNCH_MARKET": "Add details in order to propose a new market",
|
|
1544
1545
|
"ADD_MARKET_STEP_1_TITLE": "Select market",
|
|
1545
1546
|
"ADD_MARKET_STEP_2_TITLE": "Confirm details",
|
|
1546
1547
|
"ADD_MARKET_STEP_3_TITLE": "Propose new market",
|
|
1547
|
-
"ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add.
|
|
1548
|
+
"ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add. This pre-populated list of markets is based on depth and volume on popular centralized exchanges, and does not reflect an endorsement of such markets. More information on methodology can be found {HERE}.",
|
|
1548
1549
|
"ADD_MARKET_STEP_2_DESCRIPTION": "Once a market is selected, all of its parameters will be automatically populated.",
|
|
1549
|
-
"ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market
|
|
1550
|
+
"ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
|
|
1551
|
+
"CONFIRM_NEW_MARKET_PROPOSAL": "Confirm new market proposal",
|
|
1550
1552
|
"HIDE_STEPS": "Hide steps",
|
|
1551
1553
|
"IMPACT_NOTIONAL": "Impact notional",
|
|
1552
1554
|
"LIQUIDITY_TIER": "Liquidity tier",
|
|
@@ -1556,6 +1558,7 @@
|
|
|
1556
1558
|
"MSG_CREATE_PERPETUAL": "Msg create perpetual",
|
|
1557
1559
|
"MSG_DELAY_MESSAGE": "Msg delay message",
|
|
1558
1560
|
"MSG_SUBMIT_PROPOSAL": "Msg submit proposal",
|
|
1561
|
+
"NEW_MARKET_PROPOSAL_AGREEMENT": "By checking the box below, you acknowledge and understand that (a) the pre-populated list of markets does not reflect an endorsement of any particular asset or market, and should not be relied on as investment, legal or any other form of professional advice; (b) this list is not a recommendation of any specific market, and markets are included based on compatibility and functionality assessments from a technical standpoint using public data; and (c) you are encouraged to conduct your own research and consult qualified legal counsel to ensure compliance with the laws of any and all applicable jurisdictions. Additionally, you acknowledge and understand that by clicking “Propose new market”, you will create an on-chain governance proposal — more information about on-chain governance proposals can be found on this {DOCUMENTATION_LINK}, which is independent from and unaffiliated with the host and operator of this website. Use of this widget is prohibited in the U.S., Canada and sanctioned jurisdictions as described in the {TERMS_OF_USE}.",
|
|
1559
1562
|
"NEW_MARKET_REWARDS_ENTRY_DESCRIPTION": "Select an asset, confirm details, and launch a governance proposal to add a new market to dYdX Chain. Requires {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
|
|
1560
1563
|
"OR_MORE": "{NUMBER} or more",
|
|
1561
1564
|
"POPULATED_DETAILS": "Populated details",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -206,6 +206,7 @@ export const APP_STRING_KEYS = {
|
|
|
206
206
|
ACADEMY: 'APP.GENERAL.ACADEMY',
|
|
207
207
|
ACCOUNT: 'APP.GENERAL.ACCOUNT',
|
|
208
208
|
ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
|
|
209
|
+
ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
|
|
209
210
|
ACTION: 'APP.GENERAL.ACTION',
|
|
210
211
|
ACTIVE: 'APP.GENERAL.ACTIVE',
|
|
211
212
|
ADDRESS: 'APP.GENERAL.ADDRESS',
|
|
@@ -667,6 +668,7 @@ export const APP_STRING_KEYS = {
|
|
|
667
668
|
ADD_MARKET_STEP_2_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_2_TITLE',
|
|
668
669
|
ADD_MARKET_STEP_3_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_DESCRIPTION',
|
|
669
670
|
ADD_MARKET_STEP_3_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_TITLE',
|
|
671
|
+
CONFIRM_NEW_MARKET_PROPOSAL: 'APP.NEW_MARKET_WIDGET.CONFIRM_NEW_MARKET_PROPOSAL',
|
|
670
672
|
HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS',
|
|
671
673
|
IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL',
|
|
672
674
|
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
|
|
@@ -676,6 +678,7 @@ export const APP_STRING_KEYS = {
|
|
|
676
678
|
MSG_CREATE_PERPETUAL: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_PERPETUAL',
|
|
677
679
|
MSG_DELAY_MESSAGE: 'APP.NEW_MARKET_WIDGET.MSG_DELAY_MESSAGE',
|
|
678
680
|
MSG_SUBMIT_PROPOSAL: 'APP.NEW_MARKET_WIDGET.MSG_SUBMIT_PROPOSAL',
|
|
681
|
+
NEW_MARKET_PROPOSAL_AGREEMENT: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_PROPOSAL_AGREEMENT',
|
|
679
682
|
NEW_MARKET_REWARDS_ENTRY_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_REWARDS_ENTRY_DESCRIPTION',
|
|
680
683
|
OR_MORE: 'APP.NEW_MARKET_WIDGET.OR_MORE',
|
|
681
684
|
POPULATED_DETAILS: 'APP.NEW_MARKET_WIDGET.POPULATED_DETAILS',
|