diff --git a/client/shared/i18n/langs/en-US/translation.json b/client/shared/i18n/langs/en-US/translation.json index 6abe2cc8..51bef816 100644 --- a/client/shared/i18n/langs/en-US/translation.json +++ b/client/shared/i18n/langs/en-US/translation.json @@ -15,6 +15,7 @@ "k170859cb": "A communication platform completely exclusive to the private team", "k17777797": "The panel is provided by the plugin", "k17acf2a8": "Personalized configuration group background", + "k18470bc9": "No permissions available yet", "k18580d81": "Create a link and send it to external friends", "k186fec4": "Plugin failed to load", "k1885734a": "Effective after refreshing the page", @@ -197,7 +198,6 @@ "k814bdc7a": "Is not a valid JSON string", "k8157b129": "25 uses", "k81662255": "Create invitation code", - "k81f1acf7": "Synchronize with group configuration", "k821ff85a": "Common", "k823bfe63": "Online", "k8266bcf2": "New password", @@ -321,6 +321,7 @@ "kc74e5f62": "Search for members", "kc7cc96c8": "From", "kc9283683": "Are you sure you want to delete the panel [{{name}}]", + "kc9bd3ad6": "Reset to default permissions", "kc9cc6154": "Friends", "kcac0467c": "Allow members to create invitation links", "kcb20f8ce": "The following are plugin permissions", diff --git a/client/shared/i18n/langs/zh-CN/translation.json b/client/shared/i18n/langs/zh-CN/translation.json index 3fa3ca57..045354f8 100644 --- a/client/shared/i18n/langs/zh-CN/translation.json +++ b/client/shared/i18n/langs/zh-CN/translation.json @@ -15,6 +15,7 @@ "k170859cb": "完全独属于私人团队的沟通平台", "k17777797": "该面板由插件提供", "k17acf2a8": "个性化配置群组背景", + "k18470bc9": "暂无可用的权限项", "k18580d81": "创建链接并发送给外部好友", "k186fec4": "插件加载失败", "k1885734a": "刷新页面后生效", @@ -197,7 +198,6 @@ "k814bdc7a": "不是一个合法的JSON字符串", "k8157b129": "25次使用", "k81662255": "创建邀请码", - "k81f1acf7": "与群组配置同步", "k821ff85a": "通用", "k823bfe63": "在线", "k8266bcf2": "新密码", @@ -321,6 +321,7 @@ "kc74e5f62": "搜索成员", "kc7cc96c8": "来自", "kc9283683": "确定要删除面板 【{{name}}】 么", + "kc9bd3ad6": "重置为默认权限", "kc9cc6154": "好友", "kcac0467c": "允许成员创建邀请链接", "kcb20f8ce": "以下为插件权限", diff --git a/client/web/src/components/modals/GroupPanel/AdvanceGroupPanelPermission.tsx b/client/web/src/components/modals/GroupPanel/AdvanceGroupPanelPermission.tsx index 134e3fd6..fc80bb04 100644 --- a/client/web/src/components/modals/GroupPanel/AdvanceGroupPanelPermission.tsx +++ b/client/web/src/components/modals/GroupPanel/AdvanceGroupPanelPermission.tsx @@ -95,7 +95,7 @@ export const AdvanceGroupPanelPermission: React.FC
- +