Files
EasySoft-ZenTaoPMS/module/story/lang/de.php
T

589 lines
37 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
/**
* The story module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package story
* @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
* @link https://www.zentao.net
*/
global $config;
$lang->story->create = "Story hinzufügen";
$lang->story->requirement = 'UR';
$lang->story->story = zget($lang, 'SRCommon', "Story");
$lang->story->createStory = 'Create ' . $lang->story->story;
$lang->story->createRequirement = 'Create ' . $lang->story->requirement;
$lang->story->affectedStories = "Affected {$lang->story->story}";
$lang->story->batchCreate = "Mehere hinzufügen";
$lang->story->change = "Ändern";
$lang->story->changed = 'Geändert';
$lang->story->assignTo = 'Assign';
$lang->story->review = 'Prüfen';
$lang->story->submitReview = "Submit Review";
$lang->story->recall = 'Revoke';
$lang->story->recallChange = 'Undo Changes';
$lang->story->recallAction = 'Undo';
$lang->story->relation = 'Relations';
$lang->story->needReview = 'Need Review';
$lang->story->batchReview = 'Mehere prüfen';
$lang->story->edit = "Bearbeiten";
$lang->story->editDraft = "Entwurf bearbeiten";
$lang->story->batchEdit = "Mehere bearbeiten";
$lang->story->subdivide = 'Aufteilen';
$lang->story->subdivideSR = $lang->SRCommon . 'Aufteilen';
$lang->story->link = 'Link';
$lang->story->unlink = 'Unlink';
$lang->story->track = 'Track';
$lang->story->trackAB = 'Track';
$lang->story->processStoryChange = 'Confirm Story Change';
$lang->story->storyChange = 'Story Change';
$lang->story->upstreamDemand = 'Upstream Demand';
$lang->story->split = 'Decompose';
$lang->story->close = 'Schließen';
$lang->story->batchClose = 'Mehere schließen';
$lang->story->activate = 'Aktivieren';
$lang->story->delete = "Löschen";
$lang->story->view = "Storydetails";
$lang->story->setting = "Einstellungen";
$lang->story->tasks = "Verknüpfte Aufgaben";
$lang->story->bugs = "Verknüpfte Bugs";
$lang->story->cases = "Verknüpfte Fälle";
$lang->story->taskCount = 'Aufgaben';
$lang->story->bugCount = 'Bugs';
$lang->story->caseCount = 'Fälle';
$lang->story->taskCountAB = 'T';
$lang->story->bugCountAB = 'B';
$lang->story->caseCountAB = 'C';
$lang->story->linkStory = "Link Story";
$lang->story->unlinkStory = "Verknüpfung aufheben story";
$lang->story->linkStoriesAB = "Link {$lang->SRCommon}";
$lang->story->linkRequirementsAB = "Link {$lang->URCommon}";
$lang->story->export = "Daten exportieren";
$lang->story->zeroCase = "Stories ohne Fälle";
$lang->story->zeroTask = "Stories ohne Aufgaben anzeigen";
$lang->story->reportChart = "Bericht";
$lang->story->copyTitle = "Titel kopieren";
$lang->story->batchChangePlan = "Mehere Pläne ändern";
$lang->story->batchChangeBranch = "Mehere Branches ändern";
$lang->story->batchChangeStage = "Mehere Phasen ändern";
$lang->story->batchAssignTo = "Mehere zuordnen";
$lang->story->batchChangeModule = "Mehere Module ändern";
$lang->story->batchChangeParent = "Batch Change Parent";
$lang->story->batchChangeGrade = "Batch Change Grade";
$lang->story->changeParent = "Change Parent";
$lang->story->viewAll = "Alle";
$lang->story->toTask = 'Convert to Task';
$lang->story->batchToTask = 'Batch Convert to Task';
$lang->story->convertRelations = 'Convert Relations';
$lang->story->undetermined = 'undetermined';
$lang->story->order = 'Order';
$lang->story->saveDraft = 'Save as draft';
$lang->story->doNotSubmit = 'Do Not Submit';
$lang->story->currentBranch = 'Current Branch';
$lang->story->twins = 'Twins story';
$lang->story->relieved = 'Relieved';
$lang->story->relievedTwins = 'Relieved Twins';
$lang->story->loadAllStories = 'All';
$lang->story->hasDividedTask = 'has divided task';
$lang->story->hasDividedCase = 'has divided case';
$lang->story->viewAllGrades = 'View All Grades';
$lang->story->codeBranch = 'Code branch';
$lang->story->unlinkBranch = 'Unlink code branch';
$lang->story->branchName = 'Branch Name';
$lang->story->branchFrom = 'Create from';
$lang->story->codeRepo = 'Code Library';
$lang->story->viewByType = "View By %s";
$lang->story->editAction = "Edit {$lang->SRCommon}";
$lang->story->changeAction = "Change Story";
$lang->story->assignAction = 'Assign Story';
$lang->story->reviewAction = 'Review Story';
$lang->story->subdivideAction = 'Decompose Story';
$lang->story->closeAction = 'Close Story';
$lang->story->activateAction = 'Activate Story';
$lang->story->deleteAction = "Delete Story";
$lang->story->exportAction = "Export Story";
$lang->story->reportAction = "Story Report";
$lang->story->closedStory = "{$lang->SRCommon} %s is closed, and this operation has been filtered.";
$lang->story->batchToTaskTips = "Only active {$lang->SRCommon} can be converted into tasks.";
$lang->story->successToTask = "Converted to task.";
$lang->story->storyRound = '%s time estimation';
$lang->story->float = "『%s』should be positive number, decimals included.";
$lang->story->saveDraftSuccess = 'Save as draft succeeded.';
$lang->story->changeSyncTip = "The modification of this story will be synchronized to the following twin requirements";
$lang->story->syncTip = "The twin story are synchronized except for {$lang->productCommon}, branch, module, plan, and stage. After the twin relationship is dissolved, they are no longer synchronized.";
$lang->story->relievedTip = "The twin relationship cannot be restored after dissolving, the content of the demand is no longer synchronized, whether to dissolving?";
$lang->story->assignSyncTip = "Both twin stories modify the assignor synchronously";
$lang->story->closeSyncTip = "Twin stories are closed synchronously";
$lang->story->activateSyncTip = "Twin stories are activated synchronously";
$lang->story->relievedTwinsTip = "After {$lang->productCommon} adjustment, the twin relationship of this story will be automatically removed, and the story will no longer be synchronized. Do you want to save?";
$lang->story->batchEditTip = "{$lang->SRCommon} %sis twin stories, and this operation has been filtered.";
$lang->story->planTip = "{$lang->SRCommon} only supports single selection plan, other requirements can select multiple plans.";
$lang->story->batchEditError = "All selected {$lang->SRCommon} can not be edited.";
$lang->story->id = 'ID';
$lang->story->parent = 'Parent';
$lang->story->isParent = 'Is Parent';
$lang->story->grade = 'Grade';
$lang->story->gradeName = 'Grade Name';
$lang->story->path = 'Path';
$lang->story->product = $lang->productCommon;
$lang->story->project = $lang->projectCommon;
$lang->story->execution = "Execution";
$lang->story->branch = "Branch/Platform";
$lang->story->module = 'Module';
$lang->story->moduleAB = 'Module';
$lang->story->roadmap = 'Roadmap';
$lang->story->source = 'Von';
$lang->story->sourceNote = 'Hinweis';
$lang->story->fromBug = 'Von Bug';
$lang->story->title = 'Titel';
$lang->story->name = "Name";
$lang->story->type = "Story/Requirement";
$lang->story->category = 'Category';
$lang->story->color = 'Color';
$lang->story->toBug = 'ToBug';
$lang->story->spec = 'Beschreibung';
$lang->story->assign = 'Assign';
$lang->story->verify = 'Akzeptanz';
$lang->story->pri = 'Priorität';
$lang->story->estimate = 'Schätzung(h)';
$lang->story->estimateAB = 'Schätzung(h)';
$lang->story->hour = 'Stunde';
$lang->story->consumed = 'Zeitaufwendig';
$lang->story->status = 'Status';
$lang->story->statusAB = 'Status';
$lang->story->subStatus = 'Sub Status';
$lang->story->stage = 'Phase';
$lang->story->stageAB = 'Phase';
$lang->story->stagedBy = 'SetBy';
$lang->story->mailto = 'Mail an';
$lang->story->openedBy = 'Ersteller';
$lang->story->openedByAB = 'Created';
$lang->story->openedDate = 'Erstellt am';
$lang->story->assignedTo = 'Zuständiger';
$lang->story->assignedToAB = 'Assign';
$lang->story->assignedDate = 'Zugewisen am';
$lang->story->lastEditedBy = 'Letzte Bearbeitung';
$lang->story->lastEditedByAB = 'Letzte Bearbeitung';
$lang->story->lastEditedDate = 'Bearbeitet am';
$lang->story->closedBy = 'Geschlossen von';
$lang->story->closedDate = 'Geschlossen am';
$lang->story->closedReason = 'Geschlossen weil';
$lang->story->rejectedReason = 'Abgelehnt weil';
$lang->story->changedBy = 'ChangedBy';
$lang->story->changedDate = 'ChangedDate';
$lang->story->reviewedBy = 'Prüfer';
$lang->story->reviewer = $lang->story->reviewedBy;
$lang->story->reviewers = 'Reviewers';
$lang->story->reviewedDate = 'Geprüft am';
$lang->story->activatedDate = 'Activated Date';
$lang->story->version = 'Version';
$lang->story->feedbackBy = 'From Name';
$lang->story->notifyEmail = 'From Email';
$lang->story->plan = 'Plan';
$lang->story->planAB = 'Plan';
$lang->story->comment = 'Kommentar';
$lang->story->children = "Child {$lang->SRCommon}";
$lang->story->childItem = "Child Item";
$lang->story->childrenAB = "C";
$lang->story->linkStories = 'Story verknüpfen';
$lang->story->linkRequirements = "Linked {$lang->URCommon}";
$lang->story->childStories = 'Story aufteilen';
$lang->story->duplicateStory = 'Story kopieren';
$lang->story->reviewResult = 'Ergbnis prüfen';
$lang->story->reviewResultAB = 'Bewertungsergebnisse';
$lang->story->preVersion = 'Frühere Version';
$lang->story->keywords = 'Tags';
$lang->story->newStory = 'Weitere Story';
$lang->story->colorTag = 'Farb-Tag';
$lang->story->files = 'Dateien';
$lang->story->copy = "Story kopieren";
$lang->story->total = "Total Stories";
$lang->story->draft = 'Entwurf';
$lang->story->unclosed = 'Nicht geschlossen';
$lang->story->deleted = 'Gelöscht';
$lang->story->released = 'Released Linked Stories';
$lang->story->URChanged = 'Requirement Changed';
$lang->story->design = 'Designs';
$lang->story->case = 'Cases';
$lang->story->bug = 'Bugs';
$lang->story->repoCommit = 'Commits';
$lang->story->one = 'One';
$lang->story->field = 'Synchronized fields';
$lang->story->completeRate = 'Completion Rate';
$lang->story->reviewed = 'Reviewed';
$lang->story->toBeReviewed = 'To Be Reviewed';
$lang->story->linkMR = 'Related MRs';
$lang->story->linkPR = 'Related PRs';
$lang->story->linkCommit = 'Related Commits';
$lang->story->URS = 'User requirements';
$lang->story->estimateUnit = "(Unit: {$lang->story->hour})";
$lang->story->verifiedDate = 'Verified Date';
$lang->story->ditto = 'Dito';
$lang->story->dittoNotice = "This story is not linked to the same {$lang->productCommon} as the last one is!";
$lang->story->viewTypeList['tiled'] = 'Tiled';
$lang->story->viewTypeList['tree'] = 'Tree';
if($config->enableER) $lang->story->typeList['epic'] = $lang->ERCommon;
if($config->URAndSR) $lang->story->typeList['requirement'] = $lang->URCommon;
$lang->story->typeList['story'] = $lang->SRCommon;
$lang->story->needNotReviewList[0] = 'Need Review';
$lang->story->needNotReviewList[1] = 'Need Not Review';
$lang->story->useList[0] = 'Ja';
$lang->story->useList[1] = 'Nein';
$lang->story->statusList[''] = '';
$lang->story->statusList['draft'] = 'Entwurf';
$lang->story->statusList['reviewing'] = 'Wird geprüft';
$lang->story->statusList['active'] = 'Aktiv';
$lang->story->statusList['changing'] = 'Geändert';
$lang->story->statusList['closed'] = 'Geschlossen';
$lang->story->stageList[''] = '';
$lang->story->stageList['wait'] = 'Wartend';
$lang->story->stageList['planned'] = 'Geplant';
$lang->story->stageList['projected'] = 'Projektiert';
$lang->story->stageList['designing'] = 'Designing';
$lang->story->stageList['designed'] = 'Designed';
$lang->story->stageList['developing'] = 'Entwicklung';
$lang->story->stageList['developed'] = 'Entwickelt';
$lang->story->stageList['testing'] = 'Testen';
$lang->story->stageList['tested'] = 'Getestet';
$lang->story->stageList['verified'] = 'Akzepiert';
$lang->story->stageList['rejected'] = 'Verify Rejected';
$lang->story->stageList['delivering'] = 'Delivering';
$lang->story->stageList['delivered'] = 'Delivered';
$lang->story->stageList['released'] = 'Freigegeben';
$lang->story->stageList['closed'] = 'Geschlossen';
$lang->story->reasonList[''] = '';
$lang->story->reasonList['done'] = 'Erledigt';
$lang->story->reasonList['subdivided'] = 'Aufgeteilt';
$lang->story->reasonList['duplicate'] = 'Dublette';
$lang->story->reasonList['postponed'] = 'Verschoben';
$lang->story->reasonList['willnotdo'] = "Ignoriert";
$lang->story->reasonList['cancel'] = 'Abgebrochen';
$lang->story->reasonList['bydesign'] = 'Kein Fehler';
//$lang->story->reasonList['isbug'] = 'Bug!';
$lang->story->reviewResultList[''] = '';
$lang->story->reviewResultList['pass'] = 'Gültig';
$lang->story->reviewResultList['revert'] = 'Umkehren';
$lang->story->reviewResultList['clarify'] = 'Klären';
$lang->story->reviewResultList['reject'] = 'Ablehnen';
$lang->story->reviewList[0] = 'Nein';
$lang->story->reviewList[1] = 'Ja';
$lang->story->sourceList[''] = '';
$lang->story->sourceList['customer'] = 'Kunde';
$lang->story->sourceList['user'] = 'Benutzer';
$lang->story->sourceList['po'] = $lang->productCommon . ' Eigentümer';
$lang->story->sourceList['market'] = 'Marketing';
$lang->story->sourceList['service'] = 'Service';
$lang->story->sourceList['operation'] = 'Operative';
$lang->story->sourceList['support'] = 'Support';
$lang->story->sourceList['competitor'] = 'Wettbewerber';
$lang->story->sourceList['partner'] = 'Partner';
$lang->story->sourceList['dev'] = 'Entwickler';
$lang->story->sourceList['tester'] = 'QS-Team';
$lang->story->sourceList['bug'] = 'Bug';
$lang->story->sourceList['forum'] = 'Forum';
$lang->story->sourceList['other'] = 'Andere';
$lang->story->priList[0] = '';
$lang->story->priList[1] = '1';
$lang->story->priList[2] = '2';
$lang->story->priList[3] = '3';
$lang->story->priList[4] = '4';
$lang->story->changeList = array();
$lang->story->changeList['no'] = 'Cancel';
$lang->story->changeList['yes'] = 'Confirm';
$lang->story->legendBasicInfo = 'Basis Infos';
$lang->story->legendLifeTime = 'Story Leben ';
$lang->story->legendRelated = 'Weitere Infos';
$lang->story->legendMailto = 'Mail an';
$lang->story->legendAttach = 'Dateien';
$lang->story->legendProjectAndTask = $lang->executionCommon . ' Aufgaben';
$lang->story->legendBugs = 'Verküpfte Bugs';
$lang->story->legendFromBug = 'Verküpfte Formular Bugs';
$lang->story->legendCases = 'Verküpfte Fälle';
$lang->story->legendBuilds = 'Verkü pfte Builds';
$lang->story->legendReleases = 'Verkü pfte Releases';
$lang->story->legendLinkStories = 'Verküpfte Stories';
$lang->story->legendChildStories = 'Story auteien';
$lang->story->legendSpec = 'Beschreibung';
$lang->story->legendVerify = 'Akzeptanz';
$lang->story->legendMisc = 'Sonstiges ';
$lang->story->legendInformation = 'Story Information';
$lang->story->lblChange = 'Ändern';
$lang->story->lblReview = 'Prüfen';
$lang->story->lblActivate = 'Aktivieren';
$lang->story->lblClose = 'Close';
$lang->story->lblTBC = 'Task/Bug/Case';
$lang->story->checkAffection = 'Impact';
$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s";
$lang->story->affectedBugs = 'Bug';
$lang->story->affectedCases = 'Fall';
$lang->story->affectedTwins = 'Zwillinge';
$lang->story->specTemplate = "Als ein < type of user >, möchte ich < some goal > dass < some reason >.";
$lang->story->needNotReview = 'Keine Prüfung';
$lang->story->childStoryTitle = 'Contains %s sub-requirements, of which %s have been finished';
$lang->story->childTaskTitle = 'Contains %s tasks, of which %s have been finished';
$lang->story->successSaved = "Story wurde gespeichrt!";
$lang->story->confirmDelete = "Möchten Sie diese Story löschen?";
$lang->story->confirmRecall = "Do you want to recall this story?";
$lang->story->errorEmptyChildStory = '『Unterteilte Story』 darf nicht leer sein.';
$lang->story->errorNotSubdivide = "If the status is reviewing/closed, or a sub story, it cannot be subdivided.";
$lang->story->errorMaxGradeSubdivide = "The current story's grade exceeds the system setting, so it cannot be subdivided same type story.";
$lang->story->errorStepwiseSubdivide = "This requirement type does not allow cross-system splitting. This setting can be changed in the admin.";
$lang->story->errorCannotSplit = "This requirement has been split into sub-requirements of this type and cannot be split into requirements of other types.";
$lang->story->errorParentSplitTask = "Parent requirements cannot be transferred to tasks, this operation has been filtered.";
$lang->story->errorERURSplitTask = "Parent requirements,{$lang->ERCommon} and {$lang->URCommon}cannot be transferred to tasks, this operation has been filtered.";
$lang->story->errorEmptyReviewedBy = "『{$lang->story->reviewers}』darf nicht leer sein.";
$lang->story->errorEmptyStory = "There has same title story or null title story, please check it.";
$lang->story->mustChooseResult = 'Ergebnis wählen';
$lang->story->mustChoosePreVersion = 'Version wählen um es umzukhren.';
$lang->story->noEpic = "No Epics.";
$lang->story->noStory = 'Keine Stories. ';
$lang->story->noRequirement = 'No Requirements.';
$lang->story->ignoreChangeStage = 'The status of %s is Draft or Closed. This operation has been filtered.';
$lang->story->cannotDeleteParent = "Can not delete parent {$lang->SRCommon}";
$lang->story->moveChildrenTips = "Are you sure to modify the product? After modification, all sub-level requirements of the requirement will also be changed accordingly.";
$lang->story->changeTips = 'The story associated with the requirements to change, click "Cancel" ignore this change, click "Confirm" to change the story.';
$lang->story->estimateMustBeNumber = 'Estimate value must be number.';
$lang->story->estimateMustBePlus = 'Estimated value cannot be negative';
$lang->story->confirmChangeBranch = $lang->SRCommon . ' %s is linked to the plan of its linked branch. If the branch is edited, ' . $lang->SRCommon . ' will be removed from the plan of its linked branch. Do you want to continue edit ' . $lang->SRCommon . '?';
$lang->story->confirmChangePlan = $lang->SRCommon . ' %s is linked to the branch of its plan. If the branch is edited, ' . $lang->SRCommon . ' will be removed from the plan. Do you want to continue edit branch ?';
$lang->story->errorDuplicateStory = $lang->SRCommon . '%s not exist';
$lang->story->confirmRecallChange = "After undo the change, the story content will revert to the version before the change. Are you sure you want to undo?";
$lang->story->confirmRecallReview = "Are you sure you want to withdraw the review?";
$lang->story->noStoryToTask = "Only the activated {$lang->SRCommon} can be converted into a task!";
$lang->story->ignoreClosedStory = "{$lang->SRCommon} %s status is closed, and the operation has been filtered.";
$lang->story->changeProductTips = "Are you sure you want to modify the product? After modification, all sub-level requirements of the requirement will also be changed accordingly.";
$lang->story->gradeOverflow = "The system detects that the maximum level of sub-requirements under this requirement is %s. After synchronization modification, it is %s. It exceeds the level range set by the system and cannot be modified.";
$lang->story->batchGradeOverflow = "After the parent requirement of %s is modified, the level of its child requirement will exceed the level range set by the system, and this modification has ignored it.";
$lang->story->batchGradeSameRoot = 'The requirements %s has a parent-child relationship and the requirement grade will not be modified.';
$lang->story->batchGradeGtParent = 'The grade of %s requirements cannot be higher than its parent requirement, and it has been ignored in this modification.';
$lang->story->batchParentError = "The parent requirement of %s requirement cannot be itself or its child requirement, which has been ignored in this modification.";
$lang->story->errorNoGradeSplit = "There has no grade to split.";
$lang->story->form = new stdclass();
$lang->story->form->area = 'Story Bereich';
$lang->story->form->desc = 'Welche Story ist es? Was sind die Abnahmebedingungen?';
$lang->story->form->resource = 'Wer plant die Resourcen? Wie lange wird das dauern?';
$lang->story->form->file = 'Wenn Dateien zu dieser Story gehören, laden Sie diese bIttr hoch.';
$lang->story->action = new stdclass();
$lang->story->action->reviewed = array('main' => '$date, geprüft von <strong>$actor</strong>. Das Ergebnis ist <strong>$extra</strong>.', 'extra' => 'reviewResultList');
$lang->story->action->rejectreviewed = array('main' => '$date, geprüft von <strong>$actor</strong>. Das Ergebnis ist <strong>$extra</strong>, Der Grund ist <strong>$reason</strong>.', 'extra' => 'reviewResultList', 'reason' => 'reasonList');
$lang->story->action->recalled = array('main' => '$date, recalled by <strong>$actor</strong>.');
$lang->story->action->closed = array('main' => '$date, geschlossen von <strong>$actor</strong>. Der Grund ist <strong>$extra</strong> $appendLink.', 'extra' => 'reasonList');
$lang->story->action->closedbysystem = array('main' => '$date, The system determines that the parent story is automatically closed because all child stories are closed.');
$lang->story->action->closedbyparent = array('main' => '$date, The system determines that the child story is automatically closed because its parent story is closed.');
$lang->story->action->reviewpassed = array('main' => '$date, determined by the <strong>System</strong>. The result is <strong>Pass</strong>.');
$lang->story->action->reviewrejected = array('main' => '$date, closed by <strong>System</strong>. The reason is <strong>Rejection</strong>.');
$lang->story->action->reviewclarified = array('main' => '$date, determined by the <strong>System</strong>. The result is <strong>To Be Clarified</strong>. Please re-initiate the review after edit.');
$lang->story->action->reviewreverted = array('main' => '$date, determined by the <strong>System</strong>. The result is <strong>Undo Change</strong>.');
$lang->story->action->linked2plan = array('main' => '$date, verknüpft von <strong>$actor</strong> mit Plan <strong>$extra</strong>');
$lang->story->action->unlinkedfromplan = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> von Plan <strong>$extra</strong>.');
$lang->story->action->linked2execution = array('main' => '$date, verknüpft von <strong>$actor</strong> mit ' . $lang->executionCommon . ' <strong>$extra</strong>.');
$lang->story->action->unlinkedfromexecution = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> mit ' . $lang->executionCommon . ' <strong>$extra</strong>.');
$lang->story->action->linked2kanban = array('main' => '$date, linked by <strong>$actor</strong> to Kanban <strong>$extra</strong>.');
$lang->story->action->linked2project = array('main' => '$date, linked by <strong>$actor</strong> ' . "to {$lang->projectCommon}" . ' <strong>$extra</strong>.');
$lang->story->action->unlinkedfromproject = array('main' => '$date, unlinked by <strong>$actor</strong> ' . "from {$lang->projectCommon}" . ' <strong>$extra</strong>.');
$lang->story->action->linked2build = array('main' => '$date, verknüpft von <strong>$actor</strong> mit Build <strong>$extra</strong>');
$lang->story->action->unlinkedfrombuild = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> von Build <strong>$extra</strong>.');
$lang->story->action->linked2release = array('main' => '$date, verknüpft von <strong>$actor</strong> mit Release <strong>$extra</strong>');
$lang->story->action->unlinkedfromrelease = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> von Release <strong>$extra</strong>.');
$lang->story->action->linked2revision = array('main' => '$date, linked by <strong>$actor</strong> to Revision <strong>$extra</strong>');
$lang->story->action->unlinkedfromrevision = array('main' => '$date, unlinked by <strong>$actor</strong> to Revision <strong>$extra</strong>');
$lang->story->action->linkrelatedstory = array('main' => '$date, verknüpft von <strong>$actor</strong> mit Story <strong>$extra</strong>.');
$lang->story->action->subdividestory = array('main' => '$date, aufgeteilt von <strong>$actor</strong> mit Story <strong>$extra</strong>.');
$lang->story->action->unlinkrelatedstory = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> von Story <strong>$extra</strong>.');
$lang->story->action->unlinkchildstory = array('main' => '$date, Verknüpfung aufgelöst durch <strong>$actor</strong> Story <strong>$extra</strong>.');
$lang->story->action->recalledchange = array('main' => '$date, Undo changes by <strong>\$actor</strong>.');
$lang->story->action->synctwins = array('main' => "\$date, the system judges that this story is adjusted synchronously due to the \$operate of twin story <strong>\$extra</strong>.", 'operate' => 'operateList');
$lang->story->action->syncgrade = array('main' => "\$date, the system judges that this story's parent grade changedthis story grade synchronously changed to <strong>\$extra</strong>.");
$lang->story->action->linked2roadmap = array('main' => '$date, linked by <strong>$actor</strong> to Roadmap <strong>$extra</strong>');
$lang->story->action->unlinkedfromroadmap = array('main' => '$date, unlinked by <strong>$actor</strong> from Roadmap <strong>$extra</strong>.');
$lang->story->action->changedbycharter = array('main' => '$date, launched by <strong>$actor</strong> for charter <strong>$extra</strong>, Synchronously adjust the story stage to In Charter.');
/* Statistical statement. */
$lang->story->report = new stdclass();
$lang->story->report->common = 'Report';
$lang->story->report->select = 'Select Report Type';
$lang->story->report->create = 'Create Report';
$lang->story->report->value = 'Reports';
$lang->story->report->charts['storiesPerProduct'] = 'Group by ' . $lang->productCommon . ' Story';
$lang->story->report->charts['storiesPerModule'] = 'Group by Module Story';
$lang->story->report->charts['storiesPerSource'] = 'Group by Story Source';
$lang->story->report->charts['storiesPerPlan'] = 'Group by Plan';
$lang->story->report->charts['storiesPerStatus'] = 'Group by Status';
$lang->story->report->charts['storiesPerStage'] = 'Group by Phase';
$lang->story->report->charts['storiesPerPri'] = 'Group by Priority';
$lang->story->report->charts['storiesPerEstimate'] = 'Group by Estimates';
$lang->story->report->charts['storiesPerOpenedBy'] = 'Group by CreatedBy';
$lang->story->report->charts['storiesPerAssignedTo'] = 'Group by AssignedTo';
$lang->story->report->charts['storiesPerClosedReason'] = 'Group by Closed Reason';
$lang->story->report->charts['storiesPerChange'] = 'Group by Changed Story';
$lang->story->report->charts['storiesPerGrade'] = 'Group by Story Grade';
$lang->story->report->options = new stdclass();
$lang->story->report->options->graph = new stdclass();
$lang->story->report->options->type = 'pie';
$lang->story->report->options->width = 500;
$lang->story->report->options->height = 140;
$lang->story->report->storiesPerProduct = new stdclass();
$lang->story->report->storiesPerModule = new stdclass();
$lang->story->report->storiesPerSource = new stdclass();
$lang->story->report->storiesPerPlan = new stdclass();
$lang->story->report->storiesPerStatus = new stdclass();
$lang->story->report->storiesPerStage = new stdclass();
$lang->story->report->storiesPerPri = new stdclass();
$lang->story->report->storiesPerOpenedBy = new stdclass();
$lang->story->report->storiesPerAssignedTo = new stdclass();
$lang->story->report->storiesPerClosedReason = new stdclass();
$lang->story->report->storiesPerEstimate = new stdclass();
$lang->story->report->storiesPerChange = new stdclass();
$lang->story->report->storiesPerGrade = new stdclass();
$lang->story->report->storiesPerProduct->item = $lang->productCommon;
$lang->story->report->storiesPerModule->item = 'Module';
$lang->story->report->storiesPerSource->item = 'Source';
$lang->story->report->storiesPerPlan->item = 'Plan';
$lang->story->report->storiesPerStatus->item = 'Status';
$lang->story->report->storiesPerStage->item = 'Phase';
$lang->story->report->storiesPerPri->item = 'Priority';
$lang->story->report->storiesPerOpenedBy->item = 'OpenedBy';
$lang->story->report->storiesPerAssignedTo->item = 'AssignedTo';
$lang->story->report->storiesPerClosedReason->item = 'Reason';
$lang->story->report->storiesPerEstimate->item = 'Estimates';
$lang->story->report->storiesPerChange->item = 'Changed Story';
$lang->story->report->storiesPerGrade->item = 'Grade';
$lang->story->report->storiesPerProduct->graph = new stdclass();
$lang->story->report->storiesPerModule->graph = new stdclass();
$lang->story->report->storiesPerSource->graph = new stdclass();
$lang->story->report->storiesPerPlan->graph = new stdclass();
$lang->story->report->storiesPerStatus->graph = new stdclass();
$lang->story->report->storiesPerStage->graph = new stdclass();
$lang->story->report->storiesPerPri->graph = new stdclass();
$lang->story->report->storiesPerOpenedBy->graph = new stdclass();
$lang->story->report->storiesPerAssignedTo->graph = new stdclass();
$lang->story->report->storiesPerClosedReason->graph = new stdclass();
$lang->story->report->storiesPerEstimate->graph = new stdclass();
$lang->story->report->storiesPerChange->graph = new stdclass();
$lang->story->report->storiesPerGrade->graph = new stdclass();
$lang->story->report->storiesPerProduct->graph->xAxisName = $lang->productCommon;
$lang->story->report->storiesPerModule->graph->xAxisName = 'Module';
$lang->story->report->storiesPerSource->graph->xAxisName = 'Source';
$lang->story->report->storiesPerPlan->graph->xAxisName = 'Plan';
$lang->story->report->storiesPerStatus->graph->xAxisName = 'Status';
$lang->story->report->storiesPerStage->graph->xAxisName = 'Phase';
$lang->story->report->storiesPerPri->graph->xAxisName = 'Priority';
$lang->story->report->storiesPerOpenedBy->graph->xAxisName = 'CreatedBy';
$lang->story->report->storiesPerAssignedTo->graph->xAxisName = 'AssignedTo';
$lang->story->report->storiesPerClosedReason->graph->xAxisName = 'Close Reason';
$lang->story->report->storiesPerEstimate->graph->xAxisName = 'Estimates ';
$lang->story->report->storiesPerChange->graph->xAxisName = 'Change Times';
$lang->story->report->storiesPerGrade->graph->xAxisName = 'Change Times';
$lang->story->placeholder = new stdclass();
$lang->story->placeholder->estimate = $lang->story->hour;
$lang->story->chosen = new stdClass();
$lang->story->chosen->reviewedBy = 'Prüfer wählen';
$lang->story->notice = new stdClass();
$lang->story->notice->closed = "Die ausgewählten {$lang->SRCommon} wurden bereits geschlossen!";
$lang->story->notice->reviewerNotEmpty = "This {$lang->SRCommon} needs to be reviewed, and the reviewedby is required.";
$lang->story->notice->changePlan = 'The plan can be changed to only one item.';
$lang->story->notice->notDeleted = 'People who have been reviewed cannot be deleted.';
$lang->story->convertToTask = new stdClass();
$lang->story->convertToTask->fieldList = array();
$lang->story->convertToTask->fieldList['module'] = 'Module';
$lang->story->convertToTask->fieldList['spec'] = "Description";
$lang->story->convertToTask->fieldList['pri'] = 'Priority';
$lang->story->convertToTask->fieldList['mailto'] = 'Mailto';
$lang->story->convertToTask->fieldList['assignedTo'] = 'AssignTo';
$lang->story->categoryList['feature'] = 'Feature';
$lang->story->categoryList['interface'] = 'Interface';
$lang->story->categoryList['performance'] = 'Performance';
$lang->story->categoryList['safe'] = 'Safe';
$lang->story->categoryList['experience'] = 'Experience';
$lang->story->categoryList['improve'] = 'Improve';
$lang->story->categoryList['other'] = 'Other';
$lang->story->changeTip = 'Only active can be changed.';
$lang->story->reviewTip = array();
$lang->story->reviewTip['active'] = 'The Story is already active,no review requirements.';
$lang->story->reviewTip['notReviewer'] = 'You are not the reviewer of this Story and cannot perform review operations.';
$lang->story->reviewTip['reviewed'] = 'Reviewed';
$lang->story->recallTip = array();
$lang->story->recallTip['actived'] = 'The Story has not initiated a review process and no undo action is required.';
$lang->story->subDivideTip = array();
$lang->story->subDivideTip['notWait'] = 'The Story has been %s and cannot be subdivided.';
$lang->story->subDivideTip['notActive'] = "Reviewing and closed story cannot be subdivided.";
$lang->story->subDivideTip['twinsSplit'] = 'The Twins Story cannot be subdivided.';
$lang->story->featureBar['browse']['all'] = $lang->all;
$lang->story->featureBar['browse']['unclosed'] = $lang->story->unclosed;
$lang->story->featureBar['browse']['draft'] = $lang->story->statusList['draft'];
$lang->story->featureBar['browse']['reviewing'] = $lang->story->statusList['reviewing'];
$lang->story->operateList = array();
$lang->story->operateList['assigned'] = 'assigned';
$lang->story->operateList['closed'] = 'closed';
$lang->story->operateList['activated'] = 'activated';
$lang->story->operateList['changed'] = 'changed';
$lang->story->operateList['reviewed'] = 'reviewed';
$lang->story->operateList['edited'] = 'edited';
$lang->story->operateList['submitreview'] = 'submit review';
$lang->story->operateList['recalledchange'] = 'recalled change';
$lang->story->operateList['recalled'] = 'recalled review';
$lang->story->addBranch = 'Add %s';
$lang->story->deleteBranch = 'Delete %s';
$lang->story->notice->branch = 'Each branch will establish a requirement. The requirements are twins. The twins requirements are synchronized except for the product, branch, module, plan, and stage fields. You can manually remove the twins relationship later';
$lang->story->relievedTwinsRelation = 'Relieved twins relationship';
$lang->story->relievedTwinsRelationTips = 'After the twins relationship is terminated, it cannot be restored and the shutdown of the requirement is no longer synchronized.';
$lang->story->changeRelievedTwinsTips = 'After the twins relationship is terminated, the twin stories are no longer synchronized.';
$lang->story->trackOrderByList['id'] = 'Order by ID';
$lang->story->trackOrderByList['pri'] = 'Order by priority';
$lang->story->trackOrderByList['status'] = 'Order by status';
$lang->story->trackOrderByList['stage'] = 'Order by stage';
$lang->story->trackOrderByList['category'] = 'Order by category';
$lang->story->trackSortList['asc'] = ' Ascending';
$lang->story->trackSortList['desc'] = ' Descending';
$lang->story->error = new stdclass();
$lang->story->error->length = "Length exceeds %d characters, cannot save. Please modify it and try again.";