-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* name * i18n
- Loading branch information
Showing
6 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ weight: 806 | |
## 完整更新内容 | ||
|
||
1. | ||
2. 新增 - 支持组织架构权限模式 | ||
2. 新增 - 支持部门架构权限模式 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,39 @@ | ||
{ | ||
"total_team_members": "共 {{amount}} 名成员", | ||
"member": "成员", | ||
"action": "操作", | ||
"confirm_delete_group": "确认删除群组?", | ||
"confirm_delete_member": "确认删除成员?", | ||
"confirm_delete_org": "确认删除该部门?", | ||
"confirm_leave_team": "确认离开该团队? \n 退出后,您在该团队所有的资源( 应用、知识库、文件夹、管理的群组等)均转让给团队所有者。", | ||
"create_group": "创建群组", | ||
"create_org": "创建部门", | ||
"create_sub_org": "创建子部门", | ||
"delete": "删除", | ||
"delete_org": "删除部门", | ||
"edit_info": "编辑信息", | ||
"edit_org_info": "编辑部门信息", | ||
"group": "群组", | ||
"org": "组织", | ||
"org_name": "组织名称", | ||
"group_name": "群组名称", | ||
"label_sync": "标签同步", | ||
"leave_team_failed": "离开团队异常", | ||
"manage_member": "管理成员", | ||
"member": "成员", | ||
"member_group": "所属群组", | ||
"move_member": "移动成员", | ||
"move_org": "移动部门", | ||
"org": "部门", | ||
"org_description": "介绍", | ||
"org_name": "部门名称", | ||
"owner": "所有者", | ||
"permission": "权限", | ||
"user_name": "用户名", | ||
"member_group": "所属成员组", | ||
"action": "操作", | ||
"remark": "备注", | ||
"waiting": "待接受", | ||
"remove_tip": "确认将 {{username}} 移出团队?", | ||
|
||
"confirm_leave_team": "确认离开该团队? \n 退出后,您在该团队所有的资源( 应用、知识库、文件夹、管理的群组等)均转让给团队所有者。", | ||
"leave_team_failed": "离开团队异常", | ||
"label_sync": "标签同步", | ||
"retain_admin_permissions": "保留管理员权限", | ||
"search_member_group_name": "搜索成员/群组名称", | ||
"total_team_members": "共 {{amount}} 名成员", | ||
"transfer_ownership": "转让所有者", | ||
"user_name": "用户名", | ||
"user_team_invite_member": "邀请成员", | ||
"user_team_leave_team": "离开团队", | ||
"user_team_leave_team_failed": "离开团队失败", | ||
"create_group": "创建群组", | ||
"search_member_group_name": "搜索成员/群组名称", | ||
"confirm_delete_group": "确认删除群组?", | ||
"group_name": "群组名称", | ||
"owner": "所有者", | ||
"manage_member": "管理成员", | ||
"edit_info": "编辑信息", | ||
"create_org": "创建组织", | ||
"create_sub_org": "创建子组织", | ||
"edit_org_info": "编辑组织信息", | ||
"move_org": "移动组织", | ||
"move_member": "移动成员", | ||
"delete_org": "删除组织", | ||
"confirm_delete_org": "确认删除组织?", | ||
"confirm_delete_member": "确认删除成员?", | ||
|
||
"transfer_ownership": "转让所有者", | ||
"delete": "删除", | ||
"retain_admin_permissions": "保留管理员权限" | ||
"waiting": "待接受" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters