fix(功能用例): 调整模版导出的注释
--bug=1044273 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001044273
This commit is contained in:
parent
83ef59ab26
commit
3d6bc4907f
|
@ -170,7 +170,7 @@ options_yes=是
|
||||||
options_no=否
|
options_no=否
|
||||||
required=必填
|
required=必填
|
||||||
password_format_is_incorrect=有效密码:8-30位,英文大小写字母+数字+特殊字符(可选)
|
password_format_is_incorrect=有效密码:8-30位,英文大小写字母+数字+特殊字符(可选)
|
||||||
please_input_project_member=请填写该项目下的相关人员ID
|
please_input_project_member=请填写该项目下的相关人员的邮箱
|
||||||
test_case_report_template_repeat=同一工作空间下不能存在同名模版
|
test_case_report_template_repeat=同一工作空间下不能存在同名模版
|
||||||
plan_name_already_exists=测试计划名称已存在
|
plan_name_already_exists=测试计划名称已存在
|
||||||
test_case_already_exists_excel=文件中存在多条相同用例
|
test_case_already_exists_excel=文件中存在多条相同用例
|
||||||
|
|
|
@ -170,7 +170,7 @@ options_yes=Yes
|
||||||
options_no=No
|
options_no=No
|
||||||
required=Required
|
required=Required
|
||||||
password_format_is_incorrect=Valid password: 8-30 digits, English upper and lower case letters + numbers + special characters (optional)
|
password_format_is_incorrect=Valid password: 8-30 digits, English upper and lower case letters + numbers + special characters (optional)
|
||||||
please_input_project_member=Please input project merber's number
|
please_input_project_member=Please input project merber's email
|
||||||
test_case_report_template_repeat=The organization has the same name template
|
test_case_report_template_repeat=The organization has the same name template
|
||||||
plan_name_already_exists=Test plan name already exists
|
plan_name_already_exists=Test plan name already exists
|
||||||
test_case_already_exists_excel=There are duplicate test cases in the import file
|
test_case_already_exists_excel=There are duplicate test cases in the import file
|
||||||
|
@ -546,7 +546,7 @@ excel.template.id=Non mandatory, add a new use case when the ID is empty or does
|
||||||
excel.template.case_edit_type=Not mandatory, fill in STEP for step description, fill in Text for text description, default to Text if not filled in
|
excel.template.case_edit_type=Not mandatory, fill in STEP for step description, fill in Text for text description, default to Text if not filled in
|
||||||
excel.template.tag=Not mandatory labels should be separated by semicolons or commas
|
excel.template.tag=Not mandatory labels should be separated by semicolons or commas
|
||||||
excel.template.text_description=Not mandatory, when the editing mode is STEP, the step description will be based on the identifier [1] [2] [3] To determine whether to split a cell into multiple steps, if not, it is a single step
|
excel.template.text_description=Not mandatory, when the editing mode is STEP, the step description will be based on the identifier [1] [2] [3] To determine whether to split a cell into multiple steps, if not, it is a single step
|
||||||
excel.template.member=please fill in the relevant personnel ID or email under this project
|
excel.template.member=please fill in the relevant personnel email under this project
|
||||||
excel.template.not_required=Not required
|
excel.template.not_required=Not required
|
||||||
case_import_table_header_missing=Header information is missing!
|
case_import_table_header_missing=Header information is missing!
|
||||||
functional_case.module.length_less_than=The title is too long, the length must be less than
|
functional_case.module.length_less_than=The title is too long, the length must be less than
|
||||||
|
|
|
@ -171,7 +171,7 @@ options_yes=是
|
||||||
options_no=否
|
options_no=否
|
||||||
required=必填
|
required=必填
|
||||||
password_format_is_incorrect=有效密码:8-30位,英文大小写字母+数字+特殊字符(可选)
|
password_format_is_incorrect=有效密码:8-30位,英文大小写字母+数字+特殊字符(可选)
|
||||||
please_input_project_member=请填写该项目下的相关人员ID
|
please_input_project_member=请填写该项目下的相关人员邮箱
|
||||||
test_case_report_template_repeat=同一工作空间下不能存在同名模版
|
test_case_report_template_repeat=同一工作空间下不能存在同名模版
|
||||||
plan_name_already_exists=测试计划名称已存在
|
plan_name_already_exists=测试计划名称已存在
|
||||||
test_case_already_exists_excel=文件中存在多条相同用例
|
test_case_already_exists_excel=文件中存在多条相同用例
|
||||||
|
@ -543,7 +543,7 @@ excel.template.id=非必填,ID为空或不存在时新增用例;
|
||||||
excel.template.case_edit_type=非必填,步骤描述填写STEP,文本描述填写TEXT,未填写默认为TEXT
|
excel.template.case_edit_type=非必填,步骤描述填写STEP,文本描述填写TEXT,未填写默认为TEXT
|
||||||
excel.template.tag=非必填,标签之间以分号或者逗号隔开
|
excel.template.tag=非必填,标签之间以分号或者逗号隔开
|
||||||
excel.template.text_description=非必填,编辑模式为STEP时,步骤描述会根据标识[1] [2] [3]...来判断是否将单元格拆分为多个步骤,没有则为一个步骤
|
excel.template.text_description=非必填,编辑模式为STEP时,步骤描述会根据标识[1] [2] [3]...来判断是否将单元格拆分为多个步骤,没有则为一个步骤
|
||||||
excel.template.member=请填写该项目下的相关人员ID或邮箱
|
excel.template.member=请填写该项目下的相关人员的邮箱
|
||||||
excel.template.not_required=非必填
|
excel.template.not_required=非必填
|
||||||
case_import_table_header_missing=表头信息缺失!
|
case_import_table_header_missing=表头信息缺失!
|
||||||
functional_case.module.length_less_than=标题过长,字数必须小于
|
functional_case.module.length_less_than=标题过长,字数必须小于
|
||||||
|
|
|
@ -171,7 +171,7 @@ options_yes=是
|
||||||
options_no=否
|
options_no=否
|
||||||
required=必填
|
required=必填
|
||||||
password_format_is_incorrect=有效密碼:8-30位,英文大小寫字母+數字+特殊字符(可選)
|
password_format_is_incorrect=有效密碼:8-30位,英文大小寫字母+數字+特殊字符(可選)
|
||||||
please_input_project_member=請填寫該項目下的相關人員ID
|
please_input_project_member=請填寫該項目下的相關人員的郵箱
|
||||||
test_case_report_template_repeat=同一工作空間下不能存在同名模版
|
test_case_report_template_repeat=同一工作空間下不能存在同名模版
|
||||||
plan_name_already_exists=測試計劃名稱已存在
|
plan_name_already_exists=測試計劃名稱已存在
|
||||||
test_case_already_exists_excel=文件中存在多條相同用例
|
test_case_already_exists_excel=文件中存在多條相同用例
|
||||||
|
@ -544,7 +544,7 @@ excel.template.id=非必填,ID為空時或不存在時新增用例
|
||||||
excel.template.case_edit_type=非必填,步驟描述填寫STEP,文本描述填寫TEXT,為填寫默認為TEXT
|
excel.template.case_edit_type=非必填,步驟描述填寫STEP,文本描述填寫TEXT,為填寫默認為TEXT
|
||||||
excel.template.tag=非必填,標簽之間以分號或者逗號隔開
|
excel.template.tag=非必填,標簽之間以分號或者逗號隔開
|
||||||
excel.template.text_description=非必填,編輯模式為STEP時,步驟描述會根據標識[1] [2] [3]...來判斷是否將單元格拆分為多個步驟,沒有則為一個步驟
|
excel.template.text_description=非必填,編輯模式為STEP時,步驟描述會根據標識[1] [2] [3]...來判斷是否將單元格拆分為多個步驟,沒有則為一個步驟
|
||||||
excel.template.member=請填寫該項目下的相關人員ID或郵箱
|
excel.template.member=請填寫該項目下的相關人員的郵箱
|
||||||
excel.template.not_required=非必填
|
excel.template.not_required=非必填
|
||||||
case_import_table_header_missing=表頭信息缺失!
|
case_import_table_header_missing=表頭信息缺失!
|
||||||
functional_case.module.length_less_than=標題過長,字數必須小於
|
functional_case.module.length_less_than=標題過長,字數必須小於
|
||||||
|
|
Loading…
Reference in New Issue