Chore: Add remaining server translation keys (#3684)

This commit is contained in:
Nelson Chan 2023-09-27 04:53:14 +08:00 committed by GitHub
parent 98b93c887a
commit 2267655e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 36 deletions

View file

@ -47,7 +47,8 @@ module.exports.proxySocketHandler = (socket) => {
callback({
ok: true,
msg: "Deleted",
msg: "successDeleted",
msgi18n: true,
});
} catch (e) {