Improve clarity of channel notification limit messages (#32160)
* Improve clarity of channel notification limit messages - Update user-facing messages to explain performance reasoning and provide guidance - Enhance admin setting descriptions to be more informative about user experience - Change admin setting title to better reflect purpose Fixes #32159 Co-authored-by: Sven Hüster <svelle@users.noreply.github.com> * Update webapp/channels/src/i18n/en.json Co-authored-by: Matthew Birtch <mattbirtch@gmail.com> * Update server/i18n/en.json Co-authored-by: Matthew Birtch <mattbirtch@gmail.com> * Update server/i18n/en.json * Update server/i18n/en.json --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Sven Hüster <svelle@users.noreply.github.com> Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
Этот коммит содержится в:
@@ -2634,15 +2634,15 @@
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_all",
|
||||
"translation": "@all has been disabled because the channel has more than {{.Users}} users."
|
||||
"translation": "@all notifications are disabled in channels with more than {{.Users}} users. Contact your system administrator for more information."
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_channel",
|
||||
"translation": "@channel has been disabled because the channel has more than {{.Users}} users."
|
||||
"translation": "@channel notifications are disabled in channels with more than {{.Users}} users. Contact your system administrator for more information."
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_here",
|
||||
"translation": "@here has been disabled because the channel has more than {{.Users}} users."
|
||||
"translation": "@here notifications are disabled in channels with more than {{.Users}} users. Contact your system administrator for more information."
|
||||
},
|
||||
{
|
||||
"id": "api.post.do_action.action_id.app_error",
|
||||
|
||||
@@ -3043,9 +3043,9 @@
|
||||
"admin.team.maxChannelsDescription": "Maximum total number of channels per team, including both active and archived channels.",
|
||||
"admin.team.maxChannelsExample": "E.g.: \"100\"",
|
||||
"admin.team.maxChannelsTitle": "Max Channels Per Team:",
|
||||
"admin.team.maxNotificationsPerChannelDescription": "Maximum total number of users in a channel before users typing messages, @all, @here, and @channel no longer send notifications because of performance.",
|
||||
"admin.team.maxNotificationsPerChannelDescription": "The maximum number of users that can be mentioned using @here, @all, or @channel. Above this limit, mentions and typing indicators are disabled, and users will see a system message if they try to use them.",
|
||||
"admin.team.maxNotificationsPerChannelExample": "E.g.: \"1000\"",
|
||||
"admin.team.maxNotificationsPerChannelTitle": "Max Notifications Per Channel:",
|
||||
"admin.team.maxNotificationsPerChannelTitle": "Large Channel Notification Threshold:",
|
||||
"admin.team.maxUsersDescription": "Maximum total number of users per team, including both active and inactive users.",
|
||||
"admin.team.maxUsersExample": "E.g.: \"25\"",
|
||||
"admin.team.maxUsersTitle": "Max Users Per Team:",
|
||||
|
||||
Ссылка в новой задаче
Block a user