chore(strings): Update templates and domains.

This commit is contained in:
2023-09-13 08:48:56 +03:00
parent 0e8512b971
commit 8d9f20238a
35 changed files with 1249 additions and 1019 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-28 22:43+0300\n"
"POT-Creation-Date: 2023-09-13 08:47+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"
@@ -30,57 +30,61 @@ msgstr ""
msgid "Execute arbitrary code with Exec"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:272
#: src/modules/sysadmin/exec_cog.py:325
msgctxt "command"
msgid "eval"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:273
#: src/modules/sysadmin/exec_cog.py:326
msgctxt "command:eval"
msgid "Execute arbitrary code with Eval"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:276
#: src/modules/sysadmin/exec_cog.py:329
msgctxt "command:eval|param:string"
msgid "Code to evaluate."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:283
#: src/modules/sysadmin/exec_cog.py:336
msgctxt "command"
msgid "asyncall"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:284
#: src/modules/sysadmin/exec_cog.py:337
msgctxt "command:asyncall|desc"
msgid "Execute arbitrary code on all shards."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:287
#: src/modules/sysadmin/exec_cog.py:340
msgctxt "command:asyncall|param:string"
msgid "Cross-shard code to execute. Cannot reference ctx!"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:288
#: src/modules/sysadmin/exec_cog.py:341
msgctxt "command:asyncall|param:target"
msgid "Target shard app name, see autocomplete for options."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:343
#: src/modules/sysadmin/exec_cog.py:384
msgid "reload"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:344
#: src/modules/sysadmin/exec_cog.py:385
msgid "Reload a given LionBot extension. Launches an ExecUI."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:347
msgid "Name of the extesion to reload. See autocomplete for options."
#: src/modules/sysadmin/exec_cog.py:388
msgid "Name of the extension to reload. See autocomplete for options."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:379
#: src/modules/sysadmin/exec_cog.py:389
msgid "Whether to force an extension reload even if it doesn't exist."
msgstr ""
#: src/modules/sysadmin/exec_cog.py:425
msgid "shutdown"
msgstr ""
#: src/modules/sysadmin/exec_cog.py:380
#: src/modules/sysadmin/exec_cog.py:426
msgid "Shutdown (or restart) the client."
msgstr ""