diff --git a/install/lang/zh_tw/error.php b/install/lang/zh_tw/error.php index 06391c39f6c..ae3cd1d4e1c 100644 --- a/install/lang/zh_tw/error.php +++ b/install/lang/zh_tw/error.php @@ -37,16 +37,17 @@ $string['cannotcreatelangdir'] = '無法建立語言資料夾。'; $string['cannotcreatetempdir'] = '無法建立暫存資料夾。'; $string['cannotdownloadcomponents'] = '無法下載元件。'; $string['cannotdownloadzipfile'] = '無法下載 ZIP 檔案。'; -$string['cannotfindcomponent'] = '找不到元件。'; -$string['cannotsavemd5file'] = '無法儲存 md5 檔案。'; -$string['cannotsavezipfile'] = '無法儲存 ZIP 檔案。'; -$string['cannotunzipfile'] = '無法解壓縮檔案。'; -$string['componentisuptodate'] = '元件已經是最新的了。'; +$string['cannotfindcomponent'] = '找不到元件'; +$string['cannotsavemd5file'] = '無法儲存 md5 檔案'; +$string['cannotsavezipfile'] = '無法儲存 ZIP 檔案'; +$string['cannotunzipfile'] = '無法將檔案解壓縮'; +$string['componentisuptodate'] = '元件已經是最新的了'; $string['dmlexceptiononinstall'] = '
資料庫有誤 [{$a->錯誤碼}].
{$a->排除故障資訊}
下載元件到你的伺服器已經失敗,請檢查代理伺服器的設定、高度建議安裝PHP cURL擴展。
+您必須手動下載{$a->url}檔案,並且複製到你的伺服器的"{$a->dest}",並在那兒解壓縮。
'; +$string['wrongdestpath'] = '錯誤的目的路徑'; +$string['wrongsourcebase'] = '錯誤的來源網址基礎'; +$string['wrongzipfilename'] = '錯誤的 ZIP 檔名'; diff --git a/install/lang/zh_tw/install.php b/install/lang/zh_tw/install.php index 3a30a99fe8c..578ce739e31 100644 --- a/install/lang/zh_tw/install.php +++ b/install/lang/zh_tw/install.php @@ -34,8 +34,8 @@ $string['admindirname'] = '管理目錄'; $string['availablelangs'] = '可使用的語言包'; $string['chooselanguagehead'] = '選擇一種語言'; $string['chooselanguagesub'] = '請選擇在安裝過程中使用的語言。稍後您可以根據需要重新選擇用於網站和使用者的語言。'; -$string['clialreadyconfigured'] = '檔案 config.php 已經存在,若你要安裝這一網站,請使用dmin/cli/install_database.php'; -$string['clialreadyinstalled'] = '檔案 config.php 已經存在,若你要升級這一網站,請使用admin/cli/upgrade.php'; +$string['clialreadyconfigured'] = '檔案 config.php 已經存在,若你要這一網站上安裝Moodle,請使用admin/cli/install_database.php'; +$string['clialreadyinstalled'] = '檔案 config.php 已經存在,若你要在這一網站為Moodle升級,請使用admin/cli/install_database.php'; $string['cliinstallheader'] = 'Moodle {$a} 命令列安裝程式'; $string['databasehost'] = '資料庫主機'; $string['databasename'] = '資料庫名稱'; @@ -80,7 +80,7 @@ $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = '這個頁面是提醒您已經成功安裝與啟動 {$a->packname} {$a->packversion} ,恭喜!'; $string['welcomep30'] = '{$a->installername}包含了可以建立Moodle執行環境的應用程序:'; $string['welcomep40'] = '這個軟體還包含了Moodle {$a->moodlerelease} ({$a->moodleversion})。'; -$string['welcomep50'] = '使用本軟體個包中包含的應用程序時應遵循它們各自的授權協議。整個{$a->installername} 軟體都是開放原始碼 ,並且遵循 GPL 授權協議發佈。'; +$string['welcomep50'] = '使用本軟體包所包含的所有應用程序時,應遵循它們各自的授權協議。整個{$a->installername} 軟體都是開放原始碼 ,並且是在 GPL 授權協議下發佈。'; $string['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 Moodle 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。'; $string['welcomep70'] = '點選 "下一步" 按鈕,繼續設定Moodle.'; $string['wwwroot'] = '網站位址';