Rearranged Queue Manager + Ukraine Flag fix
This commit is contained in:
@@ -141,7 +141,6 @@
|
||||
"credentials_transport_warning": "<b>警告</b>: 添加新的传输规则会为所有\"下一跳\"列匹配的规则更新认证凭证。",
|
||||
"customer_id": "客户ID",
|
||||
"customize": "自定义",
|
||||
"delete_queue": "删除所有",
|
||||
"destination": "目标地址",
|
||||
"dkim_add_key": "添加ARC/DKIM密钥",
|
||||
"dkim_domains_selector": "选择器",
|
||||
@@ -178,7 +177,6 @@
|
||||
"f2b_retry_window": "最多尝试次数重试窗口 (秒)",
|
||||
"f2b_whitelist": "网络/主机白名单",
|
||||
"filter_table": "筛选表格",
|
||||
"flush_queue": "清空队列",
|
||||
"forwarding_hosts": "转发主机",
|
||||
"forwarding_hosts_add_hint": "你可以指定 IPv4/IPv6 地址、CIDR 表示的网络、主机名 (解析为IP地址),或者邮箱域名 (查询SPF记录或MX记录并解析为IP地址)。",
|
||||
"forwarding_hosts_hint": "来自此处所列的主机的入站信息会被无条件接收。并且这些主机不会经过DNSBL检查或者被加入灰名单。 来自它们的垃圾邮件不会被拒绝,但可选的可以被移入垃圾文件夹。当你设置了转发规则将邮件转发到此mailcow服务器,通常你可以将来源主机加入此列表。",
|
||||
@@ -235,13 +233,6 @@
|
||||
"quarantine_release_format_att": "附件",
|
||||
"quarantine_release_format_raw": "未修改原件",
|
||||
"quarantine_retention_size": "每个邮箱保留隔离项目数:<br><small>0 表示 <b>禁用</b>。</small>",
|
||||
"queue_ays": "请确认你真的想要删除当前队列中的所有项目。",
|
||||
"queue_deliver_mail": "递送",
|
||||
"queue_hold_mail": "暂停",
|
||||
"queue_manager": "队列管理器",
|
||||
"queue_unban": "队列取消封禁",
|
||||
"queue_unhold_mail": "继续",
|
||||
"queue_show_message": "显示消息",
|
||||
"quota_notification_html": "通知邮件模板:<br><small>留空以恢复默认模板。</small>",
|
||||
"quota_notification_sender": "通知邮件发件人",
|
||||
"quota_notification_subject": "通知邮件主题",
|
||||
@@ -582,7 +573,7 @@
|
||||
"administration": "配置和管理",
|
||||
"apps": "应用",
|
||||
"debug": "系统信息",
|
||||
"mailboxes": "邮箱设置",
|
||||
"email": "E-Mail",
|
||||
"mailcow_config": "配置",
|
||||
"quarantine": "隔离",
|
||||
"restart_netfilter": "重启netfilter",
|
||||
@@ -797,6 +788,17 @@
|
||||
"text_plain_content": "内容 (text/plain)",
|
||||
"toggle_all": "选择/取消所有"
|
||||
},
|
||||
"queue": {
|
||||
"delete_queue": "删除所有",
|
||||
"flush_queue": "清空队列",
|
||||
"queue_ays": "请确认你真的想要删除当前队列中的所有项目。",
|
||||
"queue_deliver_mail": "递送",
|
||||
"queue_hold_mail": "暂停",
|
||||
"queue_manager": "队列管理器",
|
||||
"queue_unban": "队列取消封禁",
|
||||
"queue_unhold_mail": "继续",
|
||||
"queue_show_message": "显示消息"
|
||||
},
|
||||
"start": {
|
||||
"help": "显示/隐藏 帮助面板",
|
||||
"imap_smtp_server_auth_info": "请使用你的完整邮箱地址并使用PLAIN(明文)认证方法。<br>\r\n你的登录数据会被服务端强制加密。",
|
||||
|
Reference in New Issue
Block a user