Document reuse.

This commit is contained in:
John Livingston
2024-05-23 12:28:23 +02:00
parent 0708ca00cf
commit a870ba6488
37 changed files with 7496 additions and 9906 deletions

View File

@ -37,6 +37,7 @@ To build the plugin, you must have following packages:
* `build-essential` * `build-essential`
* `coreutils` * `coreutils`
* `wget` * `wget`
* `reuse`
Please note that this plugin needs an AppImage for the Prosody XMPP server. Please note that this plugin needs an AppImage for the Prosody XMPP server.
This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject.
@ -82,6 +83,12 @@ You can build the plugin with extra debug features simply by using:
NODE_ENV=dev npm run build NODE_ENV=dev npm run build
``` ```
This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code.
More information on the [REUSE](https://reuse.software/) website.
You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers.
The `npm run lint` command will use the `reuse` command to check compliance.
Don't forget to add your copyright information in SPDX headers when you modify some code.
## ESBuild vs Typescript ## ESBuild vs Typescript
This plugin uses ESBuild for frontend code generation, as the official `peertube-plugin-quickstart` plugin. This plugin uses ESBuild for frontend code generation, as the official `peertube-plugin-quickstart` plugin.

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2024-01-17 11:38+0000\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n"
"Last-Translator: ButterflyOfFire <butterflyoffire@protonmail.com>\n" "Last-Translator: ButterflyOfFire <butterflyoffire@protonmail.com>\n"
"Language-Team: Arabic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ar/>\n" "Language-Team: Arabic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ar/>\n"
@ -17,17 +17,96 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.3.1\n" "X-Generator: Weblate 5.3.1\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
msgstr "الاتصال بالمؤلف" "<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
msgstr "الاتصال بي" "SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
@ -39,28 +118,20 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "قواعد السلوك"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop" msgstr ""
msgstr "التطوير"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr "التطوير"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,19 +466,11 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "المستندات"
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, no-wrap
@ -593,39 +672,30 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback" msgstr ""
msgstr "عبّر عن رأيك"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing" msgstr ""
msgstr "المساهمة"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin" msgstr ""
msgstr "ترجمة الإضافة"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "ترجمة"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
@ -872,16 +942,9 @@ msgstr "معلومات عامة"
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -929,28 +992,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -958,16 +1007,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1488,10 +1530,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1501,17 +1542,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1677,28 +1710,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1723,6 +1742,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1937,22 +1962,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2062,16 +2079,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2090,10 +2100,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2187,16 +2196,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2220,28 +2222,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2328,16 +2316,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2430,7 +2411,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2517,16 +2497,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2539,16 +2512,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2606,17 +2572,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2651,16 +2609,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2673,19 +2624,11 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, fuzzy, no-wrap
#| msgid "General information"
msgid "Channel configuration"
msgstr "معلومات عامة"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
msgid "In the Peertube left menu, there is a \"{{% livechat_label menu_configuration_label %}}\" entry:" msgid "In the Peertube left menu, there is a \"{{% livechat_label menu_configuration_label %}}\" entry:"
@ -2721,22 +2664,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2837,16 +2772,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2854,10 +2782,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "مقدمة" msgstr "مقدمة"
@ -2928,9 +2855,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2950,16 +2876,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3186,10 +3105,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3395,16 +3313,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3483,6 +3394,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3566,6 +3482,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3628,17 +3550,10 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests" msgstr ""
msgstr "متعقّب الأخطاء \\ طلبات الميزات الجديدة"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "متعقّب الأخطاء والميزات الجديدة"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
@ -3664,3 +3579,48 @@ msgstr ""
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome." msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
msgstr "" msgstr ""
#, no-wrap
#~ msgid "Contact the author"
#~ msgstr "الاتصال بالمؤلف"
#, no-wrap
#~ msgid "Contact me"
#~ msgstr "الاتصال بي"
#, no-wrap
#~ msgid "Code of Conduct"
#~ msgstr "قواعد السلوك"
#, no-wrap
#~ msgid "Documentation"
#~ msgstr "المستندات"
#, no-wrap
#~ msgid "Give your feedback"
#~ msgstr "عبّر عن رأيك"
#, no-wrap
#~ msgid "Contributing"
#~ msgstr "المساهمة"
#, no-wrap
#~ msgid "Translate the plugin"
#~ msgstr "ترجمة الإضافة"
#, no-wrap
#~ msgid "Translate"
#~ msgstr "ترجمة"
#, fuzzy, no-wrap
#~| msgid "General information"
#~ msgid "Channel configuration"
#~ msgstr "معلومات عامة"
#, no-wrap
#~ msgid "Bug tracking / New features requests"
#~ msgstr "متعقّب الأخطاء \\ طلبات الميزات الجديدة"
#, no-wrap
#~ msgid "Bug tracking & new features"
#~ msgstr "متعقّب الأخطاء والميزات الجديدة"

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Catalan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ca/>\n" "Language-Team: Catalan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ca/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Czech <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/cs/>\n" "Language-Team: Czech <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/cs/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Greek <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/el/>\n" "Language-Team: Greek <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/el/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,16 +16,96 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#, no-wrap #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "Contact the author" #: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, markdown-text, no-wrap
msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#, no-wrap #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "Contact me" #: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, markdown-text, no-wrap
msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
#, markdown-text
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -40,16 +120,10 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap #, markdown-text
msgid "Contributor Covenant Code of Conduct" msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -58,10 +132,10 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text, no-wrap #, markdown-text
msgid "Develop" msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -160,12 +234,24 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text #, markdown-text
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text #, markdown-text
@ -227,6 +313,12 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
@ -426,17 +518,10 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, markdown-text
msgid "Document the plugin, or translate the documentation." msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -667,10 +752,10 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap #, markdown-text
msgid "Give your feedback" msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -679,10 +764,10 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap #, markdown-text
msgid "Contributing" msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -691,16 +776,10 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap #, markdown-text
msgid "Translate the plugin" msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -980,16 +1059,10 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap #, markdown-text
msgid "Plugin Credits" msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1046,28 +1119,16 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap #, markdown-text
msgid "Some advanced features" msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap #, markdown-text
msgid "Using Matterbridge to bridge with other chats" msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1076,16 +1137,10 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap #, markdown-text
msgid "Allow connections using XMPP clients" msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1667,10 +1722,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1681,17 +1735,10 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap #, markdown-text
msgid "Plugin Peertube Livechat settings - External Authentication" msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, markdown-text, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1884,28 +1931,16 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap #, markdown-text
msgid "Plugin Peertube Livechat administration" msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap #, markdown-text
msgid "Plugin Peertube Livechat settings" msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1933,6 +1968,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, markdown-text, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, markdown-text #, markdown-text
@ -2182,22 +2223,16 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap #, markdown-text
msgid "Plugin documentation" msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap #, markdown-text
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures." msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2319,16 +2354,10 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap #, markdown-text
msgid "Plugin peertube-plugin-livechat installation guide" msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2350,10 +2379,10 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, markdown-text
msgid "Some classic mistakes and workarounds." msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2458,16 +2487,10 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap #, markdown-text
msgid "Important notes when upgrading for an older version." msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2494,28 +2517,16 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap #, markdown-text
msgid "Plugin peertube-plugin-livechat user documentation" msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap #, markdown-text
msgid "Documentation to stream the chat content using OBS." msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2614,16 +2625,10 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap #, markdown-text
msgid "Some basics about how to setup and use the chat for your live stream" msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2730,7 +2735,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2829,16 +2833,10 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap #, markdown-text
msgid "The bot can respond to several commands." msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2853,16 +2851,10 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap #, markdown-text
msgid "The bot can automatically moderate messages containing forbidden words." msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2931,17 +2923,10 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap #, markdown-text
msgid "Chat bot setup" msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, markdown-text, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2982,16 +2967,10 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap #, markdown-text
msgid "The bot can send periodically some messages." msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3006,16 +2985,10 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap #, markdown-text
msgid "Peertube channel chatrooms configuration" msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3060,22 +3033,16 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap #, markdown-text
msgid "How to setup the chat for your live stream" msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap #, markdown-text
msgid "Plugin peertube-plugin-livechat advanced moderation features" msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3188,16 +3155,10 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap #, markdown-text
msgid "Plugin peertube-plugin-livechat slow mode" msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap
msgid "Slow mode"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3206,10 +3167,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -3292,9 +3252,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -3317,16 +3276,10 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap #, markdown-text
msgid "You can handle tasks and task lists with your moderation team." msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3587,10 +3540,10 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, markdown-text
msgid "How to chat for stream viewers" msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3824,16 +3777,10 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap #, markdown-text
msgid "Connect to chat using a XMPP client" msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3926,6 +3873,12 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
#, markdown-text
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, markdown-text, no-wrap #, markdown-text, no-wrap
@ -4022,6 +3975,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, markdown-text, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, markdown-text #, markdown-text
@ -4094,16 +4053,10 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap #, markdown-text
msgid "Bug tracking / New features requests" msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Esperanto <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eo/>\n" "Language-Team: Esperanto <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eo/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2024-04-16 21:38+0000\n" "PO-Revision-Date: 2024-04-16 21:38+0000\n"
"Last-Translator: rnek0 <rnek0@users.noreply.weblate.framasoft.org>\n" "Last-Translator: rnek0 <rnek0@users.noreply.weblate.framasoft.org>\n"
"Language-Team: Spanish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/es/>\n" "Language-Team: Spanish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/es/>\n"
@ -17,17 +17,96 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 5.4.3\n" "X-Generator: Weblate 5.4.3\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
msgstr "Contacta con el autor" "<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
msgstr "Contáctame" "SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
@ -39,28 +118,20 @@ msgstr "Si tiene alguna pregunta o si desea hablar sobre este plugin, puede unir
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "Si quieres apoyar financieramente el proyecto, puedes contactarme por correo electrónico en git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgstr "Si quieres apoyar financieramente el proyecto, puedes contactarme por correo electrónico en git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct" msgstr ""
msgstr "Código de Conducta para contribuyentes"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "Código de Conducta"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "Este Código de Conducta es una adaptación del [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, disponible en [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Las traducciones están a disposición en [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Los casos de comportamiento abusivo, acosador o inaceptable se pueden informar a los líderes de la comunidad responsables de la aplicación por correo en git.[at].john-livingston.fr." msgstr "Este Código de Conducta es una adaptación del [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, disponible en [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Las traducciones están a disposición en [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Los casos de comportamiento abusivo, acosador o inaceptable se pueden informar a los líderes de la comunidad responsables de la aplicación por correo en git.[at].john-livingston.fr."
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop" msgstr ""
msgstr "Desarrollar"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "Tenga en cuenta que este plugin necesita una AppImage para el servidor Prosody XMPP. Esa AppImage la proporciona el proyecto paralelo [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage). El script `build-prosody.sh` descarga los binarios adjuntos de ese repositorio remoto y verifica que sus checksum sha256 sean correctos." msgstr "Tenga en cuenta que este plugin necesita una AppImage para el servidor Prosody XMPP. Esa AppImage la proporciona el proyecto paralelo [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage). El script `build-prosody.sh` descarga los binarios adjuntos de ese repositorio remoto y verifica que sus checksum sha256 sean correctos."
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr "Desarrollar"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -223,6 +305,11 @@ msgstr "Puede generar el plugin con características adicionales de depuración
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -405,19 +492,13 @@ msgstr "Pruebas de rendimiento"
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "El repositorio [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) contiene algunas herramientas para realizar pruebas de rendimiento. Se puede utilizar para evaluar mejoras de código, o encontrar cuellos de botella." msgstr "El repositorio [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) contiene algunas herramientas para realizar pruebas de rendimiento. Se puede utilizar para evaluar mejoras de código, o encontrar cuellos de botella."
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, fuzzy
msgid "Document the plugin, or translate the documentation." #| msgid "Document the plugin, or translate the documentation."
msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgstr "Documente el plugin o traduzca la documentación." msgstr "Documente el plugin o traduzca la documentación."
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "Documentación"
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, no-wrap
@ -619,39 +700,30 @@ msgstr "Publicación"
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "La publicación de la documentación es automátizada cuando los cambios se fusionan en la rama `documentation`." msgstr "La publicación de la documentación es automátizada cuando los cambios se fusionan en la rama `documentation`."
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback" msgstr ""
msgstr "Envianos tu feedback"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "No necesitas saber programar para empezar a contribuir al desarrollo de este plugin. Otras contribuciones son igualmente muy valiosas, tales como: probar el software y reportar bugs, dar feedback, comentar sobre características que te interesen o sobre la interfaz de usuario, el diseño, ..." msgstr "No necesitas saber programar para empezar a contribuir al desarrollo de este plugin. Otras contribuciones son igualmente muy valiosas, tales como: probar el software y reportar bugs, dar feedback, comentar sobre características que te interesen o sobre la interfaz de usuario, el diseño, ..."
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing" msgstr ""
msgstr "Contribuir"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "¿Interesado en contribuir? ¡Estupendo!" msgstr "¿Interesado en contribuir? ¡Estupendo!"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin" msgstr ""
msgstr "Traducir el plugin"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "Traducir"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
@ -897,16 +969,9 @@ msgstr "Información general"
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -954,28 +1019,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -983,16 +1034,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1513,10 +1557,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1526,17 +1569,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1704,28 +1739,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1750,6 +1771,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1964,22 +1991,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2089,16 +2108,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2117,10 +2129,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2214,16 +2225,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2247,28 +2251,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2355,16 +2345,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2457,7 +2440,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2544,16 +2526,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2566,16 +2541,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2633,17 +2601,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2678,16 +2638,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2700,19 +2653,11 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, fuzzy, no-wrap
#| msgid "General information"
msgid "Channel configuration"
msgstr "Información general"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
msgid "In the Peertube left menu, there is a \"{{% livechat_label menu_configuration_label %}}\" entry:" msgid "In the Peertube left menu, there is a \"{{% livechat_label menu_configuration_label %}}\" entry:"
@ -2748,22 +2693,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2864,16 +2801,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2881,10 +2811,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2955,9 +2884,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2977,16 +2905,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3213,10 +3134,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3422,16 +3342,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3510,6 +3423,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3594,6 +3512,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3656,16 +3580,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3693,6 +3610,47 @@ msgstr ""
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome." msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
msgstr "" msgstr ""
#, no-wrap
#~ msgid "Contact the author"
#~ msgstr "Contacta con el autor"
#, no-wrap
#~ msgid "Contact me"
#~ msgstr "Contáctame"
#, no-wrap
#~ msgid "Contributor Covenant Code of Conduct"
#~ msgstr "Código de Conducta para contribuyentes"
#, no-wrap
#~ msgid "Code of Conduct"
#~ msgstr "Código de Conducta"
#, no-wrap
#~ msgid "Documentation"
#~ msgstr "Documentación"
#, no-wrap
#~ msgid "Give your feedback"
#~ msgstr "Envianos tu feedback"
#, no-wrap
#~ msgid "Contributing"
#~ msgstr "Contribuir"
#, no-wrap
#~ msgid "Translate the plugin"
#~ msgstr "Traducir el plugin"
#, no-wrap
#~ msgid "Translate"
#~ msgstr "Traducir"
#, fuzzy, no-wrap
#~| msgid "General information"
#~ msgid "Channel configuration"
#~ msgstr "Información general"
#~ msgid "The plugin needs to build an AppImage for the Prosody XMPP server. It appears that the way this AppImage is build requires `apt` and `dpkg` commands. So it will only work \"out of the box\" on Debian-like systems. If you are using another Linux distribution, you can try to install `apt` and `dpkg` manually. See for example this [Github issue](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). We will provide another solution as soon as possible." #~ msgid "The plugin needs to build an AppImage for the Prosody XMPP server. It appears that the way this AppImage is build requires `apt` and `dpkg` commands. So it will only work \"out of the box\" on Debian-like systems. If you are using another Linux distribution, you can try to install `apt` and `dpkg` manually. See for example this [Github issue](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). We will provide another solution as soon as possible."
#~ msgstr "El plugin necesita construir una AppImage para el servidor XMPP Prosody . Al parecer la forma en que se construye esta AppImage requiere los comandos `apt` y `dpkg`. Así que sólo funcionará \"out of the box\" en sistemas tipo Debian. Si utiliza otra distribución de Linux, puede intentar instalar `apt` y `dpkg` manualmente. Vea por ejemplo este [Issue de Github](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). Proporcionaremos otra solución lo antes posible." #~ msgstr "El plugin necesita construir una AppImage para el servidor XMPP Prosody . Al parecer la forma en que se construye esta AppImage requiere los comandos `apt` y `dpkg`. Así que sólo funcionará \"out of the box\" en sistemas tipo Debian. Si utiliza otra distribución de Linux, puede intentar instalar `apt` y `dpkg` manualmente. Vea por ejemplo este [Issue de Github](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). Proporcionaremos otra solución lo antes posible."

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Basque <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eu/>\n" "Language-Team: Basque <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eu/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Persian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fa/>\n" "Language-Team: Persian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fa/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Finnish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fi/>\n" "Language-Team: Finnish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fi/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Gaelic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gd/>\n" "Language-Team: Gaelic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gd/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n" "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Galician <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gl/>\n" "Language-Team: Galician <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gl/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2024-05-01 01:17+0000\n" "PO-Revision-Date: 2024-05-01 01:17+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n" "Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hr/>\n" "Language-Team: Croatian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hr/>\n"
@ -17,17 +17,96 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.5.2\n" "X-Generator: Weblate 5.5.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
msgstr "Kontaktiraj autora" "<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
msgstr "Kontaktiraj me" "SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
@ -39,28 +118,20 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "Kodeks ponašanja"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop" msgstr ""
msgstr "Razvijaj"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr "Razvijaj"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,19 +466,11 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "Dokumentacija"
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, no-wrap
@ -593,39 +672,30 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback" msgstr ""
msgstr "Šalji povratne informacije"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing" msgstr ""
msgstr "Doprinošenje"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "Želiš doprinijeti? Super!" msgstr "Želiš doprinijeti? Super!"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin" msgstr ""
msgstr "Prevedi dodatak"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "Prevodi"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1677,30 +1710,16 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "Postavke"
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "This section describes the plugin settings page." msgid "This section describes the plugin settings page."
@ -1723,6 +1742,12 @@ msgstr "Federacija"
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1937,22 +1962,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2064,16 +2081,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2092,10 +2102,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2189,16 +2198,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2222,28 +2224,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2330,16 +2318,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2432,7 +2413,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2519,16 +2499,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2541,16 +2514,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2608,17 +2574,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2653,16 +2611,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2675,16 +2626,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2722,22 +2666,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2838,16 +2774,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2855,10 +2784,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2929,9 +2857,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2951,16 +2878,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3193,10 +3113,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3402,16 +3321,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3490,6 +3402,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3573,6 +3490,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3635,16 +3558,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3671,3 +3587,39 @@ msgstr ""
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome." msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
msgstr "" msgstr ""
#, no-wrap
#~ msgid "Contact the author"
#~ msgstr "Kontaktiraj autora"
#, no-wrap
#~ msgid "Contact me"
#~ msgstr "Kontaktiraj me"
#, no-wrap
#~ msgid "Code of Conduct"
#~ msgstr "Kodeks ponašanja"
#, no-wrap
#~ msgid "Documentation"
#~ msgstr "Dokumentacija"
#, no-wrap
#~ msgid "Give your feedback"
#~ msgstr "Šalji povratne informacije"
#, no-wrap
#~ msgid "Contributing"
#~ msgstr "Doprinošenje"
#, no-wrap
#~ msgid "Translate the plugin"
#~ msgstr "Prevedi dodatak"
#, no-wrap
#~ msgid "Translate"
#~ msgstr "Prevodi"
#, no-wrap
#~ msgid "Settings"
#~ msgstr "Postavke"

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Hungarian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hu/>\n" "Language-Team: Hungarian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hu/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Icelandic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/is/>\n" "Language-Team: Icelandic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/is/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" "Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 14:21+0000\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n"
"Last-Translator: John Livingston <git@john-livingston.fr>\n" "Last-Translator: John Livingston <git@john-livingston.fr>\n"
"Language-Team: Italian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/it/>\n" "Language-Team: Italian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/it/>\n"
@ -17,17 +17,96 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
msgstr "Contattare l'autore" "<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
msgstr "Contattarmi" "SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
@ -39,16 +118,9 @@ msgstr "Se avete domande, o volete parlare di questo plugin, potete unirvi a que
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "Se volete sostenere il progetto finanziariamente, potete contattarmi via email all'indirizzo git.[at].john-livingston.fr. o utilizzare il mio [profilo Liberapay](https://liberapay.com/JohnLivingston/)." msgstr "Se volete sostenere il progetto finanziariamente, potete contattarmi via email all'indirizzo git.[at].john-livingston.fr. o utilizzare il mio [profilo Liberapay](https://liberapay.com/JohnLivingston/)."
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr "Codice di comportamento dei Contributori⋅trici"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3661,3 +3577,15 @@ msgstr ""
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome." msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
msgstr "" msgstr ""
#, no-wrap
#~ msgid "Contact the author"
#~ msgstr "Contattare l'autore"
#, no-wrap
#~ msgid "Contact me"
#~ msgstr "Contattarmi"
#, no-wrap
#~ msgid "Contributor Covenant Code of Conduct"
#~ msgstr "Codice di comportamento dei Contributori⋅trici"

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2024-03-10 20:38+0000\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n"
"Last-Translator: \"T.S\" <fusen@users.noreply.weblate.framasoft.org>\n" "Last-Translator: \"T.S\" <fusen@users.noreply.weblate.framasoft.org>\n"
"Language-Team: Japanese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/>\n" "Language-Team: Japanese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/>\n"
@ -18,17 +18,96 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4.2\n" "X-Generator: Weblate 5.4.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
msgstr "作者に問い合わせる" "<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
msgstr "お問い合わせ" "SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
@ -40,28 +119,20 @@ msgstr "もし、ご質問、このプラグインに関して話したいこと
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "もし、プロジェクトを金銭面でご支援頂ける場合は、メールにて git.[at].john-livingston.fr, までご連絡頂くか、私の[Liberapay profile](https://liberapay.com/JohnLivingston/)をご確認頂けますと幸いです。" msgstr "もし、プロジェクトを金銭面でご支援頂ける場合は、メールにて git.[at].john-livingston.fr, までご連絡頂くか、私の[Liberapay profile](https://liberapay.com/JohnLivingston/)をご確認頂けますと幸いです。"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct" msgstr ""
msgstr "コントリビューター規約の行動規範"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "コード規約"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "この行動規範は、[Contributor Covenant](https://www.contributor-covenant.org)のバージョン 2.1を基に作成されており、[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html)から入手できます。 翻訳は[https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations)にあります。 虐待的、嫌がらせ、またはその他の受け入れられない行為の事例は、執行を担当するコミュニティリーダーに、git.[at].john-livingston.fr宛のメールで報告することができます。" msgstr "この行動規範は、[Contributor Covenant](https://www.contributor-covenant.org)のバージョン 2.1を基に作成されており、[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html)から入手できます。 翻訳は[https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations)にあります。 虐待的、嫌がらせ、またはその他の受け入れられない行為の事例は、執行を担当するコミュニティリーダーに、git.[at].john-livingston.fr宛のメールで報告することができます。"
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop" msgstr ""
msgstr "開発"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
@ -144,11 +215,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr "開発"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -205,6 +287,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -380,19 +467,11 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, fuzzy, no-wrap
msgid "Documentation"
msgstr "ドキュメンテーション"
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap #, no-wrap
@ -594,10 +673,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -605,27 +683,19 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, fuzzy, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing" msgstr ""
msgstr "はじめに"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -872,17 +942,10 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, fuzzy, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits" msgstr ""
msgstr "クレジット"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, fuzzy, no-wrap
msgid "Credits"
msgstr "クレジット"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
@ -940,28 +1003,14 @@ msgstr "経済的な支援を行って頂いている[ritimo](https://www.ritimo
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -969,16 +1018,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1499,10 +1541,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1512,19 +1553,12 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, fuzzy, no-wrap #, fuzzy
msgid "Plugin Peertube Livechat settings - External Authentication" msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgstr "クレジット" msgstr "クレジット"
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
msgid "Users that are not connected to your Peertube instance are joining the chat using \"anonymous accounts\" (they can freely choose a nickname, and will be assigned a random avatar)." msgid "Users that are not connected to your Peertube instance are joining the chat using \"anonymous accounts\" (they can freely choose a nickname, and will be assigned a random avatar)."
@ -1693,29 +1727,15 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, fuzzy, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration" msgstr ""
msgstr "クレジット"
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, fuzzy, no-wrap
msgid "Admin documentation"
msgstr "ドキュメンテーション"
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, fuzzy, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings" msgstr ""
msgstr "クレジット"
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, fuzzy, no-wrap
msgid "Settings"
msgstr "クレジット"
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
@ -1739,6 +1759,12 @@ msgstr "ドキュメンテーション"
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1966,22 +1992,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, fuzzy, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "ドキュメンテーション"
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2091,16 +2109,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, fuzzy, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr "PeerTube ライブチャットプラグイン"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2119,10 +2130,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2221,16 +2231,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2254,28 +2257,15 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, fuzzy, no-wrap #, fuzzy
msgid "Plugin peertube-plugin-livechat user documentation" msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgstr "PeerTube ライブチャットプラグイン" msgstr "PeerTube ライブチャットプラグイン"
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, fuzzy, no-wrap
msgid "User documentation"
msgstr "ドキュメンテーション"
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2368,16 +2358,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2474,7 +2457,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, fuzzy, no-wrap #, fuzzy, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2567,16 +2549,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2591,16 +2566,9 @@ msgstr "![チャット画面のスクリーンショット](/peertube-plugin-liv
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2663,19 +2631,11 @@ msgstr "新しい機能のリクエスト、バグ、プラグインのセット
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, fuzzy, no-wrap
msgid "Chat bot"
msgstr "クレジット"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
@ -2711,16 +2671,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2735,16 +2688,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2786,22 +2732,15 @@ msgstr "PeerTube ライブチャットプラグイン"
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, fuzzy, no-wrap #, fuzzy
msgid "Plugin peertube-plugin-livechat advanced moderation features" msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgstr "PeerTube ライブチャットプラグイン" msgstr "PeerTube ライブチャットプラグイン"
#. type: Plain text #. type: Plain text
@ -2904,16 +2843,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, fuzzy, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "Slow mode"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2921,10 +2853,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, fuzzy, no-wrap #, fuzzy, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "はじめに" msgstr "はじめに"
@ -2998,9 +2929,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -3022,16 +2952,9 @@ msgstr "![チャット画面のスクリーンショット](/peertube-plugin-liv
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3284,10 +3207,9 @@ msgstr "![チャット画面のスクリーンショット](/peertube-plugin-liv
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3501,16 +3423,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3591,6 +3506,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3680,6 +3600,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, fuzzy, no-wrap
msgid "Chat bot"
msgstr "クレジット"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, fuzzy #, fuzzy
@ -3743,17 +3669,10 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, fuzzy, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests" msgstr ""
msgstr "新規機能のリクエスト / バグトラッキング"
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, fuzzy, no-wrap
msgid "Bug tracking & new features"
msgstr "新規機能のリクエスト / バグトラッキング"
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
@ -3780,6 +3699,82 @@ msgstr ""
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome." msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
msgstr "あなたがWebデザイナーの方または、ConverseJS/Prosody/XMPP上級者の方の場合は、このプラグインをより良くする為に力を貸してください、歓迎致します。" msgstr "あなたがWebデザイナーの方または、ConverseJS/Prosody/XMPP上級者の方の場合は、このプラグインをより良くする為に力を貸してください、歓迎致します。"
#, no-wrap
#~ msgid "Contact the author"
#~ msgstr "作者に問い合わせる"
#, no-wrap
#~ msgid "Contact me"
#~ msgstr "お問い合わせ"
#, no-wrap
#~ msgid "Contributor Covenant Code of Conduct"
#~ msgstr "コントリビューター規約の行動規範"
#, no-wrap
#~ msgid "Code of Conduct"
#~ msgstr "コード規約"
#, fuzzy, no-wrap
#~ msgid "Documentation"
#~ msgstr "ドキュメンテーション"
#, fuzzy, no-wrap
#~ msgid "Contributing"
#~ msgstr "はじめに"
#, fuzzy, no-wrap
#~ msgid "Plugin Credits"
#~ msgstr "クレジット"
#, fuzzy, no-wrap
#~ msgid "Credits"
#~ msgstr "クレジット"
#, fuzzy, no-wrap
#~ msgid "Plugin Peertube Livechat administration"
#~ msgstr "クレジット"
#, fuzzy, no-wrap
#~ msgid "Admin documentation"
#~ msgstr "ドキュメンテーション"
#, fuzzy, no-wrap
#~ msgid "Plugin Peertube Livechat settings"
#~ msgstr "クレジット"
#, fuzzy, no-wrap
#~ msgid "Settings"
#~ msgstr "クレジット"
#, fuzzy, no-wrap
#~ msgid "Plugin documentation"
#~ msgstr "ドキュメンテーション"
#, fuzzy, no-wrap
#~ msgid "Plugin peertube-plugin-livechat installation guide"
#~ msgstr "PeerTube ライブチャットプラグイン"
#, fuzzy, no-wrap
#~ msgid "Plugin peertube-plugin-livechat user documentation"
#~ msgstr "PeerTube ライブチャットプラグイン"
#, fuzzy, no-wrap
#~ msgid "User documentation"
#~ msgstr "ドキュメンテーション"
#, fuzzy, no-wrap
#~ msgid "Plugin peertube-plugin-livechat slow mode"
#~ msgstr "PeerTube ライブチャットプラグイン"
#, fuzzy, no-wrap
#~ msgid "Bug tracking / New features requests"
#~ msgstr "新規機能のリクエスト / バグトラッキング"
#, fuzzy, no-wrap
#~ msgid "Bug tracking & new features"
#~ msgstr "新規機能のリクエスト / バグトラッキング"
#, fuzzy #, fuzzy
#~| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" #~| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)"
#~ msgid "{{% livechat_label avatar_set_option_sepia %}}: ![Sepia](/peertube-plugin-livechat/images/avatar_sepia.png?classes=shadow,border&height=40px)" #~ msgid "{{% livechat_label avatar_set_option_sepia %}}: ![Sepia](/peertube-plugin-livechat/images/avatar_sepia.png?classes=shadow,border&height=40px)"

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Kabyle <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/kab/>\n" "Language-Team: Kabyle <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/kab/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Norwegian Bokmål <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nb_NO/>\n" "Language-Team: Norwegian Bokmål <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nb_NO/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Dutch <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nl/>\n" "Language-Team: Dutch <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nl/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Norwegian Nynorsk <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nn/>\n" "Language-Team: Norwegian Nynorsk <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nn/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Occitan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/oc/>\n" "Language-Team: Occitan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/oc/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Polish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pl/>\n" "Language-Team: Polish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pl/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Portuguese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pt/>\n" "Language-Team: Portuguese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pt/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Russian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ru/>\n" "Language-Team: Russian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ru/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Albanian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sq/>\n" "Language-Team: Albanian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sq/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Swedish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sv/>\n" "Language-Team: Swedish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sv/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:52+0000\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Thai <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/th/>\n" "Language-Team: Thai <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/th/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:53+0000\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Toki Pona <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/tok/>\n" "Language-Team: Toki Pona <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/tok/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -1,13 +1,92 @@
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -20,16 +99,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -37,10 +109,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -124,11 +195,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -185,6 +267,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -360,17 +447,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -574,10 +653,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -585,10 +663,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -596,16 +673,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -851,16 +921,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -908,28 +971,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -937,16 +986,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1467,10 +1509,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1480,17 +1521,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the Prosody check section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the Prosody check section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1656,28 +1689,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1702,6 +1721,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1916,22 +1941,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2041,16 +2058,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2069,10 +2079,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2166,16 +2175,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2199,28 +2201,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2307,16 +2295,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2409,7 +2390,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2496,16 +2476,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2518,16 +2491,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2585,17 +2551,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2630,16 +2588,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2652,16 +2603,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2699,22 +2643,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2815,16 +2751,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2832,10 +2761,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2906,9 +2834,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2928,16 +2855,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3164,10 +3084,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3373,16 +3292,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3461,6 +3373,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3544,6 +3461,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3606,16 +3529,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:53+0000\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Ukrainian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/uk/>\n" "Language-Team: Ukrainian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/uk/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:53+0000\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Vietnamese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/vi/>\n" "Language-Team: Vietnamese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/vi/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:53+0000\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Chinese (Simplified) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hans/>\n" "Language-Team: Chinese (Simplified) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hans/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
"POT-Creation-Date: 2024-05-17 15:56+0200\n" "POT-Creation-Date: 2024-05-23 12:27+0200\n"
"PO-Revision-Date: 2023-07-17 10:53+0000\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n" "Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Chinese (Traditional) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hant/>\n" "Language-Team: Chinese (Traditional) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hant/>\n"
@ -17,16 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.18.2\n"
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact the author" msgid ""
"<!--\n"
"SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contact/_index.md #: support/documentation/content/en/contact/_index.md
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#: support/documentation/content/en/contributing/develop/_index.md
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/contributing/feedback/_index.md
#: support/documentation/content/en/contributing/_index.md
#: support/documentation/content/en/contributing/translate/_index.md
#: support/documentation/content/en/credits/_index.md
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/admin/_index.md
#: build/documentation/pot_in/documentation/admin/settings.md
#: support/documentation/content/en/documentation/_index.md
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#: support/documentation/content/en/documentation/installation/_index.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#: support/documentation/content/en/documentation/user/_index.md
#: support/documentation/content/en/documentation/user/obs.md
#: support/documentation/content/en/documentation/user/streamers/basics.md
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#: support/documentation/content/en/documentation/user/streamers/channel.md
#: support/documentation/content/en/documentation/user/streamers/_index.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/documentation/user/viewers.md
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#: support/documentation/content/en/_index.md
#: support/documentation/content/en/intro/_index.md
#: support/documentation/content/en/issues/_index.md
#, no-wrap #, no-wrap
msgid "Contact me" msgid ""
"SPDX-License-Identifier: AGPL-3.0-only\n"
"-->\n"
msgstr ""
#. type: Plain text
#: support/documentation/content/en/contact/_index.md
msgid "title: \"Contact me\" description: \"Contact the author\" weight: 80 chapter: false"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -39,16 +118,9 @@ msgstr ""
msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)." msgid "If you want to support the project financially, you can contact me by mail at git.[at].john-livingston.fr, or check my [Liberapay profile](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/codeofconduct/_index.md #: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap msgid "title: \"Code of Conduct\" description: \"Contributor Covenant Code of Conduct\" weight: 10 chapter: false"
msgid "Contributor Covenant Code of Conduct"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/codeofconduct/_index.md
#, no-wrap
msgid "Code of Conduct"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -56,10 +128,9 @@ msgstr ""
msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr." msgid "This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by mail at git.[at].john-livingston.fr."
msgstr "" msgstr ""
#. type: Title ## #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap msgid "title: \"Develop\" description: \"Develop\" weight: 40 chapter: false"
msgid "Develop"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -143,11 +214,22 @@ msgstr ""
msgid "`wget`" msgid "`wget`"
msgstr "" msgstr ""
#. type: Bullet: '* '
#: support/documentation/content/en/contributing/develop/_index.md
msgid "`reuse`"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct." msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap
msgid "Develop"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
msgid "Clone the repository, buid the plugin, and create your feature branch:" msgid "Clone the repository, buid the plugin, and create your feature branch:"
@ -204,6 +286,11 @@ msgstr ""
msgid "NODE_ENV=dev npm run build\n" msgid "NODE_ENV=dev npm run build\n"
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/contributing/develop/_index.md
msgid "This plugin is [REUSE](https://reuse.software/) compliant: it uses SPDX headers to identify licensing information of its source code. More information on the [REUSE](https://reuse.software/) website. You can use the [reuse](https://reuse.readthedocs.io/en/stable/readme.html#) command line tool to help you update headers. The `npm run lint` command will use the `reuse` command to check compliance. Don't forget to add your copyright information in SPDX headers when you modify some code."
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/contributing/develop/_index.md #: support/documentation/content/en/contributing/develop/_index.md
#, no-wrap #, no-wrap
@ -379,17 +466,9 @@ msgstr ""
msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks." msgid "The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. It can be used to evaluate code improvements, or find bottlenecks."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/document/_index.md #: support/documentation/content/en/contributing/document/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Document the plugin, or translate the documentation.\" weight: 50 chapter: false"
msgid "Document the plugin, or translate the documentation."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/document/_index.md
#: support/documentation/content/en/documentation/_index.md
#, no-wrap
msgid "Documentation"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -593,10 +672,9 @@ msgstr ""
msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch." msgid "Publishing the documentation is automatic, as soon as the changes are merged into the `documentation` branch."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/feedback/_index.md #: support/documentation/content/en/contributing/feedback/_index.md
#, no-wrap msgid "title: \"Give your feedback\" description: \"Give your feedback\" weight: 30 chapter: false"
msgid "Give your feedback"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -604,10 +682,9 @@ msgstr ""
msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..." msgid "You don't need to know how to code to start contributing to this plugin! Other contributions are very valuable too, among which: you can test the software and report bugs, you can give feedback, features that you are interested in, user interface, design, ..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/contributing/_index.md #: support/documentation/content/en/contributing/_index.md
#, no-wrap msgid "title: \"Contributing\" description: \"Contributing\" weight: 60 chapter: false"
msgid "Contributing"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -615,16 +692,9 @@ msgstr ""
msgid "Interested in contributing? Awesome!" msgid "Interested in contributing? Awesome!"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/contributing/translate/_index.md #: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap msgid "title: \"Translate\" description: \"Translate the plugin\" weight: 20 chapter: false"
msgid "Translate the plugin"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/contributing/translate/_index.md
#, no-wrap
msgid "Translate"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -870,16 +940,9 @@ msgstr ""
msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)." msgid "Please be inclusive in your wordings, and please respect the [code of coduct](/peertube-plugin-livechat/contributing/codeofconduct/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/credits/_index.md #: support/documentation/content/en/credits/_index.md
#, no-wrap msgid "title: \"Credits\" description: \"Plugin Credits\" weight: 90 chapter: false"
msgid "Plugin Credits"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/credits/_index.md
#, no-wrap
msgid "Credits"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -927,28 +990,14 @@ msgstr ""
msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)." msgid "And thanks to all individual contributors who have made a donation via my [liberapay page](https://liberapay.com/JohnLivingston/)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md #: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap msgid "title: \"Advanced usage\" description: \"Some advanced features\" weight: 20 chapter: false"
msgid "Some advanced features"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/_index.md
#, no-wrap
msgid "Advanced usage"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap msgid "title: \"Using Matterbridge\" description: \"Using Matterbridge to bridge with other chats\" weight: 50 chapter: false"
msgid "Using Matterbridge to bridge with other chats"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md
#, no-wrap
msgid "Using Matterbridge"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -956,16 +1005,9 @@ msgstr ""
msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>" msgid "Here is a tutorial to use Matterbridge with the plugin: <https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md>"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP clients\" description: \"Allow connections using XMPP clients\" weight: 30 chapter: false"
msgid "Allow connections using XMPP clients"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#, no-wrap
msgid "XMPP clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1486,10 +1528,9 @@ msgid ""
" check certs\n" " check certs\n"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ###
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap #, no-wrap
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
@ -1499,17 +1540,9 @@ msgstr ""
msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section." msgid "If you can't make it work, you can use the diagnostic tool (there is a button on top of the plugin settings page), and take a close look on the «Prosody check» section."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/admin/external_auth.md #: build/documentation/pot_in/documentation/admin/external_auth.md
#, no-wrap msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
msgid "Plugin Peertube Livechat settings - External Authentication"
msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/external_auth.md
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1675,28 +1708,14 @@ msgstr ""
msgid "Other authentication methods will be implemented in the future." msgid "Other authentication methods will be implemented in the future."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md #: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap msgid "title: \"Admin documentation\" description: \"Plugin Peertube Livechat administration\" weight: 30 chapter: false"
msgid "Plugin Peertube Livechat administration"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/admin/_index.md
#, no-wrap
msgid "Admin documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap msgid "title: \"Settings\" description: \"Plugin Peertube Livechat settings\" weight: 10 chapter: false"
msgid "Plugin Peertube Livechat settings"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "Settings"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -1721,6 +1740,12 @@ msgstr ""
msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares." msgid "Following settings concern the federation with other Peertube instances, and other fediverse softwares."
msgstr "" msgstr ""
#. type: Title ##
#: build/documentation/pot_in/documentation/admin/settings.md
#, no-wrap
msgid "External Authentication"
msgstr ""
#. type: Plain text #. type: Plain text
#: build/documentation/pot_in/documentation/admin/settings.md #: build/documentation/pot_in/documentation/admin/settings.md
msgid "See the detailed documentation page:" msgid "See the detailed documentation page:"
@ -1935,22 +1960,14 @@ msgstr ""
msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)." msgid "More informations on Prosody external components [here](https://prosody.im/doc/components)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/_index.md #: support/documentation/content/en/documentation/_index.md
#, no-wrap msgid "title: \"Documentation\" description: \"Plugin documentation\" weight: 10 chapter: false"
msgid "Plugin documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md #: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap msgid "title: \"Known issues: CPU Compatibility\" description: \"For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures.\" weight: 20 chapter: false"
msgid "For now, the plugin only works out of the box for x86_64 and arm64 CPU architecture. Here are some instructions for other CPU architectures."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/cpu_compatibility.md
#, no-wrap
msgid "Known issues: CPU Compatibility"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2060,16 +2077,9 @@ msgstr ""
msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility." msgid "But it may be removed in a near feature (to avoid drawbacks of this method). I have to discuss with Yunohost team, to decide how we can do to minimize drawbacks, and maximize compatibility."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/_index.md #: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap msgid "title: \"Installation guide\" description: \"Plugin peertube-plugin-livechat installation guide\" weight: 20 chapter: false"
msgid "Plugin peertube-plugin-livechat installation guide"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/_index.md
#, no-wrap
msgid "Installation guide"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2088,10 +2098,9 @@ msgstr ""
msgid "Here are some other more specific instructions:" msgid "Here are some other more specific instructions:"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/troubleshooting.md #: support/documentation/content/en/documentation/installation/troubleshooting.md
#, no-wrap msgid "title: \"Troubleshooting\" description: \"Some classic mistakes and workarounds.\" weight: 10 chapter: false"
msgid "Some classic mistakes and workarounds."
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2185,16 +2194,9 @@ msgstr ""
msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket." msgid "If you can't fix this immediatly, you can disable Websocket by unchecking \"{{% livechat_label disable_websocket_label %}}\" in the plugin setting page. In such case, you should also check \"{{% livechat_label federation_dont_publish_remotely_label %}}\", as chat federation won't work without Websocket."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md #: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap msgid "title: \"Upgrade from version older than 6.0.0\" description: \"Important notes when upgrading for an older version.\" weight: 50 chapter: false"
msgid "Important notes when upgrading for an older version."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/installation/upgrade_before_6.0.0.md
#, no-wrap
msgid "Upgrade from version older than 6.0.0"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2218,28 +2220,14 @@ msgstr ""
msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image." msgid "If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official Peertube image."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md #: support/documentation/content/en/documentation/user/_index.md
#, no-wrap msgid "title: \"User documentation\" description: \"Plugin peertube-plugin-livechat user documentation\" weight: 10 chapter: false"
msgid "Plugin peertube-plugin-livechat user documentation"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/_index.md
#, no-wrap
msgid "User documentation"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/obs.md #: support/documentation/content/en/documentation/user/obs.md
#, no-wrap msgid "title: \"OBS\" description: \"Documentation to stream the chat content using OBS.\" weight: 40 chapter: false"
msgid "Documentation to stream the chat content using OBS."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/obs.md
#, no-wrap
msgid "OBS"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2326,16 +2314,9 @@ msgstr ""
msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions." msgid "You can use the [social_stream browser extension](https://github.com/steveseguin/social_stream#readme) to mix multiple chat source (from Peertube, Twitch, Youtube, Facebook, ...) and include their contents in your live stream. The compatibility with this plugin was added in recent versions."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap msgid "title: \"Some basics\" description: \"Some basics about how to setup and use the chat for your live stream\" weight: 10 chapter: false"
msgid "Some basics about how to setup and use the chat for your live stream"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/basics.md
#, no-wrap
msgid "Some basics"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -2428,7 +2409,6 @@ msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/basics.md
#: support/documentation/content/en/documentation/user/streamers/moderation.md
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Moderation" msgid "Moderation"
@ -2515,16 +2495,9 @@ msgstr ""
msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated." msgid "The chat will be automatically recreated each time someone tries to join it as long as the video exists, and has the \"{{% livechat_label use_chat %}}\" feature activated."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md #: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap msgid "title: \"Commands\" description: \"The bot can respond to several commands.\" weight: 40 chapter: false"
msgid "The bot can respond to several commands."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
#, no-wrap
msgid "Commands"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2537,16 +2510,9 @@ msgstr ""
msgid "You can setup several commands." msgid "You can setup several commands."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md #: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap msgid "title: \"Forbidden words\" description: \"The bot can automatically moderate messages containing forbidden words.\" weight: 10 chapter: false"
msgid "The bot can automatically moderate messages containing forbidden words."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
#, no-wrap
msgid "Forbidden words"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2604,17 +2570,9 @@ msgstr ""
msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)." msgid "By checking this option, each line of the \"{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}\" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md #: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#, no-wrap msgid "title: \"Chat bot\" description: \"Chat bot setup\" weight: 40 chapter: false"
msgid "Chat bot setup"
msgstr ""
#. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/bot/_index.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2649,16 +2607,9 @@ msgstr ""
msgid "The bot will reload instantly when you save the page." msgid "The bot will reload instantly when you save the page."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md #: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap msgid "title: \"Timers\" description: \"The bot can send periodically some messages.\" weight: 20 chapter: false"
msgid "The bot can send periodically some messages."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
#, no-wrap
msgid "Timers"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2671,16 +2622,9 @@ msgstr ""
msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)" msgid "![Timers configuration](/peertube-plugin-livechat/images/bot_quotes.png?classes=shadow,border&height=200px)"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/channel.md #: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap msgid "title: \"Channel configuration\" description: \"Peertube channel chatrooms configuration\" weight: 30 chapter: false"
msgid "Peertube channel chatrooms configuration"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/channel.md
#, no-wrap
msgid "Channel configuration"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2718,22 +2662,14 @@ msgstr ""
msgid "More features to come..." msgid "More features to come..."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md #: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap msgid "title: \"For streamers\" description: \"How to setup the chat for your live stream\" weight: 20 chapter: false"
msgid "How to setup the chat for your live stream"
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/_index.md
#, no-wrap
msgid "For streamers"
msgstr ""
#. type: Yaml Front Matter Hash Value: description
#: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/streamers/moderation.md
#, no-wrap msgid "title: \"Moderation\" description: \"Plugin peertube-plugin-livechat advanced moderation features\" weight: 60 chapter: false"
msgid "Plugin peertube-plugin-livechat advanced moderation features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2834,16 +2770,9 @@ msgstr ""
msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right." msgid "From there, you can also promote yourself as room moderator by using the \"{{% livechat_label promote %}}\" button on the right."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#, no-wrap msgid "title: \"Slow mode\" description: \"Plugin peertube-plugin-livechat slow mode\" weight: 30 chapter: false"
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 "" msgstr ""
#. type: Plain text #. type: Plain text
@ -2851,10 +2780,9 @@ msgstr ""
msgid "This feature comes with the livechat plugin version 8.3.0." msgid "This feature comes with the livechat plugin version 8.3.0."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@ -2925,9 +2853,8 @@ msgstr ""
msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form." msgid "To modify the value for an already existing room, just open the room \"configuration\" menu (on top of the chat window), and change the slow mode value in the configuration form."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: title #. type: Title ##
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md #: support/documentation/content/en/documentation/user/streamers/slow_mode.md
#: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap #, no-wrap
msgid "For viewers" msgid "For viewers"
msgstr "" msgstr ""
@ -2947,16 +2874,9 @@ msgstr ""
msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)." msgid "When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration)."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/streamers/tasks.md #: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap msgid "title: \"Tasks / To-do lists\" description: \"You can handle tasks and task lists with your moderation team.\" weight: 35 chapter: false"
msgid "You can handle tasks and task lists with your moderation team."
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/streamers/tasks.md
#, no-wrap
msgid "Tasks / To-do lists"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3183,10 +3103,9 @@ msgstr ""
msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered." msgid "Using this feature, for example, you can ask your moderators to highlight all chat questions, so you can see them at a glance during your livestream, and check them as answered."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/viewers.md #: support/documentation/content/en/documentation/user/viewers.md
#, no-wrap msgid "title: \"For viewers\" description: \"How to chat for stream viewers\" weight: 10 chapter: false"
msgid "How to chat for stream viewers"
msgstr "" msgstr ""
#. type: Title ## #. type: Title ##
@ -3392,16 +3311,9 @@ msgstr ""
msgid "You can also change your nickname using the chat menu." msgid "You can also change your nickname using the chat menu."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/documentation/user/xmpp_clients.md #: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap msgid "title: \"XMPP Clients\" description: \"Connect to chat using a XMPP client\" weight: 60 chapter: false"
msgid "Connect to chat using a XMPP client"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/documentation/user/xmpp_clients.md
#, no-wrap
msgid "XMPP Clients"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text
@ -3480,6 +3392,11 @@ msgstr ""
msgid "You can use the searchbox in the left menu to quickly find specific documentation parts." msgid "You can use the searchbox in the left menu to quickly find specific documentation parts."
msgstr "" msgstr ""
#. type: Plain text
#: support/documentation/content/en/intro/_index.md
msgid "title: \"Introduction\" description: \"Introduction\" weight: 5 chapter: false"
msgstr ""
#. type: Title ## #. type: Title ##
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
#, no-wrap #, no-wrap
@ -3563,6 +3480,12 @@ msgstr ""
msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users." msgid "Some times, you have to protect your community from bad people. As an instance administrator, you can choose to disallow federation for the livechat plugin. If remote actors behave badly, streamers, moderators and administrators can ban or mute users."
msgstr "" msgstr ""
#. type: Title ##
#: support/documentation/content/en/intro/_index.md
#, no-wrap
msgid "Chat bot"
msgstr ""
#. type: Plain text #. type: Plain text
#: support/documentation/content/en/intro/_index.md #: support/documentation/content/en/intro/_index.md
msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information." msgid "This plugin comes with a built-in [chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot/). Check its documentation for more information."
@ -3625,16 +3548,9 @@ msgstr ""
msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video." msgid "You can even activate the chat for specific VOD videos. This is how the [demo](https://www.yiny.org/w/399a8d13-d4cf-4ef2-b843-98530a8ccbae) page works: it is not a live stream, but I have activated the chat specifically for this video."
msgstr "" msgstr ""
#. type: Yaml Front Matter Hash Value: description #. type: Plain text
#: support/documentation/content/en/issues/_index.md #: support/documentation/content/en/issues/_index.md
#, no-wrap msgid "title: \"Bug tracking & new features\" description: \"Bug tracking / New features requests\" weight: 70 chapter: false"
msgid "Bug tracking / New features requests"
msgstr ""
#. type: Yaml Front Matter Hash Value: title
#: support/documentation/content/en/issues/_index.md
#, no-wrap
msgid "Bug tracking & new features"
msgstr "" msgstr ""
#. type: Plain text #. type: Plain text