chore(locales): Regenerate string templates.

This commit is contained in:
2023-09-24 12:22:23 +03:00
parent ee2444acac
commit aac560958f
34 changed files with 651 additions and 632 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-13 08:47+0300\n"
"POT-Creation-Date: 2023-09-24 12:21+0300\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"
@@ -17,74 +17,74 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/modules/sysadmin/exec_cog.py:257
#: src/modules/sysadmin/exec_cog.py:269
msgctxt "ward:sys_admin|failed"
msgid "You must be a bot owner to do this!"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:262
#: src/modules/sysadmin/exec_cog.py:274
msgid "async"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:263
#: src/modules/sysadmin/exec_cog.py:275
msgid "Execute arbitrary code with Exec"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:325
#: src/modules/sysadmin/exec_cog.py:337
msgctxt "command"
msgid "eval"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:326
#: src/modules/sysadmin/exec_cog.py:338
msgctxt "command:eval"
msgid "Execute arbitrary code with Eval"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:329
#: src/modules/sysadmin/exec_cog.py:341
msgctxt "command:eval|param:string"
msgid "Code to evaluate."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:336
#: src/modules/sysadmin/exec_cog.py:348
msgctxt "command"
msgid "asyncall"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:337
#: src/modules/sysadmin/exec_cog.py:349
msgctxt "command:asyncall|desc"
msgid "Execute arbitrary code on all shards."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:340
#: src/modules/sysadmin/exec_cog.py:352
msgctxt "command:asyncall|param:string"
msgid "Cross-shard code to execute. Cannot reference ctx!"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:341
#: src/modules/sysadmin/exec_cog.py:353
msgctxt "command:asyncall|param:target"
msgid "Target shard app name, see autocomplete for options."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:384
#: src/modules/sysadmin/exec_cog.py:396
msgid "reload"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:385
#: src/modules/sysadmin/exec_cog.py:397
msgid "Reload a given LionBot extension. Launches an ExecUI."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:388
#: src/modules/sysadmin/exec_cog.py:400
msgid "Name of the extension to reload. See autocomplete for options."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:389
#: src/modules/sysadmin/exec_cog.py:401
msgid "Whether to force an extension reload even if it doesn't exist."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:425
#: src/modules/sysadmin/exec_cog.py:437
msgid "shutdown"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:426
#: src/modules/sysadmin/exec_cog.py:438
msgid "Shutdown (or restart) the client."
msgstr ""