-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathen-ko-enwiktionary.txt
13862 lines (13862 loc) · 910 KB
/
en-ko-enwiktionary.txt
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
# English :: Korean dictionary extracted from http://en.wiktionary.org/
# License :: Creative Commons Attribution-ShareAlike 3.0 Unported License; GNU Free Documentation License
# Version :: 20150102
# Size :: 13867 English glosses; 17494 Korean translations
# URL :: http://en.wiktionary.org/wiki/User:Matthias_Buchmeier
a {n} (name of the letter A, a) :: 에이
Aarau {prop} (Swiss town) :: 아라우
aardvark {n} (mammal) :: 땅돼지 /ddangdwaeji/
aardwolf {n} (the mammal species Proteles cristatus) :: 땅늑대 /ddangneukdae/
aback {adv} :: 거꾸로
abacus {n} (calculating frame) :: 수판 /數板, supan/, 산판 /算板, sanpan/, 셈판 /셈板, sempan/, 주판 /籌板, 珠板, jupan/
abacus {n} (uppermost member of the capital of a column) :: 정판 /頂板, jeongpan/
Abakan {prop} (city in Russia) :: 아바칸 /Abakan/
abalone {n} (edible univalve mollusc) :: 전복
abandon {v} :: 버리다
abandon {v} (forsake) :: 버리다
abandon {v} (to cast out) :: 버리다
abandon {v} (to give up) :: 단념하다 /斷念하다, dannyeomhada/, 염단하다 /念斷하다, yeomdanhada/, 절념하다 /絶念하다, jeollyeomhada/, 체관하다 /諦觀하다, chegwanhada/
abandon {v} (to leave behind or desert) :: 방치하다 /放置하다, bangchihada/, 기치하다 /棄置하다, gichihada/
abandon {v} (to relinquish a claim to property) :: 포기하다 /抛棄하다, pogihada/
abandonment {n} (act of abandoning) :: 포기
abase {v} (to lower so as to hurt feelings) :: 낮추다
Abbeville {prop} (town in Picardy, France) :: 아브빌 /Abeubil/
abbey {n} (monastery headed by an abbot) :: 수도원 /修道院, sudowon/, 수원 /修院, suwon/, 승원 /僧院, 僧園, seung-won/
abbot {n} (superior or head of an abbey or monastery) :: 승정 /僧正, seungjeong/, 수도원장 /修道院長, sudowonjang/
Abbott {prop} (surname) :: ^애벗
abbreviate {v} (to make shorter) :: 생략하다 /省略하다, saengnyakhada/, 약하다 /略하다, yakhada/, 약생하다 /略省하다, yaksaenghada/, 단축하다 /短縮하다, danchukhada/
abbreviated {adj} (shortened) :: 단축 된 /danchug doen/
abbreviation {n} (shortened or contracted form of a word or phrase) :: 생략, 약자
abbreviation {n} :: 약어 /略語, yakeo/
abdomen {n} (belly) :: 배, 복 (腹)
abdomen {n} (cavity) :: 복강 (腹腔)
abdominocentesis {n} (extraction of peritoneal fluid from the abdomen) :: 복강천자
abduction {n} (leading away, carrying away) :: 유괴 (誘拐)
Abdullah {prop} (Muslim given name) :: 압둘라 /Abdulla/
Abel {prop} (biblical character) :: 아벨 /Abel/
abetter {n} (non-legal abettor) :: 교사자
Abidjan {prop} (the largest city of Côte d'Ivoire) :: 아비장 /Abijang/
ability {n} (quality or state of being able) :: 능력 /neungnyeok, 能力/
abirritant {adj} (acting to diminish irritation) :: 항자극성
Abkhaz {prop} (a Northwest Caucasian language spoken in Abkhazia) :: 압하스어 /aphaseu-eo/
Abkhazia {prop} (territory in the Caucasus, see also: Republic of Abkhazia) :: ^압하스
ablative case {n} (grammar case used to indicate movement away from something, removal, separation, source) :: 탈격
able {adj} (legally qualified) :: 유자격의
able {adj} (permitted to) :: 할 수 있는
able {adj} (skillful) :: 능란한
A-bomb {n} (atomic bomb) :: 원폭
Aboriginal {n} (original inhabitant of Australia) :: 호주 원주민의
abortion {n} (act of inducing abortion) :: 낙태
abortion {n} (induced abortion) :: 인공유산, 낙태
abortion {n} (miscarriage) :: 유산
about to {phrase} (indicating imminence) :: (으)려고 하다, 막...하려고 하다
above {prep} (in or to a higher place) :: ...위에 /...wi-e/
above {prep} :: 위에 /wie/
above all {adv} (of prime importance) :: 무엇보다 먼저
Abraham {prop} (prophet in the Old Testament) :: 아브라함 /Abeuraham/
abroad {adv} (in foreign countries) :: 국외, 해외
abscess {n} (cavity filled with pus) :: 농양 /nongyang/
absence {n} :: 부재 /不在, bujae/
absolute {adj} :: 무제한의 /mujehan-ui/
absolute value {n} (numerical value of a real number) :: 절대값
absolute zero {n} (coldest possible temperature) :: 절대 영도
absolve {v} :: 방면하십시요
absorb {v} :: 흡수하십시요 /heupsuhasipsiyo/
absquatulate {v} (to leave quickly or in a hurry; to take oneself off; to decamp; to depart) :: 뺑소니치다, 종적을 감추다
abstract {adj} :: 추상적인 /chusangjeokin/
abstract {n} :: 개요 /gaeyo/
abstract {v} :: 분리하다, 추출하다, 추상화하다
absurdism {n} (philosophy which holds that the universe is chaotic and irrational) :: 부조리 /bujoli/
Abu Dhabi {prop} (capital of UAE) :: 아부다비 /Abudabi/
Abuja {prop} (The capital city of Nigeria) :: 아부자 /Abuja/
abuse {n} (physical maltreatment) :: 학대 /hakdae, 虐待/
AC {initialism} (alternating current) :: 교류 /交流, gyoryu/
academic year {n} (time period) :: 학년
a camel is a horse designed by a committee {proverb} (critique on committees) :: 낙타는 위원회가 고안한 말이다 /neokta-neun wiheomhui-ga goanhan marida/
a cappella {adv} (performed by a choir with no instrumental accompaniment) :: 반주 없게
accent {n} (stronger articulation) :: 강세
accept {v} (to agree to) :: 찬동하다 /赞同하다,chandong hada/, 찬성하다 /赞成하다,chanseong hada/
accept {v} (to receive with consent) :: 받아들이다
accessory {n} (clothing accessory) :: 액세서리
accident {n} (transport: unintended event that causes damage) :: 사고
accident {n} (unexpected event with negative consequences) :: 사고
accidentally {adv} (unexpectedly, unintentionally) :: 우연히도
accommodation {n} (lodging) :: 숙박
according to {prep} (based on statement) :: ...에 따르면 /...e ddareumyon/
accordion {n} (A small, portable, keyed wind instrument) :: 아코디언
account {n} (a registry of pecuniary transactions) :: 계좌
accountant {n} (a reckoner, or someone who maintains financial matters for a person(s)) :: 회계사
Accra {prop} (capital of Ghana) :: 아크라 /Akeura/
accumulator {n} (one who or that which accumulates) :: 축적자
accurate {adj} (exact or careful conformity to truth) :: 정확한 /jeonghwak-han/
accusative {n} (accusative case) :: 대격
acetic anhydride {n} (organic compound) :: 무수초산
acetone {n} (the organic compound (CH[3])[2]CO) :: 아세톤
Achaea {prop} (a region in the northern head of the Peloponnese) :: 아카이아 주 (Akaia-Ju)
ache {n} (dull pain) :: 아픔
achievement {n} (act of achieving or performing) :: 달성, 업적, 성과
Achilles {prop} (Greek mythical hero) :: 아킬레스 /Akilleseu/
Achilles tendon {n} (strong tendon in the calf of the leg) :: 아킬레스건
acid {adj} (of or pertaining to an acid) :: 산성의 /酸性-, sanseongui/
acid {adj} (sour, sharp, or biting to the taste) :: 시다
acid {n} (a sour substance) :: 산 (酸)
acid {n} (in chemistry) :: 산 (酸)
acidosis {n} (abnormally increased acidity of the blood) :: 산성증
acid rain {n} (unusually acidic rain) :: 산성비
acknowledge {v} :: 인정하다, 승인하다
acorn {n} (fruit of the oak tree) :: 에이콘, 도토리
acoustic guitar {n} (hollow-body guitar) :: 어쿠스틱 기타
acquired immune deficiency syndrome {n} (infectious disease caused by HIV) :: 후천성면역결핍증 /hucheon-seong-myeon-yeok-gyeolpil-jeung/
acquisition {n} (act or process of acquiring) :: 획득 (獲得)
acrobat {n} (an athlete who performs acts requiring skill, agility and coordination) :: 곡예사 /gokyesa/
acronym {n} (word formed by initial letters) :: 약어
Acropolis {prop} (Athenian Acropolis) :: 아크로폴리스
actinium {n} (chemical element) :: 악티늄
action figure {n} (children's toy) :: 인형
action movie {n} (a type of motion picture) :: 액션 영화
active {adj} :: 활용적이다
active voice {n} (the form in which the subject of a verb carries out some action) :: 능동태 (能動態)
activist {n} (one who is politically active) :: 활동가
activity {n} (The state or quality of being active; nimbleness; agility; vigorous action or operation; energy; active force) :: 활동
actor {n} (person who performs in a theatrical play or film) :: 배우 /baeu/ (俳優)
actress {n} (female actor) :: 여배우 /yeobaeu/
actual {adj} :: 실제의
acupuncture {n} (insertion of needles for remedial purposes) :: 침술
acute angle {n} (angle measuring less than ninety degrees) :: 예각
Adam {prop} (first man in Abrahamic religions) :: 아담 /Adam/
Adam {prop} (male given name) :: 애덤 /Aedeom/
Adam and Eve {prop} (the first man and woman (according to Genesis)) :: 아담과 하와 /Adam gwa Hawa/
adapt {v} :: 익숙해지다
adapter {n} (device to allow compatibility) :: 어댑터
add {v} (to append, as a statement) :: 덧붙이다 /deotbuchida/, 부연하다 /敷衍하다/敷演하다, buyeonhada/
add {v} (to make an addition) :: 더하다 /deohada/, 늘리다 /neullida/, 보태다 /botaeda/, 추가하다 /追加하다, chugahada/
add {v} (to perform the arithmetical operation of addition, to add up) :: 더하기하다 /deohagihada/, 덧셈하다 /deotsemhada/, 합산하다 /合算하다, hapsanhada/
addend {n} (term added to another) :: 가수, 더하는수
adder {n} (snake) :: 독사 (毒蛇)
addict {n} (person who is addicted, especially to a harmful drug) :: 중독자 /jungdogja/
Addis Ababa {prop} (capital of Ethiopia) :: 아디스아바바 /Adiseuababa/
Addison's disease {n} (Addison's disease) :: 애디슨 병 /Aediseun byeong/
addition {n} (act of adding) :: 추가 /追加, chuga/, 부가 /附加, buga/, 가미 /加味, gami/
addition {n} (arithmetic: process of adding) :: 더하기 /deohagi/, 덧셈, 가산 /加算, gasan/
addition {n} (thing added) :: 추가분 /追加分, chugabun/, 부가물 /附加物, bugamul/
address {n} (direction for letters) :: 주소 /juso, 住所/
Adelaide {prop} (state capital of South Australia) :: 애들레이드 /Aedeulleideu/
Aden {prop} (seaport of Yemen) :: 아덴 /Aden/
adequate {adj} (equal to some requirement) :: 충분한
adhere {v} :: 붙어있다
adieu {n} :: 안녕! /annyeong/, 잘 가/세요/ /jal ga(seyo/)
ad infinitum {adv} (endlessly) :: 영구히 /yeong-guhi/
adjective {adj} (functioning as an adjective) :: 형용사 /hyeong-yongsa/
adjective {n} ((grammar) a word that modifies a noun or describes a noun’s referent) :: 형용사 /hyeong-yongsa/ (形容詞)
adjust {v} :: 조정하다
administration {n} (the act of administering) :: 관리
administrator {n} :: 행정관 /haengjeonggwan/
administrator {n} (one who administers affairs) :: 관리자
admirable {adj} (deserving of the highest esteem or admiration) :: 칭찬할 만한, 감탄할 만한, 기특한
admiral {n} (a naval officer of the highest rank) :: 제독, 提督
admiration {n} (adoration; appreciation) :: 감탄
admire {v} (regard with wonder and delight) :: 존경하다
admission {n} (the act or practice of admitting) :: 인정하다, 가입하다
admit {v} :: 인정하다
adopt {v} :: 채택한 위하여 /chaetaekhan wihayeo/
adopt {v} (to take by choice into relationship, as, child, heir, friend, citizen) :: 입양하다
adoptee {n} (an adoptee) :: 입양아 /ibyang-a/
adoption {n} (act of adopting, or state of being adopted) :: 입양 /ip-yang/ (入養)
adoptive father {n} (man who has adopted a child) :: 양부 /yangbu/ (養父)
adoptive mother {n} (woman who has adopted a child) :: 양모 /yangmo/ (養母)
adrenaline {n} (the compound epinephrine) :: 아드레날린
Adriatic Sea {prop} (sea that stretches from the Ionian Sea to the Gulf of Venice) :: 아드리아 해 /Adeuria hae/
adult {adj} (fully grown) :: 다 자란, 다 자란, 다 자란
adult {adj} (intended for adults) :: 성인의
adult {n} (fully grown human) :: 성인 (成人), 어른
adultery {n} (sexual intercourse by a married person with someone other than their spouse) :: 간통 (姦通), 불륜
adventitious {adj} :: 우연적인, Botany: 이상한 곳에서 발생하는
adventure {n} (encountering of risks) :: 모험
adventure {n} (that which happens without design) :: 모험
adventurism {n} (policy led by excessive risk taking) :: 모험주의
adverb {n} (lexical category) :: 부사 (副詞)
adverbial participle {n} (linguistic sense) :: 부사분사 /busa bunsa/
advertisement {n} (commercial solicitation) :: 광고 (廣告)
advisor {n} (one who offers advice) :: 고문 /gomun/ (顧問)
Adygea {prop} (Adygea, Russia) :: 아디게야 /Adigeya/
adze {n} (cutting tool) :: 까뀌
Aegean Sea {prop} (sea of the northeastern part of the Mediterranean Sea) :: 에게 해 /Ege hae/
Aelita {prop} (given name) :: 아엘리 /A-ellita/
aerial {n} (device for receiving or transmitting) :: 안테나 /antena/
Aeroflot {prop} (Russian airline) :: 아에로플로트 /Aeropeulloteu/
aerosol {n} (gaseous or airborne cloud of particulate matter) :: 에어로졸 /e-eorojol/
Aeschylus {prop} (Greek tragedian) :: 아이스퀼로스 /Aisukillosu/
Aesop {prop} (ancient Greek author) :: 이솝 /Isop/, 아이소포스 /Aisoposeu/
aesthetics {n} (study or philosophy of beauty) :: 미학 (美學)
a few {pron} (a small number of things) :: 몇
affair {n} (adulterous relationship) :: 불륜
affection {n} :: 애정, 호의
Affenpinscher {n} (Affenpinscher) :: 아펜핀셔
affix {n} :: 첨부물 /cheombumul/
affix {n} (linguistics: a bound morpheme added to a word’s stem) :: 접사
affordable {adj} (able to be afforded) :: 알맞은, 적당한
affricate {n} (a sound produced using a combination of a plosive and a fricative) :: 파찰음 /破擦音, pachaleum/
Afghan Hound {n} (Afghan Hound) :: 아프간 하운드 /Apeugan haundeu/
Afghanistan {prop} (country) :: 아프가니스탄 /Apeuganiseutan/
aforementioned {adj} (previously mentioned) :: 상기 /sanggi, 上記/
afraid {adj} (impressed with fear or apprehension; in fear; apprehensive) :: 무서워하다 /museowo-hada/
Africa {prop} (continent south of Europe) :: 아프리카
African {adj} (of, or pertaining to Africa) :: 아프리카의 /Apeurika-ui/
African {n} (a native of Africa) :: 아프리카인 /Apeurika-in/, 아프리카 사람 /Apeurika saram/
African Union {prop} (multinational organisation) :: 아프리카 연합 /Apeurika yeonhap/
Afrikaans {prop} (Afrikaner) :: 아프리카너 /apeurikaneo/
Afrikaans {prop} (language) :: 아프리칸스어 /Apeurikanseu-eo/
Afrikaner {n} (member of ethnic group) :: 아프리카너 /Apeurikaneo/
after {adv} (behind; later in time; following) :: 다음에 /da-eum-e/, [hereafter, later than now] 앞으로 /ap-euro/
after {prep} (behind) :: 뒤에 /dwi-e/
after {prep} (in allusion to, in imitation of; following or referencing) :: 연유하여, 따라서, 따라서
after {prep} (in pursuit of, seeking) :: 추구하여
after {prep} (subsequently; following in time; later than) :: 다음에 /da-eum-e/
after dark {prep} (after nightfall, at night) :: 해거름다음에 /haegeoreumdaeume/
afterlife {n} (life after death) :: 내세 (來世), 후세 (後世), 저승
afternoon {n} (part of the day between noon and evening) :: 오후 (午後)
aftershave {n} (lotion, gel or liquid) :: 애프터셰이브
aftershock {n} (earthquake that follows in the same vicinity as another) :: 여진 (餘震)
again {adv} (another time) :: 다시, 또
again {adv} (used in a question to ask something one has forgotten) :: ㅆ지, ㅆ죠
against {prep} :: 반대, 대
against all odds {prep} (despite seemingly insurmountable opposition or probability) :: 역경을 딛고 /yeokgyeongeul ditgo/
Agartala {prop} (capital of Tripura, India) :: 아가르탈라
age {n} (generation (see also generation)) :: 세대, 世代 /sedae/
age {n} (latter part of life) :: 노령, 고령
age {n} (one of the stages of life) :: 연령 (年齡), 나이, 살
age {n} (particular period of time in history) :: 시대, 時代 /sidae/
age {n} (part of the duration of a being or thing between its beginning and any given time) :: 연령 (年齡), 나이, [honorific] 연세 (年歲)
age {n} (time of life when one attains full person rights) :: 성년 /seongnyeon/
age {n} (whole duration of a being) :: 일생 (一生), 수명 (壽命)
age {v} (intransitive: become old) :: 나이를먹다 /nai reul meokda/
agency {n} (place of business of an agent) :: 대리점
agent {n} (one who acts in place of another) :: 대리인 (代理人)
agglutination {n} (combination in which root words are united with little or no change of form or loss of meaning) :: 교착
aggression {n} (act of initiating hostilities or invasion) :: 침략 (侵略)
aggressive {adj} (tending or disposed to aggress) :: 호전 /hojeon/ (好戰)
agha {n} (an honorific for high officials used in Turkey and certain Muslim countries) :: 아가
aging {adj} (becoming elderly) :: 노화
agnosticism {n} (view that the existence of a God or gods is unknown, unknowable, unproven, or unprovable) :: 불가지론 (不可知論)
ago {prep} (past; gone by; since) :: 전에 /jeon-e/
agoraphobia {n} (fear of open spaces) :: 광장공포증 /gwangjang gongpojeung/ (廣場恐怖症)
agouti {n} :: 아구티
Agra {prop} (city in India) :: 아그라 /Ageura/
agree {v} (grammar: to correspond in gender, number, case, or person) :: 일치하다
agree {v} (harmonize in opinion; be in unison or concord; be united; concur) :: 同意하다
agree {v} (to come to terms or to a common resolve) :: 합의하다
agree {v} (to resemble, coincide, correspond) :: 일치하다
agree {v} (to yield assent, to accede) :: 동의하다, 약속하다
agreeable {adj} :: 기분좋은, 상쾌한
agriculture {n} (the art or science of cultivating the ground) :: 농업 (農業)
agronomy {n} (science of utilizing plants, animals, and soils for food, fuel, feed and more) :: 농학 (農學)
ah {interj} (an expression) :: 아
aha {interj} (exclamation of understanding, realization, invention, or recognition) :: 아하
Ahmedabad {prop} (city in India) :: 아마다바드 /Amadabadeu/
Ahriman {prop} (the hypostasis of chaos, destruction, evil in Zoroastrianism) :: 앙그라 마이뉴 /Anggeura Mainyu/
Aichi {prop} (Aichi prefecture, in Southern central of Japan) :: 아이치 /Aichi/
Aidan {prop} (male given name) :: 애듣 /Aedeut/
AIDS {n} (acquired immune deficiency syndrome) :: 에이즈
aikido {n} (Japanese martial art) :: 아이키도
Ainu {prop} (language) :: 아이누어 /Ainu-eo/
air {n} (mixture of gases making up the atmosphere of the Earth) :: 공기 (空氣)
Airbus {prop} (a European aircraft manufacturer) :: 에어버스 /Eeobeoseu/
air conditioner {n} (a machine that is used to control temperature and humidity in an enclosed space) :: 에어컨
aircraft {n} (machine capable of atmospheric flight) :: 항공기 /hanggonggi/ (航空器)
aircraft carrier {n} (warship for launching aircraft) :: 항공모함 (航空母艦), [abbreviation] 항모 (航母)
air force {n} (branch of the military devoted to air warfare) :: 공군 (空軍)
airline {n} (company that flies airplanes) :: 항공 회사 /hang-gong hoesa/ (航空會社), 항공사 /hang-gongsa/ (航空社)
airmail {n} (the system of conveying mail using aircraft) :: 항공우편 /hang-gong upyeon/
airplane {n} (powered aircraft) :: 비행기 (飛行機)
airport {n} (a place designated for airplanes) :: 공항 /gong-hang/ (空港)
air-raid shelter {n} (reinforced underground shelter designed to give protection against air raids) :: 방공호 /bang-gongho/ (防空壕)
air strike {n} (attack by aircraft) :: 공습
air ticket {n} (a pass entitling the holder to travel in an aeroplane) :: 항공권
aitch {n} (name of the letter H, h) :: 에이치
a journey of a thousand miles begins with a single step {proverb} (a journey of a thousand miles begins with a single step) :: 천리 길도 첫걸음부터 /cheolli gildo cheotgeoreum buteo/, 천마일 길도 첫걸음부터 /cheonmail gildo cheotgeoreum buteo/
Akan {prop} (language group spoken in Ghana) :: 아칸어군 /akan-eo-gun/
Akan {prop} (Niger-Congo language) :: 아칸어군 /akan-eo-gun/
Akita {prop} (Akita, Japan) :: 아키타 /Akita/
Akutagawa {prop} (surname) :: 아쿠타가와 /Akutagawa/
alanine {n} (nonessential amino acid; C[3]H[7]NO[2]) :: 알라닌
alarm {n} (summons to arms) :: 경보 (警報)
alarm clock {n} (type of clock) :: 자명종 /jamyeongjong/ (自鳴鐘), 알람 시계
Alaska {prop} (US state) :: 알래스카 주 /Allaeseuka chu/
Alaskan Malamute {n} (Alaskan Malamute sled dog) :: 알래스칸 맬러뮤트
Albania {prop} (country in south-eastern Europe) :: 알바니아 /Albania/
Albanian {prop} (language) :: 알바니아어 /albani-a-eo/
albatross {n} (seabird) :: 신천옹 /sincheon-ong/ (信天翁)
Alberta {prop} (province) :: 앨버타 /Aelbeota/, 앨버타 주 /Aelbeota ju/
album {n} (book for photographs, stamps, or autographs) :: 앨범
album {n} (group of audio recordings on any media) :: 앨범
album {n} (vinyl record) :: 앨범
albumen {n} (white part of an egg) :: 횐자위
alchemist {n} (one who practices alchemy) :: 연금술사 /yeon-geumsulsa/, 연금사 /yeon-geumsa/
alchemy {n} (ancient chemistry) :: 연금술 /yeon-geumsul/ (鍊金術)
alchemy {n} :: 연금술 /yeon-geumsul/
alcohol {n} (intoxicating beverage) :: 술, 알코올, 알콜
alcohol {n} (organic chemistry sense) :: 알코올, 알콜
alcoholism {n} (chronic disease) :: 알코올 의존증
alcove {n} (small recessed area) :: 반침
Aldebaran {prop} (star) :: 알데바란 /Aldebaran/
aldehyde {n} (organic compound of the general formula R·CHO) :: 알데하이드, 알데히드
ale {n} (intoxicating liquor) :: 에일
Aleutian Islands {prop} (archipelago) :: 알류샨 열도 /Allyusyan yeoldo/
Alexander {prop} (male given name) :: 알렉산더 /Alleksandeo/
Alexander the Great {prop} (the king of Macedonia) :: 알렉산더 대왕 /Alleksandeo daewang/
Alfvén {prop} (surname) :: 알펜 /Alpen/
Alfvén wave {n} (a hydromagnetic shear wave in a charged plasma) :: 알펜파 /Alpen-pa/
alga {n} (any of many aquatic photosynthetic organisms) :: 조류
algae {n} (plural of alga) :: 조류
algebra {n} (study of algebraic structures) :: 대수학 (代數學)
algebra {n} (system for computation) :: 대수 (代數)
Algeria {prop} (country) :: 알제리 /Aljeri/
Algiers {prop} (the capital of Algeria) :: 알제 /Alje/
algorithm {n} (well-defined procedure) :: 알고리즘 /algorijeum/
Ali Baba {prop} (a fictional character) :: 알리 바바 /Alli Baba/
alibi {n} (criminal legal defense) :: 알리바이, 알리비
Alice {prop} (female given name) :: 앨리스 /Aelliseu/
alien {n} (foreigner) :: 외국인 /waegug-in/ (外国人), 이국인 /igug-in/ (異国人)
alien {n} (life form of non-Earth origin) :: 우주인 /uju'in/ (宇宙人)
alien {n} (person, etc. from outside) :: 외국인 /waegug-in/ (外国人), 이국인 /igug-in/ (異国人)
alif {n} (first letter of the Arabic alphabet) :: 알리프
a little {adv} (to a small extent or degree) :: 조금
alive {adj} (having life) :: 살아있는 /saraitneun/
aliyah {n} (immigration of Jews into Israel) :: 알리야
Al Jazeera {prop} (Arabic satellite TV news channel) :: ^알 자지라
alkaline {adj} (having a pH greater than 7) :: 알칼리성, 염기성
all {adv} (apiece) :: 각 /各, gak/, 각각 /各各, gakgak/
all {adv} (intensifier) :: 아주 /aju/
all {adv} (so much) :: 만큼 /mankeum/, 그만큼 /geumankeum/
all {determiner} (every individual of the given class) :: 모든, 전 /全, jeon/
all {determiner} (throughout the whole of (a stated period of time)) :: 온 /on/, 내내 /naenae/, 쭉 /jjuk/, 꼬박 /kkobak/
all {n} (everything possible) :: 전부 /全部, jeonbu/
Allah {prop} (God, in Islam) :: ^알라
Allahabad {prop} (city in India) :: 알라하바드 /Allahabadeu/
Allahu akbar {interj} (Muslim takbir (proclamation)) :: 알라흐 악바르 /Allaheu akbareu/
all day {adv} (the entire day) :: 하루 종일 /haru jongil/
allegiance {n} (loyalty to some cause, nation or ruler) :: 충성
allegory {n} (the representation of abstract principles) :: 추상적인 개념의 표현
allelopathy {n} (release by a plant of a toxin to suppress growth of nearby competing plants) :: 타감작용 /tagamjagyong/
allergy {n} (altered susceptibility) :: 알레르기
allergy {n} (disorder of the immune system) :: 알레르기
allergy {n} (hypersensitivity) :: 알레르기
alley {n} (narrow street) :: 골목 /golmok/
alliance {n} (state of being allied) :: 동맹 (同盟)
alligator {n} (large amphibious reptile of genus Alligator) :: 악어 /ag-eo/
allophone {n} (alternative pronunciation for a phoneme) :: 이음 (異音)
allow {v} (to grant, give, admit, accord, afford, or yield; to let one have) :: 허락하다 /heorak-hada/
all right {adj} (good) :: 괜찮다
all right {interj} (Used to affirm, indicate agreement, or consent ) :: 괜찮아, 오케이, [very formal] 알겠어요
all rights reserved {phrase} (copyright notice formula) :: 모든 권리 보유, 모든 권리가 인정됨
all roads lead to Rome {proverb} (different paths to the same goal) :: 역지즉개연 /易地則皆然, yeok-ji-jeuk-gae-yeon/, [calque] 모든 길은 로마로 통한다 /modeun gir-in Romaro tonghanda/
All Saints' Day {prop} (feast day) :: 만성절 /Manseongjeol/
all's well that ends well {proverb} (even though something may have problems, it is all right ...) :: 끝이 좋으면 다 좋다 /kkeuchi joeumyeon da jota/
alluvium {n} (deposited material) :: 충적층 (沖積層)
alma mater {n} (graduated school) :: 모교 (母校)
almond {n} (nut) :: 아몬드 /amondeu/
almost {adv} (very close to) :: 거의
along {adv} (in company, together) :: 을 따라서
along {prep} :: 따라서
a lot {adv} (often) :: 자주
a lot {adv} (very much) :: 많은
a lot {n} (a large amount) :: 많이
aloud {adv} (audibly, not silent) :: 큰 소리로
alpha {n} (name of the letter Α, α) :: 알파 /alpa/
alphabet {n} (an ordered set of letters used in a language) :: 알파벳, 문자
alphabetic {adj} (of or relating to an alphabet) :: 알파벳
alphabetical {adj} (in the sequence of the letters of the alphabet) :: 알파벳 /alpabet/
Alps {prop} (a mountain range in Western Europe) :: 알프스 /Alpeuseu/
al-Qaeda {prop} (The global network of militant Islamic extremists.) :: 알카에다 /Alkaeda/
already {adv} (prior to some time) :: 벌써
also {adv} (in addition; besides; as well; further; too) :: 또한, 또, 역시
Altai Republic {prop} (federal subject of Russia) :: 알타이 공화국 /Altai gonghwaguk/
altar {n} (flat-topped structure used for religious rites) :: 제단 (祭壇)
Altay {prop} (a mountain range) :: 알타이 /Altai/
alter {v} (to change the form or structure of) :: 변경하다, 바꾸다, 개조하다, 달라지다, 변경되다, 고치다, 거세하다
alternatively {adv} (in an alternative way) :: 또는 /ttoneun/
altimeter {n} (an apparatus for measuring altitude) :: 고도계 /godoge/
altitude {n} :: 고도 /godo/
aluminium {n} (silvery metal) :: 알루미늄, 반소 /礬素, banso/
aluminium foil {n} (thin sheets of aluminium) :: Korean: 알루미늄 포일, 알루미늄 호일, 알루미늄 박
alumnus {n} (a male pupil or student) :: 남학생
always {adv} (at all times) :: 항상 /hangsang/, 늘 /neul/, 언제나 /eonjena/
always {adv} :: 항상 /恒常, hangsang/
Alzheimer's disease {n} (mental disorder from brain tissue changes) :: 알츠하이머 병 /Alcheuhaimeo byeong/
a.m. {adv} (before noon) :: 오전
A major {n} (major key) :: 가장조
amaranth {n} :: 비름
amaranth {n} (herb) :: 비름 /bireum/
Amaterasu {prop} (Japanese sun goddess) :: 아마테라스 /Amatelaseu/
amateur {n} :: 아마추어 /amachueo/, 비직업 /bijigeob/
amateur {n} (person attached to a pursuit without pursuing it professionally) :: 아마추어
ambassador {n} (minister) :: 대사 (大使)
ambassador {n} (representative) :: 대사 (大使)
amber {n} (fossil resin) :: 호박 /hobak/
ambergris {n} (waxy substance produced by sperm whales) :: 용연향 (龍涎香)
amberjack {n} :: 부리
ambivalent {adj} (experiencing or expressing opposing feelings) :: 반대감정이 공존하는 /bandaegamjeong-i gongjonhaneun/
ambulance {n} (emergency vehicle) :: 앰뷸런스, 구급차 (救急車)
ameloblast {n} (epithelial cell) :: 법랑모세포
amen {adv} (so be it) :: 아멘
amen {adv} (truly, verily) :: 아멘
America {prop} (continent of America (see also Americas)) :: 아메리카 /Amerika/, 미주 /Miju/ (美洲)
American {adj} (of or pertaining to the U.S. or its culture) :: 미국의 /Miguk-ui/
American {n} (person born in or citizen of the USA) :: 미국인 /Migug-in/ (美國人), 미국 사람 /Miguk saram/
American {prop} (American English) :: 미국 영어 /Miguk Yeong-eo/ (美國英語)
American Dream {n} (determination) :: 아메리칸 드림
American Dream {n} (philosophy) :: 아메리칸 드림
American English {prop} (English of the United States) :: 미국 영어 /Miguk Yeong-eo/ (美國英語)
American football {prop} (American football) :: 미식축구 /misik chukgu/
Americanisation {n} (assimilation) :: 미국화 /Miguk-hwa/ (美國化)
Americanism {n} (linguistic feature) :: 미어 /mieo/
American Samoa {prop} (US overseas territory in Oceania) :: 미국령 사모아 /Miguk-ryeong Samoa/
American Sign Language {prop} (language that uses hands, facial expressions, and other bodily behavior to communicate) :: 미국 수화 /Miguk suhwa/
americium {n} (chemical element with atomic number 95) :: 아메리슘 /amerisyum/
Amharic {prop} (language) :: 암하라어
Amman {prop} (the capital of Jordan) :: 암만
ammonium {n} (univalent NH[4]^+ cation) :: 암모늄
ammunition {n} (articles used in charging firearms) :: 탄약 (彈藥)
amnesia {n} (loss of memory) :: 건망증 (健忘症)
amnesty {n} (act of the sovereign power) :: 특사
amnion {n} (innermost membrane of the fetal membranes of reptiles, birds, and mammals) :: 양막
amniotic fluid {n} (fluid that surrounds a developing embryo or fetus) :: 양수
amoeba {n} (a member of a genus of unicellular protozoa) :: 아메바 /ameba/
among {prep} (mingling or intermixing) :: 가운데에 /gaunde-e/
amongst {prep} (Used to denote a mingling or intermixing) :: 가운데 /gaunde/, 사이 /sai/
amortization {n} (process of distributing asset cost) :: 상각
Amoy {prop} (language/dialect) :: 샤먼어 /syameon-eo/
ampere {n} (unit of electrical current) :: 암페어
amphetamine {n} (amphetamine) :: 암페타민
amphibian {n} (vertebrate) :: 양서류 /yangseoryu/ (兩棲類), 수륙양용비행기 /suryukyangyongbihaenggi/
amphibious {adj} :: 수륙 양용
amphoteric {adj} (having the characteristics of both an acid and a base) :: 양쪽성
amplitude modulation {n} (method of sending information) :: 진폭 조음 /jinpok jo-eum/
ampoule {n} (small glass vial hermetically sealed) :: 앰풀
Amsterdam {prop} (capital of the Netherlands) :: 암스테르담 /Amseutereudam/
Amur {prop} (the river between the Far East Russia and China) :: 아무르강 /Amureu-gang/, 흑룡강 /Heukryong-gang/ (黑龍江)
amusement park {n} (commercially-operated collection of rides, games and other entertainment attractions) :: 유원지 (遊園地), 놀이공원
an {article} (indefinite article) :: Not used in Korean
anabolism {n} (the constructive metabolism of the body) :: 합성대사 /hapseong daesa/
anachronism {n} (chronological mistake) :: 시대 착오
anachronistic {adj} (erroneous in date) :: 시대 착오
anaconda {n} (any of various large nonvenomous snake of the genus Eunectes) :: 아나콘다
Anadyr {prop} (city in Russia) :: 아나디리 /Anadiri/
anaesthesia {n} (loss of bodily sensation) :: 마취
anagram {n} (word or phrase created by rearranging letters from another word or phrase) :: 아나그램
analects {n} (a collection of excerpts of quotes) :: 선집 (選集)
analog {adj} (represented by a continuously variable physical quantity) :: 아날로그
anal sex {n} (sex involving the anus) :: 항문 성교, 항문 섹스
analysis {n} (process of dismantling or separating into constituents in order to study) :: 분석 /bun-seok/ (分析)
Anapa {prop} (city) :: 아나파 /Anapa/
anaphylactic shock {n} (severe allergic reaction) :: 과민성 쇼크
anarchism {n} (belief that proposes the absence and abolition of government in all forms) :: 아나키즘, 무정부주의
anarchy {n} (absence of any form of political authority or government) :: 무정부 상태 (無政府狀態)
Anatoli {prop} (transliteration of Анатолий) :: 아나톨리 /Anatolli/
Anatolia {prop} (peninsula of Western Asia) :: 아나톨리아 /Anatollia/
anatomy {n} (art of studying the different parts of any organized body) :: 해부학 (解剖學), 해부 (解剖)
ancestor {n} (one from whom a person is descended) :: 조상 (祖先)
anchor {n} (tool to moor a vessel into sea bottom) :: 닻
Anchorage {prop} (city) :: 앵커리지 /Aengkeoriji/
anchovy {n} (small saltwater fish) :: 멸치
ancient {adj} :: 고대의
Ancient Egypt {prop} (civilization) :: 고대 이집트 /godae Ijipteu/
Ancient Greece {prop} (The ancient civilization of the Mediterranean) :: 고대 그리스 /godae Geuriseu/
Ancient Greek {prop} (all the Greek languages spoken between the Dorian invasion and the fall of the Roman Empire) :: 고대 그리스어 /godae Geuriseu-eo/, 희랍어 /hi-rap-eo/
Ancient Rome {prop} (civilization associated with Rome from the 9th century BC to the 12th century AD) :: 고대 로마 /godae Roma/
and {conj} (used to connect two similar words, phrases, et cetera) :: 와, 과, 그리고, 하고
Andaman and Nicobar Islands {prop} (Indian territory in the Bay of Bengal) :: 안다만니코바르제도 /Andamannikobareujedo/
Andaman Islands {prop} (islands) :: 안다만 제도
Andes {prop} (mountain range in South America) :: 안데스 산맥 /Andeseu sanmaek/
Andhra Pradesh {prop} (state in the union of India) :: 안드라프라데시 주, 안드라프라데시
Andorra {prop} (country) :: 안도라 /Andora/
Andrew {prop} :: 안드레/Ahn-d-re/
Andrew {prop} (male given name) :: 앤드류 /Aendeuryu/
Andrew {prop} (the Apostle) :: 안드레아 /Andeurea/
andrewsarchus {n} (prehistoric mammal) :: 앤드류사쿠스 /aendeuryusakuseu/
android {n} (robot with human form) :: 안드로이드, 로봇
Android {prop} (a mobile operating system) :: ^안드로이드
and so on {phrase} (indicates that a list continues) :: 등, 등등
anemia {n} (medical condition with decreased oxygen transport) :: 빈혈 (貧血)
anesthesia {n} (loss of bodily sensation) :: 마취
anesthetization {n} (an administration of anesthesia) :: 마취
Angara {prop} (river in Russia) :: 안가라 강 /Angara gang/
angel {n} (messenger from a deity) :: 천사 (天使)
angel of death {n} (personification of death in fiction and in art) :: 사신 (死神)
anger {n} (A strong feeling of displeasure, hostility or antagonism towards someone or something) :: 성 /seong/
anger {v} (to cause such a feeling of antagonism) :: 화나게 하다 /hwanage hada/
Angkor Wat {prop} (Cambodian temple complex) :: 앙코르 와트 /Angkoreu Wateu/
angle {n} (corner where two walls intersect) :: 귀 /gwi/, 모서리 /moseori/
angle {n} (geometrical figure) :: 각 /角, gak/
angle {n} (measure of such a figure) :: 각 /角, gak/
angle {v} (to fish with hook and line) :: [nakkda] 낚다
angler {n} (person who fishes with a hook and line) :: 낚시꾼
angling {n} (fishing with a rod, line and angle, for recreation or sport) :: 낚시
Anglo-American {adj} (of relating to England and USA) :: 잉글랜드계 미국인
Anglo-Saxon {n} (Germanic peoples inhabiting medieval England) :: 앵글로색슨 사람 /Aenggeullosaekseun saram/
Anglosphere {prop} (set of anglophone countries) :: 영어권 /Yeongeogwon/ (英語圈)
Angola {prop} (country in Southern Africa) :: 앙골라 /Anggolla/
angry {adj} (displaying anger) :: 화난
angstrom {n} (A very small unit of length, 10^-10 m) :: 옹스트롬
Anguilla {prop} (British overseas territory in the Caribbean) :: 앙길라 /Anggilla/
Anhui {prop} (province of China) :: 안후이 /Anhui/
anilingus {n} (form of oral sex) :: 애닐링구스
animal {n} (organism) :: 동물 /dongmul/ (動物)
animation {n} (causing images to appear to move) :: 애니메이션 /aenimeisyeon/
anime {n} (an animated work originated in Japan) :: 일본의 애니메이션, 아니메, 애니메
anise {n} (plant and spice) :: 아니스
Ankara {prop} (capital of Turkey) :: 앙카라 /Angkara/
ankle {n} (joint between foot and leg) :: 발목 /balmog, balmok/
Anna {prop} (biblical prophetess) :: 안나 /anna/
Annam {prop} (the former name of Vietnam) :: 안남 /Annam/ (安南)
annealing {n} (act of heating solid metal or glass) :: 열처리
annexation {n} (addition or incorporation of something) :: 병합
anniversary {n} (day an exact number of years since an event) :: 기념일 /ginyeom-il/
annotation {n} (comment added to a text) :: 주석
announcement {n} (announcement) :: 발표 /balpyo/
announcer {n} (announcer) :: 아나운서
announcer {n} (TV or radio announcer) :: 아나운서
another {determiner} (not the same; different) :: 다른
another {determiner} (one more, in addition to a former number) :: 또 하나
Anshan {prop} (a prefecture-level city in northeastern China) :: 안산 /Ansan/
answer {n} (response) :: 대답, 회답
ant {n} (insect) :: 개미
antacid {adj} (counteracting acidity) :: 제산제
antacid {n} (agent reducing acidity) :: 제산제
Antananarivo {prop} (city) :: 안타나나리보 /Antananaribo/
Antarctica {prop} (southernmost continent) :: 남극 (南極) [the region]
antelope {n} (mammal of the family Bovidae) :: 영양 (羚羊)
anthem {n} (national anthem) :: 국가 (國歌)
anthrax {n} (disease) :: 탄저병 /tanjeobyeong/ (炭疽病)
anthropology {n} (the study of humanity) :: 인류학 (人類學)
anthropomorphism {n} (the attribution or ascription of human characteristics to inanimate objects, animals, forces of nature, etc) :: 의인화
anthropophobia {n} (fear of human beings) :: 대인 공포증 /daein gongpojeung/
anti- {prefix} (anti-) :: 안티, 반- (反-)
anti-Americanism {n} (the fear or dislike of the United States or American people, policies, culture or government) :: 반미 /banmi/ (反美)
antiangiogenesis {n} (prevention of angiogenesis) :: 항혈관형성 /hanghyeolgwanhyeongseong/
antibacterial {adj} (killing or inhibiting bacteria) :: 항균성
antibacterial {n} (antibacterial drug) :: 항균제
antibiotic {n} (substance that destroys or inhibits bacteria) :: 항생물질, 항생제
antichrist {n} (Someone that works against the teachings of Christ) :: 적그리스도 /jeok-geuriseudo/
anticommunist {n} (opposed to communism) :: 반공 /bangong/
antifascism {n} (opposition to fascism) :: 안티 파시즘, 반파시즘
antifreeze {n} (a substance used to lower the freezing point of water) :: 부동액
Antigua and Barbuda {prop} (Country) :: 앤티가 바부다 /Aentiga Babuda/
antihydrogen {n} (antimatter equivalent of hydrogen) :: 반수소 /反水素, bansuso/
antimatter {n} (matter composed of antiparticles) :: 반물질 (反物質)
antimony {n} (chemical element) :: 안티몬, 안티모니
antinuclear {adj} (opposed to the of nuclear weapons or nuclear energy) :: 반핵
antioxidant {n} :: 노화방지제
anti-Semitism {n} (prejudice or hostility against Jews) :: 반유대주의 /ban-yudaejuui/
antisense {n} (a molecule which suppresses transcription) :: 안티센스 /antisenseu/
anti-war {adj} (opposed to war) :: 반전
antler {n} (bony structure on the head of deer, moose and elk) :: 뿔 /ppul/, 가지진 뿔 /gajijin ppul/
antonym {n} (word which has the opposite meaning) :: 반대어 /bandeaeo/, 반의어 /banuieo/
anus {n} (lower opening of the digestive tract) :: 똥구멍, 항문 (肛門), [slang] 후장
anvil {n} (block used in blacksmithing) :: 모루 /molu/
anxiety {n} (concern) :: 걱정
any {determiner} (at least one (kind)) :: 어떤
anyway {adv} (in any way) :: 아무튼
anyway {adv} (used to indicate change of subject) :: 그런데
anyway {adv} (used to indicate that a statement explains or supports a previous statement) :: 아무튼
Aomori {prop} (Aomori, Japan) :: 아오모리 /Aomori/
aorta {n} (great artery) :: 대동맥 (大動脈)
apartheid {n} (policy of racial separation in South Africa) :: 아파르트헤이트
apartment {n} (domicile occupying part of a building) :: 아파트
apartment building {n} (residential building with multiple flats) :: 아파트
apatite {n} (type of mineral) :: 인회석 /inhoesŏg/
ape {n} (animal) :: [ape or monkey] 원숭이, 유인원 (類人猿)
APEC {prop} (trade agreement) :: 아시아 태평양 경제협력체 /Asia Taepyeong-yang gyeongje hyeoblyeokche/
Apennines {prop} (mountain range) :: 아펜니노 산맥 /Apennino sanmaek/
aphelion {n} (the point in the elliptical orbit of a planet where it is farthest from the sun) :: 원일점 (遠日點)
aphid {n} (insect) :: 진딧물 /jinditmul/
Aphrodite {prop} (Greek goddess) :: 아프로디테 /Apeurodite/
a picture is worth a thousand words {proverb} (visualisation is better than verbal description) :: 백문불여일견 /百聞不如一見, baeng-mun-bur-yeo-il-gyeon/
apogee {n} (a point in an orbit around the Earth) :: 원지점 (遠地點)
Apollo {prop} (a three-man spacecraft) :: 아폴로 /Apollo/
Apollo {prop} (the son of Zeus) :: 아폴론 /Apollon/
apologize {v} (to make an apology or excuse) :: 사과하다
apology {n} (an expression of regret) :: 사과
apostasy {n} (renunciation of set of beliefs) :: 배교 /baegyo/
apostate {n} (person who renounces a faith) :: 배교자
apotheosis {n} (deification; becoming a god) :: 신으로 모심
app {n} (small computer application) :: 애플
appalling {adj} (That appalls/appals or appall/appal) :: 끔찍한
apparel {n} (clothing) :: 의복, 의류, 복장
apparel {v} (to deck) :: 꾸미다
apparel {v} (to dress or clothe) :: 입히다
apparel {v} (to furnish with apparatus; to equip; to fit out) :: 장비하다
appendicitis {n} (inflamation of the vermiform appendix) :: 맹장염 /maengjangyeom/
appendix {n} (text added to the end of a book or an article) :: 부록 /附錄, burok/
appendix {n} (vermiform appendix) :: 충수 /蟲垂, chungsu/
appetite {n} (desire of or relish for food) :: 입맛, 식욕
applause {n} (act of applauding) :: 박수 /bag-su/
apple {n} (fruit) :: 사과
Apple {prop} (Apple Inc.) :: 애플 /Aepeul/
apple juice {n} (the juice of apples as a drink) :: 사과 주스
apple pear {n} (fruit) :: 배나무 /baenamu/
applet {n} (a small program module that runs under the control of a larger application) :: 애플릿
apple tree {n} (tree that bears apples) :: 사과나무 /sagwanamu/
applicant {n} (one who applies) :: 응모자 /應募者, eungmoja/, 출원자 /出願者, churwonja/, 신청자 /申請者, sincheongja/, 지원자 /志願者, jiwonja/, 후보자 /候補者, huboja/
application {n} (the act of applying) :: 응용, 애플리케이션
apply {v} (to be relevant to a specified individual) :: 적용되다
apply {v} (to engage diligently) :: 쏟다, 기울이다
apply {v} (to lay or place) :: 대다
apply {v} (to make use of) :: 적용하다
apply {v} (to put to use for a purpose) :: 쓰다
apply {v} (to submit oneself as a candidate) :: 신청하다, 지원하다
appreciate {v} (to be aware of) :: 이해하다
appreciate {v} (to be grateful for something) :: 감사하다 /gamsa-hada/
appreciate {v} (to increase in value) :: 시세가 오르다; 가격을 올리다
appreciate {v} (to value highly) :: 진가를 알다 /jinga-reul alda/
apprehensive {adj} (anticipating something with anxiety or fear) :: 우려하는 (憂慮하는), 염려하는 (念慮하는)
apprehensive {adj} (Perceptive; quick to learn; intelligent; capable of grasping with the mind or intellect) :: 이해가 빠른 (理解가 빠른), 총명한 (聰明한)
approach {n} (a manner in which a problem is solved or policy is made) :: 접근
approach {v} (to come or go near, in place or time; to draw nigh; to advance nearer) :: 다가가다
approximately {adv} (imprecise but close to in quantity or amount) :: 대략 (大略), 약
apricot {n} (colour) :: 살구색
apricot {n} (fruit) :: 살구
apricot {n} (tree) :: 살구나무
April {prop} (fourth month of the Gregorian calendar) :: 사월 /saweol/
April Fools' Day {n} (First day of April) :: 만우절 /man-u-jeol/ (萬愚節)
apron {n} (clothing) :: 앞치마 /apchima/
aptitude {n} (natural ability to acquire knowledge or skill) :: 소질 /素質, sojil/, 재능 /才能, jaeneung/
aptitude {n} (the condition of being suitable) :: 적성 /適性, jeokseong/, 적합 /適合, jeokhap/
aqua regia {n} (mixture of acids) :: 왕수 (王水)
aquarium {n} (public place where live fish are exhibited) :: 수족관 (水族館)
aquarium {n} (tank for keeping fish) :: 수조
aquatic {adj} (relating to water; living in or near water, taking place in water) :: 물의 /mur-ui/, 수서 /sooseo/
aquifer {n} (an underground layer of water-bearing porous stone, earth, or gravel) :: 대수층, 帶水層
ar {n} (name of the letter R, r) :: 아르
Arab {adj} (of or pertaining to Arabs and their nations) :: 아랍의
Arab {n} (Semitic person) :: 아라비아인
Arabian Peninsula {prop} (peninsula in the Middle East) :: 아라비아 반도 /Arabia bando/
Arabian Sea {prop} (part of the Indian Ocean) :: 아라비아 해 /Arabia hae/
Arabic {adj} (of, from, or pertaining to Arab countries or cultural behaviour) :: 아랍의, 아랍
Arabic {prop} (alphabet) :: 아랍 문자
Arabic {prop} (language) :: 아랍어
Arabic script {n} (letters of the Arabic language) :: 아랍 문자
Arabisation {n} (process of arabising) :: 아랍화 /Arap-hwa/
Arab Republic of Egypt {prop} (Official name of Egypt) :: 이집트 아랍 공화국 /Ijiptteu Arab Gonghwa-guk/
Arab World {prop} (Arabic speaking world) :: 아랍 세계 /Arap segye/
arachnid {n} (eight-legged creature) :: 거미류의 동물 /geomilyuui dongmul/
Aral Sea {prop} (Aral sea) :: 아랄 해 /Aral hae/
Ararat {prop} (mountain) :: 아라라트 산, 아라라트
arch {n} (architectural element) :: 아치 /achi/
archaic {adj} (old-fashioned or antiquated) :: 고대적
archangel {n} (angel who leads other angels) :: 대천사 (大天使)
archbishop {n} (senior bishop) :: 대주교
archer {n} (one who shoots an arrow from a bow or a bolt from a crossbow) :: 사수 (射手)
Archimedes {prop} (an ancient Greek mathematician) :: 아르키메데스 /Areukimedeseu/
archipelago {n} (group of islands) :: 군도, 열도
architect {n} (designer of buildings) :: 건축가 /geonchukga/ (建築家)
architecture {n} (art and science of designing buildings and other structures) :: 건축 /geonchuk/, 건축학 /geonchuk-hak/
archive {n} (place for storing earlier material) :: 보존, 보관
archive {v} (to archive) :: 보존하다, 보관하다
Arctic {prop} (a region of the Earth) :: 북극 (北極)
Arctic Ocean {prop} (the smallest of the five oceans of the Earth, on and around the North Pole) :: 북극해 /Bukgeukhae/ (北極海)
arduous {adj} (needing or using up much energy) :: 고난의 /gonan-ui/
area {n} (any particular extent) :: 부분, 공간
area {n} (figuratively, any extent, scope or range) :: 범위, 분야
area {n} (math: measure of extent of a surface) :: 면적
area {n} (open space, below ground level, between the front of a house and the pavement) :: 지하출입구
area {n} (particular geographic region) :: 지역
areola {n} (circle around the nipple) :: 유륜 (乳輪), 그물코 틈
Ares {prop} (the god of war, son of Zeus and Hera) :: 아레스 /Areseu/
are you allergic to any medications {phrase} (are you allergic to any medications?) :: 약물알레르기는 있습니까? /yangmul allereugi-neun isseumnikka?/
are you married {phrase} (are you married?) :: 당신은 결혼하셨습니까? /dangsin-eun gyeoron-hasyeosseumnikka?/
are you OK {phrase} (are you OK?) :: 괜찮습니까? /gwaenchanh-seumnikka?/, 괜찮으세요? /gwaenchanheuseyo?/, 괜찮아요? /gwaenchanhayo?/
are your ears burning {phrase} (said of somebody who was not present but was the topic of discussion) :: 호랑이도 제말하면 온다 /the tiger comes after the speech about him/
Argentina {prop} (Argentine Republic) :: 아르헨티나 /Areuhentina/
argon {n} (a chemical element) :: 아르곤
Argonaut {prop} (A member of the Argo who searched for the Golden Fleece) :: 아르고나우타이
Arian {adj} (pertaining to Arianism) :: 아리우스파의 /ariuspa-ui/
arise {v} (start to exist, originate) :: 일어나다
Aristotle {prop} (ancient Greek philosopher) :: 아리스토텔레스 /Ariseutotelleseu/
Arkhangelsk {prop} (city in Russia) :: 아르한겔스크 /Areuhangelseukeu/
arm {n} (portion of the upper appendage from shoulder to wrist) :: 팔 /pal/
arm {n} (weapon) :: 무기 /武器, mugi/
armadillo {n} (burrowing mammal covered with bony, jointed, protective plates) :: 아르마딜로
Armageddon {prop} (The place where the final battle will be fought between the forces of good and evil) :: 아마겟돈 /Amagetdon/
armchair {n} (a chair with supports for the arms or elbows) :: 안락의자 /allak uija/ (安樂椅子), 팔걸이의자 /palgeori uija/
Armenia {prop} (ancient kingdom and country in West Asia) :: 아르메니아 /Areumenia/
Armenian {n} (person) :: 아르메니아 사람 /Areumenia saram/
Armenian {prop} (language) :: 아르메니아어 /Areumenia-eo/
armistice {n} (formal agreement to end fighting) :: 정전, 휴전
armor {n} (protective layer over a body, vehicle, or other object intended to deflect or diffuse damaging forces) :: 갑옷 /gah-beot/
armpit {n} (cavity beneath the junction of the arm and shoulder) :: 겨드랑이 /gyeodeurang-i/
armrest {n} (part of a seat) :: 팔걸이
arms {n} (weapons) :: 무기 (武器)
arms race {n} (a competition for military supremacy) :: 군비 경쟁 (軍備競爭)
army {n} (military force concerned mainly with ground operations) :: 군대 (軍隊), 육군
a rolling stone gathers no moss {proverb} (proverb) :: 우물을 파도 한 우물을 파라
aroma {n} (a pleasant smell) :: 향기 (香氣), 좋은냄새 /joeun naemsae/
arouse {v} (to sexually stimulate) :: 자극하다 /어라우즈/
arouse {v} (to stimulate feelings) :: 자극하다
arrange {v} (to set up, organise) :: 조정하다 /jojeong-hada/
arrest {v} :: 잡다 /japda/, 체포하다 /chepohada/
arrhythmia {n} (irregular heartbeat) :: 심부전, 부정맥 (不整脈)
arrival {n} (act of arriving or something that has arrived) :: 도착 (到着)
arrive {v} (to get to a certain place) :: 도착하다 /dochak-hada/
arrow {n} (projectile) :: 화살
arrow {n} (symbol) :: 화살표 /hwasalpyo/
arsenic {n} (chemical element) :: 비소 (砒素)
arson {n} (crime of setting a fire) :: 방화 (放火)
art {n} :: 미술
art {n} (human effort) :: 예술 (藝術)
arteriosclerosis {n} (hardening, narrowing or loss of elasticity in arteries or blood vessel) :: 동맥 경화증
artery {n} (blood vessel from the heart) :: 동맥 (動脈)
art for art's sake {n} (art, slogan) :: 예술지상주의
arthritis {n} (inflammation of a joint) :: 관절염 /gwanjeol-yeom/
arthropod {n} (animal of Arthropoda) :: 절지동물
artichoke {n} (Vegetable) :: 아티초크
article {n} (member of a group or class) :: 항목
article {n} :: 물품 /mulpum/
article {n} (part of speech that specifies a noun) :: 관사
article {n} (section of a legal document) :: 조항
article {n} (story, report, or opinion piece) :: 기사, 논문
artificial intelligence {n} :: Hangul: 인공 지능; Romaja: ingong jineung
Artina {prop} (given name) :: 아르티나 /Areutina/
artist {n} (person who creates art) :: 화가 (畫家)
Aruba {prop} (autonomous territory of the Netherlands in the Caribbean) :: 아루바 /Aruba/
Arunachal Pradesh {prop} (Arunachal Pradesh) :: 아루나찰프라데시 주 /Arunachal-peuradesi-ju/
Aryan {n} (in Nazism: a member of an alleged master race comprised of non-Jewish Caucasians) :: 아리아인 /Aria-in/
asana {n} (a body position, typically associated with the practice of yoga) :: 체위
as a result {conj} (consequently) :: 따라서, 그에 따라
asbestos {n} (any of several fibrous mineral forms of magnesium silicate) :: 석면 (石綿), 애스베스터스
ascend {v} (to fly, to soar) :: 올라가다, 비상하다
Ascension Island {prop} (an island in the South Atlantic) :: 어센션 섬 /Eosensyeon seom/
ascertain {v} (find out; discover or establish) :: 명백히하다 /myeongbaeghihada/
Asclepius {prop} (Greek god of medicine and healing) :: 아스클레피오스 /Aseukeullepioseu/
ASEAN {prop} (Association of Southeast Asian Nations) :: 아세안 /Asean/, 동남아시아국가연합 /Dongnamasia Gukga Yeonhap/
asexuality {n} (state of not experiencing sexual attraction) :: 무성애
ash {n} (solid remains of a fire) :: 재 /jae/
Ashgabat {prop} (the capital of Turkmenistan) :: 아스하바트 /Aseuhabateu/
ashtray {n} (receptacle for ashes) :: 재떨이
Asia {prop} (the continent of Asia) :: 아시아
Asian {n} (person from Asia) :: 아시아 사람 /Asia saram/
Asian Games {prop} (sport event) :: 아시안 게임 /Asian geim/
ask {v} (make a request) :: 청하다, 부탁하다
ask {v} (request an answer) :: 묻다, 질문하다
as long as {conj} (while) :: 하는 동안
Asmara {prop} (capital of Eritrea) :: 아스마라 /Aseumara/
asparagus {n} (asparagus plant) :: 아스파라거스
asparagus {n} (asparagus shoots (food)) :: 아스파라거스
aspect ratio {n} :: 종횡비 /jonghoengbi/
aspen {n} (tree of genus Populus sect. Populus) :: 사시나무
ass {n} (animal) :: 나귀, 당나귀
ass {n} (buttocks) :: 궁둥이
Assam {prop} (state in India) :: 아삼 주 /Asam ju/, 아삼 /Asam/
Assamese {prop} (language) :: 아삼어 /Asam-eo/
assassin {n} :: 자객 /jagaek/
assassin {n} (one who, motivated by political reasons, intentionally kills a particular person) :: 암살자, 자객
assassinate {v} (to murder by sudden or obscure attack) :: 암살하다 /amsal-hada/ (暗殺 + 하다)
assassination {n} (killing or murder for political reasons) :: 암살 (暗殺)
assault rifle {n} (a rifle) :: 돌격소총
assembly language {n} (programming language) :: 어셈블리어 /eosembeulli-eo/
asset {n} (something or someone of any value) :: 자산
asseveration {n} (earnest affirmation) :: 단언
asshole {n} (anus) :: 항문
asshole {n} (mean or rude person) :: 머저리
assiduous {adj} (hard-working, diligent) :: 부지런한 /bu-ji-run-han/
assignment {n} (task given to students) :: 숙제
assimilation {n} (act of assimilating or the state of being assimilated) :: 동화 (同化)
assimilation {n} (The metabolic conversion of nutriments) :: 동화 (同化)
assistance {n} (aid; help; the act or result of assisting) :: 도움 /doum/
associate {n} (companion; comrade) :: 동료 /同僚, dongnyo/, 패 /牌, pae/, 친구 /親舊, chingu/
associate {n} (member of an institution or society who is granted only partial status or privileges) :: 준회원 /準會員, junhoewon/
associate {n} (person united with another or others in an act, enterprise, or business; a partner or colleague) :: 제휴자 /提携者, jehyuja/, 조합원 /組合員, johabwon/
associate {v} (to connect in the mind or imagination) :: 연상하다 /聯想하다, yeonsanghada/, 상기|상기시키다|想起시키다]], sanggisikida /[[想起/, 관련시켜 생각하다 (關聯시켜 생각하다, gwallyeonsikyeo saenggakada)
associate {v} (to join in or form a league, union, or association) :: 제휴하다 /提携하다, jehyuhada/, 연합하다 /聯合하다, yeonhapada/
associate {v} (to spend time socially) :: 교제하다 /交際하다, gyojehada/
Astana {prop} (the capital of Kazakhstan) :: 아스타나 /Aseutana/
astatine {n} (the chemical element) :: 아스타틴
aster {n} (plant) :: 과꽃
asterisk {n} (symbol used to highlight words or sentences) :: 별표, 애스테리스크
asterism {n} (small group of stars) :: 성군 /seong-gun/ (星群)
Asterix {prop} (A fictional character from French comic books) :: 아스테릭스 /Aseuterikseu/
asteroid {n} (astronomy) :: 소행성 (小行星)
asthma {n} (chronic respiratory disease) :: 천식
a stitch in time saves nine {proverb} (a timely effort can prevent larger problems) :: 호미로 막을 것을 가래로 막는다 /homi-ro mag-eul geos-eul garae-ro mag-neun-da/ (what can be stopped up with a short-handled hoe must be done with a shovel later)
Astrakhan {prop} (city and region in Russia) :: 아스트라한 /Aseuteurahan/
astronaut {n} (member of the crew of a spaceship or other spacecraft, or someone trained for that purpose, see also: cosmonaut) :: 우주비행사 /uju-bihaengsa/ (宇宙飛行士)
astronomical unit {n} (measure of distance) :: 천문단위 /jeonmun danwi/ (天文單位)
astronomy {n} (study of the physical universe beyond the Earth's atmosphere) :: 천문학 /cheonmunhak/ (天文學)
astrophysics {n} (interdisciplinary branch of astronomy and physics) :: 천체물리학 /cheonchemullihak/
as you sow, so shall you reap {proverb} (consequences of actions are in proportion to intentions) :: 콩 심은 데 콩 나고 팥 심은 데 팥 난다 /kong sim-eun de kong nago pat sim-eun de pat nanda/
at {prep} (indicating time) :: ...에 /...e/
at {prep} (in or very near a particular place) :: ...에서 /...eso/
at {prep} (in the direction of) :: ...에게 /...ege/
at dark {prep} (during nightfall) :: 해거름에 /haegeoreume/
ateji {n} (kanji used phonetically) :: 아테지
at first glance {adv} (after only a superficial examination or review) :: 일견하여
atheism {n} (rejection of belief that any deities exist (with or without a belief that no deities exist)) :: 무신론 (無神論, musinron)
atheist {n} (a person who rejects belief that any deities exist, whether or not that person believes that deities do not exist) :: 무신론자 /musinlonja/ (無神論者)
Athena {prop} (Greek goddess) :: 아테나 /Atena/
Athens {prop} (capital city of Greece) :: 아테네 /Atene/
athlete {n} :: 운동가 /undongga/
athlete's foot {n} (fungal infection) :: 무좀
at home {prep} (In one's place of residence) :: 집, 집으로
-ation {suffix} (-ation (suffix)) :: -화 (-化)
Atlantic {prop} (the Atlantic Ocean) :: 대서양 /Daeseoyang/
Atlantic Ocean {prop} (the ocean lying between the Americas to the west and Europe and Africa to the east) :: 대서양 /Daeseoyang/ (大西洋)
Atlantis {prop} (mythical country said to have sunk into the ocean) :: 아틀란티스
atlas {n} (bound collection of maps) :: 지도책
ATM {initialism} ((banking) Automated Teller Machine) :: 현금 자동 입출금기 /hyeongeum jadong ipchulgeumgi/
atmosphere {n} (gases surrounding the Earth) :: 대기
atmosphere {n} (mood or feeling) :: 분위기
atom {n} (historical: theoretical particle of matter) :: 원자 /weonja/ (原子)
atom {n} (physics: smallest possible amount of matter retaining its chemical properties) :: 원자 /weonja/ (原子)
atom {n} :: 원자 /weonja/, 아톰 /atom/
atomic bomb {n} (nuclear weapon) :: 원자폭탄, 원폭
atomic nucleus {n} (nucleus of an atom) :: 원자핵
atomic number {n} (number of protons) :: 원자번호 /wonja beonho/ (原子番號)
atopy {n} (hereditary disorder) :: 아토피 /atopi/
atrocity {n} (extremely cruel act) :: 극악 /keukak/
at sign {n} (name of the symbol @) :: 골뱅이
attack {n} (attempt to cause damage or injury) :: 공격
attack {n} (offense of a battle) :: 공격 /gonggyeok/ (攻擊)
attack {v} (to apply violent force) :: 공격하다
attend {v} (to be present at) :: 출석하다
attendance {n} (count of individuals) :: 출석
attendance {n} (frequency of one's presence) :: 참가, 참석
attendance {n} (the state of attending) :: 출석, 참석
attention {n} :: 주의, 주목
attention {n} (mental focus) :: 주의, 주목
attic {n} (space, often unfinished and with sloped walls, directly below the roof) :: 다락방 /dalakbang/
at times {prep} (on occasion, sometimes) :: 자주
attorney {n} (lawyer) :: 변호사, 변호인
attract {v} :: 끌다
attractiveness {n} (state of being attractive or engaging) :: 흡인력
Auckland {prop} (the largest conurbation in New Zealand) :: 오클랜드 /Okeullaendeu/
auction {n} (public sales event) :: 경매
auction {v} (to sell at an auction) :: 경매하다
audience {n} (group of people seeing a performance) :: 관중
audience {n} :: Hangul: 경청자; Romaja: gyeongcheongja
audio {adj} (of or relating to audible sound) :: 오디오
audiobook {n} (audiobook) :: 오디오북
audiology {n} (study of hearing and hearing defects) :: 청능학
audiotape {n} (magnetic tape that stores analog sound) :: 오디오 테이프
audit {n} (examination in general) :: 검사, 檢査
audition {n} (performance by an aspiring performer) :: 오디션
augend {n} (A quantity to which another is added) :: 피가수, 더하임수
augment {v} (to increase, make larger or supplement) :: 증가시키다
August {prop} (eighth month of the Gregorian calendar) :: 팔월
Augustus {prop} (Roman emperor) :: 아우구스투스 /Auguseutuseu/
Auki {prop} (provincial capital of Malaita Province) :: 아우키 /Auki/
aunt {n} (a parent’s sister or sister-in-law) :: 고모 (paternal), 이모 (maternal)
au pair {n} (a single girl or boy staying as a guest with a host family) :: 오페어 /ope-eo/
aurora {n} (an atmospheric phenomenon) :: 극광 (極光), 오로라
Aurora {prop} (Roman goddess of dawn) :: 아우로라 /Aurora/, 오로라 /Orora/
Auschwitz {prop} (city in Poland) :: 아우슈비츠 /Ausyubicheu/, 오시비엥침 /Osibiengchim/
Auschwitz {prop} (concentration camp) :: 아우슈비츠 /Ausyubicheu/
Aussie {n} (an Australian) :: 오지, 오스트레일리아인, 호주 사람
Australia {prop} (Commonwealth of Australia) :: 오스트레일리아 /Oseuteureillia/, 호주 /Hoju/ (濠州)
Australian {n} (a person from the country of Australia or of Australian descent) :: 오스트레일리아 사람 /Oseuteureillia saram/, 호주 사람 /Hoju saram/, 오스트레일리아인 /Oseuteureillia-in/
Australian Capital Territory {prop} (Territory of Australia) :: 오스트레일리아 수도 준주 /Oseuteureillia sudo junju/
Austria {prop} (country in Central Europe) :: 오스트리아 /Oseuteuria/
Austria-Hungary {prop} (former country in Central Europe) :: 오스트리아-헝가리 /Oseuteuria-Heonggari/
Austrian {adj} (related to Austria) :: 오스트리아의 /Oseuteuria-ui/
Austrian {n} (Austrian person) :: 오스트리아 사람 /Oseuteuria saram/
authentic {adj} (conforming to reality and therefore worthy of trust, reliance, or belief) :: 확실한 /hwaksilhan/
authentic {adj} (of undisputed origin) :: 진정한 /jinjeonghan/, 진짜의 /jinjjaui/
authentication {n} (proof of the identity of a user logging on to some network) :: 인증 /in-jeung/
author {n} (originator or creator of a work) :: 저자, 작가
authority {n} (person accepted as a source of reliable information on a subject) :: 권위자 /gweonwija/
authority {n} (persons in command; specifically, government) :: 권력자 /gweonryeokja/
authority {n} (power to enforce rules or give orders) :: 권력 /gweonreok/, 권능 /gweonneung/
autism {n} (neurological disorder) :: 자폐증
auto- {prefix} (automatic) :: 자동
autodidacticism {n} (self-education; self-directed learning) :: 독학
autograph {n} (signature) :: 사인
automated teller machine {n} (banking) :: 현금 자동 입출금기 /hyeongeum jadong ipchulgeumgi/
automobile {n} (passenger vehicle) :: 일이 빠른 사람, 자동차, 차
autonomous {adj} (self-governing) :: 자치
autonomy {n} (capacity for individual decision) :: 자율
autonomy {n} (self-government) :: 자치 /jachi/; 자율성 /ayulseong/
autopilot {n} (guiding system) :: 오토파일럿
autopsy {n} (a dissection performed on a cadaver) :: 검시
autoregulation {n} (process by which an inhibitory feedback counteracts change) :: 자기조절
autumn {n} (season) :: 가을
auxiliary {adj} (helping; giving assistance or support) :: 보조
auxiliary verb {n} (a helping verb) :: 조동사
availability {n} (the quality of being available) :: 가용도
available {adj} :: 유효한
avalanche {n} (large sliding mass of snow and ice) :: 눈사태 (沙汰)
avant-garde {n} (group of people promoting new concepts) :: 전위 /jeon-wi/
Avar {prop} (language) :: 아바르어 /Abareu-eo/
avarice {n} (excessive or inordinate desire of gain) :: 탐욕 /tamyok/
avatar {n} (A digital representation of a person or being) :: 아바타
avatar {n} (The physical embodiment of an idea or concept; a personification) :: 아바타
avenue {n} (broad street) :: 거리 /geori/
average {n} (arithmetic mean) :: 평균 /pyeong-gyun/
avert {v} (to turn aside) :: 돌리다
avert {v} (to ward off) :: 방지하다
avian influenza {n} (strain of influenza) :: 조류 독감 /joryu dok-gam/
aviation {n} (art or science of flying) :: 항공 (航空), 비행 (飛行)
avocado {n} (fruit) :: 아보카도
avoid {v} (to keep away from) :: 피하다 /pi-hada/
await {v} (transitive: to wait for) :: 기다리다
awake {v} (to gain consciousness) :: 일어나
awesome {adj} (excellent, exciting) :: 쩐다 /jjeonda/
awhile {adv} (For some time; for a short time) :: 잠깐
awl {n} (a pointed instrument) :: 송곳
axe {n} (tool) :: 도끼 /dokki/
axe {n} (weapon) :: 도끼 /dokki/
axil {n} (angle or point of divergence) :: 잎겨드랑이 /ipgeodeurangi/
axiom {n} (philosophy: supposed self‐evident or necessary truth) :: 공리 (公理)
axiomatic {adj} (evident without proof or argument) :: 자명하다
axis {n} (geometry: imaginary line) :: 축
axis of evil {n} (states sponsoring terrorism and seeking weapons of mass destruction) :: 악의 주축 /ag-ui juchuk/
ayatollah {n} (a religious leader) :: 아야톨라 /ayatolla/
Aymara {prop} (language of South America) :: 아이마라어
ayu {n} (amphidromous fish) :: 은어 /銀魚, euneo/
Ayurveda {n} (traditional Hindu alternative medicine) :: 아유르베다
azalea {n} (plant) :: 진달래
Azerbaijan {prop} (country in Eastern Europe) :: 아제르바이잔 /Ajereubaijan/
Azeri {prop} (Azeri language) :: 아젤바이자니어 /Ajelbaijani-eo/, 아제리어 /Ajeri-eo/, 아제르바이잔어 /Ajereubaijan-eo/
azimuth {n} (an arc of the horizon) :: 방위각 /bangwigak/ (方位角)
aziridine {n} (three-membered heterocycle) :: 에틸렌이민 /etillenimin/
Azores {prop} (an archipelago and an autonomous region) :: 아조레스 제도 /Ajoreseu jedo/
azuki bean {n} (bean) :: 팥
Baba Yaga {prop} (hag who flies through the air in a mortar) :: 바바-야가, 바바 야가
babble {v} (to make a continuous murmuring noise, as shallow water running over stones.) :: 옹알거리다 /ong-al-georida/, 중얼거리다 /jung-eol-georida/
babble {v} (to talk much) :: 재잘거리다 /jaejal-georida/
babble {v} (to utter words indistinctly) :: 옹알거리다 /ong-al-georida/, 중얼거리다 /jung-eol-georida/
baboon {n} (primate) :: 비비 (狒狒)
baby {n} (very young human being) :: 아기, 유아
baby bottle {n} (bottle with a teat) :: 유아용 젖병 /yuayong jeotbyeon, 幼兒用 젖甁/
baby face {n} (face) :: 동안 /dongan/
Babylon {prop} (capital of Babylonia) :: 바빌론 /Babillon/
babysitter {n} (baby or child caretaker) :: 베이비시터
baccarat {n} (card game) :: 바카라
Bach {prop} (German composer) :: 바흐 /Baheu/
Bachelor of Arts {n} (a collegiate degree) :: 문학사
bacillus {n} (any bacteria in the genus Bacillus) :: 간균 /gangyun/, 杆菌
back {adj} :: 뒤쪽의, 배후의, 되돌리다, 몰다, 이전의
back {adv} :: 원래대로
back {adv} (away from the front or from an edge) :: 뒤로
back {n} :: 이면, 배후
back {n} (the rear of body) :: 등
back {n} (the reverse side) :: 뒤
back {v} (to go in the reverse direction) :: 뒷걸음치다, 역행하다, 후퇴하다
backgammon {n} (board game) :: 주사위 놀이
background {n} (activity not visible to the user) :: 백그라운드
background {n} (computer background) :: 바탕색
background {n} (less important feature) :: 배경
background {n} (part of picture) :: 배경
background {n} (relevant information) :: 예비지식
backpack {n} (worn on a person's back, e.g., for hiking) :: 배낭 (胚囊 or 背囊)
backscratcher {n} (rod for scratching) :: 효자손
backup {n} (copy of file or record) :: 백업 /baek-eop/
bacon {n} (cut of meat) :: 베이컨
bacon and eggs {n} (a dish consisting of bacon and eggs) :: 베이컨에그 /beikeonegeu/
bacteria {n} (bacteria) :: 세균, 박테리아
bacterium {n} (single celled organism with no nucleus or organelles) :: 세균 (細菌), 박테리아
Bactrian camel {n} (Camelus bactrianus) :: 쌍봉낙타 /ssangbongnakta/
bad {adj} :: 나쁜 /nabbeun/
bad {adj} (not good) :: 나쁜 /nabbeun/
badger {n} (mammal) :: 오소리
bad guy {n} (a villain) :: 악인 /agin/
bad luck {n} (misfortune) :: 불운 /bul-un/
badminton {n} (a racquet sport) :: 배드민턴
bad money drives out good {proverb} (debased coinage replaces purer coinage) :: 악화는 양화를 구축한다 /aghwa-neun yanghwa-reul guchug-handa/ (calque of Gresham's law)
bad money drives out good {proverb} (mediocre talent drives away real talent) :: 적반하장 /賊反荷杖, jeog-ban-ha-jang/ (the robber on the contrary holds the rod), 주객전도 /主客顚倒, ju-gaeg-jeon-do/ (the host and the guest upset)
Baekje {prop} (former Korean kingdom) :: 백제 /Baekje/
bag {n} (flexible container) :: 가방
bag {n} :: 자루, 포대 /包袋, podae/, 가방
bagel {n} (toroidal bread roll) :: 베이글, 배글 빵
baggage {n} (luggage) :: 수하물, 짐
Baghdad {prop} (city) :: 바그다드 /Bageudadeu/
bagpipes {n} (musical wind instrument) :: 백파이프
Bahamas {prop} (country in the Caribbean) :: 바하마 /Bahama/
Bahrain {prop} (Country in the Middle East) :: 바레인 /Barein/
baht {n} (unit of currency) :: 밧
baijiu {n} (clear Chinese alcoholic beverage) :: 백주 (白酒)
Baikal {prop} (a large lake in Russia) :: 바이칼 /Baikal/
Baikonur {prop} (city and cosmodrome in Kazakhstan) :: 바이코누르 /Baikonureu/
bait {n} (substance used in catching fish) :: 미끼, 먹이
bake {v} :: 굽다 /gubda, gup-/, 볶다 /bokkda/
bakery {n} (a shop in which bread and such is baked and sold) :: 빵집, 제과점
baklava {n} (sweet pastry) :: 바클라바 /bakeullaba/
Baku {prop} (the capital of Azerbaijan) :: 바쿠 /Baku/
balalaika {n} (Russian instrument) :: 발랄라이카
balcony {n} (structure extending from a building) :: 계수기, 발코니
bald {adj} (having no hair) :: 대머리의 /daemeori-ui/
bald eagle {n} (species of eagle native to North America) :: 대머리독수리 /daemeori-doksuri/
Balearic Islands {prop} (group of Mediterranean islands) :: 발레아레스 제도 /Ballearseu jedo/
Bali {prop} (name of island) :: 발리 섬 /Balli-seom/, 발리 /Balli/
Balkanization {prop} (fragmentation of a region into several small states) :: 발칸화
ball {n} (anatomy: ball of a foot) :: 볼
ball {n} (baseball: a pitch that falls outside the strike zone) :: 볼
ball {n} (formal dance) :: 무도회 (舞蹈會)
ball {n} (object, generally spherical, used for playing games) :: 공, 볼
ball {n} (solid or hollow sphere) :: 공, 구 (球)
ball {n} (testicle) :: 불알, 불
ballad {n} (narrative poem) :: 민요 (民謠)
ballerina {n} (female ballet dancer) :: 발레리나
ballet {n} (classical form of dance) :: 발레
balloon {n} (child’s toy) :: 기구 (氣球)
ballot paper {n} (voting form) :: 투표 용지 /tupyo yongji/ (投票用紙)