en.php 1.1 KB

12345678910111213
  1. <?php
  2. return [
  3. 'Invalid parameters' => 'Invalid parameters',
  4. 'Please bind your superior first' => 'Please bind your superior first',
  5. 'The recommender cannot be yourself please re-bind to your superior' => 'The recommender cannot be yourself please re-bind to your superior',
  6. 'The invitation code is invalid, please manually bind your superior' => 'he invitation code is invalid, please manually bind your superior',
  7. 'Your account has been locked please contact customer service' => 'Your account has been locked please contact customer service。',
  8. 'The withdrawal amount must be greater than 0' => 'The withdrawal amount must be greater than 0',
  9. 'The withdrawal amount cannot be less than' => 'The withdrawal amount cannot be less than',
  10. 'Withdrawal failed, please contact customer service.' => 'Withdrawal failed, please contact customer service.',
  11. 'Signature verification failed' => 'ignature verification failed',
  12. ];