* Add lang for workflow.
This commit is contained in:
@@ -28,13 +28,17 @@ $lang->testsuite->importAction = 'Import Case';
|
||||
$lang->testsuite->showImport = 'Imported Data';
|
||||
$lang->testsuite->successSaved = 'Saved';
|
||||
|
||||
$lang->testsuite->id = 'ID';
|
||||
$lang->testsuite->common = 'Test Suite';
|
||||
$lang->testsuite->product = $lang->productCommon;
|
||||
$lang->testsuite->name = 'Name';
|
||||
$lang->testsuite->type = 'Type';
|
||||
$lang->testsuite->desc = 'Description';
|
||||
$lang->testsuite->author = 'Access Control';
|
||||
$lang->testsuite->addedBy = 'CreatedBy';
|
||||
$lang->testsuite->addedDate = 'CreatedDate';
|
||||
$lang->testsuite->lastEditedBy = 'LastEditedBy';
|
||||
$lang->testsuite->lastEditedDate = 'LastEditedDate';
|
||||
|
||||
$lang->testsuite->legendDesc = 'Description';
|
||||
$lang->testsuite->legendBasicInfo = 'Basic Info';
|
||||
|
||||
@@ -28,13 +28,17 @@ $lang->testsuite->importAction = '导入用例';
|
||||
$lang->testsuite->showImport = '显示导入数据';
|
||||
$lang->testsuite->successSaved = '保存成功';
|
||||
|
||||
$lang->testsuite->id = '编号';
|
||||
$lang->testsuite->common = '套件';
|
||||
$lang->testsuite->product = '所属' . $lang->productCommon;
|
||||
$lang->testsuite->name = '名称';
|
||||
$lang->testsuite->type = '类型';
|
||||
$lang->testsuite->desc = '描述';
|
||||
$lang->testsuite->author = '访问权限';
|
||||
$lang->testsuite->addedBy = '由谁创建';
|
||||
$lang->testsuite->addedDate = '创建时间';
|
||||
$lang->testsuite->lastEditedBy = '最后编辑人';
|
||||
$lang->testsuite->lastEditedDate = '最后编辑时间';
|
||||
|
||||
$lang->testsuite->legendDesc = '描述';
|
||||
$lang->testsuite->legendBasicInfo = '基本信息';
|
||||
|
||||
Reference in New Issue
Block a user