ddm-plugin-dubbo-support 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/i18n.js CHANGED
@@ -150,10 +150,48 @@ __webpack_require__.r(__webpack_exports__);
150
150
  providerInfo: "Provider Info",
151
151
  requestParamType: "Request Parameter Type",
152
152
  requestParam: "Request Parameter",
153
+ attachments: "Attachments",
154
+ attachmentKey: "Key",
155
+ attachmentValue: "Value",
156
+ attachmentSource: "Source",
157
+ attachmentDescription: "Description",
158
+ attachmentAuto: "Auto generated",
159
+ attachmentCustom: "Custom",
160
+ attachmentOverride: "Overrides auto value",
161
+ attachmentsUnsupported: "The current invoker does not support attachments. Use the JS invoker or Triple protocol.",
162
+ showAutoAttachments: "Show hidden auto entries ({count})",
163
+ hideAutoAttachments: "Hide auto-generated entries",
164
+ attachmentReasons: {
165
+ contentType: "The media type of the Triple HTTP request body; JSON encoding is currently used.",
166
+ accept: "Declares that the Triple client expects a JSON response.",
167
+ triProtocolVersion: "Identifies the request as a Triple HTTP protocol request.",
168
+ triServiceVersion: "Matches the service version exported by the provider.",
169
+ triServiceGroup: "Matches the service group exported by the provider.",
170
+ path: "Identifies the Dubbo service path to invoke.",
171
+ interface: "Identifies the Dubbo service interface for this invocation.",
172
+ generic: "Marks this request as a GenericService invocation.",
173
+ version: "Matches the Dubbo service version exported by the provider.",
174
+ group: "Matches the Dubbo service group exported by the provider."
175
+ },
153
176
  requestParamStrategyTitle: "Parameter generation strategy",
154
177
  paramGenerateStrategyDesc: "The history argument of the last successful call is used first, and if not, an attempt is made to generate the argument",
155
178
  format: "format",
156
179
  responseInfo: "Response",
180
+ responseTiming: "Response timing",
181
+ clientTiming: "Client timing",
182
+ serverTiming: "Server-reported timing",
183
+ serverTimingNote: "Reported by the server for reference only; not included in client total time.",
184
+ timingDetailUnavailable: "No phase timing is available for this record",
185
+ timingPhases: {
186
+ prepare: "Request preparation",
187
+ dns: "DNS lookup",
188
+ tcp: "TCP connection",
189
+ tls: "TLS handshake",
190
+ send: "Request sent",
191
+ wait: "Waiting for response",
192
+ receive: "Response received",
193
+ decode: "Response parsing"
194
+ },
157
195
  compareLastResponse: "Compare previous response",
158
196
  closeResponseCompare: "Close response comparison",
159
197
  historyInvokeParamList: "History call",
@@ -313,10 +351,48 @@ __webpack_require__.r(__webpack_exports__);
313
351
  providerInfo: "提供者信息",
314
352
  requestParamType: "请求参数类型",
315
353
  requestParam: "请求参数",
354
+ attachments: "Attachments",
355
+ attachmentKey: "Key",
356
+ attachmentValue: "Value",
357
+ attachmentSource: "来源",
358
+ attachmentDescription: "描述",
359
+ attachmentAuto: "自动生成",
360
+ attachmentCustom: "自定义",
361
+ attachmentOverride: "覆盖自动值",
362
+ attachmentsUnsupported: "当前调用器不支持 Attachments,请使用 JS 调用器或 Triple 协议。",
363
+ showAutoAttachments: "显示隐藏的自动项({count})",
364
+ hideAutoAttachments: "隐藏自动生成项",
365
+ attachmentReasons: {
366
+ contentType: "Triple HTTP 请求体的媒体类型,当前使用 JSON 编码。",
367
+ accept: "声明 Triple 客户端期望接收 JSON 格式的响应。",
368
+ triProtocolVersion: "Triple 协议版本头,Provider 用它识别 Triple HTTP 请求。",
369
+ triServiceVersion: "用于匹配 Provider 发布的服务版本。",
370
+ triServiceGroup: "用于匹配 Provider 发布的服务分组。",
371
+ path: "Dubbo 协议用它定位要调用的服务路径。",
372
+ interface: "标识当前调用的 Dubbo 服务接口。",
373
+ generic: "表示本次请求使用 GenericService 泛化调用。",
374
+ version: "用于匹配 Provider 发布的 Dubbo 服务版本。",
375
+ group: "用于匹配 Provider 发布的 Dubbo 服务分组。"
376
+ },
316
377
  requestParamStrategyTitle: "参数生成策略",
317
378
  paramGenerateStrategyDesc: "首先会使用上次调用成功的历史参数,如果没有,会尝试生成参数",
318
379
  format: "格式化",
319
380
  responseInfo: "响应",
381
+ responseTiming: "响应耗时",
382
+ clientTiming: "客户端耗时",
383
+ serverTiming: "服务端报告耗时",
384
+ serverTimingNote: "由服务端提供,仅供参考,不计入客户端总耗时。",
385
+ timingDetailUnavailable: "该记录没有阶段耗时信息",
386
+ timingPhases: {
387
+ prepare: "请求准备",
388
+ dns: "DNS 查询",
389
+ tcp: "TCP 连接",
390
+ tls: "TLS 握手",
391
+ send: "发送请求",
392
+ wait: "等待响应",
393
+ receive: "接收响应",
394
+ decode: "响应解析"
395
+ },
320
396
  compareLastResponse: "比较上一次响应结果",
321
397
  closeResponseCompare: "关闭响应结果对比",
322
398
  historyInvokeParamList: "历史调用参数",