-
Notifications
You must be signed in to change notification settings - Fork 770
Expand file tree
/
Copy pathlang_ar.json
More file actions
1155 lines (1155 loc) · 123 KB
/
lang_ar.json
File metadata and controls
1155 lines (1155 loc) · 123 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
{
"Operation in progress": "العملية قيد التنفيذ",
"Please wait...": "الرجاء الانتظار...",
"Success!": "نجاح!",
"Failed": "فشل",
"An error occurred while processing this package": "حدث خطاُ وقت معالجة هذه الحزمة",
"Log in to enable cloud backup": "سجل الدخول لتفعيل النسخ الاحتياطي السحابي",
"Backup Failed": "فشل النسخ الاحتياطي",
"Downloading backup...": "تنزيل النسخة الإحتياطية...",
"An update was found!": "تم إيجاد تحديث!",
"{0} can be updated to version {1}": "يمكن تحديث {0} إلى الإصدار {1}",
"Updates found!": "تم العثور على تحديثات!",
"{0} packages can be updated": "يمكن تحديث {0} حزم",
"You have currently version {0} installed": "لقد قمت حاليًا بتثبيت الإصدار {0}",
"Desktop shortcut created": "تم إنشاء اختصار سطح المكتب",
"UniGetUI has detected a new desktop shortcut that can be deleted automatically.": "اكتشف UniGetUI اختصارًا جديدًا على سطح المكتب يمكن حذفه تلقائيًا.",
"{0} desktop shortcuts created": "تم إنشاء {0} اختصارا سطح المكتب",
"UniGetUI has detected {0} new desktop shortcuts that can be deleted automatically.": "اكتشف UniGetUI {0} اختصارات سطح مكتب جديدة يمكن حذفها تلقائيًا.",
"Are you sure?": "هل أنت متأكد؟",
"Do you really want to uninstall {0}?": "هل تريد حقأ إلغاء تثبيت {0}؟",
"Do you really want to uninstall the following {0} packages?": "هل ترغب حقاً بإزالة تثبيت المصادر {0}؟ ",
"No": "لا",
"Yes": "نعم",
"View on UniGetUI": "اعرض على UniGetUI",
"Update": "تحديث",
"Open UniGetUI": "فتح UniGetUI",
"Update all": "تحديث الكل",
"Update now": "تحديث الآن",
"This package is on the queue": "هذه الحزمة موجودة في قائمة الانتظار",
"installing": "يتم التثبيت",
"updating": "يتم تحديث",
"uninstalling": "يتم إلغاء تثبيت",
"installed": "تم التثبيت",
"Retry": "إعادة المحاولة",
"Install": "تثبيت",
"Uninstall": "إلغاء التثبيت",
"Open": "فتح",
"Operation profile:": "ملف تعريف العملية:",
"Follow the default options when installing, upgrading or uninstalling this package": "اتّباع الخيارات الافتراضية عند تثبيت هذه الحزمة أو ترقيتها أو إلغاء تثبيتها",
"The following settings will be applied each time this package is installed, updated or removed.": "سيتم تطبيق الإعدادات التالية في كل مرة يتم فيها تثبيت هذه الحزمة أو تحديثها أو إزالتها.",
"Version to install:": "الإصدار للتثبيت",
"Architecture to install:": "المعمارية للتثبيت:",
"Installation scope:": "التثبيت scope:",
"Install location:": "مكان التثبيت:",
"Select": "تحديد",
"Reset": "إعادة ضبط",
"Custom install arguments:": "وسائط التثبيت المخصصة:",
"Custom update arguments:": "وسائط التحديث المخصصة:",
"Custom uninstall arguments:": "وسائط إلغاء التثبيت المخصصة:",
"Pre-install command:": "أمر ما قبل التثبيت:",
"Post-install command:": "أمر ما بعد التثبيت:",
"Abort install if pre-install command fails": "إلغاء التثبيت إذا فشل أمر التثبيت المسبق",
"Pre-update command:": "أمر ما قبل التحديث:",
"Post-update command:": "أمر ما بعد التحديث:",
"Abort update if pre-update command fails": "إلغاء التحديث إذا فشل أمر ما قبل التحديث",
"Pre-uninstall command:": "أمر ما قبل إلغاء التثبيت:",
"Post-uninstall command:": "أمر ما بعد إلغاء التثبيت:",
"Abort uninstall if pre-uninstall command fails": "إلغاء أزالة التثبيت إذا فشل أمر ما قبل الإزالة",
"Command-line to run:": "سطر الأوامر للتشغيل:",
"Save and close": "حفظ وإغلاق",
"General": "عام",
"Architecture & Location": "البنية والموقع",
"Command-line": "سطر الأوامر",
"Pre/Post install": "ما قبل/ما بعد التثبيت",
"Run as admin": "تشغيل كمسؤول",
"Interactive installation": "تثبيت تفاعلي",
"Skip hash check": "تخطي تحقق hash",
"Uninstall previous versions when updated": "إلغاء تثبيت الإصدارات السابقة عند التحديث",
"Skip minor updates for this package": "تخطي التحديثات البسيطة لهذه الحزمة",
"Automatically update this package": "تحديث هذه الحزمة تلقائيًا",
"{0} installation options": "{0} خيارات التثبيت",
"Latest": "الأخير",
"PreRelease": "إصدار مبدأي",
"Default": "افتراضي",
"Manage ignored updates": "إدارة التحديثات المتجاهلة",
"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.": "لن يتم أخذ الحزم المدرجة هنا في الاعتبار عند التحقق من وجود تحديثات. انقر نقرًا مزدوجًا فوقهم أو انقر فوق الزر الموجود على يمينهم للتوقف عن تجاهل تحديثاتهم.",
"Reset list": "إعادة تعيين القائمة",
"Do you really want to reset the ignored updates list? This action cannot be reverted": "هل تريد حقًا إعادة تعيين قائمة التحديثات المتجاهلة؟ لا يمكن التراجع عن هذا الإجراء.",
"No ignored updates": "لا توجد تحديثات متجاهلة",
"Package Name": "اسم الحزمة",
"Package ID": "معرف الحزمة",
"Ignored version": "الإصدار المتجاهل",
"New version": "الإصدار الجديد",
"Source": "المصدر",
"All versions": "كل الإصدارات",
"Unknown": "غير معروف",
"Up to date": "محدثة",
"Cancel": "إلغاء",
"Administrator privileges": "صلاحيات المسؤول",
"This operation is running with administrator privileges.": "هذه العملية تعمل بصلاحيات المسؤول",
"Interactive operation": "عملية تفاعلية",
"This operation is running interactively.": "هذه العملية تعمل بشكل تفاعلي.",
"You will likely need to interact with the installer.": "ستحتاج غالباً إلى التفاعل مع المثبت.",
"Integrity checks skipped": "عمليات التحقق من السلامة تم تخطيها",
"Integrity checks will not be performed during this operation.": "لن يتم إجراء عمليات التحقق من السلامة أثناء هذه العملية.",
"Proceed at your own risk.": "التباعة على مسؤوليتك الخاصة.",
"Close": "إغلاق",
"Loading...": "يتم التحميل...",
"Installer SHA256": "SHA256 للمثبت",
"Homepage": "الصفحة الرئيسية",
"Author": "المؤلف",
"Publisher": "الناشر",
"License": "الترخيص",
"Manifest": "القائمة الأساسية",
"Installer Type": "نوع المثبت",
"Size": "الحجم",
"Installer URL": "رابط المثبت",
"Last updated:": "تم التحديث آخر مرة:",
"Release notes URL": "ملاحظات الإصدار URL",
"Package details": "تفاصيل الحزمة",
"Dependencies:": "الاعتماديات:",
"Release notes": "ملاحظات الإصدار",
"Version": "الإصدار",
"Install as administrator": "تثبيت كمسؤول",
"Update to version {0}": "التحديث إلى الإصدار {0}",
"Installed Version": "الإصدار المثبت",
"Update as administrator": "تحديث كمسؤول",
"Interactive update": "تحديث تفاعلي",
"Uninstall as administrator": "إلغاء التثبيت كمسؤول",
"Interactive uninstall": "إلغاء تثبيت تفاعلي",
"Uninstall and remove data": "إلغاء التثبيت وإزالة البيانات",
"Not available": "غير متاح",
"Installer SHA512": "SHA512 للمثبت:",
"Unknown size": "حجم غير معروف",
"No dependencies specified": "لم يتم تحديد أي اعتماديات",
"mandatory": "إلزامي",
"optional": "خياري",
"UniGetUI {0} is ready to be installed.": "UniGetUI {0} جاهز للتثبيت.",
"The update process will start after closing UniGetUI": "ستبدأ عملية التحديث بعد إغلاق UniGetUI",
"UniGetUI has been ran as administrator, which is not recommended. When running UniGetUI as administrator, EVERY operation launched from UniGetUI will have administrator privileges. You can still use the program, but we highly recommend not running UniGetUI with administrator privileges.": "تم تشغيل UniGetUI كمسؤول، وهذا غير مستحسن. عند تشغيل UniGetUI كمسؤول، ستحصل كل عملية يتم تشغيلها من UniGetUI على صلاحيات المسؤول. لا يزال بإمكانك استخدام البرنامج، لكننا نوصي بشدة بعدم تشغيل UniGetUI بصلاحيات المسؤول.",
"Share anonymous usage data": "مشاركة بيانات استخدام مجهولة المصدر",
"UniGetUI collects anonymous usage data in order to improve the user experience.": "يقوم UniGetUI بجمع بيانات الاستخدام مجهولة المصدر لتطوير تجربة المستخدم.",
"Accept": "قبول",
"You have installed UniGetUI Version {0}": "لقد قمت بتثبيت UniGetUI الإصدار {0}",
"Disclaimer": "تنصل (للتوضيح)",
"UniGetUI is not related to any of the compatible package managers. UniGetUI is an independent project.": "UniGetUI ليس مرتبطًا بأي من مديري الحزم المتوافقين. UniGetUI هو مشروع مستقل.",
"UniGetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "لم يكن من الممكن إنشاء UniGetUI بدون مساعدة المساهمين. شكرًا لكم جميعًا 🥳",
"UniGetUI uses the following libraries. Without them, UniGetUI wouldn't have been possible.": "يستخدم UniGetUI المكتبات التالية. بدونها، لم يكن UniGetUI ممكنًا.",
"{0} homepage": "{0} الصفحة الرئيسية",
"UniGetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "لقد تمت ترجمة UniGetUI إلى أكثر من 40 لغة بفضل المترجمين المتطوعين. شكرًا لكم 🤝",
"Verbose": "مطوّل",
"1 - Errors": "1- أخطاء",
"2 - Warnings": "2- تحذيرات",
"3 - Information (less)": "3- معلومات (أقل)",
"4 - Information (more)": "4- معلومات (أكثر)",
"5 - information (debug)": "5- معلومات (للمعالجة)",
"Warning": "تحذير",
"The following settings may pose a security risk, hence they are disabled by default.": "قد تشكّل الإعدادات التالية خطرًا أمنيًا، ولذلك تكون معطّلة افتراضيًا.",
"Enable the settings below if and only if you fully understand what they do, and the implications they may have.": "قم بتمكين الإعدادات أدناه فقط إذا كنت تفهم تمامًا ما تفعله والآثار المترتبة عليها.",
"The settings will list, in their descriptions, the potential security issues they may have.": "ستسرد الإعدادات، في أوصافها، المشكلات الأمنية المحتملة التي قد تنطوي عليها.",
"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 backup will NOT include any binary file nor any program's saved data.": "لن تتضمن النسخة الاحتياطية أي ملف ثنائي أو أي بيانات محفوظة بواسطة برامج.",
"The size of the backup is estimated to be less than 1MB.": "حجم النسخ الإحتياطي مُقدّر بأن يكون أقل من 1 ميغابايت.",
"The backup will be performed after login.": "سيتم إجراء النسخ الاحتياطي بعد تسجيل الدخول.",
"{pcName} installed packages": "الحزم المثبتة بواسطة {pcName}",
"Current status: Not logged in": "الحالة الحالية: لم يتم تسجيل الدخول",
"You are logged in as {0} (@{1})": "أنت مسجل الدخول باسم {0} (@{1})",
"Nice! Backups will be uploaded to a private gist on your account": "رائع! سيتم رفع النسخ الاحتياطية إلى gist خاص في حسابك",
"Select backup": "حدد نسخة احتياطية",
"UniGetUI Settings": "إعدادات UniGetUI",
"Allow pre-release versions": "السماح بنسخ ماقبل الاصدار",
"Apply": "تطبيق",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this.": "لأسباب أمنية، تكون وسائط سطر الأوامر المخصصة معطلة افتراضيًا. انتقل إلى إعدادات أمان UniGetUI لتغيير ذلك.",
"Go to UniGetUI security settings": "الانتقال إلى إعدادات أمان UniGetUI",
"The following options will be applied by default each time a {0} package is installed, upgraded or uninstalled.": "سيتم تطبيق الخيارات التالية افتراضيًا في كل مرة يتم فيها تثبيت حزمة {0} أو ترقيتها أو إلغاء تثبيتها.",
"Package's default": "الافتراضي للحزمة",
"Install location can't be changed for {0} packages": "لا يمكن تغيير موقع التثبيت لحزم {0}",
"The local icon cache currently takes {0} MB": "تبلغ مساحة ذاكرة التخزين المؤقتة للرمز المحلي حاليًا {0} ميجا بايت",
"Username": "اسم المستخدم",
"Password": "كلمة المرور",
"Credentials": "بيانات الاعتماد",
"It is not guaranteed that the provided credentials will be stored safely": "ليس مضمونًا أن يتم تخزين بيانات الاعتماد المقدمة بأمان",
"Partially": "جزئياً",
"Package manager": "مدير الحزم",
"Compatible with proxy": "متوافق مع الوكيل",
"Compatible with authentication": "متوافق مع المصادقة",
"Proxy compatibility table": "جدول توافق الوكيل",
"{0} settings": "إعدادات {0}",
"{0} status": "حالة {0}",
"Default installation options for {0} packages": "خيارات التثبيت الافتراضية لحزم {0}",
"Expand version": "الإصدار الكامل",
"The executable file for {0} was not found": "الملف القابل للتنفيذ لـ {0} لم يتم إيجاده",
"{pm} is disabled": "تم تعطيل {pm}",
"Enable it to install packages from {pm}.": "قم بتفعيله لتثبيت الحزم من {pm}.",
"{pm} is enabled and ready to go": "تم تمكين {pm} وهو جاهز للاستخدام",
"{pm} version:": "إصدار {pm}:",
"{pm} was not found!": "لم يتم العثور على {pm}!",
"You may need to install {pm} in order to use it with UniGetUI.": "قد تحتاج إلى تثبيت {pm} حتى تتمكن من استخدامه مع UniGetUI.",
"Scoop Installer - UniGetUI": "UniGetUI - مثبت Scoop",
"Scoop Uninstaller - UniGetUI": "UniGetUI - إلغاء تثبيت Scoop",
"Clearing Scoop cache - UniGetUI": "مسح ذاكرة التخزين المؤقت Scoop لـ UniGetUI",
"Restart UniGetUI to fully apply changes": "أعد تشغيل UniGetUI لتطبيق التغييرات بالكامل",
"Restart UniGetUI": "أعد تشغيل UniGetUI",
"Manage {0} sources": "إدارة {0} من المصادر",
"Add source": "إضافة مصدر",
"Add": "إضافة",
"Source name": "اسم المصدر",
"Source URL": "عنوان URL للمصدر",
"Other": "أخرى",
"No minimum age": "بدون عمر أدنى",
"1 day": "يوم 1",
"{0} days": "{0} أيام",
"Custom...": "مخصص...",
"{0} minutes": "{0} دقائق",
"1 hour": "ساعة واحدة",
"{0} hours": "{0} ساعات",
"1 week": "أسبوع واحد",
"Supports release dates": "يدعم تواريخ الإصدار",
"Release date support per package manager": "دعم تاريخ الإصدار لكل مدير حزم",
"UniGetUI Version {0}": "إصدار UniGetUI {0}",
"Search for packages": "البحث عن حزم",
"Local": "محلي",
"OK": "حسنًا",
"{0} packages were found, {1} of which match the specified filters.": "تم العثور على {0} حزمة، {1} منها تطابق الفلاتر المحددة.",
"{0} selected": " {0}محدد",
"(Last checked: {0})": "(أخر تحقق: {0}) ",
"Enabled": "مفعّل",
"Disabled": "معطل",
"More info": "معلومات أكثر",
"GitHub account": "حساب GitHub",
"Log in with GitHub to enable cloud package backup.": "سجّل الدخول باستخدام GitHub لتمكين النسخ الاحتياطي السحابي للحزم.",
"More details": "تفاصيل أكثر",
"Log in": "تسجيل الدخول",
"If you have cloud backup enabled, it will be saved as a GitHub Gist on this account": "إذا كان النسخ الاحتياطي السحابي مفعّلًا، فسيتم حفظه كـ GitHub Gist على هذا الحساب",
"Log out": "تسجيل الخروج",
"About UniGetUI": "حول UniGetUI",
"About": "عنا",
"Third-party licenses": "تراخيص الطرف الثالث",
"Contributors": "المساهمون",
"Translators": "المترجمون",
"Manage shortcuts": "إدارة الاختصارات",
"UniGetUI has detected the following desktop shortcuts which can be removed automatically on future upgrades": "اكتشف UniGetUI اختصارات سطح المكتب التالية والتي يمكن إزالتها تلقائيًا في الترقيات المستقبلية",
"Do you really want to reset this list? This action cannot be reverted.": "هل ترغب فعلاً بإعادة تعيين هذه القائمة؟ هذا الإجراء لا يمكن التراجع عنه.",
"Open in explorer": "فتح في المستكشف",
"Remove from list": "إزالة من القائمة",
"When new shortcuts are detected, delete them automatically instead of showing this dialog.": "إذا اكتُشِفت اختصارات جديدة، أزلهم تلقائيا بدلا من عرض هذه النافذة",
"UniGetUI collects anonymous usage data with the sole purpose of understanding and improving the user experience.": "يقوم UniGetUI بجمع بيانات استخدام مجهولة المصدر لغاية وحيدة وهي فهم وتطوير تجربة المستخدم.",
"More details about the shared data and how it will be processed": "المزيد من التفاصيل عن البيانات التم يتم مشاركتها وكيف سيتم معالجتها",
"Do you accept that UniGetUI collects and sends anonymous usage statistics, with the sole purpose of understanding and improving the user experience?": "هل تقبل أن يقوم UniGetUI بجمع وإرسال إحصائيات استخدام مجهولة الهوية، من أجل فهم وتحسين تجربة المتسخدم فقط؟",
"Decline": "رفض",
"No personal information is collected nor sent, and the collected data is anonimized, so it can't be back-tracked to you.": "لن يتم جمع أو إرسال أية معلومات شخصية، والبيانات التي يتم جمعها ستكون مجهولة المصدر، لذا لا يمكن تتبعها رجوعاً إليك.",
"Toggle navigation panel": "تبديل لوحة التنقل",
"Minimize": "تصغير",
"Maximize": "تكبير",
"UniGetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "UniGetUI هو تطبيق يجعل إدارة البرامج الخاصة بك أسهل، من خلال توفير واجهة رسومية شاملة لمديري حزم سطر الأوامر لديك.",
"Useful links": "روابط مفيدة",
"UniGetUI Homepage": "الصفحة الرئيسية لـ UniGetUI",
"Report an issue or submit a feature request": "الإبلاغ عن مشكلة أو تقديم طلب ميزة",
"UniGetUI Repository": "مستودع UniGetUI",
"View GitHub Profile": "عرض ملف GitHub الشخصي ",
"UniGetUI License": "ترخيص UniGetUI",
"Using UniGetUI implies the acceptation of the MIT License": "إن استخدام UniGetUI يعني قبول ترخيص MIT",
"Become a translator": "كن مُترجِماً",
"View page on browser": "أعرض الصفحة في المتصفح",
"Copy to clipboard": "نسخ إلى الحافظة",
"Export to a file": "تصدير إلى ملف",
"Log level:": "مستوى السجل:",
"Reload log": "إعادة تحميل السجل",
"Export log": "تصدير السجل",
"UniGetUI Log": "سجل UniGetUI",
"Text": "نص",
"Change how operations request administrator rights": "تغيير كيفية طلب العمليات لحقوق المسؤول",
"Restrictions on package operations": "قيود على عمليات الحزم",
"Restrictions on package managers": "قيود على مديري الحزم",
"Restrictions when importing package bundles": "قيود عند استيراد باقات الحزم",
"Ask for administrator privileges once for each batch of operations": "اطلب صلاحيات المسؤول مرة واحدة لكل دفعة من العمليات",
"Ask only once for administrator privileges": "السؤال مرة واحد لامتيازات المسؤول",
"Prohibit any kind of Elevation via UniGetUI Elevator or GSudo": "منع أي نوع من الرفع عبر UniGetUI Elevator أو GSudo",
"This option WILL cause issues. Any operation incapable of elevating itself WILL FAIL. Install/update/uninstall as administrator will NOT WORK.": "سيؤدي هذا الخيار بالتأكيد إلى حدوث مشاكل. أي عملية غير قادرة على رفع صلاحياتها بنفسها ستفشل. لن يعمل التثبيت أو التحديث أو إلغاء التثبيت كمسؤول.",
"Allow custom command-line 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 التحكم بها. قد يؤدي استخدام أسطر أوامر مخصصة إلى إفساد الحزم. تابع بحذر.",
"Ignore custom pre-install and post-install commands when importing packages from a 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": "سيتم تشغيل أوامر ما قبل التثبيت وما بعده قبل وبعد تثبيت الحزمة أو ترقيتها أو إلغاء تثبيتها. انتبه إلى أنها قد تتسبب في مشاكل ما لم تُستخدم بحذر",
"Allow changing the paths for package manager executables": "السماح بتغيير المسارات لملفات مدير الحزم التنفيذية",
"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": "يؤدي تشغيل هذا الخيار إلى تمكين تغيير الملف التنفيذي المستخدم للتعامل مع مديري الحزم. وبينما يتيح هذا تخصيصًا أدق لعمليات التثبيت، فقد يكون خطيرًا أيضًا",
"Allow importing custom command-line arguments when importing packages from a bundle": "السماح باستيراد معاملات سطر الأوامر المخصصة عند استيراد الحزم من رزمة",
"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": "يمكن أن تؤدي وسائط سطر الأوامر غير الصالحة إلى إفساد الحزم، أو حتى السماح لجهة خبيثة بالحصول على تنفيذ بامتيازات مرتفعة. لذلك، يكون استيراد وسائط سطر الأوامر المخصصة معطّلًا افتراضيًا.",
"Allow importing custom pre-install and post-install commands when importing packages from a bundle": "السماح باستيراد أوامر ما قبل التثبيت وما بعده المخصصة عند استيراد الحزم من باقة",
"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": "يمكن لأوامر ما قبل التثبيت وما بعده أن تفعل أشياء سيئة جدًا بجهازك إذا صُممت لذلك. قد يكون استيراد هذه الأوامر من باقة أمرًا خطيرًا جدًا ما لم تكن تثق بمصدر باقة الحزمة تلك",
"Administrator rights and other dangerous settings": "صلاحيات المسؤول وإعدادت خطيرة أخرى",
"Package backup": "النسخة الاحتياطية للحزمة",
"Cloud package backup": "النسخ الاحتياطي السحابي للحزم",
"Local package backup": "النسخ الاحتياطي المحلي للحزم",
"Local backup advanced options": "خيارات متطورة للنسخ الاحتياطية",
"Log in with GitHub": "تسجيل الدخول عن طريق GitHub",
"Log out from GitHub": "تسجيل الخروج عن طريق GitHub",
"Periodically perform a cloud backup of the installed packages": "إجراء نسخ احتياطي سحابي للحزم المثبتة بشكل دوري",
"Cloud backup uses a private GitHub Gist to store a list of installed packages": "تستخدم النسخة الاحتياطية السحابية Gist خاصًا على GitHub لتخزين قائمة الحزم المثبتة",
"Perform a cloud backup now": "إجراء نسخ احتياطي سحابي الآن",
"Backup": "النسخ الإحتياطي",
"Restore a backup from the cloud": "استعادة نسخة احتياطية من السحابة",
"Begin the process to select a cloud backup and review which packages to restore": "بدء عملية اختيار نسخ احتياطي سحابي واختيار أي الحزم سيتم استعادتها",
"Periodically perform a local backup of the installed packages": "إجراء نسخ احتياطي محلي للحزم المثبتة بشكل دوري",
"Perform a local backup now": "إجراء نسخ احتياطي محلي الآن",
"Change backup output directory": "تغيير موقع ملفات النسخ الاحتياطي",
"Set a custom backup file name": "تعيين اسم ملف النسخ الاحتياطي المخصص",
"Leave empty for default": "اتركه فارغًا للإفتراضي",
"Add a timestamp to the backup file names": "إضافة ختم زمني إلى أسماء ملفات النسخ الاحتياطي",
"Backup and Restore": "النسخ الاحتياطي والاستعادة",
"Enable background api (UniGetUI Widgets and Sharing, port 7058)": "تمكين واجهة برمجة التطبيقات الخلفية (أدوات UniGetUI والمشاركة، المنفذ 7058)",
"Wait for the device to be connected to the internet before attempting to do tasks that require internet connectivity.": "انتظار اتصال الجهاز بالانترنت قبل محاولة عمل المهام التي تتطلب اتصالاً بالشبكة.",
"Disable the 1-minute timeout for package-related operations": "تعطيل مهلة الدقيقة الواحدة للعمليات المتعلقة بالحزمة",
"Use installed GSudo instead of UniGetUI Elevator": "استخدم GSudo المثبّت بدلًا من UniGetUI Elevator",
"Use a custom icon and screenshot database URL": "استخدام رابط مخصص لقاعدة بيانات الأيقونات ولقطات الشاشة",
"Enable background CPU Usage optimizations (see Pull Request #3278)": "تفعيل تحسينات استخدام وحدة المعالجة المركزية في الخلفية (انظر الطلب #3278)",
"Perform integrity checks at startup": "إجراء عمليات التحقق من السلامة عند بدء التشغيل",
"When batch installing packages from a bundle, install also packages that are already installed": "عند تثبيت الحزم من باقة دفعةً واحدة، ثبّت أيضًا الحزم المثبتة بالفعل",
"Experimental settings and developer options": "إعدادات تجريبية و خيارات المطور",
"Show UniGetUI's version and build number on the titlebar.": "إظهار نسخة UniGetUI على شرط العنوان",
"Language": "اللغة",
"UniGetUI updater": "محدّث UniGetUI",
"Telemetry": "القياس عن بُعد",
"Manage UniGetUI settings": "إدارة إعدادات UniGetUI",
"Related settings": "إعدادات مرتبطة",
"Update UniGetUI automatically": "تحديث UniGetUI تلقائياً",
"Check for updates": "التحقق من التحديثات",
"Install prerelease versions of UniGetUI": "تثبيت الإصدارات التجريبية من UniGetUI",
"Manage telemetry settings": "إدارة إعدادات القياس عن بعد",
"Manage": "أدِر",
"Import settings from a local file": "إستيراد الإعدادات من ملف محلي",
"Import": "إستيراد",
"Export settings to a local file": "تصدير الإعدادات إلى ملف محلي",
"Export": "تصدير",
"Reset UniGetUI": "إعادة تعيين UniGetUI",
"User interface preferences": "تفضيلات واجهة المستخدم",
"Application theme, startup page, package icons, clear successful installs automatically": "سمة التطبيق، صفحة بدء التشغيل، أيقونات الحزمة، مسح التثبيتات الناجحة تلقائيًا",
"General preferences": "التفضيلات العامة",
"UniGetUI display language:": "لغة عرض UniGetUI:",
"Is your language missing or incomplete?": "هل لغتك مفقودة أم غير مكتملة؟",
"Appearance": "المظهر",
"UniGetUI on the background and system tray": "UniGetUI في الخلفية وشريط المهام",
"Package lists": "قوائم الحزمة",
"Close UniGetUI to the system tray": "إغلاق UniGetUI إلى شريط المهام",
"Manage UniGetUI autostart behaviour": "إدارة سلوك التشغيل التلقائي لـ UniGetUI",
"Show package icons on package lists": "إظهار أيقونات الحزمة في قوائم الحزمة",
"Clear cache": "مسح ذاكرة التخزين المؤقت",
"Select upgradable packages by default": "حدد الحزم التي سيتم ترقيتها بشكل افتراضي",
"Light": "فاتح",
"Dark": "داكن",
"Follow system color scheme": "اتباع نمط ألوان النظام",
"Application theme:": "مظهر التطبيق:",
"Discover Packages": "استكشف الحزم",
"Software Updates": "تحديثات البرامج",
"Installed Packages": "الحزم المثبتة",
"Package Bundles": "حزم الحزم",
"Settings": "الإعدادات",
"UniGetUI startup page:": "صفحة بدء تشغيل UniGetUI:",
"Proxy settings": "إعدادات الوكيل",
"Other settings": "إعدادات أخرى",
"Connect the internet using a custom proxy": "الاتصال بشبكة الانترنت باستخدام وكيل مخصص",
"Please note that not all package managers may fully support this feature": "يرجى ملاحظة أنه قد لا يمكن لجميع إدارات الحزمة ان تدعم هذه الخاصية",
"Proxy URL": "عنوان URL الخاص بالوكيل",
"Enter proxy URL here": "أدخل رابط الخادم هنا",
"Authenticate to the proxy with a user and a password": "المصادقة على الوكيل باستخدام اسم مستخدم وكلمة مرور",
"Internet and proxy settings": "إعدادات الإنترنت والوكيل",
"Package manager preferences": "تفضيلات مدير الحزم",
"Ready": "جاهز",
"Not found": "غير موجود",
"Notification preferences": "تفضيلات الإشعارات",
"Notification types": "أنواع التنبيهات",
"The system tray icon must be enabled in order for notifications to work": "يجب تفعيل أيقونة شريط المهام لكي تعمل الإشعارات",
"Enable UniGetUI notifications": "تفعيل إشعارات UniGetUI",
"Show a notification when there are available updates": "إظهار إشعار عند توفر تحديثات",
"Show a silent notification when an operation is running": "إظهار إشعار صامت عند تشغيل عملية ما",
"Show a notification when an operation fails": "إظهار إشعار عند فشل العملية",
"Show a notification when an operation finishes successfully": "إظهار إشعار عند انتهاء العملية بنجاح",
"Concurrency and execution": "التزامن والتنفيذ",
"Automatic desktop shortcut remover": "إزالة اختصار سطح المكتب تلقائيًا",
"Choose how many operations should be performed in parallel": "اختر عدد العمليات التي يجب تنفيذها بالتوازي",
"Clear successful operations from the operation list after a 5 second delay": "مسح العمليات الناجحة من قائمة العمليات بعد 5 ثوانٍ",
"Download operations are not affected by this setting": "عمليات التنزيل لا تتأثر بهذا الإعداد",
"Try to kill the processes that refuse to close when requested to": "حاول إنهاء العمليات التي ترفض الإغلاق عند طلب ذلك",
"You may lose unsaved data": "قد تفقد بيانات غير محفوظة",
"Ask to delete desktop shortcuts created during an install or upgrade.": "اطلب حذف اختصارات سطح المكتب التي تم إنشاؤها أثناء التثبيت أو الترقية.",
"Package update preferences": "تفضيلات تحديث الحزمة",
"Update check frequency, automatically install updates, etc.": "تردد فحص التحديثات، تثبيت التحديثات تلقائياً، إلخ.",
"Reduce UAC prompts, elevate installations by default, unlock certain dangerous features, etc.": "تقليل مطالبات UAC، ورفع التثبيتات افتراضيًا، وفتح بعض الميزات الخطيرة، وغير ذلك.",
"Package operation preferences": "تفضيلات عملية الحزمة",
"Enable {pm}": "تفعيل {pm}",
"Not finding the file you are looking for? Make sure it has been added to path.": "ألا تجد الملف الذي تبحث عنه؟ تأكد من أنه تمت إضافته إلى المسار.",
"For security reasons, changing the executable file is disabled by default": "لدواعٍ أمنية، يكون تغيير الملف التنفيذي معطّلًا افتراضيًا",
"Change this": "تغيير هذا",
"Select the executable to be used. The following list shows the executables found by UniGetUI": "حدد الملف التنفيذي المراد استخدامه. تعرض القائمة التالية الملفات التنفيذية التي عثر عليها UniGetUI",
"Current executable file:": "الملف التنفيذي الحالي:",
"Ignore packages from {pm} when showing a notification about updates": "تجاهل الحزم من {pm} عند إظهار إشعار عن التحديث",
"Update security": "أمان التحديثات",
"Use global setting": "استخدام الإعداد العام",
"e.g. 10": "مثلًا 10",
"{pm} does not provide release dates for its packages, so this setting will have no effect": "لا يوفّر {pm} تواريخ إصدار لحزمه، لذا لن يكون لهذا الإعداد أي تأثير",
"Override the global minimum update age for this package manager": "تجاوز الحد الأدنى العام لعمر التحديثات لهذا مدير الحزم",
"Minimum age for updates": "الحد الأدنى لعمر التحديثات",
"Custom minimum age (days)": "عمر أدنى مخصص (بالأيام)",
"View {0} logs": "إظهار {0} سجل",
"If Python cannot be found or is not listing packages but is installed on the system, ": "إذا تعذر العثور على Python أو لم يكن يعرض الحزم رغم أنه مثبت على النظام، ",
"Advanced options": "خيارات متقدمة",
"Reset WinGet": "إعادة تعيين WinGet",
"This may help if no packages are listed": "قد يكون هذا مفيدًا إذا لم يتم إدراج أي حزم",
"Force install location parameter when updating packages with custom locations": "فرض معامل موقع التثبيت عند تحديث الحزم ذات المواقع المخصصة",
"Use bundled WinGet instead of system WinGet": "استخدم WinGet المجمع بدلاً من WinGet الخاص بالنظام",
"This may help if WinGet packages are not shown": "قد يكون هذا مفيدًا إذا لم يتم عرض حزم WinGet",
"Install Scoop": "تثبيت Scoop",
"Uninstall Scoop (and its packages)": "إلغاء تثبيت Scoop (و حزمه)",
"Run cleanup and clear cache": "قم بتشغيل التنظيف ومسح ذاكرة التخزين المؤقت",
"Run": "تشغيل",
"Enable Scoop cleanup on launch": "تفعيل تنظيف Scoop عند البدأ",
"Use system Chocolatey": "استخدم نظام Chocolatey",
"Default vcpkg triplet": "ثلاثية vcpkg الافتراضية",
"Change vcpkg root location": "تغيير موقع جذر vcpkg",
"Language, theme and other miscellaneous preferences": "اللغة, المظهر و تفضيلات متنوعة أخرى",
"Show notifications on different events": "إظهار الإشعارات حول الأحداث المختلفة",
"Change how UniGetUI checks and installs available updates for your packages": "تغيير كيفية قيام UniGetUI بالتحقق من التحديثات المتوفرة لحزمك وتثبيتها",
"Automatically save a list of all your installed packages to easily restore them.": "تلقائياً قم بحفظ قائمة لكل حُزمِك المثبتة لاستعادتها بسهولة.",
"Enable and disable package managers, change default install options, etc.": "تمكين مديري الحزم وتعطيلهم، وتغيير خيارات التثبيت الافتراضية، وغير ذلك.",
"Internet connection settings": "إعدادات اتصال الانرنت",
"Proxy settings, etc.": "إعدادات الوكيل، وأخرى.",
"Beta features and other options that shouldn't be touched": "ميزات تجريبية و خيارات أخرى لا يجب لمسها",
"Update checking": "التحقق من التحديثات",
"Automatic updates": "التحديثات التلقائية",
"Check for package updates periodically": "البحث عن التحديثات بشكل متكرر",
"Check for updates every:": "البحث عن التحديثات كل:",
"Install available updates automatically": "تثبيت التحديثات المتوفرة تلقائيًا",
"Do not automatically install updates when the network connection is metered": "لا تقم بتثبيت التحديثات تلقائياً عندما يكون اتصال الشبكة محدود",
"Do not automatically install updates when the device runs on battery": "عدم تثبيت التحديثات تلقائيًا عندما يعمل الجهاز على البطارية",
"Do not automatically install updates when the battery saver is on": "لا تقم بتثبيت التحديثات تلقائياً عند تشغيل وضع توفير الطاقة",
"Only show updates that are at least the specified number of days old": "اعرض فقط التحديثات التي مضى عليها على الأقل عدد الأيام المحدد",
"Change how UniGetUI handles install, update and uninstall operations.": "تغيير كيفية تولي UniGetUI لعمليات التثبيت، التحديث، والإزالة.",
"Package Managers": "مدراء الحزم",
"More": "أكثر",
"Package Manager logs": "سجلات نظام إدارة الحزم",
"Operation history": "سجل العمليات",
"Help": "مساعدة",
"Quit UniGetUI": "إنهاء UniGetUI",
"Order by:": "رتب بحسب:",
"Name": "الاسم",
"Id": "معرّف",
"Ascendant": "صعوداً",
"Descendant": "تنازلي",
"View mode:": "طريقة العرض:",
"Filters": "فرز",
"Sources": "المصادر",
"Search for packages to start": "ابحث عن الحزم للبدء",
"Select all": "تحديد الكل",
"Clear selection": "إزالة التحديد",
"Instant search": "البحث الفوري",
"Distinguish between uppercase and lowercase": "تمييز بين الأحرف الكبيرة والصغيرة",
"Ignore special characters": "تجاهل الأحرف الخاصة",
"Search mode": "وضع البحث",
"Both": "كلاهما",
"Exact match": "تطابق تام\n",
"Show similar packages": "إظهار الحُزم المتشابهة",
"Nothing to share": "لا يوجد ما يمكن مشاركته",
"Please select a package first.": "يرجى تحديد حزمة أولًا.",
"Share link copied": "تم نسخ رابط المشاركة",
"The share link for {0} has been copied to the clipboard.": "تم نسخ رابط المشاركة الخاص بـ {0} إلى الحافظة.",
"No results were found matching the input criteria": "لم يتم العثور على نتائج مطابقة لمعايير الإدخال",
"No packages were found": "لم يتم العثور على الحُزم",
"Loading packages": "تحميل الحزم",
"Skip integrity checks": "تخطي عمليات التحقق من السلامة",
"Download selected installers": "تحميل المُنصِّب المحدد",
"Install selection": "تثبيت المُحدد",
"Install options": "خيارات التثبيت",
"Share": "مشاركة",
"Add selection to bundle": "إضافة المُحدد إلى الحزمة",
"Download installer": "تحميل المُنصِّب",
"Share this package": "مشاركة هذه الحزمة",
"Uninstall selection": "إلغاء تثبيت المحدد",
"Uninstall options": "خيارات إلغاء التثبيت",
"Ignore selected packages": "تجاهل الحزم المحددة",
"Open install location": "فتح موقع التثبيت",
"Reinstall package": "إعادة تثبيت الحزمة",
"Uninstall package, then reinstall it": "أزِل تثبيت الحزمة, ثم أعِد تثبيتها",
"Ignore updates for this package": "تجاهل التحديثات لهذه الحزمة",
"Do not ignore updates for this package anymore": "لا تتجاهل التحديثات الخاصة بهذه الحزمة بعد الآن",
"Add packages or open an existing package bundle": "أضف حزم أو افتح حزمة مسبقة",
"Add packages to start": "أضف حزم للبدء",
"The current bundle has no packages. Add some packages to get started": "لا تحتوي الحزمة الحالية على أي حزم. أضف بعض الحزم للبدء",
"New": "جديد",
"Save as": "حفظ كـ",
"Remove selection from bundle": "حذف المحدد من الحزمة",
"Skip hash checks": "تخطي عمليات التحقق من hash",
"The package bundle is not valid": "الحزمة غير صالحة",
"The bundle you are trying to load appears to be invalid. Please check the file and try again.": "يبدو أن الحزمة التي تحاول تحميلها غير صالحة. يرجى التحقق من الملف والمحاولة مرة أخرى.",
"Package bundle": "حزمة الحزمة",
"Could not create bundle": "لم يتمكن من إنشاء الحزمة",
"The package bundle could not be created due to an error.": "لم يتم إنشاء حزمة الحزمة بسبب خطأ.",
"Unsaved changes": "تغييرات غير محفوظة",
"Discard changes": "تجاهل التغييرات",
"You have unsaved changes in the current bundle. Do you want to discard them?": "لديك تغييرات غير محفوظة في الحزمة الحالية. هل تريد تجاهلها؟",
"Bundle security report": "رزمة تقرير الأمان",
"The bundle contained restricted content": "تحتوي الحزمة على محتوى مقيّد",
"Hooray! No updates were found.": "يا للسعادة! لم يتم العثور على أية تحديثات!",
"Everything is up to date": "كل شيءٍ مُحدّث",
"Uninstall selected packages": "إلغاء تثبيت الحزم المحددة",
"Update selection": "تحديث المحدد",
"Update options": "خيارات التحديث",
"Uninstall package, then update it": "أزِل تثبيت الحزمة, ثم حدِثّها",
"Uninstall package": "إلغاء تثبيت الحزمة",
"Skip this version": "تخطي هذه النسخة",
"Pause updates for": "إيقاف التحديثات لـ",
"The Rust package manager.<br>Contains: <b>Rust libraries and programs written in Rust</b>": "مدير حزمة Rust.<br>يحتوي على: <b>مكتبات Rust والبرامج المكتوبة بلغة Rust</b>",
"The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>": "نظام إدارة الحزم الكلاسيكي لويندوز. ستجد كل شيء هناك. <br> يحتوي على: <b> برامج عامة </ 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>": "مستودع مليء بالأدوات والملفات القابلة للتنفيذ المصممة مع وضع نظام Microsoft البيئي .NET في الاعتبار.<br>يحتوي على: <b>أدوات وبرامج نصية مرتبطة بـ .NET</b>",
"NuPkg (zipped manifest)": "NuPkg (بيان مضغوط)",
"The Missing Package Manager for macOS (or Linux).<br>Contains: <b>Formulae, Casks</b>": "مدير الحزم المفقود لنظام macOS (أو Linux).<br>يحتوي على: <b>Formulae, Casks</b>",
"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. مليئة بالمكتبات والأدوات المساعدة الأخرى التي تدور حول عالم جافا سكريبت <br> تحتوي على: <b> مكتبات Node javascript والأدوات المساعدة الأخرى ذات الصلة </ b>",
"Python's library manager. Full of python libraries and other python-related utilities<br>Contains: <b>Python libraries and related utilities</b>": "مدير مكتبة بايثون. مليء بمكتبات بايثون وأدوات مساعدة أخرى متعلقة بالبايثون<br>يحتوي على: <b>مكتبات بايثون وأدوات مساعدة متعلقة</b>",
"PowerShell's package manager. Find libraries and scripts to expand PowerShell capabilities<br>Contains: <b>Modules, Scripts, Cmdlets</b>": "مدير حزم PowerShell. ابحث عن المكتبات والبرامج النصية لتوسيع إمكانيات PowerShell<br>يحتوي على: <b>وحدات نمطية وبرامج نصية وأدوات أوامر</b>",
"extracted": "تم استخراجه",
"Scoop package": "حزم Scoop",
"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>تحتوي: </br>أدوات، سطور أوامر، برامج، وبرمجيات عامة (بحاجة لحاوية إضافية",
"library": "مكتبة",
"feature": "ميزة",
"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>",
"option": "خيار",
"This package cannot be installed from an elevated context.": "لا يمكن تثبيت هذه الحزمة من سياق مرتفع.",
"Please run UniGetUI as a regular user and try again.": "يرجى تشغيل UniGetUI كمستخدم عادي ثم حاول مرة أخرى.",
"Please check the installation options for this package and try again": "يرجى التحقق من خيارات التثبيت لهذه الحزمة ثم المحاولة مرة أخرى",
"Microsoft's official package manager. Full of well-known and verified packages<br>Contains: <b>General Software, Microsoft Store apps</b>": "مدير الحزم الرسمي لشركة Microsoft. مليئة بالحزم المعروفة والتي تم التحقق منها <br> تحتوي على: <b> برامج عامة ، تطبيقات متجر مايكروسوفت</b>",
"Local PC": "الكمبيوتر المحلي",
"Android Subsystem": "نظام Android الفرعي",
"Operation on queue (position {0})...": "العملية على قائمة الانتظار (الموضع {0})...",
"Click here for more details": "اضغط هنا للمزيد من التفاصيل",
"Operation canceled by user": "تم إلغاء العملية بواسطة المستخدم",
"Running PreOperation ({0}/{1})...": "جارٍ تشغيل ما قبل العملية ({0}/{1})...",
"PreOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "فشلت مرحلة ما قبل العملية {0} من أصل {1}، وتم تمييزها على أنها ضرورية. جارٍ الإلغاء...",
"PreOperation {0} out of {1} finished with result {2}": "انتهت مرحلة ما قبل العملية {0} من أصل {1} بالنتيجة {2}",
"Starting operation...": "يجري التسغيل...",
"Running PostOperation ({0}/{1})...": "جارٍ تشغيل ما بعد العملية ({0}/{1})...",
"PostOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "فشلت مرحلة ما بعد العملية {0} من أصل {1}، وتم تمييزها على أنها ضرورية. جارٍ الإلغاء...",
"PostOperation {0} out of {1} finished with result {2}": "انتهت مرحلة ما بعد العملية {0} من أصل {1} بالنتيجة {2}",
"{package} installer download": "حمّل مثبّت {package}",
"{0} installer is being downloaded": "مثبت {0} قيد التحميل",
"Download succeeded": "تم التحميل بنجاح",
"{package} installer was downloaded successfully": "تم تحميل مثبّت {package} بنجاح",
"Download failed": "فشل التحميل",
"{package} installer could not be downloaded": "لم يتم تحميل مثبّت {package}",
"{package} Installation": "{package} التثبيت",
"{0} is being installed": "جاري تثبيت {0}",
"Installation succeeded": "نجاح التنزيل",
"{package} was installed successfully": "تم تثبيت {package} بنجاح",
"Installation failed": "فشل التنزيل",
"{package} could not be installed": "لم يتم تثبيت {package}",
"{package} Update": "تحديث {package}",
"{0} is being updated to version {1}": "يتم تحديث {0} إلى الإصدار {1}",
"Update succeeded": "تم التحديث بنجاح",
"{package} was updated successfully": "تم تحديث {package} بنجاح",
"Update failed": "فشل التحديث",
"{package} could not be updated": "لم يتمكن من تحديث {package}",
"{package} Uninstall": "{package} إلغاء التثبيت",
"{0} is being uninstalled": "جاري إلغاء تثبيت {0}",
"Uninstall succeeded": "تم إلغاء التثبيت بنجاح",
"{package} was uninstalled successfully": "تم إلغاء تثبيت {package} بنجاح",
"Uninstall failed": "فشل إلغاء التثبيت",
"{package} could not be uninstalled": "لم يتم إلغاء تثبيت {package}",
"Adding source {source}": "إضافة مصدر {source}",
"Adding source {source} to {manager}": "إضافة المصدر {source} إلى {manager} ",
"Source added successfully": "تم إضافة المصدر بنجاح",
"The source {source} was added to {manager} successfully": "تمت إضافة المصدر {source} إلى {manager} بنجاح",
"Could not add source": "لم يتم إضافة مصدر",
"Could not add source {source} to {manager}": "لم يٌتمكن من إضافة المصدر {source} إلى {manager}",
"Removing source {source}": "إزالة المصدر {source}",
"Removing source {source} from {manager}": "إزالة المصدر {source} من {manager}",
"Source removed successfully": "تم حذف المصدر بنجاح",
"The source {source} was removed from {manager} successfully": "تم إزالة المصدر {source} من {manager} بنجاح",
"Could not remove source": "لم يتم إزالة المصدر",
"Could not remove source {source} from {manager}": "لم تتم إزالة المصدر {source} من {manager}",
"The package manager \"{0}\" was not found": "لم يتم العثور على مدير الحزمة \"{0}\"",
"The package manager \"{0}\" is disabled": "تم تعطيل مدير الحزمة \"{0}\"",
"There is an error with the configuration of the package manager \"{0}\"": "يوجد خطأ في تكوين مدير الحزم \"{0}\"",
"The package \"{0}\" was not found on the package manager \"{1}\"": "لم يتم العثور على الحزمة \"{0}\" في مدير الحزم \"{1}\"",
"{0} is disabled": "{0} غير مفعل",
"Something went wrong": "حدث خطأ ما",
"An interal error occurred. Please view the log for further details.": "حدث خطأ داخلي. يرجى الاطلاع على السجل لمزيد من التفاصيل.",
"No applicable installer was found for the package {0}": "لم يتم العثور على مثبّت مناسب لهذه الحزمة {0}",
"We are checking for updates.": "نحن نتحقق من وجود تحديثات.",
"Please wait": "يرجى الإنتظار",
"UniGetUI version {0} is being downloaded.": "جاري تنزيل إصدار UniGetUI {0}.",
"This may take a minute or two": "قد يستغرق هذا دقيقة أو دقيقتين",
"The installer authenticity could not be verified.": "لم يتم التحقق من صحة المثبت.",
"The update process has been aborted.": "لقد تم إلغاء عملية التحديث.",
"Great! You are on the latest version.": "رائع! أنت تستخدم الإصدار الأحدث.",
"There are no new UniGetUI versions to be installed": "لا توجد إصدارات جديدة من UniGetUI ليتم تثبيتها\n",
"An error occurred when checking for updates: ": "حدث خطأ عند البحث عن التحديثات:",
"UniGetUI is being updated...": "جاري تحديث UniGetUI...",
"Something went wrong while launching the updater.": "لقد حدث خطأ ما أثناء تشغيل برنامج التحديث.",
"Please try again later": "يرجى المحاولة مرة أخرى لاحقًا",
"Integrity checks will not be performed during this operation": "عمليات التحقق من السلامة لن يتم تنفيذها أثناء هذه العملية",
"This is not recommended.": "غير موصى به",
"Run now": "تشغيل الآن",
"Run next": "تشغيل التالي",
"Run last": "تشغيل الأخير",
"Retry as administrator": "المحاولة كمسؤول",
"Retry interactively": "المحاولة تفاعلياً",
"Retry skipping integrity checks": "إعادة محاولة عمليات التحقق من السلامة التي تم تخطيها",
"Installation options": "خيارات التثبيت",
"Show in explorer": "الإظهار في المستكشف",
"This package is already installed": "هذه الحزمة مثبتة سابقا ",
"This package can be upgraded to version {0}": "يمكن تحديث هذه الحزمة إلى الإصدار {0}",
"Updates for this package are ignored": "تجاهل التحديثات لهذه الحزمة",
"This package is being processed": "تتم معالجة هذه الحزمة",
"This package is not available": "هذه الحزمة غير متوفرة",
"Select the source you want to add:": "قم تحديد المصدر المُراد إضافته:",
"Source name:": "اسم المصدر:",
"Source URL:": "رابط المصدر:",
"An error occurred": "حدث خطأ",
"An error occurred when adding the source: ": "حدث خطأ عند إضافة المصدر:",
"Package management made easy": "إدارة الحزم أصبحت سهلة",
"version {0}": "الإصدار {0}",
"[RAN AS ADMINISTRATOR]": "[RAN AS ADMINISTRATOR]",
"Portable mode": "الوضع المتنقل.",
"DEBUG BUILD": "أصدار التصحيح.",
"Available Updates": "التحديثات المتاحة",
"Show UniGetUI": "إظهار UniGetUI",
"Quit": "خروج",
"Attention required": "مطلوب الانتباه",
"Restart required": "إعادة التشغيل مطلوبة",
"1 update is available": "يوجد تحديث 1 متوفر",
"{0} updates are available": "التحديثات المتاحة: {0}",
"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 يحذفه إذا تم إنشاؤه في ترقية مستقبلية. سيؤدي إلغاء تحديده إلى إبقاء الاختصار سليمًا",
"Manual scan": "الفحص اليدوي.",
"Existing shortcuts on your desktop will be scanned, and you will need to pick which ones to keep and which ones to remove.": "الاختصارات الموجودة على سطح المكتب سيتم مسحها، وستحتاج إلى اختيار أيٍّ منها لتبقى وأيٍّ منها لتُحذَف.",
"Continue": "أكمل",
"Delete?": "حذف؟",
"Missing dependency": "الاعتمادات مفقود",
"Not right now": "ليس الان",
"Install {0}": "تثبيت {0}",
"UniGetUI requires {0} to operate, but it was not found on your system.": "يتطلب UniGetUI {0} للعمل، ولكن لم يتم العثور عليه على نظامك.",
"Click on Install to begin the installation process. If you skip the installation, UniGetUI may not work as expected.": "انقر فوق \"تثبيت\" لبدء عملية التثبيت. إذا تخطيت عملية التثبيت، فقد لا يعمل UniGetUI بالشكل المتوقع.",
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "بدلا من ذلك، يمكنك تثبيت {0} عن طريق لصق هذا اﻷمر في نافذة powershell",
"Do not show this dialog again for {0}": "لا تعرض مربع الحوار هذا مرة أخرى {0}",
"Please wait while {0} is being installed. A black window may show up. Please wait until it closes.": "يرجى الانتظار أثناء تثبيت {0}. قد تظهر نافذة سوداء. يرجى الانتظار حتى يتم إغلاقها.",
"{0} has been installed successfully.": "تم تثبيت {0} بنجاح.",
"Please click on \"Continue\" to continue": "الرجاء الضغط على \"متابعة\" للمتابعة",
"{0} has been installed successfully. It is recommended to restart UniGetUI to finish the installation": "تم تثبيت {0} بنجاح. يوصى بإعادة تشغيل UniGetUI لإكمال التثبيت",
"Restart later": "إعادة التشغيل لاحقاً",
"An error occurred:": "حدث خطأ:",
"I understand": "أنا أتفهم",
"WinGet was repaired successfully": "تم إصلاح WinGet بنجاح",
"It is recommended to restart UniGetUI after WinGet has been repaired": "يوصى بإعادة تشغيل UniGetUI بعد إصلاح WinGet",
"NOTE: This troubleshooter can be disabled from UniGetUI Settings, on the WinGet section": "ملاحظة: يمكن تعطيل أداة استكشاف الأخطاء وإصلاحها هذه من إعدادات UniGetUI، في قسم WinGet",
"Restart": "إعادة التشغيل",
"WinGet could not be repaired": "لم يتم إصلاح WinGet",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "حدثت مشكلة غير متوقعة أثناء محاولة إصلاح WinGet. يرجى المحاولة مرة أخرى لاحقًا",
"Are you sure you want to delete all shortcuts?": "هل أنت متأكد من أنك تريد حذف جميع الاختصارات؟",
"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}.",
"Are you really sure you want to enable this feature?": "هل أنت متأكد من أنك تريد تفعيل هذه الخاصية؟",
"No new shortcuts were found during the scan.": "فشل العثور على اختصارات جديدة أثناء الفحص.",
"How to add packages to a bundle": "كيفية إضافة الحزم إلى الباقة",
"In order to add packages to a bundle, you will need to: ": "من أجل إضافة حزم إلى الباقة، ستحتاج إلى:",
"1. Navigate to the \"{0}\" or \"{1}\" page.": "تنقّل إلى صفحة \"{0}\" أو \"{1}\"",
"2. Locate the package(s) you want to add to the bundle, and select their leftmost checkbox.": "2. حدد موقع الحزمة/الحزم التي تريد إضافتها إلى الباقة، وحدد مربع الاختيار أقصى اليسار",
"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. Your packages will have been added to the bundle. You can continue adding packages, or export the bundle.": "4. سيتم إضافة حزمك إلى الباقة. يمكنك مواصلة إضافة الحزم، أو تصدير الباقة.",
"Which backup do you want to open?": "أي نسخة احتياطية تريد فتحها؟",
"Select the backup you want to open. Later, you will be able to review which packages you want to install.": "حدد النسخة الاحتياطية التي تريد فتحها. ستتمكن لاحقًا من مراجعة الحزم أو البرامج التي تريد استعادتها.",
"There are ongoing operations. Quitting UniGetUI may cause them to fail. Do you want to continue?": "هناك عمليات جارية. قد يؤدي إغلاق UniGetUI إلى فشلها. هل تريد الاستمرار؟",
"UniGetUI or some of its components are missing or corrupt.": "UniGetUI أو بعض مكوّناته مفقودة أو تالفة.",
"It is strongly recommended to reinstall UniGetUI to adress the situation.": "يوصى بشدة بإعادة تثبيت UniGetUI لمعالجة هذا الوضع.",
"Refer to the UniGetUI Logs to get more details regarding the affected file(s)": "ارجع إلى سجلات UniGetUI للحصول على مزيد من التفاصيل حول الملف أو الملفات المتأثرة",
"Integrity checks can be disabled from the Experimental Settings": "يمكن تعطيل عمليات التحقق من السلامة من الإعدادات التجريبية",
"Repair UniGetUI": "إصلاح UniGetUI",
"Live output": "الإخراج المباشر",
"Package not found": "الحزمة غير موجودة",
"An error occurred when attempting to show the package with Id {0}": "حصل خطأ عند محاولة عرض الحزمة مع المعرف {0}",
"Package": "حزمة",
"This package bundle had some settings that are potentially dangerous, and may be ignored by default.": "تحتوي باقة الحزم هذه على بعض الإعدادات التي قد تكون خطيرة وقد يتم تجاهلها افتراضيًا.",
"Entries that show in YELLOW will be IGNORED.": "سيتم تجاهل الإدخالات التي تظهر باللون الأصفر.",
"Entries that show in RED will be IMPORTED.": "سيتم استيراد الإدخالات التي تظهر باللون الأحمر.",
"You can change this behavior on UniGetUI security settings.": "يمكنك تغيير هذا السلوك من إعدادات أمان UniGetUI.",
"Open UniGetUI security settings": "افتح إعدادات أمان UniGetUI",
"Should you modify the security settings, you will need to open the bundle again for the changes to take effect.": "إذا عدّلت إعدادات الأمان، فستحتاج إلى فتح الباقة مرة أخرى حتى تدخل التغييرات حيّز التنفيذ.",
"Details of the report:": "تفاصيل التقرير:",
"\"{0}\" is a local package and can't be shared": "\"{0}\" هي حزمة محلية ولا يمكننا تحديثها",
"Are you sure you want to create a new package bundle? ": "هل أنت متأكد من أنك تريد إنشاء حزمة جديدة؟",
"Any unsaved changes will be lost": "أي حزم غير محفوظة ستُفقد",
"Warning!": "تحذير!",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this. ": "لدواعٍ أمنية، تكون وسائط سطر الأوامر المخصصة معطّلة افتراضيًا. انتقل إلى إعدادات أمان UniGetUI لتغيير ذلك.",
"Change default options": "تغيير الخيارات الإفتراضية",
"Ignore future updates for this package": "تجاهل التحديثات المستقبلية لهذه الحزمة",
"For security reasons, pre-operation and post-operation scripts are disabled by default. Go to UniGetUI security settings to change this. ": "لدواعٍ أمنية، تكون البرامج النصية قبل العملية وبعدها معطّلة افتراضيًا. انتقل إلى إعدادات أمان 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.": "يمكنك تحديد الأوامر التي سيتم تشغيلها قبل تثبيت هذه الحزمة أو تحديثها أو إلغاء تثبيتها أو بعد ذلك. سيتم تشغيلها في موجه الأوامر، لذا ستعمل برامج CMD النصية هنا.",
"Change this and unlock": "تغيير هذا والغاء القفل",
"{0} Install options are currently locked because {0} follows the default install options.": "خيارات تثبيت {0} مقفلة حاليًا لأن {0} يتبع خيارات التثبيت الافتراضية.",
"Select the processes that should be closed before this package is installed, updated or uninstalled.": "حدد العمليات التي يجب إغلاقها قبل تثبيت هذه الحزمة أو تحديثها أو إلغاء تثبيتها.",
"Write here the process names here, separated by commas (,)": "اكتب هنا أسماء العمليات، مفصولة بفواصل (,)",
"Unset or unknown": "غير معروف أو لم يتم ضبطها",
"Please see the Command-line Output or refer to the Operation History for further information about the issue.": "يرجى الاطلاع على مخرجات سطر الأوامر أو الرجوع إلى سجل العمليات للحصول على مزيد من المعلومات حول المشكلة.",
"This package has no screenshots or is missing the icon? Contrbute to UniGetUI by adding the missing icons and screenshots to our open, public database.": "هل لا تحتوي هذه الحزمة على لقطات شاشة أو تفتقد الرمز؟ ساهم في UniGetUI عن طريق إضافة الأيقونات ولقطات الشاشة المفقودة إلى قاعدة البيانات العامة المفتوحة لدينا.",
"Become a contributor": "كن مساهاً",
"Save": "حفظ",
"Update to {0} available": "التحديث إلى {0} متاح",
"Reinstall": "إعادة التثبيت",
"Installer not available": "المثبت غير متوفر",
"Version:": "الإصدار:",
"Performing backup, please wait...": "يتم النسخ الإحتياطي الآن, يرجى الإنتظار...",
"An error occurred while logging in: ": "حدث خطأ عند تسجيل الدخول",
"Fetching available backups...": "إسترداد النسخ الاحتياطية المتوفرة...",
"Done!": "تم!",
"The cloud backup has been loaded successfully.": "تم تحميل النسخة الاحتياطية السحابية بنجاح.",
"An error occurred while loading a backup: ": "حدث خطأ أثناء تحميل النسخة الإحتياطية:",
"Backing up packages to GitHub Gist...": "يتم النسخ الاحتياطي للحزم الى GitHub Gist...",
"Backup Successful": "نجح النسخ الاحتياطي",
"The cloud backup completed successfully.": "اكتمل النسخ الاحتياطي السحابي بنجاح.",
"Could not back up packages to GitHub Gist: ": "تعذر نسخ الحزم احتياطيًا إلى GitHub Gist: ",
"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": "ليس مضموناً أن بيانات الاعتماد المقدّمة سيتم حفظها بأمان، لذلك لا تقم باستخدام بيانات حسابك المصرفي",
"Enable the automatic WinGet troubleshooter": "تمكين مستكشف أخطاء WinGet التلقائي",
"Enable an [experimental] improved WinGet troubleshooter": "تفعيل مستكشف أخطاء WinGet [التجريبي] المحسّن",
"Add updates that fail with a 'no applicable update found' to the ignored updates list": "أضف التحديثات التي تفشل بـ \"لا يوجد تحديث قابل للتطبيق\" إلى قائمة التحديثات التي تم تجاهلها",
"Invalid selection": "تحديد غير صالح",
"No package was selected": "لم يتم تحديد أي حزمة",
"More than 1 package was selected": "تم تحديد أكثر من حزمة واحدة",
"List": "قائمة",
"Grid": "شبكة",
"Icons": "أيقونات",
"\"{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}\" هي حزمة محلية وليست متوافقة مع هذه الخاصية",
"WinGet malfunction detected": "تم اكتشاف خلل في برنامج WinGet",
"It looks like WinGet is not working properly. Do you want to attempt to repair WinGet?": "يبدو أن WinGet لا يعمل بشكل صحيح. هل تريد محاولة إصلاح WinGet؟",
"Repair WinGet": "إصلاح WinGet",
"Create .ps1 script": "إنشاء برنامج نصي بصيغة .ps1",
"Add packages to bundle": "أضف الحزم إلى الباقة",
"Preparing packages, please wait...": "جاري تحضير الحزم ، يرجى الانتظار...",
"Loading packages, please wait...": "يتم تحميل الحُزم, يرجى الإنتظار...",
"Saving packages, please wait...": "يتم حفظ الحُزم, يرجى الإنتظار...",
"The bundle was created successfully on {0}": "تم إنشاء الباقة بنجاح في {0}",
"Install script": "برنامج نصي للتثبيت",
"The installation script saved to {0}": "تم حفظ برنامج التثبيت النصي في {0}",
"An error occurred while attempting to create an installation script:": "حدث خطأ عند محاولة انشاء نص تثبيت",
"{0} packages are being updated": "يتم تحديث {0} حزمة",
"Error": "خطأ",
"Log in failed: ": "فشل تسجيل الدخول:",
"Log out failed: ": "فشل تسجيل الخروج:",
"Package backup settings": "إعدادات النسخ الاحتياطي للحزم",
"__LEGACY_TRANSLATION_KEYS_BELOW__": "Legacy translation keys below are kept for backward compatibility with older UniGetUI builds. Do not translate or remove yet.",
"About WingetUI": "عن UniGetUI",
"WingetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "UniGetUI هو تطبيق يجعل إدارة البرامج الخاصة بك أسهل، من خلال توفير واجهة رسومية شاملة لمديري حزم سطر الأوامر لديك.",
"You have installed WingetUI Version {0}": "لقد قمت بتثبيت UniGetUI الإصدار {0}",
"WingetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "لم يكن من الممكن إنشاء UniGetUI بدون مساعدة المساهمين. شكرًا لكم جميعًا 🥳",
"WingetUI Uses the following libraries. Without them, WingetUI wouldn't have been possible.": "يستخدم UniGetUI المكتبات التالية. بدونها، لم يكن UniGetUI ممكنًا.",
"WingetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "لقد تمت ترجمة UniGetUI إلى أكثر من 40 لغة بفضل المترجمين المتطوعين. شكرًا لكم 🤝",
"WingetUI Settings": "إعدادات UniGetUI",
"You may need to install {pm} in order to use it with WingetUI.": "قد تحتاج إلى تثبيت {pm} حتى تتمكن من استخدامه مع UniGetUI.",
"Scoop Installer - WingetUI": "UniGetUI - مثبت Scoop",
"Scoop Uninstaller - WingetUI": "UniGetUI - إلغاء تثبيت Scoop",
"Clearing Scoop cache - WingetUI": "مسح ذاكرة التخزين المؤقت Scoop لـ UniGetUI",
"WingetUI Version {0}": "إصدار UniGetUI {0}",
"WingetUI License": "ترخيص UniGetUI",
"Using WingetUI implies the acceptation of the MIT License": "إن استخدام UniGetUI يعني قبول ترخيص MIT",
"Enable background api (WingetUI Widgets and Sharing, port 7058)": "تمكين واجهة برمجة التطبيقات الخلفية (أدوات UniGetUI والمشاركة، المنفذ 7058)",
"Update WingetUI automatically": "تحديث UniGetUI تلقائياً",
"Reset WingetUI": "إعادة تعيين UniGetUI",
"WingetUI display language:": "لغة عرض UniGetUI:",
"Manage WingetUI autostart behaviour": "إدارة سلوك التشغيل التلقائي لـ UniGetUI",
"Enable WingetUI notifications": "تفعيل إشعارات UniGetUI",
"WingetUI Log": "سجل UniGetUI",
"Show WingetUI": "إظهار UniGetUI",
"WingetUI Homepage": "الصفحة الرئيسية لـ UniGetUI",
"WingetUI Repository": "مستودع UniGetUI",
"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.": "تم تشغيل UniGetUI كمسؤول، وهو أمر غير مستحسن. عند تشغيل UniGetUI كمسؤول، فإن كل عملية يتم إطلاقها من UniGetUI سيكون لها امتيازات المسؤول. لا يزال بإمكانك استخدام البرنامج، لكننا نوصي بشدة بعدم تشغيل UniGetUI بامتيازات المسؤول.",
"There are ongoing operations. Quitting WingetUI may cause them to fail. Do you want to continue?": "هناك عمليات جارية. قد يؤدي إغلاق UniGetUI إلى فشلها. هل تريد الاستمرار؟",
"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.": "هل لا تحتوي هذه الحزمة على لقطات شاشة أو تفتقد الرمز؟ ساهم في UniGetUI عن طريق إضافة الأيقونات ولقطات الشاشة المفقودة إلى قاعدة البيانات العامة المفتوحة لدينا.",
"Restart WingetUI to fully apply changes": "أعد تشغيل UniGetUI لتطبيق التغييرات بشكل تام",
"Restart WingetUI": "إعادة تشغيل UniGetUI",
"UniGetUI": "UniGetUI",
"Manage UniGetUI autostart behaviour from the Settings app": "إدارة سلوك التشغيل التلقائي لـ UniGetUI من تطبيق الإعدادات",
"(Number {0} in the queue)": "(الرقم {0} في الدور)\n",
"0 0 0 Contributors, please add your names/usernames separated by comas (for credit purposes). DO NOT Translate this entry": "@Abdu11ahAS, @mo9a7i, @FancyCookin, @Abdullah-Dev115, @bassuny3003, @DaRandomCube, @AbdullahAlousi, @IFrxo",
"0 packages found": "لم يتم العثور على أية حزمة",
"0 updates found": "لم يتم العثور على أية تحديثات",
"1 month": "شهر واحد",
"1 package was found": "تم العثور على حزمة واحدة",
"1 year": "سنة واحدة",
"A repository full of tools designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related Tools</b>": "مستودع مليء بالأدوات المصممة مع وضع نظام Microsoft البيئي .NET في الاعتبار.<br>يحتوي على: <b>أدوات ذات صلة بـ .NET</b>",
"A restart is required": "إعادة التشغيل مطلوب",
"About Qt6": "عن Qt6",
"About WingetUI version {0}": "عن UniGetUI إصدار {0}",
"About the dev": "عن المطوّر",
"Action when double-clicking packages, hide successful installations": "الحدث عند النقر-المزدوج على الحزم, إخفاء التثبيت الناجح",
"Add a source to {0}": "إضافة مصدر إلى {0}",
"Add a timestamp to the backup files": "إضافة ختم زمني إلى ملفات النسخ الاحتياطي",
"Add packages or open an existing bundle": "إضافة حُزم أو فتح حزمة موجودة",
"Addition succeeded": "نجحت الإضافة",
"Administrator privileges preferences": "تفضيلات صلاحيات المسؤول",
"Administrator rights": "صلاحيات المسؤول",
"All files": "جميع الملفات",
"Allow package operations to be performed in parallel": "السماح بإجراء عمليات الحزمة بالتوازي",
"Allow parallel installs (NOT RECOMMENDED)": "السماح بالتثبيت المتعدد (غير مستحسن)",
"Allow {pm} operations to be performed in parallel": "السماح لعمليات {pm} بالعمل على التوازي ",
"Always elevate {pm} installations by default": "رفع تثبيتات {pm} دائماً افتراضياً",
"Always run {pm} operations with administrator rights": "السماح دائماً بشتغيل عمليات {pm} بصلاحيات المسؤول",
"An unexpected error occurred:": "حدث خطأٌ غيرمُتوقع:",
"Another source": "مصدرُ آخر",
"App Name": "اسم التطبيق",
"Are these screenshots wron or blurry?": "هل لقطات الشاشة هذه خاطئة أو غير واضحة؟",
"Ask for administrator rights when required": "طلب صلاحيات المسؤول عند الحاجة",
"Ask once or always for administrator rights, elevate installations by default": "طلب صلاحيات المسؤول مرة أو دائماً, رفع التثبيتات افتراضياً",
"Ask only once for administrator privileges (not recommended)": "طلب صلاحيات المسؤول مرة واحدة فقط (غير مستحسن)",
"Authenticate to the proxy with an user and a password": "المصادقة على الوكيل مع مستخدم وكلمة مرور",
"Automatically save a list of your installed packages on your computer.": "تلقائياً قم بحفظ قائمة لكل حُزمِك المثبتة على جهازك.",
"Autostart WingetUI in the notifications area": "تشغيل UniGetUI تلقائياً في منطقة الإشعارات",
"Available updates: {0}": "التحديثات المتاحة: {0}",
"Available updates: {0}, not finished yet...": "التحديثات المتاحة: {0}, لم يتم الانتهاء بعد...",
"Backup installed packages": "نسخ احتياطي للحزم المثبتة",
"Backup location": "موقع النسخة الاحتياطية",
"But here are other things you can do to learn about WingetUI even more:": "لكن هنا يوجد المزيد من الأشياء التي يمكنك فعلها لتعلم المزيد عن UniGetUI أكثر فأكثر:",
"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 all operations": "إلغاء جميع العمليات",
"Change how UniGetUI installs packages, and checks and installs available updates": "تغيير كيفية قيام UniGetUI بالتحقق من التحديثات المتوفرة لحزمك وتثبيتها",
"Change install location": "تغيير مكان التنزيل",
"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": "ألق نظرة على بعض ملخصات UniGetUI",
"Checking for other running instances...": "جاري التحقق من وجود حالات تشغيل أخرى...",
"Checking for updates...": "جاري التحقق من وجود تحديثات...",
"Checking found instace(s)...": "جاري التحقق من العملية(ات) التي وُجدت...",
"Choose how many operations shouls be performed in parallel": "اختر عدد العمليات التي يتم تنفيذها بالتوازي",
"Clear finished operations": "مسح العمليات المكتملة",
"Clear successful operations": "مسح العمليات الناجحة",
"Clear the local icon cache": "مسح ذاكرة التخزين المؤقت للرمز المحلي",
"Clearing Scoop cache...": "تتم إزالة بيانات Scoop المؤقتة...",
"Close WingetUI to the notification area": "إغلاق UniGetUI إلى منطقة الإشعارات",
"Command-line Output": "نتائج سطر الأوامر",
"Compare query against": "مقارنة الاستعلام ب",
"Component Information": "معلومات العنصر",
"Contribute to the icon and screenshot repository": "شارك في مخزن الأيقونات و لقطات الشاشة",
"Copy": "نسخ",
"Could not load announcements - ": "لم يتم تحميل الإعلانات -",
"Could not load announcements - HTTP status code is $CODE": "تعذر تحميل الإعلانات - رمز حالة HTTP هو $CODE",
"Could not remove {source} from {manager}": "لم يتمكن من إزالة {source} من {manager}",
"Current Version": "النسخة الحالية",
"Current user": "المستخدم الحالي",
"Custom arguments:": "مدخلات خاصة",
"Custom command-line arguments:": "وسائط مخصصة لسطور-الأوامر",
"Customize WingetUI - for hackers and advanced users only": "تخصيص UniGetUI - للمخترقين و المستخدمين المتقدمين فقط",
"DISCLAIMER: WE ARE NOT RESPONSIBLE FOR THE DOWNLOADED PACKAGES. PLEASE MAKE SURE TO INSTALL ONLY TRUSTED SOFTWARE.": "تحذير: نحن لسنا مسؤولون عن الحزم التي يتم تحميلها. الرجاء التأكد من تحميل الحزم الموثوقة فقط.\n",
"Default preferences - suitable for regular users": "تفضيلات افتراضية - مناسبة للمستخدمين العاديين",
"Description:": "الوصف:",
"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)": "تعطيل واجهة برمجة تطبيقات المشاركة الجديدة (المنفذ 7058)",
"Discover packages": "استكشف الحزم",
"Distinguish between\nuppercase 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 download new app translations from GitHub automatically": "لا تقم بتنزيل ترجمات التطبيق الجديدة من GitHub تلقائياً",
"Do not remove successful operations from the list automatically": "لا تقم بحذف العمليات الناجحة من القائمة تلقائياً",
"Do not update package indexes on launch": "عدم تحديث القوائم عند البدء",
"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.": "هل تجد UniGetUI مفيدًا؟ إذا كان بوسعك ذلك، فقد ترغب في دعم عملي، حتى أتمكن من الاستمرار في جعل UniGetUI واجهة إدارة الحزم المثالية.",
"Do you find WingetUI useful? You'd like to support the developer? If so, you can {0}, it helps a lot!": "هل تجد UniGetUI مفيداً؟ هل ترغب بدعم المطوّر؟ إذا كنت كذلك, يمكنك أن {0}, فذلك يساعد كثيراً!",
"Do you really want to uninstall {0} packages?": "هل تريد حقأ إلغاء تثبيت {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>": "هل تريد ترجمة UniGetUI إلى لغتك؟ لمعرفة كيفية المشاركة انظر <a style=\"color:{0}\" href=\"{1}\"a>هنا!</a>",
"Don't feel like donating? Don't worry, you can always share WingetUI with your friends. Spread the word about WingetUI.": "لا تشعر بالرغبة في التبرع؟ لا تقلق، يمكنك دائمًا مشاركة UniGetUI مع أصدقائك. انشر كلمة عن UniGetUI.",
"Donate": "تبرع",
"Download updated language files from GitHub automatically": "تحميل ملف اللغة المُحدثة من GitHub تلقائياً",
"Downloading": "يتم التحميل",
"Downloading installer for {package}": "جاري تنزيل برنامج التثبيت لـ {package}",
"Downloading package metadata...": "يتم تحميل البيانات الوصفية للحزم...",
"Enable the new UniGetUI-Branded UAC Elevator": "تفعيل UniGetUI-Branded UAC Elevator الجديد",
"Enable the new process input handler (StdIn automated closer)": "تمكين معالج إدخال العمليات الجديد (الإغلاق التلقائي لـ StdIn)",
"Export log as a file": "تصدير السجل كملف",
"Export packages": "تصدير الحزم",
"Export selected packages to a file": "تصدير الحزم المحددة إلى ملف",
"Fetching latest announcements, please wait...": "\nيتم جلب أحدث الإعلانات، يرجى الانتظار...",
"Finish": "إنهاء",
"Force ARM compiled winget version (ONLY FOR ARM64 SYSTEMS)": "استخدم إصدار winget المبني لمعمارية ARM (فقط لأنظمة ARM64)",
"Formerly known as WingetUI": "المعروف سابقًا باسم WingetUI",
"Found": "موجود",
"Found packages: ": "الحُزم المعثور عليها:",
"Found packages: {0}": "الحزم الموجودة: {0}",
"Found packages: {0}, not finished yet...": "الحزم الموجودة: {0}, لم يتم الانتهاء بعد...",
"GitHub profile": "الملف الشخصي على GitHub",
"Global": "عالمي",
"Help and documentation": "المساعدة والوثائق",
"Hide details": "إخفاء التفاصيل",
"How should installations that require administrator privileges be treated?": "كيف يجب أن تعامل التثبيتات التي تتطلب صلاحيات المسؤول؟",
"Ignore updates for the selected packages": "تجاهل التحديثات للحزم المحددة",
"Ignored updates": "التحديثات المتجاهلة",
"Import packages": "استيراد الحزم",
"Import packages from a file": "استيراد الحزم من ملف",
"Initializing WingetUI...": "جارٍ تهيئة UniGetUI ...",
"Install and more": "تثبيت و المزيد",
"Install and update preferences": "تثبيت وتحديث التفضيلات",
"Install packages from a file": "تثبيت الحزم من ملف",
"Install selected packages": "تثبيت الحزم المحددة",
"Install selected packages with administrator privileges": "تثبيت الحزم المحددة بصلاحيات المسؤول",
"Install the latest prerelease version": "تثبيت آخر نسخة أولية",
"Install updates automatically": "تثبيت التحديثات تلقائياً",
"Installation canceled by the user!": "تم إلغاء التثبيت بواسطة المستخدم",
"Installed packages": "الحزم المثبتة",
"Instance {0} responded, quitting...": "رد النموذج {0}, يتم الإغلاق...",
"Is this package missing the icon?": "هل أيقونة هذه الحزمة مفقودة؟",
"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.": "يبدو أنك قمت بتشغيل UniGetUI كمسؤول, و هذا غير مستحسن. لايزال بإمكانك استعمال البرنامج, لكننا ننصحك بشدة أن لا تشغل UniGetUI كمسؤول. انقر على \"{showDetails}\" لتعرف لمذا.",
"Latest Version": "الإصدار الأخير",
"Latest Version:": "الإصدار الأخير:",
"Latest details...": "التفاصيل الأخيرة...",
"Launching subprocess...": "بدأ العملية الفرعية...",
"Licenses": "التراخيص",
"Live command-line output": "سطور الأوامر الناتجة بشكل مباشر",
"Loading UI components...": "يتم تحميل عناصر الواجهة الرسومية...",
"Loading WingetUI...": "يتم تحميل UniGetUI...",
"Local machine": "الجهاز المحلي",
"Locating {pm}...": "يتم تحديد موقع {pm}...",
"Looking for packages...": "جاري البحث عن الحزم...",
"Machine | Global": "الجهاز | عام",
"Manage WingetUI autostart behaviour from the Settings app": "إدارة سلوك التشغيل التلقائي لـ UniGetUI من تطبيق الإعدادات",
"Manage ignored packages": "إدارة الحزم المتجاهلة",
"Manifests": "القوائم الأساسية",
"New Version": "الإصدار الجديد",
"New bundle": "حزمة جديدة",
"No packages found": "لم يتم العثور على حزم",
"No packages found matching the input criteria": "لم يتم العثور على حزم مطابقة للمعايير المدخلة",
"No packages have been added yet": "لم تتم إضافة الحُزم حتى الآن",
"No packages selected": "لم يتم تحديد حزم",
"No sources found": "لم يتم العثور على مصادر",
"No sources were found": "لم يتم العثور على مصادر",
"No updates are available": "لا يوجد تحديثات متاحة",
"Notes:": "ملاحظات:",
"Notification tray options": "خيارات قسم الإشعارات",
"Ok": "حسناً",
"Open GitHub": "فتح GitHub",
"Open WingetUI": "فتح UniGetUI",
"Open backup location": "فتح مكان النسخة الاحتياطية",
"Open existing bundle": "فتح الحزمة الموجودة",
"Open the welcome wizard": "فتح صفحة الترحيب",
"Operation cancelled": "تم إلغاء العملية",
"Options saved": "تم حفظ الخيارات",
"Package Manager": "مدير الحزم",
"Package managers": "مدراء الحزم",
"Package {name} from {manager}": "الحزمة {name} من {manager}",
"Packages": "الحزم",
"Packages found: {0}": "الحزم المعثور عليها: {0}",
"Paste a valid URL to the database": "إلصق عنوان URL صالح الي قاعدةالبيانات",
"Perform a backup now": "القيام بالنسخ الإحتياطي الآن",
"Periodically perform a backup of the installed packages": "بشكل دوري قم بالنسخ الإحتياطي للحُزم المُثبتّة",
"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 packages from certain sources may be not exportable. They have been greyed out and won't be exported.": "من فضلك انتبه أن حزم من مصادر محددة قد لا تكون قابلة للتصدير. لقد تم تظليلها ولن يتم تصديرها.",
"Please select how you want to configure WingetUI": "من فضلك اختر كيف تريد إعداد UniGetUI",
"Please type at least two characters": "الرجاء كتابة حرفين على الأقل",
"Portable": "محمول",
"Publication date:": "تاريخ النشر:",
"Quit WingetUI": "الخروج من UniGetUI",
"Release notes URL:": "رابط ملاحظات الإصدار:",
"Release notes:": "ملاحظات الإصدار:",
"Reload": "إعادة تحميل",
"Removal failed": "فشلت الإزالة",
"Removal succeeded": "تمت الإزالة بنجاح",
"Remove permanent data": "إزالة البيانات الدائمة",
"Remove successful installs/uninstalls/updates from the installation list": "إزالة عمليات التثبيت\\عمليات إلغاء التثبيت\\التحديثات الناجحة من القائمة التثبيت",
"Repository": "مخزن",
"Reset Scoop's global app cache": "إعادة تعيين ذاكرة التخزين المؤقت لتطبيق Scoop العالمي",
"Reset Winget sources (might help if no packages are listed)": "إعادة ضبط مصادر Winget (من الممكن أن يساعد عند عدم ظهور الحزم في القائمة)",
"Reset WingetUI and its preferences": "إعادة تعيين UniGetUI و تفضيلاته",
"Reset WingetUI icon and screenshot cache": "إعادة ضبط الذاكرة المؤقتة لأيقونات و لقطات شاشة UniGetUI",
"Resetting Winget sources - WingetUI": "إعادة تعيين مصادر UniGetUI - WinGet",
"Restart now": "إعادة التشغيل الآن",
"Restart your PC to finish installation": "إعادة التشغيل كمبيوترك لإنهاء التثبيت",
"Restart your computer to finish the installation": "إعادة التشغيل كمبيوترك لإنهاء التثبيت",
"Retry failed operations": "المحاولة للعمليات الفاشلة",
"Retrying, please wait...": "تتم إعادة المحاولة, يرجى الإنتظار... ",
"Return to top": "عودة للأعلى",
"Running the installer...": "جاري تشغيل المثبت ...",
"Running the uninstaller...": "جاري تشغيل إزالة التثبيت...",
"Running the updater...": "جاري تشغيل المحدث...",
"Save File": "حفظ الملف",
"Save bundle as": "حفظ الحزمة كـ",
"Save now": "حفظ الآن",
"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>": "ابحث عن برامج سطح المكتب ، وحذرني عندما تكون التحديثات متاحة ولا تفعل أشياء غير مألوفة. لا أرغب في زيادة تعقيد UniGetUI ، أريد فقط <b> متجر برامج </ b> بسيطًا",
"Search on available updates": "البحث عن التحديثات المتاحة",
"Search on your software": "البحث عن برنامجك",
"Searching for installed packages...": "يتم البحث عن الحزم المثبتة...",
"Searching for packages...": "يتم البحث عن الحزم...",
"Searching for updates...": "جاري البحث ععن تحديثات...",
"Select \"{item}\" to add your custom bucket": "حدد \"{item}\" لإضافة الحزمة المخصصة الخاصة بك",
"Select a folder": "تحديد مجلد",
"Select all packages": "إختيار جميع الحزم",
"Select only <b>if you know what you are doing</b>.": "حدد فقط <b> إذا كنت تعرف ما تفعله </ b>.",
"Select package file": "تحديد ملف الحزم",
"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 custom backup file name": "تعيين اسم لملف النسخة الإحتياطية المخصصة",
"Share WingetUI": "مشاركة UniGetUI",
"Show UniGetUI on the system tray": "إظهار UniGetUI على شريط المهام",
"Show a notification when an installation fails": "إظهار تنبيه عند فشل التثبيت",
"Show a notification when an installation finishes successfully": "إظهار تنبيه عند انتهاء التثبيت بنجاح",
"Show details": "إظهار التفاصيل",
"Show info about the package on the Updates tab": "إظهار معلومات حول الحزمة في تبويبة التحديثات",
"Show missing translation strings": "إظهار نصوص الترجمات المفقودة",
"Show package details": "إظهار تفاصيل الحزمة",