forked from teeworlds/teeworlds-translation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkorean.json
1345 lines (1345 loc) · 17.5 KB
/
korean.json
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
{"authors": {
"originally created by": "ksgcln72",
"modified by": [
""
]},
"translated strings": [
{
"or": "%d%% loaded",
"tr": "%d%% 로딩..."
},
{
"or": "%ds left",
"tr": "%d 초 후 취소"
},
{
"or": "%i minute left",
"tr": "%i 분 남음"
},
{
"or": "%i minutes left",
"tr": "%i 분 남음"
},
{
"or": "%i second left",
"tr": "%i 초 남음"
},
{
"or": "%i seconds left",
"tr": "%i 초 남음"
},
{
"or": "%s wins!",
"tr": "%s (이)가 이김!"
},
{
"or": "-Page %d-",
"tr": "-Page %d-"
},
{
"or": "Abort",
"tr": "중단"
},
{
"or": "Add",
"tr": "추가"
},
{
"or": "Add Friend",
"tr": "친구 추가"
},
{
"or": "Address",
"tr": "주소"
},
{
"or": "All",
"tr": "모두"
},
{
"or": "Always show name plates",
"tr": "항상 이름표시"
},
{
"or": "Are you sure that you want to delete the demo?",
"tr": "데모를 삭제하시겠습니까?"
},
{
"or": "Are you sure that you want to quit?",
"tr": "종료하시겠습니까?"
},
{
"or": "Are you sure that you want to remove the player from your friends list?",
"tr": "당신의 친구목록에서 플레이어를 제거하시겠습니까?"
},
{
"or": "As this is the first time you launch the game, please enter your nick name below. It's recommended that you check the settings to adjust them to your liking before joining a server.",
"tr": "다음 빈칸에 게임에서 사용할 닉네임을 입력해 주세요."
},
{
"or": "Automatically record demos",
"tr": "자동으로 데모 기록"
},
{
"or": "Automatically take game over screenshot",
"tr": "자동으로 게임 종료 스크린샷 저장"
},
{
"or": "Blue team",
"tr": "블루팀"
},
{
"or": "Blue team wins!",
"tr": "블루팀 승리!"
},
{
"or": "Body",
"tr": "몸"
},
{
"or": "Call vote",
"tr": "투표"
},
{
"or": "Change settings",
"tr": "세팅 바꿈"
},
{
"or": "Chat",
"tr": "채팅"
},
{
"or": "Clan",
"tr": "클랜"
},
{
"or": "Client",
"tr": "클라이언트"
},
{
"or": "Close",
"tr": "닫기"
},
{
"or": "Compatible version",
"tr": "버전 호환"
},
{
"or": "Connect",
"tr": "연결"
},
{
"or": "Connecting to",
"tr": "연결 중"
},
{
"or": "Connection Problems...",
"tr": "연결에 문제가 있음..."
},
{
"or": "Console",
"tr": "콘솔"
},
{
"or": "Controls",
"tr": "조작"
},
{
"or": "Count players only",
"tr": "Count players only"
},
{
"or": "Country",
"tr": "국가"
},
{
"or": "Current",
"tr": "현재"
},
{
"or": "Custom colors",
"tr": "사용자 정의 색상"
},
{
"or": "Delete",
"tr": "삭제"
},
{
"or": "Delete demo",
"tr": "데모 삭제"
},
{
"or": "Demo details",
"tr": "데모 세부정보"
},
{
"or": "Demos",
"tr": "데모"
},
{
"or": "Disconnect",
"tr": "연결끊기"
},
{
"or": "Disconnected",
"tr": "연결 끊김"
},
{
"or": "Downloading map",
"tr": "맵 다운로드 중"
},
{
"or": "Draw!",
"tr": "무승부!"
},
{
"or": "Dynamic Camera",
"tr": "다이내믹 카메라"
},
{
"or": "Emoticon",
"tr": "이모티콘"
},
{
"or": "Enter",
"tr": "입력"
},
{
"or": "Error",
"tr": "에러"
},
{
"or": "Error loading demo",
"tr": "데모 로딩 에러"
},
{
"or": "Favorite",
"tr": "즐겨찾기"
},
{
"or": "Favorites",
"tr": "즐겨찾기"
},
{
"or": "Feet",
"tr": "발"
},
{
"or": "Fire",
"tr": "발사"
},
{
"or": "Folder",
"tr": "폴더"
},
{
"or": "Force vote",
"tr": "강제 투표"
},
{
"or": "Free-View",
"tr": "자유 시점"
},
{
"or": "Friends",
"tr": "친구"
},
{
"or": "Fullscreen",
"tr": "전체화면"
},
{
"or": "Game",
"tr": "게임"
},
{
"or": "Game info",
"tr": "게임 정보"
},
{
"or": "Game over",
"tr": "게임 오버"
},
{
"or": "Game type",
"tr": "게임 종류"
},
{
"or": "Game types:",
"tr": "게임 종류:"
},
{
"or": "General",
"tr": "일반"
},
{
"or": "Graphics",
"tr": "그래픽"
},
{
"or": "Grenade",
"tr": "유탄 발사기"
},
{
"or": "Hammer",
"tr": "해머"
},
{
"or": "Has people playing",
"tr": "적어도 한 플레이어"
},
{
"or": "High Detail",
"tr": "자세한 내용"
},
{
"or": "Hook",
"tr": "갈고리"
},
{
"or": "Invalid Demo",
"tr": "잘못된 데모"
},
{
"or": "Join blue",
"tr": "블루팀에 참가"
},
{
"or": "Join red",
"tr": "레드팀에 참가"
},
{
"or": "Jump",
"tr": "점프"
},
{
"or": "Kick player",
"tr": "플레이어 추방"
},
{
"or": "Language",
"tr": "언어"
},
{
"or": "Loading",
"tr": "로딩"
},
{
"or": "MOTD",
"tr": "MOTD"
},
{
"or": "Map",
"tr": "맵"
},
{
"or": "Maximum ping:",
"tr": "최대 핑"
},
{
"or": "Mouse sens.",
"tr": "미우스 감도"
},
{
"or": "Move left",
"tr": "왼쪽으로 이동"
},
{
"or": "Move player to spectators",
"tr": "관전자로 플레이어 이동"
},
{
"or": "Move right",
"tr": "오른쪽으로 이동"
},
{
"or": "Movement",
"tr": "이동"
},
{
"or": "Mute when not active",
"tr": "음소거 때 비활성"
},
{
"or": "Name",
"tr": "이름"
},
{
"or": "Next weapon",
"tr": "다음 무기"
},
{
"or": "Nickname",
"tr": "닉네임"
},
{
"or": "No",
"tr": "아니오"
},
{
"or": "No password",
"tr": "비밀번호 없음"
},
{
"or": "No servers found",
"tr": "서버를 찾을 수 없음"
},
{
"or": "No servers match your filter criteria",
"tr": "필터에 일치하는 서버가 없음"
},
{
"or": "Ok",
"tr": "확인"
},
{
"or": "Open",
"tr": "열기"
},
{
"or": "Parent Folder",
"tr": "상위 폴더"
},
{
"or": "Password",
"tr": "비밀번호"
},
{
"or": "Password incorrect",
"tr": "비밀번호 오류"
},
{
"or": "Ping",
"tr": "핑"
},
{
"or": "Pistol",
"tr": "권총"
},
{
"or": "Play",
"tr": "플레이"
},
{
"or": "Player",
"tr": "플레이어"
},
{
"or": "Player options",
"tr": "플레이어 옵션"
},
{
"or": "Players",
"tr": "유저수"
},
{
"or": "Please balance teams!",
"tr": "팀 밸런스!"
},
{
"or": "Prev. weapon",
"tr": "이전 무기"
},
{
"or": "Quality Textures",
"tr": "텍스처 품질"
},
{
"or": "Quit",
"tr": "종료"
},
{
"or": "REC %3d:%02d",
"tr": "녹화 %3d:%02d"
},
{
"or": "Reason:",
"tr": "이유:"
},
{
"or": "Red team",
"tr": "레드팀"
},
{
"or": "Red team wins!",
"tr": "레드팀 승리!"
},
{
"or": "Refresh",
"tr": "새로고침"
},
{
"or": "Refreshing master servers",
"tr": "마스터 서버를 새로 고치는 중"
},
{
"or": "Remote console",
"tr": "원격 콘솔"
},
{
"or": "Remove",
"tr": "삭제"
},
{
"or": "Remove friend",
"tr": "친구 삭제"
},
{
"or": "Rename",
"tr": "이름 변경"
},
{
"or": "Rename demo",
"tr": "데모 이름 변경"
},
{
"or": "Reset filter",
"tr": "필터 초기화"
},
{
"or": "Sample rate",
"tr": "샘플링 속도"
},
{
"or": "Score",
"tr": "점수"
},
{
"or": "Score board",
"tr": "점수판"
},
{
"or": "Score limit",
"tr": "점수 제한"
},
{
"or": "Scoreboard",
"tr": "점수판"
},
{
"or": "Screenshot",
"tr": "스크린샷"
},
{
"or": "Server address:",
"tr": "서버 주소:"
},
{
"or": "Server details",
"tr": "서버 세부정보"
},
{
"or": "Server filter",
"tr": "서버 필터"
},
{
"or": "Server info",
"tr": "서버 정보"
},
{
"or": "Server not full",
"tr": "빈 방"
},
{
"or": "Settings",
"tr": "세팅"
},
{
"or": "Shotgun",
"tr": "샷건"
},
{
"or": "Show chat",
"tr": "채팅 보기"
},
{
"or": "Show friends only",
"tr": "친구가 있는 방"
},
{
"or": "Show ingame HUD",
"tr": "게임 인터페이스 표시"
},
{
"or": "Show name plates",
"tr": "이름 표시"
},
{
"or": "Show only supported",
"tr": "지원하는 해상도 표시"
},
{
"or": "Skins",
"tr": "스킨"
},
{
"or": "Sound",
"tr": "소리"
},
{
"or": "Sound error",
"tr": "소리 오류"
},
{
"or": "Spectate",
"tr": "관전"
},
{
"or": "Spectator mode",
"tr": "관전 모드"
},
{
"or": "Spectators",
"tr": "관전자"
},
{
"or": "Standard gametype",
"tr": "기본 게임 종류"
},
{
"or": "Standard map",
"tr": "기본 맵"
},
{
"or": "Stop record",
"tr": "기록 중지"
},
{
"or": "Strict gametype filter",
"tr": "엄격한 모드 필터"
},
{
"or": "Sudden Death",
"tr": "서든 데스"
},
{
"or": "Switch weapon on pickup",
"tr": "획득한 무기로 교체"
},
{
"or": "Team",
"tr": "팀"
},
{
"or": "Team chat",
"tr": "팀 채팅"
},
{
"or": "Teeworlds %s is out! Download it at www.teeworlds.com!",
"tr": "Teeworlds %s is out! Download it at www.teeworlds.com!"
},
{
"or": "Texture Compression",
"tr": "텍스처 압축"
},
{
"or": "The audio device couldn't be initialised.",
"tr": "오디오 장치를 초기화할 수 없음"
},
{
"or": "The server is running a non-standard tuning on a pure game type.",
"tr": "이 서버는 게임의 표준 형식에 비표준 설정을 사용합니다."
},
{
"or": "There's an unsaved map in the editor, you might want to save it before you quit the game.",
"tr": "맵이 저장되지 않았습니다. 종료하기 전에 저장할 수 있습니다."
},
{
"or": "Time limit",
"tr": "시간 제한"
},
{
"or": "Time limit: %d min",
"tr": "시간 제한: %d min"
},
{
"or": "Try again",
"tr": "재시도"
},
{
"or": "Type",
"tr": "종류"
},
{
"or": "Unable to delete the demo",
"tr": "데모를 삭제할 수 없음"
},
{
"or": "Unable to rename the demo",
"tr": "데모의 이름을 바꿀 수 없음"
},
{
"or": "Use sounds",
"tr": "소리 사용"
},
{
"or": "Use team colors for name plates",
"tr": "이름에 팀 컬러 사용"
},
{
"or": "V-Sync",
"tr": "V-Sync"
},
{
"or": "Version",
"tr": "버전"
},
{
"or": "Vote command:",
"tr": "투표 명령:"
},
{
"or": "Vote description:",
"tr": "투표 설명:"
},
{
"or": "Vote no",
"tr": "아니오"
},
{
"or": "Vote yes",
"tr": "예"
},
{
"or": "Voting",
"tr": "투표 중"
},
{
"or": "Warmup",
"tr": "준비"
},
{
"or": "Weapon",
"tr": "무기"
},
{
"or": "Welcome to Teeworlds",
"tr": "Teeworlds 에 오신 것을 환영합니다."
},
{
"or": "Yes",
"tr": "예"
},
{
"or": "You must restart the game for all settings to take effect.",
"tr": "설정을 적용하기 위해선 게임을 다시 시작해야 합니다."
}],
"needs translation": [
{
"or": "%.3f KiB",
"tr": ""
},
{
"or": "%d player left",
"tr": ""
},
{
"or": "%d player not ready",
"tr": ""
},
{
"or": "%d players left",
"tr": ""
},
{
"or": "%d players not ready",
"tr": ""
},
{
"or": "%d servers, %d players",
"tr": ""
},
{
"or": "'%s' called for vote to kick '%s' (%s)",
"tr": ""
},
{
"or": "'%s' called for vote to move '%s' to spectators (%s)",
"tr": ""
},
{
"or": "'%s' called vote to change server option '%s' (%s)",
"tr": ""
},
{
"or": "'%s' entered and joined the %s",
"tr": ""
},
{
"or": "'%s' has left the game",
"tr": ""
},
{
"or": "'%s' has left the game (%s)",
"tr": ""
},
{
"or": "'%s' joined the %s",
"tr": ""
},
{
"or": "Admin forced server option '%s' (%s)",
"tr": ""
},
{
"or": "Admin forced vote no",
"tr": ""
},
{
"or": "Admin forced vote yes",
"tr": ""
},
{
"or": "Admin moved '%s' to spectator (%s)",
"tr": ""
},
{
"or": "Alp:",
"tr": ""
},
{
"or": "Anti Aliasing",
"tr": ""
},
{
"or": "Are you sure you want to rename the demo?",
"tr": ""
},
{
"or": "Are you sure you want to save your skin? If a skin with this name already exists, it will be replaced.",
"tr": ""
},
{
"or": "Back",
"tr": ""
},
{
"or": "Basic",
"tr": ""
},
{
"or": "Bodies",
"tr": ""
},
{
"or": "Borderless window",
"tr": ""
},
{
"or": "Browser",
"tr": ""
},
{
"or": "Color",
"tr": ""
},
{
"or": "Crc",
"tr": ""
},
{
"or": "Created",
"tr": ""
},
{
"or": "Custom",
"tr": ""
},
{
"or": "Customize",
"tr": ""
},
{
"or": "Decoration",
"tr": ""
},
{
"or": "Demo",
"tr": ""
},
{
"or": "Demofile: %s",
"tr": ""
},
{
"or": "Detail",
"tr": ""
},
{
"or": "Editor",
"tr": ""
},
{
"or": "Eyes",
"tr": ""
},
{
"or": "Format",
"tr": ""
},
{
"or": "Game paused",
"tr": ""
},
{
"or": "Game starts in",
"tr": ""
},
{
"or": "Global",
"tr": ""
},
{
"or": "Hands",
"tr": ""
},
{
"or": "Host address:",
"tr": ""
},
{
"or": "Hue:",
"tr": ""
},
{
"or": "Join",
"tr": ""
},
{
"or": "Joined",
"tr": ""
},
{
"or": "Joined blue",
"tr": ""
},
{
"or": "Joined red",
"tr": ""
},
{
"or": "Kick voting requires %d players on the server",
"tr": ""
},
{
"or": "Laser",
"tr": ""
},
{
"or": "Length",
"tr": ""
},
{
"or": "Letterbox",
"tr": ""
},
{
"or": "Lgt:",
"tr": ""
},
{
"or": "Local",
"tr": ""
},
{
"or": "Local server",
"tr": ""
},
{
"or": "Match",
"tr": ""
},
{
"or": "Max",
"tr": ""
},
{
"or": "Misc",
"tr": ""
},
{
"or": "Netversion",
"tr": ""
},
{
"or": "Nickname is empty.",
"tr": ""
},
{
"or": "Normal:",
"tr": ""
},
{
"or": "Only %d active players are allowed",
"tr": ""
},
{
"or": "Personal",
"tr": ""
},
{
"or": "Play background music",
"tr": ""
},
{
"or": "Player country:",
"tr": ""
},
{
"or": "Ready",
"tr": ""
},
{
"or": "Record",
"tr": ""
},
{
"or": "Recorded",
"tr": ""
},
{