fix: 下载jtl国际化的key失败
This commit is contained in:
parent
bed8216258
commit
414674d833
|
@ -48,6 +48,7 @@ related_case_del_fail_prefix=Connected to
|
||||||
related_case_del_fail_suffix=TestCase, please disassociate first
|
related_case_del_fail_suffix=TestCase, please disassociate first
|
||||||
jmx_content_valid=JMX content is invalid
|
jmx_content_valid=JMX content is invalid
|
||||||
container_delete_fail=The container failed to stop, please try again
|
container_delete_fail=The container failed to stop, please try again
|
||||||
|
load_test_report_file_not_exist=There is no JTL file in the current report, please wait or execute it again to get it
|
||||||
#workspace
|
#workspace
|
||||||
workspace_name_is_null=Workspace name cannot be null
|
workspace_name_is_null=Workspace name cannot be null
|
||||||
workspace_name_already_exists=The workspace name already exists
|
workspace_name_already_exists=The workspace name already exists
|
||||||
|
|
|
@ -48,6 +48,7 @@ related_case_del_fail_prefix=已关联到
|
||||||
related_case_del_fail_suffix=测试用例,请先解除关联
|
related_case_del_fail_suffix=测试用例,请先解除关联
|
||||||
jmx_content_valid=JMX 内容无效,请检查
|
jmx_content_valid=JMX 内容无效,请检查
|
||||||
container_delete_fail=容器由于网络原因停止失败,请重试
|
container_delete_fail=容器由于网络原因停止失败,请重试
|
||||||
|
load_test_report_file_not_exist=当前报告没有JTL文件,请等待或重新执行以便获取
|
||||||
#workspace
|
#workspace
|
||||||
workspace_name_is_null=工作空间名不能为空
|
workspace_name_is_null=工作空间名不能为空
|
||||||
workspace_name_already_exists=工作空间名已存在
|
workspace_name_already_exists=工作空间名已存在
|
||||||
|
|
|
@ -48,6 +48,7 @@ related_case_del_fail_prefix=已關聯到
|
||||||
related_case_del_fail_suffix=測試用例,請先解除關聯
|
related_case_del_fail_suffix=測試用例,請先解除關聯
|
||||||
jmx_content_valid=JMX 內容無效,請檢查
|
jmx_content_valid=JMX 內容無效,請檢查
|
||||||
container_delete_fail=容器由於網絡原因停止失敗,請重試
|
container_delete_fail=容器由於網絡原因停止失敗,請重試
|
||||||
|
load_test_report_file_not_exist=當前報告沒有JTL文件,請等待或重新執行以便獲取
|
||||||
#workspace
|
#workspace
|
||||||
workspace_name_is_null=工作空間名不能為空
|
workspace_name_is_null=工作空間名不能為空
|
||||||
workspace_name_already_exists=工作空間名已存在
|
workspace_name_already_exists=工作空間名已存在
|
||||||
|
|
Loading…
Reference in New Issue