新增权限域名限制和链接背景上传
This commit is contained in:
@@ -96,7 +96,6 @@ const en = {
|
||||
expand: 'Expand',
|
||||
collapse: 'Collapse',
|
||||
daily: 'Daily',
|
||||
emailBlock: '*Intercept all incoming emails to @example.com',
|
||||
searchRegKeyDesc: 'Enter invite code to search',
|
||||
remainingUses: 'Remaining uses',
|
||||
exhausted: 'Exhausted',
|
||||
@@ -168,11 +167,11 @@ const en = {
|
||||
addOsDomain: 'Add domain',
|
||||
domainDesc: 'Domain',
|
||||
addTurnstileSecret: 'Add turnstile secret',
|
||||
backgroundCropping: 'Background cropping',
|
||||
backgroundTitle: 'Change background',
|
||||
tgBotDesc: 'Forward received emails to a Telegram bot',
|
||||
tgBotToken: 'Bot token',
|
||||
toBotTokenDesc: 'Multiple user chat_ids, separated by commas',
|
||||
otherEmailDec: 'emails can be forwarded to external email, but must be verified via cloudflare.',
|
||||
otherEmailDesc: 'emails can be forwarded to external email, but must be verified via cloudflare.',
|
||||
otherEmailInputDesc: 'Separate multiple email addresses with commas.',
|
||||
forwardingRulesDesc: 'Rule-based forwarding only forwards emails received by the specified address.',
|
||||
ruleEmailsInputDesc: 'Separate multiple email addresses with commas.',
|
||||
@@ -246,7 +245,17 @@ const en = {
|
||||
totalUserAccount: '{msg}',
|
||||
sendBanned: 'Banned',
|
||||
wrote: 'wrote',
|
||||
support: 'Support'
|
||||
support: 'Support',
|
||||
supportDesc: 'Buy me tea',
|
||||
featDesc: 'Feature Description',
|
||||
emailInterception: 'Email Interception',
|
||||
emailInterceptionDesc: '*Intercept emails by blocking entire domain using @example.com to prevent users from receiving emails from certain websites.',
|
||||
availableDomains: 'Available domains',
|
||||
availableDomainsDesc: 'Restrict users to email domains specified. Domains not on the approved list will be blocked from registration, adding email addresses, and sending/receiving emails. If left blank, all domains will be allowed by default.',
|
||||
backgroundUrlDesc: 'Image URL',
|
||||
localUpload: ' Local upload',
|
||||
imageLink: 'Image URL',
|
||||
backgroundWarning: 'Image file size affects website load speed.'
|
||||
}
|
||||
|
||||
export default en
|
||||
|
||||
@@ -96,7 +96,6 @@ const zh = {
|
||||
expand: '展开',
|
||||
collapse: '收起',
|
||||
daily: '每天',
|
||||
emailBlock: '输入邮箱拦截收件, 拦截所有前缀 *@example.com',
|
||||
searchRegKeyDesc: '输入注册码搜索',
|
||||
remainingUses: '剩余次数',
|
||||
exhausted: '已用尽',
|
||||
@@ -165,14 +164,14 @@ const zh = {
|
||||
community: '交流',
|
||||
changeTitle: '修改标题',
|
||||
addResendTokenDesc: '输入内容添加,不填则删除',
|
||||
addOsDomain: '添加访对象存储问域名',
|
||||
addOsDomain: '添加访问域名',
|
||||
domainDesc: '域名',
|
||||
addTurnstileSecret: '添加 Turnstile 密钥',
|
||||
backgroundCropping: '背景截图',
|
||||
backgroundTitle: '设置背景',
|
||||
tgBotDesc: '可以将接收的邮件转发到Tg机器人',
|
||||
tgBotToken: '机器人 token',
|
||||
toBotTokenDesc: '用户 chat_id 多个用,分开',
|
||||
otherEmailDec: '可以将邮件转到其他服务商邮箱,需要在cloudflare验证邮箱',
|
||||
otherEmailDesc: '可以将邮件转到其他服务商邮箱,需要在cloudflare验证邮箱',
|
||||
otherEmailInputDesc: '多个邮箱用, 分开',
|
||||
forwardingRulesDesc: '规则转发只会转发设置邮箱所接收的邮件',
|
||||
ruleEmailsInputDesc: '多个邮箱用, 分开',
|
||||
@@ -246,6 +245,16 @@ const zh = {
|
||||
totalUserAccount: '{msg} 个',
|
||||
sendBanned: '已禁用',
|
||||
wrote: '来信',
|
||||
support: '赞助'
|
||||
support: '赞助',
|
||||
supportDesc: '请我喝杯奶茶',
|
||||
featDesc: '功能说明',
|
||||
emailInterception: '邮件拦截',
|
||||
emailInterceptionDesc: '拦截邮件, 要拦截整个域名输入 *@example.com, 可用于禁止用户接收某些网站的邮件',
|
||||
availableDomains: '可用域名',
|
||||
availableDomainsDesc: '限制用户只能使用指定的域名邮箱,不在配置名单内的域名会被禁止使用注册添加邮箱,接收发送邮件等功能,留空默认允许可用所有域名',
|
||||
backgroundUrlDesc: '在线图片链接',
|
||||
localUpload: '本地上传',
|
||||
imageLink: '图片链接',
|
||||
backgroundWarning: '图片文件大小会影响网站加载速度',
|
||||
}
|
||||
export default zh
|
||||
Reference in New Issue
Block a user