@dydxprotocol/v4-localization 0.0.24 → 0.0.25
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.
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
"QUEUED": "Queued",
|
|
184
184
|
"QUERY_NOT_FOUND": "“{QUERY}” was not found",
|
|
185
185
|
"RANKINGS": "Rankings",
|
|
186
|
+
"RECEIVE": "Receive",
|
|
186
187
|
"RECENT": "Recent",
|
|
187
188
|
"RECENT_TRADES_SHORT": "Trades",
|
|
188
189
|
"REFERRAL_CODE": "Referral Code",
|
|
@@ -1426,7 +1427,8 @@
|
|
|
1426
1427
|
"TRANSFER_INVALID_DYDX_ADDRESS": "Invalid dYdX Chain address.",
|
|
1427
1428
|
"TRANSFER_INVALID_ETH_ADDRESS": "We could not find an account associated with this wallet address.",
|
|
1428
1429
|
"TRANSFER_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
|
|
1429
|
-
"TRANSFER_TO_YOURSELF": "You cannot complete a direct transfer to your own wallet address."
|
|
1430
|
+
"TRANSFER_TO_YOURSELF": "You cannot complete a direct transfer to your own wallet address.",
|
|
1431
|
+
"TRANSFER_INSUFFICIENT_GAS": "The USDC balance {USDC_BALANCE} in your chain wallet may not cover the transaction fees. Please deposit additional funds."
|
|
1430
1432
|
}
|
|
1431
1433
|
},
|
|
1432
1434
|
"WARNINGS": {
|
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
|
|
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
|
QUERY_NOT_FOUND: 'APP.GENERAL.QUERY_NOT_FOUND',
|
|
454
454
|
QUEUED: 'APP.GENERAL.QUEUED',
|
|
455
455
|
RANKINGS: 'APP.GENERAL.RANKINGS',
|
|
456
|
+
RECEIVE: 'APP.GENERAL.RECEIVE',
|
|
456
457
|
RECENT: 'APP.GENERAL.RECENT',
|
|
457
458
|
RECENT_TRADES_SHORT: 'APP.GENERAL.RECENT_TRADES_SHORT',
|
|
458
459
|
REFERRALS: 'APP.GENERAL.REFERRALS',
|
|
@@ -1457,6 +1458,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1457
1458
|
|
|
1458
1459
|
// TRANSFER_MODAL
|
|
1459
1460
|
|
|
1461
|
+
TRANSFER_INSUFFICIENT_GAS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INSUFFICIENT_GAS',
|
|
1460
1462
|
TRANSFER_INVALID_DYDX_ADDRESS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INVALID_DYDX_ADDRESS',
|
|
1461
1463
|
TRANSFER_INVALID_ETH_ADDRESS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INVALID_ETH_ADDRESS',
|
|
1462
1464
|
TRANSFER_MORE_THAN_FREE: 'ERRORS.TRANSFER_MODAL.TRANSFER_MORE_THAN_FREE',
|