add constant

This commit is contained in:
Jesse-Ma
2022-12-09 14:14:27 +08:00
parent a0d58cf0a5
commit 5a9fe66cad
10 changed files with 38 additions and 116 deletions

View File

@@ -25,7 +25,7 @@ const en = {
"100005": "Not Published!",
"100006": "Server Unavailable!",
"100011": "Empty Note!",
"100012": "Too Large, Beyond 400K!",
"100012": "Too Large, Beyond {0}!",
}
};
export default en;