Custom emojis: import/export functions documentation.
This commit is contained in:
@ -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 ""
|
||||
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
|
||||
|
Reference in New Issue
Block a user