mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
186 lines
3.6 KiB
Plaintext
186 lines
3.6 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2022-02-06 00:12+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: pygettext.py 1.5\n"
|
|
|
|
|
|
#: config.py:47
|
|
msgid ""
|
|
"Determines whether the cpu command will list\n"
|
|
" the time taken by children as well as the bot's process."
|
|
msgstr ""
|
|
|
|
#: config.py:50
|
|
msgid ""
|
|
"Determines whether the cpu command will\n"
|
|
" provide the number of threads spawned and active."
|
|
msgstr ""
|
|
|
|
#: config.py:53
|
|
msgid ""
|
|
"Determines whether the cpu command will report\n"
|
|
" the amount of memory being used by the bot."
|
|
msgstr ""
|
|
|
|
#: plugin.py:48
|
|
#, docstring
|
|
msgid ""
|
|
"This plugin allows you to view different bot statistics, for example,\n"
|
|
" uptime."
|
|
msgstr ""
|
|
|
|
#: plugin.py:75
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the status of the bot.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:83
|
|
msgid "%s as %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:84
|
|
msgid "I am connected to %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:86
|
|
msgid "I am currently in code profiling mode."
|
|
msgstr ""
|
|
|
|
#: plugin.py:92
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the current threads that are active.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:98
|
|
msgid "I have spawned %n; %n %b still currently active: %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:105
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the number of processes that have been spawned, and list of\n"
|
|
" ones that are still active.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:120
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns some interesting network-related statistics.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:128
|
|
msgid "an indeterminate amount of time"
|
|
msgstr ""
|
|
|
|
#: plugin.py:129
|
|
msgid "I have received %s messages for a total of %S. I have sent %s messages for a total of %S. I have been connected to %s for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:138
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns some interesting CPU-related statistics on the bot.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:148
|
|
msgid "My children have taken %.2f seconds of user time and %.2f seconds of system time for a total of %.2f seconds of CPU time."
|
|
msgstr ""
|
|
|
|
#: plugin.py:155
|
|
msgid "I have taken %.2f seconds of user time and %.2f seconds of system time, for a total of %.2f seconds of CPU time. %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:177
|
|
msgid "Unable to run ps command."
|
|
msgstr ""
|
|
|
|
#: plugin.py:184
|
|
msgid " I'm taking up %S of memory."
|
|
msgstr ""
|
|
|
|
#: plugin.py:187
|
|
msgid " I'm taking up an unknown amount of memory."
|
|
msgstr ""
|
|
|
|
#: plugin.py:195
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns some interesting command-related statistics.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:205
|
|
msgid "I offer a total of %n in %n. I have processed %n."
|
|
msgstr ""
|
|
|
|
#: plugin.py:214
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns a list of the commands offered by the bot.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:228
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the amount of time the bot has been running.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:232
|
|
msgid "I have been running for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:239
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the server the bot is on.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:248
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the network the bot is on.\n"
|
|
" "
|
|
msgstr ""
|
|
|