config.php 2.7 KB

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'Basics' => 'Basic configuration',
  4. 'Mail' => 'Mail configuration',
  5. 'Config group' => 'Configure grouping',
  6. 'Site Name' => 'Site name',
  7. 'Config Quick entrance' => 'Quick configuration entrance',
  8. 'Record number' => 'Record Number',
  9. 'Version number' => 'Version Number',
  10. 'time zone' => 'Time zone',
  11. 'No access ip' => 'No access IP',
  12. 'smtp server' => 'SMTP server',
  13. 'smtp port' => 'SMTP port',
  14. 'smtp user' => 'SMTP username',
  15. 'smtp pass' => 'SMTP password',
  16. 'smtp verification' => 'SMTP verification mode',
  17. 'smtp sender mail' => 'SMTP sender mailbox',
  18. 'Variable name' => 'variable name',
  19. 'Test mail sent successfully~' => 'Test message sent successfully',
  20. 'This is a test email' => 'This is a test email',
  21. 'Congratulations, receiving this email means that your email service has been configured correctly' => "Congratulations, when you receive this email, it means that your mail service is configures correctly. This is the email subject, <b>you can use HtmlL!</b> in the main body.",
  22. 'Backend entrance rule' => 'The background entry must start with / and contain only numbers and letters.',
  23. ];