2023-05-16 10:50:42 +08:00

37 lines
1.7 KiB
PHP

<?php
$lang->story->submit = 'Submit Review';
$lang->story->reviewRange = 'Review Range';
$lang->story->unlinkAB = 'Unlink';
$lang->story->affectedStories = "Affected {$lang->SRCommon}";
$lang->story->link = 'Link';
$lang->story->relation = 'View relation';
$lang->story->design = 'Design';
$lang->story->case = 'Case';
$lang->story->bug = 'Bug';
$lang->story->repoFile = 'Code file';
$lang->story->repoCommit = 'Code commit';
$lang->story->requirementStatus = "{$lang->URCommon} status";
$lang->story->importToLib = 'Import to lib';
$lang->story->batchImportToLib = 'Batch improt to lib';
$lang->story->lib = 'Story lib';
$lang->story->approver = 'Approver';
$lang->story->noCheckedItem = 'No records have been selected!';
$lang->story->isExist = 'This story is already added in the Story Lib. Please do not add it again.';
$lang->story->import = 'Import';
$lang->story->createDesign = 'Design';
$lang->story->meeting = 'Meeting';
$lang->story->researchreport = 'Research Report';
$lang->story->category = 'Category';
$lang->story->categoryList[''] = '';
$lang->story->categoryList['performance'] = 'Performance';
$lang->story->categoryList['interface'] = 'Interface';
unset($lang->story->sourceList['other']);
$lang->story->sourceList['meeting'] = 'Meeting';
$lang->story->sourceList['researchreport'] = 'Research Report';
$lang->story->sourceList['other'] = 'Other';
$lang->story->action->importfromstorylib = array('main' => '$date, imported by <strong>$actor</strong> from <strong>$extra</strong>.');