config.php 2.6 KB

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