mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* 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>
19 lines
632 B
JSON
19 lines
632 B
JSON
{
|
|
"bind_inform_account_error": "绑定通知账号异常",
|
|
"bind_inform_account_success": "绑定通知账号成功",
|
|
"notification": {
|
|
"Bind Notification Pipe Hint": "绑定接收通知的邮箱或手机号,以确保您能及时接收到重要的系统通知。"
|
|
},
|
|
"permission": {
|
|
"Manage": "管理员",
|
|
"Manage tip": "团队管理员,拥有全部权限",
|
|
"Read": "仅读",
|
|
"Read desc": "成员仅可阅读相关资源,无法新建资源",
|
|
"Write": "可写",
|
|
"Write tip": "除了可读资源外,还可以新建新的资源"
|
|
},
|
|
"team": {
|
|
"Add manager": "添加管理员"
|
|
}
|
|
}
|