forked from x/ContextOS
add some
This commit is contained in:
parent
c68d4a9089
commit
58d566ff23
@ -71,7 +71,6 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
team.ASSET, "资产",
|
team.ASSET, "资产",
|
||||||
mall.GOODS, "商品", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
mall.GOODS, "商品", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
||||||
html.HEIGHT, "高度", html.WIDTH, "宽度", html.MARGIN, "边距", html.SPEED, "速度",
|
html.HEIGHT, "高度", html.WIDTH, "宽度", html.MARGIN, "边距", html.SPEED, "速度",
|
||||||
"text", "文本",
|
|
||||||
"play", "演示",
|
"play", "演示",
|
||||||
"access", "访问",
|
"access", "访问",
|
||||||
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
"msg", "报文", "log", kit.Dict(mdb.ID, "链路"),
|
||||||
@ -86,5 +85,10 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
"kernel", "内核",
|
"kernel", "内核",
|
||||||
"arch", "架构",
|
"arch", "架构",
|
||||||
"click to detail", "点击查看详情",
|
"click to detail", "点击查看详情",
|
||||||
|
"endPoint", "节点", "secretId", "帐号", "secretKey", "密钥",
|
||||||
|
"weight", "权重",
|
||||||
|
),
|
||||||
|
html.VALUE, kit.Dict(
|
||||||
|
"ENABLE", "启用", "DISABLE", "禁用",
|
||||||
),
|
),
|
||||||
)})
|
)})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user