Files
flagnote-web/src/i18n/config/en.js
Jesse-Ma b2efddc755 big step
2022-12-01 16:36:26 +08:00

28 lines
534 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const en = {
message: {
askTodelete: "Are you sure to delete?",
},
content: {
blankTip: "I am Blank.",
},
button: {
ok: "OK",
yes: "Yes",
no: "No",
selectAll: "Select All",
copy: "Copy",
copyAll: "Copy All",
share: "Share",
close: "Close"
},
error: {
"100001": "Unknown Error!",
"100002": "Wrong Address",
"100003": "Deleted",
"100004": "Expired!",
"100005": "Not Available!",
"100006": "100006",
}
};
export default en;