From aff04f3ddc8991ada1605282ffc60280f174c276 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Tue, 15 May 2018 16:14:47 +0800 Subject: [PATCH] * Finish task #4066, #4067. --- module/testcase/lang/en.php | 2 ++ module/testcase/lang/zh-cn.php | 2 ++ module/testcase/view/browse.html.php | 9 +++++++++ 3 files changed, 13 insertions(+) diff --git a/module/testcase/lang/en.php b/module/testcase/lang/en.php index 9ba9b5b614..da1ab978e6 100644 --- a/module/testcase/lang/en.php +++ b/module/testcase/lang/en.php @@ -188,6 +188,8 @@ $lang->testcase->noFunction = 'Iconv and mb_convert_encoding is not found. $lang->testcase->noRequire = "Row %s has“%s”which is a required field and it should not be blank."; $lang->testcase->noLibrary = "No library exists. Please create one first."; $lang->testcase->mustChooseResult = 'Review result is required.'; +$lang->testcase->noCase = 'No Case. You could '; +$lang->testcase->noModule = '
You have no modules
Manage now
'; $lang->testcase->searchStories = 'Enter to searcu Story'; $lang->testcase->selectLib = 'Select Library'; diff --git a/module/testcase/lang/zh-cn.php b/module/testcase/lang/zh-cn.php index b6d3404a41..8fe7cdde0e 100644 --- a/module/testcase/lang/zh-cn.php +++ b/module/testcase/lang/zh-cn.php @@ -188,6 +188,8 @@ $lang->testcase->noFunction = '不存在iconv和mb_convert_encoding转码 $lang->testcase->noRequire = "%s行的“%s”是必填字段,不能为空"; $lang->testcase->noLibrary = "现在还没有公共库,请先创建!"; $lang->testcase->mustChooseResult = '必须选择评审结果'; +$lang->testcase->noModule = '
您现在还没有模块信息
请维护测试模块
'; +$lang->testcase->noCase = '暂时没有用例,您现在可以'; $lang->testcase->searchStories = '键入来搜索需求'; $lang->testcase->selectLib = '请选择库'; diff --git a/module/testcase/view/browse.html.php b/module/testcase/view/browse.html.php index c4f53efb2c..3189765cc6 100644 --- a/module/testcase/view/browse.html.php +++ b/module/testcase/view/browse.html.php @@ -26,6 +26,11 @@ js::set('branch', $branch);