diff --git a/src/common/i18n/locales/hi-IN.json b/src/common/i18n/locales/hi-IN.json index aa61945..fa9a04e 100644 --- a/src/common/i18n/locales/hi-IN.json +++ b/src/common/i18n/locales/hi-IN.json @@ -638,7 +638,30 @@ "list_votes_description": "Returns all votes, starting with the specified voter and/or author and permlink.", "get_active_witnesses_description": "Returns the list of active witnesses.", "get_reward_funds_description": "Returns information about the current reward funds.", - "list_proposal_votes_description": "Returns all proposal votes, starting with the specified voter or proposal" + "list_proposal_votes_description": "Returns all proposal votes, starting with the specified voter or proposal", + "find_account_recovery_requests": "Returns a list of account recovery requests", + "find_change_recovery_account_requests": "Return a list of change recovery account requests", + "find_comments": "Find multiple content", + "find_decline_voting_rights_requests": "Find decline voting rights requests", + "find_escrows": "Find escrows from certain account", + "find_limit_orders": "Find market limit orders by account", + "find_owner_histories": "Find account ownership change history", + "find_savings_withdrawals": "Find withdraws from savings by account", + "find_hbd_conversion_requests": "Find HBD convert requests by account", + "find_vesting_delegation_expirations": "Returns the expiring vesting delegations for an account.", + "find_vesting_delegations": "Returns the list of vesting delegations for an account.", + "find_votes": "Returns all votes for the given content.", + "find_withdraw_vesting_routes": "Returns the list of vesting withdraw routes for an account.", + "find_witnesses": "Search for witnesses.", + "get_current_price_feed": "Returns the current price feed.", + "get_hardfork_properties": "Returns the current properties about the blockchain's hardforks.", + "get_reward_funds": "Returns information about the current reward funds.", + "list_account_recovery_requests": "Returns a list of account recovery requests", + "list_accounts": "List accounts ordered by specified key.", + "list_comments": "Returns all comments, starting with the specified options.", + "list_escrows": "Returns a list of escrows.", + "list_limit_orders": "Returns a list of limit orders.", + "list_owner_histories": "Returns a list of owner authority histories." }, "rc_api": { "title": "RC API",