mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 05:09:17 +00:00
feat: adapt new trace protocol and implement new trace view (#499)
This commit is contained in:
@@ -31,7 +31,7 @@ const msg = {
|
||||
profiles: "Profiles",
|
||||
database: "Database",
|
||||
mySQL: "MySQL/MariaDB",
|
||||
serviceName: "Service Name",
|
||||
serviceName: "Service name",
|
||||
technologies: "Technologies",
|
||||
health: "Health",
|
||||
groupName: "Group Name",
|
||||
@@ -406,5 +406,11 @@ const msg = {
|
||||
minutes: "Minutes",
|
||||
invalidProfilingDurationRange: "Please enter a valid duration between 1 and 900 seconds",
|
||||
taskCreatedSuccessfully: "Task created successfully",
|
||||
runQuery: "Run Query",
|
||||
spansTable: "Spans Table",
|
||||
download: "Download",
|
||||
totalSpans: "Total Spans",
|
||||
spanName: "Span name",
|
||||
parentId: "Parent ID",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -406,5 +406,11 @@ const msg = {
|
||||
minutes: "Minutos",
|
||||
invalidProfilingDurationRange: "Por favor ingrese una duración válida entre 1 y 900 segundos",
|
||||
taskCreatedSuccessfully: "Tarea creada exitosamente",
|
||||
runQuery: "Ejecutar Consulta",
|
||||
spansTable: "Tabla de Lapso",
|
||||
download: "Descargar",
|
||||
totalSpans: "Total Lapso",
|
||||
spanName: "Nombre de Lapso",
|
||||
parentId: "ID Padre",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -404,5 +404,11 @@ const msg = {
|
||||
minutes: "分钟",
|
||||
invalidProfilingDurationRange: "请输入1到900秒之间的有效时长",
|
||||
taskCreatedSuccessfully: "任务创建成功",
|
||||
runQuery: "运行查询",
|
||||
spansTable: "Spans表格",
|
||||
download: "下载",
|
||||
totalSpans: "总跨度",
|
||||
spanName: "跨度名称",
|
||||
parentId: "父ID",
|
||||
};
|
||||
export default msg;
|
||||
|
Reference in New Issue
Block a user