-
Notifications
You must be signed in to change notification settings - Fork 0
/
dictd_www.freedict.de_spa-eng.dict
1385 lines (1385 loc) · 160 KB
/
dictd_www.freedict.de_spa-eng.dict
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
at, to, toward, towards(al)
a, in, inside, into, on, per, within(en) aboard(enŝipiĝinta) checked, chequered(kvadratita) about, approximately(proksimume) attheinstanceof(laŭinsistode) intheCubanway(kube) ontheleft(maldekstre) along(laŭlongede)
through(tra) atleast(almenaŭ)
atleast(minimume) frequently, often, regularly(ofte) bytheway(parenteze) until, till(ĝis) thatis(tioestas) cheers, goodhealth(jeviasano) attherighttime, intime(ĝustatempe) across, beyond, ontheothersideof(trans) severaltimes, sometimes(kelkfoje) abbot(abato)
abbot(lamaestro)
archimandrite(monaĥestro) abbess(abatino) abbey(abatejo) below, downstairs, underneath(malsupre)
below, underneath(sube) cede, givein, giveup, giveway, relinquish, yield(cedi)
abandon, forsake, desert, leave, quit(forlasi) catering(proviantado)
catering(provizumado) dejected, depressed(korpremita) alphabet(alfabeto) birch(betulo) bee(abelo) fir(abio) open(malfermita)
open(nefermita) abyss, chasm, gulf, precipice(abismo) abjure, forswear, swearoff, renounce(forlasiĵure) bearing(lagro) abolition, abrogation(abolicio)
abolition, abrogation(abolo)
abolition(forigo) abolish, abrogate(aboli)
doawaywith, getridof, remove(forigi) abhorrent, abominable, alien, awful, hideous, horrible,
gruesome(abomeninda) subscriber(abonanto) fertilize(sterki) subscribe, subscribeto(ekaboni) subscription(abono)
dressing, fertilization, manuring(sterkado) collision(kolizio) land(albordiĝi)
collidewith, crashinto(koliziikun) embrace(brakumi)
embrace, hug(ĉirkaŭbraki) canopener, tin‐opener(skatolmalfermilo) abbreviation(mallongigo) abbreviate, abridge, shorten(mallongigi) abbreviation(mallongigo) bottleopener(botelmalfermilo) cloak, mantle(mantelo)
coat, overcoat(palto)
coat, overcoat(surtuto) April(aprilo) open, openup(malfermi) abolish, abrogate(aboli)
doawaywith, getridof, remove(forigi) abscess(absceso) teetotalism, totalabstinence(abstemio) grandmother(avino) grandfather(avo) boring, stodgy(enuiga)
boring, stodgy, tiresome(teda) bore(tedi) finishingoff(finaprilaborado)
completed, done, finished, over, through(finita) finish, workout(ellabori)
accomodate, end, finish, terminate(fini)
finish(finlabori)
useup(forkonsumi)
useup(foruzi)
waste(malŝpari) academy(akademio) camp, beencamped, lieencamped, campout(kampadi) accidence, chance, hazard(hazardo) accident(akcidento) shareholder(akciulo) action, activity(agado)
achievement, act, action(ago)
share(akcio)
accomplishment, achievement, act, action(faro) setatrap, setatrapfor(insidi) oil(oleo) oilofolives, olive‐oil(olivoleo) olive(olivo) accelerator, acceleratorpedal(akcelilo)
accelerator, acceleratorpedal(gaspedalo) accent, stress(akcento)
accent(prononcmaniero)
accentmark, supersign(supersigno) accent, accentuate, stress(akcenti) acceptable(akceptebla)
acceptable(akceptinda) acceptance, admission(akcepto) accept, receive, take, takein(akcepti) pavement, sidewalk(trotuaro) advance, comeclose, comecloser, comeon(alproksimiĝi) steel(ŝtalo) catch, hit, runacross, strike(trafi) chicory(cikorio) heartburn(pirozo) greet, salute(saluti) greeting, salutation(salutado) commitaggression(agresi)
assault, attack(ataki)
assault, violate(atenci) access, aggression, attack(atako) ineasycircumstances, well‐to‐do(bonhava) accomodate(akomodi) accompaniment, escort(akompano) accompany(akompani) advise, counsel(konsili) become, comeabout, grow, happen(fariĝi)
comeabout, happen, occur(okazi) chance, event, occurence, opportunity(okazo) accede, agree, consent(konsenti) think(pensi) accord, accordance, agreement, concurrence(akordo¹)
concord(akordo³) accordion(akordiono) abbreviate, abridge, shorten(mallongigi) puttobed(enlitigi) gotobed(enlitiĝi) accustomoneself, getused(kutimiĝi) active(agema)
active, inaction(aktiva)
assets(aktivo)
active, hardworking(laborema)
transitive(transitiva) actor(aktoro) actress(aktorino) current, present, present‐day, topical,
up‐to‐date(aktuala) atpresent, now(nun) water‐colour(akvarelo) aquarium(akvario) accord, accordance, agreement, concurrence(akordo¹)
accommodation, adjustment, arrangement(aranĝo)
accommodation, accord, agreement(interkonsento) accumulator, battery, storagebattery(akumulatoro) accusal, accusation(akuzo)
accusation(denunco)
accusal, accusation, charge, complaint, indictment(kulpigo) accused, defendant(akuzito)
accused, defendant(kulpigito) accuse(akuzi)
accuse, denounce(denunci)
accuse(plendikontraŭ) accomodate(akomodi)
affiliate(filiigi) overhaul, overtake, pass(devanci)
overhaul, overtake, pass(preterveturi) ahead, foreward, on(antaŭen) fallaway, lose, loseflesh, loseinweight(malplipeziĝi) besides, inaddition, moreover(krome)
besides, inaddition, moreover(kromtio) apartfrom, besides, except, exceptfor(krom) tame, train(dresi)
break(obeigi) guess(diveni) adieu, farewell, bye, goodbye(adiaŭ) adjective(adjektivo) administration, management(administrado)
administration, management(administro) administrationofthelastsacraments(sanktoleado) manager(administranto)
administrator(administristo) administer, manage(administri) admire(admiri) acceptable(akceptebla)
acceptable(akceptinda) accept, receive, take, takein(akcepti) adopted(adoptita) adoration, worship(adorado) adore, worship(adori) adorned(ornamita) accession, acquisition, gain(akiraĵo)
accession, acquisition, asset(akiro) customs(dogano) flatter(flati) adverb(adverbo) fire‐alarm, firecall(brulavertilo) adjacent(apuda)
adjacent, adjoining(limtuŝanta)
adjacent, nearby, neighbouring(najbara) Adam(Adamo) aeroplane, airplane, plane(aeroplano) aerodrome, airdrome, airfield(aerodromo)
airport(aerohaveno)
airport(flughaveno) balloon, air‐balloon(aerostato)
balloon(balono) lovable(aminda) affectation(afektado)
affectation(afekto) affect(afekcii) adherence, attachment(alligiteco)
adherence, affection, attachment(sindoneco)
attachement(sindonemo)
attachment(sindono) affectionate, devoted, selfless(sindona)
devoted, selfless(sindonema) shave(razi) amateur, fancier(amatoro) sad(afliktita)
bleak, dismal, dreary, gaunt, miserable, sad,
somber(malgaja)
dismal, gaunt, miserable, sad(malĝoja) afflict, grieve(aflikti)
afflict, causepain, causepainto, distress,
givepainto(malĝojigi) Africanwoman(afrikanino) African(afrika)
African(afrikano) attempt, effort(klopodo)
efforts(penado)
effort(peno)
tension(streĉo) grasp(ekpreni)
clutch, grapple(ekteni) agency(agenteco) touristagency, travelagency(vojaĝagentejo) agenda, appointmentbook(agendo) agent(agento) expertness, skilfulness, skill, skillfulness(lerteco) August(aŭgusto) exhausted, tiredout, wornout(lacega) agreeable, enjoyable, lovely, nice, pleasant(agrabla)
comfortable(komforta)
pleasing(plaĉa) please(plaĉi) thank(danki) pleasure(plaĉo) agrarian, agricultural, farm‐(agrara) access, aggression, attack(atako)
assault(atenco) aggressor, assailant, attacker(atakanto) sweet‐and‐sour(dolĉamara) acetous, acid, sour, tart(acida)
acid(acido) water(akvo) freshwater(sensalaakvo) freshwater(dolĉaakvo) drinking‐water(trinkeblaakvo) bide, abide, stayfor, wait, await, waitfor(ĝisatendi) spa(banurbo) acute(akuta) sting(pikilo) needle(kudrilo) hole(truo) indication, omen, portent, precursor, presage,
sign(antaŭsigno)
indication, omen, presage, portent, sign(aŭguro) ah, aha(ha)
oh(ho) drown(droni) atpresent, now(nun)
currently, nowadays, thesedays(nuntempe) atonce, immediately, just, rightaway, rightnow(tuj) smoked(fumaĵita) air(aero) airconditioning(klimatizilo)
airconditioning(klimatizo) remote(izolita) insulation, isolation(izolado)
isolation, separation(izoliteco) furniture(meblaro) makeacontract(kontrakti)
adjust(reĝustigi) chilli(kapsiko) atdaybreak(tagiĝe) reverse, reversed(inversa) attheback(dorse)
behind(malantaŭe) aday(entago) atlast, finally, ultimately(fine) ontheright(dekstre) atleast(almenaŭ) atthesametime(samtempe) above(nordede) currently, nowadays, thesedays(nuntempe) first, firstly, firstofall(unue) reverse, reversed(inversa)
vice‐versa(inverse) wing(flugilo) commend, laud, praise(laŭdi) wire(drato)
wire, ironwire(ferdrato) give(doni)
hand, handover(enmanigi)
extend, strechout(etendi)
pass, spend(pasigi)
lengthen(plilongigi)
convey, hand, handover, pass(transdoni) alarm(alarmo) apricot(abrikoto) apricot‐tree(abrikotarbo)
apricot‐tree(abrikotujo) hostel, inn(gastejo) youthhostel(junulargastejo) artichoke(artiŝoko) mayor(urbestro)
burgomaster, mayor, provost(vilaĝestro) accessible(atingebla) achieve, acquire, attain, get, obtain(akiri)
accomplish, achieve, attain, get, reach(atingi) alcohol, booze, liquor, spirits, strongdrink(alkoholaĵo)
alcohol(alkoholo) methylatedspirit(brulalkoholo) Koran(Korano) fortification(fortikaĵo) village(vilaĝo) happy, glad(ĝoja) gladness, joy(ĝojo) Alexander(Aleksandro) German, Germanwoman(germanino) Germany(Germanujo) German(germana)
German, Germanlanguage(germanalingvo)
German(germano) encourage(kuraĝigi) fin(naĝilo) alphabet(alfabeto) pin, needle(pinglo) carpet(tapiŝo) anything, something(io) cotton(katuno)
cotton(kotono) a, any, anybody, some, somebody, one, someone, someone(iu) a, any, anybody, some, somebody, one, someone, someone(iu) adornment, decoration, ornament(ornamaĵo)
adornment, ornament(ornamo) breath(spiro) feed, nourish(nutri) food, nourishment(nutraĵo) recruit(rekrutigi)
recruit(varbi) soul(animo) warehouse(vardomo) almanac(almanako) mussel(mitulo) almond(migdalo) admiral(admiralo) pillow(kapkuseno)
cushion(kuseno) haemorhoids(hemoroidoj) lunch(meztagmanĝi) lunch, snack(lunĉo) syrup(siropo) accommodation(tranoktejo) beaguestof, staywith(gasti)
beonavisit, stay, stop(gastloĝi) lark(alaŭdo) Alps(Alpoj) hiredout(luigita) let(ludoni)
hire(lui)
let, rentout(luigi) tar(gudro) about, round, around, towards(ĉirkaŭ) environment, environs, surroundings(ĉirkaŭaĵo) altar(altaro) alternate(alterni) alternation(alternado) altitude, height(alto) contralto, contraltovoice(aldo)
high, lofty, tall(alta)
loud(laŭta) height(alteco) barometerreading, heightofthebarometer(barometraalto) lighting(lumigo) illuminate, light(lumigi) alum(aluno) aluminium, aluminum(aluminio) affable, friendly, good‐natured, kind(afabla)
dainty, kind, nice, pretty(amabla)
lovable(aminda) abate, weaken(malfortiĝi)
abate, decrease, diminish, drop, fall(malpliiĝi) dawn, daybreak(tagiĝo) love(ami) acerbic, bitter(amara) yellow(flava)
yellow(flavo) landing‐stage, pier(albordiĝejo) massage(masaĝo) Amazon(amazono) Antwerp(Antverpeno) both(ambaŭ) menace, threat(minaco) menace, threaten(minaci) jacket(jako)
Americanwoman(usonanino) American(amerika)
American(amerikano)
American(usona)
American, UScitizen(usonano) Indian, AmericanIndian(indiano) asbestos(asbesto) friend(amikino) friend(amiko) friendship(amikeco) actofgrace, amnesty(amnestio) boss, chief, leader(estro)
chief, boss(ĉefo) markout, trace, traceout(limdifini) ammonia(amoniako) affection, love(amo) shock‐absorber(skusorbilo) redemption(amortizo) amortize, deaden(amortizi)
payoff, redeem(elpagi) aggrandizement, enlargement, increase(pligrandigo)
enlargement, increase(pligrandiĝo) bulb(ampolo)
blister(blazo)
blister(haŭtveziketo) amputate(amputi) Amsterdam(Amsterdamo) amen(amen) apartfrom, besides, except, exceptfor(krom) America(Ameriko¹) SouthAmerica(Sudameriko) SouthAmerica(Sudameriko) NorthAmerica(Nordameriko) annals(analoj) illiterate(analfabeto) pineapple(ananaso) anathema, ban, excommunication(anatemo)
anathema, ban, excommunication(ekskomuniko) frog'slegs(ranfemuroj) comfort(komforto) broad(larĝa) anchovy(anĉovo) width(larĝeco)
width(larĝo) old(maljuna) anchor(ankro) anchor(ankrumi) Andalusia(Andaluzujo) march, walk(marŝi) litter, strecher(portilo) Andorra(Andoro) platform, quay, wharf(kajo) annex(aneksi) annex(aneksi) annexation(aneksado) eel(angilo) agony, anguish, fear(angoro)
fright(timego) afraid, fearful(timigita) ring(ringo) encouragement(kuraĝigo) animal(animalo)
animal, beast(besto) encourage, impel, instigate, spuron, stimulate,
urge(instigi)
encourage(kuraĝigi)
cheer, fire, inspire, stimulate(plifervorigi)
fan, fire, inspire, stimulate, stirup, urgeon(plivigligi)
rouse, stimulate, stirup(stimuli) anus, arse(anuso) lastnight(hieraŭvespere) dusk(duonlumo) abnormal(abnorma)
abnormal(anormala)
abnormal(nenorma)
abnormal(nenormala) annotation, note(komentario) note, makeanote, writedown(noti) thedaybeforeyesterday(antaŭhieraŭ) lower‐arm(antaŭbrako) antecedent(antaŭaĵo)
antecedent(antecedento) aerial, antenna(anteno) ahead, formerly, previously(antaŭe) before, infrontof(antaŭ)
first, firstly, firstofall(unue) before, previousto(antaŭol) antifreeze(kontraŭfrostaĵo) non‐skid(kontraŭĵora) ancient, antique(antikva) antiquity(antikvatempo) Antilles(Antiloj) antiseptic(antisepsa)
antiseptic(antisepsilo)
antiseptic(kontraŭsepsa) instalment, repayment(anuitato) annual, yearly(ĉiujara) tieon(kuniginode) cancel, countermand(malmendi)
abjure, abolish, abrogate, annul, cancel, remit(nuligi) Annunciation, LadyDay(Anunciacio) advertise, announce, givenotice(anonci)
advise, counsel, notify(avizi) announcement, notification, notice(anoncado)
ad, advertisement(anonco)
notification, notice(avizo) hook(fiŝhoko) anecdote(anekdoto) anise(anizo) anonymous(anonima)
anonymous, nameless, withoutaname(sennoma) extinguish, putout(estingi) chest, dresser(komodo) dresser(kuirejstablo) apparatus, device, set(aparato) hearingaid(aŭdilo)
hearingaid(fonoforo) parkinggarage(parkadgaraĝo)
carpark, lay‐by, parkingbay, parkinggarage,
parkingplace(parkejo) cab‐stand(taksistacio) appear, emerge, perform(aperi) appearance(ŝajno) paragraph(alineo)
remote(izolita) apartment, flat(apartamento) divide, separate(apartigi)
turnaway(forturni) apart, particular, separate, special(aparta)
apart, separately(aparte) appeal(apelacio) surname(familianomo) barely, hardly, onlyjust, scarcely(apenaŭ) dram, nip, peg, snifter, snorter(aperitivo) reek, smell, smellbad, stink(fetori) appetite(apetito) celery(celerio)
turnip‐rootedcelery(tubercelerio) acclaim, applaud, clap(aplaŭdi) acclaim, acclamation, approval(aplaŭdo) Apocalypse(Apokalipso) fit, apoplecticfit, seizure, stroke,
strokeofapoplexy(apopleksio) thrash(bategi) bet, wager(veti) apostatize(apostatiĝi) lean(apogisin) learn(lerni) gofast, hurry, rush(rapidi)
hurry, rush(urĝiĝi)
hurry(urĝisin) press, oppress, squeeze(premi)
fasten, tighten, turn, turnon(turniplipreme) avail(utili)
makeuseof, turntogoodaccount, utilize(utiligi) profit(profiti) arrival, arrivals, supply(alportado)
arrival, arrivals, supply(provizado) advance, comeclose, comecloser, comeon(alproksimiĝi) about, approximately(proksimume) note, makeanote, writedown(noti) accessory, side‐issue(akcesoraĵo)
addition, adjunct(aldono)
appendix(apendico) apocryphal(apokrifa) apostate(apostata) apostle(apostolo) Aix‐la‐Chapelle(Akeno) arabesque(arabesko) Arabia(Arabujo) plough(plugilo) spider(araneo) bush, shrub(arbusto) ark(arkeo)
box, chest(kesto) archduke(ĉefduko) archipelago(arkipelago)
archipelago(arĥipelago)
archipelago(insularo) archivist, keeperoftherecords(arĥivisto) archivist, keeperoftherecords(arĥivisto) archive, archives, files, records(arĥivo) arch‐, chief‐(ĉef‐) clay(argilo) rainbow(ĉielarko) burn(bruli) squirrel(sciuro) arena(areno)
sand(sablo) quicksand, quicksands(dronmarĉejo)
quicksand, quicksands(movsablo) herring(haringo) redherring(fumaĵitaharingo) Algiers(Alĝero) Algerianwoman(alĝerianino) Algerian(alĝeria)
Algerian(alĝeriano) Argentina(Argentino) Argentinianwoman(argentinanino) Argentine, Argentinean(argentina)
Argentine(argentinano) argument, plea(argumento) aristocrat(aristokrato) Arizona(Arizono) weapon(armilo) arm(armi) cabinet, closet, cupboard, sideboard(ŝranko) bookcase(libroŝranko) clothes‐press, wardrobe(vestoŝranko) architect(arĥitekto) pick, pluck, tearoff(deŝiri)
puton, start, switchon, turnon(ekfunkciigi)
startrunning(ekkuri)
extort, wrest, wring(eldevigi)
abstract, takeaway(forpreni)
start(startigi) run(ekkuro) arrange, putinorder, tidy(ordigi) accommodation, adjustment, arrangement(aranĝo)
accommodation, accord, agreement(interkonsento) hire(lui) repentance(pento) arrest(aresti) apprehension, arrest, detention(arestado)
apprehension, arrest, detention(aresto) above, ontop, overhead, upstairs(supre) adventurous, hazardous, risky(riska) hazard, risk, venture(riski) atpersand, commercial‐atsign, snail(volvitaA) kneel(genui)
kneel(genuiĝi)
kneel(surgenui)
kneel(surgenuiĝi) arrogant(aroga)
arrogant(aroganta)
arrogant(malmodesta)
arrogant(pretendema) result(rezulti) blunt(malakrigi) stream(rivereto) rice(rizo) ruin(ruinigi) curry(kareo) art(arto) artery(arterio) handiwork(manfaritaĵo) artificial(artefarita) artilleryman, gunner(artileriano)
artilleryman, gunner(artileriisto) artillery(artilerio) artist(artisto) article, commodity(artiklo)
article(artikolo¹)
article(artikolo²) definitearticle(difinaartikolo) leathergoods(ledaĵoj) artistic(artista) Aruba(Arubo) archbishopric(ĉefepiskoplando) archbishop(metropolito)
archbishop(ĉefepiskopo) arch‐, chief‐(ĉef‐) ace(aso) roasted(rostita) assault, violate(atenci) roast, toast(rosti) ascend, climb, scale(surgrimpi) amountto(sumiĝije) AscensionDay(Ĉielirtago) elevator, lift(lifto) besiege(sieĝi) siege(sieĝo) insurer(asekuristo) insure(asekuri)
affirm, assure(certigi) affirm, assent, sayyes(jesi) asphalt(asfalto) Asia(Azio) AsiaMinor(MalgrandaAzio) seat(sidejo) asylum(azilo) clutch, grab, grasp, grip, seize(ekkapti)
clutch, grapple(ekteni)
capture, catch, grapple(kapti) alimony(alimento) aid, assistant, helper(asistanto) Asian, Asiatic(azia)
Asian(aziano) asthma, shortnessofbreath, wheeziness(astmo) amaze(mirigi) marvel, marvelat, wonder(miri) appearance, aspect, look, sight, view(aspekto)
exterior(eksteraĵo) aspirin(aspirino) aster(astero) splinter(lignero)
splinter(splito) adstringent(adstringilo)
adstringent(konstipilo)
adstringent(mallaksigilo) astronaut, spaceman(astronaŭto) snare(insido)
craft, craftiness, cunning, guile(malico) Asturias(Asturujo) insidious(insida)
malicious, mischievous, nasty, vicious(malica) guess, presume, suppose, surmise(supozi) affair, business, businessdeal, case, matter(afero) so, such, thus(tiel) soso(bonete) andalso, and...aswell, aswellas, togetherwith(kajankaŭ)
andalso, and...aswell, aswellas, togetherwith(plie) aggressor, assailant, attacker(atakanto) commitaggression(agresi)
assault, attack(ataki) access, aggression, attack(atako)
assault(atenco) Athens(Ateno²) acuity, advertence, advertency, attention(atento) advert, payattention, payattentionto, watchoutfor(atenti) advert, payattention, payattentionto, watchoutfor(atenti)
lookafter(prizorgi) assault(atenco) attentive(atenta)
attentive(atentema) landing(surteriĝo) land(surteriĝi) athlete(atleto) athletics(atletiko) Atlantic(atlantika) athletic(atleta) atmospheric(atmosfera) atmosphere(atmosfero) fission(atomfendado) screw(ŝraŭbi) land(albordiĝi) attractive(alloga) attract, draw(allogi)
attract(altiri) backward, mentallydeficient, retarded(mensepostrestanta) belate(malfrui) arrears(postrestapozicio) cross, gobeyond, transfer(transiri)
gobeyond(transpasi) attractive(alloga) bebold, dare(kuraĝi) collision(kolizio) collide, run(alveturi) attheback, behind, intherear(jelafino)
behind(malantaŭe)
backward, backwards(malantaŭen)
backwards(posten)
back, backwards(reen) drug(narkoti)
drug, intoxicate, stun, stupefy(svenigi) tuna, tuna‐fish, tunny(tinuso) audience(aŭdienco) auditorium(aŭlo) accrue, grow(kreski)
increase, freshen(plifortiĝi)
accrue, increase(pligrandiĝi) accretion, growth(kresko) though, although(kvankam) absence(foresto) absent(foresta)
absent(forestanta)
absent(mankanta) Australia(Aŭstralio) Australian(aŭstraliano) Austria(Aŭstrujo) Austrian(aŭstra)
Austrian(aŭstro) bus, autobus, omnibus(aŭtobuso) motorroad, motorway(aŭtostrado)
motorroad, motorway(aŭtoŝoseo) automatic(aŭtomata)
automoton(aŭtomato) car(aŭto) motorroad, motorway(aŭtostrado)
motorroad, motorway(aŭtoŝoseo) author(aŭtoro)
author, writer(verkisto) authority(aŭtoritato) authorization(rajtigo) motorway, superhighway, turnpike(aŭtoŝoseego) absoluteruler, autocrat(aŭtokrato) autonomic, autonomous(aŭtonoma) avalanche(lavango) bird(birdo) hazelnut(avelo) oats(aveno) avenue(aleo) exceed, surpass(superi) adventure(aventuro) adventurous(aventura)
adventurous(aventurema)
adventurer(aventuristo) beashamed(honti) brakedown(paneo) abhorrence, abomination, horror(abomeno)
aversion, dislike(antipatio)
disgust, nausea(naŭzo) damage(averio) birds(birdaro)
fowl, poultry(birdaĵo) ostrich(struto) aeronautics, aviation(aviado) caution, warn(averti) warning(averto)
notification, notice(avizo) wasp(vespo) aeroplane, airplane, plane(aeroplano)
aircraft(aviadilo) axiom(aksiomo) ah, oh, ow(aĥ)
woe(ve) yesterday(hieraŭ) aid, help(asisto)
aid, help(helpo) adjutant, aide‐de‐camp(adjutanto)
aid, assistant, helper(asistanto) accomodate, aid, assist, help(helpi) fast(fasti) town‐hall(magistratadomo)
cityhall, townhall(urbdomo) hoe(sarkilo) stewardess(stevardino) Aztec(asteka) sugar‐bowl, sugarbowl(sukerujo) blue(blua)
skyblue(lazuro) tile(kahelo) sugar(sukero) year(jaro) leap‐year(superjaro) NewYear'sDay(novjaratago) still, yet(ankoraŭ) bib(salivtuketo) portside(babordo) slug(limako) cod, codfish(moruo) pole(foso)
cavity(kavaĵo)
cave, cavity(kavo) bacterium(bakterio) clapper(sonormartelo) trifle(bagatelo) bagasse(bagaso) bay(golfeto) dance(danci) balletdancer(baletisto) ball, dance(balo)
dance(danco) abatement(malpliiĝo)
decay(ruiniĝo) lowtide(refluo) getout(elvagoniĝi)
descend, godown(malleviĝi)
decrease, lower(malplialtigi)
descend, getoff, godown(malsupreniri)
discount, rebate(rabati) bass, bassvoice(baso)
low(malalta) bas‐relief, lowrelief(bareliefo) bale(pakego) balancesheet(bilanco) rock, swing(balanci)
balance, poise(balanciĝi) scales(pesilo) balustrade, banisters, parapet, railing(balustrado) balcony(balkono) buoy(buo)
beacon(gvidmarkilo) Balkans(Balkanoj) baleen, whalebone(balenlameno)
whale(baleno)
baleen, whalebone(balenosto)
busk, steel(barto) ballet(baledo) spa(banurbo) basketball(basketbalo) ballot, balloting, votingbyballot(balotado) bamboo(bambuo) bankruptcy, failure(bankroto) bank(banko)
bench(benko) tray(pleto) banner, flag(flago)
flag, standard(standardo) bandit(bandito) banker, bankmanager(bankestro) banquet(bankedo)
banquet, feast(festeno) buffet(bufedo)
bar, pub(trinkejo) cheap, inexpensive(malkara) beard(barbo)
chin(mentono) barber(barbiro)
barber(barbisto)
barber(razisto) Barcelona(Barcelono¹)
Barcelona(Barcelono²) bark, barque(barko)
boat(boato)
ship, vessel(ŝipo) row‐boat, rowing‐boat(remboato) steamship(vaporŝipo) barman, bartender(trinkejaservisto) baroness(baronino) barofchocolate(ĉokoladbriketo) barrack, barn, shack, shanty, shed(barako) bore(borilo) sweeper(glacibalaisto) sweep(balai) barricade(barikado) district, neighbourhood, quarter(kvartalo) backstreet, slum(kvartalaĉo) mud(koto) baritone(baritono) barometer(barometro) baron(barono) basalt, whimstone(bazalto) base(bazi) alittle, rather, some, somewhat, tosomeextent(iom)
rather(meze)
enough, sufficient(sufiĉa)
enough, quite, rather, sufficiently(sufiĉe) suffice(sufiĉi) bastard(bastardo) flat(kuliso) dump, refusedump, tip, rubbishtip(defalaĵejo)
dump, refusedump, tip, rubbishtip(restaĵejo) négligé, undress(negliĝo) action, battle, scuffle, struggle(batalo) battalion(bataliono) sweetpotato, yam(batato) battery(baterio)
battery(pilaro) batiste, cambric, lawn(batisto) berry(bero) baize(krudlanŝtofo) bazaar, fair, market(bazaro)
bazaar(ĉiovendejo) swimmingtrunks(bankalsono) bathe(bani) bathe, haveabath(banisin) bathsuperintendant, bathssuperintendant(banejgardisto) bath(bankuvo)
bath(bano) trunk(kofro) drink(trinki) beverage, drink(trinkaĵo) baby(bebo) beige(flavgriza) Belgian(belga)
Belgian, Belgianwoman(belgino)
Belgian(belgo) beauty(beleco) gasolene, gasoline, petrol(benzino) Bengal(Bengalujo) Berlin(Berlino) kiss(kisi) kiss(kiso) animal, beast(besto) beastly, bestial(besteca) Bible(Biblio) library(biblioteko) bicarbonateofsoda(natriabikarbonato) bike, cycle, bicycle(biciklo)
bike, bicycle(ciklo²) okay, well(bone) welcome(bonvenon) steak, beefsteak(bifsteko) steak, beefsteak(bifsteko) moustache(liphararo) bile, gall(galo) bill, ticket, note(bileto) bank‐note(monbileto) admissionticket(enirbileto) luggageticket(pakaĵbileto) return‐ticket(irorevenabileto) ticket(veturbileto) railwayticket, trainticket(trajnbileto) day‐ticket(tagbileto) bikini(bikino) beret(bireto)
cap(ĉapo) greatgranddaughter(pranepino) greatgrandson(pranepo) steak, beefsteak(bifsteko) steak, beefsteak(bifsteko) bicuit(biskoto)
biscuit, cookie(biskvito) LittleSnowWhite(Neĝulino) white(blanka¹) notepad(leterbloko)
notepad(notbloko)
notepad(notfoliaro) block, pad(bloko) blouse(bluzo) mouth(buŝo¹) backward, onone'sback(dorsen)
backwards(posten) roll(bulko)
sandwich(sandviĉo) hooter(hupo)
hooter, horn, klaxon(korno²) wedding, wedding‐party(edziĝafesto)
wedding, wedding‐party(geedziĝafesto) beret(vaskaĉapo) chunk, clod, lump(bulo)
bullet(kuglo) Bolivia(Bolivio) hand‐bag(mansako) employmentexchange, laborexchange,
labourexchange(dungperejo) cycle‐bag(biciklosako) lady'sbag, vanitybag(virinsaketo) ballpointpen(globkrajono) bomb(bombo)
pump(pumpilo) atombomb(atombombo) incendiarybomb(brulbombo) bonbon, bon‐bon(bombono) goodness(boneco) sweetpotato, yam(batato) affable, friendly, good‐natured, kind(afabla)
beautiful, fine, handsome, lovely(bela)
nice(boneta)
delightful, lovely(rava)
charming, lovely(ĉarma) border, brim, brink, edge, edging, fringe, rim(rando¹) drunk, intoxicated(ebria) forest, woods(arbaro) boot(boto) mountaineeringboot(montŝuo) bottle(botelo) gascannister, gascylinder(gasbotelo) chemist'sshop, drugstore(apoteko) chemist(apotekisto) button(butono¹)
button(butono²) push‐button(prembutono) boxer(boksisto) buoy(buo) briefs(kalsoneto) gill(branko) Brazil(Brazilo) Brazilianwoman(brazilanino) Brazilian(brazila)
Brazilian(brazilano) brave, courageous, valiant(kuraĝa) bracelet(braceleto)
bracelet(ĉirkaŭbrako) arm(brako¹) bream(bramo¹) heath(erikejo) shine(brili) Briton(brito) British(brita) shaving‐brush(razpeniko) gag, joke(ŝerco) jest, joke(ŝerci) abrupt(bruska)
brutal, gruff, harsh, rough, sour, surly, unkind,
unpleasant(malafabla) fuzzy, misty(nebula) abrupt(bruska) Brussels(Bruselo) brutal, gruff, harsh, rough, sour, surly, unkind,
unpleasant(malafabla) compass(kompaso) dive, plunge(plonĝi)
dive, sink(subakviĝi) goodnight(bonannokton) goodevening(bonanvesperon) good, nice, okay(bona) goodmorning(bonanmatenon)
goodday(bonantagon) ox(okso) owl(strigo) plug, sparkplug(sparkilo) indulgence(indulgenco) Bulgaria(Bulgarujo) brothel(bordelo) Bordeaux(Burdegalo) gag, joke(ŝerco) ass, donkey(azeno) fetch, get, pickup(irpreni)
get, layholdof, pickup, take(preni)
lookfor, seek(serĉi) armchair(brakseĝo) liversausage(hepatkolbaso) letterbox, mailbox(leterkesto) balm, balsam(balzamo) BalticSea(BaltaMaro) Baltic(balta) barbarian(barbaro) basic(baza) Belgium(Belgujo) buffalo(bubalo) Bulgarianwoman(bulgarino) Bulgarian(bulgara)
Bulgar, Bulgarian(bulgaro) absolute, complete(kompleta)
entire, overall, whole(tuta) cavalier, knight(kavaliro¹) cavalry(kavalerio) horse(ĉevalo) stallion(virĉevalo) horsepower(ĉevalforto)
horsepower(ĉevalpovo) cabin, hut, shack(kabano) head, pate(kapo¹) bathingbox(banbudo)
bathingbox(bankajuto)
barn, shed, stand(budo) callbox, telephonekiosk, phonebooth,
telephonebooth(telefonbudo) cable(kablo) towing‐line(trenkablo) goat(kapro) he‐goat(virkapro) peanut(arakido) peanut(arakido) cocoa(kakao) casserole, saucepan(kaserolo) cactus(kakto) eachtime, everytime(ĉiufoje) chain(ĉeno) non‐skidchain(kontraŭglitaĉeno) hip(kokso) drop, fall(fali) betakenill, fallill(malsaniĝi) coffee‐pot(kafkruĉo)
coffee‐pot(kafujo) cafetaria(kafeterio) café, coffee‐house(kafejo) cashier'sstand, fund, moneybox, money‐box, till(kaso)
box, chest(kesto)
box(skatolo)
jug, box, container, vessel(ujo) gear‐box, gear‐case(rapidumskatolo)
gear‐box, gear‐case(rapidumujo) lime(kalko) courgette, zucchini(kalabaseto) calabash, gourd(kalabaso) sepia(sepio) sock(ŝtrumpeto) calculate, count, figure, workout(kalkuli) bouillon(buljono) heating(hejtado) centralheating(centrahejtado) almanac(almanako) heat, stoke(hejti) property, quality(kvalito) warm(varma)
hot(varmega) bequiet(silenti) street(strato) alley, lane(strateto) corn(kalo) appease, calm, quiet, soothe, still(trankviligi) abate, subside(kvietiĝi)
calmdown(trankviliĝi) heat(varmego) calorie(kalorio) slander(kalumnii) shoe‐horn, shoe‐lift(ŝukorno) drawers, panties, underpants(kalsono) sleeping‐accomodation, sleeping‐place(dormejo)
bed(lito) doublebed(dupersonalito) dressing‐gown(hejmvesto)
waitress(kelnerino)
dressing‐gown(negliĝarobo) waiter(kelnero) cabin(kajuto) alter, change(aliiĝi)
interchange, swap(interŝanĝi)
vary(varii)
change, turn(ŝanĝi) variety(vario)
change(ŝanĝmono) camel(kamelo) litter, strecher(portilo) path, road, way(irejo)
road, route, way(vojo) blindalley, cul‐de‐sac(sakvojo) shirt(ĉemizo) sportsshirt(sportĉemizo) shirt(ĉemizo) night‐shirt(noktoĉemizo) bedstead(litkadro) child'sbed, cot(infanlito) lorry, truck(kamiono)
lorry, truck(ŝarĝaŭto) sweetpotato, yam(batato) campingground, campingsite(kampadejo)
campoftents, tentedcamp(tendaro) hood, suctionapparatus(desuĉilo) bell(sonorilo)
bell(tintilo)
blister(veziketo) farmer(kampulo) campingground, campingsite(kampadejo) field(agro)
country, countryside(kamparo)
field(kampo¹) sportsground(sportejo) cemetery, God'sacre, graveyard(tombejo) Canada(Kanado) canal, channel(kanalo) couch, sofa(kanapo) Canary(kanaria) song(kanto) Candlemas(Kandelfesto) candlestick(kandelingo) crayfish(kankro)
crab(krabo) tired(laca) fagout, jade, overdrive, override(lacegigi) sing(kanti) quantity(kvanto)
amount, sum(sumo) singer(kantisto) singer, femalesinger(kantistino) Cantabrian(kantabra) chaos, tangle(ĥaoso) ability(kapableco)
ability, capability, fitness, suitability(taŭgeco) able, capable(kapabla) capital(kapitalo)
metropolis(metropolo)
capital, capitalcity, metropolis(ĉefurbo) govern, headup, restrain(estri)
command, beincommand, order(komandi) capitulate, surrender(kapitulaci) boss, chief, leader(estro)
chief, boss(ĉefo) bonnet, hood(kapoto) face(vizaĝo) snail(heliko) carburettor(karburilo) charcoal(lignokarbo) thisle(kardo) burden, charge, load(ŝarĝo) burden, load(ŝarĝi) accusal, accusation(akuzo)
accusation(denunco)
function(funkcio)
accusal, accusation, charge, complaint, indictment(kulpigo)
function, job, office, post(ofico) bait(logaĵo) carnival(karnavalo) flesh(karno)
meat(viando) pork(porkaĵo) lamb(ŝafidaĵo) veal(bovidaĵo) beef(bovaĵo) mincedmeat(viandhaketaĵo) saltmeat, saltedmeat(peklitaviando) ram, tup(virŝafo)
mutton(ŝafaĵo) carnival(karnavalo) notebook(notlibro)
attempt, test(provo) driving‐licence(kondukpermesilo) butcher(buĉisto) butcher'sshop(buĉejo)
butcher'sshop(buĉistbutiko) attempt, test(provo) dear, expensive, valuable(kara²)
dear, expensive(kosta)
costly, dear, expensive, pricey(multekosta) career(kariero) film(filmruleto) hub, nave(nabo) motorroad, motorway(aŭtostrado)
motorroad, motorway(aŭtoŝoseo) majorroad(prioritatavojo)
majorroad(ĉefvojo) dangerofskidding(jordanĝero) by‐way, side‐way(flankvojo) cart, chariot(ĉaro) body, coach‐work(karoserio) carrion(kadavraĵo) letter(letero) airletter, aerogramme(aerpoŝtaletero) correspond(korespondi) notice, placard, poster(afiŝo) wallet(monbiletujo)
briefcase, file(teko) postman(leterportisto) house(domo¹) boardinghouse, boardingschool(pensiono) married(edziniĝinta) married(edziĝinta) marry, bemarried, getmarried(edziniĝi)
marry, bemarried, getmarried(edziĝi)
marry, bemarried, getmarried(geedziĝi) waterfall(akvofalo)
waterfall(kaskado) brokenstones, chippings, road‐metal, rubble,
stone‐chippings(ŝtonetaro) almost, nearly(preskaŭ) affair, case, matter(kazo¹) dandruff(kaphaŭteroj) chestnut, horse‐chestnut(kaŝtano) chestnut‐tree(kaŝtanarbo)
chestnut‐tree(kaŝtanujo) Castillian(kastila) punish(puni) redemption(amortizo)
punishment(puno) Castile(Kastilujo) castle(kastelo) beaver(kastoro) Catalonia(Katalunujo) Catalonian(kataluna) catechism(kateĥismo) cathedral(katedralo) fourteen(dekkvar) catalogue, directory(katalogo) Catholic(katolika)
catholic(katoliko) bed, watercourse(fluejo) rubber(kaŭĉuko) boss, chief, leader(estro)
chief, boss(ĉefo) cause, reason(kaŭzo) activate, cause, giveriseto(kaŭzi) dig, grub, spade(fosi) chase, hunt(ĉasi) fishingrod(fiŝvergo) fishingrod(fiŝvergo) chaotic(ĥaosa) barley(hordeo) bait(logaĵo) onion(cepo) chive(ŝenoprazo) cede, givein, giveup, giveway, relinquish, yield(cedi) brow, eyebrow(brovo) celebrate(celebri) celebratingone'sbirthday(festisiannaskiĝtagon) celebrate(festi) fervor, fervour, zeal(fervoro) cemetery, God'sacre, graveyard(tombejo) dinner, middaymeal(tagmanĝo)
eveningmeal, supper(vespermanĝo) ashtray(cindrujo) Cinderella(Cindrulino) ashen(cindrogriza) ash, cinder(cindro) FeastofTabernacles(Tendofesto) censor(cenzuro)
criticism(kritiko)
observation, remark, reproof(mallaŭdo)
observation, remark(riproĉarimarko) blameworthy, censurable, condemnable,
objectionable(malaprobinda) censor(cenzuri)
censure, criticize(kritiki)
reproach, rebuke, reprove, scold(mallaŭdi) rye(sekalo) central(centra) centre(centro)
average, mean, middle(mezo) centimetre(centimetro) brush(brosi) brush(broso)
plane(rabotilo) tooth‐brush(dentbroso) close, near, nearby(proksime) at, beside, by, near, nearby, nearto, nextto(apud)
about, approximately(proksimume) bar, obstruct(bari) sow(porkino) Sardinia(Sardinio)
Sardinia(Sardio)
Sardina(Sardlando)
Sardinia(Sardujo) hog, pig, swine(porko)
boar(virporko) brain(cerbo) ceremony(ceremonio)
ceremony(solenaĵo) cherry‐tree(ĉerizujo) cherry(ĉerizo) nought, zero(nul) closed, shut(fermita) lock(seruro) close, shut(fermi)
lock(ŝlosi) certificate, testimony(atesto) certificate, testimony(atesto)
registered(registrita²)
registered(rekomendita²) record, register(registri) ale, beer(biero) crockery, earthenware, pottery(argilaĵo) abandonment(cedo) basket(korbo) shawl(ŝalo) vest, waistcoat(veŝto) champagne(ĉampano) mushroom(ŝampinjono) shampoo(ŝampuo) gag, joke(ŝerco) jacket(jako) pool(akvotruo) chat, chatter(babili) chauffeur, driver(ŝoforo) Czech(ĉeĥa)
Czech(ĉeĥo) Czechoslovakia(Ĉeĥoslovakujo) check, cheque(ĉeko) chewing‐gum(maĉgumo) boy, lad, laddie(knabo)
diminutive, little, small(malgranda) Chile(Ĉilio) Chileanwoman(ĉilianino) Chilean(ĉilia)
Chilean(ĉiliano) China(Ĉinujo) Chinese(ĉina)
Chinaman, Chinese(ĉino) spark(fajrero)
spark(sparko) collidewith, crashinto(koliziikun) chocolate(ĉokolado) collision(kolizio) cutlet(kotleto) suck(suĉi) conductor, driver(kondukisto)
driver(veturigisto)
chauffeur, driver(ŝoforo) cycle(ciklo¹) moped(mopedo) cyclone(ciklono) blind(blinda) heaven, sky(ĉielo) science(scienco) hundred, onehundred(cent) certainly(certe) certain, sure(certa)
a, any, anybody, some, somebody, one, someone, someone(iu) cipher, digit, figure, numeral(cifero) cigarette(cigaredo) cigar(cigaro) cylinder, roller(cilindro) chisel(ĉizilo) five(kvin) cinema, movietheatre(kinejo) bond, tie(ligilo)
connection, league(ligo)
ribbon(rubando) adhesivetape(glubendo) belt, girdle(zono¹) waist, waistline(talio) belt, girdle(zono¹) cypres(cipreso) circus(cirko) circuit(cirkvito) circular(cirkulero) circumcision(cirkumcido) thoughtful(antaŭzorga)
careful, cautious(singarda)
careful, cautious(singardema)
careful, cautious(singardema) plum(pruno) surgeon(ĥirurgo) citation, quotation(citaĵo)
appointment, date, rendezvous(rendevuo) citation, quotation(citaĵo) cite, quote(citi) city, town(urbo) citadel(citadelo) civil, civilian, non‐military(civila) civilization(civilizacio) hedgeclippers, hedgeshears(heĝtondilo) bright, clear, light(hela)
clear, distinct, plain(klara) class(klaso)
kind, sort(speco) classify(enklasigi) carnation, pink(dianto) nail(najlo) buyer, client, purchaser(aĉetanto)
client, customer(kliento) clientèle(klientaro) climate(klimato) sewer(kloako) chlorine(kloro) club, society(klubo) clause(klaŭzo) alibi(alibio) penthouse, shed(alero)
penthouse, shed(antaŭtegmento)
barrack, barn, shack, shanty, shed(barako)
penthouse, shed(markezo) guard(konduktoro) copper(kupro) cocaine(kokaino) bake(baki) car(aŭto)
carriage, coach(kaleŝo)
carriage, coach, railwaycarriage, waggon(vagono) trailer(postveturilo) sleeping‐car(litvagono) sow(porkino) piglet(porkido) kitchen(kuirejo) cook(kuiri) cook, femalecook(kuiristino) cook, malecook(kuiristo) crocodile(krokodilo) covet(avidi) acquisitive, eager, greedy(avida) elbow(kubuto) clutch, grab, grasp, grip, seize(ekkapti)
clutch, grapple(ekteni)
fetch, get, pickup(irpreni)
capture, catch, grapple(kapti)
get, layholdof, pickup, take(preni) rocket(raketo) limp(lami) lame(lama) cabbage(brasiko) glue(gluaĵo)
glue(gluo)
tail(vosto) bedspread, counterpane, coverlet(litasuperkovrilo) mattress(matraco) collection(kolektado) colleague(kolego)
colleague(samprofesiano) college(kolegio) Brussels‐sprouts(bruselabrasiko) droop, hang(pendi)
hang(pendigi) cauliflower(florbrasiko) hill(monteto) collision(kolizio) invest(investi)
lay(kuŝigi)
laydown, place, put, putdown(meti) Colombia(Kolombio) Cologne(Kolonjo) colony, settlement(kolonio) colour, dye(koloro) column, pillar(kolono) Columbus(Kolumbo) nurse, dry‐nurse, monthlynurse(vindistino) boss, chief, leader(estro)
commander(komandanto)
chief, boss(ĉefo) region(regiono) change(ŝanĝiĝi) combination(kombinaĵo)
undergarment(subvesto) dining‐room(manĝejo)
dining‐room(manĝoĉambro) begin, commence, start(komenci)
begin, commence, start(komenciĝi) lunch(meztagmanĝi) merchant(komercisto)
businessman, merchant(negocisto) business, commerce, trade(komerco) eatup(formanĝi) edible(manĝebla) food(manĝaĵo) achieve, act, do, make, perform(fari)
accomplish, achieve, keep, observe, perform(plenumi) meal(manĝo)
dinner, middaymeal(tagmanĝo) beginning, commencement, start(komenciĝo)
beginning, commencement, start(komenco) police‐station(policejo) commission(komisiono) procession(procesio) committee(komitato) account, communication(komuniko) how, inwhatway(kiel²) decently, properly(dece) asif, asthough, inaway(kvazaŭ) havecompassionon, pity(kompati) compare(kompari) divide, separate, share(dividi) colleague(kolego)
colleague(samprofesiano) company(kompanio) compensate(kompensi) competition(konkurenco) rival(rivalo) compete, rival(konkuri) meetwith, satisfy(kontentigi) complex(komplekso) completely, entirely, through(komplete)
completely, fully(plene) complete(kompletigi) absolute, complete(kompleta)
entire, overall, whole(tuta) consistof(konsistiel) composer(komponisto) accession, acquisition, asset(akiro)
acquisition, purchase(aĉetado) buyer, client, purchaser(aĉetanto)
client, customer(kliento) understand, realize(kompreni) understood(komprenita) understandable(komprenebla) accommodation(kompromiso) computer(komputero) calculate, count, figure, workout(kalkuli) connection(konekto) communicate, report(komuniki)
connect, connectup, plugin(konekti) communist(komunisto) communion(komunio) commonplace, dismal, trite(banala)
common, joint(komuna)
common, ordinary, usual(ordinara) with(kun) becauseof, onaccountof(kaŭzede) concern(koncerni) shell(konko) concert(koncerto) brevity, briefness, conciseness(koncizeco) concise(konciza) accomodate, end, finish, terminate(fini) conclusion, inference(konkludo) accord, accordance, agreement, concurrence(akordo¹) competition, contest(konkurso) condemn, sentence(kondamni) circumstance(cirkonstanco)
condition, stipulation, terms(kondiĉo) condom, rubber(kondomo) conduct, guide, lead(konduki)
go, ride, travel(veturi) behave, conductoneself(konduti) rabbit(kuniklo) buck, buck‐rabbit(virkuniklo) relation(rilato) making, manifacture(fabrikado)
making, manufacture(farado) conference(konferenco) acknowledge, admit, confess, profess(konfesi¹)
confess(konfesi²) acknowledgement, admission, confession(konfeso¹)
confession(konfeso²) confidence(konfido) confirmation(konfirmacio)
confirmation(konfirmo) affirm, assent, sayyes(jesi)
acknowledge, confirm, corroborate(konfirmi) confiscate(konfiski) conflict(konflikto) agreed, okay(konsentite) congress, convention(kongreso) menace, threat(minaco) menace, threaten(minaci) affecting, moving, touching(emocia)
affecting, moving, touching(kortuŝa) move, stir(emocii)
affect, agitate, move(kortuŝi) seizedwithemotion(emociita)
seizedwithemotion(kortuŝita) famous(fama)
famous(famkonata)
acquaintance(konato) acquaintance, knowledge(kono) fame, renown(fameco) conquer(konkeri) consequence, consistency(konsekvenco) consistent(konsekvenca) following, next(sekvanta) succeed(sukcesi) counsellor(konsilanto) advice, counsel(konsilo) spoil(trodorloti) achieve, acquire, attain, get, obtain(akiri) porter(pordisto) conservation, maintenance, preservation,
retention(konservado) conservative(konservativa) conserve, keep, maintain, preserve(konservi) academyofmusic(konservatorio) considerable, sizable(konsiderinda) consideration, deliberation(konsidero) account, consider, esteem, regard,
takeintoaccount(konsideri) comfort, console(konsoli) constipation(mallakso) constitution(konstitucio) accommodation, adjustment, arrangement(aranĝo)
building(konstruado)
building(konstruaĵo) build, construct(konstrui) consulate(konsulejo) consultation(konsulto) consumer(konsumanto) consume, useup(konsumi) demand, sale(debito) book‐keeper(librotenisto) contact(kontakto) accountant(kontrevizoro) contaminated, infected(infektita) infect(infekti)
communicate(kontaĝi) catching, contagious, infectious(infekta)
catching, contagious, infectious(kontaĝa) cash, incash(kontanta) count(nombri)
narrate, relate, tell(rakonti) consideration, deliberation(konsidero)
examination(rigardado) account, consider, esteem, regard,
takeintoaccount(konsideri) current, present(nuna)
current, present(nuntempa) bridle, check, restrain(bridi)
comprise, contain, include(enhavi)
control, govern, restrain, rule(regi) contented, pleased, satisfied(kontenta) answer, reply(respondo) answer, reply, respond(respondi) answer(respondial) adjacent(apuda)
adjacent, adjoining(limtuŝanta)
adjacent, nearby, neighbouring(najbara) constantly, continually, continuously(daŭre)
allthetime, ceaselessly(senĉese) continue, hold, last(daŭradi)
continue, endure, keepon, last(daŭri)
continue, goon, proceedwith(daŭrigi) abiding, lasting(daŭra)
constant, continual, permanent, sustained(konstanta)
lasting(kontinua)
continuous(senhalta)
continuous(seninterrompa)
constant, lasting, sustained(senĉesa) acrossfrom, against, inexchangefor, opposedto, opposite,
upon(kontraŭ) contradict(kontraŭdiri) cancel, countermand(malmendi)
abjure, abolish, abrogate, annul, cancel, remit(nuligi) contrast(kontrasto) invitetendersfor, putouttotender(adjudiki)
makeacontract(kontrakti) contract(kontrakto) tax(imposto) ratepayer, taxpayer(impostpaganto) audit, check, checkupon, supervise, verify(kontroli) invertedcomma, quotationmark, quote(citilo) quotationmarks, quotes(citiloj)
invertedcommas, quotationmarks, quotes(citsignoj) convince, persuade(konvinki) agreed, okay(konsentite) decent, fitting, proper, suitable(deca)
appropriate, becoming, seemly, suitable(konvena) accord, accordance, agreement, concurrence(akordo¹)
accommodation, accord, agreement(interkonsento) befit, befitting(deci)
agree(interkonsenti)
beappropriate, suit, besuitable(konveni) monastery(monaĥejo) converse(konversacii) conversion(konvertiĝo) convert(konverti) goblet(pokalo) copy(kopio) copy(kopii)
print(printi) verse(strofo) snowflake(neĝero) heart(koro) tie, necktie(kravato) cork(korko) line(hokfadeno) lamb(ŝafido) chainofmountains, mountainchain, mountainrange,
rand(montoĉeno) shoe‐lace(ŝulaĉo) crown(kroni) correct, right(korekta) correct(korekti) mail, post(poŝto) airmail(aerpoŝto) flow(flui)
race, run(kuregi)
run(kuri) answer, answerto, comeupto(estikonformaal)
correspondto(estilaŭ) current, flow, stream(fluo)
current(kurento) spoil(malbonigi) corruption(korupteco) shortcircuit(fuŝkontakto) cutoff(detranĉi)
pick, pluck, tearoff(deŝiri)
behead, decapitate(senkapigi)
clip, cut, shear(tondi)
cut, slice(tranĉi) politeness(ĝentileco) bark(arboŝelo)
bast(basto) curtain(kurteno) short(kurta)
brief, short(mallonga) courteous, polite, well‐mannered(ĝentila) roe(kapreolo) thing(aĵo) harvest(rikolto) sew(kudri) coast, seaside, shore(marbordo) CostaBrava(Kostabravo) CostaRica(Kostariko) cost(kosti) bearthecostof, defraythecostof,
paytheexpensesof(pagilakostojnde) custom, habit, way(kutimo) seam(junto)
seam(kunkudro) tailor, femaletailor(tajlorino) brandy, cognac(konjako) accrue, grow(kreski) account, accredit, believe, deem(kredi)
create(krei)
think(pensi) cream(kremo) polish, wax(ciro) zipper(zipo) pancake(patkuko) Crete(Kreto) maid, servant(servistino)
maid(ĉambristino) boy, servant(servisto) crime(krimo) crisis, depression, emergency(krizo) Christianity(kristaneco) Christian(kristana)
Christian(kristano) Christ(Kristo) censure, criticize(kritiki)
judge(prijuĝi) crossroads(vojkruciĝo) crude, raw, rough(kruda)
raw, uncooked(nekuirita) cross(kruco) RedCross(RuĝaKruco) skull(kranio) criticism(kritiko) alarming, grave, serious(maltrankviliga) stable, stall, sty(stalo) bed(bedo)
painting, picture(pentraĵo) barracks(kazerno)
barracks(soldatejo) apartment, flat(apartamento)
fourth(kvara)
fourth(kvarono)
chamber, room(ĉambro) bathroom(banĉambro) four(kvar) Cuba(Kubo) deck(ferdeko) forks, knivesandspoons(manĝilaro) covered, grownover, overgrown(surkreskata) bucket, pail(sitelo) cover(kovri) cockroach(blato) spoon(kulero) whisper(flustri) knife(tranĉilo) neck(kolo)
collar(kolumo) account, bill, invoice(fakturo)
account, bill, calculation(kalkulo)
account(konto) bankaccount, bankingaccount(bankokonto) cord, rope, string(ŝnuro) horn(korno¹) leather(ledo) body(korpo) raven(korako) acclivity, hillside, slope(deklivo) downtheslope, downhill(montsuben) cave, grotto(groto)
cave, cavern, den(kaverno) care, concern(zorgo) attend, nurse, tendto(flegi)
care, see, takecare, worry(zorgi) lookafter(prizorgi) careabout, takecareof(zorgipri) blame, fault, guilt(kulpo) guilty(kulpa) cultivate, grow(kulturi)
plant(planti) planting(plantado) service, worshipservice(diservo) culture(kulturo) birthday(naskiĝtago) replacement, replenishment, supplement(kompletigo)
compliment(komplimento) cradle, placeofbirth(naskiĝejo) dues, subscription(kotizo) coupon(kupono) treatment(kuracado)
pastor, vicar(paroĥestro)
clergyman, pastor, priest(pastro) carefor, cure, treat(kuraci)
cure, heal, remedy(resanigi)
cure, heal, remedy(sanigi) Curaçao(Kuraso) agog, curious, inquisitive(scivola) class, course(kurso) class, course(kurso)
exchangerate, rateofexchange(kurzo) bend, curve(kurbo) bend(fleksi)
bend(kurbigi) goblet(pokalo) camera(fotilo)
camera(kamerao) camera(kamerao) guileless, inoffensive(senmalica) capsule, firing‐cap(kapsulo) bark, husk, peel, shell(ŝelo) Caucasus(Kaŭkazoj) cell(ĉelo) cymbal(cimbalo) cynical(cinika) circle(cirklo) zither(citro) code(kodo) cholera(ĥolero) amusing, entertaining, funny(amuza) how, inwhatway(kiel¹) homy(hejmeca)
close, intimate(intima) consul(konsulo) Corsica(Korsiko) Cordova(Kordovo¹) supposingthat(supozeke) lady(sinjorino¹) checkers(damludo)
checkers(damoj) Danish(dana)
Dane(dano) give(doni) invitetendersfor, putouttotender(adjudiki) pump(pumpi) bear, givebirthto(naski) feed(manĝigi) snapat, snarlat, snub(riproĉimalafable) expresscondolences(kondolenci) thank(danki) welcome(bonvenigi) cause, causetotakeplace(okazigi) issue, proclaim(proklami) quit, resign(eksiĝi) attitudinize, pose, putonairs(afekti) bedetrimentalto, detractfrom, doharmto(malservi)
harm(malutili) damage(damaĝo)
damage(difekto)
harm(malutilo) from, of(de¹)
from, outof(el) agreed, okay(konsentite) airconditioned(aerklimatizita) reliable, trustworthy(fidinda) nowandthen(detempoaltempo) byday, duringtheday(dumtage)
byday, duringtheday, inthedaytime(tage) backward, onone'sback(dorsen)
backwards(posten) allofasudden, suddenly(subite) iron(fera) wooden(ligna) ofillrepute(fifama) byheart(parkere) nylon(nilona) bynomeans, innoway, notatall, notonanyaccount(neniel) notatall(tutene) afresh, again, alloveragain, anew(denove)
afresh, again, oncemore(ree) differently, else(alie)
differently(alimaniere) bytheway(parenteze) shallow, superficial(malprofunda) fast, quickly, swiftly(rapide) deliberately, onpurpose(intence) allofasudden, suddenly(subite) secondhand, secondhand(brokanta) allofasudden, suddenly(subite) daily(ĉiutaga) absolutely, genuinly, indeed, really, truly(vere) below, beneath, under, underneath(sub) duty, obligation(devo)
owe(ŝuldi) beginner(komencanto) decay(ruiniĝo) cutinto(ektranĉi)
begin, commence, start(komenci) decide(decidi) say, tell(diri) decisive(decida) decision(decido) declaration, proclamation, statement(deklaro)
acknowledgement, admission, confession(konfeso¹)
agreement, consent, permission(konsento) declare, state(deklari)
acknowledge, admit, confess, profess(konfesi¹)
accede, agree, consent(konsenti) strike(striki) adorn, decorate, ornament(ornami) abate, decrease, diminish, drop, fall(malpliiĝi) decayed, decrepit, dilapidated, lapsed, rickety(kaduka) abstract, deduce, gather(dedukti)
abstract, induce, gather, infer(konkludi) decimetre(decimetro) finger(fingro) toe(piedfingro) demand, sale(depreno) countdown(dekalkuli) damage(difekto) protect(protekti) defence, defense(defendo)
protection(protektado) define, determine(difini) allow, leave, let, release(lasi)
leavebehind(postlasi) leavebehind(postlasi) accent(prononcmaniero) ahead, formerly, previously(antaŭe) before, infrontof(antaŭ) accuse, denounce(denunci) delegate(delegi)
depute(deputi) spell(literumi) ask, askfor, beg, bid, request(peti) too, toomuch(tro) breakdown, demolish, pulldown, takedown(malkonstrui) demolition(malkonstruado)
demolition(malkonstruo) takeapart(malmunti) apparent(montrebla) besides, inaddition, moreover(kromtio) prudish(pruda) dentist(dentisto) inside(interne) a, in, inside, into, on, per, within(en)
inside, within(internede) accusation(denunco) accuse(akuzi)
accuse, denounce(denunci)
accuse(plendikontraŭ) compartment, coupé(kupeo)
section(sekcio) smokers(fumkupeo) dependence(dependeco) depend(dependi) bedependenton, dependonldependupon(dependide) saleswoman(vendistino) dependent(dependa)
clerk(komizo) regrettable(bedaŭrinda)
dismal, miserable, pitiful, poor(kompatinda) besorryabout, regret(bedaŭri)
begrudge, regret(domaĝi)
mourn(priplori) sport(sporto) deposit(deponi) depository(deponejo) gastank, petroltank(benzinujo)
fueltank(kanistro) claim, presumption, pretence(pretendo)
right(rajto)
direct, straight(rekta) excise, excise‐duty(akcizo) derivation(derivaĵo) derive(derivi) drift, beadrift(drivi) pour, scatter, shed(verŝi) melt(fandi) melt(fandiĝi) breakdown, demolish, pulldown, takedown(malkonstrui) rubbish, oldmaterials(ruboj) defeat(malvenko) crumble, crumbleaway, crumbleoff(pecetiĝi) adviseagainst, dissuadefrom(malkonsili) breakofahabit, teach(dekutimigi) draining(drenado) dejected, depressed(korpremita) unlearn(mallerni) censure, condemnation, disapprobation,
disapproval(malaprobo) condemn, disapprove, disapproveof, rebuke(malaprobi)
reproach, rebuke, reprove, scold(mallaŭdi) accountfor, explain(ekspliki)
accountfor, clarify, explain(klarigi) drivel, twaddle(parolisensence) breakfast(matenmanĝo) barefoot(nudpieda) repose, rest(ripozi) break, intermission, pause, recess(paŭzo)
repose, rest(ripozo) writeoff(deprezi)
abreact(forreagi)
unload(malŝarĝi) lineage(deveno)
origin(origino) accrue, come, derive, originate, result(deveni)
descend, getoff, godown(malsupreniri) offspring, successor(posteulo) abstract, takeaway(forpreni) flakeoff, peeloff, scaleoff(deskvamiĝi) unknown(nekonata) rude(malĝentila) describe(priskribi) account, description(priskribo) discovery(malkovro) discover, uncover(malkovri) abatement, discount, rebate(rabato) careless, negligent(neatenta)
careless, negligent(senatenta) neglect(neglekti) from, since(ekde) ache(deziregi)
desire, wish(deziri) clippings, cuttings, parings, refuse, rubbish, waste,
windfall(defalaĵo)
remainder, rest(restaĵo)
debris, rubbish, rubble(rubo) landing‐stage, pier(albordiĝejo)
landing‐stage, pier(navighaltejo)
landing‐stage, pier(varfo) mouth(enfluejo) occupy, take(okupi) lawless, licentious, riotous(senbrida) ignore, leaveoutofaccount(ignori) avidity, covetousness, eagerness, greediness(avido)
desire, want, wish(deziro) apostasy, defection(malfideliĝo) apostatize, desert, secede(malfideliĝi) pass(montpasejo) wearaway, wearoff, wearout(eluziĝi) accident(akcidento) unfortunately(malbonŝance)
unfortunately(malfeliĉe) melting, thaw(degelo) nasty(malhonesta) desert(dezerto) indicate, suggest(indiki)
indicate, pointout, show(montri) bumpy(malebena)
different(malegala)
coarse, rough(malglata) disinterested(neprofitema) relinquish, renounce, waive(rezignipri) dazzle(lumĝeni) unconscious(senkonscia) faint, swoon(sveni) faint, swoon(sveno) decline, goback, falloff(malpliboniĝi) crumble, crumbleaway, crumbleoff(pecetiĝi) cream, skim(senkremigi) bare, naked, nude(nuda) dispatch, sendoff, ship(ekspedi)
conclude, dispatch, expedite, finnish, settle(finaranĝi)
dismiss, turnaway(forsendi)
send, transmit(sendi) demand, sale(debito) farewell, goodbye, good‐bye(adiaŭo) dismiss, turnaway(forsendi)
discharge, dismiss, fire, sack(maldungi)
discard(uzofini) saygoodbye, saygoodbyeto, takeleave, takeleavefrom(adiaŭi) abyss, chasm, gulf, precipice(abismo) rob(prirabi) despise(malestimi) contempt(malestimo) landslide(grundadisfalo)
landslide(terŝoviĝo) blunt(malakrigi) after, behind(post)
afterwards, next, subsequently(poste)
beyond, next, then, thereafter(posttio) makeacontract(kontrakti) builder, contractor, buildingcontractor,
masterbuilder(konstruentreprenisto) contract(kontrakto)
tender(prezkonkurado) exile(ekzilito) exile(ekzilo) consignee, recipient(ricevanto) destiny, fate(destino) depose(detronigi) screwdriver(ŝraŭbturnilo) expertness, skilfulness, skill, skillfulness(lerteco) destroy, quash(detrui) divert(forkonduki) deviate(dekliniĝi)
turn(devii)
deflect, diverge, wander(flankeniĝi) attic(subtegmento) aberrance, aberration(devio) detail(detalo) detective(detektivo) apprehension, arrest, detention(arestado)
apprehension, arrest, detention(aresto) arrest(aresti) arrestedperson, prisoner(arestito) corruption, decay, depravation, taint(malboniĝo)
decay(putriĝo) damage, injure, spoil(difekti) damage(difekto) determine, fix(determini) abhor, abominate, loathe(abomeni) harm(malutilo) clippings, cuttings, parings, refuse, rubbish, waste,
windfall(defalaĵo)
remainder, rest(restaĵo)
debris, rubbish, rubble(rubo) attheback, behind, intherear(jelafino)
behind(malantaŭe) behind, after(malantaŭ) debt(ŝuldo) relative(parenco) unroll, unwind, windoff(malbobeni)
unroll(malvolvi) giveback, return(redoni) diabetes(diabeto) diamond(diamanto) daily(ĉiutage) daily(ĉiutaga) diarrhoea(diareo) design, draw(desegni) dictionary, vocabulary(vortaro) concerned, inquestion(koncerna) December(decembro) eighteen(dekok) adroit, clever, dexterous, skillful(lerta) diet(dieto) agenda, appointmentbook(agendo) ten(dek) nineteen(deknaŭ) eighteen(dekok) sixteen(dekses) seventeen(deksep) difference(diferenco) different(diferenca) differ, bedifferent(diferenci) difficult, hard, inconvenient(malfacila) hamper, hinder, thwart(malfaciligi) send, transmit(sendi) digestion(digesto) strayfromone'ssubject, wanderfromone'ssubject(detemiĝi) dimension, measurement(dimensio) resign(demisii)
quit, resign(eksiĝi) Denmark(Danujo) Danish(dana)
Dane(dano) money(mono) pledge, security(garantiaĵo) God(Dio) delegate(delegito)
delegate, deputy, representative(deputito) delegate(delegi)
depute(deputi) address(adreso)
direction(direkto) atonce, instantly, immediately, withoutdelay(senprokraste) director, manager(direktoro) addresslist(adresaro) address(adresi)
conduct, guide, lead(konduki) accost, address(alparoli) go(iri) accost, address(alparoli) grammophonedisc(gramofondisko) discrete(diskreta) discrimination(diskriminacio) apology(ekskuzo) apologize(senkulpigisin) different(diferenca) delightin, enjoy(ĝui) abate, decrease, diminish(malkreski)
abate, decrease, diminish, drop, fall(malpliiĝi) available(disponebla) ability, capability, fitness, suitability(taŭgeco) quarrel, wrangle(kvereli) excuseme(pardonu) distance, offset(distanco) distinguish(distingi) different(diferenca)
different(malsama) distraction, diversion(distraĵo)
distraction, diversion(distro) distract, divert, entertain(distri) absent‐minded, abstracted, distracted(distrita) distribute(distribui) district(distrikto) different(diferenca) amusement, fun(amuzo) amusing, entertaining, funny(amuza) amusement, fun(amuzo) amuse(amuzi) enjoyoneself, haveagoodtime(amuziĝi) divide, separate, share(dividi) divorce(eksedziĝo) publish, reveal(publikigi)
acquaint, letknow, inform(sciigi) diameter(diametro) fold(faldi)
bend(fleksi)
bend(kurbigi) double, dual(duobla) twelve(dekdu) doctor, physician(kuracisto) document, paper(dokumento) ache, bepainful, hurt(dolori) havecompassionon, pity(kompati) ache, pain(doloro) toothache(dentdoloro) tame(malsovaĝa) abode, dwelling‐place, residence(domicilo)
abode, dwelling‐place‐residence(loĝloko) PalmSunday(Palmofesto) Sunday(dimanĉo) where(kie¹) beasleep, sleep(dormi) two(du) twice(dufoje) dose(dozo) gifted, talented(naturdotita)
accomplished, talented(talenta)
gifted, talented(talentplena) endow(doti) dromedary(dromedaro) shower(duŝo) takeashower(duŝisin) hesitation, wavering(hezitado)
hesitation(hezito) doubt(dubi) boss, chief, leader(estro)
boss, master(mastro)
owner(proprietulo) composed, restrained, self‐possessed(sinrega) gentle, soft, sweet, tender(dolĉa)
delicacy, tidbit, sweet(frandaĵo) continue, endure, keepon, last(daŭri) hard(dura)
leather(leda)
hard(malmola) couch, divan(divano) date(daktilo¹) faint, light, weak(malforta) day(tago) CorpusChristi(SakramentaTago) dollar(dolaro) pastor(pastoro) drunk, intoxicated(ebria) throw(ĵeti) spoil(malbonigi) doze, nap, slumber(dormeti) thrifty(ŝparema) Ecuador(Ekvadoro) age(aĝo) MiddleAges(Mezepoko) adjutant, aide‐de‐camp(adjutanto) erect, establish(establi)
erect, establish, found(fondi)
build, construct(konstrui) building(konstruaĵo) annexation(anekso) publisher(eldonisto) effective, effectual, efficacious(efika) effigy, head(monerfiguro) Egyptian(egipta)
Egyptian(egipto) Egyptian(egipta)
Egyptian(egipto) Egypt(Egiptujo) self‐interested, selfish(egoisma)
self‐interested, selfish(egoista) axis, axle(akso) example(ekzemplo) exercise, practice(ekzerco) army(armeo)
army(militistaro) the(la) AllSouls'Day(TagodelaMortintoj) ElSalvador(Elsalvadoro) choice, election(elekto) electricity(elektro) elephant(elefanto) elegant(eleganta)
chic(ŝika) choose, elect, pickout(elekti) altitude, height(alto) her, she(ŝi) electric(elektra) embassy(ambasadejo)
embassy(ambasado) ambassador(ambasadoro)
ambassador, emissary, envoy, messenger(sendito) embalm(balzami)
embalm(enbalzamigi) ship, vessel(ŝipo) embark(enŝipiĝi) confiscate(konfiski) charm(ĉarmi) blunt(malakra)
dull, obtuse(obtuza) couple(kupli) drunkenness, inebriety(ebrieco) funnel(funelo) swindle(trompo) cheat, deceiver, imposter(trompanto) emigrate(elmigri) emigrate(elmigri) emotion(emocio) pack, package, wrapup(enpaki) correspond(kunrespondi) connection(kunrespondo) begin, commence, start(komenci)
begin, commence, start(komenciĝi) employee(dungito)
clerk(komizo)
officer, official(oficisto) apply, practice(apliki) post(posteno) undertake(entrepreni) industry(industrio) push, thrust(puŝi) a, in, inside, into, on, per, within(en)
on, upon(sur) loudly(laŭte) athome(hejme) about, concerning(koncerne)
about, concerning, on, upon(pri)
asto, asregards, concerning(rilate) concerned, inquestion(koncerna) absolutely, actually, infact(efektive)
absolutely, genuinly, indeed, really, truly(vere) atonce, immediately, just, rightaway, rightnow(tuj) abroad(alilande) below, downstairs, underneath(malsupre) nowhere(nenie) agreed, okay(konsentite) elsewhere(aliloke) partially, partly(parte) attheback, behind, intherear(jelafino)
behind(malantaŭe) first, firstly, firstofall(unue) inprinciple(principe) absolutely, genuinly, indeed, really, truly(vere) atonce, instantly, immediately, withoutdelay(senprokraste)
atonce, immediately, just, rightaway, rightnow(tuj) forthegreaterpart, forthemostpart(grandparte)
forthegreaterpart, forthemostpart(ĉefparte) allabout, everywhere(ĉie)
everywhere(ĉiuloke) ineveryway(ĉiel)
inallrespects, ineveryrespect, ineveryway(ĉiurilate) about, round, around, towards(ĉirkaŭ) atfirst, attheoutset, inthebeginning(enlakomenco)
atfirst, attheoutset, inthebeginning(komence) invain(vane) fallinlovewith(enamiĝial) order(sinsekvo) order(sinsekvo) palmoffon(persvadiaĉeti) lace(punto) bedridden, confinedtoone'sbed, laidup(litmalsana) charming, lovely(ĉarma) attract, draw(allogi)
charm(ĉarmi) charm(ĉarmo) undertake(entrepreni) lighter(fajrilo) burn(bruligi)
kindle, light(ekbruligi)
light(eklumigi)
illuminate, light(lumigi) cutinto(ektranĉi) encyclopaedia(enciklopedio) above, over(super) afraid, timid(timema) comeacross, encounter, meet, see(renkonti)
find(trovi) befound, belocated, findoneself(troviĝi)
befound, belocated, findoneself(trovisin) binding, cover(bindaĵo) encounter(renkonto) inquiry, investigation(enketo) gum(dentkarno) sledge, sleigh(glitveturilo)
sledge, sleigh(sledo) adversary, enemy(malamiko) January(januaro) venerealdisease(venereamalsano) nurse(flegistino) brake(bremsi) opposite(fronteal)
opposite(kontraŭede) cool, cooldown(malplivarmigi)
getcold(malplivarmiĝi) fool, hoax, mystify, trick(mistifiki)
takein(trompeti)
cheat, deceive(trompi) swindle(trompo) deceptive, delusive, fallacious(erariga)
deceitful(trompa) dry(sekigi)
delete, wipe, wipeoff(viŝi) startingpoint(komencloko)
connection(kunrespondo) getmouldy(ŝimi) enormous(enorma) envelop(envolvi) salad(salato) blood‐stained, coveredwithblood(sangokovrita)
blood‐stained, coveredwithblood(sangomakulita) indicate, suggest(indiki)
teach(instrui)
teach(lernigi)
indicate, pointout, show(montri) begin, commence, start(komenci) understand, realize(kompreni) atall, entirely, quite, wholly(tute) entire, overall, whole(tuta) burial, funeral, interment(enterigo)
burial, funeral, interment(entombigo) bury(enterigi)
bury, entomb, inter(entombigi)
flood, overwhelm(superŝuti) burial, funeral, interment(enterigo)
burial, funeral, interment(entombigo) intone, raise(ekkanti) then(tiam)
then(tiuokaze) entrance, portal(enirejo)
access, admission, admittance(eniro) future(estonta)
close, near, nearby, next(proksima)
following, next(sekvonta)
next(venonta) goin, enter, perform(eniri) beconsidered, count(estikonsiderata) among, between(inter) broken(rompita) delivery(livero)
delivery(transdono) hand, handover(enmanigi)
deliver, furnish, supply(liveri)
pass, spend(pasigi)
convey, hand, handover, pass(transdoni) amuse(amuzi) afflict, grieve(aflikti)
afflict, causepain, causepainto, distress,
givepainto(malĝojigi) beonthedecline, godownhill, gooff(kadukiĝi) poison(veneni) dispatch, sendoff, ship(ekspedi)
dismiss, turnaway(forsendi)
send, transmit(sendi) envy(envio) envy(envii) envious(envia) pack, package, wrapup(enpaki) baggage, luggage(pakaĵo) baggage, luggage(pakaĵo) X(ikso) aberration, error, mistake(eraro) err, makeamistake(erari) aberration, error, mistake(eraro) thatis(tioestas) alas, regrettably, unfortunately(bedaŭrinde)
that'stoobad, whatapity(domaĝe) ladder(ŝtupetaro) ascend, climb, scale(surgrimpi) Scheldt(Skeldo) staircase, stairs(ŝtuparo) scale(skvamo) aggravating(indigniga) Scandinavia(Skandinavio)
Scandinavia(Skandinavujo) offence, scandal(indigno)
commotion, scandal(skandalo) showwindow(montrofenestro) endive(endivio) abrupt, steep(kruta) bank(banko) lock, sluice(kluzo) Scotland(Skotujo) Scottish(skota)
Scot, Scotsman(skoto) choose, elect, pickout(elekti) mackerel(skombro) gun, rifle(fusilo) write(skribi) type(tajpi) accurate, scrupulous(skrupula) listen(aŭskulti) school(lernejo) sculptor(skulptisto) spit(kraĉi)
spit(sputi) aim, attempt, endeavour, takesteps, undertake(klopodi) Slavic(slava)
Slav(slavo) that, thatoverthere, those(tio) room, space(spaco) back(dorso) deter, discourage, scare(fortimigi) fright(timego) plaster(plastro) Spain(Hispanujo) Spanish(hispana)
Spanish, Spanishlanguage(hispanalingvo)
Spaniard(hispano) Spanishwoman(hispanino) spice(spico) particular, special(speciala) kind, sort(speco) looking‐glass, mirror(spegulo) Esperanto(esperanto) hope(espero) foresee(antaŭvidi)
abide, expect, wait, await, waitfor(atendi)
hope(esperi)
bide, abide, stayfor, wait, await, waitfor(ĝisatendi) ear(spiko) spine(spino) spinach(spinaco) encourage, impel, instigate, spuron, stimulate,
urge(instigi)
incite, rouse, spur, stimulate, stirup(sproni) sponge(spongo) wife(edzino) husband(edzo) foam, froth(ŝaŭmo) mucus, phlegm(muko) asparagus(asparago) skeleton(ostaro)
skeleton(skeleto) ski(skii) Eskimo(eskimo) corner(angulo²) ski(skio) these, this, thishere(tioĉi)
these, this, thishere(ĉitio) thismorning(hodiaŭmatene) thisevening(hodiaŭvespere) stable, stall, sty(stalo) season(sezono)
station(stacidomo) spa(banurbo) fillingstation(benzinstacio) state(ŝtato) UnitedStatesofAmerica, USA(Usono) fleece(tropagigi) flag, standard(standardo) pond(lageto) be(esti¹)
be(esti²)
befound, belocated, findoneself(troviĝi) busyoneself(esti...anta) agreeto(konsentipri) stand(stari) sit(sidi) lie, recline(kuŝi) statue(statuo) tin(stano) east, East(oriento) esteem, regard(estimo)
esteem, regard, respect(ŝatateco) esteem, regard(estimo)
esteem, regard, respect(ŝatateco) esteem, thinkwellof(estimi)
appraise, estimate, rate(taksi) rouse, stimulate, stirup(stimuli) setconditions, stipulate(kondiĉi) goulash, stew(gulaŝo) Estonia(Estonujo) bar, inhibit, prevent(malebligi)
bar, hinder, inhibit, prevent(malhelpi) sneeze(terni) Strasbourg(Strasburgo) narrow(mallarĝa)
close, cramped(malvasta)
strait(markolo) StraitofGibraltar(ĜibraltaraMarkolo) star(stelo) verse(strofo) broken, damaged(difektita) jug, box, container, vessel(ujo) academic, student(studento) learn(lerni)
study(studi) study(studo) furnace, kiln, oven, stove(forno) stomach(stomako) Etna(Etno) Europa(Eŭropo¹)
Europe(Eŭropo²)
Europa(Eŭropo³) WesternEurope(OkcidentaEŭropo) European(eŭropa)
European(eŭropano) clear, distinct, plain(klara) apparently, obviously(evidente) avoid, evade(eviti) exaction, extortion(eldevigo) exact(ekzakta) exaggerate(troigi) investigation, examination, test(ekzameno) examine(ekzameni) fine, great(bonega) apartfrom, but, except, otherthan(escepte) exclude(ekskludi) excursion, outing, sightseeingtrip(ekskurso) toilet(necesejo) admonition, exhortation(admono) admonish, scold(admoni) demand, postulate, require(postuli) existence(ekzisto) exist(ekzisti) dispatch, sendoff, ship(ekspedi)
dismiss, turnaway(forsendi) experience(sperto) experienced, expert, skilful, skilled, skillful,
practised(ekzercita)
adroit, clever, dexterous, skillful(lerta) end, terminate(finiĝo) end, cometoanend, endup, expire(finiĝi) account, explanation(ekspliko)
account, explanation(klarigo) accountfor, explain(ekspliki)
accountfor, clarify, explain(klarigi) exploit, utilize(ekspluati) exhibition, exposition(ekspozicio) external, outer, outside(ekstera) external, outer, outside(ekstera) exaction, extortion(eldevigo) additional, extra(ekstra) extract, infusion(infuzaĵo) alien, foreigner(alilandano)
alien, foreign(eksterlanda)
foreigner(eksterlandano) goastray, strayoff(devojiĝi) Estremadura(Estremaduro) extremely(ekstreme)
most(plej) FarEast, theFarEast(EkstremaOriento)
FarEast(MalproksimaOriento) making, manifacture(fabrikado)
making, manufacture(farado) fabricate, manufacture(fabriki)
achieve, act, do, make, perform(fari) pheasant(fazano) deceptive, delusive, fallacious(erariga)
deceitful(trompa) skirt(jupo) absence, lack, shortage, shortcoming(manko) belacking, bemissing(manki) family(familio) relative(parenco) famous(fama)
famous(famkonata)
famous, glorious(glora)
famous(renoma) bale(pakego) chemist'sshop, drugstore(apoteko) chemist(apotekisto) headlight(reflektoro) lantern(lanterno) attitudinizer, poseur(afektulo) fateful, ill‐fated(fatala) fagout, jade, overdrive, override(lacegigi) favor, favour(favoro) advantageous, favourable(favora) favor, favour(favori) face(vizaĝo) February(februaro) date(dato) federal(federala) congratulate(gratuli) female, feminine(ina) split(fendi) phenomenal(fenomena) nasty, ugly(malbela) plausible(kredebla)
plausible(kredinda) ague, fever(febro) faithful(fidela) savage, wild(sovaĝa) celebration, festival, party(festo) FeastofTabernacles(Tendofesto) figurative(figura) fancy, imagine(imagi) attach, determine, fasten, fix, affix, makefast,
secure(fiksi) fixed(fiksa)
fast, firm, stable(firma) grade, rank, rate(rango) slice(tranĉaĵo) filter(filtrilo) aim, goal, purpose, target(celo)
end, ending(fino) end, ending(fino) atlast, finally, ultimately(fine) estate, farm, property, ranch(bieno) Finnish, Finnishwoman(finnino) giveasanexcuse, pretend(preteksti)
feign, pretend(ŝajnigi) Finnish, Finnishwoman(finnino) Finland(Finnujo) Finnish(finna)
Finnish, Finnishlanguage(finnalingvo)
Finn(finno) dainty, delicate, fine, refined(delikata)
gaunt, lean, slender, thin(maldika) Finnish(finna)
Finnish, Finnishlanguage(finnalingvo)
Finn(finno) company, firm(firmao)
signature(subskribo) sign(subskribi) face(vizaĝo) Flemmish(flandra)
Flemming(flandro) cream(kremaĵo) Flanders(Flandrujo) flute(fluto) arrow(sago) mucus, phlegm(muko) bloom, flower(floro) Florence(Florenco¹) guilder, gulden(guldeno) seal, sea‐dog(foko) leaflet, pamphlet, paperback(broŝuro) anchor(ankrumi) background(fono)
background(malantaŭplano) blank, form(formularo) cover, overlay(tegi) lining(subŝtofo) fortress(fortreso) compel, force(devigi) photograph(foto)
photograph(fotografaĵo) photograph(foto)
photograph(fotografaĵo) photographer(fotisto)
photographer(fotografisto) raspberry(frambo) Frenchwoman(francino) France(Francujo) French(franca)
French, Frenchlanguage(francalingvo)
Frenchman(franco) flannel(flanelo) postage(afranko) sentence(frazo) dresser(kuirejstablo) washup(lavpurigilamanĝilaron) fry(friti) brake(bremso) communication‐cord(alarmbremso) forehead(frunto) strawberry(frago) fresh, recent(freŝa)
cool(malvarmeta) ash(frakseno) trifle(bagatelo) Friesland(Frizonujo) Frisian(frisa)
Frisian(frizona)
Frisian(frizono) Frisian, Frisianwoman(frizonino) Frisian(frisa)
Frisian(frizona)
Frisian(frizono) boundary, frontier, limit(limo) façade(fasado)
front, battlefront, frontage(fronto) rub(froti) fruit(frukto) fruit‐tree(fruktarbo) bleak, chilly, cold(malvarma)
bleak, chilly, cold(malvarma¹)
bleak, chilly, cold(malvarma²) fire(fajro) fountain(fontano)
fountain, source, spring(fonto)
basin, bowl, pelvis(pelvo) abroad, out, outside(ekstere) outside, outsideof(ekster) strong(forta)
firm, robust, sturdy(fortika)
firm, solid(solida) force, strength, vigour(forto) horsepower(ĉevalforto)
horsepower(ĉevalpovo) acute(akuta) smoke(fumi) function, operate, run, work(funkcii) officer, official(oficisto) function, job, office, post(ofico) base(bazi)
erect, establish, found(fondi) luggage‐van(pakvagono) shootdead(mortpafi) factory(fabrikejo)
factory(fabriko) easy, facile(facila) easily(facile) potatoflour(terpomafaruno) potatoflour(terpomafaruno) fertile(fekunda) physics(fiziko) match(alumeto) glasses, spectacles(okulvitroj) sun‐glasses(sunvitroj) Wales(Kimrujo) Galicia(Galegujo) Galician(galica) biscuit, cookie(biskvito) chicken, fowl(kokino) cock, rooster(virkoko) livestock(brutaro) accession, acquisition, gain(akiraĵo)
accession, acquisition, asset(akiro) earn, gain, win(gajni) hook(hoko) goose(ansero) Ghent(Gento) garage(garaĝo) guarantee, warrant(garantio) throat(gorĝo) claw(ungego) carafe, decanter(karafo) gas(gaso) naturalgas(tergaso) gasolene, gasoline, petrol(benzino) worn(eluzita) payout, spend(elspezi) charge, cost, expense(kostoj) femalecat(katino) cat(kato)
jack(kriko) seagull(mevo) twins(dunaskitoj)
twin(ĝemelo) groan, moan(ĝemi) general, usual(ĝenerala) generally(ĝenerale) people(homoj) geographic, geographical(geografia)
geography(geografio) manager(administranto)
administrator(administristo)
manager(direktanto) geographer(geografiisto)
geographer(geografo) Gibraltar(Ĝibraltaro) Geneva(Ĝenevo) gin(ĝino) turn(turniĝi)
endorse(ĝiri) moneyorder(poŝtmandato) globe, worldglobe(terglobo) control, govern, restrain, rule(regi) administration, government(registaro) Goth(goto) swallow(hirundo) blow(bato) beat, hit, strike(bati) rubber(kaŭĉuko)
rubber(skrapgumo) fat, fatty, greasy(grasa) sparrow(pasero) cap(kaskedo)
cap(ĉapo) arthritis(artrito)
drip, drop(guto)
gout(podagro) image, picture(bildo) charm(ĉarmo) gratitude, thanks(danko)
thankyou, thanks(dankon) affable, friendly, good‐natured, kind(afabla) degree, grade(grado) gram, gramme(gramo) grammar(gramatiko) Britain, GreatBritain(Britujo) big, great, large(granda) barn, shed, stand(budo) granite(granito) hail(hajlo) estate, farm, property, ranch(bieno) fat, grease(graso) gratitude(dankemo) free(senpaga) important, serious(grava)
court, yard, courtyard(korto)
alarming, grave, serious(maltrankviliga) Greece(Grekujo) chalk(kreto) Greek(greko) Greekwoman(grekino) Greek(greka)
Greek(heleno) crack, crevice(fendo)
burst, crack, flaw(krevaĵo) faucet, tap(krano) flu, grip, influenza(gripo) grey(griza) cryout, scream, shout(krii) cry, shout(krio) Greenland(Grenlando)
Greenland(Groenlando) gooseberry(groso)
currant(ribo)
currant, redcurrant(ruĝaribo) rude(malĝentila) bold, corpulent, fat, thick(dika)
fat, fatty, greasy(grasa) bevy, collection, group, heap, herd, set(aro¹)
group(grupo) scythe(falĉilo) glove, mitten(ganto) mudguard(kotŝirmilo) guard, preserve, protect, save(antaŭgardi)
conserve, keep, maintain, preserve(konservi)
protect(protekti)
shelter, protect(ŝirmi) cloakroom(vestejo) signalman(bariergardisto) guard(gardo)
policeman(policano)
policeman(policisto) middy, midshipsman, navalcadet(midŝipmano) Guatemala(Gvatemalo)
GuatemalaCity(Gvatemalurbo) war(milito) conduct, direct, guide, head, lead(gvidi) EquatorialGuinea(EkvatoraGvineo) pea(pizo) worm(vermo) please(plaĉi)
appreciate, like(ŝati) taste(gusto) leader(gvidanto)
guide(gvidisto)
handbook, guide, guidebook(gvidlibro) prawn(salikoko) Genoa(Ĝenovo) Gothic(gotika) Guelderland, Guelders(Geldrujo) bean(fabo) credit(kredito) ability(kapableco) chamber, room(ĉambro) inhabitant(enloĝanto)
inhabitant(loĝanto) dwell, live(loĝi) accustomoneself, getused(kutimiĝi) speak, talk(paroli) ...ago(antaŭ...) just, justnow(ĵus) achieve, act, do, make, perform(fari)
accomplish, achieve, keep, observe, perform(plenumi) quit, resign(eksiĝi) register(enskribigi) manicure(manikuri) shop(butikumi) employ, use, makeuseof(uzi) become, comeabout, grow, happen(fariĝi)
become, get, grow(iĝi) axe(hakilo) backward, backwards(malantaŭen) falcon(falko) comeacross, encounter, meet, see(renkonti)
find(trovi) befound, belocated, findoneself(troviĝi)
befound, belocated, findoneself(trovisin) fame, hearsay, renown, repute, rumor, rumour(famo)
hunger(malsato) flour(bakfaruno)
flour, meal(faruno) bye, goodbye, solong(ĝisrevido) bye, goodbye, solong(ĝisrevido) until, till(ĝis) Havana(Havano) thereis, thereare(estas) beech(fago) please(bonvolu) please(bonvolu) buckle(buko) Hebrew, Jewish(hebrea)
Hebrew, Jew(hebreo) Hebrew, Jewish(hebrea)
Hebrew, Jew(hebreo)
Israelite(israelido) fact(fakto) hectolitre(hektolitro) freezingcold, frost(frosto)
frost(gelo) haemorhoids(hemoroidoj) crack, crevice(fendo)
burst, crack, flaw(krevaĵo) burst, split(fendiĝi)
burst(krevi) ravine(ravino) hay(fojno) inherit(heredi) injury, wound(vundo) injured, wounded(vundita) hurt, wound(vundi) sister(fratino) brother(frato) brothersandsisters, siblings(gefratoj) lovely(belega) agent, means, tool(ilo) boil(boli) ivy(hedero) ice(glacio) hyaena(hieno) grass(herbo¹) iron(fero) fig(figo) fig‐tree(figarbo)
fig‐tree(figujo) daughter(filino) son(filo) thread(fadeno) airbed, airmattress(pneŭmatikamatraco) Hindu(hinduo) hippo, hippopotamus(hipopotamo) story, history(historio) leaf, sheet(folio)
blank, form(formularo) razor‐blade(razklingo) sheetmetal, tin, tinplate(lado) Holland(Holando)
Holland, theNetherlands(Nederlando) NorthHolland(Nordholando) Dutch(holanda)
Dutchman, Hollander(holandano)
Dutch(nederlanda)
Dutchman(nederlandano) lazy(maldiligenta) man, humanbeing(homo)
fellow, man(viro) scientist(sciencisto) politician(politikisto) shoulder(ŝultro) honor, honour(honoro) Honduras(Honduraso) mushroom(ŝampinjono) honor, honour(honoro) respectable(estiminda) above‐board, honest(honesta) hour, o'clock, time(horo) schedule, time‐table(horaro) horizon(horizonto) ant, emmet(formiko) concrete(betono) bakedgoods(bakaĵo) abhorrent, abominable, alien, awful, hideous, horrible,
gruesome(abomeninda)
bleak, dismal, dreary, horrible, ghastly, grisly,
nasty(malagrabla)
dismal, dreary, horrible, nasty(malbelega)
agonizing, hideous, horrible, ghastly(terurega) abhorrence, abomination, horror(abomeno)
abhorrence, horror(terurego) abhorrent, abominable, alien, awful, hideous, horrible,
gruesome(abomeninda)
dismal, dreary, horrible, nasty(malbelega)
agonizing, hideous, horrible, ghastly(terurega) hospital(malsanulejo) hospitality(gastamo) hotel(hotelo) today(hodiaŭ) currently, nowadays, thesedays(nuntempe) fantastic, offantasy(fantazia)
frivolous(frivola)
concave, hollow(kava)
cavity(kavaĵo)
hollow(kaverna)
cave, cavity(kavo)
airy‐fairy(malserioza)
conceited, frivolous, vain(vanta)
chimerical(ĥimera) strike(striko) bone(osto) spawn(frajo) egg(ovo) boiledegg(frititaovo) flee, runaway(fuĝi) smoke(fumi) damp, humid, moist(humida)
moist(malseketa) humiliating(humiliga) Hungary(Hungarujo) rob(priŝteli) guest(gasto) experienced, expert, skilful, skilled, skillful,
practised(ekzercita)
able, capable(kapabla)
adroit, clever, dexterous, skillful(lerta) liver(hepato) Hungarian, Hungarianwoman(hungarino) Hungarian(hungara)
Hungarian(hungaro) Iberian(ibera) idea(ideo)
concept, idea(koncepto) ideal(ideala) equally, likewise(same) identify(identigi) idolatry, idolworship(idolkulto)
idolatry, idolworship(idolservo) church, church‐building, houseofworship,
placeofworship(preĝejo) ignition(sparkado) equal, even, level(egala) draw, equality(egaleco) iguana(igvano) image, picture(bildo) imitation(imitaĵo) imitate(imiti) handicap, impediment, obstacle(malhelpaĵo) bar, inhibit, prevent(malebligi)
bar, hinder, inhibit, prevent(malhelpi) safety‐pin, safetypin(fibolo) empire(imperio) implore, invoke(elpetigi) tax(imposti) concern(graveco) important, serious(grava) amountto(sumiĝije) amount, sum(sumo) impossible(neebla) trace, track(spuro) print(presi) tax(imposto) magnet(magneto) conflagration, fire(incendio) encourage, impel, instigate, spuron, stimulate,
urge(instigi)
cheer, fire, inspire, stimulate(plifervorigi)
fan, fire, inspire, stimulate, stirup, urgeon(plivigligi)
rouse, stimulate, stirup(stimuli) severe, strict(severa) oblique, slanting(oblikva) including, inclusively(inkluzive) bother, disturb, hinder, trouble(ĝeni) difficulty, trouble(malfacilaĵo) accretion, growth(kresko) incredible(nekredebla) fur, scale(alkrustiĝo) indecisive(ŝanceliĝema) compensate(kompensi) India(Hindujo) index(indico)
indication(indiko) indicate, suggest(indiki)
indicate, pointout, show(montri) index(indico)
indication(indiko) Indian(hinda) misery(mizero)
destitution, distress, indigence, need, penury(senhaveco) miserable, poor(malriĉa)
miserable, needy(senhava) Indian(hinda)
Indian(hindo)
Indian, RedIndian(indiana) Indian, AmericanIndian(indiano) notwell, upset(malsaneta) individual(individuo) character, nature, personality(karaktero) Indonesia(Indonezio) Indonesian(indonezia) Indonesian(indonezia) indulgence(indulgenco) aboriginal, domestic(enlanda)
aboriginal, native(indiĝena) slander(kalumnii) infection(infekto) infect(infekti) unhappy(malfeliĉa) inferior(malsupera) infect(infekti)
communicate(kontaĝi) inflammation(inflamo) inflate(ŝveligi) act, affect, influence(influi) account, information(informo) acquaint, inform, report(informi)
communicate, report(komuniki)
acquaint, letknow, inform(sciigi) engineer(inĝeniero) guileless, inoffensive(senmalica) England(Anglio)
England(Anglujo) English, Englishwoman(anglino) English(angla)
English, Englishlanguage(anglalingvo)
Englishman, Sassenach(anglo) component, element, ingredient, part(ingredienco) pioneer(pioniro) initial(komenca) abuse, insult(insulto)
abuse(ofendo) abuse, insult, offend(insulti)
jeer, jeerat, taunt(mokinsulti) atonce, immediately, just, rightaway, rightnow(tuj) motionless(senmova) congenital, inborn, inbred, innate, native(denaska)
congentital, inborn, inbred, innate, native(kunnaskita) pioneer(pionira) guiltless, innocent(senkulpa) encourage, impel, instigate, spuron, stimulate,
urge(instigi) agitated, anxious(maltrankvila) enter(enskribi)
record, register(registri) bug, insect(insekto) vermin(fiinsektoj) insistence, pressure, urgency(insistado)
insistence, pressure, urgency(insisto) insist(insisti) rude(malĝentila) checker, controller(kontrolisto) insistence, pressure, urgency(insistado)
insistence, pressure, urgency(insisto) insist(insisti) firebrand, instigator(incitanto) abet, excite, incite, provoke, rouse, stimulate,
stirup(inciti)
initiate, start(iniciati)
activate, cause, giveriseto(kaŭzi) access, impetus, impulse(impulso)
instinct(instinkto) teach(instrui) agent, means, tool(ilo) jeer, jeerat, taunt(mokinsulti)
abuse, insult, offend(ofendi) abuse, insult(insulto) notion, sense, realization(kompreno)
understanding(komprenpovo) understandable(komprenebla) intention, meaning, plan(intenco) attempt, test, try(provi) interesting(interesa) interest(interesi) inner, inside, internal(interna) inner, inside, internal(interna) interpreter(interpretisto) interrupt(interrompi) switch(ŝaltilo) interest(interesiĝo)
interest(intereso) intestines(intestaro) invent(elpensi)
invent(inventi) winter(vintro) invite(inviti) invoke(alpreĝi)
invoke(alvokipreĝe) disabled(invalida)
disabledperson(invalido) injection(injekto) go(iri) takealong(kunvenigi)
meet, pickup(veniporakompani) fetch, get, pickup(irpreni) Ireland(Irlando) Irish(irlanda)
Irishman(irlandano) abnormal(abnorma)
abnormal(anormala)
abnormal(nenorma)
abnormal(nenormala) go(iri) island(insulo) Iceland(Islando) BalearicIslands(Balearoj) CanaryIslands(KanariajInsuloj) PhilippineIslands, Philippines(Filipinoj) FalklandIslands, Falklands(Falklandoj) Israelite(israelido) Israelian(israelano)
Israeli(izraelano) Italy(Italujo) Italianwoman(italino) Italian(itala)
Italian, Italianlanguage(italalingvo)
Italian(italo) VAT(aldonvaloraimposto) wildboar(apro) breathless(senspira) never(neniam) ham(ŝinko) Japanesewoman(japanino) Japanese(japana)
Japanese, Japaneselanguage(japanalingvo)
Japanese(japano) Japan(Japanujo) gardener(ĝardenisto) zoo(zoologiaĝardeno) jug, pitcher(kruĉo) jug, pot(poto)
jug, box, container, vessel(ujo) Java(Javo) Javanesewoman(javanino) Javan, Javanese(java)
Javanese(javano) boss, chief, leader(estro)
chief, superior(superulo)
chef(ĉefkuiristo)
chief, boss(ĉefo) ginger(zingibro) sherry(ŝereo) JesusChrist(JesuoKristo) giraffe(ĝirafo) young(juna)
youngster, youth(junulo) gem, jewel(gemo)
jewel(juvelo) jeweller(gemisto)
jeweller(juvelisto) haricot(fazeolo) haricot(fazeolo) Israelite(israelido) game(ludo) checkers(damludo) Thursday(ĵaŭdo) judge(juĝisto) play(ludi)
play(ludi¹) juice, sap(suko) currantjuice(ribsuko) applejuice(pomsuko) toy(ludilo) judgment(juĝo) July(julio) cane, reed(kano) June(junio) together(kune)
atthesametime(samtempe) join, unite(kunigi) associate, cometogether, join, pool(kuniĝi)
associate, join, pool(unuiĝi) blaspheme, cuss, curse, swear(blasfemi)
swear(ĵuri) exactly(ekzakte)
exactly, sharp(precize) youth(juneco) tribunal(tribunalo) judge(juĝi)
judge(prijuĝi) kilo(kilogramo) kilometre(kilometro) the(la) TheHague(Hago) lip(lipo) active, hardworking(laborema) builder(konstruisto) nail‐varnish(ungoverniso) side(flanko) bottom(malsupraflanko) givetongue, bark(ekboji) brick(briko) thief(ŝtelisto) lake, loch(lago) LakeofGeneva(ĜenevaLago) lick(leki) motor‐boat, motor‐launch(motorboato) lobster(omaro) throw(ĵeti) Lapland(Laponujo) long(longa) length(longeco)
length(longo) the(la) ballast(balasto) can, tin, tincan(ladskatolo) Latin(latina) Latvia(Latvujo) Latin(latino) brass(flavakupro)
brass(latuno) laurel(laŭro) lava(lafo) laundry(lesivejo) dishwasher(pormanĝilaralavmaŝino) wash(lavi)
washup(lavpurigilamanĝilaron)
wash(lesivi) bond, tie(ligilo)
connection, league(ligo) lesson(leciono) milk(lakto) dairy(laktaĵfabriko) bed(lito) lettuce(laktuko) piglet(porkido) read(legi) mile(mejlo) distant, far, remote(malproksima) away(for)
afar, far, faraway, remotely(malproksime) tongue(lango)
language, tongue(lingvo) sole(soleo) metaphor(metaforo) lens(lenso) lentil(lento) slow(malrapida) Latvia(Latvujo) Latvian, Lett(latvo) lever, lift, raise(levi) getup, rise, stand, standup(ekstari)
getup, rise, stand, standup(stariĝi) law(leĝo) timber, wood(ligno) lion(leono) bind, connect, join, tie, tieup(ligi) lawless, licentious, riotous(senbrida) pound(funto)
plate, sheet, slab(plato) bookseller(librovendisto) bookshop, bookstore(librobutiko) notebook(notlibro) book(libro) bookcase(libroŝranko) liqueur(likvoro) hare(leporo) buck, buck‐hare(virleporo) Liège(Lieĝo) bind, connect, join, tie, tieup(ligi) light(malpeza) lilac(siringo) file(fajlilo) nail‐scissors(ungotondilo) confined, limited, restricted(limigita) abridge, confine, limit, restrict(limigi) alms, charity(almozo) polish(poluri)
clean, cleanse, makeclean, purge(purigi)
delete, wipe, wipeoff(viŝi) cleanliness, purity(pureco) clean(pura²) lemon(citrono) lynx(linko) delightful, lovely(rava)
charming, lovely(ĉarma) Lisbon(Lisbono) shoulder, verge, vergeofaroad(vojbordero) even, flat, level, smooth(ebena)
smooth(glata) list(listo)
menu(manĝokarto)
menu(menuo) price‐list(prezlisto) finished, ready, through(preta) liter, litre(litro) Lithuania(Litovujo) Livonia(Livonujo) flame(flamo) appeal(apelo)
parade, roll‐call(kolektiĝo)
parade, roll‐call(kunvoko) appealto, invoke(alvoki)
hit, knock, strike(frapi)
call(nomi)
call, summon(voki) knockatthedoor, rapatthedoor(frapisurlapordon) becalled(nomiĝi) plain(ebenaĵo)
flat(plata) felly, felloe, rim(radrondo) plain(ebenaĵo) key, wrench(ŝlosilo)
adjustablewrench, spanner(ŝraŭbŝlosilo) monkey‐wrench, shiftingspanner(universalaŝraŭbilo) arrival(alveno) pass, spend(pasigi) complete(kompletigi)
fill, fillin, fillup(plenigi) complete, full(plena) bring, fetch(alporti)
bringalong, takealong(kunporti)
carry, wear(porti)
wear(surhavi) cry, weep(plori) rain(pluvi) rain(pluvo) the(la) wolf(lupo) hill(monteto) Londoner(londonano) London(Londono) Lorraine, Lothringen(Loreno) parrot(papago) the(la) both(ambaŭ) Holland, theNetherlands(Nederlando) Louvain(Loveno) crockery, earthenware, pottery(fajenco)
pottery(potaĵo) pike(ezoko) shine(brili) soon(baldaŭ)
afterwards, next, subsequently(poste)
beyond, next, then, thereafter(posttio) inducement, occasion, motive(instigakaŭzo)
inducement, motive, occasion(instigaokazaĵo)
account, motive, reason(motivo) luxury(lukso) loin(lumbo) moon(luno) Monday(lundo) Luxemburg(Luksemburgio)
Luxemburg(Luksemburgo¹) Luxemburger(luksemburgano)
Luxemburg(luksemburgia)
Luxemburger(luksemburgiano) light(lumo) bengal‐light, bengal‐lights(bengalafajro) rear‐lamp, rear‐light, tail‐light(malantaŭalampo) rear‐lamp, rear‐light, tail‐light(malantaŭalampo) tear(larmo) plate, sheet, slab(plato) lamp(lampo) pencil(krajono) line(linio) liquid(likvaĵo) bleak, dismal, dreary, horrible, ghastly, grisly,
nasty(malagrabla) macaroni(makaronio) massive(masiva) timber, wood(ligno) bed, watercourse(fluejo)
mother(patrino) Madrid(Madrido) mature, ripe(matura) teacher, femaleteacher(instruistino) instructor, teacher(instruisto) tape‐recorder(magnetofono) lovely(belega)
bright, brilliant(brila) Mohammed, Muhammad(Mahometo) pretty(beleta) stench(fetoro) ofillrepute(fifama) habit, trick(alkutimaĵo) badluck(malbonŝanco) Malay(malaja)
Malay(malajo) misunderstanding(miskompreno) trunk(kofro)
suitcase, valise(valizo) suitcase, valise(valizo) Malines, Mechlin(Meĥlino) Majorca(Majorko) erroneous, mistaken, wrong(erara)
bad, miserable, nasty, poor(malbona) brothel(bordelo) blot, spot(makulo) direct, guide, manage, steer(direkti)
steer(stiri) tangerine(mandarino) command(komando) command(komando) jaw, jawbone(makzelo) sleeve(maniko) stale(malfreŝa) hand(mano) tame(malsovaĝa) blanket(litkovrilo) table‐cloth(tablotuko) butter(butero)
blueberry(mirtelo) apple(pomo) apple‐tree(pomujo) map(geografiakarto)
map(mapo) initiate, start(iniciati)
activate, cause, giveriseto(kaŭzi) sea(maro) BalticSea(BaltaMaro) BayofBiscay(GaskonaGolfo) NorthSea(NordaMaro) RedSea(RuĝaMaro) dial(diski) tide(tajdo) dizzy(kapturna) airsick(aermalsana) ivory(eburo) margarine(margarino) husband(edzo) navy(mararmeo) sailor(maristo) butterfly(papilio) Moroccan(maroka)
Moroccan(marokano) Moroccanwoman(marokanino) Moroccan(maroka)
Moroccan(marokano) Moroccanwoman(marokanino) Morocco(Maroko) brown(bruna) Marseilles(Marseljo) Tuesday(mardo) Shrove‐Tuesday(AntaŭfastaMardo) hammer(martelo) March(marto) but(sed) lump, mass(maso)
dough, paste(pasto) massage(masaĝo) massage(masaĝi) male(maskla)
male(virseksa) chew(maĉi) butcher, slaughter(buĉi)
kill, liquidate, slay(mortigi) matter(materio) data, material(materialo) marriage, matrimony(edzeco)
marriage(edzineco)
marriage(geedzeco) numberplate(numerplato) May(majo) majority(plimulto) corn, Indiancorn, maize, mealies(maizo) morning(mateno)
tomorrow(morgaŭ) thedayaftertomorrow(postmorgaŭ) tomorrowmorning(morgaŭmatene) tomorrowevening(morgaŭvespere) urinate(pisi)
urinate(urini) stenotypist, femalestenotypist(stenotajpistino) lighter(fajrilo) mechanic(mekanikisto)
mechanic(meĥanikisto)
chauffeur, driver(ŝoforo) stocking(ŝtrumpo) midnight(noktmezo) drug, medicine, pharmaceutical(kuracilo) drug, medicine, pharmaceutical(kuracilo) measure, measurement(mezuro) half(duona)
half(duono)
agent, means, tool(ilo)
average, mean, middle(mezo)
means, remedy, resources(rimedo) midday, noon(tagmezo) measure(mezuri) Mediterranean(Mezmaro) afraid(malkuraĝa)
afraid(tima)
afraid, fearful(timigita) jelly‐fish(meduzo) Mexicanwoman(meksikianino) Mexican(meksikiano) Mexican(meksikia) cheek(vango) better(plibona) prudish(pruda) peach(persiko) melon(melono) cite, quote(citi)
mention(mencii) begging(almozpetado) beg(almozpeti) beggar(almozulo) abject, dismal, meager, miserable, wretched(mizera)
miserable, needy(senhava) abate, decrease, diminish, drop, fall(malpliiĝi) apartfrom, but, except, otherthan(escepte)
fewer, less(malpli) lessandless(malplikajmalpli) errand, message(mesaĝo) monthly(ĉiumonate) mint(mento) lie, tellalie(mensogi) lie(mensogo) menu(manĝokarto)
menu(menuo) fair, market(foiro)
market, salesactivity(merkato)
market, marketplace(vendoplaco) market, salesactivity(merkato) beworthyof, deserve, merit(meriti) haddock(eglefino) jam, marmelade(marmelado) apple‐sauce(pomkaĉo)
apple‐sauce(pomkompoto) month(monato) table(tablo) metal(metalo) laydown, place, put, putdown(meti) accurate, scrupulous(skrupula) metre(metro)
subway, underground(metroo) admixture, mixture(miksaĵo) petty, small‐minded(etspirita) mosque(moskeo) my(mia) agony, anguish, fear(angoro)
afraid(malkuraĝa)
afraid(tima)
fright(timego)
afraid, timid(timema) afraid(malkuraĝa)
afraid(tima) honey(mielo) limb, member(membro) thousand, onethousand(mil) million(miliono) millimetre(milimetro) spoil(trodorloti) affectionate, caressing, cuddlesome, cuddly(karesema) mineral(mineralo) ministry(ministrejo) minute(minuto) near‐sighted, short‐sighted(miopa) look(rigardo) blackbird(merlo) mass(meso) miserable, poor(malriĉa)
abject, dismal, meager, miserable, wretched(mizera) charity, mercifulness, mercy(kompatemo) charitable, merciful(kompatema) even(eĉ) myth(mito) mythology(mitologio) miter, mitre(mitro) Wednesday(merkredo) furniture(meblaro) backpack, knapsack(tornistro) fashion, mode(modo) modern(moderna) modest(modesta) milliner(modistino) subjunctive(subjunktivo) laughat(mokridipri) mouldy(ŝima) Moses(Moseo) wet(malseka) grind, pulverize(mueli) bother, disturb, hinder, trouble(ĝeni) hindrance(malhelpo)
disquiet, disturbance, interference, unrest(perturbo)
trouble(ĝeno) instant, moment(momento) instant, moment(momento) string(senfadenigi) coin(monero) change(moneretamono) monk(monaĥo) ape, monkey(simio)
overalls(supertuto) monopoly(monopolo) colossus(koloso) goin, enter, perform(eniri) mountain(monto) mountain(monto) monumental(monumenta) monologue, soliloquy(monologo) violet(violkolora) dwell, live(loĝi) bite(mordi) bite(mordo) brown(bruna) mulberry‐tree(morusujo) die, expire, passaway(morti) Meuse(Mozo) mosaic, mosaicwork(mozaiko) fly, housefly(muŝo) Moscow(Moskvo¹) Moselle(Mozelo) mosquito(moskito) mustard(mustardo) counter(vendotablo) indicate, pointout, show(montri) motel(motelo) inducement, occasion, motive(instigakaŭzo)
inducement, motive, occasion(instigaokazaĵo)
account, motive, reason(motivo) motorcycle(motorciklo) moped(mopedo) engine, motor(motoro) move(moviĝi) porter(portisto) girl, lass, wench(knabino) boy, lad, laddie(knabo) naughtyboy, pickle(bubaĉo) alotof, much(multa)
alotof, much, plentyof(multeda) alter, change(aliiĝi)
change, turn(ŝanĝi) dumb, mute, speechless(muta) furniture(meblaro) spring(risorto) death(morto) dead(mortinta) wife(edzino)
woman(virino) mule(mulo) fine(monpuno)
minutes, protocol(protokolo) fine(monpuni)
giveaticket, takesomebody'sname(protokoli) multiply(multipliki)
duplicate, multiply(multobligi) world(mondo) Munich(Munĥeno) community(komunumo) museum(muzeo) thigh(femuro) quite, very, verymuch(tre) mistletoe(visko) wrist(manradiko)
wrist(pojno)
doll, puppet(pupo) engine, machine(maŝino) typewriter(skribmaŝino) marble(marmoro) more(pli) afterwards, next, subsequently(poste) preferably(plivolonte)
preferably, rather(prefere) increasingly, moreandmore(plikajpli) mast(masto) maximum(maksimuma) maximum(maksimumo) doctor, physician(kuracisto) Mexico(Meksikio) method(metodo) Mexico(Meksikio)
MexicoCity(Meksiko) muscle(muskolo) music(muziko) musician(muzikisto) turnip(napo) arise, beborn(naskiĝi) birth(naskiĝo) national(nacia) nationality(nacieco) nothing(nenio) float, swim(naĝi) neither, nobody, none, no‐one(neniu) orange(oranĝo) orange‐tree(oranĝarbo)
orange‐tree(oranĝujo) nose(nazo) whippedcream(batitakremo) coming(devena) character, nature, personality(karaktero)
nature(naturo¹)
character, nature(naturo²) naturally(nature) navigate(navigi) Christmas, Yule(Kristnasko) necessary(necesa) need, want(bezono)
necessity(neceseco) abject, dismal, meager, miserable, wretched(mizera)
miserable, needy(senhava) need, require(bezoni) Dutchwoman(nederlandanino) Dutch(nederlanda)
Dutchman(nederlandano)
Dutch, Dutchlanguage(nederlandalingvo) deny(nei) refusal(rifuzo) negative(negativa) enterprise(entrepreno) Negro(negro)
black(nigra) baby(bebo) nerve(nervo) tyre(pneŭmatiko)
tire, tyre(pneŭmo)
cover, outercover(radringo) snowy(neĝkovrita) snow(neĝi) notatall(tutene) Nicaragua(Nikaragvo) fog, mist(nebulo) grandson(nepo) snow(neĝo) Nile(Nilo) nylon(nilono) Nimwegen(Nimego) neither, nobody, none, no‐one(neniu) level(nivelo) bairn, child, infant(infano¹)
child(infano²) no(ne¹)
not(ne²) notatall(tutene) nolonger(neplu) exclusively, just, only(nur) never(neniam) bewrong(malpravi) keepone'shandsoff(netuŝi) ofnoblebirth(nobela) nobility(nobelaro) night(nokto)
evening(vespero) concept, idea(koncepto) walnut‐tree(juglandarbo)
walnut‐tree(juglandujo) appointment, appointmenttooffice(enoficigo) appoint(enoficigi) appellation, name(nomo) firstname(antaŭanomo) normal(norma)
normal(normala) north, North(nordo) NorthAmerica(Nordameriko) Norway(Norvegujo) Norwegianwoman(norvegino) Norwegian(norvega)
Norwegian(norvego) us, we(ni) us, we(ni) nostalgia(nostalgio) considerable, sizable(konsiderinda) note, makeanote, writedown(noti) notary(notario) account, communication(komuniko)
advice, announcement, communication, message, notice,
report(sciigo) news, novelty, somethingnew(novaĵo)
advice, announcement, communication, message, notice,
report(sciigo) instruct, notify, summon(ordoniskribe) acquaintance, conversance, familiarity(konateco) well‐known(konata) novel(romano¹) November(novembro) beloved, lovedone, lover, sweetheart, well‐beloved(amato) Noah(Noaĥo) cloud(nubo) knot, node(nodo) OurLady(NiaSinjorino)
OurLady(laDipatrino) NewSouthWales(NovaSudkimrujo) NewAmsterdam, NewYork, NewYorkCity(Novjorko) nine(naŭ) new, novel(nova) nut(nukso) nutmeg(muskato) never(neniam) Naples(Napolo) nickel(nikelo) amount, number(nombro)
number, numeral(numero) or(aŭ) oasis(oazo) obey(obei) bishop(episkopo) objection(kontraŭargumento) article, object, thing(objekto) thing(aĵo)
aim, goal, purpose, target(celo) compel, force(devigi) compulsory(deviga) work(verko) femalelaborer, femallabourer, femalworker(laboristino) hand, laborer, labourer, operative, worker, workingman,
workman(laboristo) keep, mind, observe(observi) dam(baraĵo)
barrier, fence(barilo)
bar, barrier(baro) achieve, acquire, attain, get, obtain(akiri)
get, have, receive(ricevi) blunt(malakra)
dull, obtuse(obtuza) goose(ansero) activate, cause, giveriseto(kaŭzi)
cause, causetotakeplace(okazigi) backofthehead, occiput(okcipito) Oceania, Oceanica(Oceanio) eighty(okdek) eight(ok) eighthundred(okcent) eighth(oka) October(oktobro) oculist, ophtalmologist(okulisto) conceal, hide(kaŝi) hide, hideoneself(kaŝisin) hidden(kaŝita) busy(okupita) occupy, take(okupi) ocean(oceano) Pacific, PacificOcean(Pacifiko) hate(malami) hate(malamo) west, West(okcidento)
west(uesto) abuse, insult, offend(ofendi) abuse, insult(insulto)
abuse(ofendo) offer(oferto)
presentation(prezentado)
presentation(prezento) official(ofica)
official(oficiala) bureau, office(oficejo) postoffice(poŝtoficejo) inquiry‐office(informejo) handicraft, occupation, trade(metio)
function, job, office, post(ofico) accommodating, helpful(helpema) bid, offer, makeanofferof(oferti) offer(oferto)
presentation(prezentado)
presentation(prezento) eye(okulo) wave(ondo) billow(ondego) giveoffanodour, reek, smell(odori) smellof(odorikiel) reek, smell, smellbad, stink(fetori) olive‐tree(olivujo) jug, pot(poto)
jug, box, container, vessel(ujo) elm(ulmo) aroma, flavour(aromo)
odor, odour, scent, smell(odoro) forget(forgesi) omnipotence(ĉiopovo) almighty, all‐powerful, omnipotent(ĉiopova) all‐knowing, omniscient(ĉioscia) eleven(dekunu) opinion(opinio) opium(opio) confront, standupto, withstand(kontraŭstari)
resist, withstand(rezisti) stale(malfreŝa)
airless, oppressive, stiffling, sultry(sufoka) suppress(subpremi) appeal, entreaty, supplication(petego) order(sinsekvo)
warrant, writ(skribaordono) agenda(tagordo) warrant, writ(skribaordono) computer(komputero) ear(orelo) proud(fiera) lineage(deveno)
beginning, commencement, start(komenciĝo)
origin(origino) aboriginal, original(origina)
original(originala) coming(devena) urine(urino) pot, chamberpot(noktovazo) urinate(pisi)
urinate(urini) gold(oro) nettle(urtiko) orthography(ortografio) caterpillar(raŭpo) she‐bear(ursino) dark, dim(malluma) bear(urso) oyster(ostro) autumn(aŭtuno) afresh, again, alloveragain, anew(denove)
afresh, again, oncemore(ree) other, another, else(alia) oppositeside(transaflanko) sheep(ŝafo) hear(aŭdi) patience(pacienco) Pacific, PacificOcean(Pacifiko) father(patro¹)
father(patro²) parents(gepatroj) parents(gepatroj) pay(pagi) payonaccount(pagiparte) payment(pago) landscape, scenery(pejzaĝo) shovel(ŝovelilo) word(vorto) palace(palaco) palm, palmtree(palmo) baton, cane, stick(bastono) pigeon(palumbo) bread, loaf(pano) brakedown(paneo) baker(bakisto) bakery(bakejo) Panama(Panamo) roll(bulko) brakedown(paneo) pants, trousers(pantalono) shortpants, shorts(kuloto)
shortpants, shorts(pantaloneto) calf(suro) paper(papero) writing‐paper(leterpapero) toilet‐paper(necesejapapero) tapestry, wallcovering(tapeto) blotter, blottingpaper(sorbapapero) stationer'sshop(kontorbezonaĵbutiko) packet, parcel(paketo) pair(duo)
even(para)
pair(paro) for, to, inorderto, per(por) so, sothat(porke) oneperson(unupersona) buffer, bumper(bufro) stop(haltejo) busstop(aŭtobushaltejo)
busstop, busstop(bushaltejo) umbrella(pluvombrelo) Paraguay(Paragvajo) parallel(paralela) auditorium(aŭlo) turnaway(deturni)
halt, cometoahalt, stop(halti)
halt, stop(haltigi)
shutoff, stop, switchoff, turnoff(malfunkciigi) adhesiveplaster(diakilo) brown(bruna)
grey(griza) excuseme(pardonu) appear, look(aspekti)