@dydxprotocol/v4-localization 1.1.198 → 1.1.199
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",
|
|
@@ -2170,6 +2171,7 @@
|
|
|
2170
2171
|
"MSG_SUBMIT_PROPOSAL": "Msg submit proposal",
|
|
2171
2172
|
"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
2173
|
"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}.",
|
|
2174
|
+
"NOT_LAUNCHED": "Not Launched",
|
|
2173
2175
|
"OR_MORE": "{NUMBER} or more",
|
|
2174
2176
|
"POPULATED_DETAILS": "Populated details",
|
|
2175
2177
|
"PREVIEW_LAUNCH": "Preview Launch",
|
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',
|