Skip to content

Commit

Permalink
Merge pull request #701 from 724338817/dev-3.0
Browse files Browse the repository at this point in the history
modify errorCode
  • Loading branch information
CodingCattwo authored Dec 10, 2021
2 parents 8b07b7a + bab5f1b commit 981e3c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}</style></head><body><body><div id=app style="height: 100% !important;"></div><script type=text/javascript src=./static/js/0.37e8070f3cf37c724341.js></script><script type=text/javascript src=./static/js/3.9399f521f60af64cfd47.js></script><script type=text/javascript src=./static/js/runtime.ae846189f4d523a0caf3.js></script><script type=text/javascript src=./static/js/5.3de44c8af7d57401ccff.js></script></body><script>if (self == top) {
}</style></head><body><body><div id=app style="height: 100% !important;"></div><script type=text/javascript src=./static/js/0.37e8070f3cf37c724341.js></script><script type=text/javascript src=./static/js/3.7d4cfa10be3a966a8e63.js></script><script type=text/javascript src=./static/js/runtime.ae846189f4d523a0caf3.js></script><script type=text/javascript src=./static/js/5.3de44c8af7d57401ccff.js></script></body><script>if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
16 changes: 8 additions & 8 deletions web/src/util/errcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,39 +1022,39 @@ let errCode = {
},
"201601": {
en: "Sdk's peers cannot be empty",
zh: "Sdk的对等体不能为空"
zh: "Sdk的peers不能为空"
},
"201602": {
en: "Sdk's sdk certificates and key cannot be empty",
zh: "Sdk的Sdk证书和密钥不能为空"
},
"201603": {
en: "Sdk's peers same with new peers",
zh: "Sdk的对等体与新对等体相同"
zh: "Sdk的peers与新peers相同"
},
"201604": {
en: "webase-front connect to new peers ip port failed!",
zh: "web -front连接到新对等点IP端口失败!"
zh: "节点前置连接到新peers IP端口失败!"
},
"201605": {
en: "Build client instance of new group failed",
zh: "构建新组的客户端实例失败"
zh: "创建新群组的Client实例失败"
},
"201665": {
en: "Build eventSubscribe instance of new group failed",
zh: "创建新组的eventSubscribe实例失败"
zh: "创建新群组的EventSub实例失败"
},
"201621": {
en: "Sealer's weight cannot be null",
zh: "共识的weight不能为空"
zh: "共识节点的权重值不可为空"
},
"201606": {
en: "This group only support Liquid contract of wasm",
zh: "这个群组只支持wasm的Liquid契约"
zh: "当前群组仅支持Liquid合约"
},
"201607": {
en: "This group not connected with front's rpc peers",
zh: "这个群组没有与front的rpc对等体连接"
zh: "节点前置无法通过已连接的rpc节点访问该群组"
},
}
export function chooseLang(code) {
Expand Down

0 comments on commit 981e3c2

Please sign in to comment.