-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathen.json
More file actions
150 lines (150 loc) · 4.82 KB
/
en.json
File metadata and controls
150 lines (150 loc) · 4.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"language": "English",
"button": {
"import": "Import",
"export": "Export",
"new": "New",
"submit": "Submit",
"edit": "Edit",
"save": "Save",
"delete": "Delete",
"send": "Send",
"beautify": "Beautify",
"minify": "Minify",
"download": "Download",
"batchSend": "Batch Send",
"copy": "Copy",
"ok": "OK",
"next-page": "Next",
"reload": "Reload",
"insertSample": "Insert Sample",
"toolbox": "Tool Box",
"refresh": "Refresh",
"newtestcase": "New TestCase",
"viewYaml": "View YAML",
"verify": "Verify",
"duplicate": "Duplicate",
"generateCode": "Generate Code",
"sendWithParam": "Send With Parameter",
"fullScreen": "Full Screen",
"cancelFullScreen": "Cancel Full Screen",
"viewHistory": "View History Test Case Result",
"revert": "Revert",
"goToHistory": "Go to History",
"deleteAllHistory": "Delete All History"
},
"title": {
"createTestSuite": "Create Test Suite",
"createTestCase": "Create Test Case",
"createStore": "Create Store",
"updateStore": "Update Store",
"createSecret": "Create Secret",
"secretManager": "Secret Manager",
"storeManager": "Store Manager",
"dataManager": "Data Manager",
"protoContent": "Proto Content",
"protoFile": "Proto File",
"protoImport": "Proto Import",
"parameter": "Parameter",
"refelction": "Refelction",
"apiRequestParameter": "API Request Parameter",
"codeGenerator": "Code Generator",
"testing": "Testing",
"history": "Testing History",
"mock": "Mock",
"welcome": "Welcome",
"secrets": "Secrets",
"stores": "Stores",
"functionQuery": "Functions Query",
"output": "Output",
"proxy": "Proxy",
"logs": "Logs",
"secure": "Secure",
"data": "Data",
"setting": "Setting",
"keyBindings": "Key Bindings",
"theme":"Theme",
"newTestCaseName": "New Test Case Name"
},
"tip": {
"filter": "Filter Keyword",
"noParameter": "No Parameter",
"testsuite": "Test Suite:",
"apiAddress": "API Address:",
"runningAt": "Running At:",
"chooseBodyFormat": "Choose the body format",
"responseBodyTooLarge": "Response body is too large, please download to view.",
"bodySize": "Body Size"
},
"field": {
"name": "Name",
"username": "Username",
"password": "Password",
"properties": "Properties",
"plugin": "Plugin",
"pluginName": "Plugin Name",
"pluginURL": "Plugin URL",
"disabled": "Disabled",
"status": "Status",
"operations": "Operations",
"storageLocation": "Location",
"suiteKind": "Suite Kind",
"key": "Key",
"value": "Value",
"proxy": "Proxy",
"shortcut": "Shortcut",
"description": "Description",
"insecure": "Insecure",
"query": "Query",
"header": "Header",
"cookie": "Cookie",
"body": "Body",
"expected": "Expected",
"statusCode": "Status Code",
"expectedHeaders": "Expected Headers",
"bodyFieldExpect": "Body Field Expect",
"verify": "Verify",
"schema": "Schema",
"method": "Method",
"filename": "Filename"
},
"proxy": {
"http": "HTTP Proxy",
"https": "HTTPS Proxy",
"no": "No Proxy"
},
"//see http spec": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403",
"httpCode": {
"200": "200 OK",
"201": "201 Created",
"204": "204 No Content",
"400": "400 Bad Request",
"401": "401 Unauthorized",
"402": "402 Payment Required",
"403": "403 Forbidden",
"404": "404 Not Found",
"405": "405 Method Not Allowed",
"409": "409 Conflict",
"413": "413 Content Too Large",
"415": "415 Unsupported Media Type",
"422": "422 Unprocessable Content",
"500": "500 Internal Server Error",
"502": "502 Bad Gateway",
"503": "503 Service Unavailable",
"301": "301 Moved Permanently",
"302": "302 Found",
"304": "304 Not Modified",
"406": "406 Not Acceptable",
"407": "407 Proxy Authentication Required",
"408": "408 Request Timeout",
"410": "410 Gone",
"411": "411 Length Required",
"412": "412 Precondition Failed",
"414": "414 URI Too Long",
"416": "416 Range Not Satisfiable",
"417": "417 Expectation Failed",
"429": "429 Too Many Requests",
"501": "501 Not Implemented",
"504": "504 Gateway Timeout"
}
}