rhymix/modules/autoinstall/lang/zh-TW.lang.php

42 lines
2.2 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->package_update = '最近更新';
$lang->package_downloaded_count = '下載次數';
$lang->order_newest = "最新發表";
$lang->order_popular = "熱門";
$lang->order_download = "下載";
$lang->success_installed = "安裝成功";
$lang->description_ftp_note = 'If the %s is not set, the installation will not work. Pleas configure the FTP information';
$lang->ftp_setup = 'FTP configuration';
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information.';
$lang->status_update = 'update button';
$lang->install = "安裝";
$lang->update = "更新";
$lang->current_version = "版本";
$lang->require_update = "需要更新";
$lang->require_installation = "需要安裝";
$lang->description_install = "自動安裝也能夠同時安裝與更新其他相關程式";
$lang->description_download = "如果 FTP 無法使用的話,必須要手動下載並解壓縮到目標路徑。(假設目標路徑為 ./modules/board 的話,將檔案解壓縮到 ./modules就可以了)";
$lang->path = "路徑";
$lang->cmd_download = "下載";
$lang->description_uninstall = "移除模組,所有資料將會被刪除。";
$lang->distribute_version = 'Distribute version';
$lang->run = 'Run';
$lang->rate = '% points';
$lang->thumbnail = 'Thumbnail';
$lang->name = 'Name';
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
$lang->ftp_password = 'FTP password';
$lang->msg_dependency_package = 'Can not remove this package because there exists another package dependent on this.';
$lang->dependant_list = "與此程式相關程式列表";
$lang->msg_avail_update = 'There is available update for this item.';
$lang->msg_do_you_like_update = 'Would you like to update?';
$lang->msg_connection_fail = 'Connection failed.';
$lang->msg_not_match_server = 'Server settings are incorrect.';
?>