transifex: Update he_IL localisation.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
This commit is contained in:
transifex-integration[bot]
2023-10-01 16:20:26 +03:00
committed by GitHub
parent 8a3905068c
commit 93323238dc
11 changed files with 768 additions and 472 deletions

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-13 08:47+0300\n"
"POT-Creation-Date: 2023-10-01 16:01+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"
@@ -21,41 +21,46 @@ msgstr ""
"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/pomodoro/timer.py:51
#: src/modules/pomodoro/timer.py:52
msgctxt "timer|stage:break|name"
msgid "BREAK"
msgstr "הפסקה"
#: src/modules/pomodoro/timer.py:52
#: src/modules/pomodoro/timer.py:53
msgctxt "timer|stage:focus|name"
msgid "FOCUS"
msgstr "פוקוס"
#: src/modules/pomodoro/timer.py:158
#: src/modules/pomodoro/timer.py:160
#, possible-python-brace-format
msgctxt "timer|webhook|name"
msgid "{bot_name} Pomodoro"
msgstr "{bot_name} פומודורו"
#: src/modules/pomodoro/timer.py:162
#: src/modules/pomodoro/timer.py:164
msgctxt "timer|webhook|audit_reason"
msgid "Pomodoro Notifications"
msgstr "התראות פומודורו"
#: src/modules/pomodoro/timer.py:173
#: src/modules/pomodoro/timer.py:175
msgctxt "timer|webhook|error:insufficient_permissions"
msgid ""
"I require the `MANAGE_WEBHOOKS` permission to send pomodoro notifications "
"here!"
msgstr "אני צריך את ההרשאה `MANAGE_WEBHOOKS` כדי לשלוח התראות פומודורו פה!"
#: src/modules/pomodoro/timer.py:232
#: src/modules/pomodoro/timer.py:234
#, possible-python-brace-format
msgctxt "timer|default_base_name"
msgid "Timer {pattern}"
msgstr "טיימר {pattern}"
#: src/modules/pomodoro/timer.py:406
#: src/modules/pomodoro/timer.py:409
msgctxt "timer|disconnect|audit_reason"
msgid "Disconnecting inactive member from timer."
msgstr ""
#: src/modules/pomodoro/timer.py:421
#, possible-python-brace-format
msgctxt "timer|kicked_message"
msgid ""
@@ -77,20 +82,28 @@ msgstr[3] ""
"{mentions} הוסרו מ {channel} מאחר והם לא היו פעילים! זכרו ללחוץ על {tick} על"
" מנת לרשום נוכחות בכל שלב."
#: src/modules/pomodoro/timer.py:499
#: src/modules/pomodoro/timer.py:434
#, possible-python-brace-format
msgctxt "timer|kick_failed"
msgid ""
"**Warning!** Timer {channel} is configured to disconnect on inactivity, but "
"I lack the 'Move Members' permission to do this!"
msgstr ""
#: src/modules/pomodoro/timer.py:529
#, possible-python-brace-format
msgctxt "timer|status|stage:focus|statusline"
msgid "{channel} is now in **FOCUS**! Good luck, **BREAK** starts {timestamp}"
msgstr "{channel} עכשיו בפוקוס! בהצלחה! ההפסקה תתחיל ב {timestamp}"
#: src/modules/pomodoro/timer.py:504
#: src/modules/pomodoro/timer.py:534
#, possible-python-brace-format
msgctxt "timer|status|stage:break|statusline"
msgid ""
"{channel} is now on **BREAK**! Take a rest, **FOCUS** starts {timestamp}"
msgstr "{channel} עכשיו בהפסקה! הסשן יתחיל ב {timestamp}"
#: src/modules/pomodoro/timer.py:536
#: src/modules/pomodoro/timer.py:566
#, possible-python-brace-format
msgctxt "timer|status|warningline"
msgid ""
@@ -100,13 +113,13 @@ msgstr ""
"**זהירות:** {mentions}, אל תשכחו ללחוץ על ה{tick} על מנת להימנע מלהתנתק בשלב"
" הבא."
#: src/modules/pomodoro/timer.py:555
#: src/modules/pomodoro/timer.py:585
#, possible-python-brace-format
msgctxt "timer|status|stopped:auto"
msgid "Timer stopped! Join {channel} to start the timer."
msgstr "השעון נעצר! הצטרף אל {channel} על מנת להתחיל את השעון מחדש."
#: src/modules/pomodoro/timer.py:560
#: src/modules/pomodoro/timer.py:590
msgctxt "timer|status|stopped:manual"
msgid "Timer stopped! Press `Start` to restart the timer."
msgstr "השעון נעצר! לחץ על \"התחל\" כדי להתחיל את השעון מחדש."
@@ -131,7 +144,7 @@ msgctxt "dash:stats|dropdown|placeholder"
msgid "Pomodoro Timer Panel"
msgstr "תפריט טיימרים"
#: src/modules/pomodoro/cog.py:82
#: src/modules/pomodoro/cog.py:116
msgctxt "cmd_check:ready|failed"
msgid ""
"I am currently restarting! The Pomodoro timers will be unavailable until I "
@@ -140,27 +153,27 @@ msgstr ""
"אני כרגע מתחיל מחדש, מצטער, עוד כמה דקות והטיימרים יחזרו מבטיחים! תודה על "
"הסבלנות."
#: src/modules/pomodoro/cog.py:322
#: src/modules/pomodoro/cog.py:401
msgctxt "cmd:timer"
msgid "timer"
msgstr "טיימר"
#: src/modules/pomodoro/cog.py:323
#: src/modules/pomodoro/cog.py:402
msgctxt "cmd:timer|desc"
msgid "Show your current (or selected) pomodoro timer."
msgstr "הצג את החדר פומודורו טיימר הנוכחי."
#: src/modules/pomodoro/cog.py:326
#: src/modules/pomodoro/cog.py:405
msgctxt "cmd:timer|param:channel"
msgid "timer_channel"
msgstr "ערוץ_טיימר"
#: src/modules/pomodoro/cog.py:331
#: src/modules/pomodoro/cog.py:410
msgctxt "cmd:timer|param:channel|desc"
msgid "Select a timer to display (by selecting the timer voice channel)"
msgstr "בחר בטיימר להצגה (על ידי בחירה של ערוץ הקול שקשור לטיימר)"
#: src/modules/pomodoro/cog.py:353 src/modules/pomodoro/cog.py:423
#: src/modules/pomodoro/cog.py:432 src/modules/pomodoro/cog.py:503
#, possible-python-brace-format
msgctxt "cmd:timer|error:no_timers|desc"
msgid ""
@@ -170,7 +183,7 @@ msgstr ""
"לשרת הזה אין טיימרים מוגדרים!\n"
"בקש מאדמין להפעיל את הטיימר באמצעות {create_cmd}, או שכור חדר פרטי עם {room_cmd} והכן אחד לעצמך!"
#: src/modules/pomodoro/cog.py:367
#: src/modules/pomodoro/cog.py:446
#, possible-python-brace-format
msgctxt "cmd:timer|error:no_channel|desc"
msgid ""
@@ -180,7 +193,7 @@ msgstr ""
"**אני לא יודע איזה טיימר להראות לך**\n"
"אין ערוצים שנבחרו ואתה לא בערוץ קול! הששתמש ב {timers_cmd} כדי לציג את כל הטיימרים בשרת."
#: src/modules/pomodoro/cog.py:380
#: src/modules/pomodoro/cog.py:459
#, possible-python-brace-format
msgctxt "cmd:timer|error:no_timer_in_channel"
msgid ""
@@ -190,17 +203,17 @@ msgstr ""
"הערוץ {channel} הוא לא חדר פומודורו!\n"
"השתמש ב {timers_cmd}  כדי להציג את הטיימרים שקיימים בשרת הזה."
#: src/modules/pomodoro/cog.py:396
#: src/modules/pomodoro/cog.py:476
msgctxt "cmd:timers"
msgid "timers"
msgstr "טיימרים"
#: src/modules/pomodoro/cog.py:397
#: src/modules/pomodoro/cog.py:477
msgctxt "cmd:timers|desc"
msgid "List the available pomodoro timer rooms."
msgstr "הצג את הטיימרי פומודורו הזמינים."
#: src/modules/pomodoro/cog.py:436
#: src/modules/pomodoro/cog.py:516
#, possible-python-brace-format
msgctxt "cmd:timer|error:no_visible_timers|desc"
msgid ""
@@ -210,13 +223,13 @@ msgstr ""
"לשרת הזה אין טיימרים מוגדרים!\n"
"בקש מאדמין להפעיל את הטיימר באמצעות {create_cmd}, או שכור חדר פרטי עם {room_cmd} והכן אחד לעצמך!"
#: src/modules/pomodoro/cog.py:449
#: src/modules/pomodoro/cog.py:529
#, possible-python-brace-format
msgctxt "cmd:timers|embed:timer_list|title"
msgid "Pomodoro Timer Rooms in **{guild}**"
msgstr "טיימרי פומודורו בשרת **{guild}**"
#: src/modules/pomodoro/cog.py:458
#: src/modules/pomodoro/cog.py:538
#, possible-python-brace-format
msgctxt "cmd:timers|status:stopped_auto"
msgid ""
@@ -226,7 +239,7 @@ msgstr ""
"`{pattern}` נעצר ללא משתמשים!\n"
"הצטרף אל {channel} על מנת לאפס אותו."
#: src/modules/pomodoro/cog.py:464
#: src/modules/pomodoro/cog.py:544
#, possible-python-brace-format
msgctxt "cmd:timers|status:stopped_manual"
msgid ""
@@ -236,7 +249,7 @@ msgstr ""
"`{pattern}` נעצר עם `{members}` משתמשים!\n"
"הצטרף אל {channel} ולחץ \"התחל\" על מנת לאפס אותו."
#: src/modules/pomodoro/cog.py:471
#: src/modules/pomodoro/cog.py:551
#, possible-python-brace-format
msgctxt "cmd:timers|status:running_focus"
msgid ""
@@ -246,7 +259,7 @@ msgstr ""
"`{pattern}` טיימר רץ עם `{members}` משתמשים!\n"
"כרגע בפוקוס, עם הפסקה שתתחיל ב{timestamp}"
#: src/modules/pomodoro/cog.py:477
#: src/modules/pomodoro/cog.py:557
#, possible-python-brace-format
msgctxt "cmd:timers|status:running_break"
msgid ""
@@ -256,32 +269,32 @@ msgstr ""
"`{pattern}` טיימר רץ עם `{members}` משתמשים!\n"
"כרגע בהפסקה, עם פוקוס שיתחיל ב{timestamp}"
#: src/modules/pomodoro/cog.py:491
#: src/modules/pomodoro/cog.py:571
msgctxt "cmd:pomodoro"
msgid "pomodoro"
msgstr "פומודורו"
#: src/modules/pomodoro/cog.py:492
#: src/modules/pomodoro/cog.py:572
msgctxt "cmd:pomodoro|desc"
msgid "Create and configure pomodoro timer rooms."
msgstr "הגדר וצור חדרי פומודורו."
#: src/modules/pomodoro/cog.py:499
#: src/modules/pomodoro/cog.py:579
msgctxt "cmd:pomodoro_create"
msgid "create"
msgstr "צור"
#: src/modules/pomodoro/cog.py:502
#: src/modules/pomodoro/cog.py:582
msgctxt "cmd:pomodoro_create|desc"
msgid "Create a new Pomodoro timer. Requires manage channel permissions."
msgstr "צור שעון פומודורו חדש. הרשאות ניהול ערוץ נחוצות על מנת לעשות זאת."
#: src/modules/pomodoro/cog.py:506
#: src/modules/pomodoro/cog.py:586
msgctxt "cmd:pomodoro_create|param:channel"
msgid "timer_channel"
msgstr "ערוץ_טיימר"
#: src/modules/pomodoro/cog.py:512
#: src/modules/pomodoro/cog.py:592
msgctxt "cmd:pomodoro_create|param:channel|desc"
msgid ""
"Voice channel to create the timer in. (Defaults to your current channel, or "
@@ -290,12 +303,12 @@ msgstr ""
"הערוץ הקולי שתרצו ליצור בו טיימר. (ברירת מחדל היא הערוץ שאתם נמצאים בו "
"כרגע.)"
#: src/modules/pomodoro/cog.py:557
#: src/modules/pomodoro/cog.py:637
msgctxt "cmd:pomodoro_create|new_channel|error:your_insufficient_perms|title"
msgid "Could not create pomodoro voice channel!"
msgstr "לא הצלחתי ליצור ערוץ פומודורו!"
#: src/modules/pomodoro/cog.py:561
#: src/modules/pomodoro/cog.py:641
msgctxt "cmd:pomodoro_create|new_channel|error:your_insufficient_perms"
msgid ""
"No `timer_channel` was provided, and you lack the 'Manage Channels` "
@@ -304,12 +317,12 @@ msgstr ""
"אין ערוץ טיימר שהוגדר, וגם חסרים לי הרשאות כדי ליצור אחד, אנא הוסף אותי לשרת"
" שוב עם ההרשאות הנכונות (`MANAGE_CHANNELS`)"
#: src/modules/pomodoro/cog.py:572
#: src/modules/pomodoro/cog.py:652
msgctxt "cmd:pomodoro_create|new_channel|error:my_insufficient_perms|title"
msgid "Could not create pomodoro voice channel!"
msgstr "לא הצלחתי ליצור ערוץ פומודורו!"
#: src/modules/pomodoro/cog.py:576
#: src/modules/pomodoro/cog.py:656
msgctxt "cmd:pomodoro_create|new_channel|error:my_insufficient_perms|desc"
msgid ""
"No `timer_channel` was provided, and I lack the 'Manage Channels' permission"
@@ -318,22 +331,22 @@ msgstr ""
"אין ערוץ טיימר שהוגדר, וגם חסרים לי הרשאות כדי ליצור אחד, אנא הוסף אותי לשרת"
" שוב עם ההרשאות הנכונות (`MANAGE_CHANNELS`)"
#: src/modules/pomodoro/cog.py:587
#: src/modules/pomodoro/cog.py:667
msgctxt "cmd:pomodoro_create|new_channel|default_name"
msgid "Timer"
msgstr "טיימר"
#: src/modules/pomodoro/cog.py:591
#: src/modules/pomodoro/cog.py:671
msgctxt "cmd:pomodoro_create|new_channel|audit_reason"
msgid "Creating Pomodoro Voice Channel"
msgstr "יוצר ערוץ פומודורו"
#: src/modules/pomodoro/cog.py:600
#: src/modules/pomodoro/cog.py:680
msgctxt "cmd:pomodoro_create|new_channel|error:channel_create_failed|title"
msgid "Could not create pomodoro voice channel!"
msgstr "לא הצלחתי ליצור ערוץ פומודורו!"
#: src/modules/pomodoro/cog.py:604
#: src/modules/pomodoro/cog.py:684
msgctxt "cmd:pomodoro_create|new_channel|error:channel_create_failed|desc"
msgid ""
"Failed to create a new pomodoro voice channel due to an unknown Discord "
@@ -341,13 +354,13 @@ msgid ""
" the `timer_channel` argument of this command."
msgstr "נכשל ביצירת טיימר בעקבות שגיאה בצד של דיסקורד. אנא נסה שוב."
#: src/modules/pomodoro/cog.py:621
#: src/modules/pomodoro/cog.py:701
#, possible-python-brace-format
msgctxt "cmd:pomodoro_create|add_timer|error:timer_exists"
msgid "A timer already exists in {channel}! Reconfigure it with {edit_cmd}."
msgstr "טיימר כבר קיים בערוץ {channel}! השתמש ב {edit_cmd} כדי לערוך אותו."
#: src/modules/pomodoro/cog.py:635
#: src/modules/pomodoro/cog.py:715
#, possible-python-brace-format
msgctxt "cmd:pomodoro_create|add_timer|error:your_insufficient_perms"
msgid ""
@@ -357,37 +370,37 @@ msgstr ""
"חייבת להיות לך ההרשאה 'Manage Channel' בערוץ {channel} על מנת להוסיף את "
"הטיימר לכאן!"
#: src/modules/pomodoro/cog.py:684
#: src/modules/pomodoro/cog.py:764
msgctxt "cmd:pomodoro_create|response:success|content"
msgid "Timer created successfully! Use the panel below to reconfigure."
msgstr "הטיימר נבנה בהצלחה! השתמש בפאנל בתחתית כדי לשנות אותו."
#: src/modules/pomodoro/cog.py:690
#: src/modules/pomodoro/cog.py:770
msgctxt "cmd:pomodoro_destroy"
msgid "destroy"
msgstr "השמד"
#: src/modules/pomodoro/cog.py:693
#: src/modules/pomodoro/cog.py:773
msgctxt "cmd:pomodoro_destroy|desc"
msgid "Remove a pomodoro timer from a voice channel."
msgstr "הסר את הטיימר מערוץ קולי."
#: src/modules/pomodoro/cog.py:697
#: src/modules/pomodoro/cog.py:777
msgctxt "cmd:pomodoro_destroy|param:channel"
msgid "timer_channel"
msgstr "ערוץ_טיימר"
#: src/modules/pomodoro/cog.py:700
#: src/modules/pomodoro/cog.py:780
msgctxt "cmd:pomodoro_destroy|param:channel"
msgid "Select a timer voice channel to remove the timer from."
msgstr "בחר את הערוץ הקולי שתרצה להסיר את הטיימר ממנו."
#: src/modules/pomodoro/cog.py:718
#: src/modules/pomodoro/cog.py:798
msgctxt "cmd:pomodoro_destroy|error:no_timer"
msgid "This channel doesn't have an attached pomodoro timer!"
msgstr "בערוץ הזה לא קיימים שום טיימרים!"
#: src/modules/pomodoro/cog.py:731
#: src/modules/pomodoro/cog.py:811
msgctxt "cmd:pomodoro_destroy|error:insufficient_perms|owned"
msgid ""
"You need to be an administrator or own this channel to remove this timer!"
@@ -395,7 +408,7 @@ msgstr ""
"אתם צריכים הרשאות אדמין או להיות הבעלים של הערוץ הקולי הזה כדי למחוק את "
"הטיימר הזה!"
#: src/modules/pomodoro/cog.py:740
#: src/modules/pomodoro/cog.py:820
#, possible-python-brace-format
msgctxt "cmd:pomodoro_destroy|error:insufficient_perms|notowned"
msgid ""
@@ -405,38 +418,38 @@ msgstr ""
"חייבת להיות לך ההרשאה 'Manage Channel' בערוץ {channel} על מנת להסיר את "
"הטיימר מכאן!"
#: src/modules/pomodoro/cog.py:751
#: src/modules/pomodoro/cog.py:831
#, possible-python-brace-format
msgctxt "cmd:pomdoro_destroy|response:success|description"
msgid "Timer successfully removed from {channel}."
msgstr "הטיימר הוסר בהצלחה מ {channel}."
#: src/modules/pomodoro/cog.py:757
#: src/modules/pomodoro/cog.py:837
msgctxt "cmd:pomodoro_edit"
msgid "edit"
msgstr "ערוך"
#: src/modules/pomodoro/cog.py:760
#: src/modules/pomodoro/cog.py:840
msgctxt "cmd:pomodoro_edit|desc"
msgid "Reconfigure a pomodoro timer."
msgstr "הגדר את הטיימר מחדש."
#: src/modules/pomodoro/cog.py:764
#: src/modules/pomodoro/cog.py:844
msgctxt "cmd:pomodoro_edit|param:channel"
msgid "timer_channel"
msgstr "ערוץ_טיימר"
#: src/modules/pomodoro/cog.py:770
#: src/modules/pomodoro/cog.py:850
msgctxt "cmd:pomodoro_edit|param:channel|desc"
msgid "Select a timer voice channel to reconfigure."
msgstr "בחר את הערוץ הקולי שתרצה להגדיר מחדש את הטיימר."
#: src/modules/pomodoro/cog.py:811
#: src/modules/pomodoro/cog.py:891
msgctxt "cmd:pomodoro_edit|error:no_timer"
msgid "This channel doesn't have an attached pomodoro timer to edit!"
msgstr "בערוץ הזה לא קיימים שום טיימרים!"
#: src/modules/pomodoro/cog.py:824
#: src/modules/pomodoro/cog.py:904
msgctxt "cmd:pomodoro_edit|error:insufficient_perms|role:other"
msgid ""
"Insufficient permissions to modifiy this timer!\n"
@@ -445,29 +458,29 @@ msgstr ""
"הרשאות לא מספקות כדי לערוך את הטיימר!\n"
"אתה צריך להיות סרבר אדמין, להיו תהבעלים של הערוץ או להיות בעל רול של ניהול טיימרים בשרת כדי לגשת לטיימר הזה."
#: src/modules/pomodoro/cog.py:845
#: src/modules/pomodoro/cog.py:925
msgctxt "cmd:pomodoro_edit|error:insufficient_permissions|role_needed:admin"
msgid "You need to be a guild admin to modify this option!"
msgstr "אתה צריך להיות האדמין של השרת כדי לערוך את האופציה הזו!"
#: src/modules/pomodoro/cog.py:850
#: src/modules/pomodoro/cog.py:930
msgctxt "cmd:pomodoro_edit|error:insufficient_permissions|role_needed:owner"
msgid "You need to be a channel owner or guild admin to modify this option!"
msgstr ""
"אתה צרריך להיות הבעלים של הערוץ או האדמין של השרת כדי לערוך את האופציה הזו!"
#: src/modules/pomodoro/cog.py:855
#: src/modules/pomodoro/cog.py:935
msgctxt "cmd:pomodoro_edit|error:insufficient_permissions|role_needed:manager"
msgid ""
"You need to be a guild admin or have the manager role to modify this option!"
msgstr "אתה צריך להיות האדמין של השרת או להיות מנהל כדי לערוך את האופציה הזו!"
#: src/modules/pomodoro/cog.py:891
#: src/modules/pomodoro/cog.py:971
msgctxt "cmd:configure_pomodoro"
msgid "pomodoro"
msgstr "פומודורו"
#: src/modules/pomodoro/cog.py:892
#: src/modules/pomodoro/cog.py:972
msgctxt "cmd:configure_pomodoro|desc"
msgid "Configure Pomodoro Timer System"
msgstr "נהל את מערכת הטיימרים"