diff --git a/support/documentation/content/en/documentation/user/streamers/basics.md b/support/documentation/content/en/documentation/user/streamers/basics.md index b3a9aef2..9728e72b 100644 --- a/support/documentation/content/en/documentation/user/streamers/basics.md +++ b/support/documentation/content/en/documentation/user/streamers/basics.md @@ -71,7 +71,7 @@ You can change the persistence behaviour. There are several options that can be changed. -![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px) +![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px) You can for example set the default and maximum number of messages to return to 0, so that new incomers won't see any previously sent message. diff --git a/support/documentation/content/en/documentation/user/streamers/channel.md b/support/documentation/content/en/documentation/user/streamers/channel.md index 049bbd89..23887d4c 100644 --- a/support/documentation/content/en/documentation/user/streamers/channel.md +++ b/support/documentation/content/en/documentation/user/streamers/channel.md @@ -20,5 +20,6 @@ By clicking on a channel, you will then be able to setup some options for your c Here you can configure: +* [The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode) * [The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot) * More features to come... diff --git a/support/documentation/content/en/documentation/user/streamers/moderation.md b/support/documentation/content/en/documentation/user/streamers/moderation.md index a1631f81..24c94cb6 100644 --- a/support/documentation/content/en/documentation/user/streamers/moderation.md +++ b/support/documentation/content/en/documentation/user/streamers/moderation.md @@ -1,6 +1,6 @@ --- title: "Moderation" -description: "Plugin peertube-plugin-livechat advances moderation features" +description: "Plugin peertube-plugin-livechat advanced moderation features" weight: 60 chapter: false --- diff --git a/support/documentation/content/en/documentation/user/streamers/slow_mode.md b/support/documentation/content/en/documentation/user/streamers/slow_mode.md new file mode 100644 index 00000000..e5b7acf7 --- /dev/null +++ b/support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -0,0 +1,63 @@ +--- +title: "Slow mode" +description: "Plugin peertube-plugin-livechat slow mode" +weight: 30 +chapter: false +--- + +{{% notice info %}} +This features comes with the livechat plugin version 8.3.0. +{{% /notice %}} + +## Introduction + +As a streamer, you can choose to rate limit your viewers messages in the chat. + +This can be really usefull to: + +* avoid message flooding +* avoid unreadable chat if there are many viewsers talking + +You can set a number of seconds that users will have to wait after sending a message, before sending another. + +This limitation does not apply to moderators. + +## Default channel value + +On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option: + +![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px) + +This value will apply as the default value for new chatrooms. +It will not apply on already existing chatrooms. + +Setting the value to `0` will disable the feature. + +Setting the value to a positive integer will set the period during which users will not be able to post additional messages. + +## Modifying the value for an existing chatroom + +To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). +Then, open the top menu and click on "configure". + +![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px) + +You just have to change the "slow mode" field value. + +![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px) + +Setting the value to `0` will disable the feature. + +Setting the value to a positive integer will set the period during which users will not be able to post additional messages. + +The modification will immediatly apply. + +## For viewers + +If the slow mode is enabled, users will be informed by an message. + +![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px) + +When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration). + +This limitation does not apply to moderators. diff --git a/support/documentation/content/en/images/channel_configuration.png b/support/documentation/content/en/images/channel_configuration.png index f3298ff1..0ec95200 100644 Binary files a/support/documentation/content/en/images/channel_configuration.png and b/support/documentation/content/en/images/channel_configuration.png differ diff --git a/support/documentation/content/en/images/configure.png b/support/documentation/content/en/images/configure.png index 1820fb5c..506b3dd2 100644 Binary files a/support/documentation/content/en/images/configure.png and b/support/documentation/content/en/images/configure.png differ diff --git a/support/documentation/content/en/images/slow_mode.png b/support/documentation/content/en/images/slow_mode.png new file mode 100644 index 00000000..57367606 Binary files /dev/null and b/support/documentation/content/en/images/slow_mode.png differ diff --git a/support/documentation/content/en/images/slow_mode_channel_option.png b/support/documentation/content/en/images/slow_mode_channel_option.png new file mode 100644 index 00000000..9583b159 Binary files /dev/null and b/support/documentation/content/en/images/slow_mode_channel_option.png differ diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index da84f6e8..6db8182e 100644 --- a/support/documentation/po/livechat.ar.po +++ b/support/documentation/po/livechat.ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -2231,6 +2231,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2241,7 +2242,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2464,6 +2466,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2489,7 +2496,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2573,17 +2580,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "مقدمة" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2832,12 +2961,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "مقدمة" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index 5a59edc1..e8d9befe 100644 --- a/support/documentation/po/livechat.ca.po +++ b/support/documentation/po/livechat.ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index 408e36b1..9035e6c4 100644 --- a/support/documentation/po/livechat.cs.po +++ b/support/documentation/po/livechat.cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index e27d8780..93e0c566 100644 --- a/support/documentation/po/livechat.de.po +++ b/support/documentation/po/livechat.de.po @@ -7,12 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2024-02-13 07:34+0000\n" -"Last-Translator: Victor Hampel " -"\n" -"Language-Team: German \n" +"Last-Translator: Victor Hampel \n" +"Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1616,11 +1614,7 @@ msgstr "Sie können aus mehreren verschiedenen Sets von Standard-Avataren wähle #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_sepia %}}: [David Revoy's Peertube avatar generator](https://www.peppercarrot.com/extras/html/2023_peertube-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_sepia %}}: [David Revoy's Peertube " -"Avatargenerator](https://www.peppercarrot.com/extras/html/" -"2023_peertube-generator/), [CC-By](https://creativecommons.org/licenses/by/4." -"0/) Lizenz" +msgstr "{{% livechat_label avatar_set_option_sepia %}}: [David Revoy's Peertube Avatargenerator](https://www.peppercarrot.com/extras/html/2023_peertube-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md @@ -1630,65 +1624,42 @@ msgstr "![Sepia](/peertube-plugin-livechat/images/avatar_sepia.png?classes=shado #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_cat %}}: [David Revoy's cat avatar generator](https://www.peppercarrot.com/extras/html/2016_cat-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_cat %}}: [David Revoy's Katzen " -"Avatargenerator](https://www.peppercarrot.com/extras/html/2016_cat-generator/" -"), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" +msgstr "{{% livechat_label avatar_set_option_cat %}}: [David Revoy's Katzen Avatargenerator](https://www.peppercarrot.com/extras/html/2016_cat-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "![Cats](/peertube-plugin-livechat/images/avatar_cat.png?classes=shadow,border&height=40px)" -msgstr "" -"![Katzen](/peertube-plugin-livechat/images/avatar_cat." -"png?classes=shadow,border&height=40px)" +msgstr "![Katzen](/peertube-plugin-livechat/images/avatar_cat.png?classes=shadow,border&height=40px)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_bird %}}: [David Revoy's bird avatar generator](https://www.peppercarrot.com/extras/html/2019_bird-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_bird %}}: [David Revoy's Vögel " -"Avatargenerator](https://www.peppercarrot.com/extras/html/" -"2019_bird-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) " -"Lizenz" +msgstr "{{% livechat_label avatar_set_option_bird %}}: [David Revoy's Vögel Avatargenerator](https://www.peppercarrot.com/extras/html/2019_bird-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "![Birds](/peertube-plugin-livechat/images/avatar_bird.png?classes=shadow,border&height=40px)" -msgstr "" -"![Vögel](/peertube-plugin-livechat/images/avatar_bird." -"png?classes=shadow,border&height=40px)" +msgstr "![Vögel](/peertube-plugin-livechat/images/avatar_bird.png?classes=shadow,border&height=40px)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_fenec %}}: [David Revoy's fenec/mobilizon avatar generator](https://www.peppercarrot.com/extras/html/2020_mobilizon-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_fenec %}}: [David Revoy's Fenec/" -"Mobilizon Avatargenerator](https://www.peppercarrot.com/extras/html/" -"2020_mobilizon-generator/), [CC-By](https://creativecommons.org/licenses/by/4" -".0/) Lizenz" +msgstr "{{% livechat_label avatar_set_option_fenec %}}: [David Revoy's Fenec/Mobilizon Avatargenerator](https://www.peppercarrot.com/extras/html/2020_mobilizon-generator/), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "![Fenecs](/peertube-plugin-livechat/images/avatar_fenec.png?classes=shadow,border&height=40px)" -msgstr "" -"![Fenecs](/peertube-plugin-livechat/images/avatar_fenec." -"png?classes=shadow,border&height=40px)" +msgstr "![Fenecs](/peertube-plugin-livechat/images/avatar_fenec.png?classes=shadow,border&height=40px)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_abstract %}}: [David Revoy's Abstract avatar generator](https://www.peppercarrot.com/extras/html/2017_abstract-generator/index.php), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_abstract %}}: [David Revoy's Abstrakt " -"Avatargenerator](https://www.peppercarrot.com/extras/html/" -"2017_abstract-generator/index.php), [CC-By](https://creativecommons.org/" -"licenses/by/4.0/) Lizenz" +msgstr "{{% livechat_label avatar_set_option_abstract %}}: [David Revoy's Abstrakt Avatargenerator](https://www.peppercarrot.com/extras/html/2017_abstract-generator/index.php), [CC-By](https://creativecommons.org/licenses/by/4.0/) Lizenz" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "![Abstracts](/peertube-plugin-livechat/images/avatar_abstract.png?classes=shadow,border&height=40px)" -msgstr "" -"![Abstrakt](/peertube-plugin-livechat/images/avatar_abstract." -"png?classes=shadow,border&height=40px)" +msgstr "![Abstrakt](/peertube-plugin-livechat/images/avatar_abstract.png?classes=shadow,border&height=40px)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md @@ -2317,6 +2288,7 @@ msgstr "Sie können das Dauerhaftigkeitsverhalten ändern. [Öffnen Sie den Cha #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "![Hauptmenü](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" @@ -2327,7 +2299,10 @@ msgstr "Es gibt mehrere Optionen, die geändert werden können." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "![Chatraum konfigurieren](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" #. type: Plain text @@ -2549,6 +2524,13 @@ msgstr "Dieser \"{{% livechat_label menu_configuration_label %}}\" Link führt S msgid "Here you can configure:" msgstr "Hier können Sie konfigurieren:" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +#, fuzzy +#| msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "[Den Chatbot](/peertube-plugin-livechat/de/documentation/user/streamers/bot)" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2573,8 +2555,9 @@ msgstr "Für Streamer" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md -#, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +#, fuzzy, no-wrap +#| msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "Plugin peertube-plugin-livechat Erweiterte Moderationsfunktionen" #. type: Plain text @@ -2658,17 +2641,152 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "Sie können alle bestehenden Chaträume auflisten: in den Einstellungen des Plugins gibt es eine Schaltfläche «Räume auflisten»." #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md -#, no-wrap -msgid "How to chat for stream viewers" -msgstr "Wie man chattet für Live-Stream Zuschauer" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy, no-wrap +#| msgid "Plugin peertube-plugin-livechat installation guide" +msgid "Plugin peertube-plugin-livechat slow mode" +msgstr "Plugin peertube-plugin-livechat Installationsanleitung" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "This feature comes with the livechat plugin version 8.0.0, and can be disabled by your instance's admins." +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "Diese Funktion wird mit dem Livechatplugin Version 8.0.0 geliefert und kann von den Administratoren Ihrer Instanz deaktiviert werden." + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "Einführung" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "To access this page, check the [channel configuration documentation](/peertube-plugin-livechat/documentation/user/streamers/channel)." +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "Um auf diese Seite zuzugreifen, sehen Sie sich die [Kanal Konfigurations Dokumentation](/peertube-plugin-livechat/de/documentation/user/streamers/channel) an." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Channel configuration](/peertube-plugin-livechat/images/channel_configuration.png?classes=shadow,border&height=400px)" +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "![Kanalkonfiguration](/peertube-plugin-livechat/images/channel_configuration.png?classes=shadow,border&height=400px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "You can change the persistence behaviour. [Open the chat in fullscreen](/peertube-plugin-livechat/documentation/user/viewers), then open the top menu and click on \"Configure\"." +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "Sie können das Dauerhaftigkeitsverhalten ändern. [Öffnen Sie den Chat im Vollbildmodus (/peertube-plugin-livechat/de/documentation/user/viewers), öffnen Sie dann das obere Menü und klicken Sie auf \"Konfigurieren\"." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "you just have to declare its type, not its value" +msgid "You just have to change the \"slow mode\" field value." +msgstr "Sie müssen nur den Typ angeben, nicht den Wert" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "Für Zuschauer" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "![Hauptmenü](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "Wie man chattet für Live-Stream Zuschauer" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2917,12 +3035,6 @@ msgstr "Um einen Einblick in die Fähigkeiten dieses Plugins zu bekommen, schaue msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "Sie können das Suchfeld im linken Menü verwenden, um bestimmte Teile der Dokumentation schnell zu finden." -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "Einführung" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index 4afc4191..179e06fc 100644 --- a/support/documentation/po/livechat.el.po +++ b/support/documentation/po/livechat.el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index 77a850bc..9d7f44f7 100644 --- a/support/documentation/po/livechat.en.pot +++ b/support/documentation/po/livechat.en.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2497,6 +2497,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, markdown-text msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2509,8 +2510,9 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, markdown-text -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2762,6 +2764,12 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +#, markdown-text +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md #, markdown-text @@ -2789,7 +2797,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2883,15 +2891,155 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, markdown-text, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/documentation/user/viewers.md +#, markdown-text, no-wrap +msgid "For viewers" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, markdown-text +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap -msgid "For viewers" +msgid "How to chat for stream viewers" msgstr "" #. type: Title ## @@ -3179,12 +3327,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, markdown-text, no-wrap diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index e2a75fa4..61e3decc 100644 --- a/support/documentation/po/livechat.eo.po +++ b/support/documentation/po/livechat.eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index f21e6077..3323b458 100644 --- a/support/documentation/po/livechat.es.po +++ b/support/documentation/po/livechat.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2024-01-28 13:01+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -2257,6 +2257,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2267,7 +2268,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2490,6 +2492,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2515,7 +2522,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2599,17 +2606,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2858,12 +2987,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index 17c461c7..42126b44 100644 --- a/support/documentation/po/livechat.eu.po +++ b/support/documentation/po/livechat.eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index d3c0fcad..454fcd22 100644 --- a/support/documentation/po/livechat.fa.po +++ b/support/documentation/po/livechat.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index 64b3e8e0..92d27b97 100644 --- a/support/documentation/po/livechat.fi.po +++ b/support/documentation/po/livechat.fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 2bc7dd31..2e74d68b 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -7,11 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2024-02-13 13:25+0000\n" "Last-Translator: John Livingston \n" -"Language-Team: French \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1674,18 +1673,12 @@ msgstr "![Fénnecs](/peertube-plugin-livechat/images/avatar_fenec.png?classes=sh #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "{{% livechat_label avatar_set_option_abstract %}}: [David Revoy's Abstract avatar generator](https://www.peppercarrot.com/extras/html/2017_abstract-generator/index.php), [CC-By](https://creativecommons.org/licenses/by/4.0/) license" -msgstr "" -"{{% livechat_label avatar_set_option_abstract %}} : [Générateur d'avatar " -"abstrait de David Revoy](https ://www.peppercarrot.com/extras/html/" -"2017_abstract-generator/index.php), licence [CC-By](https ://creativecommons." -"org/licenses/by/4.0/)" +msgstr "{{% livechat_label avatar_set_option_abstract %}} : [Générateur d'avatar abstrait de David Revoy](https ://www.peppercarrot.com/extras/html/2017_abstract-generator/index.php), licence [CC-By](https ://creativecommons.org/licenses/by/4.0/)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "![Abstracts](/peertube-plugin-livechat/images/avatar_abstract.png?classes=shadow,border&height=40px)" -msgstr "" -"![Abstraits](/peertube-plugin-livechat/images/avatar_abstract.png " -"?classes=shadow,border&height=40px)" +msgstr "![Abstraits](/peertube-plugin-livechat/images/avatar_abstract.png ?classes=shadow,border&height=40px)" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md @@ -2314,6 +2307,7 @@ msgstr "Vous pouvez changer le comportement de la persistance. [Ouvrez le tchat #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "![Menu du haut](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" @@ -2324,7 +2318,10 @@ msgstr "Il y a plusieurs options qui peuvent être changées." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "![Configurer le salon](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" #. type: Plain text @@ -2546,6 +2543,13 @@ msgstr "Ce lien «{{% livechat_label menu_configuration_label %}}» vous emmène msgid "Here you can configure:" msgstr "Ici vous pouvez configurer :" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +#, fuzzy +#| msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "[Le bot de tchat](/peertube-plugin-livechat/documentation/fr/user/streamers/bot)" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2570,8 +2574,9 @@ msgstr "Pour les streameur⋅euses" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md -#, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +#, fuzzy, no-wrap +#| msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "Fonctionnalités de modération avancées du plugin peertube-plugin-livechat" #. type: Plain text @@ -2655,17 +2660,152 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "Vous pouvez lister toutes les salles de discussion existantes : dans l'écran des paramètres du plugin, il y a un bouton \"Lister les salles\"." #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md -#, no-wrap -msgid "How to chat for stream viewers" -msgstr "Comment tchater pour les spectateur⋅rices" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy, no-wrap +#| msgid "Plugin peertube-plugin-livechat installation guide" +msgid "Plugin peertube-plugin-livechat slow mode" +msgstr "Installation du plugin peertube-plugin-livechat" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "This feature comes with the livechat plugin version 8.0.0, and can be disabled by your instance's admins." +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "Cette fonctionnalité arrive avec le plugin livechat version 8.0.0, et peut être désactivée par les admins de votre instance." + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "Introduction" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "To access this page, check the [channel configuration documentation](/peertube-plugin-livechat/documentation/user/streamers/channel)." +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "Pour accéder à cette page, veuillez vous référer à la [documentation sur la configuration des chaînes](/peertube-plugin-livechat/fr/documentation/user/streamers/channel)." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Channel configuration](/peertube-plugin-livechat/images/channel_configuration.png?classes=shadow,border&height=400px)" +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "![Configuration de la chaîne](/peertube-plugin-livechat/images/channel_configuration.png?classes=shadow,border&height=400px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "You can change the persistence behaviour. [Open the chat in fullscreen](/peertube-plugin-livechat/documentation/user/viewers), then open the top menu and click on \"Configure\"." +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "Vous pouvez changer le comportement de la persistance. [Ouvrez le tchat en plein écran](/peertube-plugin-livechat/fr/documentation/user/viewers), puis ouvrez le menu du haut et cliquez sur «Configurer»." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "you just have to declare its type, not its value" +msgid "You just have to change the \"slow mode\" field value." +msgstr "vous ne devez déclarer que son type, pas sa valeur" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "Pour les spectateur⋅rices" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "![Menu du haut](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "Comment tchater pour les spectateur⋅rices" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2914,12 +3054,6 @@ msgstr "Pour avoir un aperçu des possibilités de ce plugin, aller jeter un œi msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "Vous pouvez utiliser la barre de recherche dans le menu gauche pour rapidement trouver des documentations spécifiques." -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "Introduction" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index 8bd3dcd2..31bdc3b0 100644 --- a/support/documentation/po/livechat.gd.po +++ b/support/documentation/po/livechat.gd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 8c91c992..af89e0a7 100644 --- a/support/documentation/po/livechat.gl.po +++ b/support/documentation/po/livechat.gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index f68e7e61..db7ee4b0 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Croatian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index 067d41e9..b561424c 100644 --- a/support/documentation/po/livechat.hu.po +++ b/support/documentation/po/livechat.hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index 0ef8256c..fc2173e5 100644 --- a/support/documentation/po/livechat.is.po +++ b/support/documentation/po/livechat.is.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index b4e822b7..28e635a8 100644 --- a/support/documentation/po/livechat.it.po +++ b/support/documentation/po/livechat.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index dc506994..1d9a4d71 100644 --- a/support/documentation/po/livechat.ja.po +++ b/support/documentation/po/livechat.ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2024-01-28 13:01+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -2268,6 +2268,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, fuzzy #| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" @@ -2280,9 +2281,10 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, fuzzy #| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" #. type: Plain text @@ -2518,6 +2520,12 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +#, fuzzy +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "PeerTube ライブチャットプラグイン" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md #, fuzzy @@ -2544,7 +2552,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, fuzzy, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "PeerTube ライブチャットプラグイン" #. type: Plain text @@ -2629,17 +2637,144 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy, no-wrap +msgid "Plugin peertube-plugin-livechat slow mode" +msgstr "PeerTube ライブチャットプラグイン" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, fuzzy, no-wrap +msgid "Introduction" +msgstr "はじめに" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "PeerTube ライブチャットプラグイン" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2896,12 +3031,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, fuzzy, no-wrap -msgid "Introduction" -msgstr "はじめに" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index 1f14befa..f823dd1e 100644 --- a/support/documentation/po/livechat.kab.po +++ b/support/documentation/po/livechat.kab.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index d64c3eca..d6b6ea53 100644 --- a/support/documentation/po/livechat.nb.po +++ b/support/documentation/po/livechat.nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index e8cb056a..ddb096df 100644 --- a/support/documentation/po/livechat.nl.po +++ b/support/documentation/po/livechat.nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index 82bfd4ae..14c245c3 100644 --- a/support/documentation/po/livechat.nn.po +++ b/support/documentation/po/livechat.nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index 85e2cf2e..8d34d920 100644 --- a/support/documentation/po/livechat.oc.po +++ b/support/documentation/po/livechat.oc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 2a0893ab..dd9796d2 100644 --- a/support/documentation/po/livechat.pl.po +++ b/support/documentation/po/livechat.pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index 2fd89a31..07065bd1 100644 --- a/support/documentation/po/livechat.pt.po +++ b/support/documentation/po/livechat.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index 6373d656..283af13e 100644 --- a/support/documentation/po/livechat.ru.po +++ b/support/documentation/po/livechat.ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index c2a47fdd..eed2e24d 100644 --- a/support/documentation/po/livechat.sq.po +++ b/support/documentation/po/livechat.sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index dfa3c790..ff0ce735 100644 --- a/support/documentation/po/livechat.sv.po +++ b/support/documentation/po/livechat.sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 497bb8e6..95da8341 100644 --- a/support/documentation/po/livechat.th.po +++ b/support/documentation/po/livechat.th.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index 701ab61f..47417a48 100644 --- a/support/documentation/po/livechat.tok.po +++ b/support/documentation/po/livechat.tok.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index f8f3823d..1f5c816b 100644 --- a/support/documentation/po/livechat.uk.po +++ b/support/documentation/po/livechat.uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 589c903e..9d41f8e0 100644 --- a/support/documentation/po/livechat.vi.po +++ b/support/documentation/po/livechat.vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index d25e7308..69a42723 100644 --- a/support/documentation/po/livechat.zh-Hans.po +++ b/support/documentation/po/livechat.zh-Hans.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index 976fbfdc..cc87c1fa 100644 --- a/support/documentation/po/livechat.zh-Hant.po +++ b/support/documentation/po/livechat.zh-Hant.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-02-12 16:44+0100\n" +"POT-Creation-Date: 2024-02-16 18:09+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -2229,6 +2229,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "![Top menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" msgstr "" @@ -2239,7 +2240,8 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md -msgid "![Configure chat room](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Configure chat room](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" msgstr "" #. type: Plain text @@ -2461,6 +2463,11 @@ msgstr "" msgid "Here you can configure:" msgstr "" +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/channel.md +msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" +msgstr "" + #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)" @@ -2486,7 +2493,7 @@ msgstr "" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap -msgid "Plugin peertube-plugin-livechat advances moderation features" +msgid "Plugin peertube-plugin-livechat advanced moderation features" msgstr "" #. type: Plain text @@ -2570,17 +2577,139 @@ msgid "You can list all existing chatrooms: in the plugin settings screen, there msgstr "" #. type: Yaml Front Matter Hash Value: description -#: support/documentation/content/en/documentation/user/viewers.md +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, no-wrap -msgid "How to chat for stream viewers" +msgid "Plugin peertube-plugin-livechat slow mode" msgstr "" #. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Slow mode" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This features comes with the livechat plugin version 8.3.0." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#: support/documentation/content/en/intro/_index.md +#, no-wrap +msgid "Introduction" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As a streamer, you can choose to rate limit your viewers messages in the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This can be really usefull to:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid message flooding" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "avoid unreadable chat if there are many viewsers talking" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You can set a number of seconds that users will have to wait after sending a message, before sending another." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This limitation does not apply to moderators." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Default channel value" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Channel configuration / Default slow mode](/peertube-plugin-livechat/images/slow_mode_channel_option.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "This value will apply as the default value for new chatrooms. It will not apply on already existing chatrooms." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to `0` will disable the feature." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "Setting the value to a positive integer will set the period during which users will not be able to post additional messages." +msgstr "" + +#. type: Title ## +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +#, no-wrap +msgid "Modifying the value for an existing chatroom" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers). Then, open the top menu and click on \"configure\"." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "You just have to change the \"slow mode\" field value." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "The modification will immediatly apply." +msgstr "" + +#. type: Yaml Front Matter Hash Value: title +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap msgid "For viewers" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "If the slow mode is enabled, users will be informed by an message." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "![Slow mode infobox](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." +msgstr "" + +#. type: Yaml Front Matter Hash Value: description +#: support/documentation/content/en/documentation/user/viewers.md +#, no-wrap +msgid "How to chat for stream viewers" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md #, no-wrap @@ -2829,12 +2958,6 @@ msgstr "" msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgstr "" -#. type: Yaml Front Matter Hash Value: title -#: support/documentation/content/en/intro/_index.md -#, no-wrap -msgid "Introduction" -msgstr "" - #. type: Title ## #: support/documentation/content/en/intro/_index.md #, no-wrap