* Finish task#8875.

This commit is contained in:
leiyong
2021-01-01 14:37:46 +08:00
parent 970f3e11a5
commit 32a097d03f
7 changed files with 60 additions and 29 deletions
+4 -1
View File
@@ -14,7 +14,9 @@ $lang->my->testCase = 'Meine Fälle';
$lang->my->story = 'Meine Storys';
$lang->my->createProgram = 'Create Program';
$lang->my->project = "My Projects";
$lang->my->execution = "My {$lang->execution->common}";
$lang->my->execution = "My {$lang->execution->common}s";
$lang->my->issue = 'My Issues';
$lang->my->risk = 'My Risks';
$lang->my->profile = 'Meine Profil';
$lang->my->dynamic = 'Meine Verlauf';
$lang->my->editProfile = 'Profil bearbeiten';
@@ -35,6 +37,7 @@ $lang->my->myExecutions = 'My Stage/Sprint/Iteration';
$lang->my->name = 'Name';
$lang->my->code = 'Code';
$lang->my->projects = 'Project';
$lang->my->executions = "{$lang->execution->common}";
$lang->my->taskMenu = new stdclass();
$lang->my->taskMenu->assignedToMe = 'Mir zuweisen';