# 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: # Interitio, 2023 # Ari Horesh, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-13 08:47+0300\n" "PO-Revision-Date: 2023-08-28 13:43+0000\n" "Last-Translator: Ari Horesh, 2023\n" "Language-Team: Hebrew (Israel) (https://app.transifex.com/leobot/teams/174919/he_IL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he_IL\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" #: src/modules/sysadmin/exec_cog.py:257 msgctxt "ward:sys_admin|failed" msgid "You must be a bot owner to do this!" msgstr "אתה צריך להיות הבעלים של הבוט כדי לעשות את זה!" #: src/modules/sysadmin/exec_cog.py:262 msgid "async" msgstr "אסינכרוני" #: src/modules/sysadmin/exec_cog.py:263 msgid "Execute arbitrary code with Exec" msgstr "הרץ קוד ארביטררי עם אקסק" #: src/modules/sysadmin/exec_cog.py:325 msgctxt "command" msgid "eval" msgstr "eval" #: src/modules/sysadmin/exec_cog.py:326 msgctxt "command:eval" msgid "Execute arbitrary code with Eval" msgstr "Execute arbitrary code with Eval" #: src/modules/sysadmin/exec_cog.py:329 msgctxt "command:eval|param:string" msgid "Code to evaluate." msgstr "Code to evaluate." #: src/modules/sysadmin/exec_cog.py:336 msgctxt "command" msgid "asyncall" msgstr "asyncall" #: src/modules/sysadmin/exec_cog.py:337 msgctxt "command:asyncall|desc" msgid "Execute arbitrary code on all shards." msgstr "Execute arbitrary code on all shards." #: src/modules/sysadmin/exec_cog.py:340 msgctxt "command:asyncall|param:string" msgid "Cross-shard code to execute. Cannot reference ctx!" msgstr "Cross-shard code to execute. Cannot reference ctx!" #: src/modules/sysadmin/exec_cog.py:341 msgctxt "command:asyncall|param:target" msgid "Target shard app name, see autocomplete for options." msgstr "Target shard app name, see autocomplete for options." #: src/modules/sysadmin/exec_cog.py:384 msgid "reload" msgstr "טען מחדש" #: src/modules/sysadmin/exec_cog.py:385 msgid "Reload a given LionBot extension. Launches an ExecUI." msgstr "Reload a given LionBot extension. Launches an ExecUI." #: 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: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:426 msgid "Shutdown (or restart) the client." msgstr "Shutdown (or restart) the client."