feat(tazjin/russian): Add words 301-400
Change-Id: I94337f7af76ff554370593709088503ee4b21564 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3645 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
24fca8c910
commit
00de60fc3b
1 changed files with 103 additions and 2 deletions
|
@ -257,7 +257,7 @@
|
||||||
("бог" ("god"))
|
("бог" ("god"))
|
||||||
("вместе" ("together"))
|
("вместе" ("together"))
|
||||||
("взгляд" ("look" "glance" "view"))
|
("взгляд" ("look" "glance" "view"))
|
||||||
("ходить" ("to go" "to walk"))
|
("ходить" ("to go" "to walk") nil ("-ход-"))
|
||||||
("зачем" ("what for" "why"))
|
("зачем" ("what for" "why"))
|
||||||
("советский" ("Soviet"))
|
("советский" ("Soviet"))
|
||||||
("русский" ("Russian"))
|
("русский" ("Russian"))
|
||||||
|
@ -310,4 +310,105 @@
|
||||||
("оставаться" ("to remain" "to stay"))
|
("оставаться" ("to remain" "to stay"))
|
||||||
("высокий" ("tall" "high"))
|
("высокий" ("tall" "high"))
|
||||||
("путь" ("way" "track" "path"))
|
("путь" ("way" "track" "path"))
|
||||||
("поэтому" ("therefore")))
|
("поэтому" ("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"))
|
||||||
|
("выходить" ("to go out" "to exit") "MR says 'to nurse'??" ("-ход-"))
|
||||||
|
("просить" ("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 ("-й-"))
|
||||||
|
("длинный" ("long")))
|
||||||
|
|
Loading…
Reference in a new issue