System inform (#2263)

* feat: Bind Notification Pipe (#2229)

* chore: account page add bind notification modal

* feat: timerlock schema and type

* feat(fe): bind notification method modal

* chore: fe adjust

* feat: clean useless code

* fix: cron lock

* chore: adjust the code

* chore: rename api

* chore: remove unused code

* chore: fe adjust

* perf: bind inform ux

* fix: time ts

* chore: notification (#2251)

* perf: send message code

* perf: sub schema index

* fix: timezone plugin

* fix: format

---------

Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
This commit is contained in:
Archer
2024-08-05 00:29:14 +08:00
committed by GitHub
parent 998e7833e8
commit 56f6e69bc7
31 changed files with 344 additions and 171 deletions

View File

@@ -1165,6 +1165,8 @@
"Language": "Language",
"Member Name": "Nickname",
"Notice": "Notice",
"Notification Receive": "Notification Receive",
"Notification Receive Bind": "Please bind notification receive method",
"Old password is error": "Old password is incorrect",
"OpenAI Account Setting": "OpenAI account settings",
"Password": "Password",

View File

@@ -1,4 +1,6 @@
{
"bind_inform_account_error": "Abnormal binding notification account",
"bind_inform_account_success": "Binding notification account successful",
"permission": {
"Manage": "administrator",
"Manage tip": "Team administrator, with full permissions",
@@ -10,4 +12,4 @@
"team": {
"Add manager": "Add manager"
}
}
}

View File

@@ -992,6 +992,8 @@
}
},
"user": {
"Email Or Phone": "邮箱/手机号",
"Verify Code": "验证码",
"Avatar": "头像",
"Go laf env": "点击前往 {{env}} 获取 PAT 凭证。",
"Laf account course": "查看绑定 laf 账号教程。",
@@ -1165,6 +1167,8 @@
"Language": "语言",
"Member Name": "昵称",
"Notice": "通知",
"Notification Receive": "通知接收",
"Notification Receive Bind": "请绑定通知接收途径",
"Old password is error": "旧密码错误",
"OpenAI Account Setting": "OpenAI 账号配置",
"Password": "密码",

View File

@@ -1,4 +1,9 @@
{
"bind_inform_account_error": "绑定通知账号异常",
"bind_inform_account_success": "绑定通知账号成功",
"notification": {
"Bind Notification Pipe Hint": "绑定接收通知的邮箱或手机号,以确保您能及时接收到重要的系统通知。"
},
"permission": {
"Manage": "管理员",
"Manage tip": "团队管理员,拥有全部权限",
@@ -10,4 +15,4 @@
"team": {
"Add manager": "添加管理员"
}
}
}