* Modify product line language.

This commit is contained in:
tianshujie
2023-03-15 10:56:13 +08:00
parent bdc83c7088
commit dc8fdfb263
3 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -19,7 +19,7 @@ $lang->tree->manage = 'Modul verwalten';
$lang->tree->fix = 'Fix';
$lang->tree->manageProduct = "Verwalte {$lang->productCommon}";
$lang->tree->manageExecution = "Verwalte {$lang->executionCommon}";
$lang->tree->manageLine = "Manage {$lang->productCommon} Line";
$lang->tree->manageLine = "Manage Product Line";
$lang->tree->manageBug = 'Verwalte Bugs';
$lang->tree->manageCase = 'Verwalte Fälle';
$lang->tree->manageCaseLib = 'Verwalte Bibliothek';
@@ -42,7 +42,7 @@ $lang->tree->addChild = "Hinzufügen";
$lang->tree->confirmDelete = 'Do you want to delete this module and its child modules?';
$lang->tree->confirmDeleteMenu = 'Do you want to delete this menu and its child menus?';
$lang->tree->confirmDelCategory = 'Möchten Sie diese Kategorie und ihre Kinderkategorien löschen?';
$lang->tree->confirmDeleteLine = "Do you want to delete this {$lang->productCommon} line?";
$lang->tree->confirmDeleteLine = "Do you want to delete this product line?";
$lang->tree->confirmDeleteGroup = 'Do you want to delete this group and its child groups?';
$lang->tree->confirmRoot = "Any changes to the {$lang->productCommon} will change the stories, bugs, cases of {$lang->productCommon} it belongs to, as well as the linkage of {$lang->executionCommon} and {$lang->productCommon}, which is dangerous. Do you want to change it?";
$lang->tree->confirmRoot4Doc = "Any changes to the library will change the document of library it belongs to, which is dangerous. Do you want to change it?";
@@ -56,7 +56,7 @@ $lang->tree->syncProductModule = 'Sync Module';
$lang->tree->module = 'Modul';
$lang->tree->name = 'Name';
$lang->tree->wordName = 'Name';
$lang->tree->line = "{$lang->productCommon} Line";
$lang->tree->line = "Product Line";
$lang->tree->cate = 'Kategorie Name';
$lang->tree->dir = 'Directory';
$lang->tree->root = 'Root';
@@ -69,7 +69,7 @@ $lang->tree->child = 'Untergeordnet';
$lang->tree->subCategory = 'SubCategory';
$lang->tree->editCategory = 'Kategorie bearbeiten';
$lang->tree->delCategory = 'Kategorie löschen';
$lang->tree->lineChild = "Child {$lang->productCommon} Line";
$lang->tree->lineChild = "Child Product Line";
$lang->tree->owner = 'Besitzer';
$lang->tree->order = 'Reihenfolge';
$lang->tree->short = 'Sortierung';