mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
4.8.5 test (#1805)
* 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
This commit is contained in:
21
packages/web/i18n/en/user.json
Normal file
21
packages/web/i18n/en/user.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user