refactor: update translation

pull/146/merge
moonrailgun 2 years ago
parent 061e45262e
commit d7a39b6e61

@ -15,6 +15,7 @@
"k170859cb": "A communication platform completely exclusive to the private team", "k170859cb": "A communication platform completely exclusive to the private team",
"k17777797": "The panel is provided by the plugin", "k17777797": "The panel is provided by the plugin",
"k17acf2a8": "Personalized configuration group background", "k17acf2a8": "Personalized configuration group background",
"k18470bc9": "No permissions available yet",
"k18580d81": "Create a link and send it to external friends", "k18580d81": "Create a link and send it to external friends",
"k186fec4": "Plugin failed to load", "k186fec4": "Plugin failed to load",
"k1885734a": "Effective after refreshing the page", "k1885734a": "Effective after refreshing the page",
@ -197,7 +198,6 @@
"k814bdc7a": "Is not a valid JSON string", "k814bdc7a": "Is not a valid JSON string",
"k8157b129": "25 uses", "k8157b129": "25 uses",
"k81662255": "Create invitation code", "k81662255": "Create invitation code",
"k81f1acf7": "Synchronize with group configuration",
"k821ff85a": "Common", "k821ff85a": "Common",
"k823bfe63": "Online", "k823bfe63": "Online",
"k8266bcf2": "New password", "k8266bcf2": "New password",
@ -321,6 +321,7 @@
"kc74e5f62": "Search for members", "kc74e5f62": "Search for members",
"kc7cc96c8": "From", "kc7cc96c8": "From",
"kc9283683": "Are you sure you want to delete the panel [{{name}}]", "kc9283683": "Are you sure you want to delete the panel [{{name}}]",
"kc9bd3ad6": "Reset to default permissions",
"kc9cc6154": "Friends", "kc9cc6154": "Friends",
"kcac0467c": "Allow members to create invitation links", "kcac0467c": "Allow members to create invitation links",
"kcb20f8ce": "The following are plugin permissions", "kcb20f8ce": "The following are plugin permissions",

@ -15,6 +15,7 @@
"k170859cb": "完全独属于私人团队的沟通平台", "k170859cb": "完全独属于私人团队的沟通平台",
"k17777797": "该面板由插件提供", "k17777797": "该面板由插件提供",
"k17acf2a8": "个性化配置群组背景", "k17acf2a8": "个性化配置群组背景",
"k18470bc9": "暂无可用的权限项",
"k18580d81": "创建链接并发送给外部好友", "k18580d81": "创建链接并发送给外部好友",
"k186fec4": "插件加载失败", "k186fec4": "插件加载失败",
"k1885734a": "刷新页面后生效", "k1885734a": "刷新页面后生效",
@ -197,7 +198,6 @@
"k814bdc7a": "不是一个合法的JSON字符串", "k814bdc7a": "不是一个合法的JSON字符串",
"k8157b129": "25次使用", "k8157b129": "25次使用",
"k81662255": "创建邀请码", "k81662255": "创建邀请码",
"k81f1acf7": "与群组配置同步",
"k821ff85a": "通用", "k821ff85a": "通用",
"k823bfe63": "在线", "k823bfe63": "在线",
"k8266bcf2": "新密码", "k8266bcf2": "新密码",
@ -321,6 +321,7 @@
"kc74e5f62": "搜索成员", "kc74e5f62": "搜索成员",
"kc7cc96c8": "来自", "kc7cc96c8": "来自",
"kc9283683": "确定要删除面板 【{{name}}】 么", "kc9283683": "确定要删除面板 【{{name}}】 么",
"kc9bd3ad6": "重置为默认权限",
"kc9cc6154": "好友", "kc9cc6154": "好友",
"kcac0467c": "允许成员创建邀请链接", "kcac0467c": "允许成员创建邀请链接",
"kcb20f8ce": "以下为插件权限", "kcb20f8ce": "以下为插件权限",

@ -95,7 +95,7 @@ export const AdvanceGroupPanelPermission: React.FC<AdvanceGroupPanelPermissionPr
</div> </div>
<div className="flex-1 overflow-auto" style={{ height: props.height }}> <div className="flex-1 overflow-auto" style={{ height: props.height }}>
<div className="text-right"> <div className="text-right">
<Button onClick={handleSyncWithGroup}>{t('与群组配置同步')}</Button> <Button onClick={handleSyncWithGroup}>{t('重置为默认权限')}</Button>
</div> </div>
<PermissionList <PermissionList
panelType={ panelType={

Loading…
Cancel
Save