mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 10:42:19 +08:00
* refactor(plugin-acl): extensible support for role permissions configuration UI * feat: complete the configuration UI * feat: complete the backend section * chore: update unit tests * chore: add translation * chore: change 'Menu' to 'Desktop menu' * refactor: use 'extendCollection' instead of 'this.db.extendCollection' * chore: update acl e2e test * test: add e2e tests * fix: should refresh data when changing tab * fix(menu): should hide children when children only have one * feat: show tip when no pages find * feat(tabBar): supports left and right swiping * refactor: improve code * chore: make e2e test pass * chore: add migration * fix: should use tk instead of values * chore: nothing * fix: improve * refactor: rename mobileMenuUiSchemas to mobileRoutes * refactor: add onDelete * fix: change snippet to 'pm.mobile' from 'pm.mobile.roles' * refactor: extract nested loop to outside * refactor: use db.on('mobileRoutes:afterCreate') * refactor: simplify code logic * chore: fix build * fix: improve code * chore: fix build * feat: hide menu configuration UI when no permission --------- Co-authored-by: chenos <chenlinxh@gmail.com>
12 lines
466 B
JSON
12 lines
466 B
JSON
{
|
|
"The current user has no roles. Please try another account.": "当前用户没有角色,请使用其他账号。",
|
|
"The user role does not exist. Please try signing in again": "用户角色不存在,请尝试重新登录。",
|
|
"New role": "新建角色",
|
|
"Permissions": "权限",
|
|
"Roles & Permissions": "角色和权限",
|
|
"General": "通用",
|
|
"Desktop menu": "桌面端菜单",
|
|
"Plugin settings": "插件设置",
|
|
"Data sources": "数据源"
|
|
}
|