big step
This commit is contained in:
@@ -12,7 +12,16 @@ const en = {
|
||||
selectAll: "Select All",
|
||||
copy: "Copy",
|
||||
copyAll: "Copy All",
|
||||
share: "Share"
|
||||
share: "Share",
|
||||
close: "Close"
|
||||
},
|
||||
error: {
|
||||
"100001": "Unknown Error!",
|
||||
"100002": "Wrong Address!",
|
||||
"100003": "Deleted!",
|
||||
"100004": "Expired!",
|
||||
"100005": "Not Available!",
|
||||
"100006": "100006",
|
||||
}
|
||||
};
|
||||
export default en;
|
||||
|
||||
@@ -12,7 +12,16 @@ const zh = {
|
||||
selectAll: "全选",
|
||||
copy: "复制",
|
||||
copyAll: "复制全部",
|
||||
share: "分享"
|
||||
share: "分享",
|
||||
close: "关闭"
|
||||
},
|
||||
error: {
|
||||
"100001": "未知错误!",
|
||||
"100002": "地址有误!",
|
||||
"100003": "内容已删除!",
|
||||
"100004": "内容已过期!",
|
||||
"100005": "内容不存在!",
|
||||
"100006": "100006",
|
||||
}
|
||||
};
|
||||
export default zh;
|
||||
|
||||
Reference in New Issue
Block a user