| 123456789101112131415 |
- <?php
- return [
- 'contract_num'=>'You must be holding a contract to vote',
- 'no_vote_m_id'=>'Please select',
- 'no_vote_num'=>'No votes available',
- 'num_ranking'=>'The investee must hold the top 100 coins for LNDO',
- 'yes_vote'=>'Voted successfully',
- 'no_vote_id'=>'Please choose to cancel your vote',
- 'no_vote'=>'Voting information error',
- 'no_vote_status'=>'Voting status error',
- 'yes_cancel'=>'Voting canceled successfully',
- ];
|