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