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