install.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. return array (
  3. 'Install guide' => '安裝嚮導',
  4. 'Please chose language' => '請選擇語言',
  5. 'FeehiCMS license agreement' => 'FeehiCMS許可協議',
  6. 'Accept' => '接受',
  7. 'Decline' => '拒絕',
  8. 'Check Environment' => '檢查環境',
  9. 'Fill Info' => '填寫信息',
  10. 'Success' => '完成安裝',
  11. 'Environment' => '環境檢測',
  12. 'Recommends' => '推薦配置',
  13. 'Least Required' => '最低要求',
  14. 'OS' => '操作系統',
  15. 'Current' => '當前狀態',
  16. 'Unix-like' => '類Unix',
  17. 'Unrestricted' => '不限',
  18. 'Required' => '必須',
  19. 'Yes' => '是',
  20. 'No' => '否',
  21. 'Module' => '模塊',
  22. 'Directory File Permission' => '文件文件夾權限',
  23. 'Writable' => '可寫',
  24. 'Readable' => '可讀',
  25. 'Other' => '其他',
  26. 'Upload Limit' => '上傳限制',
  27. 'Refresh' => '重新檢測',
  28. 'Next' => '下一步',
  29. 'Forbidden' => '禁止上傳',
  30. 'Database' => '數據庫配置',
  31. 'Type' => '數據庫類型',
  32. 'Recommend MySQL' => '推薦MySQL',
  33. 'DB Host' => '數據庫地址',
  34. 'DB Port' => '數據庫端口',
  35. 'DB Username' => '數據庫用戶名',
  36. 'DB Password' => '數據庫密碼',
  37. 'Table Prefix' => '表前綴',
  38. 'DB Name' => '數據庫名',
  39. 'Website' => '網站配置',
  40. 'Title' => '網站標題',
  41. 'Site Url' => '網站地址',
  42. 'Keywords' => '網站關鍵詞',
  43. 'Description' => '網站描述',
  44. 'Administrator' => '管理員配置',
  45. 'Username' => '用戶名',
  46. 'Password' => '密碼',
  47. 'Re-password' => '重複密碼',
  48. 'Email' => '郵箱',
  49. 'Prev' => '上一步',
  50. 'Install' => '安裝',
  51. '{attribute} cannot be empty' => '{attribute}不能為空',
  52. 'Database Username' => '數據庫用戶名',
  53. 'Database Password' => '數據庫密碼',
  54. 'Database Name' => '數據庫名',
  55. 'Admin Username' => '管理員用戶名',
  56. 'Database table prefix' => '數據庫數據表前綴',
  57. 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => '數據庫地址, SQLite為路徑,如 /path/to/feehi.db,其他數據庫一般為localhost',
  58. 'Default MySQL 3306, PostgreSQL 5432' => '一般MySQL 3306, PostgreSQL 5432',
  59. 'Please end at "/"' => '請以 "/" 結尾',
  60. 'Admin Password' => '密碼',
  61. 'Repeat Password' => '重複密碼',
  62. 'Super administrator, own the whole permission' => '超級管理員,擁有所有權限',
  63. 'Verifying, do no refresh this window.' => '正在驗證配置,請勿刷新本頁',
  64. 'Cannot find database host' => '數據庫地址找不到',
  65. 'Repeat password is not equal password' => '兩次密碼輸入的不一致',
  66. 'Access to database `{database}` error. Maybe permission denied' => '使用數據庫發生錯誤,可能該賬號沒有使用{database}數據庫的權限',
  67. 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => '為了您站點的安全,安裝完成後即可將網站目錄下的“install”文件夾刪除!另請對common/config/main-local.php文件做好備份,以防丟失!',
  68. 'Congratulations! Success installed' => '恭喜您,安裝成功!',
  69. 'Create database error, please create yourself and retry' => '創建數據庫失敗,請手動創建後再試',
  70. 'Please check your environment to suite the cms' => '最低要求環境不滿足',
  71. ' If environment have been suit to the cms please check php session can set correctly' => '如果環境已滿足仍提示此錯誤,請檢查是否php的session是否能夠正確設置',
  72. 'Create table {table} finished' => '創建表{table}完成',
  73. 'Create table {table} index {index} finished' => '創建表{table}索引{index}完成',
  74. 'Insert table {table} data finished' => '導入表{table}數據完成',
  75. 'finished' => '完成',
  76. 'error' => '失敗',
  77. 'go Frontend' => '進入前台',
  78. 'go Backend' => '進入後台',
  79. 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => '已經安裝過了,如果想要重新安裝請刪除{lock_file}再試',
  80. 'Finish Install' => '完成安裝',
  81. 'Installing' => '正在安裝',
  82. '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數據庫配置',
  83. 'Touch install lock file {lock_file} failed,please touch file handled' => '創建安裝鎖文件{lock_file}失敗,請手動創建',
  84. );