-
Notifications
You must be signed in to change notification settings - Fork 737
Expand file tree
/
Copy pathlang_th.json
More file actions
1074 lines (1074 loc) · 157 KB
/
lang_th.json
File metadata and controls
1074 lines (1074 loc) · 157 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": "@dulapahv, @apaeisara, @rikoprushka, @vestearth, @hanchain",
"0 packages found": "พบ 0 แพ็กเกจ",
"0 updates found": "พบ 0 อัปเดต",
"1 - Errors": "1 - ข้อผิดพลาด",
"1 day": "1 วัน",
"1 hour": "1 ชั่วโมง",
"1 month": "1 เดือน",
"1 package was found": "พบ 1 แพ็กเกจ",
"1 update is available": "มีการอัปเดต 1 รายการ",
"1 week": "1 สัปดาห์",
"1 year": "1 ปี",
"1. Navigate to the \"{0}\" or \"{1}\" page.": "โปรดไปที่หน้าของ \"{0}\" หรือ \"{1}\"",
"2 - Warnings": "2 - คำเตือน",
"2. Locate the package(s) you want to add to the bundle, and select their leftmost checkbox.": "2. ค้นหาแพ็กเกจที่คุณต้องการเพิ่มลงในชุดแพ็กเกจ จากนั้นเลือกช่องทำเครื่องหมายที่อยู่ซ้ายสุดของแต่ละรายการ",
"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. เมื่อเลือกแพ็กเกจที่ต้องการเพิ่มเข้าในบันเดิลแล้ว ให้หาและคลิกตัวเลือก \"{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. แพ็กเกจของคุณจะถูกเพิ่มลงในชุดแพ็กเกจเรียบร้อยแล้ว คุณสามารถเพิ่มแพ็กเกจต่อไปได้ หรือส่งออกชุดแพ็กเกจนี้",
"5 - information (debug)": "5 - ข้อมูล (ดีบั๊ก)",
"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>": "คลังข้อมูลที่เต็มไปด้วยเครื่องมือและโปรแกรมสั่งทำการที่ออกแบบมาโดยคำนึงถึงระบบนิเวศ .NET ของ Microsoft<br>ประกอบด้วย: <b>เครื่องมือและสคริปต์ที่เกี่ยวข้องกับ .NET</b>",
"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": "จำเป็นต้องรีสตาร์ท",
"Abort install if pre-install command fails": "ยกเลิกการติดตั้งหากคำสั่ง pre-install ล้มเหลว",
"Abort uninstall if pre-uninstall command fails": "ยกเลิกการถอนการติดตั้งหากคำสั่ง pre-uninstall ล้มเหลว",
"Abort update if pre-update command fails": "ยกเลิกการอัปเดตหากคำสั่งก่อนการอัปเดตล้มเหลว",
"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": "เพิ่มแพ็กเกจหรือเปิดบันเดิลที่มีอยู่",
"Add packages or open an existing package bundle": "เพิ่มแพ็กเกจหรือเปิดชุดแพ็กเกจ(บันเดิล) ที่มีอยู่",
"Add packages to bundle": "เพิ่มแพ็กเกจเข้าไปในชุดแพ็กเกจ(บันเดิล)",
"Add packages to start": "เพิ่มแพ็กเกจเพื่อเริ่มใช้งาน",
"Add selection to bundle": "เพิ่มรายการที่เลือกไว้ไปยังบันเดิล",
"Add source": "เพิ่มซอร์ซ",
"Add updates that fail with a 'no applicable update found' to the ignored updates list": "เพิ่มรายการอัปเดตที่ไม่สำเร็จด้วยข้อความ ‘ไม่พบการอัปเดตที่เหมาะสม’ ลงในรายการอัปเดตที่ถูกละเว้น",
"Adding source {source}": "กำลังเพิ่มแหล่งที่มา (ซอร์ซ) {source}",
"Adding source {source} to {manager}": "กำลังเพิ่มซอร์ซ {source} ไปยัง {manager}",
"Addition succeeded": "การเพิ่มสำเร็จ",
"Administrator privileges": "สิทธิ์ผู้ดูแลระบบ",
"Administrator privileges preferences": "การตั้งค่าสิทธิ์ผู้ดูแลระบบ",
"Administrator rights": "สิทธิ์ผู้ดูแลระบบ",
"Administrator rights and other dangerous settings": "การอนุญาตผู้ดูแลระบบและการตั้งค่าที่อันตราย",
"Advanced options": "ตัวเลือกขั้นสูง",
"All files": "ไฟล์ทั้งหมด",
"All versions": "เวอร์ชันทั้งหมด",
"Allow changing the paths for package manager executables": "อนุญาตให้เปลี่ยนเส้นทางสำหรับไฟล์ปฏิบัติการของตัวจัดการแพ็กเกจ",
"Allow custom command-line arguments": "อนุญาตอาร์กิวเมนต์บรรทัดคำสั่งแบบกำหนดเอง",
"Allow importing custom command-line arguments when importing packages from a bundle": "อนุญาตให้นำเข้าอาร์กิวเมนต์บรรทัดคำสั่งแบบกำหนดเองเมื่อทำการนำเข้าพ็กเกจจากบันเดิล",
"Allow importing custom pre-install and post-install commands when importing packages from a bundle": "อนุญาตให้นำเข้าคำสั่งก่อนติดตั้งและหลังติดตั้งแบบกำหนดเองเมื่อทำการนำเข้าพัสดุพ็กเกจ (bundle)",
"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:": "อีกทางหนึ่ง คุณสามารถติดตั้ง {0} ได้โดยการรันคำสั่งต่อไปนี้ใน Windows PowerShell prompt:",
"Always elevate {pm} installations by default": "ยกระดับการติดตั้ง {pm} เป็นค่าเริ่มต้นเสมอ",
"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:": "เกิดข้อผิดพลาดขณะพยายามสร้างสคริปต์การติดตั้ง:",
"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.": "เกิดข้อผิดพลาดภายใน โปรดดูบันทึกสำหรับรายละเอียดเพิ่มเติม",
"An unexpected error occurred:": "มีข้อผิดพลาดที่ไม่คาดคิดเกิดขึ้น",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "เกิดปัญหาที่ไม่คาดคิดขึ้น ขณะพยายามซ่อมแซม WinGet กรุณาลองใหม่อีกครั้งในภายหลัง",
"An update was found!": "พบการอัปเดต!",
"Android Subsystem": "ระบบย่อยสำหรับ Android",
"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.": "ทางลัดใหม่ที่ถูกสร้างขึ้นระหว่างการติดตั้งหรือการอัปเดตจะถูกลบออกโดยอัตโนมัติ แทนที่จะแสดงหน้าต่างยืนยันในครั้งแรกที่ตรวจพบ",
"Any shorcuts created or modified outside of UniGetUI will be ignored. You will be able to add them via the {0} button.": "ทางลัดที่สร้างหรือแก้ไขนอก UniGetUI จะถูกละเว้น คุณสามารถเพิ่มทางลัดเหล่านั้นได้ผ่านปุ่ม {0}",
"Any unsaved changes will be lost": "การเปลี่ยนแปลงที่ยังไม่ได้บันทึกจะหายไป",
"App Name": "ชื่อแอพ",
"Appearance": "การแสดงผล",
"Application theme, startup page, package icons, clear successful installs automatically": "ธีมแอปพลิเคชัน, หน้าเริ่มต้น, ไอคอนแพ็กเกจ, ล้างการติดตั้งที่สำเร็จโดยอัตโนมัติ",
"Application theme:": "ธีม:",
"Apply": "ใช้",
"Architecture to install:": "สถาปัตยกรรมที่จะทำการติดตั้ง:",
"Are these screenshots wron or blurry?": "สกรีนช็อตพวกนี้ผิดพลาดหรือเบลอหรือเปล่า?",
"Are you really sure you want to enable this feature?": "คุณแน่ใจจริงๆ หรือไม่ที่ต้องการเปิดใช้งานฟีเจอร์นี้?",
"Are you sure you want to create a new package bundle? ": "คุณแน่ใจหรือไม่ที่ต้องการสร้างแพ็กเกจบันเดิลใหม่?",
"Are you sure you want to delete all shortcuts?": "คุณแน่ใจหรือไม่ที่ต้องการลบทางลัดทั้งหมด?",
"Are you sure?": "คุณแน่ใจใช่ไหม",
"Ascendant": "เด่นขึ้น",
"Ask for administrator privileges once for each batch of operations": "ขอสิทธิ์ผู้ดูแลระบบหนึ่งครั้งสำหรับการดำเนินการแต่ละชุด",
"Ask for administrator rights when required": "ขอสิทธิ์ผู้ดูแลระบบเมื่อจำเป็น",
"Ask once or always for administrator rights, elevate installations by default": "ถามครั้งเดียวหรือเรื่อย ๆ สำหรับสิทธิ์ผู้ดูแลระบบ เพื่อการยกระดับการติดตั้งเป็นค่าเริ่มต้น",
"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.": "สอบถามการลบทางลัดเดสก์ท็อปที่สร้างจากการติดตั้งหรืออัปเกรด",
"Attention required": "ต้องการความสนใจ",
"Authenticate to the proxy with an user and a password": "ยืนยันตัวตนเพื่อเข้าใช้พร็อกซีด้วยชื่อผู้ใช้และรหัสผ่าน",
"Author": "ผู้จัดทำ",
"Automatic desktop shortcut remover": "เครื่องมือลบทางลัดหน้าจออัตโนมัติ",
"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": "เริ่มกระบวนการเลือกข้อมูลสำรองบนคลาวด์และตรวจสอบว่าจะกู้คืนแพ็กเกจใด",
"Beta features and other options that shouldn't be touched": "คุณสมบัติเบต้าและตัวเลือกอื่น ๆ ที่ไม่ควรแตะต้อง",
"Both": "ทั้งคู่",
"Bundle security report": "รายงานความปลอดภัยของบันเดิล",
"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": "ยกเลิก",
"Cancel all operations": "ยกเลิกการดำเนินการทั้งหมด",
"Change backup output directory": "เปลี่ยนไดเร็กทอรีเอาท์พุตของการสำรองข้อมูล",
"Change default options": "เปลี่ยนการตั้งค่าเริ่มต้น",
"Change how UniGetUI checks and installs available updates for your packages": "เปลี่ยนวิธีที่ UniGetUI ตรวจสอบและติดตั้งการอัปเดตที่พร้อมใช้งานสำหรับแพ็กเกจของคุณ",
"Change how UniGetUI handles install, update and uninstall operations.": "กำหนดวิธีการจัดการการติดตั้ง อัปเดต และการถอนการติดตั้งของ UniGetUI",
"Change how UniGetUI installs packages, and checks and installs available updates": "กำหนดวิธีการติดตั้งแพ็กเกจและตรวจสอบติดตั้งการอัปเดตของ UniGetUI",
"Change how operations request administrator rights": "เปลี่ยนวิธีที่การดำเนินการขอสิทธิ์ผู้ดูแลระบบ",
"Change install location": "เปลี่ยนตำแหน่งการติดตั้ง",
"Change this": "เปลี่ยนสิ่งนี้",
"Change this and unlock": "เปลี่ยนสิ่งนี้และปลดล็อก",
"Check for package updates periodically": "ตรวจสอบการอัปเดตแพ็กเกจเป็นระยะ ๆ",
"Check for updates": "ตรวจสอบการอัปเดต",
"Check for updates every:": "ตรวจสอบการอัปเดตทุก:",
"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 cache": "ล้างแคช",
"Clear finished operations": "ล้างการดำเนินการที่เสร็จสิ้นแล้ว",
"Clear selection": "ล้างการเลือก",
"Clear successful operations": "ล้างการดำเนินการที่สำเร็จแล้ว",
"Clear successful operations from the operation list after a 5 second delay": "ล้างการดำเนินการที่สำเร็จออกจากรายการ หลังจากเวลาผ่านไป 5 วินาที",
"Clear the local icon cache": "ล้างแคชไอคอนในเครื่อง",
"Clearing Scoop cache - WingetUI": "กำลังล้างแคช Scoop - UniGetUI",
"Clearing Scoop cache...": "กำลังล้างแคชของ Scoop",
"Click here for more details": "คลิกที่นี่เพื่อดูรายละเอียดเพิ่มเติม",
"Click on Install to begin the installation process. If you skip the installation, UniGetUI may not work as expected.": "คลิกที่ติดตั้ง เพื่อเริ่มต้นขั้นตอนการติดตั้ง ถ้าข้ามการติดตั้ง UniGetUI อาจไม่ทำงานตามที่คาดไว้",
"Close": "ปิด",
"Close UniGetUI to the system tray": "ย่อ UniGetUI ไปที่แถบไอคอน",
"Close WingetUI to the notification area": "ปิด UniGetUI ไปที่ถาดการแจ้งเตือน",
"Cloud backup uses a private GitHub Gist to store a list of installed packages": "การสำรองข้อมูลบนคลาวด์ใช้ GitHub Gist ส่วนตัวเพื่อเก็บรายการแพ็กเกจที่ติดตั้ง",
"Cloud package backup": "การสำรองข้อมูลแพ็กเกจบนคลาวด์",
"Command-line Output": "เอาต์พุตบรรทัดคำสั่ง",
"Command-line to run:": "บรรทัดคำสั่งที่จะรัน:",
"Compare query against": "เปรียบเทียบคิวรีกับ",
"Compatible with authentication": "เข้ากันได้กับระบบ authentication",
"Compatible with proxy": "รองรับพร็อกซี",
"Component Information": "ข้อมูลคอมโพเนนต์",
"Concurrency and execution": "การทำงานพร้อมกันและการดำเนินการ",
"Connect the internet using a custom proxy": "เชื่อมต่ออินเทอร์เน็ตโดยใช้พร็อกซี่กำหนดเอง",
"Continue": "ดำเนินการต่อ",
"Contribute to the icon and screenshot repository": "มีส่วนร่วมในคลังข้อมูล ไอคอน และภาพหน้าจอ",
"Contributors": "ผู้ที่มีส่วนช่วย",
"Copy": "คัดลอก",
"Copy to clipboard": "คัดลอกไปยังคลิปบอร์ด",
"Could not add source": "ไม่สามารถเพิ่มแหล่งที่มาได้",
"Could not add source {source} to {manager}": "ไม่สามารถเพิ่มซอร์ซ {source} ให้กับ {manager}",
"Could not back up packages to GitHub Gist: ": "ไม่สามารถสำรองข้อมูลแพ็กเกจไปยัง GitHub Gist:",
"Could not create bundle": "ไม่สามารถสร้างชุดแพ็กเกจ(บันเดิล)ได้",
"Could not load announcements - ": "ไม่สามารถโหลดประกาศได้ -",
"Could not load announcements - HTTP status code is $CODE": "ไม่สามารถโหลดประกาศ - รหัสสถานะ HTTP คือ $CODE",
"Could not remove source": "ไม่สามารถลบแหล่งที่มา",
"Could not remove source {source} from {manager}": "ไม่สามารถลบซอร์ซ {source} ออกจาก {manager}",
"Could not remove {source} from {manager}": "ไม่สามารถลบ {source} ออกจาก {manager}",
"Create .ps1 script": "สร้างสคริปต์ .ps1",
"Credentials": "ข้อมูลรับรอง (Credentials)",
"Current Version": "เวอร์ชันปัจจุบัน",
"Current executable file:": "ไฟล์ปฏิบัติการปัจจุบัน:",
"Current status: Not logged in": "สถานะตอนนี้: ยังไม่ได้ลงชื่อเข้าใช้",
"Current user": "ผู้ใช้ปัจจุบัน",
"Custom 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 ไม่สามารถควบคุมได้ การใช้บรรทัดคำสั่งแบบกำหนดเองอาจทำให้แพ็กเกจเสียหายได้ โปรดดำเนินการด้วยความระมัดระวัง",
"Custom command-line arguments:": "อาร์กิวเมนต์บรรทัดคำสั่งที่กำหนดเอง:",
"Custom install arguments:": "อาร์กิวเมนต์การติดตั้งแบบกำหนดเอง:",
"Custom uninstall arguments:": "อาร์กิวเมนต์การถอนการติดตั้งแบบกำหนดเอง:",
"Custom update arguments:": "อาร์กิวเมนต์การอัปเดตแบบกำหนดเอง:",
"Customize WingetUI - for hackers and advanced users only": "ปรับแต่ง UniGetUI - สำหรับแฮกเกอร์ และผู้ใช้ขั้นสูงเท่านั้น",
"DEBUG BUILD": "บิลด์ดีบัก",
"DISCLAIMER: WE ARE NOT RESPONSIBLE FOR THE DOWNLOADED PACKAGES. PLEASE MAKE SURE TO INSTALL ONLY TRUSTED SOFTWARE.": "ข้อควรระวัง: เราไม่รับผิดชอบแพ็กเกจที่ดาวน์โหลดมา กรุณาตรวจสอบให้แน่ใจว่าคุณติดตั้งซอฟต์แวร์ที่เชื่อถือได้เท่านั้น",
"Dark": "มืด",
"Decline": "ปฏิเสธ",
"Default": "ค่าเริ่มต้น",
"Default installation options for {0} packages": "ตัวเลือกการติดตั้งเริ่มต้นสำหรับแพ็กเกจ {0}",
"Default preferences - suitable for regular users": "ค่าเริ่มต้น - เหมาะสำหรับผู้ใช้ทั่วไป",
"Default vcpkg triplet": "vcpkg triplet ค่าเริ่มต้น",
"Delete?": "ลบ?",
"Dependencies:": "การอ้างอิง:",
"Descendant": "รายการย่อย",
"Description:": "รายละเอียด:",
"Desktop shortcut created": "สร้างทางลัดบนเดสก์ท็อปแล้ว",
"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> :)": "การพัฒนาคือเรื่องยาก และแอปพลิเคชันนี้ฟรี แต่หากคุณชื่นชอบแอปพลิเคชันนี้ คุณสามารถ<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)",
"Disable the 1-minute timeout for package-related operations": "ปิดใช้งานการหมดเวลา 1 นาทีในการดำเนินการแพ็กเกจ",
"Disabled": "ปิดใช้งาน",
"Disclaimer": "คำสงวนสิทธิ์",
"Discover Packages": "ค้นหาแพ็กเกจ",
"Discover packages": "ค้นหาแพ็กเกจ",
"Distinguish between\nuppercase and lowercase": "แยกความแตกต่างระหว่างตัวพิมพ์ใหญ่และตัวพิมพ์เล็ก",
"Distinguish between uppercase 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 automatically install updates when the battery saver is on": "ไม่ติดตั้งการอัปเดตโดยอัตโนมัติเมื่อเปิดโหมดประหยัดแบตเตอรี่",
"Do not automatically install updates when the device runs on battery": "อย่าติดตั้งการอัปเดตโดยอัตโนมัติเมื่ออุปกรณ์กำลังใช้แบตเตอรี่",
"Do not automatically install updates when the network connection is metered": "ไม่ติดตั้งการอัปเดตโดยอัตโนมัติเมื่อการเชื่อมต่อเครื่อข่ายคิดราคาการใช้งาน",
"Do not download new app translations from GitHub automatically": "ไม่ต้องดาวน์โหลดคำแปลใหม่จาก GitHub โดยอัตโนมัติ",
"Do not ignore updates for this package anymore": "เลิกเพิกเฉยการอัปเดตแพ็กเกจนี้",
"Do not remove successful operations from the list automatically": "ไม่ต้องลบการดำเนินการที่สำเร็จออกจากรายการโดยอัตโนมัติ",
"Do not show this dialog again for {0}": "อย่าแสดงกล่องข้อความนี้อีกสำหรับ {0}",
"Do not update package indexes on launch": "ไม่ต้องอัปเดตดัชนีแพ็กเกจตอนเปิดแอปพลิเคชัน",
"Do you accept that UniGetUI collects and sends anonymous usage statistics, with the sole purpose of understanding and improving the user experience?": "คุณยินยอมให้ UniGetUI เก็บและส่งข้อมูลสถิติการใช้งานแบบไม่เปิดเผยตัวตน เพื่อจุดประสงค์ในการพัฒนาและปรับปรุงประสบการณ์ของผู้ใช้ หรือไม่?",
"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 reset this list? This action cannot be reverted.": "คุณแน่ใจที่จะรีเซ็ตรายการนี้หรือไม่? การกระทำนี้ไม่สามารถเรียกคืนได้",
"Do you really want to uninstall the following {0} packages?": "คุณต้องการถอนการติดตั้ง {0} แพ็กเกจต่อไปนี้หรือไม่",
"Do you really want to uninstall {0} packages?": "คุณแน่ใจหรือไม่ที่จะถอนการติดตั้ง {0} แพ็กเกจ",
"Do you really want to uninstall {0}?": "คุณต้องการถอนการติดตั้ง {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": "บริจาค",
"Done!": "เสร็จสิ้น",
"Download failed": "ดาวน์โหลดไม่สำเร็จ",
"Download installer": "ดาวน์โหลดตัวติดตั้ง",
"Download operations are not affected by this setting": "การดาวน์โหลดไม่ได้รับผลกระทบจากการตั้งค่านี้",
"Download selected installers": "ดาวน์โหลดตัวติดตั้งที่เลือกไว้",
"Download succeeded": "ดาวน์โหลดสำเร็จ",
"Download updated language files from GitHub automatically": "ดาวน์โหลดไฟล์แปลภาษาที่อัปเดตล่าสุดจาก GitHub โดยอัตโนมัติ",
"Downloading": "กำลังดาวน์โหลด",
"Downloading backup...": "กำลังดาวน์โหลดข้อมูลสำรอง...",
"Downloading installer for {package}": "กำลังดาวน์โหลดตัวติดตั้งสำหรับ {package}",
"Downloading package metadata...": "กำลังดาวน์โหลด metadata ของแพ็กเกจ",
"Enable Scoop cleanup on launch": "เปิดใช้งานการล้างข้อมูล Scoop เมื่อเปิดโปรแกรม",
"Enable WingetUI notifications": "เปิดการแจ้งเตือน UniGetUI",
"Enable an [experimental] improved WinGet troubleshooter": "เปิดใช้ [experimental] เพื่อปรับปรุง WinGet troubleshooter",
"Enable and disable package managers, change default install options, etc.": "เปิดหรือปิดใช้งานตัวจัดการแพ็กเกจ เปลี่ยนตัวเลือกการติดตั้งเริ่มต้น และอื่น ๆ",
"Enable background CPU Usage optimizations (see Pull Request #3278)": "เปิดใช้งานการปรับปรุงประสิทธิภาพการใช้ CPU ในพื้นหลัง (อ่านเพิ่มเติมที่ Pull Request #3278)",
"Enable background api (WingetUI Widgets and Sharing, port 7058)": "เปิดใช้งาน API พื้นหลัง (Widgets สำหรับ UniGetUI และการแชร์ พอร์ต 7058)",
"Enable it to install packages from {pm}.": "เปิดใช้งานเพื่อติดตั้งแพ็กเกจจาก {pm}",
"Enable the automatic WinGet troubleshooter": "เปิดใช้ WinGet troubleshooter อัตโนมัติ",
"Enable the new UniGetUI-Branded UAC Elevator": "ใช้งานตัวยกระกับสิทธิผู้ใช้ของ UniGetUI",
"Enable the new process input handler (StdIn automated closer)": "เปิดใช้งานตัวจัดการอินพุตของกระบวนการแบบใหม่ (StdIn automated closer)",
"Enable the settings below if and only if you fully understand what they do, and the implications they may have.": "เปิดตัวเลือกการตั้งค่านี้ก็ต่อเมื่อคุณเข้าใจว่าสิ่งนี้ใช้ทำอะไรและผลข้างเคียงและอันตรายที่อาจเกิดขึ้น",
"Enable {pm}": "เปิด {pm}",
"Enabled": "เปิดใช้งาน",
"Enter proxy URL here": "กรอก URL ของ proxy ที่นี่",
"Entries that show in RED will be IMPORTED.": "บรรทัดสีแดงจะถูกนำเข้า",
"Entries that show in YELLOW will be IGNORED.": "บรรทัดสีเหลืองจะถูกละเว้น",
"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.": "ทางลัดที่มีอยู่บนหน้าจอของคุณจะถูกสแกน และคุณจะต้องเลือกว่าจะเก็บอันไหนและลบอันไหน",
"Expand version": "ขยายข้อมูลเวอร์ชัน",
"Experimental settings and developer options": "การตั้งค่าการทดลองและการตั้งค่าสำหรับนักพัฒนา",
"Export": "ส่งออก",
"Export log as a file": "ส่งออกบันทึกไปยังไฟล์",
"Export packages": "ส่งออกแพ็กเกจ",
"Export selected packages to a file": "ส่งออกแพ็กเกจที่เลือกไปยังไฟล์",
"Export settings to a local file": "ส่งออกการตั้งค่าไปยังไฟล์ในเครื่อง",
"Export to a file": "ส่งออกไปยังไฟล์",
"Failed": "ล้มเหลว",
"Fetching available backups...": "กำลังดึงข้อมูลสำรองที่พร้อมใช้งาน...",
"Fetching latest announcements, please wait...": "กำลังดึงข้อมูลประกาศล่าสุด โปรดรอสักครู่...",
"Filters": "ฟิลเตอร์",
"Finish": "เสร็จสิ้น",
"Follow system color scheme": "ตามธีมของระบบ",
"Follow the default options when installing, upgrading or uninstalling this package": "ใช้ตัวเลือกเริ่มต้นเมื่อติดตั้ง อัปเกรด หรือถอนการติดตั้งแพ็กเกจนี้",
"For security reasons, changing the executable file is disabled by default": "ด้วยเหตุผลด้านความปลอดภัย การเปลี่ยนไฟล์ปฏิบัติการจึงถูกปิดใช้งานตามค่าเริ่มต้น",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this. ": "ด้วยเหตุผลด้านความปลอดภัย อาร์กิวเมนต์บรรทัดคำสั่งแบบกำหนดเองจึงถูกปิดใช้งานตามค่าเริ่มต้น ไปที่การตั้งค่าความปลอดภัยของ UniGetUI เพื่อเปลี่ยนแปลงสิ่งนี้ ",
"For security reasons, pre-operation and post-operation scripts are disabled by default. Go to UniGetUI security settings to change this. ": "ด้วยเหตุผลด้านความปลอดภัย สคริปต์ก่อนและหลังการดำเนินการจึงถูกปิดใช้งานตามค่าเริ่มต้น ไปที่การตั้งค่าความปลอดภัยของ UniGetUI เพื่อเปลี่ยนแปลงสิ่งนี้ ",
"Force ARM compiled winget version (ONLY FOR ARM64 SYSTEMS)": "บังคับให้ใช้ winget เวอร์ชันที่คอมไพล์เป็น ARM (เฉพาะระบบ ARM64)",
"Force install location parameter when updating packages with custom locations": "บังคับใช้พารามิเตอร์ตำแหน่งการติดตั้งเมื่ออัปเดตแพ็กเกจที่มีตำแหน่งกำหนดเอง",
"Formerly known as WingetUI": "เดิมชื่อ WingetUI",
"Found": "พบ",
"Found packages: ": "แพ็กเกจที่พบ:",
"Found packages: {0}": "แพ็กเกจที่พบ: {0}",
"Found packages: {0}, not finished yet...": "แพ็กเกจที่พบ: {0} และยังไม่เสร็จ...",
"General preferences": "การตั้งค่า",
"GitHub profile": "โปรไฟล์ GitHub",
"Global": "ส่วนกลาง",
"Go to UniGetUI security settings": "ไปยังการตั้งค่าความปลอดภัยของ UniGetUI",
"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>",
"Great! You are on the latest version.": "เยี่ยมมาก! คุณใช้เวอร์ชันล่าสุดแล้ว",
"Grid": "ตาราง",
"Help": "ความช่วยเหลือ",
"Help and 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": "คุณสามารถเปลี่ยนแปลงพฤติกรรมของ UniGetUI สำหรับทางลัดเหล่านี้ การเลือกทางลัดจะให้ UniGetUI ลบทางลัดนั้นหากมีการสร้างขึ้นในการอัปเกรดครั้งต่อไป การไม่เลือกจะคงทางลัดไว้เหมือนเดิม",
"Hi, my name is Martí, and i am the <i>developer</i> of WingetUI. WingetUI has been entirely made on my free time!": "สวัสดี ผมชื่อ Martí และผมเป็น <i>ผู้พัฒนา</i> UniGetUI ซึ่งถูกสร้างในเวลาว่างของผม!",
"Hide details": "ซ่อนรายละเอียด",
"Homepage": "เว็บไซต์",
"homepage": "เว็บไซต์",
"Hooray! No updates were found.": "ไชโย! ไม่พบการอัปเดต",
"How should installations that require administrator privileges be treated?": "การติดตั้งที่ต้องการสิทธิ์ผู้ดูแลระบบควรจะถูกจัดการอย่างไร?",
"How to add packages to a bundle": "วิธีการเพิ่มแพ็กเกจไปยังชุดแพ็กเกจ",
"I understand": "ฉันเข้าใจแล้ว",
"Icons": "ไอคอน",
"Id": "ไอดี",
"If you have cloud backup enabled, it will be saved as a GitHub Gist on this account": "หากคุณเปิดใช้งานการสำรองข้อมูลบนคลาวด์ ข้อมูลจะถูกบันทึกเป็น GitHub Gist ในบัญชีนี้",
"Ignore custom pre-install and post-install commands when importing packages from a bundle": "อนุญาตให้รันคำสั่งก่อนติดตั้งและหลังติดตั้งแบบกำหนดเอง",
"Ignore future updates for this package": "ละเว้นการอัปเดตในอนาคตสำหรับแพ็กเกจนี้",
"Ignore packages from {pm} when showing a notification about updates": "ละเว้นแพ็กเกจจาก {pm} เมื่อแสดงการแจ้งเตือนเกี่ยวกับการอัปเดต",
"Ignore selected packages": "ละเว้นแพ็กเกจที่เลือก",
"Ignore special characters": "ละเว้นอักขระพิเศษ",
"Ignore updates for the selected packages": "ละเว้นการอัปเดตสำหรับแพ็กเกจที่เลือก",
"Ignore updates for this package": "ละเว้นการอัปเดตสำหรับแพ็กเกจนี้",
"Ignored updates": "การอัปเดตที่ถูกละเว้น",
"Ignored version": "เวอร์ชันที่ถูกละเว้น",
"Import": "นำเข้า",
"Import packages": "นำเข้าแพ็กเกจ",
"Import packages from a file": "นำเข้าแพ็กเกจจากไฟล์",
"Import settings from a local file": "นำเข้าการตั้งค่าจากไฟล์ในเครื่อง",
"In order to add packages to a bundle, you will need to: ": "การจะเพิ่มแพ็กเกจลงในบันเดิล คุณต้องทำดังนี้:",
"Initializing WingetUI...": "กำลังเริ่มต้น UniGetUI...",
"install": "ติดตั้ง",
"Install": "ติดตั้ง",
"Install Scoop": "ติดตั้ง Scoop",
"Install and more": "ติดตั้งและอื่น ๆ",
"Install and update preferences": "ติดตั้งและอัพเดทการตั้งค่า",
"Install as administrator": "ติดตั้งในฐานะผู้ดูแลระบบ",
"Install available updates automatically": "ติดตั้งการอัปเดตที่พร้อมใช้งานโดยอัตโนมัติ",
"Install location can't be changed for {0} packages": "ไม่สามารถเปลี่ยนตำแหน่งการติดตั้งสำหรับแพ็กเกจ {0}",
"Install location:": "ตำแหน่งติดตั้ง:",
"Install options": "ตัวเลือกการติดตั้ง",
"Install packages from a file": "ติดตั้งแพ็กเกจจากไฟล์",
"Install prerelease versions of UniGetUI": "ติดตั้งพรีเวอร์ชัน (Pre-Release) ของ UniGetUI",
"Install script": "สคริปต์การติดตั้ง",
"Install selected packages": "ติดตั้งแพ็กเกจที่เลือก",
"Install selected packages with administrator privileges": "ติดตั้งแพ็กเกจที่เลือกด้วยสิทธิ์ผู้ดูแลระแบบ",
"Install selection": "ติดตั้งรายการที่เลือก",
"Install the latest prerelease version": "ติดตั้งเวอร์ชันทดสอบล่าสุด",
"Install updates automatically": "ติดตั้งอัปเดตโดยอัตโนมัติ",
"Install {0}": "ติดตั้ง {0}",
"Installation canceled by the user!": "การติดตั้งถูกยกเลิก",
"Installation failed": "การติดตั้งล้มเหลว",
"Installation options": "การตั้งค่าการติดตั้ง",
"Installation scope:": "ขอบเขตการติดตั้ง:",
"Installation succeeded": "การติดตั้งสำเร็จ",
"Installed Packages": "แพ็กเกจที่ติดตั้ง",
"Installed packages": "แพ็คเกจถูกติดตั้ง",
"Installed Version": "เวอร์ชันที่ติดตั้ง",
"Installer SHA256": "SHA256 ของตัวติดตั้ง",
"Installer SHA512": "SHA512 ของตัวติดตั้ง",
"Installer Type": "ประเภทการติดตั้ง",
"Installer URL": "URL ติดตั้ง",
"Installer not available": "ตัวติดตั้งไม่พร้อมใช้งาน",
"Instance {0} responded, quitting...": "อินสแตนซ์ {0} ตอบกลับ กำลังออก...",
"Instant search": "ค้นหาทันที",
"Integrity checks can be disabled from the Experimental Settings": "สามารถปิดใช้งานการตรวจสอบความสมบูรณ์ได้จากการตั้งค่าทดลอง",
"Integrity checks skipped": "ข้ามขั้นตอนการตรวจสอบ",
"Integrity checks will not be performed during this operation": "ข้ามการตรวจสอบความสมบูรณ์ระหว่างการดำเนินการ",
"Interactive installation": "ติดตั้งแบบอินเตอร์แอคทีฟ",
"Interactive operation": "การดำเนินการแบบโต้ตอบ",
"Interactive uninstall": "การถอนการติดตั้งแบบอินเตอร์แอคทีฟ",
"Interactive update": "การอัปเดตแบบอินเตอร์แอคทีฟ",
"Internet connection settings": "การตั้งค่าการเชื่อมต่ออินเทอร์เน็ต",
"Invalid selection": "การเลือกไม่ถูกต้อง",
"Is this package missing the 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": "ไม่มีการรับประกันว่าข้อมูลส่วนตัวที่ให้ไว้จะถูกเก็บไว้อย่างปลอดภัย ดังนั้นคุณไม่ควรใช้ข้อมูลประจำตัวของบัญชีธนาคารของคุณ",
"It is recommended to restart UniGetUI after WinGet has been repaired": "แนะนำให้รีสตาร์ท UniGetUI หลังจากซ่อมแซม WinGet แล้ว",
"It is strongly recommended to reinstall UniGetUI to adress the situation.": "ขอแนะนำอย่างยิ่งให้ติดตั้ง UniGetUI ใหม่เพื่อแก้ไขสถานการณ์นี้",
"It looks like WinGet is not working properly. Do you want to attempt to repair WinGet?": "ดูเหมือนว่า WinGet จะทำงานผิดปกติ คุณต้องการลองซ่อมแซม WinGet หรือไม่?",
"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}\" เพื่อดูรายละเอียดเพิ่มเติมว่าทำไมถึงไม่แนะนำให้รันด้วยสิทธิ์ผู้ดูแลระบบ",
"Language": "ภาษา",
"Language, theme and other miscellaneous preferences": "การตั้งค่าภาษา ธีม และการตั้งค่าอื่น ๆ ที่เกี่ยวข้อง",
"Last updated:": "อัปเดตล่าสุด:",
"Latest": "ล่าสุด",
"Latest Version": "เวอร์ชันล่าสุด",
"Latest Version:": "เวอร์ชันล่าสุด:",
"Latest details...": "รายละเอียดล่าสุด...",
"Launching subprocess...": "กำลังเริ่มกระบวนการย่อย...",
"Leave empty for default": "เว้นว่างไว้เพื่อใช้ค่าเริ่มต้น",
"License": "ลิขสิทธ์",
"Licenses": "ลิขสิทธิ์",
"Light": "สว่าง",
"List": "รายการ",
"Live command-line output": "เอาต์พุตบรรทัดคำสั่งแบบสด",
"Live output": "เอาต์พุตสด",
"Loading UI components...": "กำลังโหลด UI คอมโพเนนต์...",
"Loading WingetUI...": "กำลังโหลด UniGetUI...",
"Loading packages": "กำลังโหลดแพ็กเกจ",
"Loading packages, please wait...": "กำลังโหลดแพ็กเกจ โปรดรอสักครู่...",
"Loading...": "กำลังโหลด...",
"Local": "เฉพาะที่",
"Local PC": "พีซีเครื่องนี้",
"Local backup advanced options": "ตัวเลือกขั้นสูงของการสำรองข้อมูลภายในเครื่อง",
"Local machine": "คอมพิวเตอร์เครื่องนี้",
"Local package backup": "การสำรองข้อมูลแพ็กเกจภายในเครื่อง",
"Locating {pm}...": "กำลังค้นหา {pm}...",
"Log in": "ลงชื่อเข้าใช้",
"Log in failed: ": "ลงชื่อเข้าใช้ไม่สำเร็จ:",
"Log in to enable cloud backup": "ลงชื่อเข้าใช้เพื่อสำรองข้อมูลบนคลาวด์",
"Log in with GitHub": "ลงชื่อเข้าใช้ด้วย GitHub",
"Log in with GitHub to enable cloud package backup.": "ลงชื่อเข้าใช้ด้วย GitHub เพื่อสำรองข้อมูลแพ็กเกจบนคลาวด์",
"Log level:": "ระดับบันทึก:",
"Log out": "ออกจากระบบ",
"Log out failed: ": "ออกจากระบบไม่สำเร็จ:",
"Log out from GitHub": "ออกจากระบบ GitHub",
"Looking for packages...": "กำลังค้นหาแพ็กเกจ...",
"Machine | Global": "เครื่อง | ส่วนกลาง",
"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": "อาร์กิวเมนต์บรรทัดคำสั่งที่ไม่ถูกต้องอาจทำให้แพ็กเกจเสียหาย หรือแม้แต่เปิดทางให้ผู้ไม่ประสงค์ดีได้รับสิทธิ์ยกระดับการทำงานได้ ดังนั้นการนำเข้าอาร์กิวเมนต์บรรทัดคำสั่งแบบกำหนดเองจึงถูกปิดใช้งานตามค่าเริ่มต้น",
"Manage": "จัดการ",
"Manage UniGetUI settings": "จัดการการตั้งค่า UniGetUI",
"Manage WingetUI autostart behaviour from the Settings app": "จัดการตัวเลือกการเริ่มโดยอัตโนมัติของ UniGetUI จากแอปการตั้งค่า",
"Manage ignored packages": "จัดการแพ็กเกจที่ถูกละเว้น",
"Manage ignored updates": "จัดการการอัปเดตที่ถูกละเว้น",
"Manage shortcuts": "จัดการทางลัด",
"Manage telemetry settings": "จัดการการตั้งค่า telemetry",
"Manage {0} sources": "จัดการ {0} แหล่งข้อมูล",
"Manifest": "แมนิเฟสต์",
"Manifests": "แมนิเฟสต์",
"Manual scan": "สแกนด้วยตนเอง",
"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>",
"Missing dependency": "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 แพ็กเกจ",
"NOTE: This troubleshooter can be disabled from UniGetUI Settings, on the WinGet section": "หมายเหตุ: ตัวช่วยแก้ปัญหานี้สามารถปิดได้ที่การตั้งค่า UniGetUI ในส่วน WinGet",
"Name": "ชื่อ",
"New": "ใหม่",
"New Version": "เวอร์ชันใหม่",
"New version": "เวอร์ชันใหม่",
"New bundle": "สร้างบันเดิลใหม่",
"Nice! Backups will be uploaded to a private gist on your account": "ยอดเยี่ยม! ข้อมูลสำรองจะถูกอัปโหลดไปยัง gist ส่วนตัวในบัญชีของคุณ",
"No": "ไม่",
"No applicable installer was found for the package {0}": "ไม่พบตัวติดตั้งที่เหมาะสมสำหรับแพ็กเกจ {0}",
"No dependencies specified": "ไม่ได้ระบุการอ้างอิงไว้",
"No new shortcuts were found during the scan.": "ไม่พบทางลัดใหม่ระหว่างการสแกน",
"No package was selected": "ไม่มีแพ็กเกจที่ถูกเลือก",
"No packages found": "ไม่พบแพ็กเกจ",
"No packages found matching the input criteria": "ไม่พบแพ็กเกจที่ตรงกับเกณฑ์การค้นหา",
"No packages have been added yet": "ยังไม่มีการเพิ่มแพ็กเกจ",
"No packages selected": "ไม่มีแพ็กเกจที่ถูกเลือก",
"No packages were found": "ไม่พบแพ็กเกจ",
"No personal information is collected nor sent, and the collected data is anonimized, so it can't be back-tracked to you.": "ไม่มีการเก็บรวบรวมหรือส่งข้อมูลส่วนบุคคล และข้อมูลที่เก็บรวบรวมจะถูกทำให้ไม่ระบุตัวตน จึงไม่สามารถติดตามกลับไปถึงคุณได้",
"No results were found matching the input criteria": "ไม่พบผลลัพธ์ที่ตรงกับเกณฑ์การค้นหา",
"No sources found": "ไม่พบแหล่งข้อมูล",
"No sources were found": "ไม่พบแหล่งข้อมูล",
"No updates are available": "ไม่มีการอัปเดต",
"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>",
"Not available": "ไม่มีข้อมูล",
"Not finding the file you are looking for? Make sure it has been added to path.": "ไม่พบไฟล์ที่คุณกำลังมองหาใช่ไหม ตรวจสอบให้แน่ใจว่าได้เพิ่มไฟล์นั้นลงใน path แล้ว",
"Not found": "ไม่พบ",
"Not right now": "ไม่ใช่ตอนนี้",
"Notes:": "โน้ต:",
"Notification preferences": "การตั้งค่าการแจ้งเตือน",
"Notification tray options": "การตั้งค่าการแจ้งเตือนในถาดระบบ",
"Notification types": "ประเภทการแจ้งเตือน",
"NuPkg (zipped manifest)": "NuPkg (ไฟล์ Manifest ที่บีบอัด)",
"OK": "โอเค",
"Ok": "โอเค",
"Open": "เปิด",
"Open GitHub": "เปิด GitHub",
"Open UniGetUI": "เปิด UniGetUI",
"Open UniGetUI security settings": "เปิดการตั้งค่าความปลอดภัยของ UniGetUI",
"Open WingetUI": "เปิด UniGetUI",
"Open backup location": "เปิดตำแหน่งที่เก็บข้อมูลสำรอง",
"Open existing bundle": "เปิดบันเดิลที่มีอยู่",
"Open install location": "เปิด Path folder ที่ติดตั้งไป",
"Open the welcome wizard": "เปิด welcome wizard",
"Operation canceled by user": "ผู้ใช้ยกเลิกการดำเนินการ",
"Operation cancelled": "การดำเนินการถูกยกเลิก",
"Operation history": "ประวัติการดำเนินการ",
"Operation in progress": "กำลังดำเนินการ",
"Operation on queue (position {0})...": "การดำเนินการอยู่ในคิว (ลำดับที่ {0})...",
"Operation profile:": "โปรไฟล์การดำเนินการ:",
"Options saved": "การตั้งค่าถูกบันทึกเรียบร้อย",
"Order by:": "เรียงลำดับโดย:",
"Other": "อื่น ๆ",
"Other settings": "การตั้งค่าอื่นๆ",
"Package": "แพ็กเกจ",
"Package Bundles": "แพ็กเกจบันเดิล",
"Package ID": "แพ็กเกจ ID",
"Package Manager": "ตัวจัดการแพ็กเกจ",
"Package manager": "ตัวจัดการแพ็กเกจ",
"Package Manager logs": "บันทึกการทำงานของตัวจัดการแพ็กเกจ",
"Package Managers": "ตัวจัดการแพ็กเกจ",
"Package managers": "ตัวจัดการแพ็กเกจ",
"Package Name": "ชื่อแพ็กเกจ",
"Package backup": "การสำรองข้อมูลแพ็กเกจ",
"Package backup settings": "การตั้งค่าการสำรองข้อมูลแพ็กเกจ",
"Package bundle": "แพ็กเกจบันเดิล",
"Package details": "รายละเอียดแพ็กเกจ",
"Package lists": "รายการแพ็กเกจ",
"Package management made easy": "จัดการแพ็กเกจได้อย่างง่ายดาย",
"Package manager preferences": "การตั้งค่าตัวจัดการแพ็กเกจ",
"Package not found": "ไม่พบแพ็กเกจ",
"Package operation preferences": "การตั้งค่าการดำเนินการแพ็กเกจ",
"Package update preferences": "การตั้งค่าการอัปเดตแพ็กเกจ",
"Package {name} from {manager}": "แพ็กเกจ {name} จาก {manager}",
"Package's default": "ค่าเริ่มต้นของแพ็กเกจ",
"Packages": "แพ็กเกจ",
"Packages found: {0}": "แพ็กเกจที่พบ: {0}",
"Partially": "บางส่วน",
"Password": "รหัสผ่าน",
"Paste a valid URL to the database": "วาง URL ที่ถูกต้องไปยังฐานข้อมูล",
"Pause updates for": "หยุดการอัปเดตชั่วคราวเป็นเวลา",
"Perform a backup now": "สำรองข้อมูลเดี๋ยวนี้",
"Perform a cloud backup now": "สำรองข้อมูลบนคลาวด์เดี๋ยวนี้",
"Perform a local backup now": "สำรองข้อมูลในเครื่องเดี๋ยวนี้",
"Perform integrity checks at startup": "ดำเนินการตรวจสอบความสมบูรณ์เมื่อเริ่มต้นระบบ",
"Performing backup, please wait...": "กำลังสำรองข้อมูล โปรดรอสักครู่...",
"Periodically perform a backup of the installed packages": "สำรองข้อมูลแพ็กเกจที่ติดตั้งแล้วเป็นระยะ",
"Periodically perform a cloud backup of the installed packages": "สำรองข้อมูลแพ็กเกจที่ติดตั้งแล้วบนคลาวด์เป็นระยะ",
"Periodically perform a local backup of the installed packages": "สำรองข้อมูลแพ็กเกจที่ติดตั้งแล้วในเครื่องเป็นระยะ",
"Please check the installation options for this package and try again": "โปรดตรวจสอบตัวเลือกการติดตั้งสำหรับแพ็กเกจนี้และลองอีกครั้ง",
"Please click on \"Continue\" to continue": "โปรดคลิกที่ \"ดำเนินการต่อ\" เพื่อดำเนินการต่อ",
"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 not all package managers may fully support this feature": "โปรดทราบว่าอาจมีตัวจัดการแพ็กเกจบางตัวที่ไม่รองรับฟีเจอร์นี้อย่างสมบูรณ์",
"Please note that packages from certain sources may be not exportable. They have been greyed out and won't be exported.": "โปรดทราบว่าแพ็กเกจจากแหล่งข้อมูลบางแห่งอาจไม่สามารถส่งออกได้ แพ็กเกจเหล่านี้ถูกทำให้เป็นสีเทาและจะไม่ถูกส่งออก",
"Please run UniGetUI as a regular user and try again.": "โปรดรัน UniGetUI ในฐานะผู้ใช้ปกติแล้วลองอีกครั้ง",
"Please see the Command-line Output or refer to the Operation History for further information about the issue.": "โปรดดูเอาต์พุตบรรทัดคำสั่งหรืออ้างอิงประวัติการดำเนินการสำหรับข้อมูลเพิ่มเติมเกี่ยวกับปัญหานี้",
"Please select how you want to configure WingetUI": "โปรดเลือกวิธีการตั้งค่า UniGetUI ของคุณ",
"Please try again later": "กรุณาลองใหม่ในภายหลัง",
"Please type at least two characters": "กรุณาพิมพ์อย่างน้อยสองตัวอักษร",
"Please wait": "โปรดรอ",
"Please wait while {0} is being installed. A black window may show up. Please wait until it closes.": "กรุณารอสักครู่ขณะที่ {0} กำลังติดตั้ง หน้าต่างสีดำ (หรือสีน้ำเงิน) อาจปรากฏขึ้น กรุณารอจนกว่าจะปิดลง",
"Please wait...": "กรุณารอสักครู่...",
"Portable": "พกพา",
"Portable mode": "โหมดพกพา\n",
"Post-install command:": "คำสั่งหลังการติดตั้ง:",
"Post-uninstall command:": "คำสั่งหลังการถอนการติดตั้ง:",
"Post-update command:": "คำสั่งหลังการอัปเดต:",
"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>",
"Pre and post install commands can do very nasty things to your device, if designed to do so. It can be very dangerous to import the commands from a bundle, unless you trust the source of that package bundle": "คำสั่งก่อนและหลังการติดตั้งสามารถทำสิ่งที่เป็นอันตรายต่ออุปกรณ์ของคุณได้ หากถูกออกแบบมาเพื่อทำเช่นนั้น การนำเข้าคำสั่งจากบันเดิลอาจเป็นอันตรายมาก เว้นแต่คุณจะเชื่อถือแหล่งที่มาของบันเดิลแพ็กเกจนั้น",
"Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware that they may break things unless used carefully": "คำสั่งก่อนและหลังการติดตั้งจะถูกรันก่อนและหลังจากที่แพ็กเกจได้รับการติดตั้ง อัปเกรด หรือถอนการติดตั้ง โปรดทราบว่าคำสั่งเหล่านี้อาจทำให้ระบบเสียหายได้หากไม่ได้ใช้อย่างระมัดระวัง",
"Pre-install command:": "คำสั่งก่อนการติดตั้ง:",
"Pre-uninstall command:": "คำสั่งก่อนการถอนการติดตั้ง:",
"Pre-update command:": "คำสั่งก่อนการอัปเดต:",
"PreRelease": "ก่อนเผยแพร่",
"Preparing packages, please wait...": "กำลังเตรียมแพ็กเกจ โปรดรอสักครู่...",
"Proceed at your own risk.": "โปรดดำเนินการโดยยอมรับความเสี่ยงด้วยตนเอง",
"Prohibit any kind of Elevation via UniGetUI Elevator or GSudo": "ห้ามการยกระดับสิทธิ์ทุกรูปแบบผ่าน UniGetUI Elevator หรือ GSudo",
"Proxy URL": "URL ของพร็อกซี",
"Proxy compatibility table": "ตารางความเข้ากันได้ของพร็อกซี",
"Proxy settings": "การตั้งค่าพร็อกซี",
"Proxy settings, etc.": "การตั้งค่าพร็อกซี และอื่น ๆ",
"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 ที่เต็มไปด้วยไลบรารี Python และเครื่องมือที่เกี่ยวข้องกับ Python อื่น ๆ<br>ประกอบด้วย: <b>ไลบรารี Python และเครื่องมือที่เกี่ยวข้องกับ Python</b>",
"Quit": "ออก",
"Quit WingetUI": "ออกจาก UniGetUI",
"Ready": "พร้อม",
"Reduce UAC prompts, elevate installations by default, unlock certain dangerous features, etc.": "ลดการแจ้งเตือน UAC ยกระดับการติดตั้งตามค่าเริ่มต้น ปลดล็อกฟีเจอร์อันตรายบางอย่าง และอื่น ๆ",
"Refer to the UniGetUI Logs to get more details regarding the affected file(s)": "โปรดดูบันทึกของ UniGetUI เพื่อรับรายละเอียดเพิ่มเติมเกี่ยวกับไฟล์ที่ได้รับผลกระทบ",
"Reinstall": "ติดตั้งใหม่",
"Reinstall package": "ติดตั้งแพ็กเกจอีกรอบ",
"Related settings": "การตั้งค่าที่เกี่ยวข้อง",
"Release notes": "รายละเอียดการปรับปรุง",
"Release notes URL": "URL บันทึกประจำเวอร์ชัน",
"Release notes URL:": "URL บันทึกการออกเวอร์ชัน:",
"Release notes:": "บันทึกการออกเวอร์ชัน:",
"Reload": "รีโหลด",
"Reload log": "รีโหลดบันทึก",
"Removal failed": "การลบล้มเหลว",
"Removal succeeded": "การลบสำเร็จ",
"Remove from list": "ลบออกจากรายการ",
"Remove permanent data": "ลบข้อมูลถาวร",
"Remove selection from bundle": "ลบรายการที่เลือกออกจากบันเดิล",
"Remove successful installs/uninstalls/updates from the installation list": "ลบการติดตั้ง/การถอนการติดตั้ง/การอัปเดตที่ประสบความสำเร็จ ออกจากรายการการติดตั้ง",
"Removing source {source}": "กำลังลบแหล่งที่มา {source}",
"Removing source {source} from {manager}": "กำลังลบซอร์ซ {source} ออกจาก {manager}",
"Repair UniGetUI": "ซ่อมแซม UniGetUI",
"Repair WinGet": "ซ่อมแซม WinGet",
"Report an issue or submit a feature request": "รายงานปัญหาหรือส่งคำขอคุณสมบัติใหม่",
"Repository": "คลังข้อมูล",
"Reset": "รีเซ็ต",
"Reset Scoop's global app cache": "รีเซ็ตแคชแอปส่วนกลางของ Scoop",
"Reset UniGetUI": "รีเซ็ต UniGetUI",
"Reset WinGet": "รีเซ็ต WinGet",
"Reset Winget sources (might help if no packages are listed)": "รีเซ็ตแหล่งข้อมูลสำหรับ Winget (อาจช่วยในกรณีที่ไม่มีแพ็กเกจแสดงในรายการ)",
"Reset WingetUI": "รีเซ็ต UniGetUI",
"Reset WingetUI and its preferences": "รีเซ็ต UniGetUI และการตั้งค่า",
"Reset WingetUI icon and screenshot cache": "รีเซ็ตแคชไอคอนและภาพสกรีนช็อตของ UniGetUI",
"Reset list": "รีเซ็ตรายการ",
"Resetting Winget sources - WingetUI": "กำลังรีเซ็ตแหล่งข้อมูลสำหรับ Winget - UniGetUI",
"Restart": "รีสตาร์ท",
"Restart UniGetUI": "รีสตาร์ท UniGetUI",
"Restart WingetUI": "รีสตาร์ท UniGetUI",
"Restart WingetUI to fully apply changes": "รีสตาร์ท UniGetUI เพื่อให้การเปลี่ยนแปลงทั้งหมดเป็นผลสมบูรณ์",
"Restart later": "รีสตาร์ททีหลัง",
"Restart now": "รีสตาร์ทเดี๋ยวนี้",
"Restart required": "จำเป็นต้องรีสตาร์ท",
"Restart your PC to finish installation": "รีสตาร์ทคอมพิวเตอร์ของคุณเพื่อสำเร็จกระบวนการติดตั้ง",
"Restart your computer to finish the installation": "รีสตาร์ทคอมพิวเตอร์ของคุณเพื่อสำเร็จกระบวนการติดตั้ง",
"Restore a backup from the cloud": "กู้คืนข้อมูลสำรองจากคลาวด์",
"Restrictions on package managers": "ข้อจำกัดของตัวจัดการแพ็กเกจ",
"Restrictions on package operations": "ข้อจำกัดของการดำเนินการแพ็กเกจ",
"Restrictions when importing package bundles": "ข้อจำกัดเมื่อนำเข้าบันเดิลแพ็กเกจ",
"Retry": "ลองใหม่อีกครั้ง",
"Retry as administrator": "ทำซ้ำในฐานะผู้ดูแลระบบ",
"Retry failed operations": "ลองการดำเนินการที่ล้มเหลวอีกครั้ง",
"Retry interactively": "ลองใหม่แบบโต้ตอบ",
"Retry skipping integrity checks": "ลองใหม่โดยข้ามการตรวจสอบความสมบูรณ์",
"Retrying, please wait...": "กำลังลองใหม่ โปรดรอสักครู่...",
"Return to top": "กลับไปข้างบน",
"Run": "เรียกใช้",
"Run as admin": "รันด้วยสิทธิ์ผู้ดูแลระบบ",
"Run cleanup and clear cache": "เรียกใช้การล้างข้อมูลและล้างแคช",
"Run last": "ดำเนินการรายการสุดท้าย",
"Run next": "ดำเนินการรายการต่อไป",
"Run now": "ดำเนินการทันที",
"Running the installer...": "กำลังรันตัวติดตั้ง...",
"Running the uninstaller...": "กำลังรันตัวถอนการติดตั้ง...",
"Running the updater...": "กำลังรันตัวอัปเดต...",
"Save": "บันทึก",
"Save File": "เซฟไฟล์",
"Save and close": "บันทึกและปิด",
"Save as": "บันทึกเป็น",
"Save bundle as": "บันทึกบันเดิลเป็น",
"Save now": "บันทึกเดี๋ยวนี้",
"Saving packages, please wait...": "กำลังบันทึกแพ็กเกจ โปรดรอสักครู่...",
"Scoop Installer - WingetUI": "ตัวติดตั้ง Scoop - UniGetUI",
"Scoop Uninstaller - WingetUI": "ตัวถอนการติดตั้ง Scoop - UniGetUI",
"Scoop package": "แพ็กเกจ Scoop",
"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 for packages": "ค้นหาแพ็กเกจ",
"Search for packages to start": "ค้นหาแพ็กเกจเพื่อเริ่มต้น",
"Search mode": "โหมดการค้นหา",
"Search on available updates": "ค้นหาจากอัปเดต",
"Search on your software": "ค้นหาจากซอฟต์แวร์ของคุณ",
"Searching for installed packages...": "กำลังค้นหาแพ็กเกจที่ติดตั้งแล้ว...",
"Searching for packages...": "กำลังค้นหาแพ็กเกจ...",
"Searching for updates...": "กำลังค้นหาอัปเดต...",
"Select": "เลือก",
"Select \"{item}\" to add your custom bucket": "เลือก \"{item}\" ไปยังบักเก็ตที่คุณกำหนดเอง",
"Select a folder": "เลือกโฟลเดอร์",
"Select all": "เลือกทั้งหมด",
"Select all packages": "เลือกแพ็กเกจทั้งหมด",
"Select backup": "เลือกข้อมูลสำรอง",
"Select only <b>if you know what you are doing</b>.": "เลือก<b>หากคุณรู้ว่าคุณกำลังทำอะไร</b>เท่านั้น",
"Select package file": "เลือกไฟล์แพ็กเกจ",
"Select the backup you want to open. Later, you will be able to review which packages you want to install.": "เลือกข้อมูลสำรองที่คุณต้องการเปิด หลังจากนั้นคุณจะสามารถตรวจสอบได้ว่าต้องการติดตั้งแพ็กเกจใด",
"Select the executable to be used. The following list shows the executables found by UniGetUI": "เลือกไฟล์ปฏิบัติการที่จะใช้ รายการต่อไปนี้แสดงไฟล์ปฏิบัติการที่ UniGetUI พบ",
"Select the processes that should be closed before this package is installed, updated or uninstalled.": "เลือกกระบวนการที่ควรถูกปิดก่อนติดตั้ง อัปเดต หรือถอนการติดตั้งแพ็กเกจนี้",
"Select the source you want to add:": "เลือกซอร์ซที่คุณต้องการเพิ่ม:",
"Select upgradable packages by default": "เลือกแพ็กเกจที่อัปเกรดได้ตามค่าเริ่มต้น",
"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 a custom backup file name": "ตั้งชื่อไฟล์สำรองข้อมูลเอง",
"Set custom backup file name": "ตั้งชื่อไฟล์สำรองข้อมูลเอง",
"Settings": "การตั้งค่า",
"Share": "แชร์",
"Share WingetUI": "แบ่งปัน UniGetUI",
"Share anonymous usage data": "แชร์ข้อมูลการใช้งานแบบไม่ระบุตัวตน",
"Share this package": "แชร์แพ็กเกจนี้",
"Should you modify the security settings, you will need to open the bundle again for the changes to take effect.": "หากคุณแก้ไขการตั้งค่าความปลอดภัย คุณจะต้องเปิดบันเดิลอีกครั้งเพื่อให้การเปลี่ยนแปลงมีผล",
"Show UniGetUI on the system tray": "แสดง UniGetUI ในถาดระบบ",
"Show UniGetUI's version and build number on the titlebar.": "แสดงเวอร์ชันและหมายเลขบิลด์ของ UniGetUI บนแถบชื่อเรื่อง",
"Show WingetUI": "แสดง UniGetUI",
"Show a notification when an installation fails": "แสดงการแจ้งเตือนเมื่อติดตั้งไม่สำเร็จ",
"Show a notification when an installation finishes successfully": "แสดงการแจ้งเตือนเมื่อการติดตั้งเสร็จสมบูรณ์",
"Show a notification when an operation fails": "แสดงการแจ้งเตือนเมื่อการดำเนินการล้มเหลว",
"Show a notification when an operation finishes successfully": "แสดงการแจ้งเตือนเมื่อการดำเนินการเสร็จสิ้นสำเร็จ",
"Show a notification when there are available updates": "แสดงการแจ้งเตือนเมื่อพบอัปเดต",
"Show a silent notification when an operation is running": "แสดงการแจ้งเตือนแบบเงียบเมื่อมีการดำเนินการอยู่",
"Show details": "แสดงรายละเอียด",
"Show in explorer": "แสดงใน Explorer",
"Show info about the package on the Updates tab": "แสดงข้อมูลเกี่ยวกับแพ็กเกจบนแท็บอัปเดต",
"Show missing translation strings": "แสดงสตริงการแปลที่ขาดหาย",
"Show notifications on different events": "แสดงการแจ้งเตือนเกี่ยวกับเหตุการณ์ต่าง ๆ",
"Show package details": "แสดงรายละเอียดแพ็กเกจ",
"Show package icons on package lists": "แสดงแพ็คเกจไอค่อนในรายการแพ็คแกจ",
"Show similar packages": "แสดงแพ็กเกจที่คล้ายกัน",
"Show the live output": "แสดง live output",
"Size": "ขนาด",
"Skip": "ข้าม",
"Skip hash check": "ข้ามการตรวจสอบแฮช",
"Skip hash checks": "ข้ามการตรวจสอบแฮช",
"Skip integrity checks": "ข้ามการตรวจสอบความสมบูรณ์",
"Skip minor updates for this package": "ข้ามการอัปเดตย่อยสำหรับแพ็กเกจนี้",
"Skip the hash check when installing the selected packages": "ข้ามการตรวจสอบแฮชเมื่อติดตั้งแพ็กเกจที่เลือก",
"Skip the hash check when updating the selected packages": "ข้ามการตรวจสอบแฮชเมื่ออัปเดตแพ็กเกจที่เลือก",
"Skip this version": "ข้ามเวอร์ชันนี้",
"Software Updates": "การอัปเดตซอฟต์แวร์",
"Something went wrong": "มีบางอย่างผิดพลาด",
"Something went wrong while launching the updater.": "มีข้อผิดพลาดขณะเปิดตัวอัปเดต",
"Source": "ซอร์ซ",
"Source URL:": "URL ซอร์ซ:",
"Source added successfully": "เพิ่มแหล่งที่มาสำเร็จ",
"Source addition failed": "การเพิ่มซอร์ซล้มเหลว",
"Source name:": "ชื่อซอร์ซ:",
"Source removal failed": "การลบซอร์ซล้มเหลว",
"Source removed successfully": "ลบแหล่งที่มาสำเร็จ",
"Source:": "ซอร์ซ:",
"Sources": "แหล่งข้อมูล",
"Start": "เริ่ม",
"Starting daemons...": "กำลังเริ่ม daemons...",
"Starting operation...": "กำลังเริ่มการดำเนินการ...",
"Startup options": "การตั้งค่าการเริ่มโปรแกรม",
"Status": "สถานะ",
"Stuck here? Skip initialization": "ติดอยู่ที่นี่หรือเปล่า? ข้ามกระบวนการเริ่มต้น",
"Success!": "สำเร็จ!",
"Suport the developer": "สนับสนุนผู้พัฒนา",
"Support me": "สนับสนุนผู้พัฒนา",
"Support the developer": "สนับสนุนผู้พัฒนา",
"Systems are now ready to go!": "ระบบพร้อมที่จะใช้งานแล้ว!",
"Telemetry": "ข้อมูลการใช้งาน",
"Text": "ข้อความ",
"Text file": "ไฟล์ข้อความ",
"Thank you ❤": "ขอบคุณ ❤",
"Thank you 😉": "ขอบคุณ 😉",
"The Rust package manager.<br>Contains: <b>Rust libraries and programs written in Rust</b>": "ตัวจัดการแพ็กเกจ Rust<br>ประกอบด้วย: <b>ไลบรารี Rust และโปรแกรมที่เขียนด้วย Rust</b>",
"The backup will NOT include any binary file nor any program's saved data.": "การสำรองข้อมูลจะไม่รวมถึงไฟล์ที่เป็นไบนารีหรือข้อมูลที่บันทึกไว้ของโปรแกรมใด ๆ",
"The backup will be performed after 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.": "การสำรองข้อมูลจะรวมถึงรายการทั้งหมดของแพ็กเกจที่ติดตั้ง และการตั้งค่าการติดตั้งของแพ็กเกจนั้นทั้งหมด การอัปเดตที่ถูกละเว้น และเวอร์ชันที่ข้ามไปจะถูกบันทึกไว้ด้วย",
"The bundle was created successfully on {0}": "สร้างบันเดิลสำเร็จเมื่อ {0}",
"The bundle you are trying to load appears to be invalid. Please check the file and try again.": "บันเดิลที่คุณพยายามโหลดดูเหมือนจะไม่ถูกต้อง โปรดตรวจสอบไฟล์แล้วลองอีกครั้ง",
"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.": "ค่าแฮชของตัวติดตั้งไม่ตรงกับค่าที่คาดหวัง และไม่สามารถยืนยันความถูกต้องของตัวติดตั้งได้ หากคุณไว้วางใจผู้เผยแพร่ {0} แพ็กเกจอีกครั้งโดยข้ามการตรวจสอบแฮช",
"The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>": "ตัวจัดการแพ็กเกจสุดคลาสสิกสำหรับ Windows คุณสามารถหาทุกอย่างได้ที่นี่ <br>ประกอบด้วย: <b>ซอฟต์แวร์ทั่วไป</b>",
"The cloud backup completed successfully.": "สำรองข้อมูลบนคลาวด์สำเร็จ",
"The cloud backup has been loaded successfully.": "โหลดข้อมูลสำรองบนคลาวด์สำเร็จ",
"The current bundle has no packages. Add some packages to get started": "บันเดิลปัจจุบันไม่มีแพ็กเกจ เพิ่มแพ็กเกจบางรายการเพื่อเริ่มต้น",
"The executable file for {0} was not found": "ไม่พบไฟล์ปฏิบัติการสำหรับ {0}",
"The following options will be applied by default each time a {0} package is installed, upgraded or uninstalled.": "การตั้งค่าต่อไปนี้จะถูกนำไปใช้ทุกครั้งที่ติดตั้ง อัปเดต หรือลบแพ็กเกจ {0}",
"The following packages are going to be exported to a JSON file. No user data or binaries are going to be saved.": "แพ็กเกจต่อไปนี้จะถูกส่งออกไปยังไฟล์ JSON โดยจะไม่มีข้อมูลผู้ใช้หรือไบนารีถูกบันทึกไว้",
"The following packages are going to be installed on your system.": "แพ็กเกจต่อไปนี้จะถูกติดตั้งบนระบบของคุณ",
"The following settings may pose a security risk, hence they are disabled by default.": "การตั้งค่าต่อไปนี้อาจก่อให้เกิดความเสี่ยงด้านความปลอดภัยจึงถูกปิดไว้โดยเริ่มต้น",
"The following settings will be applied each time this package is installed, updated or removed.": "การตั้งค่าต่อไปนี้จะถูกนำไปใช้ทุกครั้งที่ติดตั้ง อัปเดต หรือลบแพ็กเกจนี้",
"The following settings will be applied each time this package is installed, updated or removed. They will be saved automatically.": "การตั้งค่าต่อไปนี้จะถูกนำไปใช้ทุกครั้งที่แพ็กเกจนี้ถูกติดตั้ง อัปเดต หรือถูกลบ และจะถูกบันทึกโดยอัตโนมัติ",
"The icons and screenshots are maintained by users like you!": "ไอคอนและสกรีนช็อตถูกดูแลโดยผู้ใช้อย่างคุณ!",
"The installation script saved to {0}": "บันทึกสคริปต์การติดตั้งไปยัง {0}",
"The installer authenticity could not be verified.": "ไม่สามารถตรวจสอบความถูกต้องของตัวติดตั้งได้",
"The installer has an invalid checksum": "ตัวติดตั้งมีผลรวมตรวจสอบที่ไม่ถูกต้อง",
"The installer hash does not match the expected value.": "แฮชของตัวติดตั้งไม่ตรงกับค่าคาดหมาย",
"The local icon cache currently takes {0} MB": "แคชไอคอนภายในเครื่องปัจจุบันใช้พื้นที่ {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.": "วัตถุประสงค์หลักของโปรเจกต์นี้คือการสร้าง UI ที่ใช้งานง่ายเพื่อจัดการตัวจัดการแพ็กเกจ CLI ที่ใช้กันมากที่สุดสำหรับ Windows เช่น Winget และ Scoop",
"The package \"{0}\" was not found on the package manager \"{1}\"": "ไม่พบแพ็กเกจ \"{0}\" ในตัวจัดการแพ็กเกจ \"{1}\"",
"The package bundle could not be created due to an error.": "ไม่สามารถสร้างบันเดิลแพ็กเกจได้เนื่องจากเกิดข้อผิดพลาด",
"The package bundle is not valid": "บันเดิลแพ็กเกจไม่ถูกต้อง",
"The package manager \"{0}\" is disabled": "ตัวจัดการแพ็กเกจ \"{0}\" ถูกปิดใช้งาน",
"The package manager \"{0}\" was not found": "ไม่พบตัวจัดการแพ็กเกจ \"{0}\"",
"The package {0} from {1} was not found.": "ไม่พบแพ็กเกจ {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.": "แพ็กเกจที่มีรายชื่อดังต่อไปนี้จะไม่ถูกตรวจสอบการอัปเดต ดับเบิลคลิกที่รายชื่อหรือคลิกที่ปุ่มทางด้านขวาของรายชื่อเพื่อยกเลิกการละเว้นการอัปเดตรายการนั้น",
"The selected packages have been blacklisted": "แพ็กเกจที่เลือกได้ถูกเพิกถอนสิทธิ์ให้ใช้งานแล้ว",
"The settings will list, in their descriptions, the potential security issues they may have.": "การตั้งค่าจะระบุปัญหาด้านความปลอดภัยที่อาจเกิดขึ้นไว้ในคำอธิบายของแต่ละรายการ",
"The size of the backup is estimated to be less than 1MB.": "ขนาดของไฟล์สำรองคาดว่าจะน้อยกว่า 1MB",
"The source {source} was added to {manager} successfully": "เพิ่มซอร์ซ {source} ไปยัง {manager} เสร็จสมบูรณ์",
"The source {source} was removed from {manager} successfully": "ลบซอร์ซ {source} ออกจาก {manager} เสร็จสมบูรณ์",
"The system tray icon must be enabled in order for notifications to work": "ต้องเปิดใช้งานไอคอนถาดระบบเพื่อให้การแจ้งเตือนทำงานได้",
"The update process has been aborted.": "กระบวนการอัปเดตถูกยกเลิกแล้ว",
"The update process will start after closing UniGetUI": "กระบวนการอัปเดตจะเริ่มหลังจากปิด UniGetUI",
"The update will be installed upon closing WingetUI": "การอัปเดตจะได้รับการติดตั้งเมื่อปิด UniGetUI",
"The update will not continue.": "การอัปเดตจะไม่ได้รับการดำเนินการต่อ",
"The user has canceled {0}, that was a requirement for {1} to be run": "ผู้ใช้ได้ยกเลิก {0} ซึ่งเป็นข้อกำหนดสำหรับการรัน {1}",
"There are no new UniGetUI versions to be installed": "ไม่มี UniGetUI เวอร์ชันใหม่ให้ติดตั้ง",
"There are ongoing operations. Quitting WingetUI may cause them to fail. Do you want to continue?": "มีการดำเนินงานอยู่ในขณะนี้ การออกจาก UniGetUI อาจทำให้การทำงานล้มเหลว คุณต้องการดำเนินการต่อหรือไม่",
"There are some great videos on YouTube that showcase WingetUI and its capabilities. You could learn useful tricks and tips!": "มีวิดีโอที่ดีบน YouTube บางส่วนที่นำเสนอ UniGetUI และความสามารถของมัน คุณสามารถเรียนรู้เทคนิคและเคล็ดลับที่มีประโยชน์ได้!",
"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 เป็นผู้ดูแลระบบ:\n ข้อแรกคือตัวจัดการแพ็กเกจ Scoop อาจเป็นสาเหตุของปัญหาบางรายการเมื่อรันด้วยสิทธิ์ผู้ดูแลระบบ\n ข้อสองคือการรัน UniGetUI ในฐานะผู้ดูแลระบบหมายความว่าแพ็กเกจที่คุณดาวน์โหลดจะถูกเรียกใช้ในฐานะผู้ดูแลระบบ และนี่ไม่ใช่วิธีการที่ปลอดภัย\n โปรดจำไว้ว่าหากคุณต้องการติดตั้งแพ็กเกจเฉพาะด้วยสิทธิ์ผู้ดูแลระบบ คุณสามารถคลิกขวาที่รายการ -> ติดตั้ง/อัปเดต/ถอนการติดตั้งเป็นผู้ดูแลระบบได้เสมอ",
"There is an error with the configuration of the package manager \"{0}\"": "เกิดข้อผิดพลาดในการกำหนดค่าของตัวจัดการแพ็กเกจ \"{0}\"",
"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?": "มีการติดตั้งที่กำลังดำเนินการอยู่ หากคุณปิด UniGetUI การติดตั้งอาจล้มเหลว และส่งผลลัพธ์ที่ไม่คาดคิด คุณยังต้องการออกจาก UniGetUI หรือไม่?",
"They are the programs in charge of installing, updating and removing packages.": "นั่นคือโปรแกรมที่รับผิดชอบในการติดตั้ง อัปเดต และถอนการติดตั้งแพ็กเกจ",
"Third-party licenses": "ใบอนุญาตของบุคคลภายนอก",
"This could represent a <b>security risk</b>.": "นี่อาจทำให้เกิด<b>ความเสี่ยงด้านความปลอดภัย</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}": "น่าจะเป็นเพราะแพ็กเกจที่คุณได้รับถูกนำออกหรือเผยแพร่ในตัวจัดการแพ็กเกจที่คุณไม่ได้เปิดการใช้งาน. ID ที่ได้รับคือ {0}",
"This is the <b>default choice</b>.": "นี่คือ<b>ตัวเลือกเริ่มต้น</b>",
"This may help if WinGet packages are not shown": "สิ่งนี้อาจช่วยได้หากแพ็กเกจ WinGet ไม่แสดง",
"This may help if no packages are listed": "สิ่งนี้อาจช่วยได้หากไม่มีแพ็กเกจแสดงในรายการ",
"This may take a minute or two": "การดำเนินการนี้อาจใช้เวลาประมาณหนึ่งถึงสองนาที",
"This operation is running interactively.": "การดำเนินการนี้กำลังทำงานแบบโต้ตอบ",
"This operation is running with administrator privileges.": "การดำเนินการนี้กำลังทำงานด้วยสิทธิ์ผู้ดูแลระบบ",
"This option WILL cause issues. Any operation incapable of elevating itself WILL FAIL. Install/update/uninstall as administrator will NOT WORK.": "ตัวเลือกนี้จะก่อให้เกิดปัญหาอย่างแน่นอน การดำเนินการใดก็ตามที่ไม่สามารถยกระดับสิทธิ์ตัวเองได้จะล้มเหลว การติดตั้ง/อัปเดต/ถอนการติดตั้งแบบผู้ดูแลระบบจะไม่ทำงาน",
"This package bundle had some settings that are potentially dangerous, and may be ignored by default.": "บันเดิลแพ็กเกจนี้มีการตั้งค่าบางอย่างที่อาจเป็นอันตราย และอาจถูกละเว้นตามค่าเริ่มต้น",
"This package can be updated": "แพ็กเกจนี้สามารถอัปเดตได้",
"This package can be updated to version {0}": "แพ็กเกจนี้สามารถอัปเดตเป็นเวอร์ชัน {0} ได้",
"This package can be upgraded to version {0}": "แพ็กเกจนี้สามารถอัปเกรดเป็นเวอร์ชัน {0}",
"This package cannot be installed from an elevated context.": "ไม่สามารถติดตั้งแพ็กเกจนี้จากบริบทที่ยกระดับสิทธิ์ได้",
"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 โดยการเพิ่มไอคอนและภาพหน้าจอที่ขาดหายไปในฐานข้อมูลสาธารณะแบบเปิดของเรา",
"This package is already installed": "แพ็กเกจนี้ถูกติดตั้งแล้ว",
"This package is being processed": "แพ็กนี้กำลังถูกประมวลผล",
"This package is not available": "แพ็กเกจนี้ไม่พร้อมใช้งาน",
"This package is on the queue": "แพ็กเกจนี้อยู่ในคิว",
"This process is running with administrator privileges": "Process นี้กำลังทำงานด้วยสิทธิ์ผู้ดูแลระบบ",
"This project has no connection with the official {0} project — it's completely unofficial.": "โพรเจกต์นี้ไม่มีส่วนเกี่ยวข้องกับโปรเจกต์ทางการ {0} — โพรเจกต์นี้ไม่เป็นทางการ",
"This setting is disabled": "การตั้งค่านี้ถูกปิดใช้งาน",
"This wizard will help you configure and customize WingetUI!": "ตัวช่วยนี้จะช่วยคุณตั้งค่า และปรับแต่ง UniGetUI!",
"Toggle search filters pane": "เปิด/ปิด ตัวกรองการค้นหา",
"Translators": "ผู้แปล",
"Try to kill the processes that refuse to close when requested to": "พยายามปิดโปรเซสที่ปฏิเสธการปิดเมื่อมีการร้องขอ",
"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": "การเปิดใช้สิ่งนี้จะทำให้สามารถเปลี่ยนไฟล์ปฏิบัติการที่ใช้โต้ตอบกับตัวจัดการแพ็กเกจได้ แม้ว่าจะช่วยให้ปรับแต่งกระบวนการติดตั้งได้ละเอียดขึ้น แต่อาจเป็นอันตรายได้เช่นกัน",
"Type here the name and the URL of the source you want to add, separed by a space.": "พิมพ์ชื่อและ URL ของซอร์ซที่คุณต้องการเพิ่มที่นี่ คั่นด้วยช่องว่าง",
"Unable to find package": "ไม่สามารถหาแพ็กเกจได้",
"Unable to load informarion": "ไม่สามารถโหลดข้อมูลได้",
"UniGetUI collects anonymous usage data in order to improve the user experience.": "UniGetUI เก็บรวบรวมข้อมูลการใช้งานแบบไม่ระบุตัวตนเพื่อปรับปรุงประสบการณ์ของผู้ใช้",
"UniGetUI collects anonymous usage data with the sole purpose of understanding and improving the user experience.": "UniGetUI เก็บรวบรวมข้อมูลการใช้งานแบบไม่ระบุตัวตนเพื่อจุดประสงค์เดียวในการทำความเข้าใจและปรับปรุงประสบการณ์ของผู้ใช้",
"UniGetUI has detected a new desktop shortcut that can be deleted automatically.": "UniGetUI ตรวจพบทางลัดบนเดสก์ท็อปใหม่ที่สามารถลบโดยอัตโนมัติได้",
"UniGetUI has detected the following desktop shortcuts which can be removed automatically on future upgrades": "UniGetUI ตรวจพบทางลัดบนเดสก์ท็อปต่อไปนี้ซึ่งสามารถลบโดยอัตโนมัติได้ในการอัปเกรดครั้งถัดไป",
"UniGetUI has detected {0} new desktop shortcuts that can be deleted automatically.": "UniGetUI ตรวจพบทางลัดบนเดสก์ท็อปใหม่ {0} รายการที่สามารถลบโดยอัตโนมัติได้",
"UniGetUI is being updated...": "UniGetUI กำลังอัปเดต...",
"UniGetUI is not related to any of the compatible package managers. UniGetUI is an independent project.": "UniGetUI ไม่ได้มีส่วนเกี่ยวข้องกับตัวจัดการแพ็กเกจที่เข้ากันได้ใด ๆ UniGetUI เป็นโครงการอิสระ",
"UniGetUI on the background and system tray": "UniGetUI ในพื้นหลังและถาดระบบ",
"UniGetUI or some of its components are missing or corrupt.": "UniGetUI หรือส่วนประกอบบางอย่างสูญหายหรือเสียหาย",
"UniGetUI requires {0} to operate, but it was not found on your system.": "UniGetUI ต้องใช้ {0} ในการทำงาน แต่ไม่พบบนระบบของคุณ",
"UniGetUI startup page:": "หน้าเริ่มต้นของ UniGetUI:",
"UniGetUI updater": "ตัวอัปเดต UniGetUI",
"UniGetUI version {0} is being downloaded.": "กำลังดาวน์โหลด UniGetUI เวอร์ชัน {0}",
"UniGetUI {0} is ready to be installed.": "UniGetUI {0} พร้อมสำหรับการติดตั้ง",
"uninstall": "ถอนการติดตั้ง",
"Uninstall Scoop (and its packages)": "ถอนการติดตั้ง Scoop (และแพ็กเกจ)",
"Uninstall and more": "ถอนการติดตั้งและอื่น ๆ",
"Uninstall and remove data": "ถอนการติดตั้งและลบข้อมูล",
"Uninstall as administrator": "ถอนการติดตั้งในฐานะผู้ดูแลระบบ",
"Uninstall canceled by the user!": "การถอนการติดตั้งถูกยกเลิกโดยผู้ใช้",
"Uninstall failed": "ถอนการติดตั้งล้มเหลว",
"Uninstall": "ถอนการติดตั้ง",
"Uninstall options": "ตัวเลือกการถอนการติดตั้ง",
"Uninstall package": "ถอนการติดตั้งแพ็กเกจ",
"Uninstall package, then reinstall it": "ถอนการติดตั้งแพ็กเกจ แล้วติดตั้งใหม่",
"Uninstall package, then update it": "ถอนการติดตั้งแพ็กเกจ แล้วทำการอัปเดต",
"Uninstall previous versions when updated": "ถอนการติดตั้งเวอร์ชันก่อนหน้าเมื่อมีการอัปเดต",
"Uninstall selected packages": "ถอนการติดตั้งแพ็กเกจที่เลือก",
"Uninstall selection": "ถอนการติดตั้งรายการที่เลือก",
"Uninstall succeeded": "ถอนการติดตั้งสำเร็จ",
"Uninstall the selected packages with administrator privileges": "ถอนการติดตั้งแพ็กเกจที่เลือกด้วยสิทธิ์ผู้ดูแลระบบ",
"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.": "แพ็กเกจที่ไม่สามารถถอนการติดตั้งได้ โดยมาจาก \"{0}\" ไม่ได้รับการเผยแพร่ในตัวจัดการแพ็กเกจใด ๆ ดังนั้นไม่มีข้อมูลให้แสดงเกี่ยวกับแพ็กเกจเหล่านั้น",
"Unknown": "ไม่ทราบ",
"Unknown size": "ไม่ทราบขนาด",
"Unset or unknown": "ยังไม่ได้ตั้งค่าหรือไม่ทราบ",
"Up to date": "อัพเดทล่าสุด",
"Update": "อัปเดต",
"Update WingetUI automatically": "อัปเดต UniGetUI โดยอัตโนมัติ",
"Update all": "อัปเดตทั้งหมด",
"Update and more": "อัปเดตและอื่น ๆ",
"Update as administrator": "อัปเดตในฐานะผู้ดูแลระบบ",
"Update check frequency, automatically install updates, etc.": "ความถี่ในการตรวจสอบการอัปเดต ติดตั้งการอัปเดตอัตโนมัติ และอื่น ๆ",
"Update checking": "การตรวจสอบการอัปเดต",
"Update date": "อัปเดตวันที่",
"Update failed": "การอัปเดตล้มเหลว",
"Update found!": "พบอัปเดต!",
"Update now": "อัปเดตทันที",
"Update options": "ตัวเลือกการอัปเดต",
"Update package indexes on launch": "อัปเดตดัชนีแพ็กเกจเมื่อเริ่มเปิดโปรแกรม",
"Update packages automatically": "อัปเดตแพ็กเกจโดยอัตโนมัติ",
"Update selected packages": "อัปเดตแพ็กเกจที่เลือก",
"Update selected packages with administrator privileges": "อัปเดตแพ็กเกจที่เลือกด้วยสิทธิ์ผู้ดูแลระบบ",
"Update selection": "อัปเดตรายการที่เลือก",
"Update succeeded": "อัปเดตสำเร็จแล้ว",
"Update to version {0}": "อัปเดตเป็นเวอร์ชัน {0}",
"Update to {0} available": "มีอัปเดตสำหรับ {0}",
"Update vcpkg's Git portfiles automatically (requires Git installed)": "อัปเดตไฟล์พอร์ตของ vcpkg สำหรับ Git โดยอัตโนมัติ (ต้องติดตั้ง Git แล้ว)",
"Updates": "อัปเดต",
"Updates available!": "มีอัปเดตใหม่!",
"Updates for this package are ignored": "อัปเดตสำหรับแพ็กเกจนี้ถูกละเว้น",
"Updates found!": "พบอัปเดต!",
"Updates preferences": "การตั้งค่าการอัปเดต",
"Updating WingetUI": "กำลังอัปเดต UniGetUI",
"Url": "Url",
"Use Legacy bundled WinGet instead of PowerShell CMDLets": "ใช้ WinGet บันเดิลแบบดั้งเดิมแทน PowerShell cmdlets",
"Use a custom icon and screenshot database URL": "ใช้ URL ของฐานข้อมูลไอคอนและสกรีนช็อตที่กำหนดเอง",
"Use bundled WinGet instead of PowerShell CMDlets": "ใช้ WinGet ที่มากับโปรแกรมแทน PowerShell CMDlets",
"Use bundled WinGet instead of system WinGet": "ใช้ WinGet ที่มากับโปรแกรมแทน WinGet ของระบบ",
"Use installed GSudo instead of UniGetUI Elevator": "ใช้ GSudo ที่ติดตั้งไว้แทน UniGetUI Elevator",
"Use installed GSudo instead of the bundled one": "ใช้ GSudo ที่ติดตั้งแทนที่ GSudo ที่มีให้ (ต้องรีสตาร์ทแอปพลิเคชัน)",
"Use legacy UniGetUI Elevator (disable AdminByRequest support)": "ใช้ UniGetUI Elevator รุ่นเก่า (อาจช่วยได้หากมีปัญหากับ UniGetUI Elevator)",
"Use system Chocolatey": "ใช้ Chocolatey ในระบบ",
"Use system Chocolatey (Needs a restart)": "ใช้ Chocolatey ของระบบ (ต้องรีสตาร์ท)",
"Use system Winget (Needs a restart)": "ใช้ Winget ของระบบ (จำเป็นต้องรีสตาร์ท)",
"Use system Winget (System language must be set to english)": "ใช้ Winget ในระบบ (ต้องตั้งค่าภาษาของระบบเป็นภาษาอังกฤษ)",
"Use the WinGet COM API to fetch packages": "ใช้ WinGet COM API เพื่อดึงข้อมูลแพ็กเกจ",
"Use the WinGet PowerShell Module instead of the WinGet COM API": "ใช้ WinGet PowerShell Module แทน WinGet COM API",
"Useful links": "ลิงก์ที่เป็นประโยชน์",
"User": "ผู้ใช้",
"User interface preferences": "การตั้งค่าอินเตอร์เฟซผู้ใช้",
"User | Local": "ผู้ใช้ | เฉพาะที่",
"Username": "บัญชีผู้ใช้",
"Using WingetUI implies the acceptation of the GNU Lesser General Public License v2.1 License": "การใช้ UniGetUI ถือว่าเป็นการยอมรับสัญญาอนุญาตสาธารณะทั่วไปแบบผ่อนปรนของกนู (GNU Lesser General Public License) v2.1",
"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 โปรดกำหนดตัวแปรสภาพแวดล้อม %VCPKG_ROOT% หรือกำหนดจากการตั้งค่า UniGetUI",
"Vcpkg was not found on your system.": "ไม่พบ Vcpkg ในระบบของคุณ",
"Verbose": "รายละเอียด",
"Version": "เวอร์ชัน",
"Version to install:": "เวอร์ชันที่จะทำการติดตั้ง:",
"Version:": "เวอร์ชัน:",
"View GitHub Profile": "ดูโปรไฟล์ GitHub",
"View WingetUI on GitHub": "ดู UniGetUI บน GitHub",
"View WingetUI's source code. From there, you can report bugs or suggest features, or even contribute direcly to The WingetUI Project": "ดูซอร์สโค้ดของ UniGetUI จากตรงนั้นคุณสามารถรายงานบั๊กหรือแนะนำฟีเจอร์ หรือแม้แต่มีส่วนร่วมกับโปรเจกต์ UniGetUI ได้โดยตรง",
"View mode:": "มุมมองการแสดงผล",
"View on UniGetUI": "ดูบน UnigetUI",
"View page on browser": "ดูหน้านี้บนเบราว์เซอร์",
"View {0} logs": "ดูบันทึกของ {0}",
"Wait for the device to be connected to the internet before attempting to do tasks that require internet connectivity.": "รอให้อุปกรณ์เชื่อมต่ออินเทอร์เน็ตก่อนที่จะพยายามทำงานที่ต้องใช้การเชื่อมต่ออินเทอร์เน็ต",
"Waiting for other installations to finish...": "กำลังรอให้การติดตั้งอื่นเสร็จสิ้น",
"Waiting for {0} to complete...": "กำลังรอให้ {0} เสร็จสิ้น...",
"Warning": "คำเตือน",
"Warning!": "คำเตือน!",
"We are checking for updates.": "อยู่ระหว่างการตรวจสอบอัปเดต",
"We could not load detailed information about this package, because it was not found in any of your package sources": "เราไม่สามารถโหลดข้อมูลรายละเอียดเกี่ยวกับแพ็กเกจนี้ได้ เนื่องจากไม่พบในแหล่งข้อมูลใด ๆ สำหรับแพ็กเกจของคุณ",
"We could not load detailed information about this package, because it was not installed from an available package manager.": "เราไม่สามารถโหลดข้อมูลรายละเอียดเกี่ยวกับแพ็กเกจนี้ได้ เนื่องจากไม่ได้ติดตั้งจากตัวจัดการแพ็กเกจที่มีอยู่",
"We could not {action} {package}. Please try again later. Click on \"{showDetails}\" to get the logs from the installer.": "เราไม่สามารถ {action} {package} ได้ในขณะนี้ โปรดลองอีกครั้งในภายหลัง คลิกที่ \"{showDetails}\" เพื่อดูบันทึกจากตัวติดตั้ง",
"We could not {action} {package}. Please try again later. Click on \"{showDetails}\" to get the logs from the uninstaller.": "เราไม่สามารถ {action} {package} ได้ในขณะนี้ โปรดลองอีกครั้งในภายหลัง คลิกที่ \"{showDetails}\" เพื่อดูบันทึกจากตัวถอนการติดตั้ง",
"We couldn't find any package": "เราไม่พบแพ็กเกจใด ๆ เลย",
"Welcome to WingetUI": "ยินดีต้อนรับสู่ UniGetUI",
"When batch installing packages from a bundle, install also packages that are already installed": "เมื่อติดตั้งแพ็กเกจเป็นชุดจากบันเดิล ให้ติดตั้งแพ็กเกจที่ติดตั้งไว้แล้วด้วย",
"When new shortcuts are detected, delete them automatically instead of showing this dialog.": "เมื่อตรวจพบทางลัดใหม่ ให้ลบโดยอัตโนมัติแทนการแสดงกล่องโต้ตอบนี้",
"Which backup do you want to open?": "คุณต้องการเปิดข้อมูลสำรองใด",
"Which package managers do you want to use?": "คุณต้องการใช้ตัวจัดการแพ็กเกจตัวไหนบ้าง?",
"Which source do you want to add?": "คุณต้องการจะเพิ่มซอร์ซอันไหน?",
"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 ก็สามารถใช้ร่วมกับตัวจัดการแพ็กเกจอื่นๆ ได้ ซึ่งอาจก่อให้เกิดความสับสน เดิมที UniGetUI ได้รับการออกแบบมาเพื่อทำงานกับ Winget เท่านั้น แต่ตอนนี้ไม่ได้เป็นเช่นนั้นแล้ว ดังนั้นชื่อ WingetUI จึงไม่ได้สื่อถึงเป้าหมายของโครงการนี้",
"WinGet could not be repaired": "ไม่สามารถซ่อมแซม WinGet ได้",
"WinGet malfunction detected": "ตรวจพบความผิดปกติของ WinGet",
"WinGet was repaired successfully": "ซ่อมแซม WinGet สำเร็จ",
"WingetUI": "UniGetUI",
"WingetUI - Everything is up to date": "UniGetUI - ทุกอย่างอัปเดตแล้ว",
"WingetUI - {0} updates are available": "UniGetUI - พบ {0} อัปเดต",
"WingetUI - {0} {1}": "UniGetUI - {0} {1}",
"WingetUI Homepage": "เว็บไซต์ UniGetUI",
"WingetUI Homepage - Share this link!": "เว็บไซต์ UniGetUI - แชร์ลิงก์นี้!",
"WingetUI License": "ใบอนุญาต UniGetUI",
"WingetUI log": "บันทึก UniGetUI",
"WingetUI Repository": "คลังข้อมูล UniGetUI",
"WingetUI Settings": "การตั้งค่า UniGetUI",
"WingetUI Settings File": "ไฟล์ตั้งค่า UniGetUI",
"WingetUI Log": "บันทึก UniGetUI",
"WingetUI Uses the following libraries. Without them, WingetUI wouldn't have been possible.": "UniGetUI ใช้ไลบรารีดังต่อไปนี้ UniGetUI คงไม่อาจเกิดขึ้นได้หากไม่มีไลบรารีเหล่านี้",
"WingetUI uses the following libraries. Without them, WingetUI wouldn't have been possible.": "UniGetUI ใช้ไลบรารีดังต่อไปนี้ UniGetUI คงไม่อาจเกิดขึ้นได้หากไม่มีไลบรารีเหล่านี้",
"WingetUI Version {0}": "UniGetUI เวอร์ชัน {0}",
"WingetUI autostart behaviour, application launch settings": "การเปิดทำงานโดยอัตโนมัติของ UniGetUI และการตั้งค่าการเปิดแอปพลิเคชัน",
"WingetUI can check if your software has available updates, and install them automatically if you want to": "UniGetUI สามารถตรวจสอบว่าซอฟต์แวร์ของคุณมีการอัปเดตหรือไม่ และติดตั้งอัปเดตโดยอัตโนมัติหากคุณต้องการ",
"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 ถูกเรียกใช้ในฐานะผู้ดูแลระบบ ซึ่งไม่แนะนำให้ทำ เมื่อเรียกใช้ UniGetUI ในฐานะผู้ดูแลระบบ ทุกการดำเนินการที่เริ่มจาก UniGetUI จะได้รับสิทธิ์ผู้ดูแลระบบ คุณยังคงสามารถใช้โปรแกรมนี้ได้ แต่เราขอแนะนำอย่างยิ่งว่าอย่าใช้งาน UniGetUI ด้วยสิทธิ์ผู้ดูแลระบบ",
"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 ไม่ได้ถูกแปลด้วยเครื่องมือแปลภาษา แต่ถูกแปลโดย:",
"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 เป็นแอปพลิเคชันที่ทำให้การจัดการซอฟต์แวร์ของคุณง่ายขึ้น โดยมอบอินเทอร์เฟซผู้ใช้แบบกราฟิกที่ครอบคลุมสำหรับตัวจัดการแพ็กเกจบรรทัดคำสั่งของคุณ",
"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)": "UniGetUI จะถูกเปลี่ยนชื่อเพื่อสร้างความแตกต่างอย่างชัดเจนระหว่าง UniGetUI (อินเทอร์เฟซที่คุณใช้อยู่ตอนนี้) และ WinGet (ตัวจัดการแพ็กเกจที่พัฒนาโดย Microsoft ซึ่งผมไม่ได้มีส่วนเกี่ยวข้อง)",
"WingetUI is being updated. When finished, WingetUI will restart itself": "กำลังอัปเดต UniGetUI เมื่ออัปเดตเสร็จสิ้น UniGetUI จะรีสตาร์ทตัวเอง",
"WingetUI is free, and it will be free forever. No ads, no credit card, no premium version. 100% free, forever.": "UniGetUI นั้นใช้งานได้ฟรี และจะฟรีตลอดไป ไม่มีโฆษณา ไม่ต้องใช้บัตรเครดิต ไม่มีเวอร์ชันพรีเมียม ฟรี 100% ตลอดไป",
"WingetUI tray application preferences": "การตั้งค่าถาดระบบของ UniGetUI ",
"WingetUI version {0} is being downloaded.": "กำลังดาวน์โหลด UniGetUI เวอร์ชัน {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 จะไม่ตรวจสอบอัปเดตเป็นระยะ แต่จะยังคงตรวจสอบเมื่อเปิดใช้งานโปรแกรม โดยคุณจะไม่ได้รับการแจ้งเตือนเกี่ยวกับมัน",
"WingetUI will show a UAC prompt every time a package requires elevation to be installed.": "UniGetUI จะแสดงหน้าต่าง UAC ทุกครั้งเมื่อแพ็กเกจต้องการยกระดับสิทธิ์เพื่อติดตั้ง",
"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} ในเร็วๆ นี้ ซึ่งไม่ได้สะท้อนถึงการเปลี่ยนแปลงใด ๆ ในแอปพลิเคชัน โดยผม (ผู้พัฒนา) จะดำเนินการพัฒนาโครงการนี้ต่อไปดังเช่นที่ทำอยู่ในตอนนี้ แต่ภายใต้ชื่ออื่น",
"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!": "UniGetUI จะเกิดขึ้นไม่ได้เลยหากไม่ได้รับความช่วยเหลือจากผู้มีส่วนช่วย ดู GitHub ของพวกเขาดูสิ UniGetUI จะเกิดขึ้นไม่ได้หากไม่มีพวกเขา!",
"WingetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "UniGetUI คงไม่เกิดขึ้นหากไม่ได้รับความช่วยเหลือจากผู้ที่มีส่วนช่วย ขอบคุณทุกท่าน 🥳",
"WingetUI {0} is ready to be installed.": "UniGetUI {0} พร้อมสำหรับการติดตั้งแล้ว",
"Write here the process names here, separated by commas (,)": "เขียนชื่อโปรเซสที่นี่ โดยคั่นด้วยเครื่องหมายจุลภาค (,)",
"Yes": "ใช่",
"You are logged in as {0} (@{1})": "ลงชื่อเข้าใช้ในชื่อ {0} (@{1})",
"You can change this behavior on UniGetUI security settings.": "คุณสามารถเปลี่ยนพฤติกรรมนี้ได้ที่การตั้งค่าความปลอดภัยของ 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 จึงใช้ได้ที่นี่",
"You have currently version {0} installed": "ขณะนี้คุณได้ติดตั้งเวอร์ชัน {0} แล้ว",
"You have installed WingetUI Version {0}": "คุณได้ติดตั้ง UniGetUI เวอร์ชัน {0} แล้ว",
"You may lose unsaved data": "คุณอาจสูญเสียข้อมูลที่ยังไม่ได้บันทึก",
"You may need to install {pm} in order to use it with WingetUI.": "คุณจำเป็นต้องติดตั้ง {pm} เพื่อใช้งานร่วมกับ UniGetUI",
"You may restart your computer later if you wish": "คุณสามารถรีสตาร์ทคอมพิวเตอร์ของคุณในภายหลังหากคุณต้องการ",
"You will be prompted only once, and administrator rights will be granted to packages that request them.": "คุณจะได้รับคำขอสิทธิ์ผู้ดูแลระบบเพียงครั้งเดียวเท่านั้น และสิทธิ์ผู้ดูแลระบบจะถูกมอบให้แก่แพ็กเกจที่ขอใช้งานสิทธิ์นั้น",
"You will be prompted only once, and every future installation will be elevated automatically.": "คุณจะได้รับคำขอสิทธิ์ผู้ดูแลระบบเพียงครั้งเดียวเท่านั้น และการติดตั้งในอนาคตทุก ๆ ครั้งจะถูกยกระดับสิทธิ์โดยอัตโนมัติ",
"You will likely need to interact with the installer.": "คุณอาจต้องโต้ตอบกับตัวติดตั้ง",
"[RAN AS ADMINISTRATOR]": "เรียกใช้ในฐานะผู้ดูแลระบบ",
"buy me a coffee": "เลี้ยงขนมเราหน่อย",
"extracted": "แตกไฟล์แล้ว",
"feature": "คุณสมบัติ",
"formerly WingetUI": "เดิมชื่อ WingetUI",
"installation": "การติดตั้ง",
"installed": "ติดตั้งสำเร็จ",
"installing": "กำลังติดตั้ง",
"library": "ไลบรารี",
"mandatory": "บังคับ",