diff --git a/CHANGELOG.md b/CHANGELOG.md index 523eb6b8..77164858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## ??? (Not Released Yet) +* Temporary security fix for #332: rollback of v8.3.1: + * Setting video owner as room owner as side effects. Like leaking the instance moderator/admin list. And maybe others. + * So we rollback this feature, waiting for a better way to allow room admins/moderators to change room settings. + * As a consequence, users that are not Peertube moderator/administrator can't change the slow mode configuration without deleting/recreating the room. This will be fixed in a later plugin version. * Fix mod_muc_slow_mode: add min value for slow_mode_duration field. * Debug Mode: new option to promote some JIDs as admins on the MUC component. * Fix #322: "Sepia is no longer an owner of this groupchat" message when joining the chat. diff --git a/server/lib/prosody/config/affiliations.ts b/server/lib/prosody/config/affiliations.ts index 4ad17bc8..5638d564 100644 --- a/server/lib/prosody/config/affiliations.ts +++ b/server/lib/prosody/config/affiliations.ts @@ -53,7 +53,7 @@ async function _addAffiliationByChannelId ( } else { const userJid = username + '@' + prosodyDomain if (!(userJid in r)) { // don't override if already owner! - r[userJid] = 'owner' + r[userJid] = 'admin' } } } catch (error) { @@ -65,7 +65,7 @@ async function getVideoAffiliations (options: RegisterServerOptions, video: MVid const prosodyDomain = await getProsodyDomain(options) const r = await _getCommonAffiliations(options, prosodyDomain) - // Adding an 'owner' affiliation for video owner + // Adding an affiliation for video owner if (!video.remote) { // don't add the video owner if it is a remote video! await _addAffiliationByChannelId(options, prosodyDomain, r, video.channelId) diff --git a/support/documentation/content/en/documentation/user/streamers/slow_mode.md b/support/documentation/content/en/documentation/user/streamers/slow_mode.md index 6b3ac585..b9543363 100644 --- a/support/documentation/content/en/documentation/user/streamers/slow_mode.md +++ b/support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -37,6 +37,13 @@ Setting the value to a positive integer will set the period during which users w ## Modifying the value for an existing chatroom +{{% notice warning %}} +As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. +An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. +For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). +This solution is not optimal, and we apologize for the inconvenience. +{{% /notice %}} + 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". diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index ded77a21..7cd86162 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -2670,6 +2670,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index cd05b502..647628f8 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index 0318d5e3..37463420 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index a9016413..2f760ecf 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2024-02-18 02:08+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" @@ -2303,9 +2301,7 @@ msgstr "Es gibt mehrere Optionen, die geändert werden können." #: support/documentation/content/en/documentation/user/streamers/basics.md #: 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 "" -"![Chatraum konfigurieren](/peertube-plugin-livechat/images/configure." -"png?classes=shadow,border&height=200px)" +msgstr "![Chatraum konfigurieren](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2529,9 +2525,7 @@ msgstr "Hier können Sie konfigurieren:" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" -msgstr "" -"[Der langsame Modus](/peertube-plugin-livechat/de/documentation/user/" -"streamers/slow_mode)" +msgstr "[Der langsame Modus](/peertube-plugin-livechat/de/documentation/user/streamers/slow_mode)" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md @@ -2656,8 +2650,7 @@ msgstr "Langsamer Modus" #. 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 "" -"Diese Funktionen werden mit dem Livechatplugin Version 8.3.0 verfügbar sein." +msgstr "Diese Funktionen werden mit dem Livechatplugin Version 8.3.0 verfügbar sein." #. type: Yaml Front Matter Hash Value: title #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2669,9 +2662,7 @@ 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 "" -"Als Streamer haben Sie die Möglichkeit, die Anzahl der Nachrichten Ihrer " -"Zuschauer im Chat zeitlich zu begrenzen." +msgstr "Als Streamer haben Sie die Möglichkeit, die Anzahl der Nachrichten Ihrer Zuschauer im Chat zeitlich zu begrenzen." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2691,9 +2682,7 @@ msgstr "einen unleserlichen Chat vermeiden, wenn viele Zuschauer schreiben" #. 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 "" -"Sie können eine Anzahl von Sekunden festlegen, die die Benutzer nach dem " -"Senden einer Nachricht warten müssen, bevor sie eine weitere senden können." +msgstr "Sie können eine Anzahl von Sekunden festlegen, die die Benutzer nach dem Senden einer Nachricht warten müssen, bevor sie eine weitere senden können." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2709,25 +2698,17 @@ msgstr "Standard Kanalwert" #. 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 "" -"Auf der [Kanal Konfigurations Seite](/peertube-plugin-livechat/de/" -"documentation/user/streamers/channel) können Sie einen Standardwert für den " -"langsamen Modus einstellen:" +msgstr "Auf der [Kanal Konfigurations Seite](/peertube-plugin-livechat/de/documentation/user/streamers/channel) können Sie einen Standardwert für den langsamen Modus einstellen:" #. 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 "" -"![Kanalkonfiguration / Standardwert langsamer Modus](/peertube-" -"plugin-livechat/images/slow_mode_channel_option." -"png?classes=shadow,border&height=400px)" +msgstr "![Kanalkonfiguration / Standardwert langsamer Modus](/peertube-plugin-livechat/images/slow_mode_channel_option.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 "" -"Dieser Wert gilt als Standardwert für neue Chaträume. Er gilt nicht für " -"bereits bestehende Chaträume." +msgstr "Dieser Wert gilt als Standardwert für neue Chaträume. Er gilt nicht für bereits bestehende Chaträume." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2737,9 +2718,7 @@ msgstr "Wird der Wert auf \"0\" gesetzt, wird die Funktion deaktiviert." #. 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 "" -"Wenn Sie den Wert auf eine positive ganze Zahl setzen, wird der Zeitraum " -"festgelegt, in dem die Benutzer keine weiteren Nachrichten senden können." +msgstr "Wenn Sie den Wert auf eine positive ganze Zahl setzen, wird der Zeitraum festgelegt, in dem die Benutzer keine weiteren Nachrichten senden können." #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2749,12 +2728,13 @@ msgstr "Ändern des Wertes für einen bestehenden Chatraum" #. 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\"." +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." msgstr "" -"Um die Dauer des langsamen Modus für einen bestehenden Chatroom zu ändern, " -"müssen Sie ihn zunächst im [Vollbildmodus](/peertube-plugin-livechat/de/" -"documentation/user/viewers) öffnen. Öffnen Sie dann das obere Menü und " -"klicken Sie auf \"Konfigurieren\"." + +#. 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 "Um die Dauer des langsamen Modus für einen bestehenden Chatroom zu ändern, müssen Sie ihn zunächst im [Vollbildmodus](/peertube-plugin-livechat/de/documentation/user/viewers) öffnen. Öffnen Sie dann das obere Menü und klicken Sie auf \"Konfigurieren\"." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2776,23 +2756,17 @@ 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 "" -"Wenn der langsame Modus aktiviert ist, wird der Benutzer durch eine " -"Nachricht informiert." +msgstr "Wenn der langsame Modus aktiviert ist, wird der Benutzer durch eine Nachricht informiert." #. 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 "" -"![Infobox Langsamer Modus](/peertube-plugin-livechat/images/slow_mode." -"png?classes=shadow,border&height=400px)" +msgstr "![Infobox Langsamer Modus](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" #. 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 "" -"Wenn sie eine Nachricht senden, wird das Eingabefeld für X Sekunden " -"deaktiviert (wobei X die Dauer des langsamen Modus ist)." +msgstr "Wenn sie eine Nachricht senden, wird das Eingabefeld für X Sekunden deaktiviert (wobei X die Dauer des langsamen Modus ist)." #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/viewers.md diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index fc289a4c..b81bc323 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index b53e18d2..e12a1415 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2993,6 +2993,12 @@ msgstr "" 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 "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md #, markdown-text diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index 919925f5..591c1da4 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index d8f7b9f4..d2f29f91 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2024-01-28 13:01+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -2696,6 +2696,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index 8ff3db08..4a31bdd7 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index c579265d..79ff5e4c 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index e381eb7b..bef0aaed 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index ac7359a2..aecbf545 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2024-02-21 15:07+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" @@ -2321,9 +2320,7 @@ msgstr "Il y a plusieurs options qui peuvent être changées." #: support/documentation/content/en/documentation/user/streamers/basics.md #: 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 "" -"![Configurer le salon](/peertube-plugin-livechat/images/configure." -"png?classes=shadow,border&height=200px)" +msgstr "![Configurer le salon](/peertube-plugin-livechat/images/configure.png?classes=shadow,border&height=200px)" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2547,9 +2544,7 @@ msgstr "Ici vous pouvez configurer :" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" -msgstr "" -"[Le mode lent](/peertube-plugin-livechat/documentation/user/streamers/" -"slow_mode)" +msgstr "[Le mode lent](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md @@ -2577,8 +2572,7 @@ msgstr "Pour les streameur⋅euses" #: support/documentation/content/en/documentation/user/streamers/moderation.md #, no-wrap msgid "Plugin peertube-plugin-livechat advanced moderation features" -msgstr "" -"Fonctionnalités de modération avancées du plugin peertube-plugin-livechat" +msgstr "Fonctionnalités de modération avancées du plugin peertube-plugin-livechat" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2687,9 +2681,7 @@ 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 "" -"En tant que streameur⋅euse, vous pouvez choisir de limiter la fréquence des " -"messages de vos spectateur⋅rices dans le tchat." +msgstr "En tant que streameur⋅euse, vous pouvez choisir de limiter la fréquence des messages de vos spectateur⋅rices dans le tchat." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2704,16 +2696,12 @@ msgstr "éviter l'inondation de messages" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "avoid unreadable chat if there are many viewers talking" -msgstr "" -"éviter que le tchat ne devienne illisible si de nombreux⋅ses personnes y " -"parlent" +msgstr "éviter que le tchat ne devienne illisible si de nombreux⋅ses personnes y parlent" #. 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 "" -"Vous pouvez définir le nombre de secondes que les utilisateur⋅rices devront " -"attendre après avoir envoyé un message avant d'en envoyer un autre." +msgstr "Vous pouvez définir le nombre de secondes que les utilisateur⋅rices devront attendre après avoir envoyé un message avant d'en envoyer un autre." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2729,25 +2717,17 @@ msgstr "Valeur par défaut de la chaîne" #. 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 "" -"Sur la [page de configuration de la chaîne](/peertube-plugin-livechat/fr/" -"documentation/user/streamers/channel), vous pouvez définir une valeur par " -"défaut pour l'option mode lent :" +msgstr "Sur la [page de configuration de la chaîne](/peertube-plugin-livechat/fr/documentation/user/streamers/channel), vous pouvez définir une valeur par défaut pour l'option mode lent :" #. 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 "" -"![Configuration de la chaîne / Mode lent par défaut](/peertube-" -"plugin-livechat/images/slow_mode_channel_option." -"png?classes=shadow,border&height=400px)" +msgstr "![Configuration de la chaîne / Mode lent par défaut](/peertube-plugin-livechat/images/slow_mode_channel_option.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 "" -"Cette valeur s'appliquera par défaut aux nouveaux salons. Elle ne " -"s'appliquera pas aux salons de discussion existants." +msgstr "Cette valeur s'appliquera par défaut aux nouveaux salons. Elle ne s'appliquera pas aux salons de discussion existants." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2757,10 +2737,7 @@ msgstr "La valeur `0` désactive la fonctionnalité." #. 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 "" -"Positionner la valeur à un nombre entier positif permet de fixer la période " -"pendant laquelle les utilisateur⋅rices ne pourront pas envoyer de messages " -"supplémentaires." +msgstr "Positionner la valeur à un nombre entier positif permet de fixer la période pendant laquelle les utilisateur⋅rices ne pourront pas envoyer de messages supplémentaires." #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2770,12 +2747,13 @@ msgstr "Modifier la valeur d'un salon de discussion existant" #. 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\"." +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." msgstr "" -"Pour modifier le paramètre du mode lent pour un salon déjà existant, vous " -"devez d'abord ouvrir celui-ci en [plein écran](/peertube-plugin-livechat/fr/" -"documentation/user/viewers). Ensuite, ouvrez le menu haut, et cliquez sur " -"\"configurer\"." + +#. 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 "Pour modifier le paramètre du mode lent pour un salon déjà existant, vous devez d'abord ouvrir celui-ci en [plein écran](/peertube-plugin-livechat/fr/documentation/user/viewers). Ensuite, ouvrez le menu haut, et cliquez sur \"configurer\"." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2797,23 +2775,17 @@ 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 "" -"Si le mode lent est activé, les utilisateur⋅rices en seront informé⋅es par " -"un message." +msgstr "Si le mode lent est activé, les utilisateur⋅rices en seront informé⋅es par un message." #. 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 "" -"![Information mode lent](/peertube-plugin-livechat/images/slow_mode." -"png?classes=shadow,border&height=400px)" +msgstr "![Information mode lent](/peertube-plugin-livechat/images/slow_mode.png?classes=shadow,border&height=400px)" #. 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 "" -"Lorsqu'iels envoient un message, le champ de saisie est désactivé pendant X " -"secondes (X étant la durée du mode lent)." +msgstr "Lorsqu'iels envoient un message, le champ de saisie est désactivé pendant X secondes (X étant la durée du mode lent)." #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/viewers.md diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index 265c0504..0c5662d3 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 63f74fa1..1da7c484 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index fd48d6b4..e927a309 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Croatian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index cd718a37..e3e3dc26 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index 91d66fd0..b715934b 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index c1c69860..32a76f1b 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index f594d15a..d774c532 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2024-01-28 13:01+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -2730,6 +2730,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index 53274d25..52e40b5b 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index 3df66b86..c0e1f7b7 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index 25dbb8f6..ce49a969 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index 51e6b0bb..6e786c36 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index a0cc1d6b..33859e57 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 3396e14a..861e1a5e 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index 7cc7c879..1745e321 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index 1736110d..ea497a96 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index eca3ccf9..00f46f34 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 43f46039..7048943c 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 8fedafff..3e4a7ba1 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index 9fb5a808..daecf1c7 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index 852b0557..56c6eaf8 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 7cc835f0..6dfb4b45 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index dc46bd1b..a17d5b9a 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"." diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index ef7a5f19..ba741420 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-17 08:10+0100\n" +"POT-Creation-Date: 2024-03-01 15:25+0100\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -2667,6 +2667,11 @@ msgstr "" msgid "Modifying the value for an existing chatroom" msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/slow_mode.md +msgid "As there was a security issue with livechat plugin v8.3.1 (leaking the full list of instance moderator and administrators), the following only works for users that are also administrator or moderator on the Peertube instance. An alternative method to set this for existing chatrooms will be provided in a later livechat version, when the issue will be properly fixed. For now, if you are not moderator or administrator on the Peertube instance, you can change the slow mode setting by deleting your room (it will be recreated with the value set in the channel options). This solution is not optimal, and we apologize for the inconvenience." +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\"."