Skip to content

Commit

Permalink
fix: 添加漏缺国际化
Browse files Browse the repository at this point in the history
  • Loading branch information
lhzzforever committed Jun 3, 2024
1 parent be657fc commit 4e5f41e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frontend/src/language/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,9 @@ export const m = {
'设置不可被申请,则无法申请加入此用户组': 'If the setting cannot be applied for, you cannot apply to join this user group',
'管理员已设置空间下所有用户组不可被申请': 'The administrator has set that all user groups in the space cannot be applied for',
'已选择的用户组成员不需要续期': 'The selected user group members do not need to be renewed',
'自动生成同名人员模板': 'Automatically generate member template with the same name'
'自动生成同名人员模板': 'Automatically generate member template with the same name',
'管理员组无法添加权限': 'Administrators group unable to add permissions',
'只读用户组无法添加权限': 'Read only user group cannot add permissions'
},
userGroupDetail: {
'用户组名': 'Group name: ',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/language/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,9 @@ export const m = {
'设置后该组只能管理员主动授权,用户无法主动申请': '设置后该组只能管理员主动授权,用户无法主动申请',
'管理员已设置空间下所有用户组不可被申请': '管理员已设置空间下所有用户组不可被申请',
'已选择的用户组成员不需要续期': '已选择的用户组成员不需要续期',
'自动生成同名人员模板': '自动生成同名人员模板'
'自动生成同名人员模板': '自动生成同名人员模板',
'管理员组无法添加权限': '管理员组无法添加权限',
'只读用户组无法添加权限': '只读用户组无法添加权限'
},
userGroupDetail: {
'用户组名': '用户组名:',
Expand Down

0 comments on commit 4e5f41e

Please sign in to comment.