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