contract.php 983 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'no_lndo_num'=>'Please enter the number of contracts',
  4. 'no_coin_type'=>'Please select a contract type',
  5. 'lndo_num_legal_no'=>'LNDO quantity is illegal',
  6. 'no_contract_rule'=>'No such contract',
  7. 'lndo_num_no'=>'Insufficient LNDO',
  8. 'no_add_contract'=>'Contract addition failed',
  9. 'yes_add_contract'=>'Contract added successfully',
  10. 'no_contract'=>'The purchase contract is not yet open',
  11. 'max_lndo_num'=>'A maximum of 10 contracts should be held',
  12. 'max_lndo_num_legal_no'=>'The maximum quantity of the purchase contract is 10000 LNDO',
  13. 'a_lndo_num_legal_no'=>'Buy in multiples of 100',
  14. 'no_reserve_price'=>'Reservation price error',
  15. 'contract_id'=>'Lack of contract information',
  16. 'no_contract_info'=>'Contract information error',
  17. 'yes_revocation_contract'=>'Successful contract cancellation',
  18. 'contract_yy'=>'Contract Appointment Successful',
  19. 'no_y_add_contract'=>'Contract Appointment Successful',
  20. ];