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-07-15 09:50:32 +00:00
|
|
|
},
|
|
|
|
|
syncMessage: {
|
|
|
|
|
title: 'Successfully synced {count} users',
|
|
|
|
|
usernameExist: 'The following usernames already exist:',
|
|
|
|
|
nicknameExist: 'The following nicknames already exist:',
|
2025-06-16 12:14:36 +00:00
|
|
|
}
|
2025-07-15 09:50:32 +00:00
|
|
|
}
|