Skip to content

Commit

Permalink
add more staking keys (#519)
Browse files Browse the repository at this point in the history
* add keys

* 1.1.120
  • Loading branch information
moo-onthelawn authored Jun 11, 2024
1 parent 21a0809 commit dd5c31a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"EMAIL": "Email",
"ENDED": "Ended",
"EQUITY": "Equity",
"EST_APR": "Est. {PERCENTAGE} APR",
"EST_GAS": "Est. Gas",
"ESTIMATED": "Estimated",
"EXPAND_SECTION": "Expand section",
Expand Down Expand Up @@ -989,6 +990,7 @@
"AMOUNT_TO_STAKE": "Amount to Stake",
"SELECTED_VALIDATOR": "Selected Validator",
"ENTER_AMOUNT_TO_STAKE": "Enter amount to stake",
"KEPLR_DASHBOARD": "Keplr Dashboard",
"STAKED_BALANCE": "Staked Balance",
"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}."
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.119",
"version": "1.1.120",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export const APP_STRING_KEYS = {
ENDED: 'APP.GENERAL.ENDED',
EQUITY: 'APP.GENERAL.EQUITY',
ESTIMATED: 'APP.GENERAL.ESTIMATED',
EST_APR: 'APP.GENERAL.EST_APR',
EST_GAS: 'APP.GENERAL.EST_GAS',
EXPAND: 'APP.GENERAL.EXPAND',
EXPAND_SECTION: 'APP.GENERAL.EXPAND_SECTION',
Expand Down Expand Up @@ -1274,6 +1275,7 @@ export const APP_STRING_KEYS = {

AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.AMOUNT_TO_STAKE',
ENTER_AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.ENTER_AMOUNT_TO_STAKE',
KEPLR_DASHBOARD: 'APP.STAKE_MODAL.KEPLR_DASHBOARD',
SELECTED_VALIDATOR: 'APP.STAKE_MODAL.SELECTED_VALIDATOR',
STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
STAKE_DESCRIPTION: 'APP.STAKE_MODAL.STAKE_DESCRIPTION',
Expand Down

0 comments on commit dd5c31a

Please sign in to comment.