Custom emojis: import/export functions documentation.

This commit is contained in:
John Livingston 2024-06-10 19:29:03 +02:00
parent 6f56a026bb
commit 79848b7988
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
38 changed files with 1264 additions and 91 deletions

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -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 <butterflyoffire@protonmail.com>\n"
"Language-Team: Arabic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ar/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Catalan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ca/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Czech <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/cs/>\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

View File

@ -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 <v.hampel@users.noreply.weblate.framasoft.org>"
"\n"
"Language-Team: German <https://weblate.framasoft.org/projects/"
"peertube-livechat/peertube-plugin-livechat-documentation/de/>\n"
"Last-Translator: Victor Hampel <v.hampel@users.noreply.weblate.framasoft.org>\n"
"Language-Team: German <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Greek <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/el/>\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

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Esperanto <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eo/>\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

View File

@ -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 <rnek0@users.noreply.weblate.framasoft.org>\n"
"Language-Team: Spanish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/es/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Basque <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eu/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Persian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fa/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Finnish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fi/>\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

View File

@ -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 <git@john-livingston.fr>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/"
"peertube-livechat/peertube-plugin-livechat-documentation/fr/>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fr/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Gaelic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gd/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Galician <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gl/>\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

View File

@ -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 <mail@milotype.de>\n"
"Language-Team: Croatian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hr/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Hungarian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hu/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Icelandic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/is/>\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

View File

@ -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 <git@john-livingston.fr>\n"
"Language-Team: Italian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/it/>\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

View File

@ -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\" <fusen@users.noreply.weblate.framasoft.org>\n"
"Language-Team: Japanese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Kabyle <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/kab/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Norwegian Bokmål <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nb_NO/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Dutch <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nl/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Norwegian Nynorsk <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nn/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Occitan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/oc/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Polish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pl/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Portuguese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pt/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Russian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ru/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Albanian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sq/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Swedish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sv/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Thai <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/th/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Toki Pona <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/tok/>\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

View File

@ -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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Ukrainian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/uk/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Vietnamese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/vi/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Chinese (Simplified) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hans/>\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

View File

@ -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 <noreply@weblate.org>\n"
"Language-Team: Chinese (Traditional) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hant/>\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