diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 9e2ac34e..dedbe915 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -175,6 +175,10 @@ const msg = { toTheRight: "To The Right", legendValues: "Legend Values", minDuration: "Minimal Request Duration", + when4xx: + "Sample HTTP requests and responses with tracing when response code between 400 and 499", + when5xx: + "Sample HTTP requests and responses with tracing when response code between 500 and 599", seconds: "Seconds", hourTip: "Select Hour", minuteTip: "Select Minute", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index 80c108f5..09e3e0f7 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -179,6 +179,10 @@ const msg = { asTable: "Como tabla", toTheRight: "Derecha", minDuration: "Duración mínima de la solicitud", + when4xx: + "Ejemplo de solicitud y respuesta http con seguimiento cuando el Código de respuesta está entre 400 y 499", + when5xx: + "Ejemplo de solicitud y respuesta http con seguimiento cuando el Código de respuesta está entre 500 y 599", second: "s", yearSuffix: "Año", monthsHead: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Set_Oct_Nov_Dic", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index a19fe17f..4538d822 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -172,6 +172,8 @@ const msg = { toTheRight: "在右边", legendValues: "图例值", minDuration: "最小请求持续时间", + when4xx: "当响应代码介于400和499之间时,带有跟踪的HTTP请求和响应示例", + when5xx: "当响应代码介于500和599之间时,带有跟踪的HTTP请求和响应示例", seconds: "秒", hourTip: "选择小时", minuteTip: "选择分钟", diff --git a/src/views/dashboard/related/network-profiling/components/NewTask.vue b/src/views/dashboard/related/network-profiling/components/NewTask.vue index 146c800b..eae96aa4 100644 --- a/src/views/dashboard/related/network-profiling/components/NewTask.vue +++ b/src/views/dashboard/related/network-profiling/components/NewTask.vue @@ -21,15 +21,16 @@ limitations under the License. -->