mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
add i18n
This commit is contained in:
parent
f7239c0eb8
commit
44913c57aa
@ -375,5 +375,7 @@ const msg = {
|
||||
language: "Language",
|
||||
gateway: "Gateway",
|
||||
virtualMQ: "Virtual MQ",
|
||||
AWSCloud: "AWS Cloud",
|
||||
AWSCloudEKS: "EKS"
|
||||
};
|
||||
export default msg;
|
||||
|
@ -378,5 +378,7 @@ const msg = {
|
||||
language: "Lenguaje",
|
||||
gateway: "Puerta",
|
||||
virtualMQ: "MQ virtual",
|
||||
AWSCloud: "Amazon Cloud",
|
||||
AWSCloudEKS: "EKS"
|
||||
};
|
||||
export default msg;
|
||||
|
@ -373,5 +373,7 @@ const msg = {
|
||||
language: "语言",
|
||||
gateway: "网关",
|
||||
virtualMQ: "虚拟消息队列",
|
||||
AWSCloud: "AWS云服务",
|
||||
AWSCloudEKS: "EKS"
|
||||
};
|
||||
export default msg;
|
||||
|
@ -18,7 +18,7 @@
|
||||
export default [
|
||||
{
|
||||
path: "",
|
||||
name: "AWS",
|
||||
name: "AWSCloud",
|
||||
meta: {
|
||||
title: "AWSCloud",
|
||||
icon: "aws",
|
||||
@ -28,9 +28,9 @@ export default [
|
||||
children: [
|
||||
{
|
||||
path: "/aws-eks",
|
||||
name: "EKS",
|
||||
name: "AWSCloudEKS",
|
||||
meta: {
|
||||
title: "EKS",
|
||||
title: "AWSCloudEKS",
|
||||
layer: "AWS_EKS",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user