install.php 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?php
  2. /**
  3. * Author: lf
  4. * Blog: https://blog.feehi.com
  5. * Email: job@feehi.com
  6. * Created at: 2016-10-20 11:49
  7. */
  8. return [
  9. 'Install guide' => '安装向导',
  10. 'Please chose language' => '请选择语言',
  11. 'FeehiCMS license agreement' => 'FeehiCMS许可协议',
  12. 'Accept' => '接受',
  13. 'Decline' => '拒绝',
  14. 'Check Environment' => '检查环境',
  15. 'Fill Info' => '填写信息',
  16. 'Success' => '完成安装',
  17. 'Environment' => '环境检测',
  18. 'Recommends' => '推荐配置',
  19. 'Least Required' => '最低要求',
  20. 'OS' => '操作系统',
  21. 'Current' => '当前状态',
  22. 'Unix-like' => '类Unix',
  23. 'Unrestricted' => '不限',
  24. 'Required' => '必须',
  25. 'Yes' => '是',
  26. 'No' => '否',
  27. 'Module' => '模块',
  28. 'Directory File Permission' => '文件文件夹权限',
  29. 'Writable' => '可写',
  30. 'Readable' => '可读',
  31. 'Other' => '其他',
  32. 'Upload Limit' => '上传限制',
  33. 'Refresh' => '重新检测',
  34. 'Next' => '下一步',
  35. 'Forbidden' => '禁止上传',
  36. 'Database' => '数据库配置',
  37. 'Type' => '数据库类型',
  38. 'Recommend MySQL' => '推荐MySQL',
  39. 'DB Host' => '数据库地址',
  40. 'DB Port' => '数据库端口',
  41. 'DB Username' => '数据库用户名',
  42. 'DB Password' => '数据库密码',
  43. 'Table Prefix' => '表前缀',
  44. 'DB Name' => '数据库名',
  45. 'Website' => '网站配置',
  46. 'Title' => '网站标题',
  47. 'Site Url' => '网站地址',
  48. 'Keywords' => '网站关键词',
  49. 'Description' => '网站描述',
  50. 'Administrator' => '管理员配置',
  51. 'Username' => '用户名',
  52. 'Password' => '密码',
  53. 'Re-password' => '重复密码',
  54. 'Email' => '邮箱',
  55. 'Prev' => '上一步',
  56. 'Install' => '安装',
  57. '{attribute} cannot be empty' => "{attribute}不能为空",
  58. 'Database Username' => '数据库用户名',
  59. 'Database Password' => '数据库密码',
  60. 'Database Name' => '数据库名',
  61. 'Admin Username' => '管理员用户名',
  62. 'Database table prefix' => '数据库数据表前缀',
  63. 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => '数据库地址, SQLite为路径,如 /path/to/feehi.db,其他数据库一般为localhost',
  64. 'Default MySQL 3306, PostgreSQL 5432' => '一般MySQL 3306, PostgreSQL 5432',
  65. 'Please end at "/"' => '请以 "/" 结尾',
  66. 'Admin Password' => '密码',
  67. 'Repeat Password' => '重复密码',
  68. 'Super administrator, own the whole permission' => '超级管理员,拥有所有权限',
  69. 'Verifying, do no refresh this window.' => '正在验证配置,请勿刷新本页',
  70. 'Cannot find database host' => '数据库地址找不到',
  71. 'Repeat password is not equal password' => '两次密码输入的不一致',
  72. 'Access to database `{database}` error. Maybe permission denied' => '使用数据库发生错误,可能该账号没有使用{database}数据库的权限',
  73. 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => '为了您站点的安全,安装完成后即可将网站目录下的“install”文件夹删除!另请对common/config/main-local.php文件做好备份,以防丢失!',
  74. 'Congratulations! Success installed' => '恭喜您,安装成功!',
  75. 'Create database error, please create yourself and retry' => '创建数据库失败,请手动创建后再试',
  76. 'Please check your environment to suite the cms' => '最低要求环境不满足',
  77. ' If environment have been suit to the cms please check php session can set correctly' => '如果环境已满足仍提示此错误,请检查是否php的session是否能够正确设置',
  78. 'Create table {table} finished' => '创建表{table}完成',
  79. 'Create table {table} index {index} finished' => '创建表{table}索引{index}完成 ',
  80. 'Insert table {table} data finished' => '导入表{table}数据完成',
  81. 'finished' => '完成',
  82. 'error' => '失败',
  83. 'go Frontend' => '进入前台',
  84. 'go Backend' => '进入后台',
  85. 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => '已经安装过了,如果想要重新安装请删除{lock_file}再试',
  86. 'Finish Install' => '完成安装',
  87. 'Installing' => '正在安装',
  88. 'Installed success;but update write config file error.please update common/config/main-local.php components db section.' => "安装成功,修改配置文件common/config/main-local.php失败,请手动修改components db数据库配置",
  89. "Touch install lock file {lock_file} failed,please touch file handled" => "创建安装锁文件{lock_file}失败,请手动创建",
  90. ];