diff --git a/server/locales/en-US/translation.json b/server/locales/en-US/translation.json index e0ee2dea..03b655ff 100644 --- a/server/locales/en-US/translation.json +++ b/server/locales/en-US/translation.json @@ -26,6 +26,7 @@ "k5f7a33eb": "The server does not allow guests to login", "k64a3c830": "User does not exist", "k65a070a1": "Not group admin cannot edit", + "k66e25a3": "No current session privileges", "k674f3f65": "Email verification failed, please enter correct email OTP", "k719464e0": "This message has been recall", "k721cca1f": "User does not exist, please check your email", @@ -39,6 +40,7 @@ "k9e276b5": "The administrator forbids the function of adding friends", "ka3eb52f8": "Call ended, duration: {{num}} minutes", "ka5b432c0": "Too frequent requests can share the same OTP within 10 minutes", + "ka6ee6909": "No session information found", "ka8b712f7": "Email already exists!", "kb143afe": "This data is not allowed to be modified", "kb32d3d62": "Anonymous", diff --git a/server/locales/zh-CN/translation.json b/server/locales/zh-CN/translation.json index cf328bfc..679dd331 100644 --- a/server/locales/zh-CN/translation.json +++ b/server/locales/zh-CN/translation.json @@ -26,6 +26,7 @@ "k5f7a33eb": "服务器不允许游客登录", "k64a3c830": "用户不存在", "k65a070a1": "不是群组管理员无法编辑", + "k66e25a3": "没有当前会话权限", "k674f3f65": "邮箱校验失败, 请输入正确的邮箱OTP", "k719464e0": "该消息已被撤回", "k721cca1f": "用户不存在, 请检查您的邮箱", @@ -39,6 +40,7 @@ "k9e276b5": "管理员禁止添加好友功能", "ka3eb52f8": "通话已结束, 时长: {{num}}分钟", "ka5b432c0": "过于频繁的请求,10 分钟内可以共用同一OTP", + "ka6ee6909": "没有找到会话信息", "ka8b712f7": "邮箱已存在!", "kb143afe": "该数据不允许修改", "kb32d3d62": "匿名用户",