Merge branch 'main' of https://github.com/JohnXLivingston/peertube-plugin-livechat
This commit is contained in:
@ -410,8 +410,8 @@ livechat_configuration_channel_forbidden_words_desc: |
|
||||
Several examples are provided on the documentation page.
|
||||
livechat_configuration_channel_forbidden_words_desc2: |
|
||||
One word or expression per line. If you put multiple words on one line, it will only match messages containing the whole sequence.
|
||||
livechat_configuration_channel_forbidden_words_reason_label: "Reason"
|
||||
livechat_configuration_channel_forbidden_words_reason_desc: "Reason to display besides
|
||||
livechat_configuration_channel_retractation_reason_label: "Reason"
|
||||
livechat_configuration_channel_retractation_reason_desc: "Reason to display besides
|
||||
deleted messages"
|
||||
livechat_configuration_channel_forbidden_words_regexp_label: "Consider as regular
|
||||
expressions"
|
||||
@ -420,10 +420,9 @@ livechat_configuration_channel_forbidden_words_regexp_desc: "By checking this op
|
||||
livechat_configuration_channel_forbidden_words_label_label: "Label"
|
||||
livechat_configuration_channel_forbidden_words_label_desc: "Label for this forbidden
|
||||
words rule"
|
||||
livechat_configuration_channel_forbidden_words_applytomoderators_label: "Also moderate
|
||||
messages from moderators"
|
||||
livechat_configuration_channel_forbidden_words_applytomoderators_desc: |
|
||||
By default, moderator messages will not be deleted when containing forbidden words.
|
||||
livechat_configuration_applytomoderators_label: "Also moderate messages from moderators"
|
||||
livechat_configuration_applytomoderators_desc: |
|
||||
By default, moderator messages will not be affected by this feature.
|
||||
By checking this option, messages from moderators will also be deleted.
|
||||
livechat_configuration_channel_forbidden_words_comments_label: "Comments"
|
||||
livechat_configuration_channel_forbidden_words_comments_desc: |
|
||||
@ -637,3 +636,44 @@ prosody_firewall_name_desc: |
|
||||
Can only contain: alphanumerical characters, underscores and hyphens.
|
||||
Scripts will be loaded in alphabetical order.
|
||||
prosody_firewall_content: File content
|
||||
|
||||
emoji_only_info: Emoji only mode is enabled, you can only use emoji in your messages.
|
||||
emoji_only_mode_title: Emojis only mode
|
||||
emoji_only_mode_desc_1: |
|
||||
You can enable an "Emojy only mode" in your chatrooms.
|
||||
When this mode is enabled, participants can only send emojis (standard, or channel custom emojis).
|
||||
Moderators are not affected by this limitation.
|
||||
emoji_only_mode_desc_2: |
|
||||
This mode can be usefull for example:
|
||||
<ul>
|
||||
<li>To avoid spam or offensive message when you are not here to moderate.</li>
|
||||
<li>When there are too many speaking participants, and you can't no more moderate correctly.</li>
|
||||
</ul>
|
||||
emoji_only_mode_desc_3: |
|
||||
To enable or disable this mode, you can use the room configuration form.
|
||||
If you want to enable it for all your chatrooms at once, you can use the button bellow.
|
||||
emoji_only_enable_all_rooms: Enable the emoji only mode on all channel's chatrooms
|
||||
|
||||
livechat_configuration_channel_special_chars_label: "Forbid special characters"
|
||||
livechat_configuration_channel_special_chars_desc: |
|
||||
By enabling this option, the moderation bot will automatically delete messages containing more than X special characters.
|
||||
Special characters are those that don't fit into one of these categories: letters, numbers, punctuation symbols, currency symbols, emojis.
|
||||
livechat_configuration_channel_special_chars_tolerance_label: Tolerance
|
||||
livechat_configuration_channel_special_chars_tolerance_desc: Number of special characters
|
||||
to accept in a message without deleting it.
|
||||
|
||||
feature_comes_with: This feature comes with the livechat plugin version X.X.X.
|
||||
|
||||
livechat_configuration_channel_no_duplicate_label: "No duplicate message"
|
||||
livechat_configuration_channel_no_duplicate_desc: |
|
||||
By enabling this options, the moderation bot will automatically moderate duplicate messages.
|
||||
That means if a user send the same message twice within X seconds, the second message will be deleted.
|
||||
livechat_configuration_channel_no_duplicate_delay_label: Time interval
|
||||
livechat_configuration_channel_no_duplicate_delay_desc: |
|
||||
The interval, in seconds, during which a user can't send again the same message.
|
||||
|
||||
announcements_message_type: Message type
|
||||
announcements_message_type_standard: Standard
|
||||
announcements_message_type_announcement: Announcement
|
||||
announcements_message_type_highlight: Highlight
|
||||
announcements_message_type_warning: Warning
|
||||
|
Reference in New Issue
Block a user