mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00

* feat: packages web i18n * delete file * feat:i18n add i18nT * handle keys * delete unusedKeys * fix build * update dev.md
13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"permission": {
|
|
"Manage": "管理员",
|
|
"Manage tip": "团队管理员,拥有全部权限",
|
|
"Read": "仅读",
|
|
"Read desc": "成员仅可阅读相关资源,无法新建资源",
|
|
"Write": "可写",
|
|
"Write tip": "除了可读资源外,还可以新建新的资源"
|
|
},
|
|
"team": {
|
|
"Add manager": "添加管理员"
|
|
}
|
|
} |