transifex: Add he_IL localisation.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
040ba75722
commit
48e4a65749
91
locales/he_IL/LC_MESSAGES/exec.po
Normal file
91
locales/he_IL/LC_MESSAGES/exec.po
Normal file
@@ -0,0 +1,91 @@
|
||||
# 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 <EMAIL@ADDRESS>, 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-08-27 16:37+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:272
|
||||
msgctxt "command"
|
||||
msgid "eval"
|
||||
msgstr "eval"
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:273
|
||||
msgctxt "command:eval"
|
||||
msgid "Execute arbitrary code with Eval"
|
||||
msgstr "Execute arbitrary code with Eval"
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:276
|
||||
msgctxt "command:eval|param:string"
|
||||
msgid "Code to evaluate."
|
||||
msgstr "Code to evaluate."
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:283
|
||||
msgctxt "command"
|
||||
msgid "asyncall"
|
||||
msgstr "asyncall"
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:284
|
||||
msgctxt "command:asyncall|desc"
|
||||
msgid "Execute arbitrary code on all shards."
|
||||
msgstr "Execute arbitrary code on all shards."
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:287
|
||||
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:288
|
||||
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:343
|
||||
msgid "reload"
|
||||
msgstr "טען מחדש"
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:344
|
||||
msgid "Reload a given LionBot extension. Launches an ExecUI."
|
||||
msgstr "Reload a given LionBot extension. Launches an ExecUI."
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:347
|
||||
msgid "Name of the extesion to reload. See autocomplete for options."
|
||||
msgstr "Name of the extesion to reload. See autocomplete for options."
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:379
|
||||
msgid "shutdown"
|
||||
msgstr "כבה"
|
||||
|
||||
#: src/modules/sysadmin/exec_cog.py:380
|
||||
msgid "Shutdown (or restart) the client."
|
||||
msgstr "Shutdown (or restart) the client."
|
||||
Reference in New Issue
Block a user