* change for 9.8.1 version.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}}
|
||||
if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* 基本设置。Basic settings. */
|
||||
$config->version = '9.8'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->version = '9.8.1'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP.
|
||||
$config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time.
|
||||
$config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php.
|
||||
|
||||
@@ -191,13 +191,13 @@ $lang->action->label->release = '發佈|release|view|productID=%s';
|
||||
$lang->action->label->story = '需求|story|view|storyID=%s';
|
||||
$lang->action->label->project = "{$lang->projectCommon}|project|view|projectID=%s";
|
||||
$lang->action->label->task = '任務|task|view|taskID=%s';
|
||||
$lang->action->label->build = 'Build|build|view|buildID=%s';
|
||||
$lang->action->label->build = '版本|build|view|buildID=%s';
|
||||
$lang->action->label->bug = 'Bug|bug|view|bugID=%s';
|
||||
$lang->action->label->case = '用例|testcase|view|caseID=%s';
|
||||
$lang->action->label->testtask = '測試單|testtask|view|caseID=%s';
|
||||
$lang->action->label->testsuite = '測試套件|testsuite|view|suiteID=%s';
|
||||
$lang->action->label->caselib = '測試庫|testsuite|libview|libID=%s';
|
||||
$lang->action->label->todo = 'todo|todo|view|todoID=%s';
|
||||
$lang->action->label->todo = '待辦|todo|view|todoID=%s';
|
||||
$lang->action->label->doclib = '文檔庫|doc|browse|libID=%s';
|
||||
$lang->action->label->doc = '文檔|doc|view|docID=%s';
|
||||
$lang->action->label->user = '用戶|user|view|account=%s';
|
||||
|
||||
+33
-20
@@ -13,7 +13,7 @@ $lang->block = new stdclass();
|
||||
$lang->block->common = '區塊';
|
||||
$lang->block->name = '區塊名稱';
|
||||
$lang->block->style = '外觀';
|
||||
$lang->block->grid = '寬度';
|
||||
$lang->block->grid = '位置';
|
||||
$lang->block->color = '顏色';
|
||||
|
||||
$lang->block->account = '所屬用戶';
|
||||
@@ -31,12 +31,15 @@ $lang->block->lblHtml = 'HTML內容';
|
||||
$lang->block->dynamic = '最新動態';
|
||||
$lang->block->assignToMe = '指派給我';
|
||||
$lang->block->lblFlowchart = '流程圖';
|
||||
$lang->block->welcome = '歡迎總覽';
|
||||
|
||||
$lang->block->assignToMeList['todo'] = '待辦';
|
||||
$lang->block->assignToMeList['story'] = '需求';
|
||||
$lang->block->assignToMeList['task'] = '任務';
|
||||
$lang->block->assignToMeList['bug'] = 'Bug';
|
||||
$lang->block->assignToMeList['case'] = '用例';
|
||||
$lang->block->leftToday = '今天剩餘工作總計';
|
||||
$lang->block->myTask = '我的任務';
|
||||
$lang->block->myStory = '我的需求';
|
||||
$lang->block->myBug = '我的BUG';
|
||||
$lang->block->myProject = '進行中的' . $lang->projectCommon;
|
||||
$lang->block->myProduct = '未關閉的' . $lang->productCommon;
|
||||
$lang->block->delayed = '已延期';
|
||||
|
||||
$lang->block->params = new stdclass();
|
||||
$lang->block->params->name = '參數名稱';
|
||||
@@ -45,13 +48,13 @@ $lang->block->params->value = '參數值';
|
||||
$lang->block->createBlock = '添加區塊';
|
||||
$lang->block->editBlock = '編輯區塊';
|
||||
$lang->block->ordersSaved = '排序已保存';
|
||||
$lang->block->confirmRemoveBlock = '確定移除區塊【{0}】嗎?';
|
||||
$lang->block->confirmRemoveBlock = '確定移除區塊嗎?';
|
||||
$lang->block->closeForever = '永久關閉';
|
||||
$lang->block->confirmClose = '確定永久關閉該區塊嗎?閉後所有人都將無法使用該區塊,可以在後台自定義中打開';
|
||||
$lang->block->remove = '移除';
|
||||
$lang->block->refresh = '刷新';
|
||||
$lang->block->hidden = '隱藏';
|
||||
$lang->block->dynamicInfo = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>。";
|
||||
$lang->block->dynamicInfo = "<span class='timeline-tag'>%s</span>, <span class='timeline-text'>%s <em>%s</em> %s <a href='%s'>%s</a></span>";
|
||||
|
||||
$lang->block->default['product']['1']['title'] = '未關閉的' . $lang->productCommon;
|
||||
$lang->block->default['product']['1']['block'] = 'list';
|
||||
@@ -108,31 +111,29 @@ $lang->block->default['qa']['3']['params']['num'] = 15;
|
||||
$lang->block->default['qa']['3']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['qa']['3']['params']['type'] = 'wait';
|
||||
|
||||
$lang->block->default['full']['my']['1']['title'] = '流程圖';
|
||||
$lang->block->default['full']['my']['1']['block'] = 'flowchart';
|
||||
$lang->block->default['full']['my']['1']['title'] = '歡迎';
|
||||
$lang->block->default['full']['my']['1']['block'] = 'welcome';
|
||||
$lang->block->default['full']['my']['1']['grid'] = 8;
|
||||
$lang->block->default['full']['my']['1']['source'] = '';
|
||||
$lang->block->default['full']['my']['2']['title'] = '最新動態';
|
||||
$lang->block->default['full']['my']['2']['block'] = 'dynamic';
|
||||
$lang->block->default['full']['my']['2']['grid'] = 4;
|
||||
$lang->block->default['full']['my']['2']['source'] = '';
|
||||
$lang->block->default['full']['my']['3'] = $lang->block->default['project']['1'];
|
||||
$lang->block->default['full']['my']['3']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['4']['title'] = '指派給我';
|
||||
$lang->block->default['full']['my']['4']['block'] = 'assigntome';
|
||||
$lang->block->default['full']['my']['4']['grid'] = 8;
|
||||
$lang->block->default['full']['my']['4']['source'] = '';
|
||||
$lang->block->default['full']['my']['3']['title'] = '流程圖';
|
||||
$lang->block->default['full']['my']['3']['block'] = 'flowchart';
|
||||
$lang->block->default['full']['my']['3']['grid'] = 8;
|
||||
$lang->block->default['full']['my']['3']['source'] = '';
|
||||
$lang->block->default['full']['my']['5']['title'] = '我的待辦';
|
||||
$lang->block->default['full']['my']['5']['block'] = 'list';
|
||||
$lang->block->default['full']['my']['5']['grid'] = 4;
|
||||
$lang->block->default['full']['my']['5']['source'] = 'todo';
|
||||
$lang->block->default['full']['my']['5']['params']['num'] = '20';
|
||||
$lang->block->default['full']['my']['6'] = $lang->block->default['product']['1'];
|
||||
$lang->block->default['full']['my']['6']['source'] = 'product';
|
||||
$lang->block->default['full']['my']['6'] = $lang->block->default['project']['1'];
|
||||
$lang->block->default['full']['my']['6']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['7'] = $lang->block->default['project']['2'];
|
||||
$lang->block->default['full']['my']['7']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['8'] = $lang->block->default['qa']['1'];
|
||||
$lang->block->default['full']['my']['8']['source'] = 'qa';
|
||||
$lang->block->default['full']['my']['8'] = $lang->block->default['product']['1'];
|
||||
$lang->block->default['full']['my']['8']['source'] = 'product';
|
||||
$lang->block->default['full']['my']['9'] = $lang->block->default['product']['2'];
|
||||
$lang->block->default['full']['my']['9']['source'] = 'product';
|
||||
$lang->block->default['full']['my']['10'] = $lang->block->default['qa']['2'];
|
||||
@@ -267,6 +268,10 @@ $lang->block->orderByList->story['status_desc'] = '狀態倒序';
|
||||
$lang->block->orderByList->story['stage_asc'] = '階段正序';
|
||||
$lang->block->orderByList->story['stage_desc'] = '階段倒序';
|
||||
|
||||
$lang->block->todoNum = '待辦數';
|
||||
$lang->block->taskNum = '任務數';
|
||||
$lang->block->bugNum = 'Bug數';
|
||||
|
||||
$lang->block->typeList = new stdclass();
|
||||
|
||||
$lang->block->typeList->task['assignedTo'] = '指派給我';
|
||||
@@ -320,6 +325,14 @@ $lang->block->modules['common'] = new stdclass();
|
||||
$lang->block->modules['common']->moreLinkList = new stdclass();
|
||||
$lang->block->modules['common']->moreLinkList->dynamic = 'company|dynamic|';
|
||||
|
||||
$lang->block->welcomeList['06:00'] = '%s,早上好!';
|
||||
$lang->block->welcomeList['11:30'] = '%s,中文好!';
|
||||
$lang->block->welcomeList['13:30'] = '%s,下午好!';
|
||||
$lang->block->welcomeList['19:00'] = '%s,晚上好!';
|
||||
|
||||
$lang->block->gridOptions[8] = '左側';
|
||||
$lang->block->gridOptions[4] = '右側';
|
||||
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart[] = array('管理員', '維護公司', '添加用戶', '維護權限');
|
||||
$lang->block->flowchart[] = array($lang->productCommon . '經理', '創建' . $lang->productCommon, '維護模組', '維護計劃', '維護需求', '創建發佈');
|
||||
|
||||
@@ -23,7 +23,7 @@ $lang->welcome = "%s項目管理系統";
|
||||
$lang->logout = '退出';
|
||||
$lang->login = '登錄';
|
||||
$lang->help = '幫助';
|
||||
$lang->aboutZenTao = '關於';
|
||||
$lang->aboutZenTao = '關於禪道';
|
||||
$lang->profile = '個人檔案';
|
||||
$lang->changePassword = '更改密碼';
|
||||
$lang->runInfo = "<div class='row'><div class='u-1 a-center' id='debugbar'>時間: %s 毫秒, 內存: %s KB, 查詢: %s. </div></div>";
|
||||
@@ -102,14 +102,17 @@ $lang->common->common = '公有模組';
|
||||
|
||||
/* 主導航菜單。*/
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->my = '<i class="icon-home"></i><span> 我的地盤</span>|my|index';
|
||||
$lang->menu->my = '<span> 我的地盤</span>|my|index';
|
||||
$lang->menu->product = $lang->productCommon . '|product|index';
|
||||
$lang->menu->project = $lang->projectCommon . '|project|index';
|
||||
$lang->menu->qa = '測試|qa|index';
|
||||
$lang->menu->doc = '文檔|doc|index';
|
||||
$lang->menu->report = '統計|report|index';
|
||||
$lang->menu->company = '組織|company|index';
|
||||
$lang->menu->admin = '後台|admin|index';
|
||||
|
||||
$lang->adminMenu = '後台|admin|index';
|
||||
|
||||
$lang->dividerMenu = ',qa,';
|
||||
|
||||
/* 查詢條中可以選擇的對象列表。*/
|
||||
$lang->searchObjects['bug'] = 'Bug';
|
||||
@@ -163,7 +166,6 @@ $lang->index->menu->project = "瀏覽{$lang->projectCommon}|project|browse";
|
||||
$lang->my = new stdclass();
|
||||
$lang->my->menu = new stdclass();
|
||||
|
||||
$lang->my->menu->account = array('link' => '<span id="myname"><i class="icon-user"></i> %s' . $lang->arrow . '</span>', 'fixed' => true);
|
||||
$lang->my->menu->index = '首頁|my|index';
|
||||
$lang->my->menu->todo = array('link' => '待辦|my|todo|', 'subModule' => 'todo');
|
||||
$lang->my->menu->task = array('link' => '任務|my|task|', 'subModule' => 'task');
|
||||
|
||||
@@ -82,10 +82,10 @@ $lang->install->tmpRoot = '臨時檔案目錄';
|
||||
$lang->install->dataRoot = '上傳檔案目錄';
|
||||
$lang->install->session = 'Session存儲目錄';
|
||||
$lang->install->sessionFail = '修改PHP配置檔案,設置session.save_path';
|
||||
$lang->install->mkdirWin = '<p>需要創建目錄%s。命令行下面命令為:<br /> mkdir %s</p>';
|
||||
$lang->install->mkdirWin = '<p>需要創建目錄%s。命令為:<br /> mkdir %s</p>';
|
||||
$lang->install->chmodWin = '需要修改目錄 "%s" 的權限。';
|
||||
$lang->install->mkdirLinux = '<p>需要創建目錄%s。<br /> 命令行下面命令為:<br /> mkdir -p %s</p>';
|
||||
$lang->install->chmodLinux = '需要修改目錄 "%s" 的權限。<br />命令行下面命令為:<br />chmod o=rwx -R %s';
|
||||
$lang->install->mkdirLinux = '<p>需要創建目錄%s。<br /> 命令為:<br /> mkdir -p %s</p>';
|
||||
$lang->install->chmodLinux = '需要修改目錄 "%s" 的權限。<br />命令為:<br />chmod o=rwx -R %s';
|
||||
|
||||
$lang->install->defaultLang = '預設語言';
|
||||
$lang->install->dbHost = '資料庫伺服器';
|
||||
|
||||
@@ -4,5 +4,5 @@ $lang->message->index = '首頁';
|
||||
$lang->message->setting = '設置';
|
||||
|
||||
$lang->message->typeList['mail'] = '郵件';
|
||||
$lang->message->typeList['message'] = '消息';
|
||||
$lang->message->typeList['message'] = '瀏覽器通知';
|
||||
$lang->message->typeList['webhook'] = 'Webhook';
|
||||
|
||||
@@ -43,6 +43,7 @@ $lang->product->doc = '文檔列表';
|
||||
$lang->product->project = $lang->projectCommon . '列表';
|
||||
$lang->product->build = '版本列表';
|
||||
|
||||
$lang->product->currentProject = '當前項目';
|
||||
$lang->product->activeStories = '激活需求';
|
||||
$lang->product->changedStories = '已變更需求';
|
||||
$lang->product->draftStories = '草稿需求';
|
||||
|
||||
@@ -140,7 +140,7 @@ $lang->project->updateOrder = '排序';
|
||||
$lang->project->tree = '樹狀圖';
|
||||
$lang->project->storyKanban = '需求看板';
|
||||
$lang->project->storySort = '需求排序';
|
||||
$lang->project->importPlanStory = '是否導入計劃關聯的相關需求?';
|
||||
$lang->project->importPlanStory = '創建' . $lang->projectCommon . '成功!\n是否導入計劃關聯的相關需求?';
|
||||
|
||||
/* 分組瀏覽。*/
|
||||
$lang->project->allTasks = '所有';
|
||||
|
||||
@@ -44,8 +44,9 @@ include '../../common/view/chosen.html.php';
|
||||
#searchlite {line-height: 127px}
|
||||
#searchform.showmore #searchmore, #searchform #searchlite {display: none;}
|
||||
#searchform.showmore #searchlite, #searchform #searchmore {display: inline-block;}
|
||||
#searchform .chosen-container .chosen-single{max-width: 170px;}
|
||||
#searchform .chosen-container .chosen-drop{min-width: 400px;}
|
||||
#searchform .chosen-container[id^="field"] .chosen-drop{min-width: 120px;}
|
||||
#searchform [id^="valueBox"] .chosen-container .chosen-single{max-width: 170px;}
|
||||
#searchform [id^="valueBox"] .chosen-container .chosen-drop{min-width: 400px;}
|
||||
#searchform .chosen-container .chosen-drop ul.chosen-results li{white-space:normal}
|
||||
#searchmore > i, #searchlite > i {font-size: 28px;}
|
||||
#searchmore > i {position: relative; top: 4px;}
|
||||
|
||||
@@ -90,6 +90,7 @@ $lang->todo->confirmDelete = "您確定要刪除這條待辦嗎?";
|
||||
$lang->todo->thisIsPrivate = '這是一條私人事務。:)';
|
||||
$lang->todo->lblDisableDate = '暫時不設定時間';
|
||||
$lang->todo->lblBeforeDays = "提前%s天生成待辦";
|
||||
$lang->todo->lblClickCreate = "點擊添加待辦";
|
||||
$lang->todo->noTodo = '該類型沒有待辦事務';
|
||||
$lang->todo->noAssignedTo = '被指派人不能為空';
|
||||
|
||||
|
||||
@@ -131,3 +131,4 @@ $lang->upgrade->fromVersions['9_6_1'] = '9.6.1';
|
||||
$lang->upgrade->fromVersions['9_6_2'] = '9.6.2';
|
||||
$lang->upgrade->fromVersions['9_6_3'] = '9.6.3';
|
||||
$lang->upgrade->fromVersions['9_7'] = '9.7';
|
||||
$lang->upgrade->fromVersions['9_8'] = '9.8';
|
||||
|
||||
@@ -131,3 +131,4 @@ $lang->upgrade->fromVersions['9_6_1'] = '9.6.1';
|
||||
$lang->upgrade->fromVersions['9_6_2'] = '9.6.2';
|
||||
$lang->upgrade->fromVersions['9_6_3'] = '9.6.3';
|
||||
$lang->upgrade->fromVersions['9_7'] = '9.7';
|
||||
$lang->upgrade->fromVersions['9_8'] = '9.8';
|
||||
|
||||
@@ -131,3 +131,4 @@ $lang->upgrade->fromVersions['9_6_1'] = '9.6.1';
|
||||
$lang->upgrade->fromVersions['9_6_2'] = '9.6.2';
|
||||
$lang->upgrade->fromVersions['9_6_3'] = '9.6.3';
|
||||
$lang->upgrade->fromVersions['9_7'] = '9.7';
|
||||
$lang->upgrade->fromVersions['9_8'] = '9.8';
|
||||
|
||||
Reference in New Issue
Block a user