2018-11-08 12:11:42 +03:00

45 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'next' => '下一步',
'refresh' => '重新整理',
'steps' => [
'requirements' => '請詢問您的主機供應商以修復這些錯誤!',
'language' => '步驟一:選擇語系',
'database' => '步驟二:設定資料庫',
'settings' => '步驟三:公司與管理員資訊',
],
'language' => [
'select' => '選擇語系',
],
'requirements' => [
'enabled' => ':feature 必須啟動!',
'disabled' => ':feature 必須關閉!',
'extension' => '必須安裝並載入 :extension ',
'directory' => ':directory 必須可寫入!',
],
'database' => [
'hostname' => '主機名稱',
'username' => '使用者名稱',
'password' => '密碼',
'name' => '資料庫',
],
'settings' => [
'company_name' => '公司名稱',
'company_email' => '公司電子郵件',
'admin_email' => '管理員電子郵件',
'admin_password' => '管理員密碼',
],
'error' => [
'connection' => '錯誤:無法連線到資料庫!請確認所提供的資訊正確無誤。',
],
];