@dydxprotocol/v4-localization 1.1.132 → 1.1.133
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.
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
"V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
|
|
2083
2083
|
},
|
|
2084
2084
|
"ERRORS": {
|
|
2085
|
-
"BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds
|
|
2085
|
+
"BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds.",
|
|
2086
2086
|
"BROADCAST_ERROR_CLOB_2000": "Fill Or Kill order could not be fully filled.",
|
|
2087
2087
|
"BROADCAST_ERROR_CLOB_2001": "Reduce-only orders cannot increase the position size.",
|
|
2088
2088
|
"BROADCAST_ERROR_CLOB_2002": "Reduce-only orders cannot change the position side.",
|
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
|
|
|
@@ -363,6 +363,7 @@ export const APP_STRING_KEYS = {
|
|
|
363
363
|
ESTIMATED: 'APP.GENERAL.ESTIMATED',
|
|
364
364
|
EST_APR: 'APP.GENERAL.EST_APR',
|
|
365
365
|
EST_GAS: 'APP.GENERAL.EST_GAS',
|
|
366
|
+
EST_REWARDS: 'APP.GENERAL.EST_REWARDS',
|
|
366
367
|
EXPAND: 'APP.GENERAL.EXPAND',
|
|
367
368
|
EXPAND_SECTION: 'APP.GENERAL.EXPAND_SECTION',
|
|
368
369
|
FAST_WITHDRAW: 'APP.GENERAL.FAST_WITHDRAW',
|