提交 29a78a42 编写于 作者: Q q4speed

API翻译同步

上级 3cfc37a2
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
'special_characters_are_not_supported': 'Special characters are not supported', 'special_characters_are_not_supported': 'Special characters are not supported',
'mobile_number_format_is_incorrect': 'Mobile number format is incorrect', 'mobile_number_format_is_incorrect': 'Mobile number format is incorrect',
'email_format_is_incorrect': 'Email format is incorrect', 'email_format_is_incorrect': 'Email format is incorrect',
'password_format_is_incorrect':'Password format is incorrect (At least 8-16 characters, at least 1 uppercase letter, 1 lowercase letter and 1 number)', 'password_format_is_incorrect': 'Password format is incorrect (At least 8-16 characters, at least 1 uppercase letter, 1 lowercase letter and 1 number)',
}, },
user: { user: {
'create': 'Create', 'create': 'Create',
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
'input_name': 'Please enter a user name', 'input_name': 'Please enter a user name',
'input_id': 'Please enter a ID', 'input_id': 'Please enter a ID',
'input_email': 'Please enter a email', 'input_email': 'Please enter a email',
'input_password':'Please enter a password', 'input_password': 'Please enter a password',
'special_characters_are_not_supported': 'Special characters are not supported', 'special_characters_are_not_supported': 'Special characters are not supported',
'mobile_number_format_is_incorrect': 'Mobile number format is incorrect', 'mobile_number_format_is_incorrect': 'Mobile number format is incorrect',
'email_format_is_incorrect': 'Email format is incorrect', 'email_format_is_incorrect': 'Email format is incorrect',
...@@ -131,8 +131,8 @@ export default { ...@@ -131,8 +131,8 @@ export default {
'being_generated': 'Report is being generated...', 'being_generated': 'Report is being generated...',
}, },
load_test: { load_test: {
'operating':'Operating', 'operating': 'Operating',
'pressure_prediction_chart':'Pressure Prediction Chart', 'pressure_prediction_chart': 'Pressure Prediction Chart',
'recent': 'Recent Tests', 'recent': 'Recent Tests',
'search_by_name': 'Search by name', 'search_by_name': 'Search by name',
'project_name': 'Project', 'project_name': 'Project',
...@@ -188,7 +188,77 @@ export default { ...@@ -188,7 +188,77 @@ export default {
'download_log_file': 'Download', 'download_log_file': 'Download',
}, },
api_test: { api_test: {
'select_resource_pool': 'Please select resource pool' save_and_run: "Save and Run",
run: "Run",
running: "Running",
reset: "Rest",
input_name: "Please enter the test name",
select_project: "Please select project",
scenario: {
config: "Scenario Config",
input_name: "Please enter the scenario name",
name: "Scenario Name",
base_url: "Base URL",
base_url_description: "Base URL as URL prefix for all requests",
parameters: "arguments",
headers: "Headers",
kv_description: "Will be used for requests where the item is not set",
},
request: {
input_name: "Please enter the request name",
name: "Request Name",
method: "Method",
url: "url",
url_description: "etc: https://fit2cloud.com",
parameters: "arguments",
parameters_desc: "Parameters will be appended to the URL e.g. https://fit2cloud.com?Name=Value&Name2=Value2",
headers: "Headers",
body: "Body",
body_kv: "Key Value",
body_text: "Raw",
assertions: {
label: "Assertion",
text: "Text",
regex: "Regex",
response_time: "Response Time",
select_type: "Please select a request type",
select_subject: "Please select a request subject",
select_condition: "Please select a condition",
contains: "Contains",
not_contains: "Not contains",
equals: "Equals",
start_with: "Start with",
end_with: "End With",
value: "Value",
expression: "Expression",
response_in_time: "Response in time",
},
extract: "Extract from response",
}
},
api_report: {
request: "Request",
request_body: "Body",
request_headers: "Headers",
request_cookie: "Cookie",
response: "Response",
delete_confirm: 'Confirm delete : ',
scenario_name: "Scenario name",
response_time: "Response time(ms)",
latency: "Latency",
request_size: "Request Size",
response_size: "Response Size",
response_code: "Response Code",
response_message: "Response Message",
error: "Error",
assertions: "Assertions",
assertions_pass: "Passed Assertions",
assertions_name: "Assertion Name",
assertions_message: "Assertion Message",
assertions_is_success: "Fail/Success",
result: "Result",
success: "Success",
fail: "Fail",
}, },
test_track: { test_track: {
test_track: "Test Track", test_track: "Test Track",
......
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
response_time: "响应时间", response_time: "响应时间",
select_type: "请选择类型", select_type: "请选择类型",
select_subject: "请选择对象", select_subject: "请选择对象",
select_contains: "请选择条件", select_condition: "请选择条件",
contains: "包含", contains: "包含",
not_contains: "不包含", not_contains: "不包含",
equals: "等于", equals: "等于",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册