profile.php 1.2 KB

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Url' => '链接',
  4. 'Userame' => '用户名',
  5. 'Createtime' => '操作时间',
  6. 'Click to edit' => '点击编辑',
  7. 'Admin log' => '操作日志',
  8. 'Leave password blank if dont want to change' => '不修改密码请留空',
  9. 'Please input correct email' => '请输入正确的Email地址',
  10. 'Please input correct password' => '密码长度必须在6-30位之间,不能包含空格',
  11. 'Password must be 6 to 30 characters' => '密码长度必须在6-30位之间,不能包含空格',
  12. 'Email already exists' => '邮箱已经存在',
  13. 'Wrong configuration will cause server timeout when sending mail' => '错误的配置发送邮件会导致服务器超时',
  14. 'The default is 25 without encryption, 465 for SSL, and 587 for TLS' => '不加密默认25,SSL默认465,TLS默认587',
  15. 'Fill in the full user name' => '填写完整用户名',
  16. 'Fill in your password or authorization code' => '填写您的密码或授权码',
  17. ];