config.php 2.9 KB

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'Basics' => '基础配置',
  4. 'Mail' => '邮件配置',
  5. 'Config group' => '配置分组',
  6. 'Site Name' => '站点名称',
  7. 'Backend entrance' => '自定义后台入口',
  8. 'Config Quick entrance' => '快捷配置入口',
  9. 'Record number' => '备案号',
  10. 'Version number' => '版本号',
  11. 'time zone' => '时区',
  12. 'No access ip' => '禁止访问IP',
  13. 'smtp server' => 'SMTP 服务器',
  14. 'smtp port' => 'SMTP 端口',
  15. 'smtp user' => 'SMTP 用户名',
  16. 'smtp pass' => 'SMTP 密码',
  17. 'smtp verification' => 'SMTP 验证方式',
  18. 'smtp sender mail' => 'SMTP 发件人邮箱',
  19. 'Variable name' => '变量名',
  20. 'Test mail sent successfully~' => '测试邮件发送成功~',
  21. 'This is a test email' => '这是一封测试邮件',
  22. 'Congratulations, receiving this email means that your email service has been configured correctly' => '恭喜您,收到此邮件代表您的邮件服务已配置正确;这是邮件主体 <b>在主体中可以使用Html!</b>',
  23. 'The current page configuration item was updated successfully' => '当前页配置项更新成功!',
  24. 'Backend entrance rule' => '后台入口请以 / 开头,且只包含数字和字母。',
  25. ];