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

85 lines
2.5 KiB
Text

#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-12-29 10:43+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"
#: consolelogs\consolelogs.py:105
#, docstring
msgid ""
"A cog to display the console logs, with buttons and filter options, and to "
"send commands errors in configured channels!"
msgstr ""
#: consolelogs\consolelogs.py:281
msgid "No logs to display."
msgstr ""
#: consolelogs\consolelogs.py:434
#, docstring
msgid ""
"Scroll the console logs, for all levels/loggers or provided level/logger "
"name."
msgstr ""
#: consolelogs\consolelogs.py:470
#, docstring
msgid ""
"View the console logs one by one, for all levels/loggers or provided "
"level/logger name."
msgstr ""
#: consolelogs\consolelogs.py:481
#, docstring
msgid "Display the stats for the bot logs since the bot start."
msgstr ""
#: consolelogs\consolelogs.py:514
#, docstring
msgid ""
"Enable errors logging in a channel.\n"
"\n"
" **Parameters:**\n"
" - `channel`: The channel where the commands errors will be sent.\n"
" - `global_errors`: Log errors for the entire bot, not just the channel server.\n"
" - `prefixed_commands_errors`: Log prefixed commands errors.\n"
" - `slash_commands_errors`: Log slash commands errors.\n"
" - `dpy_ignored_exceptions`: Log dpy ignored exceptions (events listeners and Views errors).\n"
" - `full_console`: Log all the console logs.\n"
" - `guild_invite`: Add a button \"Guild Invite\" in commands errors logs, only for community servers.\n"
" - `ignored_cogs`: Ignore some cogs for `prefixed_commands_errors` and `slash_commands_errors`. You have to use the cog qualified_name like `ConsoleLogs` for this cog.\n"
" "
msgstr ""
#: consolelogs\consolelogs.py:535
msgid "I don't have the permissions to send embeds in this channel."
msgstr ""
#: consolelogs\consolelogs.py:553
msgid "Errors logging enabled in {channel.mention}."
msgstr ""
#: consolelogs\consolelogs.py:561
#, docstring
msgid "Disable errors logging in a channel."
msgstr ""
#: consolelogs\consolelogs.py:564
msgid "Errors logging isn't enabled in this channel."
msgstr ""
#: consolelogs\consolelogs.py:567
msgid "Errors logging disabled in {channel.mention}."
msgstr ""
#: consolelogs\consolelogs.py:571
#, docstring
msgid "Get an embed to check loops status."
msgstr ""