Files
flagnote-web/src/i18n/config/en.js
Jesse-Ma 8242885c50 use wasm
2023-03-06 15:55:37 +08:00

35 lines
870 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.",
noteTip: "Start writing something...",
deleteTip: "The note will be deleted automatically. ttl:"
},
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 Published!",
"100006": "Server Unavailable!",
"100011": "Empty Note!",
"100012": "Too Large, Beyond {0}!",
"100013": "The address is used, Copy to a new address.",
"100014": "The text has been modified.",
"800001": "Repetitive Submit!",
}
};
export default en;