* storyLang: fix error of lang items.

This commit is contained in:
liugang
2024-01-11 15:28:46 +08:00
parent 8a7bc640f0
commit fa551d437e
4 changed files with 20 additions and 20 deletions
+10 -10
View File
@@ -56,13 +56,13 @@ $lang->story->caseCount = 'Fälle';
$lang->story->taskCountAB = 'T';
$lang->story->bugCountAB = 'B';
$lang->story->caseCountAB = 'C';
$lang->story->linkStory = 'Link Requirement';
$lang->story->unlinkStory = "Verknüpfung aufheben {$lang->URCommon}";
$lang->story->linkStory = "Link {$lang->SRCommon}";
$lang->story->unlinkStory = "Verknüpfung aufheben {$lang->SRCommon}";
$lang->story->linkStoriesAB = "Link {$lang->SRCommon}";
$lang->story->linkRequirementsAB = "Link {$lang->URCommon}";
$lang->story->export = "Daten exportieren";
$lang->story->zeroCase = "Storys ohne Fälle";
$lang->story->zeroTask = "Storys ohne Aufgaben anzeigen";
$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";
@@ -183,7 +183,7 @@ $lang->story->newStory = 'Weitere Story';
$lang->story->colorTag = 'Farb-Tag';
$lang->story->files = 'Dateien';
$lang->story->copy = "Story kopieren";
$lang->story->total = "Total Storys";
$lang->story->total = "Total Stories";
$lang->story->draft = 'Entwurf';
$lang->story->unclosed = 'Nicht geschlossen';
$lang->story->deleted = 'Gelöscht';
@@ -292,7 +292,7 @@ $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 Storys';
$lang->story->legendLinkStories = 'Verküpfte Stories';
$lang->story->legendChildStories = 'Story auteien';
$lang->story->legendSpec = 'Beschreibung';
$lang->story->legendVerify = 'Akzeptanz';
@@ -321,7 +321,7 @@ $lang->story->errorNotSubdivide = "If the status is not active, or the stage
$lang->story->errorEmptyReviewedBy = "『{$lang->story->reviewers}』darf nicht leer sein.";
$lang->story->mustChooseResult = 'Ergebnis wählen';
$lang->story->mustChoosePreVersion = 'Version wählen um es umzukhren.';
$lang->story->noStory = 'Keine Storys. ';
$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}";
@@ -379,7 +379,7 @@ $lang->story->action->changedbycharter = array('main' => '$date, launched b
/* Statistical statement. */
$lang->story->report = new stdclass();
$lang->story->report->common = 'Bericht';
$lang->story->report->select = 'Storys gruppieren nach';
$lang->story->report->select = 'Stories gruppieren nach';
$lang->story->report->create = 'Erzeugen';
$lang->story->report->value = 'Story Anzahl';
@@ -461,8 +461,8 @@ $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 Storys wurden bereits geschlossen!';
$lang->story->notice->reviewerNotEmpty = 'This requirement needs to be reviewed, and the reviewedby is required.';
$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->convertToTask = new stdClass();
+4 -4
View File
@@ -56,8 +56,8 @@ $lang->story->caseCount = 'Cases';
$lang->story->taskCountAB = 'T';
$lang->story->bugCountAB = 'B';
$lang->story->caseCountAB = 'C';
$lang->story->linkStory = 'Link Requirement';
$lang->story->unlinkStory = "UnLinked {$lang->URCommon}";
$lang->story->linkStory = "Link {$lang->SRCommon}";
$lang->story->unlinkStory = "UnLinked {$lang->SRCommon}";
$lang->story->linkStoriesAB = "Link {$lang->SRCommon}";
$lang->story->linkRequirementsAB = "Link {$lang->URCommon}";
$lang->story->export = "Export Data";
@@ -461,8 +461,8 @@ $lang->story->chosen = new stdClass();
$lang->story->chosen->reviewedBy = 'Choose ReviewedBy';
$lang->story->notice = new stdClass();
$lang->story->notice->closed = 'Story that you select is closed!';
$lang->story->notice->reviewerNotEmpty = 'This requirement needs to be reviewed, and the reviewedby is required.';
$lang->story->notice->closed = "{$lang->SRCommon} that you select is closed!";
$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->convertToTask = new stdClass();
+4 -4
View File
@@ -56,8 +56,8 @@ $lang->story->caseCount = 'CasTests';
$lang->story->taskCountAB = 'T';
$lang->story->bugCountAB = 'B';
$lang->story->caseCountAB = 'C';
$lang->story->linkStory = 'Lier Requirement';
$lang->story->unlinkStory = "Dissocier {$lang->URCommon}";
$lang->story->linkStory = "Lier {$lang->SRCommon}";
$lang->story->unlinkStory = "Dissocier {$lang->SRCommon}";
$lang->story->linkStoriesAB = "Lier {$lang->SRCommon}";
$lang->story->linkRequirementsAB = "Lier {$lang->URCommon}";
$lang->story->export = "Exporter Données";
@@ -461,8 +461,8 @@ $lang->story->chosen = new stdClass();
$lang->story->chosen->reviewedBy = 'Choisir valideur';
$lang->story->notice = new stdClass();
$lang->story->notice->closed = 'La Story que vous avez sélectionnée est malheureusement fermée !';
$lang->story->notice->reviewerNotEmpty = 'This requirement needs to be reviewed, and the reviewedby is required.';
$lang->story->notice->closed = "La {$lang->SRCommon} que vous avez sélectionnée est malheureusement fermée !";
$lang->story->notice->reviewerNotEmpty = "This {$lang->SRCommo} needs to be reviewed, and the reviewedby is required.";
$lang->story->notice->changePlan = 'The plan can be changed to only one item.';
$lang->story->convertToTask = new stdClass();
+2 -2
View File
@@ -56,8 +56,8 @@ $lang->story->caseCount = '用例数';
$lang->story->taskCountAB = 'T';
$lang->story->bugCountAB = 'B';
$lang->story->caseCountAB = 'C';
$lang->story->linkStory = "关联{$lang->URCommon}";
$lang->story->unlinkStory = "移除相关{$lang->URCommon}";
$lang->story->linkStory = "关联{$lang->SRCommon}";
$lang->story->unlinkStory = "移除相关{$lang->SRCommon}";
$lang->story->linkStoriesAB = "关联相关{$lang->SRCommon}";
$lang->story->linkRequirementsAB = "关联相关{$lang->URCommon}";
$lang->story->export = "导出数据";