2021-09-23 18:03:07 +02:00
|
|
|
|
;; entries :: '(entry ...)'
|
|
|
|
|
;; entry :: '(word translations note roots)
|
|
|
|
|
;; note :: (or nil string)
|
|
|
|
|
;; translations :: '(translation ...)
|
|
|
|
|
;; roots :: '(root ...)
|
|
|
|
|
|
2021-09-24 15:55:31 +02:00
|
|
|
|
(require 'russian-defs)
|
|
|
|
|
|
|
|
|
|
(define-russian-words
|
|
|
|
|
;; 1-50
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("и" ("and" "though"))
|
|
|
|
|
("в" ("in" "at"))
|
|
|
|
|
("не" ("not"))
|
|
|
|
|
("он" ("he"))
|
|
|
|
|
("на" ("on" "it" "at" "to"))
|
|
|
|
|
("я" ("I"))
|
|
|
|
|
("что" ("what" "that" "why"))
|
|
|
|
|
("тот" ("that"))
|
|
|
|
|
("быть" ("to be"))
|
|
|
|
|
("с" ("with" "and" "from" "of"))
|
|
|
|
|
("а" ("while" "and" "but"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("весь" ("all" "everything") nil ("-весь-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("это" ("that" "this" "it"))
|
|
|
|
|
("как" ("how" "what" "as" "like"))
|
|
|
|
|
("она" ("she"))
|
|
|
|
|
("по" ("on" "along" "by"))
|
|
|
|
|
("но" ("but"))
|
|
|
|
|
("они" ("they"))
|
|
|
|
|
("к" ("to" "for" "by"))
|
|
|
|
|
("у" ("by" "with" "of"))
|
|
|
|
|
("ты" ("you"))
|
|
|
|
|
("из" ("from" "of" "in"))
|
|
|
|
|
("мы" ("we"))
|
|
|
|
|
("за" ("behind" "over" "at" "after"))
|
|
|
|
|
("вы" ("you"))
|
|
|
|
|
("так" ("so" "thus" "then"))
|
|
|
|
|
("же" ("and" "as for" "but" "same"))
|
|
|
|
|
("от" ("from" "of" "for"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("сказать" ("to say" "to speak") nil ("-сказ-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("этот" ("this"))
|
|
|
|
|
("который" ("which" "who" "that"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("мочь" ("be able" "can") nil ("-мочь-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("человек" ("man" "person"))
|
|
|
|
|
("о" ("of" "about" "against"))
|
|
|
|
|
("один" ("one" "some" "alone"))
|
|
|
|
|
("ещё" ("still" "yet"))
|
|
|
|
|
("бы" ("would"))
|
|
|
|
|
("такой" ("such" "so" "some"))
|
|
|
|
|
("только" ("only" "merely" "but"))
|
|
|
|
|
("себя" ("myself" "himself" "herself"))
|
|
|
|
|
("своё" ("one's own" "my" "our"))
|
|
|
|
|
("какой" ("what" "which" "how"))
|
|
|
|
|
("когда" ("when" "while" "as"))
|
|
|
|
|
("уже" ("already" "by now"))
|
|
|
|
|
("для" ("for" "to"))
|
|
|
|
|
("вот" ("here" "there" "this is" "that's")
|
2021-11-28 15:39:23 +01:00
|
|
|
|
("calling attention to something"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("кто" ("who" "that" "some"))
|
2021-11-28 15:39:23 +01:00
|
|
|
|
("да" ("yes" "but") ("affirmation (..., right?)"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("говорить" ("to say" "to tell" "to speak") nil ("-говор-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("год" ("year"))
|
|
|
|
|
|
|
|
|
|
;; 51 - 100
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("знать" ("to know" "be aware") nil ("-зна-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("мой" ("my" "mine"))
|
|
|
|
|
("до" ("to" "up to" "about" "before"))
|
|
|
|
|
("или" ("or"))
|
|
|
|
|
("если" ("if"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("время" ("time" "season") nil ("-врем-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("рука" ("hand" "arm"))
|
|
|
|
|
("нет" ("no" "not" "but"))
|
|
|
|
|
("самый" ("most" "the very" "the same"))
|
|
|
|
|
("ни" ("not a" "not" "neither ... nor"))
|
|
|
|
|
("стать" ("to become" "begin" "come"))
|
|
|
|
|
("большой" ("big" "large" "important"))
|
|
|
|
|
("даже" ("even"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("другой" ("other" "another" "different") nil ("-друг-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("наш" ("our" "ours"))
|
|
|
|
|
("свой" ("one's own"))
|
|
|
|
|
("ну" ("now" "right" "well" "come on"))
|
|
|
|
|
("под" ("under" "for" "towards" "to"))
|
|
|
|
|
("где" ("where"))
|
|
|
|
|
("дело" ("business" "affair" "matter"))
|
|
|
|
|
("есть" ("to eat" "to be"))
|
|
|
|
|
("сам" ("oneself"))
|
|
|
|
|
("раз" ("time" "once" "since"))
|
|
|
|
|
("чтобы" ("that" "in order that"))
|
|
|
|
|
("два" ("two"))
|
|
|
|
|
("там" ("there" "then"))
|
|
|
|
|
("чем" ("than" "instead of")
|
2021-11-28 15:39:23 +01:00
|
|
|
|
("чем ..., тем ..."))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("глаз" ("eye" "sight"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("жизнь" ("life") nil ("-жи-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("первый" ("first" "front" "former"))
|
|
|
|
|
("день" ("day"))
|
|
|
|
|
("тут" ("here" "now" "then"))
|
|
|
|
|
("во" ("in" "at")
|
2021-11-28 15:39:23 +01:00
|
|
|
|
("as particle also: wow, exactly, ..."))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("ничто" ("nothing"))
|
|
|
|
|
("потом" ("afterwards" "then"))
|
|
|
|
|
("очень" ("very"))
|
|
|
|
|
("со" ("with"))
|
|
|
|
|
("хотеть" ("to want"))
|
|
|
|
|
("ли" ("whether" "if"))
|
|
|
|
|
("при" ("attached to" "in the presence of" "by" "about"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("голова" ("head" "mind" "brains") nil ("-голов-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("надо" ("over" "above" "ought to"))
|
|
|
|
|
("без" ("without"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("видеть" ("to see") nil ("-вид-"))
|
2021-09-23 18:03:07 +02:00
|
|
|
|
("идти" ("to go" "to come"))
|
|
|
|
|
("теперь" ("now" "nowadays"))
|
|
|
|
|
("тоже" ("also" "as well" "too"))
|
|
|
|
|
("стоять" ("to stand" "be" "stand up"))
|
|
|
|
|
("друг" ("friend"))
|
|
|
|
|
("дом" ("house" "home"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
|
|
|
|
|
;; 101-150
|
|
|
|
|
("сейчас" ("now" "presently" "soon"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("можно" ("possible" "permitted") nil ("-мочь-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("после" ("after" "afterwards"))
|
|
|
|
|
("слово" ("word"))
|
|
|
|
|
("здесь" ("here"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("думать" ("to think" "to believe") nil ("-дум-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("место" ("place" "seat"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("спросить" ("to ask") nil ("-прос-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("через" ("through" "across"))
|
|
|
|
|
("лицо" ("face" "person"))
|
|
|
|
|
("что" ("what" "which" "that"))
|
|
|
|
|
("тогда" ("then"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("хороший" ("good" "nice") nil ("-хорош-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("каждый" ("every" "each"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("новый" ("new" "modern") nil ("-нов-"))
|
|
|
|
|
("жить" ("to live") nil ("-жи-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("должный" ("due" "proper" "should"))
|
|
|
|
|
("смотреть" ("to look" "watch"))
|
|
|
|
|
("почему" ("why"))
|
|
|
|
|
("потому" ("that's why"))
|
|
|
|
|
("сторона" ("side" "party"))
|
|
|
|
|
("просто" ("simply"))
|
|
|
|
|
("нога" ("foot" "leg"))
|
|
|
|
|
("сидеть" ("to sit"))
|
|
|
|
|
("понять" ("to understand" "to realise"))
|
|
|
|
|
("иметь" ("to own" "to have"))
|
|
|
|
|
("конечный" ("final" "last"))
|
|
|
|
|
("делать" ("to do" "make"))
|
|
|
|
|
("вдруг" ("suddenly"))
|
|
|
|
|
("над" ("above" "over"))
|
|
|
|
|
("взять" ("to take"))
|
|
|
|
|
("никто" ("nobody"))
|
|
|
|
|
("понимать" ("to understand"))
|
|
|
|
|
("казаться" ("to seem" "to appear"))
|
|
|
|
|
("работа" ("work" "job"))
|
|
|
|
|
("три" ("three"))
|
|
|
|
|
("ваш" ("yours"))
|
|
|
|
|
("уж" ("really" "already"))
|
|
|
|
|
("земля" ("earth" "land" "soil"))
|
|
|
|
|
("конец" ("end" "distance"))
|
|
|
|
|
("несколько" ("several" "some"))
|
|
|
|
|
("час" ("hour" "time"))
|
|
|
|
|
("голос" ("voice"))
|
|
|
|
|
("город" ("town" "city"))
|
|
|
|
|
("последний" ("last" "the latest" "new"))
|
|
|
|
|
|
|
|
|
|
;; 151-200
|
|
|
|
|
("пока" ("for the present")) ;; TODO(tazjin): review
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("хорошо" ("well") nil ("-хорош-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("давать" ("to give" "to grant"))
|
|
|
|
|
("вода" ("water"))
|
|
|
|
|
("более" ("more"))
|
|
|
|
|
("хотя" ("although"))
|
|
|
|
|
("всегда" ("always"))
|
|
|
|
|
("второй" ("second"))
|
|
|
|
|
("куда" ("where" "what for" "much"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("пойти" ("to go") nil ("-й-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("стол" ("table" "desk" "board"))
|
|
|
|
|
("ребёнок" ("child" "kid" "infant"))
|
|
|
|
|
("увидеть" ("to see"))
|
|
|
|
|
("сила" ("strength" "force"))
|
|
|
|
|
("отец" ("father"))
|
|
|
|
|
("женщина" ("woman"))
|
|
|
|
|
("машина" ("car" "machine" "engine"))
|
|
|
|
|
("случай" ("case" "occasion" "incident"))
|
|
|
|
|
("ночь" ("night"))
|
|
|
|
|
("сразу" ("at once" "right away" "just"))
|
|
|
|
|
("мир" ("world" "peace"))
|
|
|
|
|
("совсем" ("quite" "entirely" "totally"))
|
|
|
|
|
("остаться" ("to remain" "to stay"))
|
|
|
|
|
("об" ("about" "of"))
|
|
|
|
|
("вид" ("appearance" "look" "view"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("выйти" ("to go out" "to exit" "to come out" "to appear") nil ("-й-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("дать" ("to give"))
|
|
|
|
|
("работать" ("to work"))
|
|
|
|
|
("любить" ("to work"))
|
|
|
|
|
("старый" ("old"))
|
|
|
|
|
("почти" ("almost"))
|
|
|
|
|
("ряд" ("row" "line"))
|
|
|
|
|
("оказаться" ("find oneself" "turn out"))
|
|
|
|
|
("начало" ("beginning" "origin" "source"))
|
|
|
|
|
("твой" ("your" "yours"))
|
2021-09-23 18:57:08 +02:00
|
|
|
|
("вопрос" ("question" "matter" "problem") nil ("-прос-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("много" ("many" "much"))
|
|
|
|
|
("война" ("war"))
|
|
|
|
|
("снова" ("again"))
|
|
|
|
|
("ответить" ("to answer" "to reply"))
|
|
|
|
|
("между" ("between" "among"))
|
|
|
|
|
("подумать" ("to think"))
|
|
|
|
|
("опять" ("again"))
|
|
|
|
|
("белый" ("white"))
|
|
|
|
|
("деньги" ("money"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("значить" ("to mean" "to signify") nil ("-зна-"))
|
2021-09-23 18:24:11 +02:00
|
|
|
|
("про" ("about" "for"))
|
|
|
|
|
("лишь" ("only" "as soon as"))
|
|
|
|
|
("минута" ("minute" "moment"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("жена" ("wife"))
|
|
|
|
|
|
|
|
|
|
;; 201-300
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("посмотреть" ("to watch" "to look" "to inspect") nil ("-смотр-"))
|
|
|
|
|
("правда" ("truth") nil ("-правд-"))
|
|
|
|
|
("главный" ("main" "chief") nil ("-голов-"))
|
|
|
|
|
("страна" ("country") nil ("-стран-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("свет" ("light" "world"))
|
|
|
|
|
("ждать" ("to wait"))
|
|
|
|
|
("мать" ("mother"))
|
|
|
|
|
("будто" ("as if" "as though"))
|
|
|
|
|
("никогда" ("never"))
|
|
|
|
|
("товариш" ("comrade" "friend"))
|
|
|
|
|
("дорога" ("road" "way" "journey"))
|
|
|
|
|
("однако" ("however" "although"))
|
|
|
|
|
("лежать" ("to lie" "to be situated"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("именно" ("namely" "just" "exactly") nil ("-имя-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("окно" ("window"))
|
|
|
|
|
("никакой" ("no" "none"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("найти" ("to find" "to discover") nil ("-й-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("писать" ("to write"))
|
|
|
|
|
("комната" ("room"))
|
|
|
|
|
("Москва" ("Moscow"))
|
|
|
|
|
("часть" ("part" "share" "department"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("вообще" ("in general" "altogether" "on the whole") nil ("-общ-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("книга" ("book"))
|
|
|
|
|
("маленький" ("small" "little"))
|
|
|
|
|
("улица" ("street"))
|
|
|
|
|
("режить" ("to decide" "to solve"))
|
|
|
|
|
("далекий" ("distant" "remote"))
|
|
|
|
|
("душа" ("soul" "spirit"))
|
|
|
|
|
("чуть" ("hardly" "slightly"))
|
|
|
|
|
("вернуться" ("to return"))
|
|
|
|
|
("утро" ("morning"))
|
|
|
|
|
("некоторый" ("some"))
|
|
|
|
|
("считать" ("to count" "to consider"))
|
|
|
|
|
("сколько" ("how much" "how many"))
|
|
|
|
|
("помнить" ("to remember"))
|
|
|
|
|
("вечер" ("evening"))
|
|
|
|
|
("пол" ("floor" "gender"))
|
|
|
|
|
("таки" ("after all"))
|
|
|
|
|
("получить" ("to receive" "to get" "to obtain"))
|
|
|
|
|
("народ" ("people" "nation"))
|
|
|
|
|
("плечо" ("shoulder" "upper arm"))
|
|
|
|
|
("хоть" ("even" "if you want" "though"))
|
|
|
|
|
("сегодня" ("today"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("бог" ("god"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("вместе" ("together"))
|
|
|
|
|
("взгляд" ("look" "glance" "view"))
|
2021-09-26 13:47:16 +02:00
|
|
|
|
("ходить" ("to go" "to walk") nil ("-ход-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("зачем" ("what for" "why"))
|
|
|
|
|
("советский" ("Soviet"))
|
|
|
|
|
("русский" ("Russian"))
|
|
|
|
|
("бывать" ("to be" "to visit" "to happen"))
|
|
|
|
|
("полный" ("full" "complete" "whole"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("прийти" ("to arrive" "to come") nil ("-й-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("палец" ("finger" "toe"))
|
|
|
|
|
("Россия" ("Russia"))
|
|
|
|
|
("любой" ("any" "every"))
|
|
|
|
|
("история" ("history" "story" "event"))
|
|
|
|
|
("наконец" ("finally" "at least"))
|
|
|
|
|
("мысль" ("thought" "idea"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("узнать" ("to know" "to learn" "to recognise") nil ("-зна-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("назад" ("back" "backwards" "ago"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("общий" ("general" "common") nil ("-общ-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("заметить" ("to notice" "to observe"))
|
|
|
|
|
("словно" ("as if" "like"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("прошлый" ("past" "vergangen") nil ("-й-"))
|
|
|
|
|
("уйти" ("to leave" "to go away") nil ("-й-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("известный" ("well-known" "famous"))
|
|
|
|
|
("давно" ("long ago"))
|
|
|
|
|
("слышать" ("to hear"))
|
|
|
|
|
("слушать" ("to listen" "to hear"))
|
|
|
|
|
("бояться" ("to be afraid" "fear"))
|
|
|
|
|
("сын" ("son"))
|
|
|
|
|
("нельзя" ("it is impossible" "can't"))
|
|
|
|
|
("прямо" ("straight" "frankly"))
|
|
|
|
|
("долго" ("for a long time"))
|
|
|
|
|
("быстро" ("fast" "quickly"))
|
|
|
|
|
("лес" ("forest"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("похожий" ("similar" "alike") nil ("-ход-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("пора" ("time" "pore"))
|
|
|
|
|
("пять" ("five"))
|
|
|
|
|
("глядеть" ("to look" "to gaze"))
|
|
|
|
|
("оно" ("it"))
|
|
|
|
|
("сесть" ("to sit"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("имя" ("name") nil ("-имя-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("ж" ("and" "as for" "but"))
|
2021-09-26 12:40:20 +02:00
|
|
|
|
("разговор" ("conversation" "talk") nil ("-говор-"))
|
2021-09-26 00:35:04 +02:00
|
|
|
|
("тело" ("body"))
|
|
|
|
|
("молодой" ("young"))
|
|
|
|
|
("стена" ("wall"))
|
|
|
|
|
("красный" ("red"))
|
|
|
|
|
("читать" ("to read"))
|
|
|
|
|
("право" ("right"))
|
|
|
|
|
("старик" ("old man"))
|
|
|
|
|
("ранний" ("early"))
|
|
|
|
|
("хотеться" ("to want" "to like"))
|
|
|
|
|
("мама" ("mummy" "mum"))
|
|
|
|
|
("оставаться" ("to remain" "to stay"))
|
|
|
|
|
("высокий" ("tall" "high"))
|
|
|
|
|
("путь" ("way" "track" "path"))
|
2021-09-26 13:47:16 +02:00
|
|
|
|
("поэтому" ("therefore"))
|
|
|
|
|
|
|
|
|
|
;; 301-400
|
|
|
|
|
("совершенно" ("absolutely" "quite"))
|
|
|
|
|
("кроме" ("except" "besides"))
|
|
|
|
|
("тысяча" ("a thousand"))
|
|
|
|
|
("месяц" ("month"))
|
|
|
|
|
("брать" ("to take" "to hire"))
|
|
|
|
|
("написать" ("to write"))
|
|
|
|
|
("целый" ("intact" "whole" "entire"))
|
|
|
|
|
("огромный" ("huge" "enormous"))
|
|
|
|
|
("начинать" ("to begin"))
|
|
|
|
|
("спина" ("back"))
|
|
|
|
|
("настоящий" ("present" "real" "true"))
|
|
|
|
|
("пусть" ("let's" "though"))
|
|
|
|
|
("язык" ("tongue" "language"))
|
|
|
|
|
("точно" ("exactly"))
|
|
|
|
|
("среди" ("among"))
|
|
|
|
|
("чуствовать" ("to feel"))
|
|
|
|
|
("сердце" ("heart"))
|
|
|
|
|
("вести" ("to lead"))
|
|
|
|
|
("иногда" ("sometimes"))
|
|
|
|
|
("мальчик" ("boy"))
|
|
|
|
|
("успеть" ("to be in time" "to be successful"))
|
|
|
|
|
("небо" ("sky"))
|
|
|
|
|
("живой" ("living" "lively" "alive"))
|
|
|
|
|
("смерть" ("death"))
|
|
|
|
|
("продолжать" ("to continue"))
|
|
|
|
|
("девушка" ("girl"))
|
|
|
|
|
("образ" ("shape" "form" "image"))
|
|
|
|
|
("ко" ("to" "towards" "by"))
|
|
|
|
|
("забыть" ("to forget"))
|
|
|
|
|
("вокруг" ("around"))
|
|
|
|
|
("письмо" ("letter"))
|
|
|
|
|
("власть" ("power"))
|
|
|
|
|
("чёрный" ("black"))
|
|
|
|
|
("пройти" ("to pass" "go by" "be over") nil ("-й-"))
|
|
|
|
|
("появиться" ("to appear" "to show up"))
|
|
|
|
|
("воздух" ("air"))
|
|
|
|
|
("разный" ("different"))
|
2021-11-28 15:39:23 +01:00
|
|
|
|
("выходить" ("to go out" "to exit") ("MR says 'to nurse'??") ("-ход-"))
|
2021-09-26 13:47:16 +02:00
|
|
|
|
("просить" ("to ask"))
|
|
|
|
|
("брат" ("brat"))
|
|
|
|
|
("собственный" ("one's own"))
|
|
|
|
|
("отношение" ("relationship" "attitude"))
|
|
|
|
|
("затем" ("then" "after that"))
|
|
|
|
|
("пытаться" ("to try"))
|
|
|
|
|
("показать" ("to show" "to display"))
|
|
|
|
|
("вспомнить" ("to remember" "to recall"))
|
|
|
|
|
("система" ("system"))
|
|
|
|
|
("четыре" ("four"))
|
|
|
|
|
("квартира" ("flat" "apartment"))
|
|
|
|
|
("держать" ("to hold" "to keep"))
|
|
|
|
|
("также" ("also" "as well" "too"))
|
|
|
|
|
("любовь" ("love"))
|
|
|
|
|
("солдат" ("soldier"))
|
|
|
|
|
("откуда" ("from where"))
|
|
|
|
|
("чтоб" ("that" "in order that"))
|
|
|
|
|
("называть" ("to call" "to name"))
|
|
|
|
|
("третий" ("third"))
|
|
|
|
|
("хозяин" ("master" "boss" "host"))
|
|
|
|
|
("вроде" ("like" "not unlike"))
|
|
|
|
|
("уходить" ("to leave" "to go away") nil ("-ход-"))
|
|
|
|
|
("подойти" ("to approach" "to come up") nil ("-й-"))
|
|
|
|
|
("поднять" ("to lift" "to raise"))
|
|
|
|
|
("спрашивать" ("to ask" "to inquire"))
|
|
|
|
|
("начальник" ("chief" "head" "superior"))
|
|
|
|
|
("оба" ("both"))
|
|
|
|
|
("бросить" ("to throw"))
|
|
|
|
|
("школа" ("school"))
|
|
|
|
|
("парень" ("boy" "fellow" "guy"))
|
|
|
|
|
("кровь" ("blood"))
|
|
|
|
|
("двадцать" ("twenty"))
|
|
|
|
|
("солнце" ("sun"))
|
|
|
|
|
("неделя" ("week"))
|
|
|
|
|
("послать" ("to send" "to dispatch"))
|
|
|
|
|
("находиться" ("to be found" "to turn up") nil ("-ход-"))
|
|
|
|
|
("ребята" ("guys" "children"))
|
|
|
|
|
("поставить" ("to put" "to place" "to set"))
|
|
|
|
|
("встать" ("to get up" "to rise" "to stand up"))
|
|
|
|
|
("например" ("for example" "for instance"))
|
|
|
|
|
("шаг" ("step"))
|
|
|
|
|
("мужчина" ("man" "male"))
|
|
|
|
|
("равно" ("alike" "in like manner"))
|
|
|
|
|
("нос" ("nose"))
|
|
|
|
|
("мало" ("little" "few"))
|
|
|
|
|
("внимание" ("attention"))
|
|
|
|
|
("капитан" ("captain" "master"))
|
|
|
|
|
("ухо" ("ear"))
|
|
|
|
|
("туда" ("to there"))
|
|
|
|
|
("сюда" ("to here"))
|
|
|
|
|
("играть" ("to play"))
|
|
|
|
|
("следовать" ("to follow" "to come next"))
|
|
|
|
|
("рассказать" ("to tell" "to narrate"))
|
|
|
|
|
("великий" ("great"))
|
|
|
|
|
("действительно" ("indeed" "really"))
|
|
|
|
|
("слишком" ("too much"))
|
|
|
|
|
("тяжёлый" ("heavy"))
|
|
|
|
|
("спать" ("to sleep"))
|
|
|
|
|
("оставить" ("to leave" "to abandon"))
|
|
|
|
|
("войти" ("to enter" "to come in") nil ("-й-"))
|
2021-12-06 17:11:47 +01:00
|
|
|
|
("длинный" ("long"))
|
|
|
|
|
|
|
|
|
|
;; 401 - 450
|
|
|
|
|
("чувство" ("feeling"))
|
|
|
|
|
("иолчать" ("to keep silence" "make no complaint" "say nothing"))
|
|
|
|
|
("рассказывать" ("to tell" "narrate"))
|
|
|
|
|
("отвечать" ("to answer" "to reply"))
|
|
|
|
|
("становиться" ("to stand" "to become"))
|
|
|
|
|
("остановиться" ("to stop"))
|
|
|
|
|
("берег" ("bank" "shore" "coast"))
|
|
|
|
|
("семья" ("family"))
|
|
|
|
|
("искать" ("to search"))
|
|
|
|
|
("генерал" ("general"))
|
|
|
|
|
("момент" ("moment" "instant"))
|
|
|
|
|
("десять" ("ten"))
|
|
|
|
|
("начать" ("to begin"))
|
|
|
|
|
("следуюший" ("next" "following"))
|
|
|
|
|
("личный" ("personal"))
|
|
|
|
|
("труд" ("labour" "work"))
|
|
|
|
|
("верить" ("to believe"))
|
|
|
|
|
("группа" ("group"))
|
|
|
|
|
("немного" ("a little"))
|
|
|
|
|
("впрочем" ("however" "though"))
|
|
|
|
|
("видно" ("evidently" "obviously"))
|
|
|
|
|
("являться" ("to appear"))
|
|
|
|
|
("муж" ("husband"))
|
|
|
|
|
("разве" ("really?" "perhaps") ("when pondering something"))
|
|
|
|
|
("движение" ("movement" "motion"))
|
|
|
|
|
("порядок" ("order"))
|
|
|
|
|
("ответ" ("answer" "reply"))
|
|
|
|
|
("тихо" ("quietly" "silently") ("also as exclamation"))
|
|
|
|
|
("знакомый" ("familiar" "acquainted"))
|
|
|
|
|
("газета" ("newspaper"))
|
|
|
|
|
("помощь" ("help"))
|
|
|
|
|
("сильный" ("strong" "powerful"))
|
|
|
|
|
("скорый" ("quick" "fast"))
|
|
|
|
|
("собака" ("dog"))
|
|
|
|
|
("дерево" ("tree"))
|
|
|
|
|
("снег" ("snow"))
|
|
|
|
|
("сон" ("dream"))
|
|
|
|
|
("смысл" ("sense" "meaning" "purpose") ("making sense" "in the sense"))
|
|
|
|
|
("смочь" ("to be able") ("св"))
|
|
|
|
|
("против" ("against" "opposite" "contrary to"))
|
|
|
|
|
("бежать" ("to run" "to hurry"))
|
|
|
|
|
("двор" ("yard" "court"))
|
|
|
|
|
("форма" ("form" "shape" "uniform"))
|
|
|
|
|
("простой" ("simple" "easy" "plain"))
|
|
|
|
|
("приехать" ("to arrive" "to come"))
|
|
|
|
|
("иной" ("different" "other"))
|
|
|
|
|
("кричать" ("to cry" "to shout"))
|
|
|
|
|
("возможность" ("possibility" "opportunity" "chance"))
|
|
|
|
|
("общество" ("society"))
|
|
|
|
|
("зелёный" ("green")))
|
2021-09-24 15:55:31 +02:00
|
|
|
|
|
|
|
|
|
(provide 'russian-words)
|