mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00

* perf: revert tip * feat: create copy app * perf: file stream read * perf: read directory over 100 files * perf: index * fix: team chat api error * lock * fix: i18n file
22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"permission": {
|
|
"Set read permission": "Read permission",
|
|
"Set write permission": "Write permission"
|
|
},
|
|
"team": {
|
|
"Add manager": "Add manager"
|
|
},
|
|
"user": {
|
|
"team": {
|
|
"permission": {
|
|
"Manage": "Admin",
|
|
"Manage tip": "Team administrator with full permissions",
|
|
"Read": "Read",
|
|
"Read desc": "Members can only read related resources and cannot create new resources",
|
|
"Write": "Write",
|
|
"Write tip": "In addition to readable resources, you can create new resources"
|
|
}
|
|
}
|
|
}
|
|
}
|