Files
EasySoft-ZenTaoPMS/module/editor/lang/zh-tw.php
2015-05-18 13:55:40 +08:00

75 lines
3.7 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
$lang->editor->common = '編輯器';
$lang->editor->api = 'API';
$lang->editor->index = '首頁';
$lang->editor->newMethod = '新增方法';
$lang->editor->extend = '擴展';
$lang->editor->api = 'API';
$lang->editor->newLang = '新增語言';
$lang->editor->newConfig = '新增配置';
$lang->editor->newHook = '新增鈎子';
$lang->editor->newExtend = '新增擴展';
$lang->editor->newPage = '新增頁面';
$lang->editor->override = '覆蓋';
$lang->editor->edit = '編輯擴展';
$lang->editor->save = '保存頁面';
$lang->editor->delete = '刪除頁面';
$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->noticeOkFile = 'ok檔案不存在或檔案已過期\n為了系統的安全請重新創建ok檔案\n您可在伺服器執行下面相應的命令\nwindows: 打開命令行,執行 echo ok > %s\nlinux: touch %s;\n或者刪掉 %s 這個檔案 重新創建一個ok.txt檔案不需要內容。';
$lang->editor->notWritable = "無法寫入,可能沒有權限。請嘗試執行 chmod 777 -R ";
$lang->editor->notDelete = '無法刪除,請檢查權限!';
$lang->editor->emptyFileName = '請寫入一個檔案名!';
$lang->editor->translate['config.php'] = 'config';
$lang->editor->translate['control.php'] = 'control';
$lang->editor->translate['model.php'] = 'model';
$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'] = '待辦';
$lang->editor->modules['tree'] = '模組維護';
$lang->editor->modules['upgrade'] = '升級';
$lang->editor->modules['user'] = '用戶';