This commit is contained in:
Fine 2022-09-08 21:23:00 +08:00
parent a95d9b7788
commit c4bca9ff5a
4 changed files with 3 additions and 4 deletions

View File

@ -152,7 +152,7 @@ const msg = {
text: "Text",
query: "Query",
postgreSQL: "PostgreSQL",
endpointTips: "The table shows up to 20 pieces of data.",
endpointTips: "The table shows up to 20 pieces of endpoints.",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",

View File

@ -152,7 +152,7 @@ const msg = {
enableAssociate: "Activar asociación",
query: "Consulta",
postgreSQL: "PostgreSQL",
endpointTips: "Aquí, la tabla muestra hasta 20 Datos.",
endpointTips: "Aquí, la tabla muestra hasta 20 punto final.",
seconds: "Segundos",
hourTip: "Seleccione Hora",
minuteTip: "Seleccione Minuto",

View File

@ -149,7 +149,7 @@ const msg = {
text: "文本",
query: "查询",
postgreSQL: "PostgreSQL",
endpointTips: "这里最多展示20条数据。",
endpointTips: "这里最多展示20条endpoints。",
seconds: "秒",
hourTip: "选择小时",
minuteTip: "选择分钟",

View File

@ -195,6 +195,5 @@ watch(
.tips {
color: red;
float: right;
}
</style>