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

24 lines
964 B
TypeScript
Raw Normal View History

2025-06-16 12:14:36 +00:00
export default {
2025-06-18 09:43:41 +00:00
title: 'Chat Users',
syncUsers: 'Sync Users',
syncUsersTip: 'Only sync newly added users',
setUserGroups: 'Configure User Groups',
knowledgeTitleTip: 'This configuration will only take effect after enabling chat user login authentication in the associated application',
2025-06-17 12:16:49 +00:00
applicationTitleTip: 'This configuration requires login authentication to be enabled in the application',
2025-06-18 09:43:41 +00:00
autoAuthorization: 'Auto Authorization',
2025-06-16 12:14:36 +00:00
authorization: 'Authorization',
2025-06-18 09:43:41 +00:00
batchDeleteUser: 'Delete selected {count} users?',
settingMethod: 'Configuration Method',
append: 'Append',
replace: 'Replace',
2025-06-16 12:14:36 +00:00
group: {
2025-06-18 09:43:41 +00:00
title: 'User Groups',
name: 'User Group Name',
2025-06-17 12:16:49 +00:00
usernameOrName: 'Username/Name',
delete: {
confirmTitle: 'Confirm to delete user group:',
2025-06-18 09:43:41 +00:00
confirmMessage: 'All members in this group will be removed after deletion. Proceed with caution!',
2025-06-17 12:16:49 +00:00
},
batchDeleteMember: 'Remove selected {count} members?',
2025-06-16 12:14:36 +00:00
}
2025-06-18 09:43:41 +00:00
}