Files
EasySoft-ZenTaoPMS/module/editor/lang/zh-tw.php
2011-07-03 08:42:10 +00:00

79 lines
3.8 KiB
PHP

<?php
$lang->editor->newMethod = '新增方法';
$lang->editor->extend = '擴展';
$lang->editor->newLang = '新增語言';
$lang->editor->newConfig = '新增配置';
$lang->editor->newHook = '新增鈎子';
$lang->editor->newExtend = '新增擴展';
$lang->editor->newPage = '新增頁面';
$lang->editor->override = '覆蓋';
$lang->editor->edit = '編輯擴展';
$lang->editor->moduleList = '模組列表';
$lang->editor->filePath = "擴展:";
$lang->editor->sourceFile = '源檔案:';
$lang->editor->fileName = "檔案名:";
$lang->editor->isOverride = "覆蓋重複檔案";
$lang->editor->exampleHook = "(例如:***.html.hook.php)";
$lang->editor->exampleJs = "(例如:***.js)";
$lang->editor->exampleCss = "(例如:***.css)";
$lang->editor->examplePHP = "(例如:***.php)";
$lang->editor->pageName = "頁面名稱:";
$lang->editor->deleteConfirm = '是否要刪除?';
$lang->editor->extendConfirm = '是否要重用原來代碼?';
$lang->editor->repeatFile = '檔案名重複';
$lang->editor->repeatPage = '已經有此頁面。是否覆蓋?';
$lang->editor->notWritable = "無法寫入,可能沒有權限。請嘗試執行 chmod 777 -R ";
$lang->editor->notDelete = '無法刪除,請檢查權限!';
$lang->editor->emptyFileName = '請寫入一個檔案名!';
$lang->editor->translate['config.php'] = '配置檔案';
$lang->editor->translate['config'] = '配置擴展';
$lang->editor->translate['control.php'] = '控制檔案';
$lang->editor->translate['control'] = '控制擴展';
$lang->editor->translate['model.php'] = '模型檔案';
$lang->editor->translate['model'] = '模型擴展';
$lang->editor->translate['view'] = '模板檔案';
$lang->editor->translate['lang'] = '語言檔案';
$lang->editor->translate['en'] = '英文';
$lang->editor->translate['zh-tw'] = '中文簡體';
$lang->editor->translate['zh-tw'] = '中文繁體';
$lang->editor->translate['js'] = 'JS腳本';
$lang->editor->translate['css'] = 'CSS樣式';
$lang->editor->translate['ext'] = '擴展檔案';
$lang->editor->modules['action'] = '系統日誌';
$lang->editor->modules['admin'] = '後台管理';
$lang->editor->modules['api'] = 'API介面';
$lang->editor->modules['bug'] = '缺陷管理';
$lang->editor->modules['build'] = 'Build';
$lang->editor->modules['common'] = '公有模組';
$lang->editor->modules['company'] = '組織視圖';
$lang->editor->modules['convert'] = '從其他系統導入';
$lang->editor->modules['dept'] = '部門結構';
$lang->editor->modules['doc'] = '文檔視圖';
$lang->editor->modules['extension'] = '插件管理';
$lang->editor->modules['file'] = '附件';
$lang->editor->modules['group'] = '權限分組';
$lang->editor->modules['index'] = '首頁';
$lang->editor->modules['install'] = '安裝';
$lang->editor->modules['misc'] = '雜項';
$lang->editor->modules['my'] = '我的地盤';
$lang->editor->modules['product'] = '產品視圖';
$lang->editor->modules['productplan'] = '產品計劃';
$lang->editor->modules['project'] = '項目視圖';
$lang->editor->modules['qa'] = '測試視圖';
$lang->editor->modules['release'] = '發佈';
$lang->editor->modules['report'] = '報表';
$lang->editor->modules['search'] = '搜索';
$lang->editor->modules['story'] = '需求';
$lang->editor->modules['task'] = '任務';
$lang->editor->modules['testcase'] = '用例管理';
$lang->editor->modules['testtask'] = '測試任務';
$lang->editor->modules['todo'] = 'TODO';
$lang->editor->modules['tree'] = '模組維護';
$lang->editor->modules['upgrade'] = '升級';
$lang->editor->modules['user'] = '用戶';