mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03: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>
16 lines
546 B
JSON
16 lines
546 B
JSON
{
|
|
"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",
|
|
"Read": "Read only",
|
|
"Read desc": "Members can only read related resources and cannot create new resources.",
|
|
"Write": "Write",
|
|
"Write tip": "In addition to readable resources, you can also create new resources"
|
|
},
|
|
"team": {
|
|
"Add manager": "Add manager"
|
|
}
|
|
}
|