@dydxprotocol/v4-localization 1.1.142 → 1.1.143
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.
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
"EG": "e.g.",
|
|
134
134
|
"EMAIL": "Email",
|
|
135
135
|
"ENDED": "Ended",
|
|
136
|
+
"ENTERTAINMENT": "Entertainment",
|
|
136
137
|
"EQUITY": "Equity",
|
|
137
138
|
"EST_APR": "Est. {PERCENTAGE} APR",
|
|
138
139
|
"EST_GAS": "Est. Gas",
|
|
@@ -267,6 +268,7 @@
|
|
|
267
268
|
"QUERY_NOT_FOUND": "“{QUERY}” was not found",
|
|
268
269
|
"QUEUED": "Queued",
|
|
269
270
|
"RANKINGS": "Rankings",
|
|
271
|
+
"REAL_WORLD_ASSET_SHORT": "RWA",
|
|
270
272
|
"RECEIVE": "Receive",
|
|
271
273
|
"RECENT_TRADES_SHORT": "Trades",
|
|
272
274
|
"RECENT": "Recent",
|
|
@@ -2207,7 +2209,8 @@
|
|
|
2207
2209
|
"USER_MAX_ORDERS_FOR_TOP_EQUITY_TIER": "This order would put you over the limit of {LIMIT} open orders.",
|
|
2208
2210
|
"WOULD_NOT_REDUCE": "Your position would not be reduced if order is filled.",
|
|
2209
2211
|
"WOULD_NOT_REDUCE_UNCHECK": "Your position would not be reduced with this order. Please uncheck Reduce-Only if you would like to place your order.",
|
|
2210
|
-
"INVALID_GOOD_TIL_MAX_90_DAYS": "Good Til exceeds the maximum 90 days."
|
|
2212
|
+
"INVALID_GOOD_TIL_MAX_90_DAYS": "Good Til exceeds the maximum 90 days.",
|
|
2213
|
+
"POSITION_LEVERAGE_OVER_MAX": "Resulting position leverage would be over the maximum leverage for this market."
|
|
2211
2214
|
},
|
|
2212
2215
|
"TRADE_BOX_TITLE": {
|
|
2213
2216
|
"AMOUNT_INPUT_STEP_SIZE": "Step size",
|
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
|
|
|
@@ -359,6 +359,7 @@ export const APP_STRING_KEYS = {
|
|
|
359
359
|
EG: 'APP.GENERAL.EG',
|
|
360
360
|
EMAIL: 'APP.GENERAL.EMAIL',
|
|
361
361
|
ENDED: 'APP.GENERAL.ENDED',
|
|
362
|
+
ENTERTAINMENT: 'APP.GENERAL.ENTERTAINMENT',
|
|
362
363
|
EQUITY: 'APP.GENERAL.EQUITY',
|
|
363
364
|
ESTIMATED: 'APP.GENERAL.ESTIMATED',
|
|
364
365
|
EST_APR: 'APP.GENERAL.EST_APR',
|
|
@@ -489,6 +490,7 @@ export const APP_STRING_KEYS = {
|
|
|
489
490
|
QUERY_NOT_FOUND: 'APP.GENERAL.QUERY_NOT_FOUND',
|
|
490
491
|
QUEUED: 'APP.GENERAL.QUEUED',
|
|
491
492
|
RANKINGS: 'APP.GENERAL.RANKINGS',
|
|
493
|
+
REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
|
|
492
494
|
RECEIVE: 'APP.GENERAL.RECEIVE',
|
|
493
495
|
RECENT: 'APP.GENERAL.RECENT',
|
|
494
496
|
RECENTLY_LISTED: 'APP.GENERAL.RECENTLY_LISTED',
|