@dydxprotocol/v4-localization 1.1.198 → 1.1.200
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.
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
"FREE_COLLATERAL": "Free Collateral",
|
|
194
194
|
"FREE": "Free",
|
|
195
195
|
"FROM_TO": "from {FROM} to {TO}",
|
|
196
|
+
"FOREX": "Forex",
|
|
196
197
|
"FUNDING_RATE_CHART_SHORT": "Funding",
|
|
197
198
|
"GAIN": "Gain",
|
|
198
199
|
"GAMING": "Gaming",
|
|
@@ -1573,6 +1574,10 @@
|
|
|
1573
1574
|
"YOUR_MARKET_POSITION": "Your {MARKET} position",
|
|
1574
1575
|
"YOUR_POSITION_WAS_LIQUIDATED": "Your position was liquidated."
|
|
1575
1576
|
},
|
|
1577
|
+
"TRADING_VIEW": {
|
|
1578
|
+
"DRAFT_LIMIT_SELL": "Draft Limit Sell at {PRICE}",
|
|
1579
|
+
"DRAFT_LIMIT_BUY": "Draft Limit Buy at {PRICE}"
|
|
1580
|
+
},
|
|
1576
1581
|
"LEAGUES": {
|
|
1577
1582
|
"ACTIVE": "Active",
|
|
1578
1583
|
"AND": "and",
|
|
@@ -2170,6 +2175,7 @@
|
|
|
2170
2175
|
"MSG_SUBMIT_PROPOSAL": "Msg submit proposal",
|
|
2171
2176
|
"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 onchain governance proposal — more information about onchain 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}.",
|
|
2172
2177
|
"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}.",
|
|
2178
|
+
"NOT_LAUNCHED": "Not Launched",
|
|
2173
2179
|
"OR_MORE": "{NUMBER} or more",
|
|
2174
2180
|
"POPULATED_DETAILS": "Populated details",
|
|
2175
2181
|
"PREVIEW_LAUNCH": "Preview Launch",
|
|
@@ -2428,7 +2434,7 @@
|
|
|
2428
2434
|
"ISOLATED_MARGIN_LIMIT_ORDER_BELOW_MINIMUM": "Below minimum size"
|
|
2429
2435
|
},
|
|
2430
2436
|
"TRADING_VIEW": {
|
|
2431
|
-
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed
|
|
2437
|
+
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed",
|
|
2432
2438
|
"ORDER_MODIFICATION_ERROR_USE_TRADE_FORM": "To execute an order immediately, use the trade form.",
|
|
2433
2439
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_HIGHER": "Stop Loss price must be higher than current price.",
|
|
2434
2440
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_LOWER": "Stop Loss price must be lower than current price.",
|
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
|
|
|
@@ -453,6 +453,7 @@ export const APP_STRING_KEYS = {
|
|
|
453
453
|
FIAT: 'APP.GENERAL.FIAT',
|
|
454
454
|
FILL: 'APP.GENERAL.FILL',
|
|
455
455
|
FILLS: 'APP.GENERAL.FILLS',
|
|
456
|
+
FOREX: 'APP.GENERAL.FOREX',
|
|
456
457
|
FREE: 'APP.GENERAL.FREE',
|
|
457
458
|
FREE_COLLATERAL: 'APP.GENERAL.FREE_COLLATERAL',
|
|
458
459
|
FROM: 'APP.GENERAL.FROM',
|
|
@@ -932,6 +933,7 @@ export const APP_STRING_KEYS = {
|
|
|
932
933
|
MSG_SUBMIT_PROPOSAL: 'APP.NEW_MARKET_WIDGET.MSG_SUBMIT_PROPOSAL',
|
|
933
934
|
NEW_MARKET_PROPOSAL_AGREEMENT: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_PROPOSAL_AGREEMENT',
|
|
934
935
|
NEW_MARKET_REWARDS_ENTRY_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_REWARDS_ENTRY_DESCRIPTION',
|
|
936
|
+
NOT_LAUNCHED: 'APP.NEW_MARKET_WIDGET.NOT_LAUNCHED',
|
|
935
937
|
OR_MORE: 'APP.NEW_MARKET_WIDGET.OR_MORE',
|
|
936
938
|
POPULATED_DETAILS: 'APP.NEW_MARKET_WIDGET.POPULATED_DETAILS',
|
|
937
939
|
PREVIEW_LAUNCH: 'APP.NEW_MARKET_WIDGET.PREVIEW_LAUNCH',
|
|
@@ -1775,6 +1777,11 @@ export const APP_STRING_KEYS = {
|
|
|
1775
1777
|
TRADING_REWARD_TABLE_DISCONNECTED_STATE: 'APP.TRADING_REWARDS.TRADING_REWARD_TABLE_DISCONNECTED_STATE',
|
|
1776
1778
|
TRADING_REWARD_TABLE_EMPTY_STATE: 'APP.TRADING_REWARDS.TRADING_REWARD_TABLE_EMPTY_STATE',
|
|
1777
1779
|
|
|
1780
|
+
// TRADING_VIEW
|
|
1781
|
+
|
|
1782
|
+
DRAFT_LIMIT_BUY: 'APP.TRADING_VIEW.DRAFT_LIMIT_BUY',
|
|
1783
|
+
DRAFT_LIMIT_SELL: 'APP.TRADING_VIEW.DRAFT_LIMIT_SELL',
|
|
1784
|
+
|
|
1778
1785
|
// TRIGGERS_MODAL
|
|
1779
1786
|
|
|
1780
1787
|
AVG_ENTRY_PRICE: 'APP.TRIGGERS_MODAL.AVG_ENTRY_PRICE',
|