diff --git a/locales/tr/LC_MESSAGES/exec.po b/locales/tr/LC_MESSAGES/exec.po new file mode 100644 index 00000000..b555f626 --- /dev/null +++ b/locales/tr/LC_MESSAGES/exec.po @@ -0,0 +1,90 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Eyüp Ramazan, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-08-27 16:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Eyüp Ramazan, 2023\n" +"Language-Team: Turkish (https://app.transifex.com/leobot/teams/174919/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/modules/sysadmin/exec_cog.py:257 +msgctxt "ward:sys_admin|failed" +msgid "You must be a bot owner to do this!" +msgstr "Bunu yapabilmek için bot sahibi olmanız gerekiyor!" + +#: src/modules/sysadmin/exec_cog.py:262 +msgid "async" +msgstr "async" + +#: src/modules/sysadmin/exec_cog.py:263 +msgid "Execute arbitrary code with Exec" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:272 +msgctxt "command" +msgid "eval" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:273 +msgctxt "command:eval" +msgid "Execute arbitrary code with Eval" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:276 +msgctxt "command:eval|param:string" +msgid "Code to evaluate." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:283 +msgctxt "command" +msgid "asyncall" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:284 +msgctxt "command:asyncall|desc" +msgid "Execute arbitrary code on all shards." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:287 +msgctxt "command:asyncall|param:string" +msgid "Cross-shard code to execute. Cannot reference ctx!" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:288 +msgctxt "command:asyncall|param:target" +msgid "Target shard app name, see autocomplete for options." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:343 +msgid "reload" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:344 +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." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:379 +msgid "shutdown" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:380 +msgid "Shutdown (or restart) the client." +msgstr ""