mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
feat: Implement task timeline and policy list widget for continous profiling (#280)
This commit is contained in:
@@ -323,6 +323,7 @@ const msg = {
|
||||
keywordsOfContentLogTips: "Current storage of SkyWalking OAP server does not support this.",
|
||||
setEvent: "Set Event",
|
||||
viewAttributes: "View",
|
||||
attributes: "Attributes",
|
||||
serviceEvents: "Service Events",
|
||||
select: "Select",
|
||||
eventID: "Event ID",
|
||||
@@ -388,6 +389,19 @@ const msg = {
|
||||
elasticsearch: "Elasticsearch",
|
||||
mq: "MQ",
|
||||
rabbitMQ: "RabbitMQ",
|
||||
save: "Save",
|
||||
editStrategy: "Edit Policies",
|
||||
policyList: "Policy List",
|
||||
targetTypes: "Target Type",
|
||||
monitorType: "Monitor Type",
|
||||
count: "Count",
|
||||
threshold: "Threshold",
|
||||
uriRegex: "URI Regex",
|
||||
uriList: "URI List",
|
||||
processes: "Processes",
|
||||
monitorInstances: "Monitor Instances",
|
||||
processDashboards: "Process Dashboards",
|
||||
instanceDashboards: "Instance Dashboards",
|
||||
detailLabel: "Detail Label",
|
||||
summary: "Summary",
|
||||
detail: "Detail",
|
||||
|
@@ -387,6 +387,20 @@ const msg = {
|
||||
elasticsearch: "Elasticsearch",
|
||||
mq: "MQ",
|
||||
rabbitMQ: "RabbitMQ",
|
||||
save: "Salvar",
|
||||
editStrategy: "Estrategia editorial",
|
||||
policyList: "Lista de políticas",
|
||||
targetTypes: "Tipo de objetivo",
|
||||
monitorType: "Tipo de Monitor",
|
||||
count: "Contar",
|
||||
threshold: "Umbral",
|
||||
uriRegex: "Lista URI",
|
||||
uriList: "Lista URI",
|
||||
processes: "Proceso",
|
||||
attributes: "Atributos",
|
||||
monitorInstances: "Ejemplo de Monitor",
|
||||
processDashboards: "Tablero de proceso",
|
||||
instanceDashboards: "Tablero de ejemplo",
|
||||
detailLabel: "Detail Label",
|
||||
summary: "Summary",
|
||||
detail: "Detail",
|
||||
|
@@ -385,6 +385,20 @@ const msg = {
|
||||
elasticsearch: "Elasticsearch",
|
||||
mq: "消息队列",
|
||||
rabbitMQ: "RabbitMQ",
|
||||
save: "保存",
|
||||
editStrategy: "编辑策略",
|
||||
policyList: "策略列表",
|
||||
targetTypes: "目标类型",
|
||||
monitorType: "监视器类型",
|
||||
count: "总数",
|
||||
threshold: "阈值",
|
||||
uriRegex: "URI规则",
|
||||
uriList: "URI列表",
|
||||
processes: "进程",
|
||||
attributes: "属性",
|
||||
monitorInstances: "监视实例",
|
||||
processDashboards: "进程仪表板",
|
||||
instanceDashboards: "实例仪表板",
|
||||
detailLabel: "详细标签",
|
||||
summary: "概括",
|
||||
detail: "详细",
|
||||
|
Reference in New Issue
Block a user