diff --git a/modules/admin/lang/zh-TW.lang.php b/modules/admin/lang/zh-TW.lang.php
index d99342c6e..05edaceff 100644
--- a/modules/admin/lang/zh-TW.lang.php
+++ b/modules/admin/lang/zh-TW.lang.php
@@ -35,7 +35,7 @@
$lang->current_version = "安裝版本";
$lang->current_path = "安裝路徑";
$lang->released_version = "最新版本";
- $lang->about_download_link = "官方網站已發佈新版本。\n請按[下載]下載最新版本。";
+ $lang->about_download_link = "官方網站已發佈最新版本。\n請按[下載]下載最新版本。";
$lang->item_module = "模組列表";
$lang->item_addon = "元件列表";
@@ -79,4 +79,5 @@
$lang->about_server_ports = "HTTP預設埠口是『80』、HTTPS是『443』,如果想使用其他的埠口的話,請自行設定。";
$lang->use_db_session = 'DB session認證';
$lang->about_db_session = '인증시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.
웹서버의 사용율이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다
단 현재 접속자를 구할 수 없어 관련된 기능을 사용할 수 없게 됩니다.';
+ $lang->sftp = "使用 SFTP";
?>
diff --git a/modules/autoinstall/lang/zh-TW.lang.php b/modules/autoinstall/lang/zh-TW.lang.php
index 880f9c940..f6ea19dfd 100644
--- a/modules/autoinstall/lang/zh-TW.lang.php
+++ b/modules/autoinstall/lang/zh-TW.lang.php
@@ -2,16 +2,16 @@
/**
* @file zh-TW.lang.php
* @author sol (sol@ngleader.com) 翻譯:royallin
- * @brief 自動安裝(autoinstall)模組正體中文語言
+ * @brief 自動安裝(autoinstall)模組正體中文語言
**/
$lang->autoinstall = '自動安裝';
$lang->about_autoinstall = '可幫助您安裝/更新XE程式及面板。';
- $lang->package_update = '最近更新日';
- $lang->package_downloaded_count = '全部下載';
+ $lang->package_update = '最近更新';
+ $lang->package_downloaded_count = '下載次數';
$lang->need_update = "需要更新。";
- $lang->order_newest = "最新";
+ $lang->order_newest = "最新發表";
$lang->order_popular = "熱門";
$lang->order_download = "下載";
$lang->success_installed = "安裝成功";