diff --git a/support/documentation/content/en/documentation/user/streamers/emojis.md b/support/documentation/content/en/documentation/user/streamers/emojis.md index daf31a6d..40cad105 100644 --- a/support/documentation/content/en/documentation/user/streamers/emojis.md +++ b/support/documentation/content/en/documentation/user/streamers/emojis.md @@ -20,3 +20,23 @@ On the [channel configuration page](/peertube-plugin-livechat/documentation/user {{% livechat_label livechat_configuration_channel_emojis_desc %}} ![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px) + +### Import / Export + +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. + +You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). +The file must be a valid JSON file, using the following format: + +```json +[ + { + "sn": ":short_name", + "url": "https://example.com/image.png" + } +] +``` + +The `sn` attribute is the short name code. +The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import. diff --git a/support/documentation/content/en/images/channel_custom_emojis_configuration.png b/support/documentation/content/en/images/channel_custom_emojis_configuration.png index 84da66de..535281b0 100644 Binary files a/support/documentation/content/en/images/channel_custom_emojis_configuration.png and b/support/documentation/content/en/images/channel_custom_emojis_configuration.png differ diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index 632dcb76..8581f4bd 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -2937,6 +2937,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index 154a7ea2..c5a4e6df 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index 533e5441..6dab0d21 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index a61dcc1e..6e70339a 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-06-09 06:24+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" @@ -2955,9 +2953,7 @@ msgstr "[Den Chatbot](/peertube-plugin-livechat/de/documentation/user/streamers/ #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md msgid "[Custom emojis](/peertube-plugin-livechat/documentation/user/streamers/emojis)" -msgstr "" -"[Benutzerdefinierte Emojis](/peertube-plugin-livechat/de/documentation/user/" -"streamers/emojis)" +msgstr "[Benutzerdefinierte Emojis](/peertube-plugin-livechat/de/documentation/user/streamers/emojis)" #. type: Bullet: '* ' #: support/documentation/content/en/documentation/user/streamers/channel.md @@ -2979,8 +2975,7 @@ 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." +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 @@ -2996,25 +2991,50 @@ msgstr "Streamer können benutzerdefinierte Emojis zu ihren Kanälen hinzufügen #. type: Plain text #: build/documentation/pot_in/documentation/user/streamers/emojis.md msgid "On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), open the \"{{% livechat_label livechat_configuration_channel_emojis_title %}}\" tab:" -msgstr "" -"Öffnen Sie auf der [Kanal Konfigurationsseite](/peertube-plugin-livechat/de/" -"documentation/user/streamers/channel) die Registerkarte \"{{% livechat_label " -"livechat_configuration_channel_emojis_title %}}\":" +msgstr "Öffnen Sie auf der [Kanal Konfigurationsseite](/peertube-plugin-livechat/de/documentation/user/streamers/channel) die Registerkarte \"{{% livechat_label livechat_configuration_channel_emojis_title %}}\":" #. type: Plain text #: build/documentation/pot_in/documentation/user/streamers/emojis.md msgid "![Channel configuration / Channel emojis configuration](/peertube-plugin-livechat/images/channel_custom_emojis_configuration.png?classes=shadow,border&height=400px)" -msgstr "" -"![Kanal-Konfiguration / Kanal-Emojis-Konfiguration](/peertube-" -"plugin-livechat/images/channel_custom_emojis_configuration." -"png?classes=shadow,border&height=400px)" +msgstr "![Kanal-Konfiguration / Kanal-Emojis-Konfiguration](/peertube-plugin-livechat/images/channel_custom_emojis_configuration.png?classes=shadow,border&height=400px)" #. type: Plain text #: build/documentation/pot_in/documentation/user/streamers/emojis.md msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" +msgstr "![Kanal-Konfiguration / Kanal-Emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" + +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." msgstr "" -"![Kanal-Konfiguration / Kanal-Emojis](/peertube-plugin-livechat/images/" -"channel_custom_emojis.png?classes=shadow,border&height=400px)" #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index d373609e..6c1fe73a 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index b9796f9d..a425730f 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3301,6 +3301,42 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, markdown-text, no-wrap +msgid "Import / Export" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, markdown-text +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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, markdown-text +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, markdown-text +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index 1ce482ea..637456d8 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index 4a2c7a42..8e5b49b3 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-04-16 21:38+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -2968,6 +2968,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index e3fa8340..1a895d6d 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index 113f8516..65580098 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index 68638b9f..2ce176d2 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 14bcbbc6..2225c342 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -7,11 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-06-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-06-08 00:29+0000\n" "Last-Translator: John Livingston \n" -"Language-Team: French \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -999,10 +998,7 @@ msgstr "Utiliser Matterbridge" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "The following is based on a tutorial to use Matterbridge with the plugin: [Matterbridge + Peertube](https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md)" -msgstr "" -"Ce qui suit est basé sur un tutoriel pour utiliser Matterbridge avec le " -"plugin : [Matterbridge + Peertube](https://gitlab.com/refrac/" -"obs-matterbridge-overlay/-/blob/master/documentation/peertube.md)" +msgstr "Ce qui suit est basé sur un tutoriel pour utiliser Matterbridge avec le plugin : [Matterbridge + Peertube](https://gitlab.com/refrac/obs-matterbridge-overlay/-/blob/master/documentation/peertube.md)" #. type: Title ## #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -1013,23 +1009,17 @@ msgstr "Pré-requis" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "[PeerTube plugin livechat](https://github.com/JohnXLivingston/peertube-plugin-livechat) version 3.2.0 or later." -msgstr "" -"[Plugin PeerTube livechat](https://github.com/JohnXLivingston/peertube-" -"plugin-livechat) version 3.2.0 ou supérieure." +msgstr "[Plugin PeerTube livechat](https://github.com/JohnXLivingston/peertube-plugin-livechat) version 3.2.0 ou supérieure." #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "[Matterbridge](https://github.com/42wim/matterbridge) version 1.22.4 or later." -msgstr "" -"[Matterbridge](https://github.com/42wim/matterbridge) version 1.22.4 ou " -"supérieure." +msgstr "[Matterbridge](https://github.com/42wim/matterbridge) version 1.22.4 ou supérieure." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "The easiest is if the PeerTube instance and Matterbridge run on the same server." -msgstr "" -"La solution la plus simple consiste à faire tourner l'instance PeerTube et " -"Matterbridge sur le même serveur." +msgstr "La solution la plus simple consiste à faire tourner l'instance PeerTube et Matterbridge sur le même serveur." #. type: Title ## #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -1040,16 +1030,12 @@ msgstr "Connexions internes uniquement (version simple)" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "You will need to enable `{{% livechat_label prosody_c2s_label %}}` in the livechat plugin settings." -msgstr "" -"Vous devez activer `{{% livechat_label prosody_c2s_label %}}` dans les " -"paramètres du plugin livechat." +msgstr "Vous devez activer `{{% livechat_label prosody_c2s_label %}}` dans les paramètres du plugin livechat." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "This will allow localhost XMPP clients to connect to the Prosody XMPP server." -msgstr "" -"Cela permettra aux clients XMPP de l'hôte local de se connecter au serveur " -"XMPP Prosody." +msgstr "Cela permettra aux clients XMPP de l'hôte local de se connecter au serveur XMPP Prosody." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -1065,9 +1051,7 @@ msgstr "127.0.0.1 anon.example.org room.example.org\n" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." -msgstr "" -"Remplacez `example.org` par le nom de domaine de votre instance. Vous pouvez " -"ensuite poursuivre avec la configuration de Matterbridge ci-dessous." +msgstr "Remplacez `example.org` par le nom de domaine de votre instance. Vous pouvez ensuite poursuivre avec la configuration de Matterbridge ci-dessous." #. type: Title ## #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -1078,32 +1062,23 @@ msgstr "Autoriser les connexions externes (avancé)" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "By default, the internal Prosody XMPP server only listens on localhost (127.0.0.1)." -msgstr "" -"Par défaut, le serveur interne XMPP Prosody n'écoute que sur localhost (127.0" -".0.1)." +msgstr "Par défaut, le serveur interne XMPP Prosody n'écoute que sur localhost (127.0.0.1)." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap msgid "On livechat versions >= 10.1.0 a new option call `Client to server network interfaces` was added to allow changing this.\n" -msgstr "" -"Sur les versions de livechat >= 10.1.0, un nouvel appel d'option `interfaces " -"client vers serveur` a été ajouté pour permettre de changer cela.\n" +msgstr "Sur les versions de livechat >= 10.1.0, un nouvel appel d'option `interfaces client vers serveur` a été ajouté pour permettre de changer cela.\n" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "It allows to add a list of IPs to listen on, coma separated (spaces will be stripped)." -msgstr "" -"Cela permet d'ajouter une liste d'adresses IP sur lesquelles écouter, " -"séparées par des virgules (les espaces seront supprimés)." +msgstr "Cela permet d'ajouter une liste d'adresses IP sur lesquelles écouter, séparées par des virgules (les espaces seront supprimés)." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md msgid "You can also use `*` to listen on all IPv4 interfaces, and `::` for all IPv6. Doing so allows external access to the client to server interface." -msgstr "" -"Vous pouvez également utiliser `*` pour écouter sur toutes les interfaces " -"IPv4, et `::` pour toutes les interfaces IPv6. Cela permet un accès externe " -"à l'interface client-serveur." +msgstr "Vous pouvez également utiliser `*` pour écouter sur toutes les interfaces IPv4, et `::` pour toutes les interfaces IPv6. Cela permet un accès externe à l'interface client-serveur." #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -3051,6 +3026,39 @@ msgstr "![Configuration de la chaîne](/peertube-plugin-livechat/images/channel_ msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "![Configuration de la chaîne](/peertube-plugin-livechat/images/channel_configuration.png?classes=shadow,border&height=400px)" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index 309f98b4..e4860d0b 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 258851fa..ab3b5b08 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index d78f6bef..5bb768fa 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-06-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-06-05 10:41+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" @@ -2940,6 +2940,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index 39b5f2fe..4e350cba 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index 73db9f93..3e619f8f 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index 8e7e156f..cd89e2a2 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index 6d7436d4..c46a753d 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -3005,6 +3005,39 @@ msgstr "![チャット画面のスクリーンショット](/peertube-plugin-liv msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "![チャット画面のスクリーンショット](/peertube-plugin-livechat/images/chat.png?classes=shadow,border&height=200px)" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index 034c700e..9e663d00 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index f702da2d..46f349e1 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index a42a2a5e..abf7f7a2 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index bdcd6158..a309224a 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index 32723741..9d38ee3e 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 360e3c0b..87918d80 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index eb7f3fc0..30e00d58 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index 4efa3bad..1b393a7f 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index 48148a24..d550ef63 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 72124ddb..5751ffff 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 114dd3b3..be080086 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index 1e3c2e2e..1b7858d1 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.tr.po b/support/documentation/po/livechat.tr.po index 909f0d63..f7e7da01 100644 --- a/support/documentation/po/livechat.tr.po +++ b/support/documentation/po/livechat.tr.po @@ -2911,6 +2911,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index 26c384e5..5a56e87b 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 4c3733dd..343e895c 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index e15ef833..e4c23a10 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index 0b458402..538a7c21 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-07 14:16+0200\n" +"POT-Creation-Date: 2024-06-10 19:27+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -2930,6 +2930,39 @@ msgstr "" msgid "![Channel configuration / Channel emojis](/peertube-plugin-livechat/images/channel_custom_emojis.png?classes=shadow,border&height=400px)" msgstr "" +#. type: Title ### +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "Import / Export" +msgstr "" + +#. 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 %}}\" generated a file than you can then import on another channel." +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:" +msgstr "" + +#. type: Fenced code block (json) +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +#, no-wrap +msgid "" +"[\n" +" {\n" +" \"sn\": \":short_name\",\n" +" \"url\": \"https://example.com/image.png\"\n" +" }\n" +"]\n" +msgstr "" + +#. type: Plain text +#: build/documentation/pot_in/documentation/user/streamers/emojis.md +msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import." +msgstr "" + #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/streamers/_index.md #, no-wrap