feat: add period (#235)

This commit is contained in:
Fine0830
2023-02-15 13:37:14 +08:00
committed by GitHub
parent a1066f09e4
commit b2707e0e62
5 changed files with 17 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ const msg = {
generateLink: "Generate Link",
setDuration: "Lock Query Duration",
openFunction: "OpenFunction",
period: "Period",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",

View File

@@ -186,6 +186,7 @@ const msg = {
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",
taskTitle: "Reglas de recolección de peticiones y respuestas HTTP",
period: "Period",
second: "s",
yearSuffix: "Año",
monthsHead: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Set_Oct_Nov_Dic",

View File

@@ -181,6 +181,7 @@ const msg = {
generateLink: "生成链接",
setDuration: "锁定查询持续时间",
openFunction: "OpenFunction",
period: "周期",
seconds: "秒",
hourTip: "选择小时",
minuteTip: "选择分钟",