feat: user setting
This commit is contained in:
@@ -61,11 +61,13 @@
|
||||
"everyone": "Everyone",
|
||||
"invite": "Invitation Link Only"
|
||||
},
|
||||
"server_msg_notify": {
|
||||
"user_msg_notify": {
|
||||
"title": "New Message Notification Through Email",
|
||||
"desc": "you can control new message if send through email."
|
||||
},
|
||||
"server_msg_notify": {
|
||||
"title": "New Message Notification Through Email (Server)",
|
||||
"desc": "users can control new message if send through email, SMTP enabled first.",
|
||||
"enable": "On",
|
||||
"disable": "Off",
|
||||
"delay_5_min": "Every 5 mins",
|
||||
"delay_15_min": "Every 15 mins",
|
||||
"delay_1_hour": "Every 1 hour",
|
||||
|
||||
@@ -58,8 +58,12 @@
|
||||
"everyone": "每个人",
|
||||
"invite": "邀请链接"
|
||||
},
|
||||
"server_msg_notify": {
|
||||
"user_msg_notify": {
|
||||
"title": "邮件通知新消息",
|
||||
"desc": "是否允许当前账号通过邮件接收新消息"
|
||||
},
|
||||
"server_msg_notify": {
|
||||
"title": "邮件通知新消息 (服务器)",
|
||||
"desc": "用户可以自定义是否通过邮件通知新消息,前提:SMTP 已配置并开启",
|
||||
"enable": "开启",
|
||||
"disable": "关闭",
|
||||
|
||||
Reference in New Issue
Block a user