We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10147e commit bc3dcdaCopy full SHA for bc3dcda
ui/src/locales/lang/en-US/views/team.ts
@@ -9,6 +9,7 @@ export default {
9
placeholder: 'Enter username to search'
10
},
11
delete: {
12
+ button: 'Remove',
13
confirmTitle: 'Confirm removal of member:',
14
confirmMessage:
15
'Removing the member will revoke their access to knowledge and APP.'
ui/src/locales/lang/zh-CN/views/team.ts
placeholder: '请输入用户名搜索'
+ button: '移除',
confirmTitle: '是否移除成员:',
confirmMessage: '移除后将会取消成员拥有的知识库和应用权限。'
ui/src/locales/lang/zh-Hant/views/team.ts
placeholder: '請輸入使用者名稱搜尋'
confirmTitle: '是否移除成員:',
confirmMessage: '移除後將會取消成員擁有之知識庫和應用程式權限。'
0 commit comments