diff --git a/locales/tr/LC_MESSAGES/exec.po b/locales/tr/LC_MESSAGES/exec.po index 5f008307..8aab73ea 100644 --- a/locales/tr/LC_MESSAGES/exec.po +++ b/locales/tr/LC_MESSAGES/exec.po @@ -11,7 +11,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: 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" @@ -34,61 +34,63 @@ msgstr "async" msgid "Execute arbitrary code with Exec" msgstr "Exec ile isteğe bağlı kod yürüt" -#: src/modules/sysadmin/exec_cog.py:272 +#: src/modules/sysadmin/exec_cog.py:325 msgctxt "command" msgid "eval" msgstr "eval" -#: src/modules/sysadmin/exec_cog.py:273 +#: src/modules/sysadmin/exec_cog.py:326 msgctxt "command:eval" msgid "Execute arbitrary code with Eval" msgstr "Eval ile isteğe bağlı kod yürütün" -#: src/modules/sysadmin/exec_cog.py:276 +#: src/modules/sysadmin/exec_cog.py:329 msgctxt "command:eval|param:string" msgid "Code to evaluate." msgstr "Değerlendirmek istediğiniz kod." -#: src/modules/sysadmin/exec_cog.py:283 +#: src/modules/sysadmin/exec_cog.py:336 msgctxt "command" msgid "asyncall" msgstr "asyncall" -#: 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 "Tüm parçalarda isteğe bağlı kod yürütün." -#: 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 "Yürütülecek çapraz parça kodu. Ctx'den referans alınamaz!" -#: 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 "" "Parça uygulamasının adını hedefleyin; seçenekler için otomatik tamamlamaya " "bakın." -#: src/modules/sysadmin/exec_cog.py:343 +#: src/modules/sysadmin/exec_cog.py:384 msgid "reload" msgstr "tekrar yükle" -#: src/modules/sysadmin/exec_cog.py:344 +#: src/modules/sysadmin/exec_cog.py:385 msgid "Reload a given LionBot extension. Launches an ExecUI." msgstr "Belirli bir LionBot uzantısını yeniden yükleyin. Bir ExecUI başlatır." -#: 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 "" -"Yeniden yüklenecek uzantının adı. Seçenekler için otomatik tamamlamaya " -"bakın." -#: 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 "kapat" -#: src/modules/sysadmin/exec_cog.py:380 +#: src/modules/sysadmin/exec_cog.py:426 msgid "Shutdown (or restart) the client." msgstr "Botu kapat (ya da yeniden başlat)."