zh-tw.php 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. <?php
  2. /**
  3. * The story module zh-tw file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禪道軟件(青島)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package story
  9. * @version $Id: zh-tw.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
  10. * @link https://www.zentao.net
  11. */
  12. global $config;
  13. $lang->story->create = "提{$lang->SRCommon}";
  14. $lang->story->requirement = zget($lang, 'URCommon', "需求");
  15. $lang->story->story = zget($lang, 'SRCommon', "故事");
  16. $lang->story->createStory = '添加' . $lang->story->story;
  17. $lang->story->createRequirement = '添加' . $lang->story->requirement;
  18. $lang->story->affectedStories = "影響的{$lang->story->story}";
  19. $lang->story->browse = "{$lang->SRCommon}列表";
  20. $lang->story->batchCreate = "批量創建";
  21. $lang->story->change = "變更";
  22. $lang->story->changed = "{$lang->SRCommon}變更";
  23. $lang->story->assignTo = '指派';
  24. $lang->story->review = '評審';
  25. $lang->story->submitReview = "提交評審";
  26. $lang->story->recall = '撤銷評審';
  27. $lang->story->recallChange = '撤銷變更';
  28. $lang->story->recallAction = '撤銷';
  29. $lang->story->relation = '查看關聯需求';
  30. $lang->story->needReview = '需要評審';
  31. $lang->story->batchReview = '批量評審';
  32. $lang->story->edit = "編輯";
  33. $lang->story->editDraft = "編輯草稿";
  34. $lang->story->batchEdit = "批量編輯";
  35. $lang->story->subdivide = '拆分';
  36. $lang->story->subdivideSR = $lang->SRCommon . '拆分';
  37. $lang->story->link = '關聯';
  38. $lang->story->unlink = '移除';
  39. $lang->story->track = '跟蹤矩陣';
  40. $lang->story->trackAB = '矩陣';
  41. $lang->story->processStoryChange = '確認父需求變更';
  42. $lang->story->storyChange = '需求變更';
  43. $lang->story->upstreamDemand = '上游需求';
  44. $lang->story->split = '拆分';
  45. $lang->story->close = '關閉';
  46. $lang->story->batchClose = '批量關閉';
  47. $lang->story->activate = '激活';
  48. $lang->story->delete = "刪除";
  49. $lang->story->view = "{$lang->SRCommon}詳情";
  50. $lang->story->setting = "設置";
  51. $lang->story->tasks = "相關任務";
  52. $lang->story->bugs = "相關Bug";
  53. $lang->story->cases = "相關用例";
  54. $lang->story->taskCount = '任務數';
  55. $lang->story->bugCount = 'Bug數';
  56. $lang->story->caseCount = '用例數';
  57. $lang->story->taskCountAB = 'T';
  58. $lang->story->bugCountAB = 'B';
  59. $lang->story->caseCountAB = 'C';
  60. $lang->story->linkStory = "關聯需求";
  61. $lang->story->unlinkStory = "您確認移除相關需求嗎?";
  62. $lang->story->linkStoriesAB = "關聯相關{$lang->SRCommon}";
  63. $lang->story->linkRequirementsAB = "關聯相關{$lang->URCommon}";
  64. $lang->story->export = "導出數據";
  65. $lang->story->zeroCase = "零用例{$lang->SRCommon}";
  66. $lang->story->zeroTask = "只列零任務{$lang->SRCommon}";
  67. $lang->story->reportChart = "統計報表";
  68. $lang->story->copyTitle = "同{$lang->SRCommon}名稱";
  69. $lang->story->batchChangePlan = "批量修改計劃";
  70. $lang->story->batchChangeBranch = "批量修改分支";
  71. $lang->story->batchChangeStage = "批量修改階段";
  72. $lang->story->batchAssignTo = "批量指派";
  73. $lang->story->batchChangeModule = "批量修改模組";
  74. $lang->story->batchChangeParent = "批量修改父需求";
  75. $lang->story->batchChangeGrade = "批量修改層級";
  76. $lang->story->changeParent = "修改父需求";
  77. $lang->story->viewAll = '查看全部';
  78. $lang->story->toTask = '轉任務';
  79. $lang->story->batchToTask = '批量轉任務';
  80. $lang->story->convertRelations = '換算關係';
  81. $lang->story->undetermined = '待定';
  82. $lang->story->order = '排序';
  83. $lang->story->saveDraft = '存為草稿';
  84. $lang->story->doNotSubmit = '保存暫不提交';
  85. $lang->story->currentBranch = '當前%s';
  86. $lang->story->twins = '孿生需求';
  87. $lang->story->relieved = '解除';
  88. $lang->story->relievedTwins = '解除孿生需求';
  89. $lang->story->loadAllStories = '所有';
  90. $lang->story->hasDividedTask = '已經分解任務';
  91. $lang->story->hasDividedCase = '已經創建用例';
  92. $lang->story->viewAllGrades = '查看所有層級';
  93. $lang->story->codeBranch = '代碼分支';
  94. $lang->story->unlinkBranch = '解除關聯代碼分支';
  95. $lang->story->branchName = '分支名稱';
  96. $lang->story->branchFrom = '創建自';
  97. $lang->story->codeRepo = '倉庫名稱';
  98. $lang->story->viewByType = "按照%s查看";
  99. $lang->story->editAction = "編輯{$lang->SRCommon}";
  100. $lang->story->changeAction = "變更{$lang->SRCommon}";
  101. $lang->story->assignAction = "指派{$lang->SRCommon}";
  102. $lang->story->reviewAction = "評審{$lang->SRCommon}";
  103. $lang->story->subdivideAction = "拆分{$lang->SRCommon}";
  104. $lang->story->closeAction = "關閉{$lang->SRCommon}";
  105. $lang->story->activateAction = "激活{$lang->SRCommon}";
  106. $lang->story->deleteAction = "刪除{$lang->SRCommon}";
  107. $lang->story->exportAction = "導出{$lang->SRCommon}";
  108. $lang->story->reportAction = "統計報表";
  109. $lang->story->closedStory = '需求:%s 已關閉,將不會被關閉。';
  110. $lang->story->batchToTaskTips = "只有激活狀態的{$lang->SRCommon}才能轉為任務。";
  111. $lang->story->successToTask = '批量轉任務成功';
  112. $lang->story->storyRound = '第 %s 輪估算';
  113. $lang->story->float = "『%s』應當是正數,可以是小數。";
  114. $lang->story->saveDraftSuccess = '存為草稿成功';
  115. $lang->story->changeSyncTip = "該需求的修改會同步到如下的孿生需求";
  116. $lang->story->syncTip = "孿生需求間除{$lang->productCommon}、分支 、模組、計劃、階段外均同步,孿生關係解除後不再同步";
  117. $lang->story->relievedTip = "孿生關係解除後無法恢復,需求的內容不再同步,是否解除?";
  118. $lang->story->assignSyncTip = "孿生需求均同步修改指派人";
  119. $lang->story->closeSyncTip = "孿生需求均同步關閉";
  120. $lang->story->activateSyncTip = "孿生需求均同步激活";
  121. $lang->story->relievedTwinsTip = "{$lang->productCommon}調整後,本需求自動解除孿生關係,需求不再同步,是否保存?";
  122. $lang->story->batchEditTip = "{$lang->SRCommon} %s為孿生需求,本次操作已被過濾。";
  123. $lang->story->planTip = "{$lang->SRCommon}只能單選計劃,其他需求可多選計劃。";
  124. $lang->story->batchEditError = "所選需求皆不可編輯,本次操作已被過濾。";
  125. $lang->story->id = '編號';
  126. $lang->story->parent = '父需求';
  127. $lang->story->isParent = '是父需求';
  128. $lang->story->grade = '需求層級';
  129. $lang->story->gradeName = '層級名稱';
  130. $lang->story->path = '路徑';
  131. $lang->story->product = "所屬{$lang->productCommon}";
  132. $lang->story->project = "所屬{$lang->projectCommon}";
  133. $lang->story->execution = "所屬執行";
  134. $lang->story->branch = "平台/分支";
  135. $lang->story->module = '所屬模組';
  136. $lang->story->moduleAB = '模組';
  137. $lang->story->roadmap = '所屬路標';
  138. $lang->story->source = "來源";
  139. $lang->story->sourceNote = '來源備註';
  140. $lang->story->fromBug = '來源Bug';
  141. $lang->story->title = "{$lang->SRCommon}名稱";
  142. $lang->story->name = "需求名稱";
  143. $lang->story->type = "需求類型";
  144. $lang->story->category = "類別";
  145. $lang->story->color = '標題顏色';
  146. $lang->story->toBug = '轉Bug';
  147. $lang->story->spec = "描述";
  148. $lang->story->assign = '指派給';
  149. $lang->story->verify = '驗收標準';
  150. $lang->story->pri = '優先順序';
  151. $lang->story->estimate = "預計{$lang->hourCommon}";
  152. $lang->story->estimateAB = '預計';
  153. $lang->story->hour = $lang->hourCommon;
  154. $lang->story->consumed = '耗時';
  155. $lang->story->status = '當前狀態';
  156. $lang->story->statusAB = '狀態';
  157. $lang->story->subStatus = '子狀態';
  158. $lang->story->stage = '所處階段';
  159. $lang->story->stageAB = '階段';
  160. $lang->story->stagedBy = '設置階段者';
  161. $lang->story->mailto = '抄送給';
  162. $lang->story->openedBy = '由誰創建';
  163. $lang->story->openedByAB = '創建者';
  164. $lang->story->openedDate = '創建日期';
  165. $lang->story->assignedTo = '指派給';
  166. $lang->story->assignedToAB = '指派';
  167. $lang->story->assignedDate = '指派日期';
  168. $lang->story->lastEditedBy = '最後修改';
  169. $lang->story->lastEditedByAB = '最後修改者';
  170. $lang->story->lastEditedDate = '最後修改日期';
  171. $lang->story->closedBy = '由誰關閉';
  172. $lang->story->closedDate = '關閉日期';
  173. $lang->story->closedReason = '關閉原因';
  174. $lang->story->rejectedReason = '拒絶原因';
  175. $lang->story->changedBy = '由誰變更';
  176. $lang->story->changedDate = '變更時間';
  177. $lang->story->reviewedBy = '已評審人';
  178. $lang->story->reviewer = '評審人';
  179. $lang->story->reviewers = '評審人員';
  180. $lang->story->reviewedDate = '評審時間';
  181. $lang->story->activatedDate = '激活日期';
  182. $lang->story->version = '版本號';
  183. $lang->story->feedbackBy = '反饋者';
  184. $lang->story->notifyEmail = '通知郵箱';
  185. $lang->story->plan = "所屬計劃";
  186. $lang->story->planAB = '計劃';
  187. $lang->story->comment = '備註';
  188. $lang->story->children = "子需求";
  189. $lang->story->childItem = "子項";
  190. $lang->story->childrenAB = "子";
  191. $lang->story->linkStories = "相關需求";
  192. $lang->story->linkRequirements = "相關{$lang->URCommon}";
  193. $lang->story->childStories = "拆分{$lang->SRCommon}";
  194. $lang->story->duplicateStory = "重複需求";
  195. $lang->story->reviewResult = '評審意見';
  196. $lang->story->reviewResultAB = '評審結果';
  197. $lang->story->preVersion = '之前版本';
  198. $lang->story->keywords = '關鍵詞';
  199. $lang->story->newStory = "繼續添加{$lang->SRCommon}";
  200. $lang->story->colorTag = '顏色標籤';
  201. $lang->story->files = '附件';
  202. $lang->story->copy = "複製需求";
  203. $lang->story->total = "總{$lang->SRCommon}";
  204. $lang->story->draft = '草稿';
  205. $lang->story->unclosed = '未關閉';
  206. $lang->story->deleted = '已刪除';
  207. $lang->story->released = "已發佈{$lang->SRCommon}數";
  208. $lang->story->URChanged = '用需變更';
  209. $lang->story->design = '相關設計';
  210. $lang->story->case = '相關用例';
  211. $lang->story->bug = '相關Bug';
  212. $lang->story->repoCommit = '相關提交';
  213. $lang->story->one = '一個';
  214. $lang->story->field = '同步的欄位';
  215. $lang->story->completeRate = '完成率';
  216. $lang->story->reviewed = '已評審';
  217. $lang->story->toBeReviewed = '待評審';
  218. $lang->story->isReviewed = '是否評審';
  219. $lang->story->linkMR = '相關合併請求';
  220. $lang->story->linkPR = '相關推送請求';
  221. $lang->story->linkCommit = '相關代碼版本';
  222. $lang->story->URS = '用戶需求';
  223. $lang->story->estimateUnit = "(單位:{$lang->story->hour})";
  224. $lang->story->verifiedDate = '驗收時間';
  225. $lang->story->root = '頂級需求ID';
  226. $lang->story->vision = '所屬界面';
  227. $lang->story->fromStory = '來源需求';
  228. $lang->story->fromVersion = '來源版本';
  229. $lang->story->approvedDate = '評審日期';
  230. $lang->story->releasedDate = '發佈日期';
  231. $lang->story->parentVersion = '父需求版本';
  232. $lang->story->demandVersion = '需求池需求版本';
  233. $lang->story->storyChanged = '需求已變更';
  234. $lang->story->demand = '需求池需求';
  235. $lang->story->unlinkReason = '移除原因';
  236. $lang->story->retractedReason = '撤銷原因';
  237. $lang->story->ditto = '同上';
  238. $lang->story->dittoNotice = "該{$lang->SRCommon}與上一{$lang->SRCommon}不屬於同一{$lang->productCommon}!";
  239. $lang->story->viewTypeList['tiled'] = '平鋪';
  240. $lang->story->viewTypeList['tree'] = '樹狀';
  241. if($config->enableER) $lang->story->typeList['epic'] = $lang->ERCommon;
  242. if($config->URAndSR) $lang->story->typeList['requirement'] = $lang->URCommon;
  243. $lang->story->typeList['story'] = $lang->SRCommon;
  244. $lang->story->needNotReviewList[0] = '需要評審';
  245. $lang->story->needNotReviewList[1] = '不需要評審';
  246. $lang->story->useList[0] = '不使用';
  247. $lang->story->useList[1] = '使用';
  248. $lang->story->statusList[''] = '';
  249. $lang->story->statusList['draft'] = '草稿';
  250. $lang->story->statusList['reviewing'] = '評審中';
  251. $lang->story->statusList['active'] = '激活';
  252. $lang->story->statusList['changing'] = '變更中';
  253. $lang->story->statusList['closed'] = '已關閉';
  254. $lang->story->stageList[''] = '';
  255. $lang->story->stageList['wait'] = '未開始';
  256. $lang->story->stageList['planned'] = "已計劃";
  257. $lang->story->stageList['projected'] = '研發立項';
  258. $lang->story->stageList['designing'] = '設計中';
  259. $lang->story->stageList['designed'] = '設計完畢';
  260. $lang->story->stageList['developing'] = '研發中';
  261. $lang->story->stageList['developed'] = '研發完畢';
  262. $lang->story->stageList['testing'] = '測試中';
  263. $lang->story->stageList['tested'] = '測試完畢';
  264. $lang->story->stageList['verified'] = '已驗收';
  265. $lang->story->stageList['rejected'] = '驗收失敗';
  266. $lang->story->stageList['delivering'] = '交付中';
  267. $lang->story->stageList['delivered'] = '已交付';
  268. $lang->story->stageList['released'] = '已發佈';
  269. $lang->story->stageList['closed'] = '已關閉';
  270. $lang->story->reasonList[''] = '';
  271. $lang->story->reasonList['done'] = '已完成';
  272. $lang->story->reasonList['subdivided'] = '已拆分';
  273. $lang->story->reasonList['duplicate'] = '重複';
  274. $lang->story->reasonList['postponed'] = '延期';
  275. $lang->story->reasonList['willnotdo'] = '不做';
  276. $lang->story->reasonList['cancel'] = '已取消';
  277. $lang->story->reasonList['bydesign'] = '設計如此';
  278. //$lang->story->reasonList['isbug'] = '是個Bug';
  279. $lang->story->reviewResultList[''] = '';
  280. $lang->story->reviewResultList['pass'] = '確認通過';
  281. $lang->story->reviewResultList['revert'] = '撤銷變更';
  282. $lang->story->reviewResultList['clarify'] = '有待明確';
  283. $lang->story->reviewResultList['reject'] = '拒絶';
  284. $lang->story->reviewList[0] = '否';
  285. $lang->story->reviewList[1] = '是';
  286. $lang->story->sourceList[''] = '';
  287. $lang->story->sourceList['customer'] = '客戶';
  288. $lang->story->sourceList['user'] = '用戶';
  289. $lang->story->sourceList['po'] = $lang->productCommon . '經理';
  290. $lang->story->sourceList['market'] = '市場';
  291. $lang->story->sourceList['service'] = '客服';
  292. $lang->story->sourceList['operation'] = '運營';
  293. $lang->story->sourceList['support'] = '技術支持';
  294. $lang->story->sourceList['competitor'] = '競爭對手';
  295. $lang->story->sourceList['partner'] = '合作夥伴';
  296. $lang->story->sourceList['dev'] = '開發人員';
  297. $lang->story->sourceList['tester'] = '測試人員';
  298. $lang->story->sourceList['bug'] = 'Bug';
  299. $lang->story->sourceList['forum'] = '論壇';
  300. $lang->story->sourceList['other'] = '其他';
  301. $lang->story->priList[0] = '';
  302. $lang->story->priList[1] = '1';
  303. $lang->story->priList[2] = '2';
  304. $lang->story->priList[3] = '3';
  305. $lang->story->priList[4] = '4';
  306. $lang->story->changeList = array();
  307. $lang->story->changeList['no'] = '不變更';
  308. $lang->story->changeList['yes'] = '變更';
  309. $lang->story->legendBasicInfo = '基本信息';
  310. $lang->story->legendLifeTime = "需求的一生";
  311. $lang->story->legendRelated = '相關信息';
  312. $lang->story->legendMailto = '抄送給';
  313. $lang->story->legendAttach = '附件';
  314. $lang->story->legendProjectAndTask = $lang->executionCommon . '任務';
  315. $lang->story->legendBugs = '相關Bug';
  316. $lang->story->legendFromBug = '來源Bug';
  317. $lang->story->legendCases = '相關用例';
  318. $lang->story->legendBuilds = '相關構建';
  319. $lang->story->legendReleases = '相關發佈';
  320. $lang->story->legendLinkStories = "相關{$lang->SRCommon}";
  321. $lang->story->legendChildStories = "拆分{$lang->SRCommon}";
  322. $lang->story->legendSpec = "需求描述";
  323. $lang->story->legendVerify = '驗收標準';
  324. $lang->story->legendMisc = '其他相關';
  325. $lang->story->legendInformation = '需求信息';
  326. $lang->story->lblChange = "變更{$lang->SRCommon}";
  327. $lang->story->lblReview = "評審{$lang->SRCommon}";
  328. $lang->story->lblActivate = "激活{$lang->SRCommon}";
  329. $lang->story->lblClose = "關閉{$lang->SRCommon}";
  330. $lang->story->lblTBC = '任務Bug用例';
  331. $lang->story->checkAffection = '影響範圍';
  332. $lang->story->affectedProjects = "影響的{$lang->project->common}或{$lang->execution->common}";
  333. $lang->story->affectedBugs = '影響的Bug';
  334. $lang->story->affectedCases = '影響的用例';
  335. $lang->story->affectedTwins = '影響的孿生需求';
  336. $lang->story->specTemplate = "建議參考的模板:作為一名<某種類型的用戶>,我希望<達成某些目的>,這樣可以<開發的價值>。";
  337. $lang->story->needNotReview = '不需要評審';
  338. $lang->story->childStoryTitle = '包含%s個子需求,其中%s個已完成';
  339. $lang->story->childTaskTitle = '包含%s個子任務,其中%s個已完成';
  340. $lang->story->successSaved = "{$lang->SRCommon}成功添加,";
  341. $lang->story->confirmDelete = "您確認刪除該{$lang->SRCommon}嗎?";
  342. $lang->story->confirmRecall = "您確認撤銷該{$lang->SRCommon}嗎?";
  343. $lang->story->errorEmptyChildStory = "『拆分{$lang->SRCommon}』不能為空。";
  344. $lang->story->errorNotSubdivide = "狀態在評審中、已關閉的{$lang->SRCommon},或者是子需求,不能拆分。";
  345. $lang->story->errorMaxGradeSubdivide = "該需求的層級已經達到系統設置的最大層級,不能拆分同類型需求。";
  346. $lang->story->errorStepwiseSubdivide = "該需求類型不允許跨層級拆分,後台可以更改此設置。";
  347. $lang->story->errorCannotSplit = "該需求已拆分此類型的子需求,不能拆分為其他類型需求。";
  348. $lang->story->errorParentSplitTask = "父需求不能轉任務,本次操作已過濾。";
  349. $lang->story->errorERURSplitTask = "父需求、{$lang->ERCommon}、{$lang->URCommon}不能轉任務,本次操作已過濾。";
  350. $lang->story->errorEmptyReviewedBy = "『{$lang->story->reviewers}』不能為空。";
  351. $lang->story->errorEmptyStory = "已有相同標題的需求或標題為空,請檢查輸入。";
  352. $lang->story->mustChooseResult = '必須選擇評審意見';
  353. $lang->story->mustChoosePreVersion = '必須選擇回溯的版本';
  354. $lang->story->noEpic = "暫時沒有{$lang->ERCommon}。";
  355. $lang->story->noStory = "暫時沒有{$lang->SRCommon}。";
  356. $lang->story->noRequirement = "暫時沒有{$lang->URCommon}。";
  357. $lang->story->ignoreChangeStage = "{$lang->SRCommon} %s 狀態為草稿或已關閉,本次操作已被過濾。";
  358. $lang->story->cannotDeleteParent = "不能刪除父{$lang->SRCommon}";
  359. $lang->story->moveChildrenTips = "確認修改所屬產品嗎,修改後,需求的所有子級需求也會跟隨變更。";
  360. $lang->story->changeTips = '該軟件需求關聯的用戶需求有變更,點擊“不變更”忽略此條變更,點擊“變更”來進行該軟件需求的變更。';
  361. $lang->story->estimateMustBeNumber = '估算值必須是數字';
  362. $lang->story->estimateMustBePlus = '估算值不能是負數';
  363. $lang->story->confirmChangeBranch = $lang->SRCommon . '%s已關聯在之前所屬分支的計劃中,調整分支後,' . $lang->SRCommon . '將從之前所屬分支的計劃中移除,請確認是否繼續修改上述' . $lang->SRCommon . '的分支。';
  364. $lang->story->confirmChangePlan = $lang->SRCommon . '%s已關聯在之前計劃的所屬分支中,調整分支後,' . $lang->SRCommon . '將會從計劃中移除,請確認是否繼續修改計劃的所屬分支。';
  365. $lang->story->errorDuplicateStory = $lang->SRCommon . '%s不存在';
  366. $lang->story->confirmRecallChange = "撤銷變更後,需求內容會回退至變更前的版本,您確定要撤銷嗎?";
  367. $lang->story->confirmRecallReview = "您確定要撤回評審嗎?";
  368. $lang->story->noStoryToTask = "狀態不是激活的{$lang->SRCommon}和父{$lang->SRCommon}無法轉為任務!";
  369. $lang->story->ignoreClosedStory = "{$lang->SRCommon} %s 狀態為已關閉,本次操作已被過濾。";
  370. $lang->story->changeProductTips = "確認修改所屬產品嗎,修改後,需求的所有子級需求也會跟隨變更。";
  371. $lang->story->gradeOverflow = "系統檢測該需求下子需求的最大層級為%s,同步修改後為%s,超出系統設置的層級範圍,無法修改。";
  372. $lang->story->batchGradeOverflow = "%s需求的父需求修改後,其子需求的層級會超出系統設置的層級範圍,本次修改已將其忽略。";
  373. $lang->story->batchGradeSameRoot = '%s需求存在父子關係,將不會被修改需求層級。';
  374. $lang->story->batchGradeGtParent = '%s需求的層級不能高於其父需求,本次修改已將其忽略。';
  375. $lang->story->batchParentError = "%s需求的父需求不能為其本身或其子需求,本次修改已將其忽略。";
  376. $lang->story->errorNoGradeSplit = "沒有可拆分的需求層級";
  377. $lang->story->errorRecordMinus = '『%s』不能為負數';
  378. $lang->story->form = new stdclass();
  379. $lang->story->form->area = "該{$lang->SRCommon}所屬範圍";
  380. $lang->story->form->desc = "描述及標準,什麼{$lang->SRCommon}?如何驗收?";
  381. $lang->story->form->resource = '資源分配,有誰完成?需要多少時間?';
  382. $lang->story->form->file = "附件,如果該{$lang->SRCommon}有相關檔案,請點此上傳。";
  383. $lang->story->action = new stdclass();
  384. $lang->story->action->reviewed = array('main' => '$date, 由 <strong>$actor</strong> 記錄評審意見,評審意見為 <strong>$extra</strong>。', 'extra' => 'reviewResultList');
  385. $lang->story->action->rejectreviewed = array('main' => '$date, 由 <strong>$actor</strong> 記錄評審意見,評審意見為 <strong>$extra</strong>,原因為 <strong>$reason</strong>。', 'extra' => 'reviewResultList', 'reason' => 'reasonList');
  386. $lang->story->action->recalled = array('main' => '$date, 由 <strong>$actor</strong> 撤銷評審。');
  387. $lang->story->action->closed = array('main' => '$date, 由 <strong>$actor</strong> 關閉,原因為 <strong>$extra</strong> $appendLink。', 'extra' => 'reasonList');
  388. $lang->story->action->closedbysystem = array('main' => '$date, 系統判定由於關閉了所有子需求,自動關閉父需求。');
  389. $lang->story->action->closedbyparent = array('main' => '$date, 系統判定由於關閉了父需求,自動關閉子需求。');
  390. $lang->story->action->reviewpassed = array('main' => '$date, 由 <strong>系統</strong> 判定,結果為 <strong>確認通過</strong>。');
  391. $lang->story->action->reviewrejected = array('main' => '$date, 由 <strong>系統</strong> 關閉,原因為 <strong>拒絶</strong>。');
  392. $lang->story->action->reviewclarified = array('main' => '$date, 由 <strong>系統</strong> 判定,結果為 <strong>有待明確</strong>,請編輯後重新發起評審。');
  393. $lang->story->action->reviewreverted = array('main' => '$date, 由 <strong>系統</strong> 判定,結果為 <strong>撤銷變更</strong>。');
  394. $lang->story->action->linked2plan = array('main' => '$date, 由 <strong>$actor</strong> 關聯到計劃 <strong>$extra</strong>。');
  395. $lang->story->action->unlinkedfromplan = array('main' => '$date, 由 <strong>$actor</strong> 從計劃 <strong>$extra</strong> 移除。');
  396. $lang->story->action->linked2execution = array('main' => '$date, 由 <strong>$actor</strong> 關聯到' . $lang->executionCommon . ' <strong>$extra</strong>。');
  397. $lang->story->action->unlinkedfromexecution = array('main' => '$date, 由 <strong>$actor</strong> 從' . $lang->executionCommon . ' <strong>$extra</strong> 移除。');
  398. $lang->story->action->linked2kanban = array('main' => '$date, 由 <strong>$actor</strong> 關聯到看板 <strong>$extra</strong>。');
  399. $lang->story->action->linked2project = array('main' => '$date, 由 <strong>$actor</strong> ' . "關聯到{$lang->projectCommon}" . ' <strong>$extra</strong>。');
  400. $lang->story->action->unlinkedfromproject = array('main' => '$date, 由 <strong>$actor</strong> ' . "從{$lang->projectCommon}" . '<strong>$extra</strong> 移除。');
  401. $lang->story->action->linked2build = array('main' => '$date, 由 <strong>$actor</strong> 關聯到構建 <strong>$extra</strong>。');
  402. $lang->story->action->unlinkedfrombuild = array('main' => '$date, 由 <strong>$actor</strong> 從構建 <strong>$extra</strong> 移除。');
  403. $lang->story->action->linked2release = array('main' => '$date, 由 <strong>$actor</strong> 關聯到發佈 <strong>$extra</strong>。');
  404. $lang->story->action->unlinkedfromrelease = array('main' => '$date, 由 <strong>$actor</strong> 從發佈 <strong>$extra</strong> 移除。');
  405. $lang->story->action->linked2revision = array('main' => '$date, 由 <strong>$actor</strong> 關聯到代碼提交 <strong>$extra</strong>');
  406. $lang->story->action->unlinkedfromrevision = array('main' => '$date, 由 <strong>$actor</strong> 取消關聯到代碼提交 <strong>$extra</strong>');
  407. $lang->story->action->linkrelatedstory = array('main' => "\$date, 由 <strong>\$actor</strong> 關聯相關需求 <strong>\$extra</strong>。");
  408. $lang->story->action->subdividestory = array('main' => "\$date, 由 <strong>\$actor</strong> 拆分為{$lang->SRCommon} <strong>\$extra</strong>。");
  409. $lang->story->action->unlinkrelatedstory = array('main' => "\$date, 由 <strong>\$actor</strong> 移除相關需求 <strong>\$extra</strong>。");
  410. $lang->story->action->unlinkchildstory = array('main' => "\$date, 由 <strong>\$actor</strong> 移除拆分{$lang->SRCommon} <strong>\$extra</strong>。");
  411. $lang->story->action->recalledchange = array('main' => "\$date, 由 <strong>\$actor</strong> 撤銷變更。");
  412. $lang->story->action->synctwins = array('main' => "\$date, 系統判斷由於孿生需求 <strong>\$extra</strong> \$operate,本需求同步調整。", 'operate' => 'operateList');
  413. $lang->story->action->syncgrade = array('main' => "\$date, 系統判斷由於父需求層級變動,本需求層級同步修改為 <strong>\$extra</strong>。");
  414. $lang->story->action->linked2roadmap = array('main' => '$date, 由 <strong>$actor</strong> 關聯到路標 <strong>$extra</strong>。');
  415. $lang->story->action->unlinkedfromroadmap = array('main' => '$date, 由 <strong>$actor</strong> 從路標 <strong>$extra</strong> 移除。');
  416. $lang->story->action->changedbycharter = array('main' => '$date, 由 <strong>$actor</strong> 通過立項申請 <strong>$extra</strong> ,需求階段同步調整為Charter立項。');
  417. /* 統計報表。*/
  418. $lang->story->report = new stdclass();
  419. $lang->story->report->common = '報表';
  420. $lang->story->report->select = '請選擇報表類型';
  421. $lang->story->report->create = '生成報表';
  422. $lang->story->report->value = "需求數";
  423. $lang->story->report->charts['storiesPerProduct'] = $lang->productCommon . "{$lang->SRCommon}數量";
  424. $lang->story->report->charts['storiesPerModule'] = "模組{$lang->SRCommon}數量";
  425. $lang->story->report->charts['storiesPerSource'] = "按{$lang->SRCommon}來源統計";
  426. $lang->story->report->charts['storiesPerPlan'] = "按計划進行統計";
  427. $lang->story->report->charts['storiesPerStatus'] = '按狀態進行統計';
  428. $lang->story->report->charts['storiesPerStage'] = '按所處階段進行統計';
  429. $lang->story->report->charts['storiesPerPri'] = '按優先順序進行統計';
  430. $lang->story->report->charts['storiesPerEstimate'] = "按預計{$lang->hourCommon}進行統計";
  431. $lang->story->report->charts['storiesPerOpenedBy'] = '按由誰創建來進行統計';
  432. $lang->story->report->charts['storiesPerAssignedTo'] = '按當前指派來進行統計';
  433. $lang->story->report->charts['storiesPerClosedReason'] = '按關閉原因來進行統計';
  434. $lang->story->report->charts['storiesPerChange'] = '按變更次數來進行統計';
  435. $lang->story->report->charts['storiesPerGrade'] = '按層級來進行統計';
  436. $lang->story->report->options = new stdclass();
  437. $lang->story->report->options->graph = new stdclass();
  438. $lang->story->report->options->type = 'pie';
  439. $lang->story->report->options->width = 500;
  440. $lang->story->report->options->height = 140;
  441. $lang->story->report->storiesPerProduct = new stdclass();
  442. $lang->story->report->storiesPerModule = new stdclass();
  443. $lang->story->report->storiesPerSource = new stdclass();
  444. $lang->story->report->storiesPerPlan = new stdclass();
  445. $lang->story->report->storiesPerStatus = new stdclass();
  446. $lang->story->report->storiesPerStage = new stdclass();
  447. $lang->story->report->storiesPerPri = new stdclass();
  448. $lang->story->report->storiesPerOpenedBy = new stdclass();
  449. $lang->story->report->storiesPerAssignedTo = new stdclass();
  450. $lang->story->report->storiesPerClosedReason = new stdclass();
  451. $lang->story->report->storiesPerEstimate = new stdclass();
  452. $lang->story->report->storiesPerChange = new stdclass();
  453. $lang->story->report->storiesPerGrade = new stdclass();
  454. $lang->story->report->storiesPerProduct->item = $lang->productCommon;
  455. $lang->story->report->storiesPerModule->item = '模組';
  456. $lang->story->report->storiesPerSource->item = '來源';
  457. $lang->story->report->storiesPerPlan->item = '計劃';
  458. $lang->story->report->storiesPerStatus->item = '狀態';
  459. $lang->story->report->storiesPerStage->item = '階段';
  460. $lang->story->report->storiesPerPri->item = '優先順序';
  461. $lang->story->report->storiesPerOpenedBy->item = '由誰創建';
  462. $lang->story->report->storiesPerAssignedTo->item = '指派給';
  463. $lang->story->report->storiesPerClosedReason->item = '原因';
  464. $lang->story->report->storiesPerEstimate->item = "預計{$lang->hourCommon}";
  465. $lang->story->report->storiesPerChange->item = '變更次數';
  466. $lang->story->report->storiesPerGrade->item = '層級';
  467. $lang->story->report->storiesPerProduct->graph = new stdclass();
  468. $lang->story->report->storiesPerModule->graph = new stdclass();
  469. $lang->story->report->storiesPerSource->graph = new stdclass();
  470. $lang->story->report->storiesPerPlan->graph = new stdclass();
  471. $lang->story->report->storiesPerStatus->graph = new stdclass();
  472. $lang->story->report->storiesPerStage->graph = new stdclass();
  473. $lang->story->report->storiesPerPri->graph = new stdclass();
  474. $lang->story->report->storiesPerOpenedBy->graph = new stdclass();
  475. $lang->story->report->storiesPerAssignedTo->graph = new stdclass();
  476. $lang->story->report->storiesPerClosedReason->graph = new stdclass();
  477. $lang->story->report->storiesPerEstimate->graph = new stdclass();
  478. $lang->story->report->storiesPerChange->graph = new stdclass();
  479. $lang->story->report->storiesPerGrade->graph = new stdclass();
  480. $lang->story->report->storiesPerProduct->graph->xAxisName = $lang->productCommon;
  481. $lang->story->report->storiesPerModule->graph->xAxisName = '模組';
  482. $lang->story->report->storiesPerSource->graph->xAxisName = '來源';
  483. $lang->story->report->storiesPerPlan->graph->xAxisName = '計劃';
  484. $lang->story->report->storiesPerStatus->graph->xAxisName = '狀態';
  485. $lang->story->report->storiesPerStage->graph->xAxisName = '所處階段';
  486. $lang->story->report->storiesPerPri->graph->xAxisName = '優先順序';
  487. $lang->story->report->storiesPerOpenedBy->graph->xAxisName = '由誰創建';
  488. $lang->story->report->storiesPerAssignedTo->graph->xAxisName = '當前指派';
  489. $lang->story->report->storiesPerClosedReason->graph->xAxisName = '關閉原因';
  490. $lang->story->report->storiesPerEstimate->graph->xAxisName = '預計時間';
  491. $lang->story->report->storiesPerChange->graph->xAxisName = '變更次數';
  492. $lang->story->report->storiesPerGrade->graph->xAxisName = '層級';
  493. $lang->story->placeholder = new stdclass();
  494. $lang->story->placeholder->estimate = $lang->story->hour;
  495. $lang->story->chosen = new stdClass();
  496. $lang->story->chosen->reviewedBy = '選擇評審人...';
  497. $lang->story->notice = new stdClass();
  498. $lang->story->notice->closed = "您選擇的{$lang->SRCommon}已經被關閉了!";
  499. $lang->story->notice->reviewerNotEmpty = "該{$lang->SRCommon}需要評審,評審人員不能為空。";
  500. $lang->story->notice->changePlan = '所屬計劃只能改為一條,修改後才能保存成功。';
  501. $lang->story->notice->notDeleted = '已經評審過的人員不能刪除。';
  502. $lang->story->convertToTask = new stdClass();
  503. $lang->story->convertToTask->fieldList = array();
  504. $lang->story->convertToTask->fieldList['module'] = '所屬模組';
  505. $lang->story->convertToTask->fieldList['spec'] = "{$lang->SRCommon}描述";
  506. $lang->story->convertToTask->fieldList['pri'] = '優先順序';
  507. $lang->story->convertToTask->fieldList['mailto'] = '抄送給';
  508. $lang->story->convertToTask->fieldList['assignedTo'] = '指派給';
  509. $lang->story->categoryList['feature'] = '功能';
  510. $lang->story->categoryList['interface'] = '介面';
  511. $lang->story->categoryList['performance'] = '性能';
  512. $lang->story->categoryList['safe'] = '安全';
  513. $lang->story->categoryList['experience'] = '體驗';
  514. $lang->story->categoryList['improve'] = '改進';
  515. $lang->story->categoryList['other'] = '其他';
  516. $lang->story->frozenTip = "需求打基線後不允許%s";
  517. $lang->story->frozenTips = "需求:%s 已凍結,將不會被%s。";
  518. $lang->story->changeTip = "只有激活狀態的需求,才能進行變更";
  519. $lang->story->reviewTip = array();
  520. $lang->story->reviewTip['active'] = "該需求已是激活狀態,無需評審";
  521. $lang->story->reviewTip['notReviewer'] = "您不是該需求的評審人員,無法進行評審操作";
  522. $lang->story->reviewTip['reviewed'] = '您已評審';
  523. $lang->story->reviewTip['noPriv'] = '您沒有提交評審權限';
  524. $lang->story->recallTip = array();
  525. $lang->story->recallTip['actived'] = "該需求未發起評審流程,無需撤銷操作";
  526. $lang->story->subDivideTip = array();
  527. $lang->story->subDivideTip['notWait'] = "該需求%s,無法進行拆分操作";
  528. $lang->story->subDivideTip['notActive'] = "評審中和已關閉的需求,無法進行拆分操作";
  529. $lang->story->subDivideTip['twinsSplit'] = '孿生需求不可拆分';
  530. $lang->story->featureBar['browse']['all'] = '全部';
  531. $lang->story->featureBar['browse']['unclosed'] = $lang->story->unclosed;
  532. $lang->story->featureBar['browse']['draft'] = $lang->story->statusList['draft'];
  533. $lang->story->featureBar['browse']['reviewing'] = $lang->story->statusList['reviewing'];
  534. $lang->story->operateList = array();
  535. $lang->story->operateList['assigned'] = '指派';
  536. $lang->story->operateList['closed'] = '關閉';
  537. $lang->story->operateList['activated'] = '激活';
  538. $lang->story->operateList['changed'] = '變更';
  539. $lang->story->operateList['reviewed'] = '評審';
  540. $lang->story->operateList['edited'] = '編輯';
  541. $lang->story->operateList['submitreview'] = '提交評審';
  542. $lang->story->operateList['recalledchange'] = '撤銷變更';
  543. $lang->story->operateList['recalled'] = '撤銷評審';
  544. $lang->story->addBranch = '添加%s';
  545. $lang->story->deleteBranch = '刪除%s';
  546. $lang->story->notice->branch = "每個分支會建立一個需求,需求間互為孿生關係。孿生需求間除{$lang->productCommon}、分支、模組、計劃、階段欄位外均保持同步,後期您可以手動解除孿生關係。";
  547. $lang->story->relievedTwinsRelation = '解除孿生關係';
  548. $lang->story->relievedTwinsRelationTips = '孿生關係解除後無法恢復,需求的關閉將不再同步。';
  549. $lang->story->changeRelievedTwinsTips = '孿生關係解除後無法恢復,孿生需求間內容不再同步。';
  550. $lang->story->cannotRejectTips = '"%s"為已變更的需求,無法評審為拒絶,本次操作已被過濾。';
  551. $lang->story->trackOrderByList['id'] = '按ID';
  552. $lang->story->trackOrderByList['pri'] = '按優先順序';
  553. $lang->story->trackOrderByList['status'] = '按狀態';
  554. $lang->story->trackOrderByList['stage'] = '按階段';
  555. $lang->story->trackOrderByList['category'] = '按類別';
  556. $lang->story->trackSortList['asc'] = '升序';
  557. $lang->story->trackSortList['desc'] = '降序';
  558. $lang->story->error = new stdclass();
  559. $lang->story->error->length = "長度超過了%d個字元,無法保存,請修改後再試";