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