@dydxprotocol/v4-localization 1.1.138 → 1.1.140
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.
|
@@ -993,7 +993,8 @@
|
|
|
993
993
|
"WITHDRAW_IRREVERSIBLE": "Initiating a withdraw is irreversible."
|
|
994
994
|
},
|
|
995
995
|
"STAKE_MODAL": {
|
|
996
|
-
"
|
|
996
|
+
"INSUFFICIENT_STAKE_BALANCE": "Wallet balance is insufficient to cover the transaction fees.",
|
|
997
|
+
"STAKE_DESCRIPTION": "Stake your DYDX to receive rewards in USDC. Unstaking will take 30 days to complete.",
|
|
997
998
|
"AMOUNT_TO_STAKE": "Amount to Stake",
|
|
998
999
|
"SELECTED_VALIDATOR": "Selected Validator",
|
|
999
1000
|
"ENTER_AMOUNT_TO_STAKE": "Enter amount to stake",
|
|
@@ -1015,6 +1016,14 @@
|
|
|
1015
1016
|
"VALIDATOR": "Validator",
|
|
1016
1017
|
"UNSTAKING_PERIOD_DESCRIPTION": "The unstaking period can take up to 30 days and you will not earn rewards on this balance."
|
|
1017
1018
|
},
|
|
1019
|
+
"STAKE_CONFIRMATION_MODAL": {
|
|
1020
|
+
"CONFIRM_STAKE": "Confirm Stake",
|
|
1021
|
+
"STAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will start earning rewards in USDC. Remember, unstaking will take 30 days to complete."
|
|
1022
|
+
},
|
|
1023
|
+
"UNSTAKE_CONFIRMATION_MODAL": {
|
|
1024
|
+
"CONFIRM_UNSTAKE": "Confirm Unstake",
|
|
1025
|
+
"UNSTAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will stop earning rewards on the staked amount. All unclaimed rewards from this validator will automatically be claimed. Unstaking will take 30 days to complete."
|
|
1026
|
+
},
|
|
1018
1027
|
"FEEDBACK_MODAL": {
|
|
1019
1028
|
"FEEDBACK_PLACEHOLDER": "Tell us how we can build a better trading experience for you. For questions or bug reports, please use the help chat.",
|
|
1020
1029
|
"GIVE_FEEDBACK": "Give feedback"
|
|
@@ -1744,10 +1753,10 @@
|
|
|
1744
1753
|
"TRADING_REWARDS_LEGAL_DISCLAIMER": "Governance, rewards, and staking related services are provided to you directly by third parties, who are independent from and unaffiliated with the host and operator of this interface (the “Operator”), on third-party sites, without involvement of the Operator. You agree that you are familiar with the {TERMS_OF_USE_LINK} and understand the risks associated with these services, including variable reward rates, slashing and other risks inherent in staking. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You are solely responsible for conducting independent research, due diligence and seeking advice from a professional advisor prior to taking any action related to the services.",
|
|
1745
1754
|
"REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.",
|
|
1746
1755
|
"EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
|
|
1747
|
-
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
|
|
1756
|
+
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my trading rewards?",
|
|
1748
1757
|
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address.",
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1758
|
+
"FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_QUESTION": "How do I stake and claim staking rewards?",
|
|
1759
|
+
"FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_ANSWER": "To stake, click the “Stake” button and input the amount of tokens you would like to stake. A validator from a set of validators in good standing with the community will automatically be selected based on which eligible validator has the fewest tokens staked and has never been slashed. To claim staking rewards, click the “Claim” button whenever USDC rewards are available. The claimed USDC rewards will be deposited into your account so that you may trade instantly! Note that there is a gas fee to claim USDC rewards. See more {HERE_LINK}.",
|
|
1751
1760
|
"FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
|
|
1752
1761
|
"FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER": "Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader. Read more {HERE_LINK}.",
|
|
1753
1762
|
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION": "How is the pre-configured set of validators determined?",
|
|
@@ -2088,7 +2097,7 @@
|
|
|
2088
2097
|
"V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
|
|
2089
2098
|
},
|
|
2090
2099
|
"ERRORS": {
|
|
2091
|
-
"BROADCAST_ERROR_SDK_5": "
|
|
2100
|
+
"BROADCAST_ERROR_SDK_5": "Wallet balance is insufficient to cover the transaction fees; please deposit additional funds.",
|
|
2092
2101
|
"BROADCAST_ERROR_CLOB_2000": "Fill Or Kill order could not be fully filled.",
|
|
2093
2102
|
"BROADCAST_ERROR_CLOB_2001": "Reduce-only orders cannot increase the position size.",
|
|
2094
2103
|
"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 codegen_localization_app.swift
|
|
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,11 +1280,17 @@ export const APP_STRING_KEYS = {
|
|
|
1280
1280
|
WAIT_SECONDS_SINGULAR: 'APP.SIGN_INTO_MOBILE.WAIT_SECONDS_SINGULAR',
|
|
1281
1281
|
WHILE_ONBOARDING: 'APP.SIGN_INTO_MOBILE.WHILE_ONBOARDING',
|
|
1282
1282
|
|
|
1283
|
+
// STAKE_CONFIRMATION_MODAL
|
|
1284
|
+
|
|
1285
|
+
CONFIRM_STAKE: 'APP.STAKE_CONFIRMATION_MODAL.CONFIRM_STAKE',
|
|
1286
|
+
STAKE_CONFIRMATION_DESCRIPTOR: 'APP.STAKE_CONFIRMATION_MODAL.STAKE_CONFIRMATION_DESCRIPTOR',
|
|
1287
|
+
|
|
1283
1288
|
// STAKE_MODAL
|
|
1284
1289
|
|
|
1285
1290
|
AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.AMOUNT_TO_STAKE',
|
|
1286
1291
|
ENTER_AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.ENTER_AMOUNT_TO_STAKE',
|
|
1287
1292
|
GAS_FEE_GREATER_THAN_REWARD_ERROR: 'APP.STAKE_MODAL.GAS_FEE_GREATER_THAN_REWARD_ERROR',
|
|
1293
|
+
INSUFFICIENT_STAKE_BALANCE: 'APP.STAKE_MODAL.INSUFFICIENT_STAKE_BALANCE',
|
|
1288
1294
|
KEPLR_DASHBOARD: 'APP.STAKE_MODAL.KEPLR_DASHBOARD',
|
|
1289
1295
|
SELECTED_VALIDATOR: 'APP.STAKE_MODAL.SELECTED_VALIDATOR',
|
|
1290
1296
|
STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
|
|
@@ -1605,8 +1611,8 @@ export const APP_STRING_KEYS = {
|
|
|
1605
1611
|
EVENT: 'APP.TRADING_REWARDS.EVENT',
|
|
1606
1612
|
FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER',
|
|
1607
1613
|
FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION',
|
|
1608
|
-
|
|
1609
|
-
|
|
1614
|
+
FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_ANSWER',
|
|
1615
|
+
FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_STAKE_AND_CLAIM_REWARDS_QUESTION',
|
|
1610
1616
|
FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER',
|
|
1611
1617
|
FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION',
|
|
1612
1618
|
FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER',
|
|
@@ -1648,6 +1654,11 @@ export const APP_STRING_KEYS = {
|
|
|
1648
1654
|
TP_LIMIT: 'APP.TRIGGERS_MODAL.TP_LIMIT',
|
|
1649
1655
|
TP_PRICE: 'APP.TRIGGERS_MODAL.TP_PRICE',
|
|
1650
1656
|
|
|
1657
|
+
// UNSTAKE_CONFIRMATION_MODAL
|
|
1658
|
+
|
|
1659
|
+
CONFIRM_UNSTAKE: 'APP.UNSTAKE_CONFIRMATION_MODAL.CONFIRM_UNSTAKE',
|
|
1660
|
+
UNSTAKE_CONFIRMATION_DESCRIPTOR: 'APP.UNSTAKE_CONFIRMATION_MODAL.UNSTAKE_CONFIRMATION_DESCRIPTOR',
|
|
1661
|
+
|
|
1651
1662
|
// UNSTAKE_MODAL
|
|
1652
1663
|
|
|
1653
1664
|
AMOUNT_TO_UNSTAKE: 'APP.UNSTAKE_MODAL.AMOUNT_TO_UNSTAKE',
|