@dydxprotocol/v4-localization 1.1.136 → 1.1.138
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.
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
"GAS_FEE": "Gas fee",
|
|
158
158
|
"GASLESS_DEPOSITS": "Gasless deposits",
|
|
159
159
|
"GENERAL": "General",
|
|
160
|
+
"GET_DYDX_ON_PHONE": "Get dYdX on your phone",
|
|
160
161
|
"GO_BACK": "Go back",
|
|
161
162
|
"GO_TO_MARKET": "Go to market",
|
|
162
163
|
"GOVERNANCE": "Governance",
|
|
@@ -245,7 +246,7 @@
|
|
|
245
246
|
"PASTE": "Paste",
|
|
246
247
|
"PENDING_REWARDS": "Pending Rewards",
|
|
247
248
|
"PENDING": "Pending",
|
|
248
|
-
"PERPETUALS_UNAVAILABLE_IN_US": "Perpetuals are not available to people or companies who are residents of, or are located, incorporated or have a registered agent in, the United States or a restricted territory. More details can be found in our
|
|
249
|
+
"PERPETUALS_UNAVAILABLE_IN_US": "Perpetuals are not available to people or companies who are residents of, or are located, incorporated or have a registered agent in, the United States or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}.",
|
|
249
250
|
"PERPETUALS": "Perpetuals",
|
|
250
251
|
"PNL": "P&L",
|
|
251
252
|
"POSITION": "Position",
|
|
@@ -1978,6 +1979,8 @@
|
|
|
1978
1979
|
"HIDE_STEPS": "Hide steps",
|
|
1979
1980
|
"IMPACT_NOTIONAL": "Impact notional",
|
|
1980
1981
|
"LIQUIDITY_TIER": "Liquidity tier",
|
|
1982
|
+
"LIST_A_NEW_MARKET": "List a new market",
|
|
1983
|
+
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
|
|
1981
1984
|
"MESSAGE_DETAILS": "Message details",
|
|
1982
1985
|
"MSG_CREATE_CLOB_PAIR": "Msg create clobPair",
|
|
1983
1986
|
"MSG_CREATE_ORACLE_MARKET": "Msg create oracle market",
|
|
@@ -2004,7 +2007,7 @@
|
|
|
2004
2007
|
"COMPLIANCE": {
|
|
2005
2008
|
"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}.",
|
|
2006
2009
|
"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}.",
|
|
2007
|
-
"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
|
|
2010
|
+
"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}."
|
|
2008
2011
|
}
|
|
2009
2012
|
},
|
|
2010
2013
|
"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
|
|
|
@@ -385,6 +385,7 @@ export const APP_STRING_KEYS = {
|
|
|
385
385
|
GASLESS_DEPOSITS: 'APP.GENERAL.GASLESS_DEPOSITS',
|
|
386
386
|
GAS_FEE: 'APP.GENERAL.GAS_FEE',
|
|
387
387
|
GENERAL: 'APP.GENERAL.GENERAL',
|
|
388
|
+
GET_DYDX_ON_PHONE: 'APP.GENERAL.GET_DYDX_ON_PHONE',
|
|
388
389
|
GOVERNANCE: 'APP.GENERAL.GOVERNANCE',
|
|
389
390
|
GO_BACK: 'APP.GENERAL.GO_BACK',
|
|
390
391
|
GO_TO_MARKET: 'APP.GENERAL.GO_TO_MARKET',
|
|
@@ -819,6 +820,8 @@ export const APP_STRING_KEYS = {
|
|
|
819
820
|
HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS',
|
|
820
821
|
IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL',
|
|
821
822
|
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
|
|
823
|
+
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
|
|
824
|
+
LIST_A_NEW_MARKET: 'APP.NEW_MARKET_WIDGET.LIST_A_NEW_MARKET',
|
|
822
825
|
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
|
|
823
826
|
MSG_CREATE_CLOB_PAIR: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_CLOB_PAIR',
|
|
824
827
|
MSG_CREATE_ORACLE_MARKET: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_ORACLE_MARKET',
|