rhymix/modules/autoinstall/lang/zh-TW.lang.php
2010-09-06 06:35:20 +00:00

35 lines
1.8 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
/**
* @file zh-TW.lang.php
* @author NHN (developers@xpressengine.com) 翻譯royallin
* @brief 自動安裝(autoinstall)模組正體中文語言
**/
$lang->autoinstall = '自動安裝';
$lang->about_autoinstall = '可幫助您安裝及更新 XE 程式和面板。';
$lang->package_update = '最近更新';
$lang->package_downloaded_count = '下載次數';
$lang->need_update = "需要更新。";
$lang->order_newest = "最新發表";
$lang->order_popular = "熱門";
$lang->order_download = "下載";
$lang->success_installed = "安裝成功";
$lang->view_all_package = "全部檢視";
$lang->description_ftp_note = "請先將 FTP 設定好,否則無法執行自動安裝功能。";
$lang->description_update = "如果您最近不是用自動安裝模組更新或安裝,請按更新按鈕更新。";
$lang->install = "安裝";
$lang->update = "更新";
$lang->current_version = "版本";
$lang->depending_programs = "此程式需要安裝";
$lang->require_update = "需要更新";
$lang->require_installation = "需要安裝";
$lang->description_install = "自動安裝也能夠同時安裝與更新其他相關程式";
$lang->description_download = "如果 FTP 無法使用的話,必須要手動下載並解壓縮到目標路徑。(假設目標路徑為 ./modules/board 的話,將檔案解壓縮到 ./modules就可以了)";
$lang->path = "路徑";
$lang->cmd_download = "下載";
$lang->view_installed_packages = "已安裝程式";
$lang->msg_ftp_password_input = "請輸入 FTP 密碼";
$lang->dependant_list = "與此程式相關程式列表";
$lang->description_uninstall = "移除模組,所有資料將會被刪除。";
?>