Merge branch 'main' of https://github.com/JohnXLivingston/peertube-plugin-livechat
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
chat: Chat
|
||||
online_help: "Online help"
|
||||
open_chat: "Open chat"
|
||||
open_chat_new_window: "Open chat in a new window"
|
||||
@ -182,12 +183,13 @@ avatar_set_option_fenec: "Fenecs (Mobilizon mascot)"
|
||||
avatar_set_option_abstract: Abstract
|
||||
avatar_set_option_legacy: "Legacy Sepia avatars (those included in previous plugin
|
||||
versions)"
|
||||
avatar_set_option_none: None
|
||||
|
||||
converse_theme_label: "ConverseJS theme"
|
||||
converse_theme_description: "Please choose the converseJS theme you want to use."
|
||||
converse_theme_option_peertube: "Peertube theme"
|
||||
converse_theme_option_default: "Default ConverseJS theme"
|
||||
converse_theme_option_concord: "ConverseJS concord theme"
|
||||
converse_theme_option_cyberpunk: "ConverseJS Cyberpunk theme"
|
||||
|
||||
autocolors_label: "Automatic color detection"
|
||||
autocolors_description: |
|
||||
@ -568,18 +570,23 @@ livechat_configuration_channel_terms_desc: |
|
||||
new_poll: Create a new poll
|
||||
poll: Poll
|
||||
poll_title: New poll
|
||||
poll_instructions: Complete and submit this form to create a new poll. This will end and replace any existing poll.
|
||||
poll_instructions: Complete and submit this form to create a new poll. This will end
|
||||
and replace any existing poll.
|
||||
poll_question: Question
|
||||
poll_duration: Poll duration (in minutes)
|
||||
poll_anonymous_results: Anonymous results
|
||||
poll_choice_n: 'Choice {{N}}:'
|
||||
poll_end: 'Poll ends at:'
|
||||
poll_vote_instructions: "To vote, click on your choice or send a message with an exclamation mark followed by your choice number (Example: !1)."
|
||||
poll_vote_instructions_xmpp: "Send a message with an exclamation mark followed by your choice number to vote. Example: !1"
|
||||
poll_vote_instructions: "To vote, click on your choice or send a message with an exclamation
|
||||
mark followed by your choice number (Example: !1)."
|
||||
poll_vote_instructions_xmpp: "Send a message with an exclamation mark followed by
|
||||
your choice number to vote. Example: !1"
|
||||
poll_is_over: This poll is now over.
|
||||
poll_choice_invalid: This choice is not valid.
|
||||
poll_anonymous_vote_ok: Your vote is taken into account. Votes are anonymous, they will not be shown to other participants.
|
||||
poll_vote_ok: Your vote has been taking into account, the counters will be updated in a moment.
|
||||
poll_anonymous_vote_ok: Your vote is taken into account. Votes are anonymous, they
|
||||
will not be shown to other participants.
|
||||
poll_vote_ok: Your vote has been taking into account, the counters will be updated
|
||||
in a moment.
|
||||
|
||||
moderation_delay: Moderation delay
|
||||
livechat_configuration_channel_moderation_delay_desc: |
|
||||
@ -588,3 +595,45 @@ livechat_configuration_channel_moderation_delay_desc: |
|
||||
<li>0: moderation delay disabled</li>
|
||||
<li>Any positive integer: messages will be delayed for X seconds for non-moderator participants, allowing moderators to delete message before any user can read it.</li>
|
||||
</ul>
|
||||
|
||||
livechat_configuration_channel_anonymize_moderation_label: "Anonymize moderation actions"
|
||||
livechat_configuration_channel_anonymize_moderation_desc: |
|
||||
Anonymize moderation actions default value for new rooms.
|
||||
When this is enabled, moderation actions will be anonymized, to avoid disclosing who is banning/kicking/… occupants.
|
||||
|
||||
moderator_notes: Moderation notes
|
||||
moderator_notes_create_error: 'Error when saving the note'
|
||||
moderator_note_create: 'Create a new note'
|
||||
moderator_note_description: 'Description'
|
||||
moderator_note_delete: 'Delete note'
|
||||
moderator_note_delete_confirm: 'Are you sure you want to delete this note?'
|
||||
moderator_note_create_for_participant: 'Create a new note'
|
||||
moderator_note_search_for_participant: 'Search notes'
|
||||
moderator_note_filters: 'Search filters'
|
||||
moderator_note_original_nick: 'Nickname of the participant at the time of the note
|
||||
creation'
|
||||
|
||||
search_occupant_message: 'Search all messages'
|
||||
message_search: 'Message search'
|
||||
message_search_original_nick: Nickname of the participant when the message was sent
|
||||
|
||||
prosody_firewall_label: 'Enable Prosody mod_firewall'
|
||||
prosody_firewall_description: |
|
||||
You can enable <a href="https://modules.prosody.im/mod_firewall" target="_blank">mod_firewall</a> on your Prosody server.
|
||||
For more information, please check <a href="https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/mod_firewall/" target="_blank">the documentation</a>.
|
||||
prosody_firewall_configure_button: |
|
||||
<a class="peertube-button-link orange-button" href="/p/livechat/admin/firewall" target="_blank">Configure mod_firewall</a>
|
||||
|
||||
prosody_firewall_configuration: Prosody mod_firewall configuration
|
||||
prosody_firewall_configuration_help: |
|
||||
Here you can configure Prosody <a href="https://modules.prosody.im/mod_firewall" target="_blank">mod_firewall</a> module.
|
||||
You can create multiple configuration files bellow, and change their order.
|
||||
Don't hesitate to share your configurations with the community (for example by adding some examples in the plugin documentation).
|
||||
prosody_firewall_disabled_warning: |
|
||||
Warning: mod_firewall is disabled in the livechat <a href="/admin/plugins/show/peertube-plugin-livechat" target="_blank">plugin settings</a>, you have to enable it if you want this configuration to be taken into account.
|
||||
prosody_firewall_file_enabled: Enabled
|
||||
prosody_firewall_name: Name
|
||||
prosody_firewall_name_desc: |
|
||||
Can only contain: alphanumerical characters, underscores and hyphens.
|
||||
Scripts will be loaded in alphabetical order.
|
||||
prosody_firewall_content: File content
|
||||
|
Reference in New Issue
Block a user