@dydxprotocol/v4-localization 1.1.112 → 1.1.114
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.
- package/config/localization/en/app.json +20 -2
- package/package.json +1 -1
- package/scripts/generated/app.ts +19 -17
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"LAUNCH_INCENTIVES_DESCRIPTION": "Earn trading rewards each season. View how you compare to other traders and view past seasons on the leaderboard.",
|
|
1106
1106
|
"LAUNCH_INCENTIVES_SEASON_BEGINS_SOON": "Season {SEASON_NUMBER} begins soon!",
|
|
1107
1107
|
"LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
|
|
1108
|
-
"LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
|
|
1108
|
+
"LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
|
|
1109
1109
|
"LAUNCH_INCENTIVES_SEASON_SUMMARY": "{NUM_POINTS} received during Season {SEASON_NUMBER}, which ended on {PAST_DATE}.",
|
|
1110
1110
|
"LEADERBOARD": "Leaderboard",
|
|
1111
1111
|
"LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
|
|
@@ -1697,7 +1697,8 @@
|
|
|
1697
1697
|
"STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
|
|
1698
1698
|
"STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
|
|
1699
1699
|
"STAKING_REWARDS": "Staking Rewards",
|
|
1700
|
-
"STAKING_REWARDS_AVAILABLE": "Staking Rewards Available"
|
|
1700
|
+
"STAKING_REWARDS_AVAILABLE": "Staking Rewards Available",
|
|
1701
|
+
"AVAILABLE_IN_DAYS": "Available in {DAYS} days"
|
|
1701
1702
|
},
|
|
1702
1703
|
"TOKEN_GOVERNANCE": {
|
|
1703
1704
|
"GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own.",
|
|
@@ -2060,6 +2061,23 @@
|
|
|
2060
2061
|
"V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
|
|
2061
2062
|
},
|
|
2062
2063
|
"ERRORS": {
|
|
2064
|
+
"BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds or update gas currency in Preferences.",
|
|
2065
|
+
"BROADCAST_ERROR_CLOB_2000": "Fill Or Kill order could not be fully filled.",
|
|
2066
|
+
"BROADCAST_ERROR_CLOB_2001": "Reduce-only orders cannot increase the position size.",
|
|
2067
|
+
"BROADCAST_ERROR_CLOB_2002": "Reduce-only orders cannot change the position side.",
|
|
2068
|
+
"BROADCAST_ERROR_CLOB_2003": "Post-only order would cross one or more maker orders.",
|
|
2069
|
+
"BROADCAST_ERROR_CLOB_2005": "Order would violate isolated subaccount constraints.",
|
|
2070
|
+
"BROADCAST_ERROR_CLOB_3000": "Invalid order flags.",
|
|
2071
|
+
"BROADCAST_ERROR_CLOB__3001": "Invalid order goodTilBlockTime.",
|
|
2072
|
+
"BROADCAST_ERROR_CLOB_3002": "Stateful orders cannot require immediate execution.",
|
|
2073
|
+
"BROADCAST_ERROR_CLOB_3003": "The block time is greater than the GoodTilBlockTime of the message. Please refresh the page and try again.",
|
|
2074
|
+
"BROADCAST_ERROR_CLOB_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future. Please refresh the page and try again.",
|
|
2075
|
+
"BROADCAST_ERROR_CLOB_3005": "Existing stateful order has higher-or-equal priority than the new one.",
|
|
2076
|
+
"BROADCAST_ERROR_CLOB_3006": "Stateful order does not exist.",
|
|
2077
|
+
"BROADCAST_ERROR_CLOB_3007": "Stateful order collateralization check failed.",
|
|
2078
|
+
"BROADCAST_ERROR_CLOB_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
|
|
2079
|
+
"BROADCAST_ERROR_CLOB_3009": "Stateful order was previously removed and therefore cannot be placed.",
|
|
2080
|
+
"BROADCAST_ERROR_CLOB_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
|
|
2063
2081
|
"BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled.",
|
|
2064
2082
|
"BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size.",
|
|
2065
2083
|
"BROADCAST_ERROR_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
|
|
|
@@ -1280,6 +1280,7 @@ export const APP_STRING_KEYS = {
|
|
|
1280
1280
|
|
|
1281
1281
|
// STAKING_REWARDS
|
|
1282
1282
|
|
|
1283
|
+
AVAILABLE_IN_DAYS: 'APP.STAKING_REWARDS.AVAILABLE_IN_DAYS',
|
|
1283
1284
|
CLAIM_STAKING_REWARDS: 'APP.STAKING_REWARDS.CLAIM_STAKING_REWARDS',
|
|
1284
1285
|
CLAIM_USDC_AMOUNT: 'APP.STAKING_REWARDS.CLAIM_USDC_AMOUNT',
|
|
1285
1286
|
EARN_APR: 'APP.STAKING_REWARDS.EARN_APR',
|
|
@@ -1711,22 +1712,23 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1711
1712
|
VALIDATOR_ALERT: 'ERRORS.API_STATUS.VALIDATOR_ALERT',
|
|
1712
1713
|
VALIDATOR_DOWN: 'ERRORS.API_STATUS.VALIDATOR_DOWN',
|
|
1713
1714
|
VALIDATOR_HALTED: 'ERRORS.API_STATUS.VALIDATOR_HALTED',
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1715
|
+
BROADCAST_ERROR_CLOB_10001: 'ERRORS.BROADCAST_ERROR_CLOB_10001',
|
|
1716
|
+
BROADCAST_ERROR_CLOB_2000: 'ERRORS.BROADCAST_ERROR_CLOB_2000',
|
|
1717
|
+
BROADCAST_ERROR_CLOB_2001: 'ERRORS.BROADCAST_ERROR_CLOB_2001',
|
|
1718
|
+
BROADCAST_ERROR_CLOB_2002: 'ERRORS.BROADCAST_ERROR_CLOB_2002',
|
|
1719
|
+
BROADCAST_ERROR_CLOB_2003: 'ERRORS.BROADCAST_ERROR_CLOB_2003',
|
|
1720
|
+
BROADCAST_ERROR_CLOB_2005: 'ERRORS.BROADCAST_ERROR_CLOB_2005',
|
|
1721
|
+
BROADCAST_ERROR_CLOB_3000: 'ERRORS.BROADCAST_ERROR_CLOB_3000',
|
|
1722
|
+
BROADCAST_ERROR_CLOB_3002: 'ERRORS.BROADCAST_ERROR_CLOB_3002',
|
|
1723
|
+
BROADCAST_ERROR_CLOB_3003: 'ERRORS.BROADCAST_ERROR_CLOB_3003',
|
|
1724
|
+
BROADCAST_ERROR_CLOB_3004: 'ERRORS.BROADCAST_ERROR_CLOB_3004',
|
|
1725
|
+
BROADCAST_ERROR_CLOB_3005: 'ERRORS.BROADCAST_ERROR_CLOB_3005',
|
|
1726
|
+
BROADCAST_ERROR_CLOB_3006: 'ERRORS.BROADCAST_ERROR_CLOB_3006',
|
|
1727
|
+
BROADCAST_ERROR_CLOB_3007: 'ERRORS.BROADCAST_ERROR_CLOB_3007',
|
|
1728
|
+
BROADCAST_ERROR_CLOB_3008: 'ERRORS.BROADCAST_ERROR_CLOB_3008',
|
|
1729
|
+
BROADCAST_ERROR_CLOB_3009: 'ERRORS.BROADCAST_ERROR_CLOB_3009',
|
|
1730
|
+
BROADCAST_ERROR_CLOB__3001: 'ERRORS.BROADCAST_ERROR_CLOB__3001',
|
|
1731
|
+
BROADCAST_ERROR_SDK_5: 'ERRORS.BROADCAST_ERROR_SDK_5',
|
|
1730
1732
|
|
|
1731
1733
|
// DEPOSIT_MODAL
|
|
1732
1734
|
|