mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-31 13:20:10 +08:00
fix(channels): normalize OpenClaw channel config policies
This commit is contained in:
@@ -85,10 +85,15 @@ export default {
|
||||
policyDefault: _('默认', 'Default', '預設'),
|
||||
dmAllow: _('允许私信', 'Allow DMs', '允許私信'),
|
||||
dmDeny: _('拒绝私信', 'Deny DMs', '拒絕私信'),
|
||||
dmPairing: _('配对 / 白名单', 'Pairing / allowlist', '配對 / 白名單'),
|
||||
dmOpen: _('允许所有私信', 'Allow all DMs', '允許所有私信'),
|
||||
dmAllowlist: _('仅白名单私信', 'Allowlist only', '僅白名單私信'),
|
||||
dmDisabled: _('禁用私信', 'Disable DMs', '停用私信'),
|
||||
groupPolicy: _('群组策略', 'Group Policy', '群組策略'),
|
||||
groupAllChannels: _('所有频道', 'All channels', '所有頻道'),
|
||||
groupMentionOnly: _('仅 @提及时', 'Only when @mentioned', '僅 @提及時'),
|
||||
groupAllowlist: _('白名单', 'Allowlist', '白名單'),
|
||||
groupDisabled: _('禁用群组', 'Disable groups', '停用群組'),
|
||||
allowFromPh: _('可选,逗号分隔用户/频道 ID', 'Optional, comma-separated user/channel IDs', '可選,逗號分隔使用者/頻道 ID'),
|
||||
allowFromHint: _('限制允许的用户或频道 ID,留空不限制', 'Restrict to specific user or channel IDs; leave empty for no restriction', '限制允許的使用者或頻道 ID,留空不限制'),
|
||||
weixinLabel: _('微信', 'WeChat'),
|
||||
|
||||
Reference in New Issue
Block a user