diff --git a/languages/en.yml b/languages/en.yml index 8c7c2697..3e7dea32 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -532,6 +532,7 @@ share_chat_dock_tips: | token_label: Label token_password: Password token +token_date: Date token_action_create: Create a new token token_action_revoke: Revoke the token token_default_label: Token generated from the web interface diff --git a/support/documentation/content/en/documentation/admin/advanced/matterbridge.md b/support/documentation/content/en/documentation/admin/advanced/matterbridge.md index cdbe3852..ba02cdaa 100644 --- a/support/documentation/content/en/documentation/admin/advanced/matterbridge.md +++ b/support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -68,3 +68,12 @@ NoTLS=true - The setting `NoTLS=true` allows connecting to a server with self-signed certificates. Now you can add this account to gateways and bridge specific live-chat channels. + +{{% notice info %}} +This documentation use an anonymous account to connect the bridge to the chat. +But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. +This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). +Using this feature for other purposes is not documented and not officially supported yet. +If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. +To get needed headers and request body, just check what happens when you generate a new token for OBS docks. +{{% /notice %}} diff --git a/support/documentation/content/en/documentation/user/obs.md b/support/documentation/content/en/documentation/user/obs.md index 5571a7ff..f61a33e3 100644 --- a/support/documentation/content/en/documentation/user/obs.md +++ b/support/documentation/content/en/documentation/user/obs.md @@ -10,7 +10,7 @@ In the current page, you will find some advices to handle your live chats using ## OBS Overlay -You can easily include the chat in your stream. +You can easily include the chat in your video stream. ![Embeding the chat in a live stream](/peertube-plugin-livechat/images/embed_chat_in_livestream.png?classes=shadow,border&height=200px) @@ -40,6 +40,48 @@ Note: you can entirely customize chat colors. This is undocumented yet, but you in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded. +## OBS Dock + +{{% notice info %}} +This feature comes with the livechat plugin version 10.1.0. +{{% /notice %}} + +{{% notice warning %}} +This feature can be disabled by the instance's adminitrators. +{{% /notice %}} + +You can use OBS "Custom browser docks" to integrate the chat in your OBS while you are streaming. +The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS. + +To do so, just use the "{{% livechat_label share_chat_link %}}", and open the "{{% livechat_label share_chat_dock %}}" tab. +From there, you can create a new token using the "+" button. + +![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px) + +Then, copy the url, and use the "Docks / Custom browser docks" menu from your OBS to add a dock with this URL. + +![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px) + +![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px) + +Once you have done, you will have a new dock connected to the chat with your account. + +![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px) + +{{% notice tip %}} +Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. +You can also customize the nickame that will be used by changing the `n` parameter in the url. +{{% /notice %}} + +Don't share these links to anyone, as it would allow them to connect as yourself. + +If a token is compromised, or no more needed, you can revoke them. + +{{% notice info %}} +These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. +This feature is not documented yet, and not officially supported. So use with care. +{{% /notice %}} + ## Mixing multiple chats in your live stream 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. diff --git a/support/documentation/content/en/documentation/user/streamers/basics.md b/support/documentation/content/en/documentation/user/streamers/basics.md index 60d400a9..dac15d37 100644 --- a/support/documentation/content/en/documentation/user/streamers/basics.md +++ b/support/documentation/content/en/documentation/user/streamers/basics.md @@ -37,6 +37,8 @@ On top of the chat, there is a "{{% livechat_label share_chat_link %}}" button. This button opens a popup, where you can obtain an url to join the chat. This url can be shared. +The "{{% livechat_label share_chat_embed %}}" tab provide some links to embed the chat in websites, or in your live stream. + ![Share link popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px) You can customize some options: @@ -45,11 +47,22 @@ You can customize some options: * {{% livechat_label use_current_theme_color %}}: if checked, your current theme colors will be added to the url, so that any user that opens the link will have the same color set. * {{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat. +For more information on the "{{% livechat_label share_chat_dock %}}" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs). + +![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px) + +In the "{{% livechat_label web %}}" tab, the provided url opens the chat in the Peertube interface. +You can share this link to other users to invite them to join the chat. + +![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px) + The "{{% livechat_label share_chat_link %}}" popup can also contain a "{{% livechat_label connect_using_xmpp %}}" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions. +![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px) + ## Moderation Please refer to the [moderation documentation](/peertube-plugin-livechat/documentation/user/streamers/moderation). diff --git a/support/documentation/content/en/images/obs_dock.png b/support/documentation/content/en/images/obs_dock.png new file mode 100644 index 00000000..0f65547f Binary files /dev/null and b/support/documentation/content/en/images/obs_dock.png differ diff --git a/support/documentation/content/en/images/obs_dock_dialog.png b/support/documentation/content/en/images/obs_dock_dialog.png new file mode 100644 index 00000000..c3872373 Binary files /dev/null and b/support/documentation/content/en/images/obs_dock_dialog.png differ diff --git a/support/documentation/content/en/images/obs_dock_menu.png b/support/documentation/content/en/images/obs_dock_menu.png new file mode 100644 index 00000000..ed2727e9 Binary files /dev/null and b/support/documentation/content/en/images/obs_dock_menu.png differ diff --git a/support/documentation/content/en/images/share_dock.png b/support/documentation/content/en/images/share_dock.png new file mode 100644 index 00000000..538bbb01 Binary files /dev/null and b/support/documentation/content/en/images/share_dock.png differ diff --git a/support/documentation/content/en/images/share_readonly.png b/support/documentation/content/en/images/share_readonly.png index 7481c6ed..1fea3f30 100644 Binary files a/support/documentation/content/en/images/share_readonly.png and b/support/documentation/content/en/images/share_readonly.png differ diff --git a/support/documentation/content/en/images/share_web.png b/support/documentation/content/en/images/share_web.png new file mode 100644 index 00000000..6cb365f7 Binary files /dev/null and b/support/documentation/content/en/images/share_web.png differ diff --git a/support/documentation/content/en/images/share_xmpp_dialog.png b/support/documentation/content/en/images/share_xmpp_dialog.png index 51998090..eeaab8c4 100644 Binary files a/support/documentation/content/en/images/share_xmpp_dialog.png and b/support/documentation/content/en/images/share_xmpp_dialog.png differ diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index bc993b0a..7b9fa658 100644 --- a/support/documentation/po/livechat.ar.po +++ b/support/documentation/po/livechat.ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -1122,6 +1122,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2436,7 +2441,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2496,6 +2501,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2582,6 +2666,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2602,11 +2691,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2918,11 +3027,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3482,11 +3586,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index 0ddb2465..fea485c1 100644 --- a/support/documentation/po/livechat.ca.po +++ b/support/documentation/po/livechat.ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index 146ae761..f658b487 100644 --- a/support/documentation/po/livechat.cs.po +++ b/support/documentation/po/livechat.cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index 66b9f796..e2d1ba65 100644 --- a/support/documentation/po/livechat.de.po +++ b/support/documentation/po/livechat.de.po @@ -7,12 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-06-18 20:10+0000\n" -"Last-Translator: Victor Hampel " -"\n" -"Language-Team: German \n" +"Last-Translator: Victor Hampel \n" +"Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1163,6 +1161,11 @@ msgstr "Die Einstellung `NoTLS=true` ermöglicht die Verbindung zu einem Server msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "Jetzt können Sie dieses Konto zu Gateways hinzufügen und bestimmte Live-Übertragungskanäle weiterleiten." +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -1961,9 +1964,7 @@ msgstr "Authentifizierung" #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md msgid "In case you have any trouble with the long term authentication tokens, you can disable the feature here." -msgstr "" -"Falls Sie Probleme mit den Langzeit-Authentifizierungs-Tokens haben, können " -"Sie diese Funktion hier deaktivieren." +msgstr "Falls Sie Probleme mit den Langzeit-Authentifizierungs-Tokens haben, können Sie diese Funktion hier deaktivieren." #. type: Plain text #: build/documentation/pot_in/documentation/admin/settings.md @@ -2507,7 +2508,9 @@ msgstr "OBS Overlay" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +#, fuzzy +#| msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "Sie können den Chat ganz einfach in Ihren Stream integrieren." #. type: Plain text @@ -2567,6 +2570,93 @@ msgstr "Im vorherigen CSS-Schnipsel können Sie natürlich die Farbe oder die Tr msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "Hinweis: Sie können vollständig die Chat-Farben anpassen. Dies ist noch nicht dokumentiert, aber Sie können dies versuchen: Aktivieren Sie im Fenster die Option \"Aktuelle Themenfarben verwenden\", und versuchen Sie dann, die Farbwerte in der URL manuell zu ändern. Sie müssen gültige CSS-Farbwerte verwenden, und diese müssen in der URL korrekt kodiert sein." +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "Diese Funktion wird mit dem Livechatplugin Version 10.1.0 verfügbar sein." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "Diese Funktion kann von den Administratoren der Instanz deaktiviert werden." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share link popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "![Link Teilen Popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Chat menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "![Chat Menü](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![External login dialog](/peertube-plugin-livechat/images/external_login_dialog.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "![Externer Anmeldedialog](/peertube-plugin-livechat/images/external_login_dialog.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Share button](/peertube-plugin-livechat/images/share_button.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "![Teilen Schaltfläche](/peertube-plugin-livechat/images/share_button.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2653,6 +2743,11 @@ msgstr "Oben auf dem Chat gibt es eine Schaltfläche \"{{% livechat_label share_ msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "Diese Schaltfläche öffnet ein Popup-Fenster, in dem Sie eine URL erhalten, mit der Sie dem Chat beitreten können. Diese Url kann weitergegeben werden." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2673,11 +2768,37 @@ msgstr "{{% livechat_label use_current_theme_color %}}: wenn diese Option aktivi msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "{{% livechat_label generate_iframe %}}: Anstelle einer URL erhalten Sie ein HTML-Snippet, das Sie in Ihre Website einfügen können, um den Chat einzubetten." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "Please refer to the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "Bitte lesen Sie die [OBS-Dokumentation](/peertube-plugin-livechat/de/documentation/user/obs)." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share link popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "![Link Teilen Popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "Das \"{{% livechat_label share_chat_link %}}\" Popup-Fenster kann auch einen \"{{% livechat_label connect_using_xmpp %}}\" Reiter enthalten. Dieser ist nur verfügbar, wenn die Administratoren Ihrer Instanz diese Option aktiviert und korrekt konfiguriert haben. Mit dieser Option können Sie einen Link bereitstellen, um dem Chat mit einer beliebigen [XMPP-Client-Software](https://en.wikipedia.org/wiki/XMPP#Clients) beizutreten. Die Verwendung solcher Software kann zum Beispiel Moderationsmaßnahmen erleichtern." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share XMPP](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "![XMPP Link teilen](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2987,11 +3108,6 @@ msgstr "Plugin peertube-plugin-livechat benutzerdefinierte Emojis" msgid "Custom emojis" msgstr "Benutzerdefinierte Emojis" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "Diese Funktion wird mit dem Livechatplugin Version 10.1.0 verfügbar sein." - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3027,11 +3143,7 @@ msgstr "Importieren / Exportieren" #. type: Plain text #: build/documentation/pot_in/documentation/user/streamers/emojis.md msgid "On the channel configuration page, there are an \"{{% livechat_label action_import %}}\" and an \"{{% livechat_label action_export %}}\" button. The \"{{% livechat_label action_export %}}\" button generates a file than you can then import on another channel." -msgstr "" -"Auf der Kanalkonfigurationsseite gibt es eine \"{{% livechat_label " -"action_import %}}\"- und eine \"{{% livechat_label action_export %}}\"-" -"Schaltfläche. Die \"{{% livechat_label action_export %}}\"-Schaltfläche " -"generiert eine Datei, die in einen anderen Kanal importiert werden kann." +msgstr "Auf der Kanalkonfigurationsseite gibt es eine \"{{% livechat_label action_import %}}\"- und eine \"{{% livechat_label action_export %}}\"-Schaltfläche. Die \"{{% livechat_label action_export %}}\"-Schaltfläche generiert eine Datei, die in einen anderen Kanal importiert werden kann." #. type: Plain text #: build/documentation/pot_in/documentation/user/streamers/emojis.md @@ -3563,11 +3675,6 @@ msgstr "Es gibt zwei leicht unterschiedliche Anwendungsfälle, je nachdem, ob Si msgid "If you haven't a Peertube account" msgstr "Wenn Sie kein Peertube-Konto haben" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "Diese Funktion kann von den Administratoren der Instanz deaktiviert werden." - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index 2885d98c..65734fee 100644 --- a/support/documentation/po/livechat.el.po +++ b/support/documentation/po/livechat.el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index 773110e6..684c2d31 100644 --- a/support/documentation/po/livechat.en.pot +++ b/support/documentation/po/livechat.en.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1263,6 +1263,12 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +#, markdown-text +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2732,7 +2738,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md #, markdown-text -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2801,6 +2807,99 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, markdown-text +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +#, markdown-text +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, markdown-text +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, markdown-text, no-wrap @@ -2897,6 +2996,12 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #, markdown-text @@ -2921,12 +3026,36 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #, markdown-text msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, markdown-text +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -3277,12 +3406,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -#, markdown-text -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, markdown-text, no-wrap @@ -3914,12 +4037,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -#, markdown-text -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md #, markdown-text diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index cd832010..22ad06f3 100644 --- a/support/documentation/po/livechat.eo.po +++ b/support/documentation/po/livechat.eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index a8868260..b3e4defe 100644 --- a/support/documentation/po/livechat.es.po +++ b/support/documentation/po/livechat.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-04-16 21:38+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -1148,6 +1148,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2467,7 +2472,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2527,6 +2532,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2613,6 +2697,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2633,11 +2722,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2949,11 +3058,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3513,11 +3617,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index 251b800f..98851194 100644 --- a/support/documentation/po/livechat.eu.po +++ b/support/documentation/po/livechat.eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index 5dab2fb4..6adccda3 100644 --- a/support/documentation/po/livechat.fa.po +++ b/support/documentation/po/livechat.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index a97f3a83..3f5092eb 100644 --- a/support/documentation/po/livechat.fi.po +++ b/support/documentation/po/livechat.fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 7455c8b4..f679da03 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-06-08 00:29+0000\n" "Last-Translator: John Livingston \n" "Language-Team: French \n" @@ -1155,6 +1155,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2516,7 +2521,9 @@ msgstr "Overlay OBS" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +#, fuzzy +#| msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "Vous pouvez facilement inclure le tchat dans votre flux vidéo." #. type: Plain text @@ -2576,6 +2583,95 @@ msgstr "Dans l'extrait CSS précédent, vous pouvez bien sûr changer la couleur msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "Remarque : vous pouvez personnaliser les couleurs. Ce n'est pas encore documenté, mais vous pouvez essayer ceci : dans la fenêtre modale, cochez «utiliser les couleurs actuelles du thème», puis essayez de modifier manuellement les valeurs de couleur dans l'URL. Vous devez utiliser des valeurs de couleur CSS valides, et elles doivent être correctement encodées dans l'URL." +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, fuzzy +#| msgid "This feature comes with the livechat plugin version 10.0.0." +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "Cette fonctionnalité arrive avec le plugin livechat version 10.0.0." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "Cette fonction peut être désactivée par les administrateur⋅rices de l'instance." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share link popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "![Popup de partage de lien](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Chat menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "![Menu du tchat](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![External login dialog](/peertube-plugin-livechat/images/external_login_dialog.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "![Fenêtre de dialogue connexion avec un compte externe](/peertube-plugin-livechat/images/external_login_dialog.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Share button](/peertube-plugin-livechat/images/share_button.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "![Partage](/peertube-plugin-livechat/images/share_button.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2662,6 +2758,11 @@ msgstr "Au dessus du tchat, il y a un bouton «{{% livechat_label share_chat_lin msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "Ce bouton ouvre une popup, où vous trouverez une url pour rejoindre le tchat. Vous pouvez partager cette url." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2682,11 +2783,37 @@ msgstr "{{% livechat_label use_current_theme_color %}} : si coché, les couleurs msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "{{% livechat_label generate_iframe %}} : à la place d'une url, vous aurez un extrait HTML que vous pouvez ajouter à votre site web pour inclure le tchat." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "Please refer to the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "Veuillez vous référer à la [documentation OBS](/peertube-plugin-livechat/fr/documentation/user/obs)." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share link popup](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "![Popup de partage de lien](/peertube-plugin-livechat/images/share_readonly.png?classes=shadow,border&height=200px)" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "La popup «{{% livechat_label share_chat_link %}}» peut également contenir un onglet «{{% livechat_label connect_using_xmpp %}}». Cet onglet n'est disponible que si les admintrateur⋅rices de votre instance ont activé et configuré correctement cette option. En utilisant cette option, vous pouvez fournir un lien permettant de rejoindre le salon en utilisant n'importe quel [client XMPP](https://fr.wikipedia.org/wiki/Clients_XMPP). En utilisant de tels logiciels, il sera par exemple plus simple de gérer les actions de modération." +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Share XMPP](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "![Partage XMPP](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2999,13 +3126,6 @@ msgstr "Mode lent du plugin peertube-plugin-livechat" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -#, fuzzy -#| msgid "This feature comes with the livechat plugin version 10.0.0." -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "Cette fonctionnalité arrive avec le plugin livechat version 10.0.0." - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3573,11 +3693,6 @@ msgstr "Il y a deux cas d'usages légèrement différents, dépendant de si vous msgid "If you haven't a Peertube account" msgstr "Si vous n'avez pas de compte Peertube" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "Cette fonction peut être désactivée par les administrateur⋅rices de l'instance." - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index 8a7b50bc..5ffbc230 100644 --- a/support/documentation/po/livechat.gd.po +++ b/support/documentation/po/livechat.gd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 9edea010..e3ce6d95 100644 --- a/support/documentation/po/livechat.gl.po +++ b/support/documentation/po/livechat.gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index ab656567..afb3ae66 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -6,17 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-06-18 20:10+0000\n" "Last-Translator: Milo Ivir \n" -"Language-Team: Croatian \n" +"Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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.5\n" #. type: Yaml Front Matter Hash Value: description @@ -1122,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2440,7 +2443,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2500,6 +2503,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "Ova je funkcija dostupna s dodatkom za chat uživo verzije 10.1.0." + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2586,6 +2668,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2606,11 +2693,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2920,11 +3027,6 @@ msgstr "" msgid "Custom emojis" msgstr "Prilagođeni emojiji" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "Ova je funkcija dostupna s dodatkom za chat uživo verzije 10.1.0." - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3484,11 +3586,6 @@ msgstr "Postoje dva različita slučaja upotrebe, ovisno o tome imaš li račun msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index 8b7f25cc..dbd162e0 100644 --- a/support/documentation/po/livechat.hu.po +++ b/support/documentation/po/livechat.hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index a640cbf8..8ed26a82 100644 --- a/support/documentation/po/livechat.is.po +++ b/support/documentation/po/livechat.is.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index be54873c..f1a29e0c 100644 --- a/support/documentation/po/livechat.it.po +++ b/support/documentation/po/livechat.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index 9d598eeb..5078168e 100644 --- a/support/documentation/po/livechat.ja.po +++ b/support/documentation/po/livechat.ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -1133,6 +1133,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2467,7 +2472,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2533,6 +2538,93 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2623,6 +2715,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2643,11 +2740,36 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "PeerTube ライブチャットプラグイン" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +#, fuzzy +#| msgid "![Fullscreen chat screenshot](/peertube-plugin-livechat/images/fullscreen.png?classes=shadow,border&height=200px)" +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2980,11 +3102,6 @@ msgstr "PeerTube ライブチャットプラグイン" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3582,11 +3699,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index d1949ba6..6eecce9a 100644 --- a/support/documentation/po/livechat.kab.po +++ b/support/documentation/po/livechat.kab.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index bcd8fe3f..ad4f1d92 100644 --- a/support/documentation/po/livechat.nb.po +++ b/support/documentation/po/livechat.nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index da638abe..e717e551 100644 --- a/support/documentation/po/livechat.nl.po +++ b/support/documentation/po/livechat.nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index fd3afdff..8521fa79 100644 --- a/support/documentation/po/livechat.nn.po +++ b/support/documentation/po/livechat.nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index 659c1e67..5dbf8611 100644 --- a/support/documentation/po/livechat.oc.po +++ b/support/documentation/po/livechat.oc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 80b7e3b3..8c7bd12c 100644 --- a/support/documentation/po/livechat.pl.po +++ b/support/documentation/po/livechat.pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index f6062d89..cf97ae52 100644 --- a/support/documentation/po/livechat.pt.po +++ b/support/documentation/po/livechat.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index 10e694c7..24b92805 100644 --- a/support/documentation/po/livechat.ru.po +++ b/support/documentation/po/livechat.ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index 01e7fb93..91f186e7 100644 --- a/support/documentation/po/livechat.sq.po +++ b/support/documentation/po/livechat.sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 33ac2719..476363d8 100644 --- a/support/documentation/po/livechat.sv.po +++ b/support/documentation/po/livechat.sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 27210fdd..741cf4ea 100644 --- a/support/documentation/po/livechat.th.po +++ b/support/documentation/po/livechat.th.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index 48e60e4e..fddd0f8f 100644 --- a/support/documentation/po/livechat.tok.po +++ b/support/documentation/po/livechat.tok.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.tr.po b/support/documentation/po/livechat.tr.po index 6dfef175..a77d4b6e 100644 --- a/support/documentation/po/livechat.tr.po +++ b/support/documentation/po/livechat.tr.po @@ -1101,6 +1101,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2411,7 +2416,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2471,6 +2476,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check use curent theme colors, then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2557,6 +2641,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2577,11 +2666,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2891,11 +3000,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3455,11 +3559,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index a560ac8b..6839c780 100644 --- a/support/documentation/po/livechat.uk.po +++ b/support/documentation/po/livechat.uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 502bd729..104300a8 100644 --- a/support/documentation/po/livechat.vi.po +++ b/support/documentation/po/livechat.vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index c092915b..93e1e273 100644 --- a/support/documentation/po/livechat.zh-Hans.po +++ b/support/documentation/po/livechat.zh-Hans.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")." diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index e3ef0b14..3587c469 100644 --- a/support/documentation/po/livechat.zh-Hant.po +++ b/support/documentation/po/livechat.zh-Hant.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-17 15:31+0200\n" +"POT-Creation-Date: 2024-06-19 12:16+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -1120,6 +1120,11 @@ msgstr "" msgid "Now you can add this account to gateways and bridge specific live-chat channels." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/admin/advanced/matterbridge.md +msgid "This documentation use an anonymous account to connect the bridge to the chat. But since the livechat v10.1.0, there is a new way to generate long term authentication token, that allows to connect using your account. This is used for [OBS docks](/peertube-plugin-livechat/documentation/user/obs). Using this feature for other purposes is not documented and not officially supported yet. If you want to use it anyway, you can request a token by calling then `/plugins/livechat/router/api/auth/tokens` endpoint. To get needed headers and request body, just check what happens when you generate a new token for OBS docks." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md #, no-wrap @@ -2430,7 +2435,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/user/obs.md -msgid "You can easily include the chat in your stream." +msgid "You can easily include the chat in your video stream." msgstr "" #. type: Plain text @@ -2490,6 +2495,85 @@ msgstr "" msgid "Note: you can entirely customize chat colors. This is undocumented yet, but you can try this: in the modal, check «use curent theme colors», then you can try to manually change color values in the URL. You must use valid CSS color values, and they must be properly URL encoded." msgstr "" +#. type: Title ## +#: support/documentation/content/en/documentation/user/obs.md +#, no-wrap +msgid "OBS Dock" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "This feature comes with the livechat plugin version 10.1.0." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/viewers.md +msgid "This feature can be disabled by the instance's adminitrators." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "You can use OBS \"Custom browser docks\" to integrate the chat in your OBS while you are streaming. The livechat plugin offers a way to create long term token that can identify you automatically to join the chat, so you don't have to enter your password in OBS." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "To do so, just use the \"{{% livechat_label share_chat_link %}}\", and open the \"{{% livechat_label share_chat_dock %}}\" tab. From there, you can create a new token using the \"+\" button." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - dock tab](/peertube-plugin-livechat/images/share_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Then, copy the url, and use the \"Docks / Custom browser docks\" menu from your OBS to add a dock with this URL." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock menu](/peertube-plugin-livechat/images/obs_dock_menu.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock dialog](/peertube-plugin-livechat/images/obs_dock_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Once you have done, you will have a new dock connected to the chat with your account." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "![OBS - Dock](/peertube-plugin-livechat/images/obs_dock.png?classes=shadow,border&height=200px)" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Tokens are valid to join any chat room. You don't have to generate separate tokens for each of your rooms. You can also customize the nickame that will be used by changing the `n` parameter in the url." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "Don't share these links to anyone, as it would allow them to connect as yourself." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "If a token is compromised, or no more needed, you can revoke them." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/obs.md +msgid "These tokens can be used for other purposes, as connecting to your account with XMPP bots or clients. This feature is not documented yet, and not officially supported. So use with care." +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/obs.md #, no-wrap @@ -2576,6 +2660,11 @@ msgstr "" msgid "This button opens a popup, where you can obtain an url to join the chat. This url can be shared." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "The \"{{% livechat_label share_chat_embed %}}\" tab provide some links to embed the chat in websites, or in your live stream." +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can customize some options:" @@ -2596,11 +2685,31 @@ msgstr "" msgid "{{% livechat_label generate_iframe %}}: instead of an url, you will obtain an HTML snippet that you can add to your website to embed the chat." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "For more information on the \"{{% livechat_label share_chat_dock %}}\" tab, check the [OBS documentation](/peertube-plugin-livechat/documentation/user/obs)." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "In the \"{{% livechat_label web %}}\" tab, the provided url opens the chat in the Peertube interface. You can share this link to other users to invite them to join the chat." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - web tab](/peertube-plugin-livechat/images/share_web.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "The \"{{% livechat_label share_chat_link %}}\" popup can also contain a \"{{% livechat_label connect_using_xmpp %}}\" tab. This will only be available if your instance's administators have enabled an correctly configured this option. Using this option, you can provide a link to join the chat using any [XMPP client software](https://en.wikipedia.org/wiki/XMPP#Clients). Using such softwares can for example facilitate moderation actions." msgstr "" +#. type: Plain text +#: support/documentation/content/en/documentation/user/streamers/basics.md +msgid "![Share link popup - xmpp tab](/peertube-plugin-livechat/images/share_xmpp_dialog.png?classes=shadow,border&height=200px)" +msgstr "" + #. type: Title ## #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2910,11 +3019,6 @@ msgstr "" msgid "Custom emojis" msgstr "" -#. type: Plain text -#: build/documentation/pot_in/documentation/user/streamers/emojis.md -msgid "This feature comes with the livechat plugin version 10.1.0." -msgstr "" - #. type: Title ## #: build/documentation/pot_in/documentation/user/streamers/emojis.md #, no-wrap @@ -3474,11 +3578,6 @@ msgstr "" msgid "If you haven't a Peertube account" msgstr "" -#. type: Plain text -#: support/documentation/content/en/documentation/user/viewers.md -msgid "This feature can be disabled by the instance's adminitrators." -msgstr "" - #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "If you are not logged in on the Peertube instance where you are watching the video, you will automatically join the chat. You will be assigned a random nickname (something like \"Anonymous 12345\")."