39 lines
1.8 KiB
PHP
39 lines
1.8 KiB
PHP
<?php
|
|
$lang->repo->source = '基準';
|
|
$lang->repo->target = '對比';
|
|
$lang->repo->compare = '比較';
|
|
$lang->repo->tag = '標籤';
|
|
$lang->repo->select = '請選擇...';
|
|
$lang->repo->searchPlaceholder = '按Git版本篩選';
|
|
$lang->repo->svnPlaceholder = '請輸入版本號';
|
|
$lang->repo->changeFile = '改動檔案';
|
|
|
|
$lang->repo->diffAction = '代碼評審';
|
|
$lang->repo->reviewAction = '評審詳情';
|
|
$lang->repo->commitInfo = '代碼改動詳情';
|
|
$lang->repo->linkedStory = "相關需求";
|
|
$lang->repo->linkedTask = "相關任務";
|
|
$lang->repo->linkedBug = "相關Bug";
|
|
$lang->repo->commited = "提交了";
|
|
$lang->repo->comment = "評論";
|
|
$lang->repo->issueTitle = "問題標題";
|
|
$lang->repo->issueDesc = "詳請";
|
|
$lang->repo->dateTmpl = "于 %s 提出";
|
|
$lang->repo->commentNum = " 條評論";
|
|
|
|
$lang->repo->fileTotal = '%d個檔案';
|
|
$lang->repo->codeSurvey = '發生改動:總共<span class="add-cot">添加%d行</span>代碼,<span class="delete-cot">刪除%d行</span>代碼';
|
|
|
|
$lang->repo->error->differentVersions = '基準和對比不能一樣';
|
|
$lang->repo->error->needTwoVersion = '必須選擇兩個分支/標籤';
|
|
$lang->repo->error->emptyVersion = '版本不能為空';
|
|
$lang->repo->error->versionError = '版本格式錯誤!';
|
|
|
|
$lang->repo->featureBar['review']['all'] = '全部';
|
|
$lang->repo->featureBar['review']['assigntome'] = '指派給我';
|
|
$lang->repo->featureBar['review']['openedbyme'] = '由我創建';
|
|
$lang->repo->featureBar['review']['resolvedbyme'] = '由我解決';
|
|
$lang->repo->featureBar['review']['assigntonull'] = '未指派';
|
|
$lang->repo->featureBar['review']['unresolved'] = '未解決';
|
|
$lang->repo->featureBar['review']['unclosed'] = '未關閉';
|