-
Notifications
You must be signed in to change notification settings - Fork 0
/
master_spanish.json
8987 lines (8987 loc) · 593 KB
/
master_spanish.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{"word": "a, to", "translation": "a", "isVerb": false},
{"word": "down, below, downstairs", "translation": "abajo", "isVerb": false},
{"word": "to abandon", "translation": "abandonar", "isVerb": true},
{"word": "abandoned", "translation": "abandonado/a", "isVerb": false},
{"word": "abandonment", "translation": "abandono", "isVerb": false},
{"word": "fan", "translation": "abanico", "isVerb": false},
{"word": "to fan", "translation": "abanicar", "isVerb": true},
{"word": "to lower the price of", "translation": "abaratar", "isVerb": true},
{"word": "to cover", "translation": "abarcar", "isVerb": true},
{"word": "groceries, packings", "translation": "abarrotes", "isVerb": false},
{"word": "to supply", "translation": "abastecer", "isVerb": true},
{"word": "supplying", "translation": "abastecimiento", "isVerb": false},
{"word": "supply", "translation": "abasto", "isVerb": false},
{"word": "to knock down", "translation": "abatir", "isVerb": true},
{"word": "to get depressed", "translation": "abatirse", "isVerb": true},
{"word": "dejected", "translation": "abatido/a", "isVerb": false},
{"word": "discouragement", "translation": "abatimiento", "isVerb": false},
{"word": "to abdicate", "translation": "abdicar", "isVerb": true},
{"word": "abdication", "translation": "abdicación/ciones", "isVerb": false},
{"word": "abdomen", "translation": "abdomen", "isVerb": false},
{"word": "abdominal", "translation": "abdominal", "isVerb": false},
{"word": "alphabet", "translation": "abecedario", "isVerb": false},
{"word": "birch", "translation": "abedul", "isVerb": false},
{"word": "bee", "translation": "abeja", "isVerb": false},
{"word": "aberration", "translation": "aberración/ciones", "isVerb": false},
{"word": "opening", "translation": "abertura", "isVerb": false},
{"word": "open", "translation": "abierto/a", "isVerb": false},
{"word": "abyss", "translation": "abismo", "isVerb": false},
{"word": "enormous", "translation": "abismal", "isVerb": false},
{"word": "to soften", "translation": "ablandar", "isVerb": true},
{"word": "to deny oneself", "translation": "abnegarse", "isVerb": true},
{"word": "self-sacrificing", "translation": "abnegado/a", "isVerb": false},
{"word": "self-denial", "translation": "abnegación/ciones", "isVerb": false},
{"word": "to embarass", "translation": "abochornar", "isVerb": true},
{"word": "to get embarassed", "translation": "abochornarse", "isVerb": true},
{"word": "to slap", "translation": "abofetear", "isVerb": true},
{"word": "lawyer", "translation": "abogado/a", "isVerb": false},
{"word": "legal profession", "translation": "abogacía", "isVerb": false},
{"word": "to defend, plead of", "translation": "abogar", "isVerb": true},
{"word": "to abolish", "translation": "abolir", "isVerb": true},
{"word": "abolition", "translation": "abolición/ciones", "isVerb": false},
{"word": "to dent", "translation": "abollar", "isVerb": true},
{"word": "dent", "translation": "abolladura", "isVerb": false},
{"word": "to detest", "translation": "abominar", "isVerb": true},
{"word": "abominable", "translation": "abominable", "isVerb": false},
{"word": "abomination", "translation": "abominación/ciones", "isVerb": false},
{"word": "to pay", "translation": "abonar", "isVerb": true},
{"word": "subscriber", "translation": "abonado/a", "isVerb": false},
{"word": "payment, fertiñizer", "translation": "abono", "isVerb": false},
{"word": "to tackle, accost, board", "translation": "abordar", "isVerb": true},
{"word": "aborigine", "translation": "aborigen/rígenes", "isVerb": false},
{"word": "hateful", "translation": "aborrecible", "isVerb": false},
{"word": "to abort", "translation": "abortar", "isVerb": true},
{"word": "abortion", "translation": "aborto", "isVerb": false},
{"word": "to button", "translation": "abotonar", "isVerb": true},
{"word": "to embrace", "translation": "abrazar", "isVerb": true},
{"word": "hug", "translation": "abrazo", "isVerb": false},
{"word": "bottle opener", "translation": "abrebotellas", "isVerb": false},
{"word": "can opener", "translation": "abrelatas", "isVerb": false},
{"word": "to shorten", "translation": "abreviar", "isVerb": true},
{"word": "abbreviation", "translation": "abreviación/ciones", "isVerb": false},
{"word": "abbreviation", "translation": "abreviatura", "isVerb": false},
{"word": "opener", "translation": "abridor", "isVerb": false},
{"word": "to shelter, wrap up", "translation": "abrigar", "isVerb": true},
{"word": "to take shelter", "translation": "abrigarse", "isVerb": true},
{"word": "sheltered", "translation": "abrigado/a", "isVerb": false},
{"word": "coat, shelter", "translation": "abrigo", "isVerb": false},
{"word": "april", "translation": "abril", "isVerb": false},
{"word": "to polish, shine", "translation": "abrillantar", "isVerb": true},
{"word": "to open, unlock", "translation": "abrir", "isVerb": true},
{"word": "to fasten, to button", "translation": "abrochar", "isVerb": true},
{"word": "to fasten oneself", "translation": "abrocharse", "isVerb": true},
{"word": "to crush, to overwhelm", "translation": "abrumar", "isVerb": true},
{"word": "overwhelming", "translation": "abrumador/dora", "isVerb": false},
{"word": "absolute", "translation": "absoluto/a", "isVerb": false},
{"word": "absolutely", "translation": "absolutamente", "isVerb": false},
{"word": "to absolve", "translation": "absolver", "isVerb": true},
{"word": "to absorb", "translation": "absorber", "isVerb": true},
{"word": "absorbent", "translation": "absorbente", "isVerb": false},
{"word": "absorption", "translation": "absorción/ciones", "isVerb": false},
{"word": "absorbed, engrossed", "translation": "absorto/a", "isVerb": false},
{"word": "abstain, refrain", "translation": "abstenerse", "isVerb": false},
{"word": "abstention", "translation": "abstención/ciones", "isVerb": false},
{"word": "abstinence", "translation": "abstinencia", "isVerb": false},
{"word": "abstraction", "translation": "abstracción/ciones", "isVerb": false},
{"word": "abstract", "translation": "abstracto/a", "isVerb": false},
{"word": "to abstract", "translation": "abstraer", "isVerb": true},
{"word": "abstracted, preoccupied", "translation": "abstraído/da", "isVerb": false},
{"word": "absurd", "translation": "absurdo/a", "isVerb": false},
{"word": "abundance", "translation": "abundancia", "isVerb": false},
{"word": "abundant", "translation": "abundante", "isVerb": false},
{"word": "to bore (as in yawn)", "translation": "aburrir", "isVerb": true},
{"word": "to become bored", "translation": "aburrirse", "isVerb": true},
{"word": "boring", "translation": "aburrido/a", "isVerb": false},
{"word": "boredom", "translation": "aburrimiento", "isVerb": false},
{"word": "to abuse", "translation": "abusar", "isVerb": true},
{"word": "abusive", "translation": "abusivo/a", "isVerb": false},
{"word": "to finish", "translation": "acabar", "isVerb": true},
{"word": "finished", "translation": "acabado/a", "isVerb": false},
{"word": "academy", "translation": "academia", "isVerb": false},
{"word": "academic", "translation": "académico/a", "isVerb": false},
{"word": "to warm up, to stir up", "translation": "acalorar", "isVerb": true},
{"word": "to get worked up", "translation": "acalorarse", "isVerb": true},
{"word": "heated", "translation": "acalorado/a", "isVerb": false},
{"word": "to camp", "translation": "acampar", "isVerb": true},
{"word": "cliff", "translation": "acantilado", "isVerb": false},
{"word": "to caress", "translation": "acariciar", "isVerb": true},
{"word": "to carry", "translation": "acarrear", "isVerb": true},
{"word": "perhaps, maybe", "translation": "acaso", "isVerb": false},
{"word": "wealthy, accumulated", "translation": "acaudalado/a", "isVerb": false},
{"word": "to agree", "translation": "acceder", "isVerb": true},
{"word": "access", "translation": "acceso", "isVerb": false},
{"word": "accessible", "translation": "accesible", "isVerb": false},
{"word": "accessory", "translation": "accesorio", "isVerb": false},
{"word": "turbulent, rough, victim", "translation": "accidentado/a", "isVerb": false},
{"word": "accidental", "translation": "accidental", "isVerb": false},
{"word": "accident", "translation": "accidente", "isVerb": false},
{"word": "action", "translation": "acción/ciones", "isVerb": false},
{"word": "to drive, to activate", "translation": "accionar", "isVerb": true},
{"word": "shareholder", "translation": "accionista", "isVerb": false},
{"word": "to watch, stalk", "translation": "acechar", "isVerb": true},
{"word": "oil", "translation": "aceite", "isVerb": false},
{"word": "to oil", "translation": "aceitar", "isVerb": true},
{"word": "oily", "translation": "aceitoso/a", "isVerb": false},
{"word": "olive", "translation": "aceituna", "isVerb": false},
{"word": "to accelerate", "translation": "acelerar", "isVerb": true},
{"word": "chard", "translation": "acelga", "isVerb": false},
{"word": "to accentuate", "translation": "acentuar", "isVerb": true},
{"word": "accent, emphasis", "translation": "acento", "isVerb": false},
{"word": "to accept", "translation": "aceptar", "isVerb": true},
{"word": "acceptable", "translation": "aceptable", "isVerb": false},
{"word": "acceptance", "translation": "aceptación/ciones", "isVerb": false},
{"word": "sidewalk", "translation": "acera", "isVerb": false},
{"word": "steel", "translation": "acero", "isVerb": false},
{"word": "accurate", "translation": "acertado/a", "isVerb": false},
{"word": "riddle", "translation": "acertijo", "isVerb": false},
{"word": "acetone", "translation": "acetona", "isVerb": false},
{"word": "to drain, to make smaller", "translation": "achicar", "isVerb": true},
{"word": "acid", "translation": "ácido/a", "isVerb": false},
{"word": "acidity", "translation": "acidez/deces", "isVerb": false},
{"word": "correct", "translation": "acierto", "isVerb": false},
{"word": "to acclaim", "translation": "aclamar", "isVerb": true},
{"word": "acclaim", "translation": "aclamación/ciones", "isVerb": false},
{"word": "to clarify", "translation": "aclarar", "isVerb": true},
{"word": "explanation", "translation": "aclaración/ciones", "isVerb": false},
{"word": "explanatory", "translation": "aclaratorio/ria", "isVerb": false},
{"word": "to acclimate", "translation": "aclimatar", "isVerb": true},
{"word": "to become aclimated", "translation": "aclimatarse", "isVerb": true},
{"word": "acclimatization", "translation": "aclimatación/ciones", "isVerb": false},
{"word": "acne", "translation": "acné", "isVerb": false},
{"word": "to intimidate", "translation": "acobadar", "isVerb": true},
{"word": "to become frightened", "translation": "acobardarse", "isVerb": true},
{"word": "to welcome", "translation": "acoger", "isVerb": true},
{"word": "to take refuge", "translation": "acogerse", "isVerb": true},
{"word": "cosy", "translation": "acogedor/dora", "isVerb": false},
{"word": "welcome", "translation": "acogida", "isVerb": false},
{"word": "to pad", "translation": "acolchar", "isVerb": true},
{"word": "to undertake, to attack", "translation": "acometer", "isVerb": true},
{"word": "to adjust", "translation": "acomodar", "isVerb": true},
{"word": "to settle in", "translation": "acomodarse", "isVerb": true},
{"word": "accommodated, well to do", "translation": "acomodado/a", "isVerb": false},
{"word": "to accompany", "translation": "acompañar", "isVerb": true},
{"word": "accompaniment", "translation": "acompañamiento", "isVerb": false},
{"word": "companion", "translation": "acompañante", "isVerb": false},
{"word": "to prepare, to equip", "translation": "acondicionar", "isVerb": true},
{"word": "equipped", "translation": "acondicionado/a", "isVerb": false},
{"word": "to get upset", "translation": "acongojarse", "isVerb": true},
{"word": "to advise", "translation": "aconsejar", "isVerb": true},
{"word": "advisable", "translation": "aconsejable", "isVerb": false},
{"word": "to occur", "translation": "acontecer", "isVerb": true},
{"word": "event", "translation": "acontecimiento", "isVerb": false},
{"word": "to decide", "translation": "acordar", "isVerb": true},
{"word": "to remember", "translation": "acordarse", "isVerb": true},
{"word": "agreed", "translation": "acorde", "isVerb": false},
{"word": "accordion", "translation": "acordeón/deones", "isVerb": false},
{"word": "to shorten", "translation": "acortar", "isVerb": true},
{"word": "to get shorter", "translation": "acortarse", "isVerb": true},
{"word": "to harass", "translation": "acosar", "isVerb": true},
{"word": "harassment", "translation": "acoso", "isVerb": false},
{"word": "to lay down", "translation": "acostar", "isVerb": true},
{"word": "to lie down, go to bed", "translation": "acostarse", "isVerb": true},
{"word": "to get used to", "translation": "acostumbrarse", "isVerb": true},
{"word": "accustomed, usual", "translation": "acostumbrado/a", "isVerb": false},
{"word": "to increase", "translation": "acrecentar", "isVerb": true},
{"word": "increase, growth", "translation": "acrecentamiento", "isVerb": false},
{"word": "to accredit", "translation": "acreditar", "isVerb": true},
{"word": "to prove oneself", "translation": "acreditarse", "isVerb": true},
{"word": "accredited", "translation": "acreditado/a", "isVerb": false},
{"word": "creditor, whorty", "translation": "acreedor/dora", "isVerb": false},
{"word": "to riddle", "translation": "acribillar", "isVerb": true},
{"word": "acrylic", "translation": "acrílico", "isVerb": false},
{"word": "acrobatics", "translation": "acrobacia", "isVerb": false},
{"word": "acrobat", "translation": "acróbata", "isVerb": false},
{"word": "acrobatic", "translation": "acrobático/a", "isVerb": false},
{"word": "act", "translation": "acta", "isVerb": false},
{"word": "attitude", "translation": "actitud", "isVerb": false},
{"word": "to activate", "translation": "activar", "isVerb": true},
{"word": "activity", "translation": "actividad", "isVerb": false},
{"word": "assets", "translation": "activo/a", "isVerb": false},
{"word": "act", "translation": "acto", "isVerb": false},
{"word": "actor", "translation": "actor", "isVerb": false},
{"word": "actress", "translation": "actriz/trices", "isVerb": false},
{"word": "present", "translation": "actual", "isVerb": false},
{"word": "the present time", "translation": "actualidad", "isVerb": false},
{"word": "to update", "translation": "actualizar", "isVerb": true},
{"word": "update", "translation": "actualización/ciones", "isVerb": false},
{"word": "at present, nowadays", "translation": "actualmente", "isVerb": false},
{"word": "to act", "translation": "actuar", "isVerb": true},
{"word": "watercolor", "translation": "acuarela", "isVerb": false},
{"word": "aquarium", "translation": "acuario", "isVerb": false},
{"word": "aquatic", "translation": "acuático/a", "isVerb": false},
{"word": "to stab, knife", "translation": "acuchillar", "isVerb": true},
{"word": "to go, come", "translation": "acudir", "isVerb": true},
{"word": "aqueduct", "translation": "acueducto", "isVerb": false},
{"word": "agreement", "translation": "acuerdo", "isVerb": false},
{"word": "to accumulate", "translation": "acumular", "isVerb": true},
{"word": "to pile up", "translation": "acumularse", "isVerb": true},
{"word": "accumulation", "translation": "acumulación/ciones", "isVerb": false},
{"word": "storage battery", "translation": "acumulador", "isVerb": false},
{"word": "cumulative", "translation": "acumulativo/a", "isVerb": false},
{"word": "acupuncture", "translation": "acupuntura", "isVerb": false},
{"word": "to curl up, nestle", "translation": "acurrucarse", "isVerb": true},
{"word": "to accuse", "translation": "acusar", "isVerb": true},
{"word": "accusation", "translation": "acusación/ciones", "isVerb": false},
{"word": "defendant", "translation": "acusado/a", "isVerb": false},
{"word": "acoustics", "translation": "acústica", "isVerb": false},
{"word": "acoustics", "translation": "acústico/a", "isVerb": false},
{"word": "adage, proverb", "translation": "adagio", "isVerb": false},
{"word": "to adapt", "translation": "adaptar", "isVerb": true},
{"word": "to adapt", "translation": "adaptarse", "isVerb": true},
{"word": "adaptable", "translation": "adaptable", "isVerb": false},
{"word": "adaptation", "translation": "adaptación/ciones", "isVerb": false},
{"word": "adapter", "translation": "adaptador", "isVerb": false},
{"word": "to adapt", "translation": "adecuar", "isVerb": true},
{"word": "to be appropriate", "translation": "adecuarse", "isVerb": true},
{"word": "adapted", "translation": "adecuado/a", "isVerb": false},
{"word": "to advance", "translation": "adelantar", "isVerb": true},
{"word": "to go ahead", "translation": "adelantarse", "isVerb": true},
{"word": "advanced", "translation": "adelantado/a", "isVerb": false},
{"word": "ahead", "translation": "adelante", "isVerb": false},
{"word": "to become thin", "translation": "adelgazar", "isVerb": true},
{"word": "gesture", "translation": "ademán/manes", "isVerb": false},
{"word": "in addition, besides, furthermore", "translation": "además", "isVerb": false},
{"word": "inside", "translation": "adentro", "isVerb": false},
{"word": "to go into, get inside of", "translation": "adentrarse", "isVerb": true},
{"word": "follower", "translation": "adepto/a", "isVerb": false},
{"word": "to decorate", "translation": "aderezar", "isVerb": true},
{"word": "dressing", "translation": "aderezo", "isVerb": false},
{"word": "to owe", "translation": "adeudar", "isVerb": true},
{"word": "to adhere", "translation": "adherirse", "isVerb": true},
{"word": "adhesion", "translation": "adherencia", "isVerb": false},
{"word": "adhesion", "translation": "adhesión/siones", "isVerb": false},
{"word": "adhesive", "translation": "adhesivo/a", "isVerb": false},
{"word": "addition", "translation": "adición/ciones", "isVerb": false},
{"word": "additional", "translation": "adicional", "isVerb": false},
{"word": "addict", "translation": "adicto/a", "isVerb": false},
{"word": "to train", "translation": "adiestrar", "isVerb": true},
{"word": "wealthy", "translation": "adinerado/a", "isVerb": false},
{"word": "good bye", "translation": "adiós", "isVerb": false},
{"word": "additive", "translation": "aditivo", "isVerb": false},
{"word": "to guess, foretell", "translation": "adivinar", "isVerb": true},
{"word": "guessing, prediction", "translation": "adivinación/ciones", "isVerb": false},
{"word": "riddle", "translation": "adivinanza", "isVerb": false},
{"word": "fortune teller", "translation": "adivino/a", "isVerb": false},
{"word": "adjective", "translation": "adjetivo/a", "isVerb": false},
{"word": "to award", "translation": "adjudicar", "isVerb": true},
{"word": "to appropriate", "translation": "adjudicarse", "isVerb": true},
{"word": "awarding", "translation": "adjudicación/ciones", "isVerb": false},
{"word": "to enclose", "translation": "adjuntar", "isVerb": true},
{"word": "associate, enclosed", "translation": "adjunto/a", "isVerb": false},
{"word": "administration, management", "translation": "administración/ciones", "isVerb": false},
{"word": "administrator,manager", "translation": "administrador/dora", "isVerb": false},
{"word": "to administer, manage", "translation": "administrar", "isVerb": true},
{"word": "administrative", "translation": "administrativo/a", "isVerb": false},
{"word": "to admire", "translation": "admirar", "isVerb": true},
{"word": "admirable", "translation": "admirable", "isVerb": false},
{"word": "admiration", "translation": "admiración/ciones", "isVerb": false},
{"word": "admirer", "translation": "admirador/dora", "isVerb": false},
{"word": "to admit", "translation": "admitir", "isVerb": true},
{"word": "admission", "translation": "admisión/siones", "isVerb": false},
{"word": "dna", "translation": "adn", "isVerb": false},
{"word": "adobe", "translation": "adobe", "isVerb": false},
{"word": "marinade", "translation": "adobo", "isVerb": false},
{"word": "to indoctrinate", "translation": "adoctrinar", "isVerb": true},
{"word": "indoctrination", "translation": "adoctrinamiento", "isVerb": false},
{"word": "to suffer", "translation": "adolecer", "isVerb": true},
{"word": "adolescent", "translation": "adolescente", "isVerb": false},
{"word": "adolescence", "translation": "adolescencia", "isVerb": false},
{"word": "where", "translation": "adonde", "isVerb": false},
{"word": "where", "translation": "adónde", "isVerb": false},
{"word": "to adopt", "translation": "adoptar", "isVerb": true},
{"word": "adoption", "translation": "adopción/ciones", "isVerb": false},
{"word": "adoptive", "translation": "adoptivo/a", "isVerb": false},
{"word": "to adore, worship", "translation": "adorar", "isVerb": true},
{"word": "adorable", "translation": "adorable", "isVerb": false},
{"word": "adoration, worship", "translation": "adoración/ciones", "isVerb": false},
{"word": "to make sleepy", "translation": "adormecer", "isVerb": true},
{"word": "to doze off", "translation": "adormecerse", "isVerb": true},
{"word": "drowsiness", "translation": "adormecimiento", "isVerb": false},
{"word": "to adorn, decorate", "translation": "adornar", "isVerb": true},
{"word": "ornament,decoration", "translation": "adorno", "isVerb": false},
{"word": "to acquire", "translation": "adquirir", "isVerb": true},
{"word": "acquisition", "translation": "adquisición/ciones", "isVerb": false},
{"word": "intentionally, on purpose", "translation": "adrede", "isVerb": false},
{"word": "customs", "translation": "aduana", "isVerb": false},
{"word": "customs officer", "translation": "aduanero/a", "isVerb": false},
{"word": "to cite, put forward", "translation": "aducir", "isVerb": true},
{"word": "to take possession", "translation": "adueñarse", "isVerb": true},
{"word": "to flatter", "translation": "adular", "isVerb": true},
{"word": "flattery", "translation": "adulación/ciones", "isVerb": false},
{"word": "flatterer", "translation": "adulador/dora", "isVerb": false},
{"word": "to adulterate", "translation": "adulterar", "isVerb": true},
{"word": "adultery", "translation": "adulterio", "isVerb": false},
{"word": "adulterer", "translation": "adúltero/a", "isVerb": false},
{"word": "adult", "translation": "adulto/a", "isVerb": false},
{"word": "advent, arrival", "translation": "advenimiento", "isVerb": false},
{"word": "adverb", "translation": "adverbio", "isVerb": false},
{"word": "adverbial", "translation": "adverbial", "isVerb": false},
{"word": "adversary", "translation": "adversario/ria", "isVerb": false},
{"word": "adverse", "translation": "adverso/a", "isVerb": false},
{"word": "adversity", "translation": "adversidad", "isVerb": false},
{"word": "adjacent", "translation": "adyacente", "isVerb": false},
{"word": "aerial", "translation": "aéreo/rea", "isVerb": false},
{"word": "aerobics", "translation": "aerobic", "isVerb": false},
{"word": "aerodynamic", "translation": "aerodinámico/a", "isVerb": false},
{"word": "airfield", "translation": "aeródromo", "isVerb": false},
{"word": "airline", "translation": "aerolínea", "isVerb": false},
{"word": "flight attendant, steward", "translation": "aeromozo/a", "isVerb": false},
{"word": "airship", "translation": "aeronave", "isVerb": false},
{"word": "airport", "translation": "aeropuerto", "isVerb": false},
{"word": "aerosol, spray", "translation": "aerosol", "isVerb": false},
{"word": "eagerness, effort", "translation": "afán/afanes", "isVerb": false},
{"word": "to toil", "translation": "afanarse", "isVerb": true},
{"word": "laboriously", "translation": "afanosamente", "isVerb": false},
{"word": "laborious, eager", "translation": "afanoso/a", "isVerb": false},
{"word": "affection", "translation": "afección/ciones", "isVerb": false},
{"word": "to affect", "translation": "afectar", "isVerb": true},
{"word": "affectation", "translation": "afectación/ciones", "isVerb": false},
{"word": "affected", "translation": "afectado/a", "isVerb": false},
{"word": "affective", "translation": "afectivo/a", "isVerb": false},
{"word": "affection", "translation": "afecto", "isVerb": false},
{"word": "affectionate", "translation": "afectuoso/a", "isVerb": false},
{"word": "to shave", "translation": "afeitar", "isVerb": true},
{"word": "to shave", "translation": "afeitarse", "isVerb": true},
{"word": "shave", "translation": "afeitada", "isVerb": false},
{"word": "made effeminate", "translation": "afeminado/a", "isVerb": false},
{"word": "to cling", "translation": "aferrarse", "isVerb": true},
{"word": "to strengthen", "translation": "afianzar", "isVerb": true},
{"word": "to become established", "translation": "afianzarse", "isVerb": true},
{"word": "poster", "translation": "afiche", "isVerb": false},
{"word": "hobby, penchant", "translation": "afición/ciones", "isVerb": false},
{"word": "fan", "translation": "aficionado/a", "isVerb": false},
{"word": "to become interested", "translation": "aficionarse", "isVerb": true},
{"word": "to sharpen", "translation": "afilar", "isVerb": true},
{"word": "sharp", "translation": "afilado/a", "isVerb": false},
{"word": "knifegrinder, sharpener", "translation": "afilador", "isVerb": false},
{"word": "affiliation", "translation": "afiliación/ciones", "isVerb": false},
{"word": "affiliated", "translation": "afiliado/a", "isVerb": false},
{"word": "compatible", "translation": "afín", "isVerb": false},
{"word": "compatible", "translation": "afin/afines", "isVerb": false},
{"word": "affinity", "translation": "afinidad", "isVerb": false},
{"word": "to tune, refine", "translation": "afinar", "isVerb": true},
{"word": "to affirm", "translation": "afirmar", "isVerb": true},
{"word": "affirmation", "translation": "afirmación/ciones", "isVerb": false},
{"word": "affirmative", "translation": "afirmativo/a", "isVerb": false},
{"word": "to afflict, distress", "translation": "afligir", "isVerb": true},
{"word": "to grieve", "translation": "afligirse", "isVerb": true},
{"word": "affliction, sorrow", "translation": "aflición/ciones", "isVerb": false},
{"word": "sorrowful", "translation": "afligido/a", "isVerb": false},
{"word": "to loosen, slacken", "translation": "aflojar", "isVerb": true},
{"word": "outcrop", "translation": "afloramiento", "isVerb": false},
{"word": "affluence", "translation": "afluencia", "isVerb": false},
{"word": "affluent", "translation": "afluente", "isVerb": false},
{"word": "lucky, fortunate", "translation": "afortunado/a", "isVerb": false},
{"word": "fortunately, luckily", "translation": "afortunadamente", "isVerb": false},
{"word": "to insult", "translation": "afrentar", "isVerb": true},
{"word": "insult", "translation": "afrenta", "isVerb": false},
{"word": "african", "translation": "africano/a", "isVerb": false},
{"word": "to confront", "translation": "afrontar", "isVerb": true},
{"word": "outside", "translation": "afuera", "isVerb": false},
{"word": "to bend, lower", "translation": "agachar", "isVerb": true},
{"word": "to crouch", "translation": "agacharse", "isVerb": true},
{"word": "grill", "translation": "agalla", "isVerb": false},
{"word": "to grasp, catch", "translation": "agarrar", "isVerb": true},
{"word": "to hold on", "translation": "agarrarse", "isVerb": true},
{"word": "handle", "translation": "agarradera", "isVerb": false},
{"word": "stingy", "translation": "agarrado/a", "isVerb": false},
{"word": "take hold, grip", "translation": "agarre", "isVerb": false},
{"word": "to entertain, fete", "translation": "agasajar", "isVerb": true},
{"word": "entertainment, lavish attention", "translation": "agasajo", "isVerb": false},
{"word": "agency", "translation": "agencia", "isVerb": false},
{"word": "agent, officer", "translation": "agente", "isVerb": false},
{"word": "agenda", "translation": "agenda", "isVerb": false},
{"word": "agile", "translation": "ágil", "isVerb": false},
{"word": "agility", "translation": "agilidad", "isVerb": false},
{"word": "to shake, agitate", "translation": "agitar", "isVerb": true},
{"word": "to be shaken, toss about", "translation": "agitarse", "isVerb": true},
{"word": "agitation", "translation": "agitación/ciones", "isVerb": false},
{"word": "agitated, excited, shaken", "translation": "agitado/a", "isVerb": false},
{"word": "to amass", "translation": "aglomerar", "isVerb": true},
{"word": "to crowd together", "translation": "aglomerarse", "isVerb": true},
{"word": "agnostic", "translation": "agnóstico/a", "isVerb": false},
{"word": "weary", "translation": "agobiado/a", "isVerb": false},
{"word": "oppressing", "translation": "agobiante", "isVerb": false},
{"word": "to be dying", "translation": "agonizar", "isVerb": true},
{"word": "agony, death", "translation": "agonía", "isVerb": false},
{"word": "dying", "translation": "agonizante", "isVerb": false},
{"word": "august", "translation": "agosto", "isVerb": false},
{"word": "to exhaust, deplete", "translation": "agotar", "isVerb": true},
{"word": "to run out, get tired", "translation": "agotarse", "isVerb": true},
{"word": "exhausted", "translation": "agotado/a", "isVerb": false},
{"word": "exhausting", "translation": "agotador/dora", "isVerb": false},
{"word": "exhaustion", "translation": "agotamiento", "isVerb": false},
{"word": "attractive", "translation": "agraciado/a", "isVerb": false},
{"word": "to be pleasing", "translation": "agradar", "isVerb": true},
{"word": "pleasant", "translation": "agradable", "isVerb": false},
{"word": "pleasure", "translation": "agrado", "isVerb": false},
{"word": "to be thankful", "translation": "agradecer", "isVerb": true},
{"word": "grateful", "translation": "agradecido/a", "isVerb": false},
{"word": "gratefulness", "translation": "agradecimiento", "isVerb": false},
{"word": "to enlarge", "translation": "agrandar", "isVerb": true},
{"word": "to grow larger", "translation": "agrandarse", "isVerb": true},
{"word": "agrarian, agricultural", "translation": "agrario/ria", "isVerb": false},
{"word": "to make heavier", "translation": "agravar", "isVerb": true},
{"word": "to get worse", "translation": "agravarse", "isVerb": true},
{"word": "to offend, insult", "translation": "agraviar", "isVerb": true},
{"word": "to attack", "translation": "agredir", "isVerb": true},
{"word": "to add, attach", "translation": "agregar", "isVerb": true},
{"word": "aggression", "translation": "agresión/siones", "isVerb": false},
{"word": "aggressiveness", "translation": "agresividad", "isVerb": false},
{"word": "aggressive", "translation": "agresivo/a", "isVerb": false},
{"word": "aggressor", "translation": "agresor/sora", "isVerb": false},
{"word": "to sour", "translation": "agriar", "isVerb": true},
{"word": "to turn sour", "translation": "agriarse", "isVerb": true},
{"word": "agricultural", "translation": "agrícola", "isVerb": false},
{"word": "agriculture, farming", "translation": "agricultura", "isVerb": false},
{"word": "farmer", "translation": "agricultor/tora", "isVerb": false},
{"word": "bittersweet", "translation": "agridulce", "isVerb": false},
{"word": "to crack", "translation": "agrietar", "isVerb": true},
{"word": "sour", "translation": "agrio/agria", "isVerb": false},
{"word": "to group", "translation": "agrupar", "isVerb": true},
{"word": "to form a group", "translation": "agruparse", "isVerb": true},
{"word": "group, association", "translation": "agrupación/ciones", "isVerb": false},
{"word": "grouping", "translation": "agrupamiento", "isVerb": false},
{"word": "water", "translation": "agua", "isVerb": false},
{"word": "avocado", "translation": "aguacate", "isVerb": false},
{"word": "watery", "translation": "aguado/a", "isVerb": false},
{"word": "to hold, bear", "translation": "aguantar", "isVerb": true},
{"word": "to resign oneself", "translation": "aguantarse", "isVerb": true},
{"word": "to await", "translation": "aguardar", "isVerb": true},
{"word": "brandy", "translation": "aguardiente", "isVerb": false},
{"word": "turpintine", "translation": "aguarrás", "isVerb": false},
{"word": "acute, sharp", "translation": "agudo/a", "isVerb": false},
{"word": "sharpness", "translation": "agudeza", "isVerb": false},
{"word": "eagle", "translation": "águila", "isVerb": false},
{"word": "needle", "translation": "aguja", "isVerb": false},
{"word": "hole", "translation": "agujero", "isVerb": false},
{"word": "shoelace", "translation": "agujeta", "isVerb": false},
{"word": "there", "translation": "ahí", "isVerb": false},
{"word": "godson, godchild", "translation": "ahijado/a", "isVerb": false},
{"word": "to drown", "translation": "ahogar", "isVerb": true},
{"word": "to suffocate, drown", "translation": "ahogarse", "isVerb": true},
{"word": "breathlessness", "translation": "ahogo", "isVerb": false},
{"word": "to deepen", "translation": "ahondar", "isVerb": true},
{"word": "now", "translation": "ahora", "isVerb": false},
{"word": "to hang", "translation": "ahorcar", "isVerb": true},
{"word": "to hang oneself", "translation": "ahorcarse", "isVerb": true},
{"word": "right now", "translation": "ahorita", "isVerb": false},
{"word": "to save, spare", "translation": "ahorrar", "isVerb": true},
{"word": "to spare oneself", "translation": "ahorrarse", "isVerb": true},
{"word": "saving", "translation": "ahorro", "isVerb": false},
{"word": "to smoke", "translation": "ahumar", "isVerb": true},
{"word": "smoked", "translation": "ahumado/a", "isVerb": false},
{"word": "to scare away", "translation": "ahuyentar", "isVerb": true},
{"word": "angry", "translation": "airado/a", "isVerb": false},
{"word": "air", "translation": "aire", "isVerb": false},
{"word": "to isolate", "translation": "aislar", "isVerb": true},
{"word": "isolation", "translation": "aislamiento", "isVerb": false},
{"word": "chess", "translation": "ajedrez", "isVerb": false},
{"word": "someone else's", "translation": "ajeno/a", "isVerb": false},
{"word": "busy", "translation": "ajetreado/a", "isVerb": false},
{"word": "chili pepper", "translation": "ají/ajíes", "isVerb": false},
{"word": "garlic", "translation": "ajo", "isVerb": false},
{"word": "to fit", "translation": "ajustar", "isVerb": true},
{"word": "to adjust", "translation": "ajustarse", "isVerb": true},
{"word": "adjustable", "translation": "ajustable", "isVerb": false},
{"word": "fit", "translation": "ajustado/a", "isVerb": false},
{"word": "fit", "translation": "ajuste", "isVerb": false},
{"word": "wing", "translation": "ala", "isVerb": false},
{"word": "praise", "translation": "alabanza", "isVerb": false},
{"word": "to praise", "translation": "alabar", "isVerb": true},
{"word": "scorpion", "translation": "alacrán/cranes", "isVerb": false},
{"word": "wire", "translation": "alambre", "isVerb": false},
{"word": "tree-lined avenue, poplar grove", "translation": "alameda", "isVerb": false},
{"word": "poplar", "translation": "álamo", "isVerb": false},
{"word": "to boast", "translation": "alardear", "isVerb": true},
{"word": "to extend", "translation": "alargar", "isVerb": true},
{"word": "here", "translation": "acá", "isVerb": false},
{"word": "abuse", "translation": "abuso", "isVerb": false},
{"word": "to accustom", "translation": "acostumbrar", "isVerb": true},
{"word": "to become longer", "translation": "alargarse", "isVerb": true},
{"word": "howl", "translation": "alarido", "isVerb": false},
{"word": "to alarm", "translation": "alarmar", "isVerb": true},
{"word": "alarm", "translation": "alarma", "isVerb": false},
{"word": "alarming", "translation": "alarmante", "isVerb": false},
{"word": "dawn", "translation": "alba", "isVerb": false},
{"word": "basil", "translation": "albahaca", "isVerb": false},
{"word": "bricklayer, mason", "translation": "albañil", "isVerb": false},
{"word": "apricot", "translation": "albaricoque", "isVerb": false},
{"word": "will", "translation": "albedrío", "isVerb": false},
{"word": "reservoir, swimming pool", "translation": "alberca", "isVerb": false},
{"word": "to lodge", "translation": "albergar", "isVerb": true},
{"word": "lodging", "translation": "albergue", "isVerb": false},
{"word": "meatball", "translation": "albóndiga", "isVerb": false},
{"word": "to excite, stir up", "translation": "alborotar", "isVerb": true},
{"word": "to get excited", "translation": "alborotarse", "isVerb": true},
{"word": "excited", "translation": "alborotado/a", "isVerb": false},
{"word": "agitator, rioter", "translation": "alborotador/dora", "isVerb": false},
{"word": "ruckus", "translation": "alboroto", "isVerb": false},
{"word": "album", "translation": "álbum", "isVerb": false},
{"word": "artichoke", "translation": "alcachofa", "isVerb": false},
{"word": "mayor", "translation": "alcalde/desa", "isVerb": false},
{"word": "money box", "translation": "alcancía", "isVerb": false},
{"word": "sewer, drain", "translation": "alcantarilla", "isVerb": false},
{"word": "to reach", "translation": "alcanzar", "isVerb": true},
{"word": "moose", "translation": "alce", "isVerb": false},
{"word": "bedroom", "translation": "alcoba", "isVerb": false},
{"word": "alcohol", "translation": "alcohol", "isVerb": false},
{"word": "alcoholic", "translation": "alcohólico/a", "isVerb": false},
{"word": "alcoholism", "translation": "alcoholismo", "isVerb": false},
{"word": "village", "translation": "aldea", "isVerb": false},
{"word": "villager", "translation": "aldeano/a", "isVerb": false},
{"word": "alloy", "translation": "aleación/ciones", "isVerb": false},
{"word": "random", "translation": "aleatorio/ria", "isVerb": false},
{"word": "bordering", "translation": "aledaño/a", "isVerb": false},
{"word": "allegory", "translation": "alegoría", "isVerb": false},
{"word": "to cheer up, make happy", "translation": "alegrar", "isVerb": true},
{"word": "to be glad", "translation": "alegrarse", "isVerb": true},
{"word": "happy, glad", "translation": "alegre", "isVerb": false},
{"word": "happily", "translation": "alegremente", "isVerb": false},
{"word": "joy, cheer", "translation": "alegría", "isVerb": false},
{"word": "to move away, remove", "translation": "alejar", "isVerb": true},
{"word": "to move away, drift apart", "translation": "alejarse", "isVerb": true},
{"word": "moved away, remote", "translation": "alejado/a", "isVerb": false},
{"word": "distance, estrangement", "translation": "alejamiento", "isVerb": false},
{"word": "german", "translation": "alemán/mana", "isVerb": false},
{"word": "to encourage", "translation": "alentar", "isVerb": true},
{"word": "encouraging", "translation": "alentador/dora", "isVerb": false},
{"word": "allergy", "translation": "alergía", "isVerb": false},
{"word": "allergic", "translation": "alérgico/a", "isVerb": false},
{"word": "to alert", "translation": "alertar", "isVerb": true},
{"word": "alert", "translation": "alerta", "isVerb": false},
{"word": "fin, flipper", "translation": "aleta", "isVerb": false},
{"word": "alphabet", "translation": "alfabeto", "isVerb": false},
{"word": "alphabetical", "translation": "alfabético/a", "isVerb": false},
{"word": "literacy", "translation": "alfabetismo", "isVerb": false},
{"word": "to alphabetize", "translation": "alfabetizar", "isVerb": true},
{"word": "alfalfa", "translation": "alfalfa", "isVerb": false},
{"word": "pottery", "translation": "alfarería", "isVerb": false},
{"word": "bishop", "translation": "alfil", "isVerb": false},
{"word": "pin", "translation": "alfiler", "isVerb": false},
{"word": "pincushion", "translation": "alfiletero", "isVerb": false},
{"word": "small rug, carpet", "translation": "alfombra", "isVerb": false},
{"word": "rug", "translation": "alfombrilla", "isVerb": false},
{"word": "seaweed", "translation": "alga", "isVerb": false},
{"word": "algebra", "translation": "álgebra", "isVerb": false},
{"word": "something", "translation": "algo", "isVerb": false},
{"word": "cotton", "translation": "algodón/dones", "isVerb": false},
{"word": "bailiff, constable", "translation": "alguacil", "isVerb": false},
{"word": "somebody", "translation": "alguien", "isVerb": false},
{"word": "some, any", "translation": "alguno/a", "isVerb": false},
{"word": "some, a few", "translation": "algunos/nas", "isVerb": false},
{"word": "jewel", "translation": "alhaja", "isVerb": false},
{"word": "ally", "translation": "aliado/a", "isVerb": false},
{"word": "alliance", "translation": "alianza", "isVerb": false},
{"word": "to form an alliance", "translation": "aliarse", "isVerb": true},
{"word": "alias", "translation": "alias", "isVerb": false},
{"word": "pliers", "translation": "alicates", "isVerb": false},
{"word": "to alienate", "translation": "alienar", "isVerb": true},
{"word": "alienation", "translation": "alienación/ciones", "isVerb": false},
{"word": "breath", "translation": "aliento", "isVerb": false},
{"word": "to lighten", "translation": "aligerar", "isVerb": true},
{"word": "to feed, nourish", "translation": "alimentar", "isVerb": true},
{"word": "to feed itself", "translation": "alimentarse", "isVerb": true},
{"word": "feeding", "translation": "alimentación/ciones", "isVerb": false},
{"word": "nutritional, nourishing", "translation": "alimenticio/cia", "isVerb": false},
{"word": "food", "translation": "alimento", "isVerb": false},
{"word": "to align", "translation": "alinear", "isVerb": true},
{"word": "alignment", "translation": "alineación/ciones", "isVerb": false},
{"word": "seasoning, dressing", "translation": "aliño", "isVerb": false},
{"word": "to season, dress", "translation": "aliñar", "isVerb": true},
{"word": "to smooth", "translation": "alisar", "isVerb": true},
{"word": "to get ready, join up, enlist", "translation": "alistarse", "isVerb": true},
{"word": "enlistment", "translation": "alistamiento", "isVerb": false},
{"word": "to relieve, soothe", "translation": "aliviar", "isVerb": true},
{"word": "relief", "translation": "alivio", "isVerb": false},
{"word": "there", "translation": "allá", "isVerb": false},
{"word": "to level out, smooth", "translation": "allanar", "isVerb": true},
{"word": "breaking and entering", "translation": "allanamiento", "isVerb": false},
{"word": "close friend", "translation": "allegado/a", "isVerb": false},
{"word": "there", "translation": "allí", "isVerb": false},
{"word": "soul", "translation": "alma", "isVerb": false},
{"word": "warehouse", "translation": "almacén/cenes", "isVerb": false},
{"word": "storage", "translation": "almacenamiento", "isVerb": false},
{"word": "to store", "translation": "almacenar", "isVerb": true},
{"word": "almanac", "translation": "almanaque", "isVerb": false},
{"word": "clam", "translation": "almeja", "isVerb": false},
{"word": "almond", "translation": "almendra", "isVerb": false},
{"word": "syrup", "translation": "almíbar", "isVerb": false},
{"word": "starch", "translation": "almidón/dones", "isVerb": false},
{"word": "to starch", "translation": "almidonar", "isVerb": true},
{"word": "admiral", "translation": "almirante", "isVerb": false},
{"word": "pillow", "translation": "almohada", "isVerb": false},
{"word": "to have lunch", "translation": "almorzar", "isVerb": true},
{"word": "lunch", "translation": "almuerzo", "isVerb": false},
{"word": "crazy, wild", "translation": "alocado/a", "isVerb": false},
{"word": "aloe", "translation": "aloe", "isVerb": false},
{"word": "to lodge", "translation": "alojar", "isVerb": true},
{"word": "lodging", "translation": "alojamiento", "isVerb": false},
{"word": "lark", "translation": "alondra", "isVerb": false},
{"word": "alpaca", "translation": "alpaca", "isVerb": false},
{"word": "mountain climbing", "translation": "alpinismo", "isVerb": false},
{"word": "mountain climber", "translation": "alpinista", "isVerb": false},
{"word": "birdseed", "translation": "alpiste", "isVerb": false},
{"word": "to rent, lease", "translation": "alquilar", "isVerb": true},
{"word": "rent, lease", "translation": "alquiler", "isVerb": false},
{"word": "tar", "translation": "alquitrán/tranes", "isVerb": false},
{"word": "around, about", "translation": "alrededor", "isVerb": false},
{"word": "outskirts", "translation": "alrededores", "isVerb": false},
{"word": "discharge", "translation": "alta", "isVerb": false},
{"word": "arrogance, haughtiness", "translation": "altanería", "isVerb": false},
{"word": "arrogant, haughty", "translation": "altanero/a", "isVerb": false},
{"word": "altar", "translation": "altar", "isVerb": false},
{"word": "loudspeaker", "translation": "altavoz/voces", "isVerb": false},
{"word": "to alter", "translation": "alterar", "isVerb": true},
{"word": "to get upset", "translation": "alterarse", "isVerb": true},
{"word": "alteration", "translation": "alteración/ciones", "isVerb": false},
{"word": "upset", "translation": "alterado/a", "isVerb": false},
{"word": "argument, altercation", "translation": "altercado", "isVerb": false},
{"word": "to alternate", "translation": "alternar", "isVerb": true},
{"word": "alternative", "translation": "alternativa", "isVerb": false},
{"word": "alternative", "translation": "alternativo/a", "isVerb": false},
{"word": "alternate", "translation": "alterno/a", "isVerb": false},
{"word": "heighness", "translation": "alteza", "isVerb": false},
{"word": "high plateau", "translation": "altiplano", "isVerb": false},
{"word": "altitude", "translation": "altitud", "isVerb": false},
{"word": "arrogance, haughtiness", "translation": "altivez/veces", "isVerb": false},
{"word": "arrogant, haughty", "translation": "altivo/a", "isVerb": false},
{"word": "tall, high, stop", "translation": "alto/a", "isVerb": false},
{"word": "loudspeaker", "translation": "altoparlante", "isVerb": false},
{"word": "altruist", "translation": "altruista", "isVerb": false},
{"word": "altruism", "translation": "altruismo", "isVerb": false},
{"word": "height", "translation": "altura", "isVerb": false},
{"word": "to hallucinate", "translation": "alucinar", "isVerb": true},
{"word": "hallucination", "translation": "alucinación/ciones", "isVerb": false},
{"word": "avalanche", "translation": "alud", "isVerb": false},
{"word": "to allude, refer", "translation": "aludir", "isVerb": true},
{"word": "alluded, take it personally", "translation": "aludido/a", "isVerb": false},
{"word": "to illuminate, light", "translation": "alumbrar", "isVerb": true},
{"word": "lighting", "translation": "alumbrado", "isVerb": false},
{"word": "lighting, childbirth", "translation": "alumbramiento", "isVerb": false},
{"word": "aluminum", "translation": "aluminio", "isVerb": false},
{"word": "student, pupil", "translation": "alumno/a", "isVerb": false},
{"word": "allusion", "translation": "alusión/siones", "isVerb": false},
{"word": "flood", "translation": "aluvión/viones", "isVerb": false},
{"word": "to raise, lift", "translation": "alzar", "isVerb": true},
{"word": "rise", "translation": "alza", "isVerb": false},
{"word": "rise, uprising", "translation": "alzamiento", "isVerb": false},
{"word": "kindness", "translation": "amabilidad", "isVerb": false},
{"word": "kind, nice", "translation": "amable", "isVerb": false},
{"word": "to train", "translation": "amaestrar", "isVerb": true},
{"word": "to nurse, breast feed", "translation": "amamantar", "isVerb": true},
{"word": "to dawn, wake up", "translation": "amanecer", "isVerb": true},
{"word": "mannered", "translation": "amanerado", "isVerb": false},
{"word": "lover", "translation": "amante", "isVerb": false},
{"word": "poppy", "translation": "amapola", "isVerb": false},
{"word": "to love", "translation": "amar", "isVerb": true},
{"word": "to make bitter", "translation": "amargar", "isVerb": true},
{"word": "bitter", "translation": "amargado/a", "isVerb": false},
{"word": "bitter", "translation": "amargo/a", "isVerb": false},
{"word": "bitterness", "translation": "amargura", "isVerb": false},
{"word": "yellow", "translation": "amarillo/lla", "isVerb": false},
{"word": "to moor", "translation": "amarrar", "isVerb": true},
{"word": "amber", "translation": "ámbar", "isVerb": false},
{"word": "ambition", "translation": "ambición/ciones", "isVerb": false},
{"word": "ambitious", "translation": "ambicioso/a", "isVerb": false},
{"word": "atmosphere, environment", "translation": "ambiente", "isVerb": false},
{"word": "environmental", "translation": "ambiental", "isVerb": false},
{"word": "ambiguity", "translation": "ambiguedad", "isVerb": false},
{"word": "ambiguous", "translation": "ambiguo/gua", "isVerb": false},
{"word": "sphere, domain", "translation": "ámbito", "isVerb": false},
{"word": "both", "translation": "ambos/bas", "isVerb": false},
{"word": "ambulance", "translation": "ambulancia", "isVerb": false},
{"word": "traveling, itinerant", "translation": "ambulante", "isVerb": false},
{"word": "amen", "translation": "amén", "isVerb": false},
{"word": "to threaten", "translation": "amenazar", "isVerb": true},
{"word": "threat, menace", "translation": "amenaza", "isVerb": false},
{"word": "to make pleasant", "translation": "amenizar", "isVerb": true},
{"word": "pleasant", "translation": "ameno/a", "isVerb": false},
{"word": "american", "translation": "americano/a", "isVerb": false},
{"word": "to deserve", "translation": "ameritar", "isVerb": true},
{"word": "machine gun", "translation": "ametralladora", "isVerb": false},
{"word": "tonsil", "translation": "amígdala", "isVerb": false},
{"word": "tonsilitis", "translation": "amigdalitia", "isVerb": false},
{"word": "friend", "translation": "amigo/a", "isVerb": false},
{"word": "friendly", "translation": "amigable", "isVerb": false},
{"word": "to lessen, diminish", "translation": "aminorar", "isVerb": true},
{"word": "friendship", "translation": "amistad", "isVerb": false},
{"word": "friendly", "translation": "amistoso/a", "isVerb": false},
{"word": "amnesia", "translation": "amnesia", "isVerb": false},
{"word": "amnesty", "translation": "amnistía", "isVerb": false},
{"word": "master, mistress", "translation": "amo/ama", "isVerb": false},
{"word": "to adjust, adapt", "translation": "amoldar", "isVerb": true},
{"word": "to adapt to", "translation": "amoldarse", "isVerb": true},
{"word": "to admonish, warn", "translation": "amonestar", "isVerb": true},
{"word": "warning, admonition", "translation": "amonestación/ciones", "isVerb": false},
{"word": "ammonia", "translation": "amoníaco", "isVerb": false},
{"word": "to accumulate, pile up", "translation": "amontonar", "isVerb": true},
{"word": "to crowd, pile up", "translation": "amontonarse", "isVerb": true},
{"word": "love", "translation": "amor", "isVerb": false},
{"word": "to gag", "translation": "amordazar", "isVerb": true},
{"word": "love affair", "translation": "amorío", "isVerb": false},
{"word": "loving, sweet lovable", "translation": "amoroso/a", "isVerb": false},
{"word": "to muffle, tone down", "translation": "amortiguar", "isVerb": true},
{"word": "shock absorber", "translation": "amortiguador", "isVerb": false},
{"word": "to pay off", "translation": "amortizar", "isVerb": true},
{"word": "to incite to riot", "translation": "amotinar", "isVerb": true},
{"word": "to rebel, riot", "translation": "amotinarse", "isVerb": true},
{"word": "to protect, shelter", "translation": "amparar", "isVerb": true},
{"word": "to take shelter from", "translation": "ampararse", "isVerb": true},
{"word": "shelter, refuge", "translation": "amparo", "isVerb": false},
{"word": "to extend, expand, enlarge", "translation": "ampliar", "isVerb": true},
{"word": "extension", "translation": "ampliación/ciones", "isVerb": false},
{"word": "to amplify", "translation": "amplificar", "isVerb": true},
{"word": "amplifier", "translation": "amplificador", "isVerb": false},
{"word": "ample", "translation": "amplio/plia", "isVerb": false},
{"word": "amplitude", "translation": "amplitud", "isVerb": false},
{"word": "blister, ampoule", "translation": "ampolla", "isVerb": false},
{"word": "to amputate", "translation": "amputar", "isVerb": true},
{"word": "amputation", "translation": "amputación/ciones", "isVerb": false},
{"word": "to furnish", "translation": "amueblar", "isVerb": true},
{"word": "anaconda", "translation": "anaconda", "isVerb": false},
{"word": "illiterate", "translation": "analfabeto/a", "isVerb": false},
{"word": "illiteracy", "translation": "analfabetismo", "isVerb": false},
{"word": "analgesic", "translation": "analgésico", "isVerb": false},
{"word": "to analyze", "translation": "analizar", "isVerb": true},
{"word": "analysis", "translation": "análisis", "isVerb": false},
{"word": "analytical", "translation": "analítico/a", "isVerb": false},
{"word": "analogy", "translation": "analogía", "isVerb": false},
{"word": "analog", "translation": "análogo/a", "isVerb": false},
{"word": "orange", "translation": "anaranjado/a", "isVerb": false},
{"word": "anarchy", "translation": "anarquía", "isVerb": false},
{"word": "anarchist", "translation": "anarquista", "isVerb": false},
{"word": "anatomy", "translation": "anatomía", "isVerb": false},
{"word": "ancestral", "translation": "ancestral", "isVerb": false},
{"word": "wide, broad", "translation": "ancho/cha", "isVerb": false},
{"word": "width", "translation": "ancho", "isVerb": false},
{"word": "anchovy", "translation": "anchoa", "isVerb": false},
{"word": "width", "translation": "anchura", "isVerb": false},
{"word": "old", "translation": "anciano/a", "isVerb": false},
{"word": "anchor", "translation": "ancla", "isVerb": false},
{"word": "to anchor", "translation": "anclar", "isVerb": true},
{"word": "scaffold", "translation": "andamio", "isVerb": false},
{"word": "adventures", "translation": "andanzas", "isVerb": false},
{"word": "to walk", "translation": "andar", "isVerb": true},
{"word": "platform", "translation": "andén/denes", "isVerb": false},
{"word": "andean", "translation": "andino/a", "isVerb": false},
{"word": "rags, tatters", "translation": "andrajos", "isVerb": false},
{"word": "anecdote", "translation": "anécdota", "isVerb": false},
{"word": "anemia", "translation": "anemia", "isVerb": false},
{"word": "anemic", "translation": "anémico/a", "isVerb": false},
{"word": "anesthesia", "translation": "anestesia", "isVerb": false},
{"word": "anesthetic", "translation": "anestésico/a", "isVerb": false},
{"word": "to annex, attach", "translation": "anexar", "isVerb": true},
{"word": "amphibian, amphibious", "translation": "anfibio/bia", "isVerb": false},
{"word": "amphitheatre", "translation": "anfiteatro", "isVerb": false},
{"word": "host, hostess", "translation": "anfitrión/triona", "isVerb": false},
{"word": "angel", "translation": "ángel", "isVerb": false},
{"word": "angelical", "translation": "angelical", "isVerb": false},
{"word": "anglo-Saxon", "translation": "anglosajón/jona", "isVerb": false},
{"word": "narrow", "translation": "angosto/a", "isVerb": false},
{"word": "eel", "translation": "anguila", "isVerb": false},
{"word": "angle", "translation": "ángulo", "isVerb": false},
{"word": "to distress, anguish", "translation": "angustiar", "isVerb": true},
{"word": "to become anguished", "translation": "angustiarse", "isVerb": true},
{"word": "anguish, worry", "translation": "angustia", "isVerb": false},
{"word": "anguished", "translation": "angustioso/a", "isVerb": false},
{"word": "to crave, yearn for", "translation": "anhelar", "isVerb": true},
{"word": "yearning, longing", "translation": "anhelante", "isVerb": false},
{"word": "yearning, longing", "translation": "anhelo", "isVerb": false},
{"word": "to nest", "translation": "anidar", "isVerb": true},
{"word": "ring", "translation": "anillo", "isVerb": false},
{"word": "animation, liveliness", "translation": "animación/ciones", "isVerb": false},
{"word": "animated, cheerful", "translation": "animado/a", "isVerb": false},
{"word": "host, cheerleader", "translation": "animador/dora", "isVerb": false},
{"word": "animal", "translation": "animal", "isVerb": false},
{"word": "to aencourage, cheer up", "translation": "animar", "isVerb": true},
{"word": "to liven up", "translation": "animarse", "isVerb": true},
{"word": "spirit, soul, moods", "translation": "ánimo", "isVerb": false},
{"word": "animosity", "translation": "animosidad", "isVerb": false},
{"word": "spirited", "translation": "animoso/a", "isVerb": false},
{"word": "to annihilate", "translation": "aniquilar", "isVerb": true},
{"word": "destruction, annihilation", "translation": "aniquilación/ciones", "isVerb": false},
{"word": "anise", "translation": "anís", "isVerb": false},
{"word": "anniversary", "translation": "aniversario", "isVerb": false},
{"word": "anus", "translation": "ano", "isVerb": false},
{"word": "last night", "translation": "anoche", "isVerb": false},
{"word": "to get dark", "translation": "anochecer", "isVerb": true},
{"word": "anonymous", "translation": "anónimo/a", "isVerb": false},
{"word": "anonymity", "translation": "anonimato", "isVerb": false},
{"word": "anorexia", "translation": "anorexia", "isVerb": false},
{"word": "abnormal", "translation": "anormal", "isVerb": false},
{"word": "abnormality", "translation": "anormalidad", "isVerb": false},
{"word": "to write down, annotate", "translation": "anotar", "isVerb": true},
{"word": "annotation", "translation": "anotación/ciones", "isVerb": false},
{"word": "to long for", "translation": "ansiar", "isVerb": true},
{"word": "anxiety", "translation": "ansiedad", "isVerb": false},
{"word": "anxious", "translation": "ansioso/a", "isVerb": false},
{"word": "antagonistic", "translation": "antagónico/a", "isVerb": false},
{"word": "antagonism", "translation": "antagonismo", "isVerb": false},
{"word": "antagonist", "translation": "antagonista", "isVerb": false},
{"word": "long ago, yesteryear", "translation": "antaño", "isVerb": false},
{"word": "antarctic", "translation": "antártico/a", "isVerb": false},
{"word": "before", "translation": "ante", "isVerb": false},
{"word": "the night before last", "translation": "anteanoche", "isVerb": false},
{"word": "the day before yesterday", "translation": "anteayer", "isVerb": false},
{"word": "forearm", "translation": "antebrazo", "isVerb": false},
{"word": "to precede", "translation": "anteceder", "isVerb": true},
{"word": "antecedent, previous", "translation": "antecedente", "isVerb": false},
{"word": "predecessor, ancestor", "translation": "antecesor/sora", "isVerb": false},
{"word": "beforehand", "translation": "antemano", "isVerb": false},
{"word": "antenna", "translation": "antena", "isVerb": false},
{"word": "eyeglasses", "translation": "anteojos", "isVerb": false},
{"word": "ancestor", "translation": "antepasado/a", "isVerb": false},
{"word": "third from last", "translation": "antepenúltimo/a", "isVerb": false},
{"word": "to place before", "translation": "anteponer", "isVerb": true},
{"word": "previous", "translation": "anterior", "isVerb": false},
{"word": "beforehand", "translation": "anterioridad", "isVerb": false},
{"word": "previously", "translation": "anteriormente", "isVerb": false},
{"word": "before, in front of", "translation": "ante", "isVerb": false},
{"word": "waiting room", "translation": "antesala", "isVerb": false},
{"word": "antiaircraft", "translation": "antiaéreo/rea", "isVerb": false},
{"word": "antibiotic", "translation": "antibiótico", "isVerb": false},
{"word": "to anticipate, move up", "translation": "anticipar", "isVerb": true},
{"word": "to get ahead", "translation": "anticiparse", "isVerb": true},
{"word": "anticipation", "translation": "anticipación/ciones", "isVerb": false},
{"word": "advance", "translation": "anticipado/a", "isVerb": false},
{"word": "advance payment", "translation": "anticipo", "isVerb": false},
{"word": "contraception", "translation": "anticoncepción/ciones", "isVerb": false},
{"word": "contraceptive", "translation": "anticonceptivo/a", "isVerb": false},
{"word": "antifreeze", "translation": "anticongelante", "isVerb": false},
{"word": "old fashioned", "translation": "anticuado/a", "isVerb": false},
{"word": "antibody", "translation": "anticuerpo", "isVerb": false},
{"word": "antidote", "translation": "antídoto", "isVerb": false},
{"word": "unsightly", "translation": "antiestético/a", "isVerb": false},
{"word": "mask", "translation": "antifaz/faces", "isVerb": false},
{"word": "ancient, old", "translation": "antiguo/gua", "isVerb": false},
{"word": "long ago", "translation": "antiguamente", "isVerb": false},
{"word": "antiquity", "translation": "antiguedad", "isVerb": false},
{"word": "non-hygienic, unsanitary", "translation": "antihigiénico/a", "isVerb": false},
{"word": "anti-inflammatory", "translation": "antiinflamatorio/ria", "isVerb": false},
{"word": "unnatural", "translation": "antinatural", "isVerb": false},
{"word": "aversion, dislike", "translation": "antipatía", "isVerb": false},
{"word": "unpleasant", "translation": "antipático/a", "isVerb": false},
{"word": "unlawful", "translation": "antirreglamentario/ria", "isVerb": false},
{"word": "burglar alarm, antitheft", "translation": "antirrobo", "isVerb": false},
{"word": "anti-semitism", "translation": "antisemitismo", "isVerb": false},
{"word": "antiseptic", "translation": "antiséptico/a", "isVerb": false},
{"word": "antisocial", "translation": "antisocial", "isVerb": false},
{"word": "antithesis", "translation": "antítesis", "isVerb": false},
{"word": "to crave", "translation": "antojarse", "isVerb": true},
{"word": "capricious", "translation": "antojadizo/a", "isVerb": false},
{"word": "whim, craving", "translation": "antojo", "isVerb": false},
{"word": "anthology", "translation": "antología", "isVerb": false},
{"word": "torch", "translation": "antorcha", "isVerb": false},
{"word": "dive, den", "translation": "antro", "isVerb": false},
{"word": "anthropophagous, cannibal", "translation": "antropófago/a", "isVerb": false},
{"word": "anthropology", "translation": "antropología", "isVerb": false},
{"word": "annual", "translation": "anual", "isVerb": false},
{"word": "annuity", "translation": "anualidad", "isVerb": false},
{"word": "yearbook", "translation": "anuario", "isVerb": false},
{"word": "to annul, cancel", "translation": "anular", "isVerb": true},
{"word": "cancellation, annulment", "translation": "anulación/ciones", "isVerb": false},
{"word": "to announce", "translation": "anunciar", "isVerb": true},
{"word": "advertiser", "translation": "anunciante", "isVerb": false},
{"word": "announcement", "translation": "anuncio", "isVerb": false},
{"word": "fishhook", "translation": "anzuelo", "isVerb": false},
{"word": "to add", "translation": "añadir", "isVerb": true},
{"word": "additive", "translation": "añadirura", "isVerb": false},
{"word": "aged", "translation": "añejo/a", "isVerb": false},
{"word": "year", "translation": "año", "isVerb": false},
{"word": "to long for, miss", "translation": "añorar", "isVerb": true},
{"word": "aorta", "translation": "aorta", "isVerb": false},
{"word": "to turn off, switch off", "translation": "apagar", "isVerb": true},
{"word": "to beat up", "translation": "apalear", "isVerb": true},
{"word": "sideboard, shop window", "translation": "aparador", "isVerb": false},
{"word": "machine, aparatus", "translation": "aparato", "isVerb": false},
{"word": "to appear", "translation": "aparecer", "isVerb": true},
{"word": "to seem", "translation": "aparentar", "isVerb": true},
{"word": "appearance", "translation": "aparición", "isVerb": false},
{"word": "to move away, set aside", "translation": "apartar", "isVerb": true},
{"word": "passionate, excited", "translation": "apasionado/a", "isVerb": false},
{"word": "apathy", "translation": "apatía", "isVerb": false},
{"word": "to appeal", "translation": "apelar", "isVerb": true},
{"word": "last name", "translation": "apellido", "isVerb": false},
{"word": "sadden", "translation": "apenar", "isVerb": false},
{"word": "appendix", "translation": "apéndice", "isVerb": false},
{"word": "appetizer", "translation": "aperitivo", "isVerb": false},
{"word": "opening", "translation": "apertura", "isVerb": false},
{"word": "to stink", "translation": "apestar", "isVerb": true},
{"word": "appetite", "translation": "apetito", "isVerb": false},
{"word": "to pile up", "translation": "apilar", "isVerb": true},
{"word": "to pack", "translation": "apiñar", "isVerb": true},
{"word": "celery", "translation": "apio", "isVerb": false},
{"word": "to appease", "translation": "aplacar", "isVerb": true},
{"word": "to flatten", "translation": "aplanar", "isVerb": true},
{"word": "to crush", "translation": "aplastar", "isVerb": true},
{"word": "to applaud", "translation": "aplaudir", "isVerb": true},
{"word": "to postpone", "translation": "aplazar", "isVerb": true},
{"word": "to apply", "translation": "aplicar", "isVerb": true},
{"word": "to nickname", "translation": "apodar", "isVerb": true},
{"word": "nickname", "translation": "apodo", "isVerb": false},
{"word": "apology", "translation": "apología", "isVerb": false},
{"word": "apoplexy", "translation": "apoplegía", "isVerb": false},
{"word": "to contribute", "translation": "aportar", "isVerb": true},
{"word": "to bet", "translation": "apostar", "isVerb": true},
{"word": "apostle", "translation": "apóstol", "isVerb": false},
{"word": "to support, lean", "translation": "apoyar", "isVerb": true},
{"word": "to appreciate", "translation": "apreciar", "isVerb": true},
{"word": "to urge", "translation": "apremiar", "isVerb": true},
{"word": "to learn", "translation": "aprender", "isVerb": true},
{"word": "to capture", "translation": "apresar", "isVerb": true},
{"word": "to speed up", "translation": "apresurar", "isVerb": true},
{"word": "to press", "translation": "apretar", "isVerb": true},
{"word": "quickly", "translation": "aprisa", "isVerb": false},
{"word": "to imprision", "translation": "aprisionar", "isVerb": true},
{"word": "to approve of", "translation": "aprobar", "isVerb": true},
{"word": "to take advantage of", "translation": "aprovechar", "isVerb": true},
{"word": "bet", "translation": "apuesta", "isVerb": false},
{"word": "good looking", "translation": "apuesto", "isVerb": false},
{"word": "to stab", "translation": "apuñalar", "isVerb": true},
{"word": "to point, aim", "translation": "apuntar", "isVerb": true},
{"word": "note", "translation": "apunte", "isVerb": false},
{"word": "to hurry, rush", "translation": "apurar", "isVerb": true},
{"word": "that", "translation": "aquel", "isVerb": false},
{"word": "that", "translation": "aquello/a", "isVerb": false},
{"word": "those", "translation": "aquellos", "isVerb": false},
{"word": "here", "translation": "aquí", "isVerb": false},
{"word": "to calm", "translation": "aquietar", "isVerb": true},
{"word": "arab", "translation": "árabe", "isVerb": false},
{"word": "plow", "translation": "arado", "isVerb": false},
{"word": "spider, chandelier", "translation": "araña", "isVerb": false},
{"word": "tariff", "translation": "arancel", "isVerb": false},
{"word": "to arbitrate", "translation": "arbitrar", "isVerb": true},
{"word": "tree", "translation": "árbol", "isVerb": false},
{"word": "shrub, bush", "translation": "arbusto", "isVerb": false},
{"word": "ark", "translation": "arca", "isVerb": false},
{"word": "archaic", "translation": "arcaico", "isVerb": false},
{"word": "archipelago", "translation": "archipiélago", "isVerb": false},
{"word": "to file", "translation": "archivar", "isVerb": true},
{"word": "clay", "translation": "arcilla", "isVerb": false},
{"word": "arch", "translation": "arco", "isVerb": false},
{"word": "to burn", "translation": "arder", "isVerb": true},
{"word": "burning", "translation": "ardiente", "isVerb": false},
{"word": "squirrel", "translation": "ardilla", "isVerb": false},
{"word": "burning", "translation": "ardor", "isVerb": false},
{"word": "arduous", "translation": "arduo/dua", "isVerb": false},
{"word": "area", "translation": "área", "isVerb": false},
{"word": "sand", "translation": "arena", "isVerb": false},
{"word": "earring", "translation": "arete", "isVerb": false},
{"word": "ring, hoop", "translation": "argolla", "isVerb": false},
{"word": "to argue", "translation": "arguir", "isVerb": true},
{"word": "to argue", "translation": "argumentar", "isVerb": true},
{"word": "arid, dry, arid", "translation": "árido", "isVerb": false},
{"word": "aristocracy", "translation": "aristocracia", "isVerb": false},
{"word": "arithmetic", "translation": "aritmética", "isVerb": false},
{"word": "to arm, assemble", "translation": "armar", "isVerb": true},
{"word": "closet, cabinet", "translation": "armario", "isVerb": false},
{"word": "to harmonize, reconcile", "translation": "armonizar", "isVerb": true},
{"word": "argentinian", "translation": "arngentino/a", "isVerb": false},
{"word": "ring, hoop", "translation": "aro", "isVerb": false},
{"word": "scent, aroma", "translation": "aroma", "isVerb": false},
{"word": "harp", "translation": "arpa", "isVerb": false},
{"word": "archaeology", "translation": "arqueología", "isVerb": false},
{"word": "archaeologist", "translation": "arqueólogo/a", "isVerb": false},
{"word": "archer", "translation": "arquero/a", "isVerb": false},
{"word": "architecture", "translation": "arquitectura", "isVerb": false},
{"word": "to pull out", "translation": "arrancar", "isVerb": true},
{"word": "to drag", "translation": "arrastrar", "isVerb": true},
{"word": "to snatch", "translation": "arrebatar", "isVerb": true},
{"word": "reef", "translation": "arrecife", "isVerb": false},
{"word": "to tidy up, fix", "translation": "arreglar", "isVerb": true},
{"word": "to rent, lease", "translation": "arrendar", "isVerb": true},
{"word": "to regret", "translation": "arrepentirse", "isVerb": true},
{"word": "to arrest", "translation": "arrestar", "isVerb": true},
{"word": "up", "translation": "arriba", "isVerb": false},
{"word": "to arrive", "translation": "arribar", "isVerb": true},
{"word": "to risk, venture", "translation": "arriesgar", "isVerb": true},
{"word": "to kneel (down)", "translation": "arrodillarse", "isVerb": true},
{"word": "arrogance", "translation": "arrogancia", "isVerb": false},