Custom emojis: import/export functions documentation.
This commit is contained in:
@ -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 ""
|
||||
msgstr ""
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
msgid ""
|
||||
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
|
||||
|
Reference in New Issue
Block a user