feat: add gateway,apisix menu (#163)

This commit is contained in:
pg.yang
2022-09-27 10:36:15 +08:00
committed by GitHub
parent d50e9fc261
commit 5bb58a00cd
6 changed files with 67 additions and 0 deletions

View File

@@ -345,5 +345,6 @@ const msg = {
conditionNotice:
"Notice: Please press Enter after inputting a key of content, exclude key of content(key=value).",
language: "Language",
gateway: "Gateway",
};
export default msg;

View File

@@ -348,5 +348,6 @@ const msg = {
conditionNotice:
"Aviso: Por favor presione Intro después de introducir una clave de contenido, excluir clave de contenido(clave=valor).",
language: "Lenguaje",
gateway: "Puerta",
};
export default msg;

View File

@@ -345,5 +345,6 @@ const msg = {
conditionNotice:
"请输入一个内容关键词或者内容不包含的关键词(key=value)之后回车",
language: "语言",
gateway: "网关",
};
export default msg;