diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-06T16·11+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-07T22·19+0300 |
commit | 3f614a4e17dd3a41b4f59ac90aa4316256b22684 (patch) | |
tree | b89b31b144181492a9e42c5f343f2614ab40edd7 /users/tazjin | |
parent | 5c34d6645c7c28fd8d0ca81e71550019f74c1a99 (diff) |
feat(tazjin/russian): Add words 401-450 r/3154
Change-Id: I1101ebf2252390fc4ae308de43f09f606118615b
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/russian/words.el | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/users/tazjin/russian/words.el b/users/tazjin/russian/words.el index 9e7fc15da044..a82c78e5f307 100644 --- a/users/tazjin/russian/words.el +++ b/users/tazjin/russian/words.el @@ -414,6 +414,58 @@ ("спать" ("to sleep")) ("оставить" ("to leave" "to abandon")) ("войти" ("to enter" "to come in") nil ("-й-")) - ("длинный" ("long"))) + ("длинный" ("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"))) (provide 'russian-words) |