<ping-token-convert chain-name="{{ chainName }}" endpoint="{{endpoint}}" hd-path="{{hdPath}}"/>
<label for="PingTokenConvert" class="btn btn-sm">Buy {{chainName.toUpperCase()}}</label>
diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json
index 6c6e89ce..679b999e 100644
--- a/src/plugins/i18n/locales/en.json
+++ b/src/plugins/i18n/locales/en.json
@@ -168,5 +168,108 @@
"time": "Time",
"btn_out": "Out",
"btn_in": "In"
+ },
+ "staking": {
+ "infalation": "Infalation",
+ "unbonding_time": "Unbonding Time",
+ "double_sign_slashing": "Double Sign Slashing",
+ "downtime_slashing": "Downtime Slashing",
+ "popular": "Popular",
+ "active": "Active",
+ "inactive": "Inactive",
+ "rank": "Rank",
+ "validator": "Validator",
+ "voting_power": "Voting Power",
+ "24h_changes": "24h Changes",
+ "commission": "Commission",
+ "actions": "Actions",
+ "jailed": "Jailed",
+ "top": "Top",
+ "description": "Delegating to lower-rank validators will increase the overall security of the network",
+ "about_us": "About Us",
+ "website": "Website",
+ "contact": "Contact",
+ "validator_status": "Validator Status",
+ "status": "Status",
+ "total_bonded": "Total Bonded Tokens",
+ "self_bonded": "Self Bonded",
+ "min_self": "Min Self Delegation",
+ "annual_profit": "Annual Profit",
+ "unbonding_height": "Unbonding Height",
+ "commissions_&_rewards": "Commissions & Rewards",
+ "commissions": "Commissions",
+ "outstanding": "Outstanding",
+ "addresses": "Addresses",
+ "account_addr": "Account Address",
+ "operator_addr": "Operator Address",
+ "hex_addr": "Hex Address",
+ "signer_addr": "Signer Address",
+ "consensus_pub_key": "Consensus Public Key"
+ },
+ "statesync": {
+ "title": "What's State Sync?",
+ "title_2": "Starting New Node From State Sync",
+ "title_3": "Enable Snapshot For State Sync",
+ "description": "The Tendermint Core 0.34 release includes support for state sync, which allows a new node to join a network by fetching a snapshot of the application state at a recent height instead of fetching and replaying all historical blocks. This can reduce the time needed to sync with the network from days to minutes. Click",
+ "here": "Here",
+ "version": "Version",
+ "for_more_info": "For more infomation",
+ "text_1": "Install Binary",
+ "text_1_1": "We need to install the binary first and make sure that the version is the one currently in use on mainnet",
+ "text_2": "Enable State Sync",
+ "text_2_1": "We can configure Tendermint to use state sync in $DAEMON_HOME/config/config.toml",
+ "text_3": "Start the daemon",
+ "text_3_1": "If you are resetting node, run",
+ "text_3_2": "before you start the daemon",
+ "text_title_3": "To make state sync works, we can enable snapshot in $DAEMON_HOME/config/app.toml"
+ },
+ "tx": {
+ "title": "Summary",
+ "tx_hash": "Tx Hash",
+ "gas": "Gas",
+ "fee": "Fee",
+ "memo": "Memo",
+ "no_messages": "No messages"
+ },
+ "uptime": {
+ "overall": "Overall",
+ "customize": "Customize",
+ "only_consumer_set": "Only Consumer Set",
+ "last_jailed_time": "Last Jailed Time",
+ "signed_precommits": "Signed Precommits",
+ "start_height": "Start Height",
+ "tombstoned": "Tombstoned",
+ "minimum_uptime": "Minimum uptime per window",
+ "my_validators": "My Validators",
+ "add_validators_monitor": "Add validators you want to monitor",
+ "no": "No",
+ "signed_blocks": "Signed Blocks",
+ "missing_blocks": "Missing Blocks",
+ "add_validators": "Add Validators",
+ "add": "Add"
+ },
+ "widget": {
+ "title": "Initial Setting",
+ "endpoint": "Endpoint",
+ "select_endpoint": "Select Endpoint",
+ "text_1": "Import global script",
+ "text_2": "Connect Wallet",
+ "text_3": "Osmosis Convert"
+ },
+ "index": {
+ "rank": "Rank",
+ "price_calculator": "Price Calculator",
+ "close": "Close",
+ "buy": "Buy",
+ "active_proposals": "Active Proposals",
+ "no_active_proposals": "No active proposals",
+ "more": "More",
+ "reward": "Reward",
+ "unbonding": "Unbonding",
+ "btn_withdraw_reward": "Withdraw Rewards",
+ "btn_swap": "Swap",
+ "receive": "Receive",
+ "app_versions": "Application Versions",
+ "node_info": "Node Information"
}
}