Ruby-Cogs/embedutils/locales/messages.pot
2025-04-02 22:56:57 -04:00

335 lines
9.5 KiB
Text

#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-03-15 23:04+0100\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.4.2\n"
#: embedutils\converters.py:68 embedutils\converters.py:83
msgid ""
"This doesn't seem to be properly formatted embed {conversion_type}. Refer to"
" the link on `{ctx.clean_prefix}help {ctx.command.qualified_name}`."
msgstr ""
#: embedutils\converters.py:95
msgid "JSON Parse Error"
msgstr ""
#: embedutils\converters.py:106
msgid "YAML Parse Error"
msgstr ""
#: embedutils\converters.py:116
msgid "The `content` field is not supported for this command."
msgstr ""
#: embedutils\converters.py:136
msgid "Embed Parse Error"
msgstr ""
#: embedutils\converters.py:141
msgid "Embed size exceeds Discord limit of 6000 characters ({length})."
msgstr ""
#: embedutils\converters.py:153
msgid "Embed Send Error"
msgstr ""
#: embedutils\converters.py:168
msgid "Use `{ctx.prefix}help {ctx.command.qualified_name}` to see an example."
msgstr ""
#: embedutils\converters.py:210
msgid "Embed limit reached ({limit})."
msgstr ""
#: embedutils\converters.py:215
msgid "Failed to convert input into embeds."
msgstr ""
#: embedutils\converters.py:234
msgid "It's not a valid channel or thread."
msgstr ""
#: embedutils\converters.py:238
msgid "I do not have permissions to send embeds in {channel.mention}."
msgstr ""
#: embedutils\converters.py:247
msgid "You do not have permissions to send embeds in {channel.mention}."
msgstr ""
#: embedutils\converters.py:259
msgid ""
"I have to be the author of the message. You can use the command without "
"providing a message to send one."
msgstr ""
#: embedutils\converters.py:269
msgid ""
"You are not allowed to edit embeds of an existing message (bot owner can set"
" the permissions with the cog Permissions on the command `[p]embed edit`)."
msgstr ""
#: embedutils\dashboard_integration.py:55
msgid "You don't have permissions to access this page."
msgstr ""
#: embedutils\dashboard_integration.py:62
msgid ""
"I or you don't have permissions to send messages or embeds in any channel in"
" this guild."
msgstr ""
#: embedutils\dashboard_integration.py:78
msgid "Username:"
msgstr ""
#: embedutils\dashboard_integration.py:82
msgid "Avatar URL:"
msgstr ""
#: embedutils\dashboard_integration.py:86
msgid "Data"
msgstr ""
#: embedutils\dashboard_integration.py:93
msgid "Channels:"
msgstr ""
#: embedutils\dashboard_integration.py:102
msgid "Send Message(s)"
msgstr ""
#: embedutils\dashboard_integration.py:168
msgid "Message{s} sent successfully!"
msgstr ""
#: embedutils\embedutils.py:47
#, docstring
msgid "Create, send, and store rich embeds, from Red-Web-Dashboard too!"
msgstr ""
#: embedutils\embedutils.py:109 embedutils\embedutils.py:152
#: embedutils\embedutils.py:194 embedutils\embedutils.py:239
#: embedutils\embedutils.py:280 embedutils\embedutils.py:321
#: embedutils\embedutils.py:383 embedutils\embedutils.py:509
#: embedutils\embedutils.py:606 embedutils\embedutils.py:785
#: embedutils\embedutils.py:839
msgid "Embed Sending Error"
msgstr ""
#: embedutils\embedutils.py:119
#, docstring
msgid ""
"Post embeds from valid JSON.\n"
"\n"
" This must be in the format expected by [**this Discord documentation**](https://discord.com/developers/docs/resources/channel#embed-object).\n"
" Here's an example: [**this example**](https://gist.github.com/AAA3A-AAA3A/3c9772b34a8ebc09b3b10018185f4cd4).\n"
" You can use an [**embeds creator**](https://embedutils.com/) to get a JSON payload.\n"
"\n"
" If you provide a message, it will be edited.\n"
" You can use an attachment and the command `[p]embed fromfile` will be invoked automatically.\n"
" "
msgstr ""
#: embedutils\embedutils.py:162
#, docstring
msgid ""
"Post embeds from valid YAML.\n"
"\n"
" This must be in the format expected by [**this Discord documentation**](https://discord.com/developers/docs/resources/channel#embed-object).\n"
" Here's an example: [**this example**](https://gist.github.com/AAA3A-AAA3A/3c9772b34a8ebc09b3b10018185f4cd4).\n"
"\n"
" If you provide a message, it will be edited.\n"
" You can use an attachment and the command `[p]embed yamlfile` will be invoked automatically.\n"
" "
msgstr ""
#: embedutils\embedutils.py:200
#, docstring
msgid ""
"Post an embed from a valid JSON file (upload it).\n"
"\n"
" This must be in the format expected by [**this Discord documentation**](https://discord.com/developers/docs/resources/channel#embed-object).\n"
" Here's an example: [**this example**](https://gist.github.com/AAA3A-AAA3A/3c9772b34a8ebc09b3b10018185f4cd4).\n"
" You can use an [**embeds creator**](https://embedutils.com/) to get a JSON payload.\n"
"\n"
" If you provide a message, it will be edited.\n"
" "
msgstr ""
#: embedutils\embedutils.py:215 embedutils\embedutils.py:256
#: embedutils\embedutils.py:474 embedutils\embedutils.py:484
#: embedutils\embedutils.py:574 embedutils\embedutils.py:584
#: embedutils\embedutils.py:908 embedutils\embedutils.py:920
msgid "Unreadable attachment with `utf-8`."
msgstr ""
#: embedutils\embedutils.py:245
#, docstring
msgid ""
"Post an embed from a valid YAML file (upload it).\n"
"\n"
" If you provide a message, it will be edited.\n"
" "
msgstr ""
#: embedutils\embedutils.py:292
#, docstring
msgid ""
"Post embeds from a GitHub/Gist/Pastebin/Hastebin link containing valid JSON.\n"
"\n"
" This must be in the format expected by [**this Discord documentation**](https://discord.com/developers/docs/resources/channel#embed-object).\n"
" Here's an example: [**this example**](https://gist.github.com/AAA3A-AAA3A/3c9772b34a8ebc09b3b10018185f4cd4).\n"
"\n"
" If you provide a message, it will be edited.\n"
" "
msgstr ""
#: embedutils\embedutils.py:332
#, docstring
msgid ""
"Post embed(s) from an existing message.\n"
"\n"
" The message must have at least one embed.\n"
" You can specify an index (starting by 0) if you want to send only one of the embeds.\n"
" The content of the message already sent is included if no index is specified.\n"
"\n"
" If you provide a message, it will be edited.\n"
" "
msgstr ""
#: embedutils\embedutils.py:394
#, docstring
msgid ""
"Download a JSON file for a message's embed(s).\n"
"\n"
" The message must have at least one embed.\n"
" You can specify an index (starting by 0) if you want to include only one of the embeds.\n"
" The content of the message already sent is included if no index is specified.\n"
" "
msgstr ""
#: embedutils\embedutils.py:454
#, docstring
msgid ""
"Edit a message sent by [botname].\n"
"\n"
" It would be better to use the `message` parameter of all the other commands.\n"
" "
msgstr ""
#: embedutils\embedutils.py:546
#, docstring
msgid ""
"Store an embed.\n"
"\n"
" Put the name in quotes if it is multiple words.\n"
" The `locked` argument specifies whether the embed should be locked to mod and superior only (guild level) or bot owners only (global level).\n"
" "
msgstr ""
#: embedutils\embedutils.py:554 embedutils\embedutils.py:640
#: embedutils\embedutils.py:655 embedutils\embedutils.py:687
#: embedutils\embedutils.py:719
msgid "You can't manage global stored embeds."
msgstr ""
#: embedutils\embedutils.py:617
msgid ""
"This server has reached the embed limit of {embed_limit}. You must remove an"
" embed with `{ctx.clean_prefix}embed unstore` before you can add a new one."
msgstr ""
#: embedutils\embedutils.py:636
#, docstring
msgid "Remove a stored embed."
msgstr ""
#: embedutils\embedutils.py:646 embedutils\embedutils.py:692
#: embedutils\embedutils.py:724
msgid "This is not a stored embed at this level."
msgstr ""
#: embedutils\embedutils.py:653 embedutils\embedutils.py:683
#, docstring
msgid "Get info about a stored embed."
msgstr ""
#: embedutils\embedutils.py:661
msgid "No stored embeds is configured at this level."
msgstr ""
#: embedutils\embedutils.py:665
msgid "Global "
msgstr ""
#: embedutils\embedutils.py:665
msgid "Stored Embeds"
msgstr ""
#: embedutils\embedutils.py:715
#, docstring
msgid "Download a JSON file for a stored embed."
msgstr ""
#: embedutils\embedutils.py:744
#, docstring
msgid "Post stored embeds."
msgstr ""
#: embedutils\embedutils.py:766 embedutils\embedutils.py:825
msgid "`{name}` is not a stored embed at this level."
msgstr ""
#: embedutils\embedutils.py:803
#, docstring
msgid "Post stored embeds with a webhook."
msgstr ""
#: embedutils\embedutils.py:870
#, docstring
msgid "Get the link to the Dashboard."
msgstr ""
#: embedutils\embedutils.py:873
msgid ""
"Red-Web-Dashboard is not installed. Check <https://red-web-"
"dashboard.readthedocs.io>."
msgstr ""
#: embedutils\embedutils.py:878
msgid "You can't access the Dashboard."
msgstr ""
#: embedutils\embedutils.py:884
msgid "This third party is disabled on the Dashboard."
msgstr ""
#: embedutils\embedutils.py:949
msgid "Dashboard - "
msgstr ""
#: embedutils\embedutils.py:954
msgid "You can create and send rich embeds directly from the Dashboard!"
msgstr ""
#: embedutils\embedutils.py:961
msgid "The URL is too long to be displayed."
msgstr ""
#: embedutils\embedutils.py:971
#, docstring
msgid "Migrate stored embeds from EmbedUtils by Phen."
msgstr ""
#: embedutils\embedutils.py:1015
msgid "Data successfully migrated from EmbedUtils by Phen."
msgstr ""