* Add story module lang.
This commit is contained in:
@@ -9,49 +9,56 @@
|
||||
* @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->story->create = "Story hinzufügen";
|
||||
$lang->story->batchCreate = "Mehere hinzufügen";
|
||||
$lang->story->change = "Ändern";
|
||||
$lang->story->changeAction = "Change Story";
|
||||
$lang->story->changed = 'Geändert';
|
||||
$lang->story->assignTo = 'Assign';
|
||||
$lang->story->assignAction = 'Assign Story';
|
||||
$lang->story->review = 'Prüfen';
|
||||
$lang->story->reviewAction = 'Review Story';
|
||||
$lang->story->needReview = 'Need Review';
|
||||
$lang->story->batchReview = 'Mehere prüfen';
|
||||
$lang->story->edit = "Bearbeiten";
|
||||
$lang->story->batchEdit = "Mehere bearbeiten";
|
||||
$lang->story->subdivide = 'Aufteilen';
|
||||
$lang->story->subdivideAction = 'Decompose Story';
|
||||
$lang->story->splitRequirent = 'Decompose';
|
||||
$lang->story->close = 'Schließen';
|
||||
$lang->story->closeAction = 'Close Story';
|
||||
$lang->story->batchClose = 'Mehere schließen';
|
||||
$lang->story->activate = 'Aktivieren';
|
||||
$lang->story->activateAction = 'Activate Story';
|
||||
$lang->story->delete = "Löschen";
|
||||
$lang->story->deleteAction = "Delete Story";
|
||||
$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 = 'Verküpfen';
|
||||
$lang->story->unlinkStory = 'Verknüpfung aufheben';
|
||||
$lang->story->export = "Daten exportieren";
|
||||
$lang->story->exportAction = "Export Story";
|
||||
$lang->story->zeroCase = "Storys ohne Fälle";
|
||||
$lang->story->zeroTask = "Storys ohne Aufgaben anzeigen";
|
||||
$lang->story->reportChart = "Bericht";
|
||||
$lang->story->reportAction = "Story Report";
|
||||
$lang->story->copyTitle = "Titel kopieren";
|
||||
$lang->story->create = "Story hinzufügen";
|
||||
$lang->story->createStory = 'Create Story';
|
||||
$lang->story->createRequirement = 'Create Requirement';
|
||||
$lang->story->requirement = 'Requirement';
|
||||
$lang->story->story = 'Story';
|
||||
$lang->story->batchCreate = "Mehere hinzufügen";
|
||||
$lang->story->change = "Ändern";
|
||||
$lang->story->changeAction = "Change Story";
|
||||
$lang->story->changed = 'Geändert';
|
||||
$lang->story->assignTo = 'Assign';
|
||||
$lang->story->assignAction = 'Assign Story';
|
||||
$lang->story->review = 'Prüfen';
|
||||
$lang->story->reviewAction = 'Review Story';
|
||||
$lang->story->needReview = 'Need Review';
|
||||
$lang->story->batchReview = 'Mehere prüfen';
|
||||
$lang->story->edit = "Bearbeiten";
|
||||
$lang->story->batchEdit = "Mehere bearbeiten";
|
||||
$lang->story->subdivide = 'Aufteilen';
|
||||
$lang->story->link = 'Link';
|
||||
$lang->story->unlink = 'Unlink';
|
||||
$lang->story->track = 'Track';
|
||||
$lang->story->subdivideAction = 'Decompose Story';
|
||||
$lang->story->splitRequirent = 'Decompose';
|
||||
$lang->story->close = 'Schließen';
|
||||
$lang->story->closeAction = 'Close Story';
|
||||
$lang->story->batchClose = 'Mehere schließen';
|
||||
$lang->story->activate = 'Aktivieren';
|
||||
$lang->story->activateAction = 'Activate Story';
|
||||
$lang->story->delete = "Löschen";
|
||||
$lang->story->deleteAction = "Delete Story";
|
||||
$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 = 'Verküpfen';
|
||||
$lang->story->unlinkStory = 'Verknüpfung aufheben';
|
||||
$lang->story->export = "Daten exportieren";
|
||||
$lang->story->exportAction = "Export Story";
|
||||
$lang->story->zeroCase = "Storys ohne Fälle";
|
||||
$lang->story->zeroTask = "Storys ohne Aufgaben anzeigen";
|
||||
$lang->story->reportChart = "Bericht";
|
||||
$lang->story->reportAction = "Story Report";
|
||||
$lang->story->copyTitle = "Titel kopieren";
|
||||
$lang->story->batchChangePlan = "Mehere Pläne ändern";
|
||||
$lang->story->batchChangeBranch = "Mehere Branches ändern";
|
||||
$lang->story->batchChangeStage = "Mehere Phasen ändern";
|
||||
@@ -63,6 +70,7 @@ $lang->story->common = 'Story';
|
||||
$lang->story->id = 'ID';
|
||||
$lang->story->parent = 'Parent';
|
||||
$lang->story->product = $lang->productCommon;
|
||||
$lang->story->program = 'Program';
|
||||
$lang->story->branch = "Branch/Platform";
|
||||
$lang->story->module = 'Module';
|
||||
$lang->story->moduleAB = 'Module';
|
||||
@@ -119,6 +127,11 @@ $lang->story->allStories = 'Alle';
|
||||
$lang->story->unclosed = 'Nicht geschlossen';
|
||||
$lang->story->deleted = 'Gelöscht';
|
||||
$lang->story->released = 'Released Linked Stories';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
$lang->story->repoCommit = 'Commits';
|
||||
$lang->story->noRequirement = 'No Requirements';
|
||||
|
||||
$lang->story->ditto = 'Dito';
|
||||
$lang->story->dittoNotice = 'Die Story gehört nicht zum Projekt wie die vorherige!';
|
||||
|
||||
@@ -9,49 +9,56 @@
|
||||
* @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
|
||||
* @link https://www.zentao.pm
|
||||
*/
|
||||
$lang->story->create = "Créer Story";
|
||||
$lang->story->batchCreate = "Créer par Lot";
|
||||
$lang->story->change = "Changer";
|
||||
$lang->story->changeAction = "Changer Story";
|
||||
$lang->story->changed = 'Changée';
|
||||
$lang->story->assignTo = 'Affecter';
|
||||
$lang->story->assignAction = 'Affecter Story';
|
||||
$lang->story->review = 'Valider';
|
||||
$lang->story->reviewAction = 'Valider Story';
|
||||
$lang->story->needReview = 'Validation requise';
|
||||
$lang->story->batchReview = 'Validation par lot';
|
||||
$lang->story->edit = "Editer Story";
|
||||
$lang->story->batchEdit = "Editer par Lot";
|
||||
$lang->story->subdivide = 'Décomposer';
|
||||
$lang->story->subdivideAction = 'Décomposer Story';
|
||||
$lang->story->splitRequirent = 'Decompose';
|
||||
$lang->story->close = 'Fermer';
|
||||
$lang->story->closeAction = 'Fermer Story';
|
||||
$lang->story->batchClose = 'Fermer par Lot';
|
||||
$lang->story->activate = 'Activer';
|
||||
$lang->story->activateAction = 'Activer Story';
|
||||
$lang->story->delete = "Supprimer";
|
||||
$lang->story->deleteAction = "Supprimer Story";
|
||||
$lang->story->view = "Détail Story";
|
||||
$lang->story->setting = "Paramétrage";
|
||||
$lang->story->tasks = "Tâches Associées";
|
||||
$lang->story->bugs = "Bugs Associés";
|
||||
$lang->story->cases = "CasTest Associés";
|
||||
$lang->story->taskCount = 'Tâches';
|
||||
$lang->story->bugCount = 'Bugs';
|
||||
$lang->story->caseCount = 'CasTests';
|
||||
$lang->story->taskCountAB = 'T';
|
||||
$lang->story->bugCountAB = 'B';
|
||||
$lang->story->caseCountAB = 'C';
|
||||
$lang->story->linkStory = 'Lier Story';
|
||||
$lang->story->unlinkStory = 'Dissocier';
|
||||
$lang->story->export = "Exporter Données";
|
||||
$lang->story->exportAction = "Exporter Story";
|
||||
$lang->story->zeroCase = "Stories sans CasTests";
|
||||
$lang->story->zeroTask = "Seulement liste des stories sans tâches";
|
||||
$lang->story->reportChart = "Rapport";
|
||||
$lang->story->reportAction = "Rapport de Story";
|
||||
$lang->story->copyTitle = "Copier Titre";
|
||||
$lang->story->create = "Créer Story";
|
||||
$lang->story->createStory = 'Create Story';
|
||||
$lang->story->createRequirement = 'Create Requirement';
|
||||
$lang->story->requirement = 'Requirement';
|
||||
$lang->story->story = 'Story';
|
||||
$lang->story->batchCreate = "Créer par Lot";
|
||||
$lang->story->change = "Changer";
|
||||
$lang->story->changeAction = "Changer Story";
|
||||
$lang->story->changed = 'Changée';
|
||||
$lang->story->assignTo = 'Affecter';
|
||||
$lang->story->assignAction = 'Affecter Story';
|
||||
$lang->story->review = 'Valider';
|
||||
$lang->story->reviewAction = 'Valider Story';
|
||||
$lang->story->needReview = 'Validation requise';
|
||||
$lang->story->batchReview = 'Validation par lot';
|
||||
$lang->story->edit = "Editer Story";
|
||||
$lang->story->batchEdit = "Editer par Lot";
|
||||
$lang->story->subdivide = 'Décomposer';
|
||||
$lang->story->link = 'Link';
|
||||
$lang->story->unlink = 'Unlink';
|
||||
$lang->story->track = 'Track';
|
||||
$lang->story->subdivideAction = 'Décomposer Story';
|
||||
$lang->story->splitRequirent = 'Decompose';
|
||||
$lang->story->close = 'Fermer';
|
||||
$lang->story->closeAction = 'Fermer Story';
|
||||
$lang->story->batchClose = 'Fermer par Lot';
|
||||
$lang->story->activate = 'Activer';
|
||||
$lang->story->activateAction = 'Activer Story';
|
||||
$lang->story->delete = "Supprimer";
|
||||
$lang->story->deleteAction = "Supprimer Story";
|
||||
$lang->story->view = "Détail Story";
|
||||
$lang->story->setting = "Paramétrage";
|
||||
$lang->story->tasks = "Tâches Associées";
|
||||
$lang->story->bugs = "Bugs Associés";
|
||||
$lang->story->cases = "CasTest Associés";
|
||||
$lang->story->taskCount = 'Tâches';
|
||||
$lang->story->bugCount = 'Bugs';
|
||||
$lang->story->caseCount = 'CasTests';
|
||||
$lang->story->taskCountAB = 'T';
|
||||
$lang->story->bugCountAB = 'B';
|
||||
$lang->story->caseCountAB = 'C';
|
||||
$lang->story->linkStory = 'Lier Story';
|
||||
$lang->story->unlinkStory = 'Dissocier';
|
||||
$lang->story->export = "Exporter Données";
|
||||
$lang->story->exportAction = "Exporter Story";
|
||||
$lang->story->zeroCase = "Stories sans CasTests";
|
||||
$lang->story->zeroTask = "Seulement liste des stories sans tâches";
|
||||
$lang->story->reportChart = "Rapport";
|
||||
$lang->story->reportAction = "Rapport de Story";
|
||||
$lang->story->copyTitle = "Copier Titre";
|
||||
$lang->story->batchChangePlan = "Changer Plans par lot";
|
||||
$lang->story->batchChangeBranch = "Changer Branches par lot";
|
||||
$lang->story->batchChangeStage = "Changer Phases par lot";
|
||||
@@ -63,6 +70,7 @@ $lang->story->common = 'Story';
|
||||
$lang->story->id = 'ID';
|
||||
$lang->story->parent = 'Parent';
|
||||
$lang->story->product = $lang->productCommon;
|
||||
$lang->story->program = 'Program';
|
||||
$lang->story->branch = "Branche/Plateforme";
|
||||
$lang->story->module = 'Module';
|
||||
$lang->story->moduleAB = 'Module';
|
||||
@@ -119,6 +127,11 @@ $lang->story->allStories = 'Toutes les Stories';
|
||||
$lang->story->unclosed = 'Non Fermées';
|
||||
$lang->story->deleted = 'Supprimée';
|
||||
$lang->story->released = 'Stories Versionnées';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
$lang->story->repoCommit = 'Commits';
|
||||
$lang->story->noRequirement = 'No Requirements';
|
||||
|
||||
$lang->story->ditto = 'Idem';
|
||||
$lang->story->dittoNotice = "La story n'est pas associée au même product que la précédente !";
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->story->create = "Tạo câu chuyện";
|
||||
$lang->story->createStory = 'Create Story';
|
||||
$lang->story->createRequirement = 'Create Requirement';
|
||||
$lang->story->requirement = 'Requirement';
|
||||
$lang->story->story = 'Story';
|
||||
$lang->story->batchCreate = "Tạo hàng loạt";
|
||||
$lang->story->change = "Thay đổi";
|
||||
$lang->story->changeAction = "Thay đổi câu chuyện";
|
||||
@@ -23,6 +27,9 @@ $lang->story->batchReview = 'Duyệt hàng loạt';
|
||||
$lang->story->edit = "Sửa câu chuyện";
|
||||
$lang->story->batchEdit = "Sửa hàng loạt";
|
||||
$lang->story->subdivide = 'Phân rã';
|
||||
$lang->story->link = 'Link';
|
||||
$lang->story->unlink = 'Unlink';
|
||||
$lang->story->track = 'Track';
|
||||
$lang->story->subdivideAction = 'Phân rã câu chuyện';
|
||||
$lang->story->splitRequirent = 'Phân rã';
|
||||
$lang->story->close = 'Đóng';
|
||||
@@ -63,6 +70,7 @@ $lang->story->common = 'Câu chuyện';
|
||||
$lang->story->id = 'ID';
|
||||
$lang->story->parent = 'Mẹ';
|
||||
$lang->story->product = $lang->productCommon;
|
||||
$lang->story->program = 'Program';
|
||||
$lang->story->branch = "Branch/Platform";
|
||||
$lang->story->module = 'Module';
|
||||
$lang->story->moduleAB = 'Module';
|
||||
@@ -119,6 +127,11 @@ $lang->story->allStories = 'Tất cả câu chuyện';
|
||||
$lang->story->unclosed = 'Chưa đóng';
|
||||
$lang->story->deleted = 'Đã xóa';
|
||||
$lang->story->released = 'Đã phát hành';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
$lang->story->repoCommit = 'Commits';
|
||||
$lang->story->noRequirement = 'No Requirements';
|
||||
|
||||
$lang->story->ditto = 'Như trên';
|
||||
$lang->story->dittoNotice = 'Câu chuyện này chưa liên kết tới cùng sản phẩm bởi bởi vì nó là cuối cùng!';
|
||||
|
||||
Reference in New Issue
Block a user