-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathzh.json
More file actions
145 lines (145 loc) · 4.59 KB
/
zh.json
File metadata and controls
145 lines (145 loc) · 4.59 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
{
"language": "中文",
"button": {
"import": "导入",
"export": "导出",
"new": "新建",
"submit": "提交",
"edit": "编辑",
"save": "保存",
"delete": "删除",
"send": "发送",
"beautify": "格式化",
"minify": "压缩",
"download": "下载",
"batchSend": "批量发送",
"copy": "拷贝",
"ok": "确定",
"next-page": "下一页",
"reload": "重新加载",
"insertSample": "插入样例",
"toolbox": "工具箱",
"refresh": "刷新",
"newtestcase": "新建测试用例",
"viewYaml": "查看 YAML",
"verify": "检查",
"duplicate": "复制",
"generateCode": "生成代码",
"sendWithParam": "参数化",
"fullScreen": "全屏显示",
"cancelFullScreen": "取消全屏",
"viewHistory": "查看历史记录",
"revert": "回退",
"goToHistory": "跳转历史记录",
"deleteAllHistory": "删除所有历史记录"
},
"title": {
"createTestSuite": "创建测试用例集",
"createTestCase": "创建测试用例",
"createStore": "创建存储",
"updateStore": "更新存储",
"createSecret": "创建凭据",
"secretManager": "凭据管理",
"storeManager": "存储管理",
"dataManager": "数据管理",
"apiRequestParameter": "API 请求参数",
"codeGenerator": "代码生成",
"testing": "测试",
"history": "测试历史",
"mock": "模拟",
"welcome": "欢迎",
"logs": "日志",
"secrets": "凭据",
"stores": "存储",
"parameter": "参数",
"functionQuery": "函数查询",
"output": "输出",
"proxy": "代理",
"secure": "安全",
"data": "数据",
"setting": "设置",
"keyBindings": "按键绑定",
"theme": "主题",
"newTestCaseName": "新测试用例名称"
},
"tip": {
"filter": "过滤",
"noParameter": "无参数",
"testsuite": "测试集:",
"apiAddress": "API 地址:",
"runningAt": "运行于:",
"chooseBodyFormat": "选择请求体格式",
"responseBodyTooLarge": "响应体过大,请下载后查看。",
"bodySize": "请求体大小"
},
"field": {
"name": "名称",
"username": "用户名",
"password": "密码",
"properties": "属性",
"plugin": "插件",
"pluginName": "插件名称",
"pluginURL": "插件地址",
"disabled": "禁用",
"status": "状态",
"operations": "操作",
"storageLocation": "保存位置",
"suiteKind": "类型",
"key": "键",
"value": "值",
"proxy": "代理",
"shortcut": "快捷键",
"description": "描述",
"insecure": "忽略证书验证",
"query": "查询参数",
"header": "请求头",
"cookie": "Cookie",
"body": "请求体",
"expected": "预期结果",
"statusCode": "状态码",
"expectedHeaders": "预期响应头",
"bodyFieldExpect": "请求体字段预期",
"verify": "验证",
"schema": "Schema",
"method": "方法",
"filename": "文件名"
},
"proxy": {
"http": "HTTP 代理",
"https": "HTTPS 代理",
"no": "跳过代理"
},
"httpCode": {
"200": "200 成功",
"201": "201 已创建",
"204": "204 无内容",
"400": "400 错误的请求",
"401": "401 未授权",
"402": "402 需要支付",
"403": "403 禁止访问",
"404": "404 未找到",
"405": "405 方法不被允许",
"409": "409 冲突",
"413": "413 请求实体过大",
"415": "415 不支持的媒体类型",
"422": "422 处理不了的实体",
"500": "500 内部服务器错误",
"502": "502 错误的网关",
"503": "503 服务不可用",
"301": "301 永久移动",
"302": "302 临时移动",
"304": "304 未修改",
"406": "406 不接受",
"407": "407 需要代理身份验证",
"408": "408 请求超时",
"410": "410 已删除",
"411": "411 需要内容长度",
"412": "412 前提条件失败",
"414": "414 请求 URI 过长",
"416": "416 范围不可满足",
"417": "417 期望失败",
"429": "429 请求过多",
"501": "501 未实现",
"504": "504 网关超时"
}
}