@dydxprotocol/v4-localization 1.1.127 → 1.1.128
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.
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"CLICK_HERE": "Click here",
|
|
85
85
|
"CLOSE": "Close",
|
|
86
86
|
"COMING_SOON": "Coming soon",
|
|
87
|
+
"COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
|
|
87
88
|
"COMPETITION": "Competition",
|
|
88
89
|
"COMPETITIONS": "Competitions",
|
|
89
90
|
"CONFIRM_DEPOSIT": "Confirm deposit",
|
|
@@ -354,6 +355,7 @@
|
|
|
354
355
|
"VIEWS": "Views",
|
|
355
356
|
"VOLUME_30D": "Volume (30d)",
|
|
356
357
|
"VOTING_LIVE": "Voting live",
|
|
358
|
+
"VOTING_POWER": "Voting Power",
|
|
357
359
|
"WALLET_BALANCE": "Wallet Balance",
|
|
358
360
|
"WALLET": "Wallet",
|
|
359
361
|
"WEBSITE": "Website",
|
|
@@ -994,7 +996,9 @@
|
|
|
994
996
|
"KEPLR_DASHBOARD": "Keplr Dashboard",
|
|
995
997
|
"STAKED_BALANCE": "Staked Balance",
|
|
996
998
|
"GAS_FEE_GREATER_THAN_REWARD_ERROR": "Estimated gas fees are greater than the claimable reward value.",
|
|
997
|
-
"
|
|
999
|
+
"VALIDATORS_INFO_LINK": "For more information on validators, please visit {MINTSCAN_LINK}.",
|
|
1000
|
+
"STAKING_LEGAL_DISCLAIMER": "You are staking your assets to a validator node operated by a third party. The operator of this site is not responsible for such staking services provided by third parties. Stake to another validator with {KEPLR_DASHBOARD_LINK} or liquid stake with {STRIDE_LINK}.",
|
|
1001
|
+
"STAKING_LEGAL_DISCLAIMER_WITH_DEFAULT": "You are staking your assets to a validator node operated by a third party. The operator of this site is not responsible for such staking services provided by third parties. Default validator is selected based on unslashed, lowest stake weight from a pre-configured set. To liquid stake, please visit {STRIDE_LINK}."
|
|
998
1002
|
},
|
|
999
1003
|
"UNSTAKE_MODAL": {
|
|
1000
1004
|
"CURRENTLY_STAKING": "You're currently staking {AMOUNT}",
|
|
@@ -1734,11 +1738,11 @@
|
|
|
1734
1738
|
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
|
|
1735
1739
|
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address.",
|
|
1736
1740
|
"FAQ_HOW_DO_I_STAKE_AND_CLAIM_QUESTION": "How do I stake and claim staking rewards?",
|
|
1737
|
-
"FAQ_HOW_DO_I_STAKE_AND_CLAIM_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
|
|
1741
|
+
"FAQ_HOW_DO_I_STAKE_AND_CLAIM_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.",
|
|
1738
1742
|
"FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
|
|
1739
1743
|
"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}.",
|
|
1740
1744
|
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_QUESTION": "How is the pre-configured set of validators determined?",
|
|
1741
|
-
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER": "
|
|
1745
|
+
"FAQ_HOW_IS_THE_PRECONFIGURED_SET_OF_VALIDATORS_DETERMINED_ANSWER": "The pre-configured set of validators is used to determine the default validator to stake to. Please refer to this {DOCUMENT_LINK} for more information.",
|
|
1742
1746
|
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_QUESTION": "What are the risks of staking?",
|
|
1743
1747
|
"FAQ_WHAT_ARE_THE_RISKS_OF_STAKING_ANSWER": "Use of any DeFi protocol comes with risks. In the case of staking, it is important to understand that unstaking tokens takes 30 days, which means there is a period of illiquidity during which you will not be able to transfer your tokens, even in the case of protocol or market volatility. Additionally, users should do their own due diligence on validators before staking their assets with one. Validators who violate protocol rules may be penalized by having tokens staked to them slashed (i.e. burned) or being jailed which will prevent them from earning rewards. While the frontend selects the validator that tokens get staked to from a trusted set based on historical performance, there is no guarantee of a validator’s future conduct.",
|
|
1744
1748
|
"FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?",
|
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
|
|
|
@@ -309,6 +309,7 @@ export const APP_STRING_KEYS = {
|
|
|
309
309
|
CLICK_HERE: 'APP.GENERAL.CLICK_HERE',
|
|
310
310
|
CLOSE: 'APP.GENERAL.CLOSE',
|
|
311
311
|
COMING_SOON: 'APP.GENERAL.COMING_SOON',
|
|
312
|
+
COMMISSION_PERCENTAGE: 'APP.GENERAL.COMMISSION_PERCENTAGE',
|
|
312
313
|
COMPETITION: 'APP.GENERAL.COMPETITION',
|
|
313
314
|
COMPETITIONS: 'APP.GENERAL.COMPETITIONS',
|
|
314
315
|
CONFIRMED: 'APP.GENERAL.CONFIRMED',
|
|
@@ -612,6 +613,7 @@ export const APP_STRING_KEYS = {
|
|
|
612
613
|
VIEW_ORDERS_COUNT: 'APP.GENERAL.VIEW_ORDERS_COUNT',
|
|
613
614
|
VOLUME_30D: 'APP.GENERAL.VOLUME_30D',
|
|
614
615
|
VOTING_LIVE: 'APP.GENERAL.VOTING_LIVE',
|
|
616
|
+
VOTING_POWER: 'APP.GENERAL.VOTING_POWER',
|
|
615
617
|
WALLET: 'APP.GENERAL.WALLET',
|
|
616
618
|
WALLET_BALANCE: 'APP.GENERAL.WALLET_BALANCE',
|
|
617
619
|
WEBSITE: 'APP.GENERAL.WEBSITE',
|
|
@@ -1282,6 +1284,8 @@ export const APP_STRING_KEYS = {
|
|
|
1282
1284
|
STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
|
|
1283
1285
|
STAKE_DESCRIPTION: 'APP.STAKE_MODAL.STAKE_DESCRIPTION',
|
|
1284
1286
|
STAKING_LEGAL_DISCLAIMER: 'APP.STAKE_MODAL.STAKING_LEGAL_DISCLAIMER',
|
|
1287
|
+
STAKING_LEGAL_DISCLAIMER_WITH_DEFAULT: 'APP.STAKE_MODAL.STAKING_LEGAL_DISCLAIMER_WITH_DEFAULT',
|
|
1288
|
+
VALIDATORS_INFO_LINK: 'APP.STAKE_MODAL.VALIDATORS_INFO_LINK',
|
|
1285
1289
|
|
|
1286
1290
|
// STAKING_REWARDS
|
|
1287
1291
|
|