forked from OpenKore/openkore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathth.po
More file actions
11396 lines (9380 loc) · 384 KB
/
Copy pathth.po
File metadata and controls
11396 lines (9380 loc) · 384 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
msgid ""
msgstr ""
"Project-Id-Version: OpenKore Thai Edition\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-10 16:34-0600\n"
"PO-Revision-Date: 2010-11-29 20:09+0100\n"
"Last-Translator: manticora <the-manticora@yandex.ru>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Thai\n"
"X-Poedit-Country: THAILAND\n"
#: ../../openkore.pl:129
#, perl-format
msgid ""
"Your Windows TCP/IP stack is broken. Please read\n"
" %s\n"
"to learn how to solve this."
msgstr ""
"Windows TCP/IP stack ของคุณเสีย\n"
"กรุณาอ่าน %s\n"
"เพื่อศึกษาวิธีแก้ใข"
#: ../../openkore.pl:140
msgid ""
"You have old files in the OpenKore folder, which may cause conflicts.\n"
"Please delete your entire OpenKore source folder, and redownload everything."
msgstr ""
"คุณมีไฟล์เวอร์ชั่นเก่าใน OpenKore folder ซึ่งอาจทำให้เกิดความขัดแย้งกันได้\n"
"กรุณาลบทุกไฟล์ใน OpenKore source folder และดาวน์โหลดไฟล์ใหม่"
#: ../../openkore.pl:146 ../../openkore.pl:166
#, fuzzy, perl-format
msgid ""
"Your version of the XSTools library is too old.\n"
"Please upgrade it from %s"
msgstr ""
"เวอร์ชั่นของ XSTools เก่าเกินไป\n"
"กรุณาอัพเกรด โดยอ่าน %s"
#: ../../openkore.pl:152
#, fuzzy, perl-format
msgid ""
"Your version of (wx)start.exe is incompatible.\n"
"Please upgrade it from %s"
msgstr ""
"เวอร์ชั่นของ (wx)start.exe ไม่สามารเข้ากันได้\n"
"กรุณาอัพเกรด โดยอ่าน %s"
#: ../../openkore.pl:155
#, fuzzy, perl-format
msgid ""
"Your version of XSTools library is incompatible.\n"
"Please upgrade it from %s"
msgstr ""
"เวอร์ชั่นของ XSTools ไม่สามารเข้ากันได้\n"
"กรุณาอัพเกรด โดยอ่าน %s"
#: ../../openkore.pl:163
#, fuzzy, perl-format
msgid ""
"Your version of (wx)start.exe is too old.\n"
"Please upgrade it from %s"
msgstr ""
"เวอร์ชั่นของ (wx)start.exe เก่าเกินไป\n"
"กรุณาอัพเกรดให้เป็นรุ่นล่าสุด โดยอ่าน %s"
#: ../../openkore.pl:194
msgid "Bye!\n"
msgstr "โชคดี!\n"
#: ../Actor/Item.pm:412
#, perl-format
msgid ""
"Error in use item %s\n"
"This item is not usable\n"
msgstr ""
#: ../Actor/Item.pm:429 ../Actor/Item.pm:450
msgid "Wrong equip slot specified\n"
msgstr ""
#: ../Actor/Item.pm:434
#, fuzzy, perl-format
msgid "Inventory Item: %s is already equipped in slot: %s\n"
msgstr "ไอเท็ม '%s' ถูกสวมใส่\n"
#: ../Actor/Item.pm:455 ../Commands.pm:4974
#, perl-format
msgid "No such equipped Inventory Item: %s in slot: %s\n"
msgstr ""
#: ../Actor/Player.pm:38
msgid "himself"
msgstr ""
#: ../Actor/Player.pm:38
msgid "herself"
msgstr ""
#: ../Actor/You.pm:87
msgid "yourself"
msgstr ""
#: ../Actor/You.pm:88
msgid "you"
msgstr ""
#: ../Actor/You.pm:89 ../Commands.pm:1504
msgid "You"
msgstr ""
#: ../Actor/You.pm:225
#, perl-format
msgid "Encounter Monster : %s\n"
msgstr "กำลังเผชิญหน้ากับมอนสเตอร์: %s\n"
#: ../Actor/You.pm:230 ../Actor/You.pm:298
#, perl-format
msgid "Auto UnEquiping [R]: %s\n"
msgstr "ถอดออกอัตโนมัติ [R]: %s\n"
#: ../Actor/You.pm:235 ../Actor/You.pm:303
#, perl-format
msgid "Auto Equiping [R]: %s\n"
msgstr "ส่วมใส่อัตโนมัติ [R]: %s\n"
#: ../Actor/You.pm:244 ../Actor/You.pm:312
#, perl-format
msgid "Auto UnEquiping [L]: %s\n"
msgstr "ถอดออกอัตโนมัติ [L]: %s\n"
#: ../Actor/You.pm:261
#, perl-format
msgid "Auto Equiping [L]: %s (%s)\n"
msgstr "ส่วมใส่อัตโนมัติ [L]: %s (%s)\n"
#: ../Actor/You.pm:272
#, perl-format
msgid "Auto Equiping [A]: %s\n"
msgstr "ส่วมใส่อัตโนมัติ [A]: %s\n"
#: ../Actor/You.pm:278
#, perl-format
msgid "Change Attack Distance to : %s\n"
msgstr "เปลี่ยนแปลงระยะโจมตีเป็น : %s\n"
#: ../Actor/You.pm:283
#, perl-format
msgid "Change Attack useWeapon to : %s\n"
msgstr "เปลี่ยนแปลงค่า Attack useWeapon ไปเป็น: %s\n"
#: ../Actor/You.pm:330
#, fuzzy, perl-format
msgid "Auto Equiping [L]: %s\n"
msgstr "ถอดออกอัตโนมัติ [L]: %s\n"
#: ../Actor/You.pm:343
#, perl-format
msgid "Auto equiping default [A]: %s\n"
msgstr "ส่วมใส่อุปกรณ์ปริยายอัตโนมัติ [A]: %s\n"
#: ../Actor/You.pm:349
#, perl-format
msgid "Change Attack Distance to Default : %s\n"
msgstr "เปลี่ยนแปลงระยะโจมตีกลับไปเป็นค่าปริยาย: %s\n"
#: ../Actor/You.pm:353
#, perl-format
msgid "Change Attack useWeapon to default : %s\n"
msgstr "เปลี่ยนค่าตัวแปร Attack useWeapon ไปเป็นค่าดั้งเดิม: %s\n"
#: ../AI/Attack.pm:119
#, perl-format
msgid "Dropping target - %s (%s) has been provoked\n"
msgstr "ยกเลิกเป้าหมาย - %s (%s) เป้าหมายถูกโจมตีไปแล้ว\n"
#: ../AI/Attack.pm:148
msgid "Can't reach or damage target, dropping target\n"
msgstr "ไม่สามารถไปถึงหรือทำความเสียหายให้เป้าหมาย, ยกเลิกเป้าหมาย\n"
#: ../AI/Attack.pm:150 ../AI/Attack.pm:226 ../AI/Attack.pm:388
#: ../AI/Attack.pm:537
msgid "Teleport due to dropping attack target\n"
msgstr "Teleport เนื่องจากได้ยกเลิกเป้าหมาย\n"
#: ../AI/Attack.pm:166
msgid "Target died\n"
msgstr "เป้าหมายตายแล้ว\n"
#: ../AI/Attack.pm:202
#, fuzzy
msgid "Target lost, teleporting.\n"
msgstr "เป้าหมายหายไป\n"
#: ../AI/Attack.pm:205
msgid "Target lost\n"
msgstr "เป้าหมายหายไป\n"
#: ../AI/Attack.pm:214 ../AI/Attack.pm:384
msgid "Dropping target - you will not kill steal others\n"
msgstr "ยกเลิกเป้าหมาย - คุณจะไม่แจมผู้อื่น\n"
#: ../AI/Attack.pm:441 ../AI/Slave.pm:485
#, perl-format
msgid "%s; moving to (%s, %s)\n"
msgstr "%s; เดินไปที่ (%s, %s)\n"
#: ../AI/Attack.pm:450 ../AI/Slave.pm:488
#, fuzzy, perl-format
msgid "%s; no acceptable place to stand\n"
msgstr "%s; ไม่มีที่สำหรับให้ homunculus ของคุณยืน\n"
#: ../AI/Attack.pm:535
msgid "Unable to calculate a route to target, dropping target\n"
msgstr "ไม่สามารคำนวณหาเส้นทางไปถึงเป้าหมายได้, ยกเลิกเป้าหมาย\n"
#: ../AI/CoreLogic.pm:557
msgid "Escaping to into nearest portal.\n"
msgstr "หลบหนีไปยัง portal ที่ใกล้ที่สุด\n"
#: ../AI/CoreLogic.pm:565
msgid "Found warp portal escaping into warp portal.\n"
msgstr "พบ warp portal เดินเข้า warp portal เพื่อหลบหนี\n"
#: ../AI/CoreLogic.pm:574
msgid "Escape failed no portal found.\n"
msgstr "การหลบหนีล้มเหลว ไม่มี portal อยู่\n"
#: ../AI/CoreLogic.pm:594
msgid ""
"Invalid coordinates specified for randomWalk\n"
" Retrying..."
msgstr ""
"พิกัดที่กำหนดใว้สำหรับ randomWalk ใช้ไม่ได้\n"
"กำลังลองใหม่..."
#: ../AI/CoreLogic.pm:596 ../AI/CoreLogic.pm:1982
#, fuzzy, perl-format
msgid "Calculating random route to: %s: %s, %s\n"
msgstr "กำลังคำนวณหาเส้นทางเดินสุ่มไปยัง: %s(%s): %s, %s\n"
#: ../AI/CoreLogic.pm:644
msgid "Timeout equiping for skill\n"
msgstr "หมดเวลาในการสวมใส่เพื่อใช้ skilll\n"
#: ../AI/CoreLogic.pm:740
#, perl-format
msgid "Failed to take %s (%s) from (%s, %s) to (%s, %s)\n"
msgstr "การเก็บล้มเหลว %s (%s) จาก (%s, %s) ถึง (%s, %s)\n"
#: ../AI/CoreLogic.pm:760 ../AI/CoreLogic.pm:2898
#, perl-format
msgid "Routing to (%s, %s) to take %s (%s), distance %s\n"
msgstr "กำหนดเส้นทางไปที่ (%s, %s) เพื่อเก็บ %s (%s), ระยะทาง %s\n"
#: ../AI/CoreLogic.pm:834
msgid "Auto-denying party request\n"
msgstr "ปฏิเสธขอเสนอเข้าปาร์ตี้โดยอัตโนมัติ\n"
#: ../AI/CoreLogic.pm:842
msgid "Auto-accepting party request\n"
msgstr "ยอมรับขอเสนอการเข้าปาร์ตี้โดยอัตโนมัติ\n"
#: ../AI/CoreLogic.pm:918
msgid "Auto-storaging due to death\n"
msgstr "กำลังจะเก็บของโดยอัตโนมัติ เนื่องจากคุณได้ตาย\n"
#: ../AI/CoreLogic.pm:924
#, perl-format
msgid "Moving to %s - %d,%d\n"
msgstr "เดินไปสู่พิกัด %s - %d,%d\n"
#: ../AI/CoreLogic.pm:926
#, fuzzy, perl-format
msgid "Moving to %s\n"
msgstr "%s; เดินไปที่ (%s, %s)\n"
#: ../AI/CoreLogic.pm:951
#, fuzzy
msgid "Auto disconnecting on death!\n"
msgstr "ยกเลิกการติกต่อกับเซิฟเวอร์ เนื่องจากคุณได้ตาย!\n"
#: ../AI/CoreLogic.pm:952
msgid "*** You died, auto disconnect! ***\n"
msgstr "*** คุณได้ตาย กำลังยกเลิกการติดต่อ! ***\n"
#: ../AI/CoreLogic.pm:1067
msgid "Auto-storaging due to excess weight\n"
msgstr "กำลังจะเก็บของโดยอัตโนมัติ เนื่องจากถึงน้ำหนักที่ตั้งใว้\n"
#: ../AI/CoreLogic.pm:1106 ../AI/CoreLogic.pm:1107 ../AI/CoreLogic.pm:2367
#: ../AI/CoreLogic.pm:2368 ../Network/Receive/kRO/Sakexe_0.pm:5106
#: ../Network/Receive/kRO/Sakexe_0.pm:5107
#: ../Network/Receive/ServerType0.pm:5613
#: ../Network/Receive/ServerType0.pm:5614
#, perl-format
msgid "Disconnecting on empty %s!\n"
msgstr "ยกเลิกการติดต่อเนื่องจาก %s หมด!\n"
#: ../AI/CoreLogic.pm:1964
msgid "Coordinate lockmap is used; randomWalk disabled\n"
msgstr ""
#: ../AI/CoreLogic.pm:1979
msgid ""
"Invalid coordinates specified for randomWalk (coordinates are unwalkable); "
"randomWalk disabled\n"
msgstr ""
"พิกัดที่กำหนดให้กับ randomWalk ไม่สามารถใช้ได้ (พิกัดดังกล่าวเป็นพื้นที่ๆไม่สามารถเดินได้); "
"ยกเลิกการทำงานฟังก์ชั่น randomWalk\n"
#: ../AI/CoreLogic.pm:2029
#, perl-format
msgid "Found my master - %s\n"
msgstr "เจอเจ้านายแล้ว - %s\n"
#: ../AI/CoreLogic.pm:2036
msgid "Found my master!\n"
msgstr "เจอเจ้านายแล้ว!\n"
#: ../AI/CoreLogic.pm:2108
msgid "Master died. I'll wait here.\n"
msgstr "เจ้านายตาย ผมจะรอที่นี่นะ\n"
#: ../AI/CoreLogic.pm:2111
msgid "I lost my master\n"
msgstr "ผมหลงกับเจ้านาย\n"
#: ../AI/CoreLogic.pm:2113
msgid "Trying to get him back\n"
msgstr "พยายามเอาเขากลับคืนมา\n"
#: ../AI/CoreLogic.pm:2120 ../AI/CoreLogic.pm:2205
msgid "My master disconnected\n"
msgstr "เจ้านายยกเลิกการติดต่อแล้ว\n"
#: ../AI/CoreLogic.pm:2156 ../AI/CoreLogic.pm:2233
msgid "My master teleported\n"
msgstr "เจ้านายได้เทเลพอทหนีไปแล้ว\n"
#: ../AI/CoreLogic.pm:2160
msgid "Trying to find lost master\n"
msgstr "พยายามตามหาเจ้านายที่หายไป\n"
#: ../AI/CoreLogic.pm:2185
msgid "Don't know what happened to Master\n"
msgstr "ไม่รู้ว่าเกิดอะไรขึ้นกับเจ้านาย\n"
#: ../AI/CoreLogic.pm:2201
msgid "Couldn't find master, giving up\n"
msgstr "ไม่สามารถหาเจ้านายพบ ยอมแพ้\n"
#: ../AI/CoreLogic.pm:2229
#, perl-format
msgid "My master warped at (%s, %s) - moving to warp point\n"
msgstr "เจ้านายเข้าจุดวาปที่ (%s, %s) - เดินไปเข้าจุดวาป\n"
#: ../AI/CoreLogic.pm:2852
#, perl-format
msgid "Gathering: %s (%s)\n"
msgstr "ทำการเก็บ %s (%s)\n"
#: ../AI/CoreLogic.pm:2869
#, perl-format
msgid "Failed to gather %s (%s) : Lost target\n"
msgstr "ล้มเหลวในการเก็บ %s (%s) : เป้าหมายหายไป\n"
#: ../AI/CoreLogic.pm:2877
#, perl-format
msgid "Failed to gather %s (%s) : No looting!\n"
msgstr "ล้มเหลวในการเก็บ %s (%s) : คุณจะไม่ลูท\n"
#: ../AI/CoreLogic.pm:2881
#, perl-format
msgid "Failed to gather %s (%s) : Timeout\n"
msgstr "ล้มเหลวในการเก็บ %s (%s) : หมดเวลา\n"
#: ../AI/CoreLogic.pm:2932
msgid "Teleporting to avoid all players\n"
msgstr "กำลังเทเลพอทหนีผู้เล่นทุกคน\n"
#: ../AI/CoreLogic.pm:2972
msgid "Teleporting due to insufficient HP/SP or too many aggressives\n"
msgstr "เทเลพอทเนื่องจาก HP/SP น้อยเกินไป หรือถูกรุมมากเกินไป\n"
#: ../AI/CoreLogic.pm:2985
#, perl-format
msgid "Teleporting to avoid %s\n"
msgstr "กำลังเทเลพอทหนี %s\n"
#: ../AI/CoreLogic.pm:2995
#, fuzzy, perl-format
msgid "Teleporting due to monster being too close %s\n"
msgstr "เทเลพอทเนื่องจากถูกโจมตีจาก %s\n"
#: ../AI/CoreLogic.pm:3012
msgid "Teleporting due to idle\n"
msgstr "กำลังเทเลพอทเนื่องจากว่างงาน\n"
#: ../AI/CoreLogic.pm:3024
msgid "Teleporting to avoid portal\n"
msgstr "กำลังเทเลพอทหนี portal\n"
#: ../AI/CoreLogic.pm:3046 ../Misc.pm:1330
#, perl-format
msgid "The current map (%s) is not on the list of allowed maps.\n"
msgstr "แผนที่ปัจจุบัน (%s) ไม่ได้อยู่ในรายการ allowed maps\n"
#: ../AI/CoreLogic.pm:3047 ../Misc.pm:1331
#, perl-format
msgid "** The current map (%s) is not on the list of allowed maps.\n"
msgstr "** แผนที่ปัจจุบัน (%s) ไม่ได้อยู่ในรายการ allowed maps\n"
#: ../AI/CoreLogic.pm:3049
msgid "Respawning to save point.\n"
msgstr "กลับไปเกิดยังจุดเซฟ\n"
#: ../AI/CoreLogic.pm:3050
msgid "** Respawning to save point.\n"
msgstr "** กลับไปเกิดยังจุดเซฟ\n"
#: ../AI/CoreLogic.pm:3103
#, perl-format
msgid "Disconnecting for 30 secs to avoid %s\n"
msgstr "ยกเลิกการติดต่อ เป็นเวลา 30 วินาที เพื่อหลีกเลี่ยง %s\n"
#: ../AI/CoreLogic.pm:3106
#, fuzzy, perl-format
msgid "Disconnecting for %s secs to avoid %s\n"
msgstr "ยกเลิกการติดต่อ เป็นเวลา 30 วินาที เพื่อหลีกเลี่ยง %s\n"
#: ../AI/CoreLogic.pm:3160
#, fuzzy
msgid "Auto disconnecting on Player!\n"
msgstr "ยกเลิกการติดต่อเนื่องจาก ได้รับการกระซิบ!\n"
#: ../AI/CoreLogic.pm:3161
#, fuzzy
msgid "*** Nearby is another player, auto disconnect! ***\n"
msgstr "*** คุณได้ตาย กำลังยกเลิกการติดต่อ! ***\n"
#: ../AI/CoreLogic.pm:3185
msgid "Pet hunger reaches the return value.\n"
msgstr ""
#: ../AI/CoreLogic.pm:3190
msgid "Pet hunger reaches the feed value.\n"
msgstr ""
#: ../AI/Slave.pm:184
#, fuzzy, perl-format
msgid "Found %s!\n"
msgstr "เจอเจ้านายแล้ว!\n"
#: ../AI/Slave.pm:189
msgid "Stand By Homun\n"
msgstr ""
#: ../AI/Slave.pm:192
#, fuzzy, perl-format
msgid "Teleporting to get %s back\n"
msgstr "พยายามเอา Homunculus กลับคืนมา\n"
#: ../AI/Slave.pm:201
#, fuzzy, perl-format
msgid "Trying to find %s at location %d, %d (you are currently at %d, %d)\n"
msgstr "กำลังลองหา homunculus ของคุณที่ตำแหน่ง %d, %d (ตอนนี้คุณอยู่ที่ %d, %d)\n"
#: ../AI/Slave.pm:209
#, fuzzy, perl-format
msgid "You lost %s!\n"
msgstr "คุณได้เสีย %s zeny.\n"
#: ../AI/Slave.pm:231
#, perl-format
msgid "%s moves too far (distance: %.2f) - Moving near\n"
msgstr ""
#: ../AI/Slave.pm:319
#, fuzzy, perl-format
msgid "%s can't reach or damage target, dropping target\n"
msgstr "ไม่สามารถไปถึงหรือทำความเสียหายให้เป้าหมาย, ยกเลิกเป้าหมาย\n"
#: ../AI/Slave.pm:321 ../AI/Slave.pm:448 ../AI/Slave.pm:583 ../AI/Slave.pm:642
#, fuzzy, perl-format
msgid "Teleport due to dropping %s attack target\n"
msgstr "Teleport เนื่องจากได้ยกเลิกเป้าหมาย\n"
#: ../AI/Slave.pm:332
#, fuzzy, perl-format
msgid "%s target died\n"
msgstr "เป้าหมายตายแล้ว\n"
#: ../AI/Slave.pm:368
#, fuzzy, perl-format
msgid "%s target lost\n"
msgstr "เป้าหมายหายไป\n"
#: ../AI/Slave.pm:444 ../AI/Slave.pm:630
#, fuzzy, perl-format
msgid "Dropping target - %s will not kill steal others\n"
msgstr "ยกเลิกเป้าหมาย - คุณจะไม่แจมผู้อื่น\n"
#: ../AI/Slave.pm:483
#, fuzzy, perl-format
msgid "%s has no LOS from (%d, %d) to target (%d, %d)"
msgstr "ไม่มี LOS จาก %s (%s,%s) ไปยัง Portal ที่ (%s,%s).\n"
#: ../AI/Slave.pm:581
#, fuzzy, perl-format
msgid "Unable to calculate a route to %s target, dropping target\n"
msgstr "ไม่สามารคำนวณหาเส้นทางไปถึงเป้าหมายได้, ยกเลิกเป้าหมาย\n"
#: ../AI/Slave/Homunculus.pm:34
msgid "Homunculus hunger reaches the return value.\n"
msgstr ""
#: ../AI/Slave/Homunculus.pm:44
#, fuzzy, perl-format
msgid "Auto-feeding %s (%d hunger).\n"
msgstr "ให้อาหาร Homunculus ของคุณ\n"
#: ../AI/Slave/Homunculus.pm:46
#, perl-format
msgid "Next feeding at: %d hunger.\n"
msgstr ""
#: ../Interface/Wx/List/ItemList/Cart.pm:14 ../Interface/Wx/StatView/You.pm:23
msgid "Weight"
msgstr ""
#: ../Interface/Wx/List/ItemList/Cart.pm:88
#: ../Interface/Wx/List/ItemList/Storage.pm:91
msgid "Move all to inventory"
msgstr ""
#: ../Interface/Wx/List/ItemList/Cart.pm:89
#: ../Interface/Wx/List/ItemList/Inventory.pm:166
msgid "Move all to storage"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:145
msgid "Use 1 on self"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:148
msgid "Equip"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:150
#: ../Interface/Wx/StatView/Pet.pm:23
msgid "Unequip"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:156
msgid "Start card merging"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:160
msgid "Drop 1"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:165
#: ../Interface/Wx/List/ItemList/Storage.pm:92
msgid "Move all to cart"
msgstr ""
#: ../Interface/Wx/List/ItemList/Inventory.pm:167
#, fuzzy
msgid "Sell all"
msgstr "Skill %s ล้มเหลว (%s)\n"
#: ../Interface/Wx/List/ItemList/Storage.pm:79
#, fuzzy, perl-format
msgid "%d items"
msgstr "คุณได้ขายไอเท็ม %s\n"
#: ../Interface/Wx/List/ItemList/Storage.pm:80
#, perl-format
msgid "%d total)"
msgstr ""
#: ../Interface/Wx/List/ItemList.pm:32
msgid " (Equipped)"
msgstr ""
#: ../Interface/Wx/List/ItemList.pm:33
#, fuzzy
msgid " (Not identified)"
msgstr "ยังไม่ได้ตรวจสอบ"
#: ../Interface/Wx/StatView/Exp.pm:15
msgid "Botting time"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:16
msgid "BaseExp"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:17
msgid "BaseExp/Hour"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:18
msgid "JobExp"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:19
msgid "JobExp/Hour"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:20
msgid "Zeny"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:21
msgid "Zeny/Hour"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:22
msgid "Base Levelup Time Estimation"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:23
msgid "Job Levelup Time Estimation"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:24
msgid "Died"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:25
msgid "Bytes Sent"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:26
msgid "Bytes Received"
msgstr ""
#: ../Interface/Wx/StatView/Exp.pm:28
msgid "Reset"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:29
#: ../Interface/Wx/StatView/Mercenary.pm:18 ../Interface/Wx/StatView/You.pm:19
msgid "HP"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:30
#: ../Interface/Wx/StatView/Mercenary.pm:19 ../Interface/Wx/StatView/You.pm:20
msgid "SP"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:31
#: ../Interface/Wx/StatView/You.pm:21
msgid "Exp"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:32
#: ../Interface/Wx/StatView/Pet.pm:18
msgid "Intimacy"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:33
#: ../Interface/Wx/StatView/Pet.pm:19
msgid "Hunger"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:34
#: ../Interface/Wx/StatView/Mercenary.pm:21 ../Interface/Wx/StatView/You.pm:31
msgid "Atk"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:35
#: ../Interface/Wx/StatView/Mercenary.pm:22 ../Interface/Wx/StatView/You.pm:32
msgid "Matk"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:36
#: ../Interface/Wx/StatView/Mercenary.pm:23 ../Interface/Wx/StatView/You.pm:33
msgid "Hit"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:37
#: ../Interface/Wx/StatView/Mercenary.pm:24 ../Interface/Wx/StatView/You.pm:34
msgid "Critical"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:38
#: ../Interface/Wx/StatView/Mercenary.pm:25 ../Interface/Wx/StatView/You.pm:35
msgid "Def"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:39
#: ../Interface/Wx/StatView/Mercenary.pm:26 ../Interface/Wx/StatView/You.pm:36
msgid "Mdef"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:40
#: ../Interface/Wx/StatView/Mercenary.pm:27 ../Interface/Wx/StatView/You.pm:37
msgid "Flee"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:41
#: ../Interface/Wx/StatView/Mercenary.pm:28 ../Interface/Wx/StatView/You.pm:38
msgid "Aspd"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:43
#: ../Interface/Wx/StatView/You.pm:40
#, fuzzy
msgid "Skill point"
msgstr ""
"\n"
"Skill Points: %d\n"
#: ../Interface/Wx/StatView/Homunculus.pm:44
#: ../Interface/Wx/StatView/Pet.pm:21
msgid "Feed"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:45
msgid "Vaporize"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:46
msgid "Call"
msgstr ""
#: ../Interface/Wx/StatView/Homunculus.pm:47
msgid "Resurrect"
msgstr ""
#: ../Interface/Wx/StatView/Mercenary.pm:20
msgid "Loyalty"
msgstr ""
#: ../Interface/Wx/StatView/Mercenary.pm:30
msgid "Contract ends"
msgstr ""
#: ../Interface/Wx/StatView/Mercenary.pm:31
msgid "Kills"
msgstr ""
#: ../Interface/Wx/StatView/Mercenary.pm:32
msgid "Summons"
msgstr ""
#: ../Interface/Wx/StatView/Mercenary.pm:33
msgid "Dismiss"
msgstr ""
#: ../Interface/Wx/StatView/Pet.pm:20
msgid "Accessory"
msgstr ""
#: ../Interface/Wx/StatView/Pet.pm:22
msgid "Performance"
msgstr ""
#: ../Interface/Wx/StatView/Pet.pm:24
msgid "Return"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:22
msgid "Job"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:24
#, fuzzy
msgid "Str"
msgstr "บันทึกคลังเก็บของแล้ว\n"
#: ../Interface/Wx/StatView/You.pm:25
msgid "Agi"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:26
msgid "Vit"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:27
msgid "Int"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:28
msgid "Dex"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:29
msgid "Luk"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:30
msgid "Walk speed"
msgstr ""
#: ../Interface/Wx/StatView/You.pm:39
msgid "Status point"
msgstr ""
#: ../Interface/Wx/ConfigEditor.pm:24
msgid "Categories:"
msgstr ""
#: ../Interface/Wx/ConfigEditor.pm:75
msgid "Click on one of the categories on the left to begin."
msgstr ""
#: ../Interface/Wx/ConfigEditor.pm:163
#, fuzzy
msgid "Option"
msgstr "ทางออก(คำตอบ)\n"
#: ../Interface/Wx/ConfigEditor.pm:164
msgid "Value"
msgstr ""
#: ../Interface/Wx/ConfigEditor.pm:196
#, fuzzy
msgid "Downloading"
msgstr "ทางออก(คำตอบ)\n"
#: ../Interface/Wx/ConfigEditor.pm:198
#, perl-format
msgid "Downloading help for '%s', please wait..."
msgstr ""
#: ../Interface/Wx/ConfigEditor.pm:337
#, perl-format
msgid "No help available for \"%s\"."
msgstr ""
#: ../Interface/Wx/ItemList.pm:39
#, fuzzy
msgid "Players, Monsters & Items"
msgstr "ผู้เล่น %s ไม่มีอยู่\n"
#: ../Interface/Wx/MapViewer.pm:360
#, fuzzy, perl-format
msgid "Walking to waypoint: %s, %s\n"
msgstr "เดินไปที่ waypoint %s: %s(%s): %s,%s\n"
#: ../Interface/Wx/NpcTalk.pm:71
msgid "&OK"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:72
msgid "Continue talking / submit response"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:77
#, fuzzy
msgid "&Auto"
msgstr "ทางออก(คำตอบ)\n"
#: ../Interface/Wx/NpcTalk.pm:78
#, fuzzy
msgid "Auto-continuing talking"
msgstr "%s: ดำเนินการสนธนาต่อโดยอัตโนมัติ\n"
#: ../Interface/Wx/NpcTalk.pm:85
msgid "&Cancel"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:86
#, fuzzy
msgid "Cancel talking"
msgstr "%s: สิ้นสุดการสนธนา\n"
#: ../Interface/Wx/NpcTalk.pm:240
#, fuzzy
msgid "Continue talking"
msgstr "%s: สิ้นสุดการสนธนา\n"
#: ../Interface/Wx/NpcTalk.pm:249
msgid "Choose a response"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:253
msgid "Input a number"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:257
msgid "Respond to NPC"
msgstr ""
#: ../Interface/Wx/NpcTalk.pm:263
#, fuzzy
msgid "Done talking"
msgstr "%s: สิ้นสุดการสนธนา\n"
#: ../Interface/Wx/PasswordDialog.pm:36
#, fuzzy
msgid "Enter password"
msgstr "กรุณาป้อนคำตอบ: "
#: ../Interface/Wx/PasswordDialog.pm:69
msgid "OK"
msgstr ""
#: ../Interface/Wx/PasswordDialog.pm:74
msgid "Cancel"
msgstr ""
#: ../Interface/Wx/TitleBar.pm:73
msgid "Detach"
msgstr ""
#: ../Interface/Wx/TitleBar.pm:73
msgid "Detach tab"
msgstr ""
#: ../Interface/Wx/TitleBar.pm:74
msgid "Close"
msgstr ""
#: ../Interface/Wx/TitleBar.pm:74
msgid "Close tab"
msgstr ""
#: ../Interface/Socket.pm:160
#, fuzzy
msgid "Enter 'e' or 'q' to exit this program.\n"
msgstr "กด ENTER เพื่อออกจากโปรแกรม\n"
#: ../Interface/Socket.pm:162
#, fuzzy
msgid "Enter 'c' to continue...\n"
msgstr "กด ENTER เพื่อทำงานต่อไป...\n"
#: ../Interface/Wx.pm:250 ../Interface.pm:117
msgid "Query"
msgstr ""
#: ../Interface/Wx.pm:285
msgid "Menu"
msgstr ""
#: ../Interface/Wx.pm:342
msgid "Fatal error"
msgstr ""
#: ../Interface/Wx.pm:342
msgid "Error"
msgstr ""
#: ../Interface/Wx.pm:411 ../Interface/Wx.pm:739
msgid "Console"
msgstr ""
#: ../Interface/Wx.pm:432
msgid "&Pause Botting"
msgstr ""
#: ../Interface/Wx.pm:432
msgid "Pause all automated botting activity"
msgstr ""
#: ../Interface/Wx.pm:433
msgid "&Manual Botting"
msgstr ""
#: ../Interface/Wx.pm:433
msgid "Pause automated botting and allow manual control"
msgstr ""
#: ../Interface/Wx.pm:434
msgid "&Automatic Botting"
msgstr ""
#: ../Interface/Wx.pm:434
msgid "Resume all automated botting activity"
msgstr ""
#: ../Interface/Wx.pm:436
msgid "Copy Last 100 Lines of Text"
msgstr ""
#: ../Interface/Wx.pm:437
msgid "Minimize to &Tray"
msgstr ""
#: ../Interface/Wx.pm:437
msgid "Minimize to a small task bar tray icon"
msgstr ""
#: ../Interface/Wx.pm:439
msgid "Respawn"
msgstr ""
#: ../Interface/Wx.pm:439
#, fuzzy
msgid "Teleport to save point"
msgstr "กำลังเทเลพอทหนี portal\n"