diff --git a/client/shared/i18n/langs/en-US/translation.json b/client/shared/i18n/langs/en-US/translation.json index 91560911..e2d660ed 100644 --- a/client/shared/i18n/langs/en-US/translation.json +++ b/client/shared/i18n/langs/en-US/translation.json @@ -308,6 +308,7 @@ "kb8021af2": "Disable create converse from group", "kb86bd9c9": "View Panel", "kb8ec7062": "Email verification passed", + "kb93f5858": "Allow members to modify group basic information", "kb96b79c5": "Allow management of invitation links", "kbc76781d": "No permission to send messages, please contact the group owner", "kbcacf812": "Are you sure to clear the inbox?", @@ -335,6 +336,7 @@ "kc9283683": "Are you sure you want to delete the panel [{{name}}]", "kc9bd3ad6": "Reset to default permissions", "kc9cc6154": "Friends", + "kca811bd0": "Modify group basic information", "kcac0467c": "Allow members to create invitation links", "kcb20f8ce": "The following are plugin permissions", "kcb8e662f": "Converse Service", diff --git a/client/shared/i18n/langs/zh-CN/translation.json b/client/shared/i18n/langs/zh-CN/translation.json index 149f3069..385c356b 100644 --- a/client/shared/i18n/langs/zh-CN/translation.json +++ b/client/shared/i18n/langs/zh-CN/translation.json @@ -308,6 +308,7 @@ "kb8021af2": "禁止在群组发起私信", "kb86bd9c9": "查看面板", "kb8ec7062": "邮箱验证通过", + "kb93f5858": "允许成员修改群组基本信息", "kb96b79c5": "允许管理邀请链接", "kbc76781d": "没有发送消息的权限, 请联系群组所有者", "kbcacf812": "确认清空收件箱么?", @@ -335,6 +336,7 @@ "kc9283683": "确定要删除面板 【{{name}}】 么", "kc9bd3ad6": "重置为默认权限", "kc9cc6154": "好友", + "kca811bd0": "修改群组基本信息", "kcac0467c": "允许成员创建邀请链接", "kcb20f8ce": "以下为插件权限", "kcb8e662f": "会话服务", diff --git a/server/locales/en-US/translation.json b/server/locales/en-US/translation.json index 26b7d74a..bbfa0091 100644 --- a/server/locales/en-US/translation.json +++ b/server/locales/en-US/translation.json @@ -1,6 +1,7 @@ { "k127fc33c": "User banned", "k158d2868": "No delete permission", + "k160ba1aa": "No permission to edit group panel", "k16605863": "Token content is incorrect", "k16ec3222": "No permission to edit invite code", "k17f8532": "No message found", @@ -20,13 +21,13 @@ "k42cdd273": "Username already exists!", "k43ef8fbe": "{{nickname}} automatically join this group through the system settings", "k45c8d1bf": "Claimed user does not exist", + "k4640b9fc": "No edit group identity group permissions", "k493e44f1": "Can't add myself as a friend", "k4fd701fe": "Email does not exist", "k5191530a": "Cannot send duplicate friend requests", "k590cb8b6": "Account does not exist", "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", @@ -72,5 +73,7 @@ "ke9fabda8": "Token Invalid", "kea5b4254": "This channel has opened a call", "kebcb959": "The server does not allow new user register", - "kef3676e1": "The invitation code has expired" + "kef3676e1": "The invitation code has expired", + "kf09c23d3": "Cannot edit if you are not the group owner", + "kf1a995fb": "No permission to edit group information" } diff --git a/server/locales/zh-CN/translation.json b/server/locales/zh-CN/translation.json index 5eb6d4f5..e51e92d9 100644 --- a/server/locales/zh-CN/translation.json +++ b/server/locales/zh-CN/translation.json @@ -1,6 +1,7 @@ { "k127fc33c": "用户被封禁", "k158d2868": "没有删除权限", + "k160ba1aa": "没有编辑群组面板权限", "k16605863": "Token 内容不正确", "k16ec3222": "没有编辑邀请码权限", "k17f8532": "没有找到消息", @@ -20,13 +21,13 @@ "k42cdd273": "用户名已存在!", "k43ef8fbe": "{{nickname}} 通过系统自动加入群组", "k45c8d1bf": "认领用户不存在", + "k4640b9fc": "没有编辑群组身份组权限", "k493e44f1": "不能添加自己为好友", "k4fd701fe": "邮箱不存在", "k5191530a": "不能发送重复的好友请求", "k590cb8b6": "账号不存在", "k5f7a33eb": "服务器不允许游客登录", "k64a3c830": "用户不存在", - "k65a070a1": "不是群组管理员无法编辑", "k66e25a3": "没有当前会话权限", "k674f3f65": "邮箱校验失败, 请输入正确的邮箱OTP", "k719464e0": "该消息已被撤回", @@ -72,5 +73,7 @@ "ke9fabda8": "Token不合规", "kea5b4254": "本频道开启了通话", "kebcb959": "服务器不允许新用户注册", - "kef3676e1": "该邀请码已过期" + "kef3676e1": "该邀请码已过期", + "kf09c23d3": "不是群组所有者无法编辑", + "kf1a995fb": "没有编辑群组信息权限" }