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