vote.php 464 B

123456789101112131415
  1. <?php
  2. return [
  3. 'contract_num'=>'You must be holding a contract to vote',
  4. 'no_vote_m_id'=>'Please select',
  5. 'no_vote_num'=>'No votes available',
  6. 'num_ranking'=>'The investee must hold the top 100 coins for LNDO',
  7. 'yes_vote'=>'Voted successfully',
  8. 'no_vote_id'=>'Please choose to cancel your vote',
  9. 'no_vote'=>'Voting information error',
  10. 'no_vote_status'=>'Voting status error',
  11. 'yes_cancel'=>'Voting canceled successfully',
  12. ];