-
Notifications
You must be signed in to change notification settings - Fork 737
Expand file tree
/
Copy pathlang_he.json
More file actions
1074 lines (1074 loc) · 106 KB
/
lang_he.json
File metadata and controls
1074 lines (1074 loc) · 106 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"\"{0}\" is a local package and can't be shared": "\"{0}\" היא חבילה מקומית ולא ניתן לשתף אותה",
"\"{0}\" is a local package and does not have available details": "\"{0}\" היא חבילה מקומית, ואין לה פרטים זמינים",
"\"{0}\" is a local package and is not compatible with this feature": "\"{0}\" היא חבילה מקומית, ואינה תואמת לתכונה זו",
"(Last checked: {0})": "(נבדק לאחרונה: {0})",
"(Number {0} in the queue)": "(מספר {0} בתור)",
"0 0 0 Contributors, please add your names/usernames separated by comas (for credit purposes). DO NOT Translate this entry": "Oryan Hassidim, @maximunited",
"0 packages found": "לא נמצאו חבילות",
"0 updates found": "לא נמצאו עדכונים",
"1 - Errors": "1 - שגיאות",
"1 day": "יום אחד",
"1 hour": "שעה אחת",
"1 month": "חודש אחד",
"1 package was found": "נמצאה חבילה אחת",
"1 update is available": "1 עדכון קיים",
"1 week": "שבוע אחד",
"1 year": "שנה אחת",
"1. Navigate to the \"{0}\" or \"{1}\" page.": "1. עבור אל הדף \"{0}\" או \"{1}\".",
"2 - Warnings": "2 - התראות",
"2. Locate the package(s) you want to add to the bundle, and select their leftmost checkbox.": "2. אתר את החבילה/ות שברצונך להוסיף לצרור ובחר את תיבת הסימון השמאלית ביותר שלהן.",
"3 - Information (less)": "3 - מידע (מקוצר)",
"3. When the packages you want to add to the bundle are selected, find and click the option \"{0}\" on the toolbar.": "3. לאחר שבחרת את החבילות שברצונך להוסיף לצרור, אתר ולחץ על האפשרות \"{0}\" בסרגל הכלים.",
"4 - Information (more)": "4 - מידע (מורחב)",
"4. Your packages will have been added to the bundle. You can continue adding packages, or export the bundle.": "4. החבילות שלך נוספו לצרור. תוכל להמשיך להוסיף חבילות או לייצא את הצרור.",
"5 - information (debug)": "5 - מידע (דיבאג)",
"A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>": "מנהל חבילות פופולרי עבור ספריות C/C++. כולל ספריות C/C++ וכלים נוספים הקשורים ל-C/C++<br>מכיל: <b>ספריות C/C++ וכלים נלווים</b>",
"A repository full of tools and executables designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related tools and scripts</b>": "מאגר מלא של כלים וקובצי הפעלה שתוכננו מתוך מחשבה על מערכת האקולוגית .NET של Microsoft.<br>מכיל: <b>כלים וסקריפטים הקשורים ל-.NET</b>",
"A repository full of tools designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related Tools</b>": "מאגר מלא בכלים שתוכננו מתוך מחשבה על המערכת האקולוגית .NET של Microsoft.<br>מכיל: <b>כלים הקשורים ל-.NET</b>",
"A restart is required": "נדרשת הפעלה מחדש",
"Abort install if pre-install command fails": "בטל התקנה אם פקודת טרום-התקנה נכשלת",
"Abort uninstall if pre-uninstall command fails": "בטל הסרת התקנה אם פקודת טרום-הסרה נכשלת",
"Abort update if pre-update command fails": "בטל עדכון אם פקודת טרום-עדכון נכשלת",
"About": "אודות",
"About Qt6": "אודות Qt6",
"About WingetUI": "אודות WingetUI",
"About WingetUI version {0}": "אודות גרסת WingetUI {0}",
"About the dev": "אודות המפתח",
"Accept": "מאשר",
"Action when double-clicking packages, hide successful installations": "פעולה בלחיצה כפולה על חבילה, הסתר התקנות שבוצעו בהצלחה",
"Add": "הוסף",
"Add a source to {0}": "הוסף מקור ל- {0}",
"Add a timestamp to the backup file names": "הוסף חותמת זמן לשמות קבצי הגיבוי",
"Add a timestamp to the backup files": "הוסף חותמת זמן לקבצי הגיבוי",
"Add packages or open an existing bundle": "הוסף חבילות או פתח צרור קיים",
"Add packages or open an existing package bundle": "הוסף חבילות או פתח צרור חבילות קיים",
"Add packages to bundle": "הוסף חבילות לצרור",
"Add packages to start": "הוסף חבילות כדי להתחיל",
"Add selection to bundle": "הוסף בחירה לצרור",
"Add source": "הוסף מקור",
"Add updates that fail with a 'no applicable update found' to the ignored updates list": "הוסף עדכונים שנכשלים עם 'לא נמצא עדכון מתאים' לרשימת העדכונים שהמערכת תתעלם מהם",
"Adding source {source}": "מוסיף מקור {source}",
"Adding source {source} to {manager}": "מוסיף מקור {source} ל-{manager}",
"Addition succeeded": "הוספה מוצלחת",
"Administrator privileges": "הרשאות מנהל",
"Administrator privileges preferences": "העדפות עבור הרשאות מנהל",
"Administrator rights": "הרשאות מנהל מערכת",
"Administrator rights and other dangerous settings": "הרשאות מנהל והגדרות מסוכנות אחרות",
"Advanced options": "אפשרויות מתקדמות",
"All files": "כל הקבצים",
"All versions": "כל הגירסאות",
"Allow changing the paths for package manager executables": "אפשר שינוי נתיבים לקבצי הפעלה של מנהלי חבילות",
"Allow custom command-line arguments": "אפשר ארגומנטים מותאמים אישית של שורת הפקודה\n",
"Allow importing custom command-line arguments when importing packages from a bundle": "אפשר ייבוא ארגומנטים מותאמים אישית של שורת הפקודה בעת ייבוא חבילות מצרור",
"Allow importing custom pre-install and post-install commands when importing packages from a bundle": "אפשר ייבוא פקודות טרום-התקנה ופוסט-התקנה מותאמות אישית בעת ייבוא חבילות מצרור",
"Allow package operations to be performed in parallel": "אפשר לבצע פעולות חבילה במקביל",
"Allow parallel installs (NOT RECOMMENDED)": "אפשר התקנות במקביל (לא מומלץ)",
"Allow pre-release versions": "אפשר גירסאות קדם-הפצה",
"Allow {pm} operations to be performed in parallel": "אפשר לבצע פעולות של {pm} במקביל",
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "לחלופין, אתה יכול גם להתקין {0} על ידי הפעלת הפקודה הבאה ב- Windows PowerShell:",
"Always elevate {pm} installations by default": "התקן תמיד {pm} כברירת מחדל",
"Always run {pm} operations with administrator rights": "הפעל תמיד {pm} פעולות עם זכויות מנהל",
"An error occurred": "אירעה שגיאה",
"An error occurred when adding the source: ": "אירעה שגיאה בעת הוספת המקור:",
"An error occurred when attempting to show the package with Id {0}": "אירעה שגיאה בעת ניסיון להציג את החבילה עם מזהה {0}",
"An error occurred when checking for updates: ": "אירעה שגיאה בעת בדיקת עדכונים:",
"An error occurred while attempting to create an installation script:": "אירעה שגיאה בעת ניסיון ליצור קובץ Script להתקנה:",
"An error occurred while loading a backup: ": "אירעה שגיאה במהלך טעינת גיבוי:",
"An error occurred while logging in: ": "אירעה שגיאה במהלך הכניסה:",
"An error occurred while processing this package": "אירעה שגיאה במהלך עיבוד החבילה הזו",
"An error occurred:": "אירעה שגיאה:",
"An interal error occurred. Please view the log for further details.": "אירעה שגיאה פנימית. אנא עיין ביומן לפרטים נוספים.",
"An unexpected error occurred:": "שגיאה לא צפויה התרחשה:",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "התרחשה בעיה בלתי צפויה בעת ניסיון לתקן את WinGet. אנא נסה שוב מאוחר יותר",
"An update was found!": "נמצא עדכון!",
"Android Subsystem": "תת-מערכת אנדרואיד",
"Another source": "מקור נוסף",
"Any new shorcuts created during an install or an update operation will be deleted automatically, instead of showing a confirmation prompt the first time they are detected.": "כל קיצור דרך חדש שיווצר במהלך התקנה או עדכון יימחק אוטומטית, במקום להציג הודעת אישור בפעם הראשונה שהוא מזוהה.",
"Any shorcuts created or modified outside of UniGetUI will be ignored. You will be able to add them via the {0} button.": "כל קיצור דרך שנוצר או נערך מחוץ ל-UniGetUI ייבדל. תוכל להוסיף אותם באמצעות כפתור {0}.",
"Any unsaved changes will be lost": "כל שינוי שלא יישמר יתבטל",
"App Name": "שם אפליקציה",
"Appearance": "מראה ותחושה",
"Application theme, startup page, package icons, clear successful installs automatically": "ערכת נושא, דף פתיחה, סמלי חבילות, ניקוי התקנות מוצלחות באופן אוטומטי",
"Application theme:": "ערכת נושא:",
"Apply": "החל",
"Architecture to install:": "ארכיטקטורה להתקנה: ",
"Are these screenshots wron or blurry?": "האם תמונות המסך האלה שגויות או מטושטשות?",
"Are you really sure you want to enable this feature?": "האם אתה בטוח שברצונך להפעיל תכונה זו?",
"Are you sure you want to create a new package bundle? ": "האם אתה בטוח שברצונך ליצור צרור חבילות חדש?",
"Are you sure you want to delete all shortcuts?": "האם אתה בטוח שברצונך למחוק את כל קיצורי הדרך?",
"Are you sure?": "האם אתה בטוח?",
"Ascendant": "בסדר עולה",
"Ask for administrator privileges once for each batch of operations": "בקש הרשאות מנהל פעם אחת עבור כל אצווה של פעולות",
"Ask for administrator rights when required": "בקש הרשאות מנהל כשהן נדרשות",
"Ask once or always for administrator rights, elevate installations by default": "בקש הרשאות מנהל פעם אחת או תמיד, הרץ התקנות כמנהל כברירת מחדל",
"Ask only once for administrator privileges": "בקש פעם אחת בלבד הרשאות מנהל מערכת",
"Ask only once for administrator privileges (not recommended)": "בקש הרשאות מנהל רק פעם אחת (לא מומלץ)",
"Ask to delete desktop shortcuts created during an install or upgrade.": "בקש למחוק קיצורי דרך שנוצרו בשולחן העבודה במהלך התקנה או עדכון.",
"Attention required": "נדרשת תשומת לב",
"Authenticate to the proxy with an user and a password": "אימות מול הProxy באמצעות שם משתמש וסיסמה",
"Author": "מחבר",
"Automatic desktop shortcut remover": "מסיר קיצורי דרך אוטומטי",
"Automatic updates": "עדכונים אוטומטיים",
"Automatically save a list of all your installed packages to easily restore them.": "שמור אוטומטית רשימה של כל החבילות המותקנות שלך כדי לשחזר אותן בקלות.",
"Automatically save a list of your installed packages on your computer.": "שמור אוטומטית רשימה של החבילות המותקנות במחשב שלך.",
"Automatically update this package": "עדכן חבילה זו באופן אוטומטי",
"Autostart WingetUI in the notifications area": "הפעל אוטומטית את WingetUI אל מגש המערכת",
"Available Updates": "עדכונים זמינים",
"Available updates: {0}": "עדכונים זמינים: {0}",
"Available updates: {0}, not finished yet...": "עדכונים זמינים: {0}, טרם הושלמו...",
"Backing up packages to GitHub Gist...": "גיבוי חבילות ל-GitHub Gist...",
"Backup": "גיבוי",
"Backup Failed": "הגיבוי נכשל",
"Backup Successful": "הגיבוי הצליח",
"Backup and Restore": "גיבוי ושחזור",
"Backup installed packages": "גבה חבילות מותקנות",
"Backup location": "מיקום הגיבוי",
"Become a contributor": "הפוך לתורם",
"Become a translator": "הפוך למתרגם",
"Begin the process to select a cloud backup and review which packages to restore": "התחל בתהליך לבחירת גיבוי ענן ובדוק אילו חבילות לשחזר",
"Beta features and other options that shouldn't be touched": "תכונות בטא ואפשרויות אחרות שאסור לגעת בהן",
"Both": "שניהם",
"Bundle security report": "דוח אבטחה לצרור",
"But here are other things you can do to learn about WingetUI even more:": "אבל אלה עוד דברים שאפשר לעשות כדי ללמוד אפילו יותר על WingetUI:",
"By toggling a package manager off, you will no longer be able to see or update its packages.": "על ידי כיבוי של מנהל חבילות, לא תוכל עוד לראות או לעדכן את החבילות שלו.",
"Cache administrator rights and elevate installers by default": "שמור הרשאות מנהל ושדרג תוכניות התקנה כברירת מחדל",
"Cache administrator rights, but elevate installers only when required": "שמור הרשאות מנהל אך שדרג תוכניות התקנה רק כאשר נדרש",
"Cache was reset successfully!": "זיכרון מטמון אופס בהצלחה!",
"Can't {0} {1}": "לא מתאפשר {0} {1}",
"Cancel": "ביטול",
"Cancel all operations": "בטל את כל הפעולות",
"Change backup output directory": "שנה את ספריית פלט הגיבוי",
"Change default options": "שנה אפשרויות ברירת מחדל",
"Change how UniGetUI checks and installs available updates for your packages": "שנה את האופן שבו UniGetUI בודק ומתקין עדכונים זמינים עבור החבילות שלך",
"Change how UniGetUI handles install, update and uninstall operations.": "שנה את האופן שבו UniGetUI מטפל בפעולות התקנה, עדכון והסרה.",
"Change how UniGetUI installs packages, and checks and installs available updates": "שנה כיצד UniGetUI מתקין חבילות, בודק ומתקין עדכונים זמינים",
"Change how operations request administrator rights": "שינוי האופן שבו פעולות מבקשות הרשאות מנהל מערכת",
"Change install location": "שנה את מיקום ההתקנה",
"Change this": "שנה זאת",
"Change this and unlock": "שנה זאת ובטל נעילה",
"Check for package updates periodically": "חפש עדכונים לחבילה מעת לעת",
"Check for updates": "בדוק עדכונים",
"Check for updates every:": "חפש עדכונים כל:",
"Check for updates periodically": "חפש עדכונים מעת לעת",
"Check for updates regularly, and ask me what to do when updates are found.": "חפש באופן קבוע אם יש עדכונים, ושאל אותי מה לעשות כאשר נמצאים עדכונים.",
"Check for updates regularly, and automatically install available ones.": "חפש באופן קבוע אם יש עדכונים, והתקן באופן אוטומטי עדכונים זמינים.",
"Check out my {0} and my {1}!": "בדוק את ה-{0} וה-{1} שלי!",
"Check out some WingetUI overviews": "עיין בכמה סקירות כלליות של WingetUI",
"Checking for other running instances...": "מחפש מופעים אחרים שרצים...",
"Checking for updates...": "מחפש עדכונים...",
"Checking found instace(s)...": "בודק מופע/ים שנמצאו...",
"Choose how many operations shouls be performed in parallel": "בחר כמה פעולות יתבצעו במקביל",
"Clear cache": "נקה מטמון",
"Clear finished operations": "נקה פעולות שהושלמו",
"Clear selection": "ניקוי בחירה",
"Clear successful operations": "נקה פעולות שהצליחו",
"Clear successful operations from the operation list after a 5 second delay": "נקה פעולות שהצליחו מרשימת הפעולות לאחר השהייה של 5 שניות",
"Clear the local icon cache": "נקה את מטמון הסמלים המקומי",
"Clearing Scoop cache - WingetUI": "ניקוי מטמון Scoop - WingetUI",
"Clearing Scoop cache...": "מנקה זיכרון מטמון של Scoop...",
"Click here for more details": "לחץ כאן למידע נוסף",
"Click on Install to begin the installation process. If you skip the installation, UniGetUI may not work as expected.": "לחץ על התקן כדי להתחיל את תהליך ההתקנה. אם תדלג על ההתקנה, יתכן ש-, UniGetUI לא יעבוד כראוי. ",
"Close": "סגירה",
"Close UniGetUI to the system tray": "מזער את UniGetUI למגש המערכת",
"Close WingetUI to the notification area": "סגור את WingetUI למרכז ההודעות",
"Cloud backup uses a private GitHub Gist to store a list of installed packages": "גיבוי בענן משתמש ב-GitHub Gist פרטי כדי לאחסן רשימה של חבילות מותקנות",
"Cloud package backup": "גיבוי חבילות בענן",
"Command-line Output": "פלט שורת הפקודה",
"Command-line to run:": "פקודה להרצה:",
"Compare query against": "השווה שאילתה ל",
"Compatible with authentication": "תואם לאימות",
"Compatible with proxy": "תואם לפרוקסי",
"Component Information": "מידע רכיב",
"Concurrency and execution": "מקביליות וביצוע",
"Connect the internet using a custom proxy": "התחבר לאינטרנט באמצעות Proxy מותאם אישית",
"Continue": "המשך",
"Contribute to the icon and screenshot repository": "תרום למאגר הסמלים וצילומי מסך",
"Contributors": "תורמים",
"Copy": "העתק",
"Copy to clipboard": "העתק ללוח",
"Could not add source": "לא ניתן להוסיף מקור",
"Could not add source {source} to {manager}": "לא ניתן להוסיף את המקור {source} ל-{manager}",
"Could not back up packages to GitHub Gist: ": "לא היתה אפשרות לגבות חבילות ב- GitHub Gist: ",
"Could not create bundle": "לא ניתן ליצור צרור חבילות",
"Could not load announcements - ": "לא ניתן לטעון הודעות -",
"Could not load announcements - HTTP status code is $CODE": "לא ניתן לטעון הודעות - קוד סטטוס HTTP הוא $CODE",
"Could not remove source": "לא ניתן להסיר מקור",
"Could not remove source {source} from {manager}": "לא ניתן להסיר את המקור {source} מ-{manager}",
"Could not remove {source} from {manager}": "לא ניתן להסיר את {source} מתוך {manager}",
"Create .ps1 script": "צור קובץ Script של .ps1\n",
"Credentials": "פרטי התחברות",
"Current Version": "גרסה נוכחית",
"Current executable file:": "קובץ ההפעלה הנוכחי:",
"Current status: Not logged in": "מצב נוכחי: לא מחובר",
"Current user": "משתמש נוכחי",
"Custom arguments:": "ארגומנטים מותאמים אישית:",
"Custom command-line arguments can change the way in which programs are installed, upgraded or uninstalled, in a way UniGetUI cannot control. Using custom command-lines can break packages. Proceed with caution.": "ארגומנטים מותאמים אישית של שורת הפקודה יכולים לשנות את הדרך שבה התוכנים מותקנים, מתעדכנים או מוסרים, באופן ש-UniGetUI אינו יכול לשלוט. שימוש בשורות פקודה מותאמות אישית עלול לגרום נזק לחבילות. יש לפעול בזהירות.",
"Custom command-line arguments:": "אגרומנטים מותאמים אישית של שורת הפקודה:",
"Custom install arguments:": "ארגומנטים מותאמים להתקנה:",
"Custom uninstall arguments:": "ארגומנטים מותאמים להסרת התקנה:",
"Custom update arguments:": "ארגומנטים מותאמים לעדכון:",
"Customize WingetUI - for hackers and advanced users only": "התאם אישית את WingetUI - להאקרים ומשתמשים מתקדמים בלבד",
"DEBUG BUILD": "גירסת ניפוי שגיאות",
"DISCLAIMER: WE ARE NOT RESPONSIBLE FOR THE DOWNLOADED PACKAGES. PLEASE MAKE SURE TO INSTALL ONLY TRUSTED SOFTWARE.": "כתב ויתור: איננו אחראים לחבילות שהורדו. אנא הקפד להתקין רק תוכנה מהימנה.",
"Dark": "כהה",
"Decline": "דחה",
"Default": "ברירת מחדל",
"Default installation options for {0} packages": "אפשרויות התקנה ברירת מחדל עבור חבילות {0}",
"Default preferences - suitable for regular users": "הגדרות ברירת מחדל - מתאים למשתמשים רגילים",
"Default vcpkg triplet": "הגדרת ברירת מחדל של vcpkg triplet",
"Delete?": "למחוק?",
"Dependencies:": "תלויות:",
"Descendant": "בסדר יורד",
"Description:": "תיאור:",
"Desktop shortcut created": "נוצר קיצור דרך בשולחן העבודה",
"Details of the report:": "פרטי הדוח:",
"Developing is hard, and this application is free. But if you liked the application, you can always <b>buy me a coffee</b> :)": "פיתוח זה קשה, והתוכנה הזאת חינמית. אבל אם אהבת תמיד תוכל <b>לקנות לי קפה</b> :)",
"Directly install when double-clicking an item on the \"{discoveryTab}\" tab (instead of showing the package info)": "התקנה ישירה בעת לחיצה כפולה על פריט בכרטיסייה \"{discoveryTab}\" (במקום להציג את פרטי החבילה)",
"Disable new share API (port 7058)": "השבת ממשק API חדש לשיתוף (פורט 7058)",
"Disable the 1-minute timeout for package-related operations": "השבת את מגבלת הזמן של דקה אחת לפעולות הקשורות לחבילות",
"Disabled": "מושבת",
"Disclaimer": "כתב ויתור",
"Discover Packages": "גלה חבילות",
"Discover packages": "גלה חבילות",
"Distinguish between\nuppercase and lowercase": "הבחנה בין אותיות רישיות לאותיות קטנות",
"Distinguish between uppercase and lowercase": "הבחנה בין אותיות רישיות לאותיות קטנות",
"Do NOT check for updates": "אל תחפש עדכונים",
"Do an interactive install for the selected packages": "בצע התקנה אינטראקטיבית עבור החבילות המסומנות",
"Do an interactive uninstall for the selected packages": "בצע הסרת התקנה אינטראקטיבית עבור החבילות המסומנות",
"Do an interactive update for the selected packages": "בצע עדכון אינטרקטיבי עבור החבילות המסומנות",
"Do not automatically install updates when the battery saver is on": "אל תתקין עדכונים באופן אוטומטי כאשר חיסכון בסוללה מופעל",
"Do not automatically install updates when the device runs on battery": "אל תתקין עדכונים באופן אוטומטי כאשר המכשיר פועל על סוללה",
"Do not automatically install updates when the network connection is metered": "אל תתקין עדכונים באופן אוטומטי כאשר חיבור הרשת מוגדר כמוגבל",
"Do not download new app translations from GitHub automatically": "אל תוריד תרגומים לחדשים של יישום באופן אוטומטי",
"Do not ignore updates for this package anymore": "אל תתעלם יותר מעדכונים עבור חבילה זו",
"Do not remove successful operations from the list automatically": "אל תסיר פעולות מוצלחות מהרשימה באופן אוטומטי",
"Do not show this dialog again for {0}": "אל תציג חלון זה שוב עבור {0}",
"Do not update package indexes on launch": "אל תעדכן אינדקסים של חבילות בעת ההשקה",
"Do you accept that UniGetUI collects and sends anonymous usage statistics, with the sole purpose of understanding and improving the user experience?": "האם אתה מסכים ש-UniGetUI יאסוף וישלח נתוני שימוש אנונימיים, אך ורק לצורך הבנת חוויית המשתמש ושיפורה?",
"Do you find WingetUI useful? If you can, you may want to support my work, so I can continue making WingetUI the ultimate package managing interface.": "האם אתה מוצא את WingetUI שימושי? אם אתה יכול, אולי תרצה לתמוך בעבודה שלי, כדי שאוכל להמשיך להפוך את WingetUI לממשק ניהול החבילות האולטימטיבי.",
"Do you find WingetUI useful? You'd like to support the developer? If so, you can {0}, it helps a lot!": "אתה חושב ש-WingetUI שימושי? רוצה לתמוך במפתח? אם כן, אתה יכול {0}, זה עוזר המון!",
"Do you really want to reset this list? This action cannot be reverted.": "האם אתה בטוח שברצונך לאפס רשימה זו? פעולה זו אינה ניתנת לביטול.",
"Do you really want to uninstall the following {0} packages?": "האם אתה באמת רוצה להסיר את ההתקנה של {0} החבילות הבאות?",
"Do you really want to uninstall {0} packages?": "האם אתה בטוח שאתה רוצה להסיר {0} חבילות?",
"Do you really want to uninstall {0}?": "האם אתה בטוח שאתה רוצה להסיר את {0}?",
"Do you want to restart your computer now?": "האם אתה רוצה להפעיל מחדש את המכשיר?",
"Do you want to translate WingetUI to your language? See how to contribute <a style=\"color:{0}\" href=\"{1}\"a>HERE!</a>": "האם אתה רוצה לתרגם את WingetUI לשפה שלך? ראה איך ניתן לעשות זאת <a style=\"color:{0}\" href=\"{1}\"a>HERE!</a>",
"Don't feel like donating? Don't worry, you can always share WingetUI with your friends. Spread the word about WingetUI.": "לא בא לך לתרום? אל תדאג, אתה תמיד יכול לשתף את WingetUI עם החברים שלך. הפיצו את הבשורה על WingetUI.",
"Donate": "תרום",
"Done!": "הסתיים!",
"Download failed": "ההורדה נכשלה",
"Download installer": "הורד את תוכנית ההתקנה",
"Download operations are not affected by this setting": "פעולות הורדה אינן מושפעות מהגדרה זו",
"Download selected installers": "הורד מתקינים נבחרים",
"Download succeeded": "ההורדה הצליחה",
"Download updated language files from GitHub automatically": "הורד קבצי שפה מעודכנים מ-GitHub באופן אוטומטי",
"Downloading": "מוריד",
"Downloading backup...": "מוריד גיבוי...",
"Downloading installer for {package}": "מוריד מתקין עבור {package}",
"Downloading package metadata...": "מוריד מידע על חבילה...",
"Enable Scoop cleanup on launch": "אפשר ניקוי Scoop בעליה",
"Enable WingetUI notifications": "אפשר הודעות של WingetUI",
"Enable an [experimental] improved WinGet troubleshooter": "הפעל פתרון בעיות משופר [ניסיוני] עבור WinGet",
"Enable and disable package managers, change default install options, etc.": "אפשר או השבת מנהלי חבילות, שנה אפשרויות התקנה ברירת מחדל וכו'.",
"Enable background CPU Usage optimizations (see Pull Request #3278)": "הפעל אופטימיזציות רקע לשימוש ב-CPU (ראה Pull Request #3278)",
"Enable background api (WingetUI Widgets and Sharing, port 7058)": "אפשר API רקע (WingetUI Widgets and Sharing, פורט 7058)",
"Enable it to install packages from {pm}.": "אפשר אותו להתקין חבילות מ-{pm}.",
"Enable the automatic WinGet troubleshooter": "הפעל את פותר הבעיות האוטומטי של WinGet",
"Enable the new UniGetUI-Branded UAC Elevator": "הפעל את מעלית ה-UAC החדשה של UniGetUI",
"Enable the new process input handler (StdIn automated closer)": "אפשר את מנהל קלט התהליך החדש (סוגר מדור קודם של StdIn)",
"Enable the settings below if and only if you fully understand what they do, and the implications they may have.": "אפשר את ההגדרות למטה רק אם אתה מבין בהחלט מה הן עושות והמשמעויות שהן עלולות להיות להן.",
"Enable {pm}": "אפשר {pm}",
"Enabled": "מופעל",
"Enter proxy URL here": "הזן כאן כתובת URL של Proxy",
"Entries that show in RED will be IMPORTED.": "ערכים שמוצגים באדום ייובאו.",
"Entries that show in YELLOW will be IGNORED.": "ערכים שמוצגים בצהוב יתעלמו.",
"Error": "שגיאה",
"Everything is up to date": "הכל מעודכן",
"Exact match": "התאמה מדוייקת",
"Existing shortcuts on your desktop will be scanned, and you will need to pick which ones to keep and which ones to remove.": "קיצורי הדרך הקיימים בשולחן העבודה שלך ייסרקו, ותצטרך לבחור אילו לשמור ואילו להסיר.",
"Expand version": "מידע גרסה",
"Experimental settings and developer options": "הגדרות ניסיוניות ואפשרויות למפתחים ",
"Export": "יצא",
"Export log as a file": "יצא קבצי יומן רישום כקובץ",
"Export packages": "יצא חבילות",
"Export selected packages to a file": "יצא חבילות מסומנות לקובץ",
"Export settings to a local file": "יצא הגדרות לקובץ מקומי",
"Export to a file": "יצא לקובץ",
"Failed": "שגיאה",
"Fetching available backups...": "מושך גיבויים זמינים...",
"Fetching latest announcements, please wait...": "מביא את ההכרזות האחרונות, אנא המתן...",
"Filters": "מסננים",
"Finish": "סיים",
"Follow system color scheme": "עקוב אחר צבעי המערכת",
"Follow the default options when installing, upgrading or uninstalling this package": "עקוב אחר האפשרויות ברירת המחדל בעת התקנה, שדרוג או הסרת התקנה של חבילה זו",
"For security reasons, changing the executable file is disabled by default": "מסיבות אבטחה, שינוי קובץ ההפעלה מושבת כברירת מחדל",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this. ": "מסיבות אבטחה, ארגומנטים מותאמים אישית של שורת הפקודה מושבתים כברירת מחדל. עבור אל הגדרות האבטחה של UniGetUI כדי לשנות זאת.",
"For security reasons, pre-operation and post-operation scripts are disabled by default. Go to UniGetUI security settings to change this. ": "מסיבות אבטחה, סקריפטים של לפני פעולה ואחרי פעולה מושבתים כברירת מחדל. עבור אל הגדרות האבטחה של UniGetUI כדי לשנות זאת.",
"Force ARM compiled winget version (ONLY FOR ARM64 SYSTEMS)": "אכוף גרסת winget מקומפלת ל-ARM (עבור מערכות ARM64 בלבד)",
"Force install location parameter when updating packages with custom locations": "אכוף את פרמטר מיקום ההתקנה בעת עדכון חבילות עם מיקומים מותאמים אישית",
"Formerly known as WingetUI": "ידוע בעבר בשם WingetUI",
"Found": "נמצא",
"Found packages: ": "נמצאו חבילות:",
"Found packages: {0}": "חבילות שנמצאו: {0}",
"Found packages: {0}, not finished yet...": "חבילות שנמצאו: {0}, טרם הושלמו...",
"General preferences": "העדפות כלליות",
"GitHub profile": "פרופיל GitHub",
"Global": "גלובלי",
"Go to UniGetUI security settings": "עבור אל הגדרות האבטחה של UniGetUI",
"Great repository of unknown but useful utilities and other interesting packages.<br>Contains: <b>Utilities, Command-line programs, General Software (extras bucket required)</b>": "מאגר נהדר של כלי עזר לא ידועים אך שימושיים וחבילות מעניינות אחרות.<br>מכיל: <b>כלי עזר, תוכניות שורת פקודה, תוכנה כללית (נדרשת דלי תוספות)</b>",
"Great! You are on the latest version.": "מעולה! אתה משתמש בגרסה העדכנית ביותר.",
"Grid": "רשת",
"Help": "עזרה",
"Help and documentation": "עזרה ותיעוד",
"Here you can change UniGetUI's behaviour regarding the following shortcuts. Checking a shortcut will make UniGetUI delete it if if gets created on a future upgrade. Unchecking it will keep the shortcut intact": "כאן תוכל לשנות את אופן הפעולה של UniGetUI בנוגע לקיצורי הדרך הבאים. סימון קיצור דרך יגרום ל-UniGetUI למחוק אותו אם ייווצר בעתיד בעדכון. ביטול הסימון ישמור עליו ללא שינוי.",
"Hi, my name is Martí, and i am the <i>developer</i> of WingetUI. WingetUI has been entirely made on my free time!": "היי, שמי Martí, ואני <i>המפתח</i> של WingetUI. WingetUI נוצר כולו בזמני הפנוי!",
"Hide details": "הסתר פרטים",
"Homepage": "דף הבית",
"Hooray! No updates were found.": "הידד! לא נמצאו עדכונים!",
"How should installations that require administrator privileges be treated?": "כיצד יש להתייחס להתקנות הדורשות הרשאות מנהל?",
"How to add packages to a bundle": "כיצד להוסיף חבילות לצרור",
"I understand": "אני מבין",
"Icons": "סמלים",
"Id": "מזהה",
"If you have cloud backup enabled, it will be saved as a GitHub Gist on this account": "אם הפעלת גיבוי בענן, הוא יישמר כ-GitHub Gist בחשבון זה",
"Ignore custom pre-install and post-install commands when importing packages from a bundle": "אפשר להפעיל פקודות מותאמות אישית לפני ואחרי ההתקנה בעת ייבוא חבילות מצרור",
"Ignore future updates for this package": "התעלם מעדכוני תכונות לחבילה זו",
"Ignore packages from {pm} when showing a notification about updates": "התעלם מחבילות מ-{pm} בעת הצגת התראה על עדכונים",
"Ignore selected packages": "התעלם מהחבילות המסומנות",
"Ignore special characters": "התעלם מתווים מיוחדים",
"Ignore updates for the selected packages": "התעלם מעדכונים עבור החבילות המסומנות",
"Ignore updates for this package": "התעלם מעדכונים עבור חבילה זו",
"Ignored updates": "עדכונים חסומים",
"Ignored version": "גרסה חסומה",
"Import": "יבא",
"Import packages": "יבא חבילות",
"Import packages from a file": "יבא חבילות מקובץ",
"Import settings from a local file": "יבא הגדרות מקובץ מקומי",
"In order to add packages to a bundle, you will need to: ": "כדי להוסיף חבילות לצרור, עליך:",
"Initializing WingetUI...": "מאתחל את WingetUI...",
"Install": "התקן",
"Install Scoop": "התקן Scoop",
"Install and more": "התקנה, ועוד",
"Install and update preferences": "התקן והעדף הגדרות",
"Install as administrator": "התקן כמנהל מערכת",
"Install available updates automatically": "התקן עדכונים זמינים באופן אוטומטי",
"Install location can't be changed for {0} packages": "מיקום ההתקנה אינו יכול להשתנות עבור חבילות {0}",
"Install location:": "מיקום ההתקנה:",
"Install options": "אפשרויות התקנה",
"Install packages from a file": "התקן חבילות מקובץ",
"Install prerelease versions of UniGetUI": "התקן גרסאות קדם של UniGetUI",
"Install script": "Script התקנה",
"Install selected packages": "התקן חבילות מסומנות",
"Install selected packages with administrator privileges": "התקן חבילות מסומנות עם הרשאות מנהל מערכת",
"Install selection": "בחירת התקנה",
"Install the latest prerelease version": "התקן את גרסת ההפצה העדכנית ביותר",
"Install updates automatically": "התקן עדכונים באופן אוטומטי",
"Install {0}": "התקן {0}",
"Installation canceled by the user!": "התקנה בוטלה על ידי המשתמש!",
"Installation failed": "ההתקנה נכשלה",
"Installation options": "אפשרויות התקנה",
"Installation scope:": "היקף התקנה:",
"Installation succeeded": "ההתקנה הצליחה",
"Installed Packages": "חבילות מותקנות",
"Installed Version": "גרסה מותקנת",
"Installed packages": "חבילות מותקנות",
"Installer SHA256": "התקנה SHA256",
"Installer SHA512": "התקנה SHA512",
"Installer Type": "סוג תוכנת התקנה",
"Installer URL": "כתובת האתר של המתקין",
"Installer not available": "תוכנית ההתקנה אינה זמינה",
"Instance {0} responded, quitting...": "מופע {0} הגיב, יוצא...",
"Instant search": "חיפוש מיידי",
"Integrity checks can be disabled from the Experimental Settings": "בדיקות תקינות יכולות להיות מושבתות מהגדרות הניסיוניות",
"Integrity checks skipped": "בדיקות תקינות דוולגו",
"Integrity checks will not be performed during this operation": "בדיקות תקינות לא יתבצעו במהלך פעולה זו",
"Interactive installation": "התקנה אינטראקטיבית",
"Interactive operation": "הפעלה אינטראקטיבית",
"Interactive uninstall": "הסרת התקנה אינטראקטיבית",
"Interactive update": "עדכון אינטרקטיבי",
"Internet connection settings": "הגדרות חיבור לאינטרנט",
"Invalid selection": "בחירה לא חוקית",
"Is this package missing the icon?": "האם לחבילה זו חסר סמל?",
"Is your language missing or incomplete?": "האם השפה שלך חסרה או לא שלמה?",
"It is not guaranteed that the provided credentials will be stored safely, so you may as well not use the credentials of your bank account": "לא מובטח שהפרטים שסיפקת יאוחסנו בצורה בטוחה, לכן עדיף שלא תשתמש בפרטי החשבון הבנקאי שלך",
"It is recommended to restart UniGetUI after WinGet has been repaired": "מומלץ להפעיל מחדש את UniGetUI לאחר תיקון WinGet",
"It is strongly recommended to reinstall UniGetUI to adress the situation.": "מומלץ בחום להתקין מחדש את UniGetUI כדי לטפל בסיטואציה.",
"It looks like WinGet is not working properly. Do you want to attempt to repair WinGet?": "נראה ש-WinGet אינו פועל כראוי. האם ברצונך לנסות לתקן את WinGet?",
"It looks like you ran WingetUI as administrator, which is not recommended. You can still use the program, but we highly recommend not running WingetUI with administrator privileges. Click on \"{showDetails}\" to see why.": "נראה שהפעלת את WingetUI כמנהל מערכת, דבר שאינו מומלץ. אתה עדיין יכול להשתמש בתוכנית, אבל אנחנו מאוד ממליצים לא להפעיל WingetUI עם הרשאות מנהל. לחץ על \"{showDetails}\" כדי לראות מדוע.",
"Language": "שפה",
"Language, theme and other miscellaneous preferences": "שפה, ערכת נושא והעדפות שונות אחרות",
"Last updated:": "עודכן לאחרונה:",
"Latest": "עדכנית ביותר",
"Latest Version": "גרסה עדכנית ביותר",
"Latest Version:": "גרסה עדכנית ביותר:",
"Latest details...": "פרטים עדכניים ביותר...",
"Launching subprocess...": "מפעיל תהליך משנה...",
"Leave empty for default": "השאר ריק לברירת המחדל",
"License": "רישיון",
"Licenses": "רישיונות",
"Light": "בהיר",
"List": "רשימה",
"Live command-line output": "פלט שורת פקודה חי",
"Live output": "פלט זמן אמת",
"Loading UI components...": "טוען רכיבי UI...",
"Loading WingetUI...": "טוען את WingetUI...",
"Loading packages": "טוען חבילות",
"Loading packages, please wait...": "טוען חבילות, אנא המתן...",
"Loading...": "טוען...",
"Local": "מקומי",
"Local PC": "PC מקומי",
"Local backup advanced options": "אפשרויות מתקדמות לגיבוי מקומי",
"Local machine": "מכשיר מקומי",
"Local package backup": "גיבוי חבילות מקומי",
"Locating {pm}...": "מאתר את {pm}...",
"Log in": "כניסה",
"Log in failed: ": "הכניסה נכשלה:",
"Log in to enable cloud backup": "התחבר כדי להפעיל גיבוי ענן",
"Log in with GitHub": "התחבר באמצעות GitHub",
"Log in with GitHub to enable cloud package backup.": "התחבר עם GitHub כדי להפעיל גיבוי חבילות ענן.",
"Log level:": "רמת יומן:",
"Log out": "התנתק",
"Log out failed: ": "היציאה נכשלה:",
"Log out from GitHub": "התנתק מ-GitHub",
"Looking for packages...": "מחפש חבילות...",
"Machine | Global": "מכונה | גלובלי",
"Malformed command-line arguments can break packages, or even allow a malicious actor to gain privileged execution. Therefore, importing custom command-line arguments is disabled by default": "ארגומנטים שגויים של שורת פקודה יכולים לשבור חבילות או אפילו לאפשר לגורם זדוני לקבל ביצוע מוגבה. לכן, ייבוא ארגומנטים מותאמים אישית של שורת פקודה מושבת כברירת מחדל",
"Manage": "ניהול",
"Manage UniGetUI settings": "נהל הגדרות UniGetUI",
"Manage WingetUI autostart behaviour from the Settings app": "נהל את התנהגות ההפעלה האוטומטית של WingetUI מאפליקציית ההגדרות",
"Manage ignored packages": "נהל חבילות חסומות",
"Manage ignored updates": "נהל עדכונים שהמערכת מתעלמת מהם",
"Manage shortcuts": "נהל קיצורי דרך",
"Manage telemetry settings": "נהל הגדרות טלמטריה",
"Manage {0} sources": "נהל {0} מקורות",
"Manifest": "מניפסט",
"Manifests": "מניפסטים",
"Manual scan": "סריקה ידנית",
"Microsoft's official package manager. Full of well-known and verified packages<br>Contains: <b>General Software, Microsoft Store apps</b>": "מנהל החבילות הרשמי של מיקרוסופט. מלא בחבילות ידועות ומאומתות<br>מכיל: <b>תוכנה כללית, אפליקציות Microsoft Store</b>",
"Missing dependency": "חבילת תלות חסרה",
"More": "עוד",
"More details": "פרטים נוספים",
"More details about the shared data and how it will be processed": "פרטים נוספים על הנתונים המשותפים ואופן עיבודם",
"More info": "מידע נוסף",
"More than 1 package was selected": "נבחרה יותר מחבילה אחת",
"NOTE: This troubleshooter can be disabled from UniGetUI Settings, on the WinGet section": "הערה: ניתן להשבית את פתרון הבעיות הזה מהגדרות UniGetUI, בסעיף WinGet",
"Name": "שם",
"New": "חדש",
"New Version": "גרסה חדשה",
"New bundle": "צרור חדש",
"New version": "גרסה חדשה",
"Nice! Backups will be uploaded to a private gist on your account": "נהדר! גיבויים יועלו לגיסט פרטי בחשבון שלך",
"No": "לא",
"No applicable installer was found for the package {0}": "לא נמצא מתקין מתאים עבור החבילה {0}",
"No dependencies specified": "לא צוינו תלויות",
"No new shortcuts were found during the scan.": "לא נמצאו קיצורי דרך חדשים במהלך הסריקה.",
"No package was selected": "לא נבחרה חבילה",
"No packages found": "לא נמצאו חבילות",
"No packages found matching the input criteria": "לא נמצאו חבילות התואמות לקריטריוני הקלט",
"No packages have been added yet": "עדיין לא נוספו חבילות",
"No packages selected": "לא סומנו חבילות",
"No packages were found": "לא נמצאו חבילות",
"No personal information is collected nor sent, and the collected data is anonimized, so it can't be back-tracked to you.": "מידע אישי לא נאסף או נשלח, והנתונים שנאספים הם אנונימיים, ואינם מקושרים אליך.",
"No results were found matching the input criteria": "לא נמצאו תוצאות התואמות את קריטריוני הקלט",
"No sources found": "לא נמצאו מקורות",
"No sources were found": "לא נמצאו מקורות",
"No updates are available": "אין עדכונים זמינים",
"Node JS's package manager. Full of libraries and other utilities that orbit the javascript world<br>Contains: <b>Node javascript libraries and other related utilities</b>": "מנהל החבילות של Node JS. מלא ספריות וכלי עזר אחרים המקיפים את עולם javascript.<br>מכיל: <b>ספריות Node JS וכלי עזר קשורים אחרים</b>\n",
"Not available": "לא זמין",
"Not finding the file you are looking for? Make sure it has been added to path.": "לא מוצא את הקובץ שאתה מחפש? וודא שהוא נוסף לנתיב.",
"Not found": "לא נמצא",
"Not right now": "לא כעת",
"Notes:": "הערות:",
"Notification preferences": "העדפות הודעות",
"Notification tray options": "אפשרויות מגש ההודעות",
"Notification types": "סוגי התראות",
"NuPkg (zipped manifest)": "NuPkg (מניפסט מכווץ)",
"OK": "אישור",
"Ok": "אישור",
"Open": "פתח",
"Open GitHub": "פתח את GitHub",
"Open UniGetUI": "פתח את UniGetUI",
"Open UniGetUI security settings": "פתח הגדרות אבטחה של UniGetUI",
"Open WingetUI": "פתח את WingetUI",
"Open backup location": "פתח את מיקום הגיבוי",
"Open existing bundle": "פתח את הצרור הקיים",
"Open install location": "פתח מיקום התקנה",
"Open the welcome wizard": "פתח את אשף הפתיחה",
"Operation canceled by user": "הפעולה בוטלה על ידי המשתמש",
"Operation cancelled": "הפעולה בוטלה",
"Operation history": "הסטוריית פעולות",
"Operation in progress": "הפעולה בעיצומה",
"Operation on queue (position {0})...": "פעולה בתור (מיקום {0})...",
"Operation profile:": "פרופיל פעולה:",
"Options saved": "אפשרויות נשמרו",
"Order by:": "מיין לפי:",
"Other": "אחר",
"Other settings": "הגדרות אחרות",
"Package": "חבילה",
"Package Bundles": "צרורות חבילות",
"Package ID": "מזהה החבילה",
"Package Manager": "מנהל החבילה",
"Package Manager logs": "קבצי יומן רישום של מנהל החבילות",
"Package Managers": "מנהלי החבילה",
"Package Name": "שם החבילה",
"Package backup": "גיבוי חבילות",
"Package backup settings": "הגדרות גיבוי חבילות",
"Package bundle": "צרור חבילות",
"Package details": "פרטי החבילה",
"Package lists": "רשימות חבילות",
"Package management made easy": "ניהול חבילות בקלות",
"Package manager": "מנהל החבילה",
"Package manager preferences": "העדפות של מנהל החבילות",
"Package managers": "מנהלי חבילות",
"Package not found": "החבילה לא נמצאה",
"Package operation preferences": "העדפות פעולת החבילה",
"Package update preferences": "העדפות עדכון חבילה",
"Package {name} from {manager}": "חבילה {name} מתוך {manager}",
"Package's default": "ברירת מחדל של חבילה",
"Packages": "חבילות",
"Packages found: {0}": "נמצאו חבילות: {0}",
"Partially": "באופן חלקי",
"Password": "סיסמה",
"Paste a valid URL to the database": "הדבק כתובת אתר חוקית למסד הנתונים",
"Pause updates for": "השהה עדכונים ל-",
"Perform a backup now": "בצע גיבוי כעת",
"Perform a cloud backup now": "בצע גיבוי ענן כעת",
"Perform a local backup now": "בצע גיבוי מקומי כעת",
"Perform integrity checks at startup": "בצע בדיקות תקינות בעת ההפעלה",
"Performing backup, please wait...": "מבצע גיבוי, אנא המתן...",
"Periodically perform a backup of the installed packages": "בצע מעת לעת גיבוי של החבילות המותקנות",
"Periodically perform a cloud backup of the installed packages": "בצע מעת לעת גיבוי ענן של החבילות המותקנות",
"Periodically perform a local backup of the installed packages": "בצע מעת לעת גיבוי מקומי של החבילות המותקנות",
"Please check the installation options for this package and try again": "בדוק את אפשרויות ההתקנה של חבילה זו ונסה שוב",
"Please click on \"Continue\" to continue": "אנא לחץ על \"המשך\" כדי להמשיך",
"Please enter at least 3 characters": "נא להזין לפחות 3 תווים",
"Please note that certain packages might not be installable, due to the package managers that are enabled on this machine.": "שים לב שייתכן שחבילות מסוימות לא יהיו ניתנות להתקנה, עקב מנהלי החבילות הזמינים במחשב זה.",
"Please note that not all package managers may fully support this feature": "שימו לב שלא כל מנהלי החבילות עשויים לתמוך בתכונה זו באופן מלא",
"Please note that packages from certain sources may be not exportable. They have been greyed out and won't be exported.": "שים לב כי ייתכן שלא ניתן לייצא חבילות ממקורות מסוימים. הן הוצגו באפור ולא ייוצאו.",
"Please run UniGetUI as a regular user and try again.": "הפעל את UniGetUI כמשתמש רגיל ונסה שוב.",
"Please see the Command-line Output or refer to the Operation History for further information about the issue.": "אנא עיין בפלט שורת הפקודה או עיין בהסטוריית המבצעים למידע נוסף על הבעיה.",
"Please select how you want to configure WingetUI": "בחר כיצד ברצונך להגדיר את WingetUI",
"Please try again later": "נסה שוב מאוחר יותר",
"Please type at least two characters": "הקלד לפחות שני תווים",
"Please wait": "המתן בבקשה",
"Please wait while {0} is being installed. A black window may show up. Please wait until it closes.": "נא להמתין בזמן ש-{0} מותקן. ייתכן שיופיע חלון שחור. יש להמתין עד לסגירתו.",
"Please wait...": "המתן בבקשה...",
"Portable": "נייד",
"Portable mode": "מצב נייד",
"Post-install command:": "פקודת פוסט-התקנה:",
"Post-uninstall command:": "פקודת פוסט-הסרה:",
"Post-update command:": "פקודת פוסט-עדכון:",
"PowerShell's package manager. Find libraries and scripts to expand PowerShell capabilities<br>Contains: <b>Modules, Scripts, Cmdlets</b>": "מנהל החבילות של PowerShell. מצא ספריות וסקריפטים כדי להרחיב את יכולות PowerShell<br>מכיל: <b>מודולים, סקריפטים, Cmdlets</b>",
"Pre and post install commands can do very nasty things to your device, if designed to do so. It can be very dangerous to import the commands from a bundle, unless you trust the source of that package bundle": "פקודות טרום ואחרי התקנה יכולות לעשות דברים רעים מאוד למכשיר שלך, אם הן תוכננו לעשות זאת. זה יכול להיות מאוד מסוכן לייבא את הפקודות מצרור, אלא אם אתה סומך על מקור הצרור.",
"Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware that they may break things unless used carefully": "פקודות טרום ופוסט התקנה ירוצו לפני ואחרי חבילה מותקנת, מתעדכנת או מוסרת. שים לב שהן עלולות לשבור דברים אלא אם משתמשים בהן בזהירות",
"Pre-install command:": "פקודת טרום-התקנה:",
"Pre-uninstall command:": "פקודת טרום-הסרה:",
"Pre-update command:": "פקודת טרום-עדכון:",
"PreRelease": "טרום שחרור",
"Preparing packages, please wait...": "מכין חבילות, אנא המתן...",
"Proceed at your own risk.": "המשך על אחריותך בלבד.",
"Prohibit any kind of Elevation via UniGetUI Elevator or GSudo": "אסור על כל סוג של הרמה דרך UniGetUI Elevator או GSudo",
"Proxy URL": "כתובת Proxy",
"Proxy compatibility table": "טבלת תאימות פרוקסי",
"Proxy settings": "הגדרות Proxy",
"Proxy settings, etc.": "הגדרות Proxy, ועוד.",
"Publication date:": "תאריך פרסום:",
"Publisher": "מפרסם",
"Python's library manager. Full of python libraries and other python-related utilities<br>Contains: <b>Python libraries and related utilities</b>": "מנהל הספרייה של Python. ספריות Python רבות וכלי עזר אחרים הקשורים ל- Python<br>מכיל: <b>ספריות Python וכלי עזר קשורים</b>",
"Quit": "צא",
"Quit WingetUI": "צא מ-WingetUI",
"Ready": "מוכן",
"Reduce UAC prompts, elevate installations by default, unlock certain dangerous features, etc.": "הפחת הודעות UAC, הרף התקנות כברירת מחדל, בטל נעילה של תכונות מסוכנות מסוימות וכו'.",
"Refer to the UniGetUI Logs to get more details regarding the affected file(s)": "עיין ביומני הרישום של UniGetUI כדי לקבל פרטים נוספים בנוגע לקבצים המושפעים",
"Reinstall": "התקן מחדש",
"Reinstall package": "התקן מחדש את החבילה",
"Related settings": "הגדרות קשורות",
"Release notes": "הערות שחרור",
"Release notes URL": "כתובת האתר של הערות גרסה",
"Release notes URL:": "כתובת האתר של הערות גרסה:",
"Release notes:": "הערות גרסה",
"Reload": "טען מחדש",
"Reload log": "טען מחדש קובץ יומן רישום",
"Removal failed": "ההסרה נכשלה",
"Removal succeeded": "ההסרה הצליחה",
"Remove from list": "הסר מהרשימה",
"Remove permanent data": "הסר נתונים קבועים",
"Remove selection from bundle": "הסר את הבחירה מהצרור",
"Remove successful installs/uninstalls/updates from the installation list": "הסרת התקנות/הסרת התקנה/עדכונים מוצלחים מרשימת ההתקנה",
"Removing source {source}": "מסיר מקור {source}",
"Removing source {source} from {manager}": "מסיר את המקור {source} מ-{manager}",
"Repair UniGetUI": "תקן את UniGetUI",
"Repair WinGet": "תקן את WinGet",
"Report an issue or submit a feature request": "דווח על בעיה או שלח בקשה לתכונה",
"Repository": "מאגר",
"Reset": "אפס",
"Reset Scoop's global app cache": "אפס את מטמון האפליקציות הגלובלי של Scoop",
"Reset UniGetUI": "אפס את UniGetUI",
"Reset WinGet": "אפס את WinGet",
"Reset Winget sources (might help if no packages are listed)": "אפס את מקורות Winget (יכול לעזור אם לא רשומות חבילות)",
"Reset WingetUI": "אפס את WingetUI",
"Reset WingetUI and its preferences": "אפס את WingetUI ואת ההעדפות",
"Reset WingetUI icon and screenshot cache": "אפס את מטמון הסמלים וצילומי המסך של WingetUI ",
"Reset list": "אפס רשימה",
"Resetting Winget sources - WingetUI": "אפס את מקורות Winget - WingetUI",
"Restart": "הפעל מחדש",
"Restart UniGetUI": "הפעל מחדש את UniGetUI",
"Restart WingetUI": "הפעל מחדש את WingetUI",
"Restart WingetUI to fully apply changes": "הפעל מחדש את WingetUI כדי להחיל שינויים באופן מלא",
"Restart later": "הפעל מחדש מאוחר יותר",
"Restart now": "הפעל מחדש עכשיו",
"Restart required": "נדרשת הפעלה מחדש",
"Restart your PC to finish installation": "הפעל מחדש את המחשב שלך על מנת להשלים את ההתקנה",
"Restart your computer to finish the installation": "הפעל מחדש את המחשב שלך על מנת להשלים את ההתקנה",
"Restore a backup from the cloud": "שחזר גיבוי מהענן",
"Restrictions on package managers": "הגבלות על מנהלי חבילות",
"Restrictions on package operations": "הגבלות על פעולות חבילה",
"Restrictions when importing package bundles": "הגבלות בעת ייבוא צרורות חבילות",
"Retry": "נסה שוב",
"Retry as administrator": "נסה שוב כמנהל מערכת",
"Retry failed operations": "נסה שוב פעולות שנכשלו",
"Retry interactively": "נסה שוב באינטראקטיביות",
"Retry skipping integrity checks": "נסה שוב תוך דילוג על בדיקות תקינות",
"Retrying, please wait...": "מנסה שוב, אנא המתן...",
"Return to top": "חזור למעלה",
"Run": "הרץ",
"Run as admin": "הפעל כמנהל מערכת",
"Run cleanup and clear cache": "הפעל ניקוי ונקה מטמון",
"Run last": "הפעל אחרון",
"Run next": "הפעל הבא",
"Run now": "הפעל כעת",
"Running the installer...": "מריץ את ההתקנה...",
"Running the uninstaller...": "מריץ את הסרת ההתקנה...",
"Running the updater...": "מריץ את העדכון...",
"Save": "שמור",
"Save File": "שמור קובץ",
"Save and close": "שמור וסגור",
"Save as": "שמור בשם",
"Save bundle as": "שמור צרור בשם",
"Save now": "שמור עכשיו",
"Saving packages, please wait...": "שומר חבילות, אנא המתן...",
"Scoop Installer - WingetUI": "מתקין סקופ - WingetUI",
"Scoop Uninstaller - WingetUI": "מסיר Scoop – WingetUI",
"Scoop package": "חבילת Scoop",
"Search": "חַפֵּש",
"Search for desktop software, warn me when updates are available and do not do nerdy things. I don't want WingetUI to overcomplicate, I just want a simple <b>software store</b>": "חפש תוכנת שולחן עבודה, הזהר אותי כאשר עדכונים זמינים ואל תעשה דברים חנוניים. אני לא רוצה ש-WingetUI תסבך יתר על המידה, אני רק רוצה <b>חנות אפליקציות</b> פשוטה",
"Search for packages": "חפש חבילות",
"Search for packages to start": "חפש חבילות כדי להתחיל",
"Search mode": "מצב חיפוש",
"Search on available updates": "חפש עדכונים זמינים",
"Search on your software": "חפש ביישומים שלך",
"Searching for installed packages...": "מחפש חבילות מותקנות...",
"Searching for packages...": "מחפש חבילות...",
"Searching for updates...": "מחפש עדכונים...",
"Select": "בחר",
"Select \"{item}\" to add your custom bucket": "בחר \"{item}\" כדי להוסיף את הדלי המותאם אישית שלך",
"Select a folder": "בחר תיקיה",
"Select all": "בחר הכל",
"Select all packages": "בחר את כל החבילות",
"Select backup": "בחר גיבוי",
"Select only <b>if you know what you are doing</b>.": "בחר רק <b>אם אתה יודע מה אתה עושה</b>.",
"Select package file": "בחר קובץ חבילה",
"Select the backup you want to open. Later, you will be able to review which packages you want to install.": "בחר את הגיבוי שאתה רוצה לפתוח. מאוחר יותר, תוכל לבדוק אילו חבילות אתה רוצה להתקין.",
"Select the executable to be used. The following list shows the executables found by UniGetUI": "בחר את קובץ ההפעלה שיש להשתמש בו. הרשימה הבאה מציגה את קבצי ההפעלה שנמצאו על ידי UniGetUI",
"Select the processes that should be closed before this package is installed, updated or uninstalled.": "בחר את התהליכים שיש לסגור לפני החבילה מותקנת, מתעדכנת או מוסרת.",
"Select the source you want to add:": "בחר את המקור שברצונך להוסיף:",
"Select upgradable packages by default": "בחר חבילות הניתנות לשדרוג כברירת מחדל",
"Select which <b>package managers</b> to use ({0}), configure how packages are installed, manage how administrator rights are handled, etc.": "בחר באילו <b>מנהלי חבילות</b> להשתמש ({0}), הגדר את אופן התקנת החבילות, נהל את אופן הטיפול בזכויות מנהל מערכת וכו'.",
"Sent handshake. Waiting for instance listener's answer... ({0}%)": "שלח לחיצת יד. ממתין למשל לתשובת המאזין... ({0}%)",
"Set a custom backup file name": "הגדר שם קובץ גיבוי מותאם אישית",
"Set custom backup file name": "הגדר שם קובץ גיבוי מותאם אישית",
"Settings": "הגדרות",
"Share": "שתף",
"Share WingetUI": "שתף את WingetUI",
"Share anonymous usage data": "שתף נתוני שימוש אנונימיים",
"Share this package": "שתף חבילה זו",
"Should you modify the security settings, you will need to open the bundle again for the changes to take effect.": "אם תשנה את הגדרות האבטחה, תצטרך לפתוח את הצרור מחדש כדי שהשינויים ייכנסו לתוקף.",
"Show UniGetUI on the system tray": "הצג את UniGetUI במגש המערכת",
"Show UniGetUI's version and build number on the titlebar.": "הצג את גרסת UniGetUI בשורת הכותרת",
"Show WingetUI": "הצג את WingetUI",
"Show a notification when an installation fails": "הצג התראה כאשר התקנה נכשלת",
"Show a notification when an installation finishes successfully": "הצג התראה כאשר התקנה מושלמת בהצלחה",
"Show a notification when an operation fails": "הצג התראה כאשר פעולה נכשלת ",
"Show a notification when an operation finishes successfully": "הצג התראה כאשר פעולה מסתיימת בהצלחה",
"Show a notification when there are available updates": "הצג התראה כאשר ישנם עדכונים זמינים",
"Show a silent notification when an operation is running": "הצג התראה שקטה כאשר פעולה מתבצעת",
"Show details": "הצג פרטים",
"Show in explorer": "הצג בסייר",
"Show info about the package on the Updates tab": "הצג מידע אודות החבילה בכרטיסיית העדכונים",
"Show missing translation strings": "הצג מחרוזות תרגום חסרות",
"Show notifications on different events": "הצג התראות על אירועים שונים",
"Show package details": "הצג פרטי חבילה",
"Show package icons on package lists": "הצג סמלי חבילות ברשימות חבילות",
"Show similar packages": "הצג חבילות דומות",
"Show the live output": "הצג זמן אמת",
"Size": "גודל",
"Skip": "דלג",
"Skip hash check": "דלג על בדיקת הגיבוב",
"Skip hash checks": "דלג על בדיקות גיבוב",
"Skip integrity checks": "דלג על בדיקות תקינות",
"Skip minor updates for this package": "דלג על עדכונים מינוריים עבור חבילה זו",
"Skip the hash check when installing the selected packages": "דלג על בדיקת הגיבוב בעת התקנת החבילות שנבחרו",
"Skip the hash check when updating the selected packages": "דלג על בדיקת הגיבוב בעת עדכון החבילות שנבחרו",
"Skip this version": "דלג על גרסה זו",
"Software Updates": "עדכוני תוכנה",
"Something went wrong": "משהו השתבש",
"Something went wrong while launching the updater.": "משהו השתבש בעת הפעלת המעדכן.",
"Source": "מקור",
"Source URL:": "כתובת אתר מקור:",
"Source added successfully": "המקור נוסף בהצלחה",
"Source addition failed": "הוספת המקור נכשלה",
"Source name:": "שם המקור:",
"Source removal failed": "הסרת המקור נכשלה",
"Source removed successfully": "המקור הוסר בהצלחה",
"Source:": "מקור:",
"Sources": "מקורות",
"Start": "התחל",
"Starting daemons...": "מתחיל דמונים...",
"Starting operation...": "מתחיל פעולה...",
"Startup options": "אפשרויות אתחול",
"Status": "סטטוס",
"Stuck here? Skip initialization": "תקוע כאן? דלג על אתחול",
"Success!": "הצליח!",
"Suport the developer": "תמוך במְפַתֵּחַ",
"Support me": "תמוך בי",
"Support the developer": "תמכו במפתח",
"Systems are now ready to go!": "המערכות מוכנות כעת להפעלה!",
"Telemetry": "טלמטריה",
"Text": "טֶקסט",
"Text file": "קובץ טקסט",
"Thank you ❤": "תודה לך ❤",
"Thank you \uD83D\uDE09": "תודה לך \uD83D\uDE09",
"The Rust package manager.<br>Contains: <b>Rust libraries and programs written in Rust</b>": "מנהל החבילות של Rust.<br>מכיל: <b>ספריות Rust ותוכנות שנכתבו ב-Rust</b>",
"The backup will NOT include any binary file nor any program's saved data.": "הגיבוי לא יכלול שום קובץ בינארי או נתונים שנשמרו של כל תוכנה.",
"The backup will be performed after login.": "הגיבוי יתבצע לאחר הכניסה.",
"The backup will include the complete list of the installed packages and their installation options. Ignored updates and skipped versions will also be saved.": "הגיבוי יכלול את הרשימה המלאה של החבילות המותקנות ואפשרויות ההתקנה שלהן. גם עדכונים שהתעלמו מהם וגרסאות שדילגתם יישמרו.",
"The bundle was created successfully on {0}": "הצרור נוצר בהצלחה ב-{0}",
"The bundle you are trying to load appears to be invalid. Please check the file and try again.": "הצרור שאתה מנסה לטעון נראה לא תקין. בדוק את הקובץ ונסה שוב.",
"The checksum of the installer does not coincide with the expected value, and the authenticity of the installer can't be verified. If you trust the publisher, {0} the package again skipping the hash check.": "סכום הבדיקה של המתקין אינו עולה בקנה אחד עם הערך הצפוי, ולא ניתן לאמת את האותנטיות של המתקין. אם אתה סומך על המפרסם, {0} החבילה מדלג שוב על בדיקת ה-hash.",
"The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>": "מנהל החבילות הקלאסי עבור Windows. תמצא שם הכל. <br>מכיל: <b>תוכנה כללית</b>",
"The cloud backup completed successfully.": "גיבוי הענן הושלם בהצלחה.",
"The cloud backup has been loaded successfully.": "גיבוי הענן נטען בהצלחה.",
"The current bundle has no packages. Add some packages to get started": "הצרור הנוכחי ריק. הוסף חבילות כדי להתחיל",
"The executable file for {0} was not found": "לא נמצא קובץ ההפעלה עבור {0}",
"The following options will be applied by default each time a {0} package is installed, upgraded or uninstalled.": "האפשרויות הבאות יחולו כברירת מחדל בכל פעם שחבילה {0} מותקנת, משודרגת או מוסרת.",
"The following packages are going to be exported to a JSON file. No user data or binaries are going to be saved.": "החבילות הבאות ייוצאו לקובץ JSON. נתוני משתמש או קבצים בינאריים לא יישמרו.",
"The following packages are going to be installed on your system.": "החבילות הבאות עומדות להיות מותקנות על המערכת שלך.",
"The following settings may pose a security risk, hence they are disabled by default.": "ההגדרות הבאות עשויות להיות סיכון אבטחה, ולכן הן מושבתות כברירת מחדל.",
"The following settings will be applied each time this package is installed, updated or removed.": "ההגדרות הבאות יחולו בכל פעם שהחבילה הזו תותקן, תעודכן או תוסר.",
"The following settings will be applied each time this package is installed, updated or removed. They will be saved automatically.": "ההגדרות הבאות יחולו בכל פעם שהחבילה הזו תותקן, תעודכן או תוסר. הן יישמרו אוטומטית.",
"The icons and screenshots are maintained by users like you!": "הסמלים וצילומי המסך מתוחזקים על ידי משתמשים כמוך!",
"The installation script saved to {0}": "קובץ ה-Script של ההתקנה נשמר ל-{0}",
"The installer authenticity could not be verified.": "לא ניתן לאמת את אותנטיות המתקין.",
"The installer has an invalid checksum": "למתקין יש סכום ביקורת (checksum) לא תקין",
"The installer hash does not match the expected value.": "ה-hash של המתקין אינו תואם לערך הצפוי.",
"The local icon cache currently takes {0} MB": "מטמון הסמלים המקומי תופס כעת {0} MB",
"The main goal of this project is to create an intuitive UI to manage the most common CLI package managers for Windows, such as Winget and Scoop.": "המטרה העיקרית של פרויקט זה היא ליצור ממשק משתמש אינטואיטיבי עבור מנהלי חבילות CLI הנפוצים ביותר עבור Windows, כגון Winget ו-Scoop.",
"The package \"{0}\" was not found on the package manager \"{1}\"": "החבילה \"{0}\" לא נמצאה במנהל החבילות \"{1}\"",
"The package bundle could not be created due to an error.": "לא ניתן היה ליצור את צרור החבילות עקב שגיאה.",
"The package bundle is not valid": "צרור החבילות אינו תקף",
"The package manager \"{0}\" is disabled": "מנהל החבילות \"{0}\" מושבת",
"The package manager \"{0}\" was not found": "מנהל החבילות \"{0}\" לא נמצא",
"The package {0} from {1} was not found.": "החבילה {0} מ-{1} לא נמצאה.",
"The packages listed here won't be taken in account when checking for updates. Double-click them or click the button on their right to stop ignoring their updates.": "החבילות המפורטות כאן לא יילקחו בחשבון בעת בדיקת עדכונים. לחץ עליהם פעמיים או לחץ על הכפתור בצד ימין שלהם כדי להפסיק להתעלם מהעדכונים שלהם.",
"The selected packages have been blacklisted": "החבילות שנבחרו הוכנסו לרשימה השחורה",
"The settings will list, in their descriptions, the potential security issues they may have.": "ההגדרות יוצגו בתיאור שלהן בבעיות הביטחוניות הפוטנציאליות שלהן.",
"The size of the backup is estimated to be less than 1MB.": "גודל הגיבוי מוערך בפחות מ-1MB.",
"The source {source} was added to {manager} successfully": "המקור {source} נוסף ל-{manager} בהצלחה",
"The source {source} was removed from {manager} successfully": "המקור {source} הוסר מ-{manager} בהצלחה",
"The system tray icon must be enabled in order for notifications to work": "יש להפעיל את סמל המגש כדי שההתראות יעבדו",
"The update process has been aborted.": "תהליך העדכון בוטל.",
"The update process will start after closing UniGetUI": "תהליך העדכון יתחיל לאחר סגירת UniGetUI",
"The update will be installed upon closing WingetUI": "העדכון יותקן עם סגירת WingetUI",
"The update will not continue.": "העדכון לא ימשיך.",
"The user has canceled {0}, that was a requirement for {1} to be run": "המשתמש ביטל את {0}, שהיה דרוש להפעלת {1}",
"There are no new UniGetUI versions to be installed": "אין גרסאות חדשות של UniGetUI להתקנה",
"There are ongoing operations. Quitting WingetUI may cause them to fail. Do you want to continue?": "יש פעולות שוטפות. יציאה מ-WingetUI עלולה לגרום להם להיכשל. האם אתה רוצה להמשיך?",
"There are some great videos on YouTube that showcase WingetUI and its capabilities. You could learn useful tricks and tips!": "יש כמה סרטונים מעולים ביוטיוב שמציגים את WingetUI ואת היכולות שלו. אתה יכול ללמוד טריקים וטיפים שימושיים!",
"There are two main reasons to not run WingetUI as administrator:\n The first one is that the Scoop package manager might cause problems with some commands when ran with administrator rights.\n The second one is that running WingetUI as administrator means that any package that you download will be ran as administrator (and this is not safe).\n Remeber that if you need to install a specific package as administrator, you can always right-click the item -> Install/Update/Uninstall as administrator.": "ישנן שתי סיבות עיקריות לא להפעיל את WingetUI כמנהל: הראשונה היא שמנהל החבילות של Scoop עלול לגרום לבעיות עם פקודות מסוימות כאשר הוא פועל עם זכויות מנהל. השני הוא שהפעלת WingetUI כמנהל מערכת פירושה שכל חבילה שתורד תופעל כמנהל (וזה לא בטוח). זכור שאם אתה צריך להתקין חבילה מסוימת כמנהל, אתה תמיד יכול ללחוץ לחיצה ימנית על הפריט -> התקן/עדכן/הסר כמנהל.",
"There is an error with the configuration of the package manager \"{0}\"": "יש שגיאה בהגדרות של מנהל החבילות \"{0}\"",
"There is an installation in progress. If you close WingetUI, the installation may fail and have unexpected results. Do you still want to quit WingetUI?": "יש התקנה שמתבצעת כעת. אם תסגור את WingetUI, ההתקנה עלולה להיכשל ולגרום לתוצאות בלתי צפויות. האם אתה עדיין רוצה לצאת מ-WingetUI?",
"They are the programs in charge of installing, updating and removing packages.": "הן התוכניות האחראיות על התקנה, עדכון והסרה של חבילות.",
"Third-party licenses": "רישיונות צד שלישי",
"This could represent a <b>security risk</b>.": "זה יכול לייצג <b>סיכון ביטחוני</b>.",
"This is not recommended.": "אין זה מומלץ.",
"This is probably due to the fact that the package you were sent was removed, or published on a package manager that you don't have enabled. The received ID is {0}": "זה כנראה נובע מהעובדה שהחבילה שנשלחת הוסרה, או פורסמה במנהל חבילות שלא הפעלת. המזהה שהתקבל הוא {0}",
"This is the <b>default choice</b>.": "זוהי <b>ברירת המחדל</b>.",
"This may help if WinGet packages are not shown": "זה אמור לעזור אם חבילות WinGet לא מוצגות",
"This may help if no packages are listed": "פעולה זו עשויה לעזור אם אין חבילות שמופיעות",
"This may take a minute or two": "זה עשוי לקחת דקה או שתיים",
"This operation is running interactively.": "פעולה זו פועלת באינטראקטיביות.",
"This operation is running with administrator privileges.": "פעולה זו פועלת עם הרשאות מנהל מערכת.",
"This option WILL cause issues. Any operation incapable of elevating itself WILL FAIL. Install/update/uninstall as administrator will NOT WORK.": "אפשרות זו תגרום לבעיות. כל פעולה שאינה מסוגלת להרימנה עצמה תיכשל. התקנה/עדכון/הסרה כמנהל מערכת לא יפעלו.",
"This package bundle had some settings that are potentially dangerous, and may be ignored by default.": "צרור החבילות של חבילה זו הכיל הגדרות שעשויות להיות מסוכנות, ואולי יתעלמה ממנו כברירת מחדל.",
"This package can be updated": "ניתן לעדכן את החבילה הזו",
"This package can be updated to version {0}": "ניתן לעדכן חבילה זו לגרסה {0}",
"This package can be upgraded to version {0}": "חבילה זו ניתנת לשדרוג לגרסה {0}",
"This package cannot be installed from an elevated context.": "לא ניתן להתקין חבילה זו מתוך הקשר מוגבה.",
"This package has no screenshots or is missing the icon? Contrbute to WingetUI by adding the missing icons and screenshots to our open, public database.": "לחבילה הזו אין צילומי מסך או שחסר לו הסמל? תרום ל-WingetUI על ידי הוספת הסמלים וצילומי המסך החסרים למסד הנתונים הפתוח והציבורי שלנו.",
"This package is already installed": "חבילה זו כבר מותקנת",
"This package is being processed": "חבילה זו נמצאת בעיבוד",
"This package is not available": "חבילה זו אינה זמינה",
"This package is on the queue": "החבילה הזו נמצאת בתור",
"This process is running with administrator privileges": "תהליך זה פועל עם הרשאות מנהל",
"This project has no connection with the official {0} project — it's completely unofficial.": "לפרויקט זה אין קשר לפרויקט הרשמי של {0} - הוא לא רשמי לחלוטין.",
"This setting is disabled": "הגדרה זו מושבתת",
"This wizard will help you configure and customize WingetUI!": "אשף זה יעזור לך לקבוע תצורה ולהתאים אישית את WingetUI!",
"Toggle search filters pane": "החלף את חלונית מסנני החיפוש",
"Translators": "מתרגמים",
"Try to kill the processes that refuse to close when requested to": "נסה להרג את התהליכים המסרבים להיסגר כאשר נדרש מהם",
"Turning this on enables changing the executable file used to interact with package managers. While this allows finer-grained customization of your install processes, it may also be dangerous": "הדלקה של זה מאפשרת שינוי קובץ ההפעלה המשמש לביצוע עם מנהלי חבילות. בעוד זה מאפשר התאמת אישית פרטנית יותר לתהליכי ההתקנה שלך, זה עלול גם להיות מסוכן",
"Type here the name and the URL of the source you want to add, separed by a space.": "הקלד כאן את השם ואת כתובת האתר של המקור שברצונך להוסיף, מופרדים ברווח.",
"Unable to find package": "לא מצליח למצוא חבילה",
"Unable to load informarion": "לא ניתן לטעון מידע",
"UniGetUI collects anonymous usage data in order to improve the user experience.": "UniGetUI אוסף נתוני שימוש אנונימיים על מנת לשפר את חוויית המשתמש.",
"UniGetUI collects anonymous usage data with the sole purpose of understanding and improving the user experience.": "UniGetUI אוסף נתוני שימוש אנונימיים אך ורק לצורך הבנת חוויית המשתמש ושיפורה.",
"UniGetUI has detected a new desktop shortcut that can be deleted automatically.": "UniGetUI זיהה קיצור דרך חדש בשולחן העבודה שניתן למחוק אוטומטית.",
"UniGetUI has detected the following desktop shortcuts which can be removed automatically on future upgrades": "UniGetUI זיהה את קיצורי הדרך הבאים שניתן להסיר אוטומטית בעדכונים עתידיים",
"UniGetUI has detected {0} new desktop shortcuts that can be deleted automatically.": "UniGetUI זיהה {0} קיצורי דרך חדשים בשולחן העבודה שניתן למחוק אוטומטית.",
"UniGetUI is being updated...": "UniGetUI מתעדכן...",
"UniGetUI is not related to any of the compatible package managers. UniGetUI is an independent project.": "UniGetUI אינו קשור לאף אחד ממנהלי החבילות התואמות. UniGetUI הוא פרויקט עצמאי.",
"UniGetUI on the background and system tray": "UniGetUI ברקע ובמגש המערכת",
"UniGetUI or some of its components are missing or corrupt.": "UniGetUI או חלק מרכיביו חסרים או פגומים.",
"UniGetUI requires {0} to operate, but it was not found on your system.": "UniGetUI דורש את {0} כדי לפעול, אך לא נמצא במערכת שלך.",
"UniGetUI startup page:": "דף הפתיחה של UniGetUI:",
"UniGetUI updater": "עדכון UniGetUI",
"UniGetUI version {0} is being downloaded.": "UniGetUI גרסה {0} מורדת כעת.",
"UniGetUI {0} is ready to be installed.": "UniGetUI {0} מוכן להתקנה.",
"Uninstall": "הסר",
"Uninstall Scoop (and its packages)": "הסר את Scoop (ואת החבילות שלו)",
"Uninstall and more": "הסרת התקנה ועוד",
"Uninstall and remove data": "הסר התקנה והסר נתונים",
"Uninstall as administrator": "הסר כמנהל מערכת",
"Uninstall canceled by the user!": "הסרת ההתקנה בוטלה על ידי המשתמש!",
"Uninstall failed": "הסרת ההתקנה נכשלה",
"Uninstall options": "אפשרויות הסרה",
"Uninstall package": "הסר חבילה",
"Uninstall package, then reinstall it": "הסר את החבילה ולאחר מכן התקן אותה מחדש",
"Uninstall package, then update it": "הסר את החבילה ולאחר מכן עדכן אותה",
"Uninstall previous versions when updated": "הסר גרסאות קודמות בעדכון",
"Uninstall selected packages": "הסר את החבילות המסומנות",
"Uninstall selection": "בחירת הסרה",
"Uninstall succeeded": "הסרת ההתקנה הצליחה",
"Uninstall the selected packages with administrator privileges": "הסר את התקנת החבילות שנבחרו עם הרשאות מנהל",
"Uninstallable packages with the origin listed as \"{0}\" are not published on any package manager, so there's no information available to show about them.": "חבילות הניתנות להסרה עם המקור הרשום כ\"{0}\" אינן מתפרסמות בשום מנהל חבילות, כך שאין מידע זמין להצגה עליהן.",
"Unknown": "לא ידוע",
"Unknown size": "גודל לא ידוע",
"Unset or unknown": "לא מוגדר או לא ידוע",
"Up to date": "מעודכן",
"Update": "עדכון",
"Update WingetUI automatically": "עדכן את WingetUI באופן אוטומטי",
"Update all": "עדכן הכל",
"Update and more": "עדכון ועוד",
"Update as administrator": "עדכן כמנהל",
"Update check frequency, automatically install updates, etc.": "תדירות בדיקת עדכונים, התקנה אוטומטית של עדכונים ועוד.",
"Update checking": "בדיקת עדכונים",
"Update date": "תאריך עדכון",
"Update failed": "עדכון נכשל",
"Update found!": "נמצא עדכון!",
"Update now": "עדכן כעת",
"Update options": "אפשרויות עדכון",
"Update package indexes on launch": "עדכן את אינדקסי החבילות בעת ההרצה",
"Update packages automatically": "עדכן חבילות באופן אוטומטי",
"Update selected packages": "עדכן את החבילות המסומנות",
"Update selected packages with administrator privileges": "עדכן את החבילות המסומנות עם הרשאות מנהל מערכת",
"Update selection": "עדכון בחירות",
"Update succeeded": "העדכון הצליח",
"Update to version {0}": "עדכן לגרסה {0}",
"Update to {0} available": "עדכון לגרסה{0} זמין",
"Update vcpkg's Git portfiles automatically (requires Git installed)": "עדכן את קובצי הפורט של vcpkg באופן אוטומטי (דורש התקנת Git)",
"Updates": "עדכונים",
"Updates available!": "עדכונים זמינים!",
"Updates for this package are ignored": "עדכונים עבור חבילה זו נחסמו",
"Updates found!": "נמצאו עדכונים!",
"Updates preferences": "העדפות עדכונים",
"Updating WingetUI": "עדכון WingetUI",
"Url": "כתובת אתר",
"Use Legacy bundled WinGet instead of PowerShell CMDLets": "השתמש ב-WinGet מאגד מדור קודם במקום ב- PowerShell CMDLets",
"Use a custom icon and screenshot database URL": "השתמש בסמל מותאם אישית ובכתובת אתר של מסד נתונים צילומי מסך",
"Use bundled WinGet instead of PowerShell CMDlets": "השתמש ב-WinGet המצורף במקום ב-PowerShell CMDlets",
"Use bundled WinGet instead of system WinGet": "השתמש בגרסת WinGet הארוזה במקום גרסת ה-WinGet של המערכת",
"Use installed GSudo instead of UniGetUI Elevator": "השתמש ב-GSudo המותקן במקום UniGetUI Elevator",
"Use installed GSudo instead of the bundled one": "השתמש ב-GSudo המותקן במקום המצורף (דורש הפעלה מחדש של האפליקציה)",
"Use legacy UniGetUI Elevator (disable AdminByRequest support)": "השתמש ב-UniGetUI Elevator מדור קודם (השבת תמיכת AdminByRequest)",
"Use system Chocolatey": "השתמש במערכת Chocolatey",
"Use system Chocolatey (Needs a restart)": "השתמש ב- Chocolatey של המערכת (דורש הפעלה מחדש)",
"Use system Winget (Needs a restart)": "השתמש ב- Winget של המערכת (דורש הפעלה מחדש)",
"Use system Winget (System language must be set to english)": "השתמש ב-Winget של המערכת (שפת המערכת חייבת להיות אנגלית)",
"Use the WinGet COM API to fetch packages": "השתמש ב-WinGet COM API כדי להביא חבילות",
"Use the WinGet PowerShell Module instead of the WinGet COM API": "השתמש במודול ה-WinGet של PowerShell במקום בממשק הרשת של WinGet",
"Useful links": "קישורים שימושיים",
"User": "משתמש",
"User interface preferences": "העדפות ממשק משתמש",
"User | Local": "משתמש | מקומי",
"Username": "שם-משתמש",
"Using WingetUI implies the acceptation of the GNU Lesser General Public License v2.1 License": "השימוש ב-WingetUI מרמז על קבלת רישיון GNU Lesser General Public License v2.1 License",
"Using WingetUI implies the acceptation of the MIT License": "שימוש ב-WingetUI מרמז על קבלת רישיון MIT",
"Vcpkg root was not found. Please define the %VCPKG_ROOT% environment variable or define it from UniGetUI Settings": "לא נמצא נתיב השורש של vcpkg. הגדר את משתנה הסביבה %VCPKG_ROOT% או הגדר אותו מהגדרות UniGetUI",
"Vcpkg was not found on your system.": "vcpkg לא נמצא במערכת שלך.",
"Verbose": "מפורט",
"Version": "גרסה",
"Version to install:": "גרסה להתקנה:",
"Version:": "גרסה:",
"View GitHub Profile": "הצג את פרופיל GitHub",
"View WingetUI on GitHub": "הצג את WingetUI ב- GitHub",
"View WingetUI's source code. From there, you can report bugs or suggest features, or even contribute direcly to The WingetUI Project": "הצג את קוד המקור של WingetUI. משם, אתה יכול לדווח על באגים או להציע תכונות, או אפילו לתרום ישירות לפרויקט WingetUI",
"View mode:": "מצב תצוגה:",
"View on UniGetUI": "הצג ב-UniGetUI",
"View page on browser": "צפה בדף בדפדפן",
"View {0} logs": "הצג לוגים של {0}",
"Wait for the device to be connected to the internet before attempting to do tasks that require internet connectivity.": "המתן לחיבור המכשיר לאינטרנט לפני ניסיון לבצע משימות הדורשות חיבור לרשת.",
"Waiting for other installations to finish...": "ממתין לסיום התקנות אחרות...",
"Waiting for {0} to complete...": "ממתין להשלמת {0}...",
"Warning": "אזהרה",
"Warning!": "אזהרה!",
"We are checking for updates.": "אנו בודקים אם קיימים עדכונים.",
"We could not load detailed information about this package, because it was not found in any of your package sources": "לא יכולנו לטעון מידע מפורט על חבילה זו, מכיוון שהיא לא נמצאת באף אחד ממקורות החבילה שלך.",
"We could not load detailed information about this package, because it was not installed from an available package manager.": "לא היתה לנו אפשרות לטעון מידע מפורט אודות חבילה זו, מכיוון שהיא לא הותקנה ממנהל חבילות זמין.",
"We could not {action} {package}. Please try again later. Click on \"{showDetails}\" to get the logs from the installer.": "איננו יכולים לבצע {action} ל-{package}. נסה שוב מאוחר יותר. לחץ על \"{showDetails}\" כדי לצפות ביומן הרישום של ההתקנה.",
"We could not {action} {package}. Please try again later. Click on \"{showDetails}\" to get the logs from the uninstaller.": "איננו יכולים לבצע {action} ל-{package}. נסה שוב מאוחר יותר. לחץ על \"{showDetails}\" כדי לצפות ביומן הרישום של הסרת ההתקנה.",
"We couldn't find any package": "לא מצאנו שום חבילה",
"Welcome to WingetUI": "ברוכים הבאים ל-WingetUI",
"When batch installing packages from a bundle, install also packages that are already installed": "בעת התקנה בכמות גדולה של חבילות מצרור, התקן גם חבילות שכבר מותקנות",
"When new shortcuts are detected, delete them automatically instead of showing this dialog.": "כאשר מתגלים קיצורי דרך חדשים, הם יימחקו אוטומטית במקום להציג תיבת דו-שיח זו.",
"Which backup do you want to open?": "איזה גיבוי אתה רוצה לפתוח?",
"Which package managers do you want to use?": "באילו מנהלי חבילות ברצונך להשתמש?",
"Which source do you want to add?": "איזה מקור אתה רוצה להוסיף?",
"While Winget can be used within WingetUI, WingetUI can be used with other package managers, which can be confusing. In the past, WingetUI was designed to work only with Winget, but this is not true anymore, and therefore WingetUI does not represent what this project aims to become.": "בעוד שניתן להשתמש ב-Winget בתוך WingetUI, ניתן להשתמש ב-WingetUI עם מנהלי חבילות אחרים, מה שעלול לבלבל. בעבר, WingetUI תוכנן לעבוד רק עם Winget, אבל זה לא נכון יותר, ולכן WingetUI לא מייצג את מה שהפרויקט הזה שואף להפוך.",
"WinGet could not be repaired": "לא ניתן היה לתקן את WinGet",
"WinGet malfunction detected": "זוהתה תקלה ב-WinGet",
"WinGet was repaired successfully": "WinGet תוקן בהצלחה",
"WingetUI": "WingetUI",
"WingetUI - Everything is up to date": "WingetUI - הכל מעודכן",
"WingetUI - {0} updates are available": "WingetUI - {0} עדכונים זמינים",
"WingetUI - {0} {1}": "WingetUI - {0} {1}",
"WingetUI Homepage": "דף הבית של WingetUI",
"WingetUI Homepage - Share this link!": "דף הבית של WingetUI - שתף את הקישור הזה!",
"WingetUI License": "רישיון WingetUI",
"WingetUI Log": "WingetUI יומן",
"WingetUI Repository": "מאגר WingetUI",
"WingetUI Settings": "הגדרות של WingetUI",
"WingetUI Settings File": "קובץ ההגדרות של WingetUI",
"WingetUI Uses the following libraries. Without them, WingetUI wouldn't have been possible.": "WingetUI משתמש בספריות הבאות. בלעדיהם, WingetUI לא היה אפשרי.",
"WingetUI Version {0}": "WingetUI גרסה {0}",
"WingetUI autostart behaviour, application launch settings": "התנהגות הפעלה אוטומטית של WingetUI, הגדרות ההפעלה של WingetUI ",
"WingetUI can check if your software has available updates, and install them automatically if you want to": "WingetUI יכול לבדוק אם לתוכנה שלך יש עדכונים זמינים, ולהתקין אותם באופן אוטומטי אם תרצה בכך",
"WingetUI display language:": "שפת התצוגה של WingetUI:",
"WingetUI has been ran as administrator, which is not recommended. When running WingetUI as administrator, EVERY operation launched from WingetUI will have administrator privileges. You can still use the program, but we highly recommend not running WingetUI with administrator privileges.": "WingetUI הופעל כמנהל, וזה לא מומלץ. בעת הפעלת WingetUI כמנהל מערכת, לכל פעולה שתושק מ-WingetUI תהיה הרשאות מנהל. אתה עדיין יכול להשתמש בתוכנית, אך אנו ממליצים בחום לא להפעיל את WingetUI עם הרשאות מנהל.",
"WingetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you \uD83E\uDD1D": "WingetUI תורגם ליותר מ-40 שפות הודות למתרגמים המתנדבים. תודה לך \uD83E\uDD1D",
"WingetUI has not been machine translated. The following users have been in charge of the translations:": "WingetUI לא תורגם בתרגום מכונה! המשתמשים הבאים היו אחראים על התרגומים:",
"WingetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "WingetUI הוא יישום שמקל על ניהול התוכנה שלך, על ידי מתן ממשק גרפי הכל-באחד עבור מנהלי חבילות שורת הפקודה שלך.",
"WingetUI is being renamed in order to emphasize the difference between WingetUI (the interface you are using right now) and Winget (a package manager developed by Microsoft with which I am not related)": "שם WingetUI משתנה על מנת להדגיש את ההבדל בין WingetUI (הממשק שבו אתה משתמש כרגע) ל-Winget (מנהל חבילות שפותח על ידי מיקרוסופט שאינני קשור אליו)",
"WingetUI is being updated. When finished, WingetUI will restart itself": "WingetUI מתעדכן. בסיום, WingetUI יפעיל את עצמו מחדש",
"WingetUI is free, and it will be free forever. No ads, no credit card, no premium version. 100% free, forever.": "WingetUI הוא בחינם, והוא יהיה בחינם לנצח. ללא פרסומות, ללא כרטיס אשראי, ללא גרסת פרימיום. 100% חינם, לנצח.",
"WingetUI log": "יומן רישום של WingetUI",
"WingetUI tray application preferences": "העדפות יישומי מגש WingetUI",
"WingetUI uses the following libraries. Without them, WingetUI wouldn't have been possible.": "WingetUI משתמש בספריות הבאות. בלעדיהם, WingetUI לא היה אפשרי.",
"WingetUI version {0} is being downloaded.": "הורדה של WingetUI גרסה {0}.",
"WingetUI will become {newname} soon!": "WingetUI יהפוך ל-{newname} בקרוב!",
"WingetUI will not check for updates periodically. They will still be checked at launch, but you won't be warned about them.": "WingetUI לא יחפש עדכונים מעת לעת. הם עדיין ייבדקו בעת ההשקה, אך לא תנתן אזהרה לגביהם.",
"WingetUI will show a UAC prompt every time a package requires elevation to be installed.": "WingetUI יציג הנחית UAC בכל פעם שחבילה דורשת הרשאות התקנה גבוהות.",
"WingetUI will soon be named {newname}. This will not represent any change in the application. I (the developer) will continue the development of this project as I am doing right now, but under a different name.": "WingetUI ייקרא בקרוב {newname}. זה לא ייצג שום שינוי באפליקציה. אני (המפתח) אמשיך בפיתוח הפרויקט הזה כפי שאני עושה כרגע, אבל בשם אחר.",
"WingetUI wouldn't have been possible with the help of our dear contributors. Check out their GitHub profile, WingetUI wouldn't be possible without them!": "WingetUI לא היה אפשרי ללא העזרה של התורמים היקרים שלנו. בדוק את פרופילי GitHub שלהם, WingetUI לא היה אפשרי בלעדיהם!",
"WingetUI wouldn't have been possible without the help of the contributors. Thank you all \uD83E\uDD73": "WingetUI לא היה קורה ללא עזרת התורמים. תודה לכולכם \uD83E\uDD73",
"WingetUI {0} is ready to be installed.": "WingetUI {0} מוכן להתקנה.",
"Write here the process names here, separated by commas (,)": "כתוב כאן את שמות התהליכים, מופרדים בפסיקים (,)",
"Yes": "כן",
"You are logged in as {0} (@{1})": "אתה מחובר כ-{0} (@{1})",
"You can change this behavior on UniGetUI security settings.": "אתה יכול לשנות התנהגות זו בהגדרות האבטחה של UniGetUI.",
"You can define the commands that will be run before or after this package is installed, updated or uninstalled. They will be run on a command prompt, so CMD scripts will work here.": "אתה יכול להגדיר פקודות שירוצו לפני או אחרי התקנה, עדכון או הסרה של חבילה זו. הן תרוצנה בשורת פקודה, כך ש-scripts של CMD יעבדו כאן.",
"You have currently version {0} installed": "כרגע מותקנת גרסה {0}",
"You have installed WingetUI Version {0}": "התקנת את גירסת WingetUI {0}",
"You may lose unsaved data": "אתה עלול לאבד נתונים שלא נשמרו",
"You may need to install {pm} in order to use it with WingetUI.": "ייתכן שתצטרך להתקין את {pm} כדי להשתמש בו עם WingetUI.",
"You may restart your computer later if you wish": "תוכל להפעיל מחדש את המחשב מאוחר יותר אם תרצה בכך",
"You will be prompted only once, and administrator rights will be granted to packages that request them.": "תתבקש פעם אחת בלבד, וזכויות מנהל מערכת יוענקו לחבילות המבקשות אותן.",
"You will be prompted only once, and every future installation will be elevated automatically.": "תתבקש רק פעם אחת, וזכויות מנהל יינתנו לחבילות שיבקשו אותן.",
"You will likely need to interact with the installer.": "כנראה שתצטרך לבצע פעולות עם המתקין.",
"[RAN AS ADMINISTRATOR]": "[רץ כמנהל]",
"buy me a coffee": "קנו לי קפה",
"extracted": "מחולץ",
"feature": "תכונה",
"formerly WingetUI": "לשעבר WingetUI",
"homepage": "דף הבית",
"install": "התקן",
"installation": "התקנה",
"installed": "מותקנת",
"installing": "מתקין",
"library": "ספרייה",
"mandatory": "חובה",
"option": "אפשרות",