export default { title: 'Chat users', 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', autoAuthorization: 'Auto authorization', authorization: 'Authorization', group: { title: 'User groups', 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?', } };