Created
August 9, 2016 08:26
-
-
Save sharipov-ru/e2948bea6366183b8cb00f98d7dcd85f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PARAMS = [ | |
{ word: 'amalgamation', card: '1.jpg', audio: '1.ogg', example: 'The company began as an *amalgamation* of small family firms', translation: 'скрещивание' }, | |
{ word: 'allotment', card: '2.jpg', audio: '2.ogg', example: 'An amount *allotted* to a person', translation: 'доля' }, | |
{ word: 'dumbfound', card: '3.jpg', audio: '3.ogg', example: 'She was *dumbfounded* at the sight that met her eyes', translation: 'ошарашить' }, | |
{ word: 'booty call', card: '4.jpg', audio: '4.ogg', example: "My roomate doesn't have a boyfriend, but last night she got a *booty call* and came back an hour later with a smile on her face", translation: 'встреча для секса' }, | |
{ word: 'exterminate', card: '5.jpg', audio: '5.ogg', example: "I believed that if I could find Dracula and *exterminate* him I might be completely well again, a good mother, a person with a new life.", translation: 'уничтожить' }, | |
{ word: 'excerpt', card: '6.jpg', audio: '6.ogg', example: "Having concluded these remarks, let us now go on to the main content of the *excerpt* quoted above.", translation: 'выдержка' }, | |
{ word: 'eschew', card: '7.jpg', audio: '7.ogg', example: "He appealed to the crowd to *eschew* violence", translation: 'сторониться' }, | |
{ word: 'sagacity', card: '8.jpg', audio: '8.ogg', example: "*Sagacity* is the quality of being wise or having good judgment", translation: 'дальновидность' }, | |
{ word: 'loom', card: '9.jpg', audio: '9.ogg', example: "The definition of a *loom* is a machine used for weaving yarn or thread into fabric", translation: 'станок' }, | |
{ word: 'kelp', card: '10.jpg', audio: '10.ogg', example: "Sea grass and *kelp*", translation: 'ламинария' }, | |
{ word: 'jungle gym', card: '11.jpg', audio: '11.ogg', example: "The *jungle gym* is a piece of playground equipment made of many pieces of material, such as metal pipe or rope, on which children can climb, hang, or sit.", translation: 'конструкции на детской площадке' }, | |
{ word: 'judicious', card: '12.jpg', audio: '12.ogg', example: "The definition of *judicious* is having good judgment", translation: 'рассудительный' }, | |
{ word: 'inveterate smoker', card: '13.jpg', audio: '13.ogg', example: "An *inveterate smoker* is so established a smoker that they cannot give up smoking", translation: 'заядлый курильщик' }, | |
{ word: 'impecunious', card: '15.jpg', audio: '15.ogg', example: "The definition of *impecunious* is a person without any money", translation: 'безденежный' }, | |
{ word: 'litmus test', card: '20.jpg', audio: '20.ogg', example: "*Litmus test* is a test to determine acidity or alkalinity, using litmus as an inddicator", translation: 'лакмусовая реакция' }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment