This commit is contained in:
Jesse-Ma
2022-12-01 16:36:26 +08:00
parent 332f556d1d
commit b2efddc755
16 changed files with 190 additions and 104 deletions

View File

@@ -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;