UnisKB/ui/src/locales/lang/en-US/views/chat-user.ts

19 lines
797 B
TypeScript
Raw Normal View History

2025-06-16 12:14:36 +00:00
export default {
title: 'Chat users',
2025-06-17 12:16:49 +00:00
syncUsers: 'Synchronize users',
setUserGroups: 'Configure user groups',
knowledgeTitleTip: 'This configuration will only take effect when the associated application enables chat user login authentication',
applicationTitleTip: 'This configuration requires login authentication to be enabled in the application',
2025-06-16 12:14:36 +00:00
autoAuthorization: 'Auto authorization',
authorization: 'Authorization',
group: {
title: 'User groups',
2025-06-17 12:16:49 +00:00
name: 'User group name',
usernameOrName: 'Username/Name',
delete: {
confirmTitle: 'Confirm to delete user group:',
confirmMessage: 'After deletion, all members in this user group will be removed. Please proceed with caution!',
},
batchDeleteMember: 'Remove selected {count} members?',
2025-06-16 12:14:36 +00:00
}
};