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

139 lines
3.3 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"
#: devutils\devutils.py:51
msgid "No valid log level provided."
msgstr ""
#: devutils\devutils.py:80
msgid "No valid discord object provided."
msgstr ""
#: devutils\devutils.py:85
#, docstring
msgid "Various development utilities!"
msgstr ""
#: devutils\devutils.py:135
#, docstring
msgid ""
"\n"
" Repeats a command a specified number of times.\n"
"\n"
" `--sleep <int>` is an optional flag specifying how much time to wait between command invocations.\n"
" "
msgstr ""
#: devutils\devutils.py:156 devutils\devutils.py:236 devutils\devutils.py:252
msgid "You have not specified a correct command."
msgstr ""
#: devutils\devutils.py:158 devutils\devutils.py:254
msgid "You can't execute yourself this command."
msgstr ""
#: devutils\devutils.py:175
#, docstring
msgid "Execute multiple commands at once. Split them using |."
msgstr ""
#: devutils\devutils.py:190 devutils\devutils.py:212
msgid "`{command}` isn't a valid command."
msgstr ""
#: devutils\devutils.py:196 devutils\devutils.py:218
msgid "You can't execute yourself `{command}`."
msgstr ""
#: devutils\devutils.py:225
#, docstring
msgid "Bypass a command's checks and cooldowns."
msgstr ""
#: devutils\devutils.py:241
#, docstring
msgid "Run a command timing execution and catching exceptions."
msgstr ""
#: devutils\devutils.py:260
msgid "Command `{command}` finished in `{timing}`s."
msgstr ""
#: devutils\devutils.py:267
#, docstring
msgid ""
"Reinvoke a command message.\n"
"\n"
" You may reply to a message to reinvoke it or pass a message ID/link.\n"
" The command will be invoked with the author and the channel of the specified message.\n"
" "
msgstr ""
#: devutils\devutils.py:291
msgid "The command isn't valid."
msgstr ""
#: devutils\devutils.py:293
msgid "This command can't be executed."
msgstr ""
#: devutils\devutils.py:299
#, docstring
msgid ""
"Change the logging level for a logger. If no name is provided, the root logger (`red`) is used.\n"
"\n"
" Levels are the following:\n"
" - `0`: `CRITICAL`\n"
" - `1`: `ERROR`\n"
" - `2`: `WARNING`\n"
" - `3`: `INFO`\n"
" - `4`: `DEBUG`\n"
" - `5`: `VERBOSE`\n"
" - `6`: `TRACE`\n"
" "
msgstr ""
#: devutils\devutils.py:313
msgid "Logger `{logger_name}` level set to `{level}`."
msgstr ""
#: devutils\devutils.py:320
#, docstring
msgid "Stop all bot typing tasks."
msgstr ""
#: devutils\devutils.py:336
#, docstring
msgid ""
"Force reload a module (to use code changes without restarting your bot).\n"
"\n"
" ⚠️ Please only use this if you know what you're doing.\n"
" "
msgstr ""
#: devutils\devutils.py:352
msgid "I couldn't find any module with this name."
msgstr ""
#: devutils\devutils.py:356
msgid "Module(s) {modules} reloaded."
msgstr ""
#: devutils\devutils.py:362
msgid "Modules [...] reloaded."
msgstr ""
#: devutils\devutils.py:366
#, docstring
msgid "Display the JSON of a Discord object with a raw request."
msgstr ""