diff --git a/Resources/Locale/ru-RU/accent/italian.ftl b/Resources/Locale/ru-RU/accent/italian.ftl index b1c25f83971..5245f28e9d5 100644 --- a/Resources/Locale/ru-RU/accent/italian.ftl +++ b/Resources/Locale/ru-RU/accent/italian.ftl @@ -1,7 +1,6 @@ # This should probably use the same prefix system as the mobster accent. # For the record, these do not work right now - even when uncommented. - # accent-italian-prefix-1 = Ravioli, ravioli, give me the formuoli! # accent-italian-prefix-2 = Mamma-mia! # accent-italian-prefix-3 = Mamma-mia! That's a spicy meat-ball! diff --git a/Resources/Locale/ru-RU/accessories/human-hair.ftl b/Resources/Locale/ru-RU/accessories/human-hair.ftl index d131b1cc4b3..405ed5a7598 100644 --- a/Resources/Locale/ru-RU/accessories/human-hair.ftl +++ b/Resources/Locale/ru-RU/accessories/human-hair.ftl @@ -146,7 +146,7 @@ marking-HumanHairSidetail2 = Хвостик (Сбоку) 2 marking-HumanHairSidetail3 = Хвостик (Сбоку) 3 marking-HumanHairSidetail4 = Хвостик (Сбоку) 4 marking-HumanHairSpikyponytail = Хвостик (Шипастый) -marking-HumanHairPulato = Pulato +marking-HumanHairPulato = Пулато marking-HumanHairPoofy = Пышная marking-HumanHairQuiff = Квифф marking-HumanHairShaped = Фигурная diff --git a/Resources/Locale/ru-RU/actions/actions/actions-commands.ftl b/Resources/Locale/ru-RU/actions/actions/actions-commands.ftl index fed57d1c1a9..8a6d41203cc 100644 --- a/Resources/Locale/ru-RU/actions/actions/actions-commands.ftl +++ b/Resources/Locale/ru-RU/actions/actions/actions-commands.ftl @@ -1,6 +1,5 @@ ## Actions Commands loc - ## Upgradeaction command loc upgradeaction-command-need-one-argument = upgradeaction needs at least one argument, the action entity uid. The second optional argument is a specified level. diff --git a/Resources/Locale/ru-RU/actions/actions/wagging.ftl b/Resources/Locale/ru-RU/actions/actions/wagging.ftl new file mode 100644 index 00000000000..5101c4391e3 --- /dev/null +++ b/Resources/Locale/ru-RU/actions/actions/wagging.ftl @@ -0,0 +1,2 @@ +action-name-toggle-wagging = Махать хвостом +action-description-toggle-wagging = Начать или прекратить махать хвостом. diff --git a/Resources/Locale/ru-RU/administration/admin-alerts.ftl b/Resources/Locale/ru-RU/administration/admin-alerts.ftl index 567bb8cb4c0..8b5d8c0915e 100644 --- a/Resources/Locale/ru-RU/administration/admin-alerts.ftl +++ b/Resources/Locale/ru-RU/administration/admin-alerts.ftl @@ -1,3 +1,3 @@ admin-alert-shared-connection = { $player } имеет общее интернет-соединение с { $otherCount } другим(-и) игроком(-ами): { $otherList } -admin-alert-ipintel-blocked = { $player } was rejected from joining due to their IP having a { TOSTRING($percent, "P0") } confidence of being a VPN/Datacenter. -admin-alert-ipintel-warning = { $player } IP has a { TOSTRING($percent, "P0") } confidence of being a VPN/Datacenter. Please watch them. +admin-alert-ipintel-blocked = Пользователю { $player } было отказано в присоединении из-за того, что его IP с { TOSTRING($percent, "P0") } уверенностью относится к VPN/ЦОДу. +admin-alert-ipintel-warning = IP пользователя { $player } с { TOSTRING($percent, "P0") } уверенностью относится к VPN/ЦОДу. Пожалуйста, понаблюдайте за ним. diff --git a/Resources/Locale/ru-RU/administration/antag.ftl b/Resources/Locale/ru-RU/administration/antag.ftl index b86e1c7e9b8..e761cf450d8 100644 --- a/Resources/Locale/ru-RU/administration/antag.ftl +++ b/Resources/Locale/ru-RU/administration/antag.ftl @@ -13,4 +13,4 @@ admin-verb-text-make-nuclear-operative = Сделать ядерным опер admin-verb-text-make-pirate = Сделать пиратом admin-verb-text-make-head-rev = Сделать Главой революции admin-verb-text-make-thief = Сделать вором -admin-overlay-antag-classic = ANTAG +admin-overlay-antag-classic = АНТАГ diff --git a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl index 854ec7163b9..7749186b779 100644 --- a/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl +++ b/Resources/Locale/ru-RU/administration/ui/permissions-eui.ftl @@ -13,7 +13,7 @@ permissions-eui-edit-admin-window-title-edit-placeholder = Пользовате permissions-eui-edit-admin-window-no-rank-button = Нет ранга permissions-eui-edit-admin-rank-window-name-edit-placeholder = Название ранга permissions-eui-edit-admin-title-control-text = отсутствует -permissions-eui-edit-admin-window-suspended = Suspended? +permissions-eui-edit-admin-window-suspended = Отстранён? permissions-eui-edit-no-rank-text = отсутствует permissions-eui-edit-title-button = Редактировать permissions-eui-edit-admin-rank-button = Редактировать diff --git a/Resources/Locale/ru-RU/administration/ui/tabs/player-tab.ftl b/Resources/Locale/ru-RU/administration/ui/tabs/player-tab.ftl index 53593c2a267..da5b56fff73 100644 --- a/Resources/Locale/ru-RU/administration/ui/tabs/player-tab.ftl +++ b/Resources/Locale/ru-RU/administration/ui/tabs/player-tab.ftl @@ -3,7 +3,7 @@ player-tab-username = Пользователь player-tab-character = Персонаж player-tab-job = Должность player-tab-antagonist = Антагонист -player-tab-roletype = Role Type +player-tab-roletype = Тип роли player-tab-playtime = Игровое время player-tab-show-disconnected = Показать отключившихся player-tab-overlay = Оверлей diff --git a/Resources/Locale/ru-RU/advertisements/vending/gibb.ftl b/Resources/Locale/ru-RU/advertisements/vending/gibb.ftl index c9627ac0f22..4a2cf461470 100644 --- a/Resources/Locale/ru-RU/advertisements/vending/gibb.ftl +++ b/Resources/Locale/ru-RU/advertisements/vending/gibb.ftl @@ -1,12 +1,12 @@ -advertisement-gibb-1 = Delicious! -advertisement-gibb-2 = Recommended by at least one doctor! -advertisement-gibb-3 = Over 1 million drinks sold! -advertisement-gibb-4 = Dr. Gibb, what's the worst that could happen? -advertisement-gibb-5 = Dr. Gibb, the flavor explosion! -advertisement-gibb-6 = Trust me, I'm a doctor! -advertisement-gibb-7 = The best sugar infusion in the galaxy! -advertisement-gibb-8 = Space Cola can get Gibbed! -thankyou-gibb-1 = The Dr. is in... your belly! -thankyou-gibb-2 = Prognosis: flavor! -thankyou-gibb-3 = Enjoy the 42 flavors! -thankyou-gibb-4 = Enjoy the syrupy goodness! +advertisement-gibb-1 = Вкуснотища! +advertisement-gibb-2 = Рекомендовано как минимум одним доктором! +advertisement-gibb-3 = Продано более одного миллиона напитков! +advertisement-gibb-4 = Доктор Гибб, что самое худшее, что может произойти? +advertisement-gibb-5 = Доктор Гибб, взрыв вкуса! +advertisement-gibb-6 = Доверьтесь мне, я доктор! +advertisement-gibb-7 = Лучший сахарный эликсир в галактике! +advertisement-gibb-8 = Спейс Кола - смотри не ГИБнись! +thankyou-gibb-1 = Док уже... в вашем животе! +thankyou-gibb-2 = Прогноз: вкус! +thankyou-gibb-3 = Насладись 42 вкусами! +thankyou-gibb-4 = Насладись сиропной вкуснятиной! diff --git a/Resources/Locale/ru-RU/advertisements/vending/pride.ftl b/Resources/Locale/ru-RU/advertisements/vending/pride.ftl index 5e09ebe28fc..f2b173d5d74 100644 --- a/Resources/Locale/ru-RU/advertisements/vending/pride.ftl +++ b/Resources/Locale/ru-RU/advertisements/vending/pride.ftl @@ -1,7 +1,7 @@ advertisement-pride-1 = Be gay do crime! -advertisement-pride-2 = Full of colors! -advertisement-pride-3 = You are valid! -advertisement-pride-4 = The first pride was a riot! -thankyou-pride-1 = Slay! -thankyou-pride-2 = Knock 'em dead! -thankyou-pride-3 = What a glow up! +advertisement-pride-2 = Полный цветов! +advertisement-pride-3 = Вы валидны! +advertisement-pride-4 = Первый прайд-парад был бунтом! +thankyou-pride-1 = Жги! +thankyou-pride-2 = Свали их наповал! +thankyou-pride-3 = Какое сияние! diff --git a/Resources/Locale/ru-RU/advertisements/vending/smite.ftl b/Resources/Locale/ru-RU/advertisements/vending/smite.ftl index 9231b36ecd2..67b695fc1d1 100644 --- a/Resources/Locale/ru-RU/advertisements/vending/smite.ftl +++ b/Resources/Locale/ru-RU/advertisements/vending/smite.ftl @@ -1,12 +1,12 @@ -advertisement-smite-1 = SMITE! Ban your thirst! -advertisement-smite-2 = An eldritch blast of lemon and lime! -advertisement-smite-3 = Over 1 million drinks sold! -advertisement-smite-4 = SMITE! Roll 2d8 for FLAVOR. -advertisement-smite-5 = SMITE! Let's get that paperwork done! -advertisement-smite-6 = The janitor has it in for you! -advertisement-smite-7 = SMITE! It won't get you hammered. -advertisement-smite-8 = It's lemon-lime time! -thankyou-smite-1 = Smite makes right! -thankyou-smite-2 = You DEFINITELY wanted lemon-lime! -thankyou-smite-3 = The office won't know what hit them. -thankyou-smite-4 = Banish your thirst. +advertisement-smite-1 = СМАЙТ! Забань жажду! +advertisement-smite-2 = Мистический заряд лимона и лайма! +advertisement-smite-3 = Продано более одного миллиона напитков! +advertisement-smite-4 = СМАЙТ! Бросьте 2к8 для определения вкуса. +advertisement-smite-5 = СМАЙТ! Давайте займёмся оформлением документов! +advertisement-smite-6 = Уборщик точит зуб на вас! +advertisement-smite-7 = СМАЙТ! Не даст тебе захмелеть. +advertisement-smite-8 = Настало время лимон-лайма! +thankyou-smite-1 = У кого Смайт, тот и прав! +thankyou-smite-2 = Вы ТОЧНО хотели лимон-лайм! +thankyou-smite-3 = В офисе не поймут, что их накрыло. +thankyou-smite-4 = Изгоните жажду. diff --git a/Resources/Locale/ru-RU/atmos/air-alarm-ui.ftl b/Resources/Locale/ru-RU/atmos/air-alarm-ui.ftl index 5f62ed12412..83d5f2c45e5 100644 --- a/Resources/Locale/ru-RU/atmos/air-alarm-ui.ftl +++ b/Resources/Locale/ru-RU/atmos/air-alarm-ui.ftl @@ -1,6 +1,5 @@ # UI - ## Window air-alarm-ui-access-denied = Недостаточный уровень доступа! @@ -31,7 +30,6 @@ air-alarm-ui-mode-none = Нет ## Widgets - ### General air-alarm-ui-widget-enable = Включено @@ -64,5 +62,5 @@ air-alarm-ui-thresholds-upper-bound = Верхняя аварийная гран air-alarm-ui-thresholds-lower-bound = Нижняя аварийная граница air-alarm-ui-thresholds-upper-warning-bound = Верхняя тревожная граница air-alarm-ui-thresholds-lower-warning-bound = Нижняя тревожная граница -air-alarm-ui-thresholds-copy = Copy thresholds to all devices -air-alarm-ui-thresholds-copy-tooltip = Copies the sensor thresholds of this device to all devices in this air alarm tab. +air-alarm-ui-thresholds-copy = Скопировать значение границы на все устройства +air-alarm-ui-thresholds-copy-tooltip = Скопировать значение границы сенсора этого устройства на все устройства на этой вкладке воздушной сигнализации. diff --git a/Resources/Locale/ru-RU/cargo/bounties.ftl b/Resources/Locale/ru-RU/cargo/bounties.ftl index 9b8f7dee751..0928f91ffa2 100644 --- a/Resources/Locale/ru-RU/cargo/bounties.ftl +++ b/Resources/Locale/ru-RU/cargo/bounties.ftl @@ -68,7 +68,7 @@ bounty-item-microwave-machine-board = Машинная плата микрово bounty-item-flash = Вспышка bounty-item-tooth-space-carp = Зуб космического карпа bounty-item-tooth-sharkminnow = Зуб карпоакулы -bounty-description-artifact = Nanotrasen находится в затруднительном положении из-за кражи артефактов с некосмических планет. Верните один, и мы выплатим за него компенсацию. +bounty-description-artifact = Nanotrasen находится в затруднительном положении из-за кражи артефактов с планет, не практикующих космические полёты. Верните один, и мы выплатим за него компенсацию. bounty-description-baseball-bat = В Центкоме началась бейсбольная лихорадка! Будьте добры отправить им несколько бейсбольных бит, чтобы руководство могло исполнить свою детскую мечту. bounty-description-box-hugs = Несколько главных чиновников получили серьёзные ушибы. Для их выздоровления срочно требуется коробка обнимашек bounty-description-brain = Командир Колдуэлл лишилась мозга в результате недавней аварии с космической смазкой. К сожалению, мы не можем нанять замену, поэтому просто пришлите нам новый мозг, чтобы вставить его в неё. diff --git a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl index 8c20b11ef34..2012568df73 100644 --- a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl +++ b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl @@ -91,11 +91,11 @@ chat-speech-verb-name-vox = Вокс chat-speech-verb-vox-1 = скрипит chat-speech-verb-vox-2 = визжит chat-speech-verb-vox-3 = каркает +chat-speech-verb-name-goat = Коза +chat-speech-verb-goat-1 = блеет +chat-speech-verb-goat-2 = кряхтит +chat-speech-verb-goat-3 = кричит chat-speech-verb-name-small-mob = Мышь -chat-speech-verb-name-goat = Goat -chat-speech-verb-goat-1 = bleats -chat-speech-verb-goat-2 = grunts -chat-speech-verb-goat-3 = cries chat-speech-verb-small-mob-1 = скрипит chat-speech-verb-small-mob-2 = пищит chat-speech-verb-name-large-mob = Карп diff --git a/Resources/Locale/ru-RU/connection-messages.ftl b/Resources/Locale/ru-RU/connection-messages.ftl index 2f7e064af1c..ea8f505027c 100644 --- a/Resources/Locale/ru-RU/connection-messages.ftl +++ b/Resources/Locale/ru-RU/connection-messages.ftl @@ -49,10 +49,10 @@ cmd-blacklistremove-arg-player = [player] baby-jail-account-denied = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесенных в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! baby-jail-account-denied-reason = Этот сервер - сервер для новичков, предназначенный для новых игроков и тех, кто хочет им помочь. Новые подключения слишком старых или не внесенных в белый список аккаунтов не принимаются. Загляните на другие серверы и посмотрите все, что может предложить Space Station 14. Веселитесь! Причина: "{ $reason }" baby-jail-account-reason-account = Ваш аккаунт Space Station 14 слишком старый. Он должен быть моложе { $minutes } минут -generic-misconfigured = The server is misconfigured and is not accepting players. Please contact the server owner and try again later. -ipintel-server-ratelimited = This server uses a security system with external verification, which has reached its maximum verification limit. Please contact the administration team of the server for assistance and try again later. -ipintel-unknown = This server uses a security system with external verification, but it encountered an error. Please contact the administration team of the server for assistance and try again later. -ipintel-suspicious = You seem to be connecting through a datacenter or VPN. For administrative reasons we do not allow VPN connections to play. Please contact the administration team of the server for assistance if you believe this is false. +generic-misconfigured = Сервер неправильно настроен и не принимает игроков. Пожалуйста, свяжитесь с владельцем сервера и повторите попытку позже. +ipintel-server-ratelimited = На этом сервере используется система безопасности с внешней проверкой, которая достигла своего максимального предела проверки. Пожалуйста, обратитесь за помощью к администрации сервера и повторите попытку позже. +ipintel-unknown = На этом сервере используется система безопасности с внешней проверкой, но она столкнулась с ошибкой. Пожалуйста, обратитесь за помощью к администрации сервера и повторите попытку позже. +ipintel-suspicious = Похоже, вы подключаетесь через центр обработки данных или VPN. По административным причинам мы не разрешаем играть через VPN-соединения. Пожалуйста, обратитесь за помощью к администрации сервера, если вы считаете, что это ошибочно. baby-jail-account-reason-overall = Наигранное Вами время на сервере должно быть больше { $minutes } { $minutes -> [one] минуты diff --git a/Resources/Locale/ru-RU/datasets/figurines.ftl b/Resources/Locale/ru-RU/datasets/figurines.ftl index e354b5a64b7..c96be88d0d2 100644 --- a/Resources/Locale/ru-RU/datasets/figurines.ftl +++ b/Resources/Locale/ru-RU/datasets/figurines.ftl @@ -70,8 +70,8 @@ figurines-rd-1 = Взорвать всех боргов! figurines-rd-2 = Арсенал третьего уровня? Ни за что. figurines-scientist-1 = Кто-то другой сделал эти бомбы! figurines-scientist-2 = Он попросил, чтобы его боргировали! -figurines-scientist-3 = Карп в нио! -figurines-scientist-4 = Взрыв в нио! +figurines-scientist-3 = Карп в РНД! +figurines-scientist-4 = Взрыв в РНД! figurines-scientist-5 = Аномалия взорвалась! figurines-cmo-1 = Датчики костюмов! figurines-cmo-2 = Почему у нас есть мет? diff --git a/Resources/Locale/ru-RU/datasets/names/ai.ftl b/Resources/Locale/ru-RU/datasets/names/ai.ftl index c9c90cc1055..923312350e4 100644 --- a/Resources/Locale/ru-RU/datasets/names/ai.ftl +++ b/Resources/Locale/ru-RU/datasets/names/ai.ftl @@ -118,9 +118,9 @@ names-ai-dataset-63 = ЗЕТ-1 names-ai-dataset-77 = ЗЕТ-2 names-ai-dataset-80 = ЗЕТ-3 names-ai-dataset-92 = ЗЕД -names-ai-dataset-103 = X.A.N.A. -names-ai-dataset-104 = XERXES +names-ai-dataset-103 = К.С.А.Н.А. +names-ai-dataset-104 = КСЕРКС names-ai-dataset-105 = Z-1 names-ai-dataset-106 = Z-2 names-ai-dataset-107 = Z-3 -names-ai-dataset-108 = Zed +names-ai-dataset-108 = Зед diff --git a/Resources/Locale/ru-RU/discord/watchlist-connections.ftl b/Resources/Locale/ru-RU/discord/watchlist-connections.ftl index 346fe5935b1..1aaedc2a455 100644 --- a/Resources/Locale/ru-RU/discord/watchlist-connections.ftl +++ b/Resources/Locale/ru-RU/discord/watchlist-connections.ftl @@ -1,14 +1,16 @@ discord-watchlist-connection-header = - { $players -> - [one] { $players } player on a watchlist has - *[other] { $players } players on a watchlist have - } connected to { $serverName } + { $players } { $players -> + [one] игрок в списке наблюдения подключился + [few] игрока в списке наблюдения поключились + *[other] игроков в списке наблюдения подключились + } к { $serverName } discord-watchlist-connection-entry = - - { $playerName } with message "{ $message }"{ $expiry -> + - { $playerName } с сообщением "{ $message }"{ $expiry -> [0] { "" } - *[other] { " " }(expires ) + *[other] { " " }(истекает ) }{ $otherWatchlists -> [0] { "" } - [one] { " " }and { $otherWatchlists } other watchlist - *[other] { " " }and { $otherWatchlists } other watchlists + [one] { " " }и ещё { $otherWatchlists } наблюдением + [few] { " " }и ещё { $otherWatchlists } наблюдения + *[other] { " " }и ещё { $otherWatchlists } наблюдений } diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index 4e7023b0e4a..d56a83c1a34 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -67,7 +67,6 @@ flavor-complex-mustard = как горчица # Food-specific flavors. - ## Food chemicals. In case you get something that has this inside. flavor-complex-nutriment = как питательные вещества @@ -132,7 +131,6 @@ flavor-complex-cherry = как вишня # use it when there multiple types of veggies - ## Complex foodstuffs (cooked foods, joke flavors, etc) flavor-complex-pink = как розовый @@ -188,7 +186,6 @@ flavor-complex-compressed-meat = как спрессованное мясо # Drink-specific flavors. - ## Generic alcohol/soda taste. This should be replaced with an actual flavor profile. flavor-complex-alcohol = как алкоголь @@ -317,7 +314,6 @@ flavor-complex-pilk = как сладкое молоко # Medicine/chemical-specific flavors. - ## Generic flavors. flavor-complex-medicine = как лекарство diff --git a/Resources/Locale/ru-RU/ghost/components/ghost-component.ftl b/Resources/Locale/ru-RU/ghost/components/ghost-component.ftl index 54bdab4485e..e4798ac2edf 100644 --- a/Resources/Locale/ru-RU/ghost/components/ghost-component.ftl +++ b/Resources/Locale/ru-RU/ghost/components/ghost-component.ftl @@ -1,4 +1,4 @@ ghost-component-on-examine-death-time-info-minutes = { $minutes } минут назад ghost-component-on-examine-death-time-info-seconds = { $seconds } секунд назад ghost-component-on-examine-message = Умер [color=yellow]{ $timeOfDeath }[/color]. -ghost-component-boo-action-failed = Despite your best efforts, nothing spooky happens. +ghost-component-boo-action-failed = Несмотря на все ваши старания, ничего жуткого не происходит. diff --git a/Resources/Locale/ru-RU/ghost/spooky-speaker.ftl b/Resources/Locale/ru-RU/ghost/spooky-speaker.ftl index 368a6729550..4ebe3a02292 100644 --- a/Resources/Locale/ru-RU/ghost/spooky-speaker.ftl +++ b/Resources/Locale/ru-RU/ghost/spooky-speaker.ftl @@ -1,17 +1,17 @@ -spooky-speaker-generic-1 = ...ooOoooOOoooo... -spooky-speaker-generic-2 = ...can anyone hear me...? -spooky-speaker-generic-3 = ...join us... -spooky-speaker-generic-4 = ...come play with us... -spooky-speaker-generic-5 = KkkhhkhKhhkhkKk -spooky-speaker-generic-6 = Khhggkkghkk -spooky-speaker-generic-7 = khhkkkkKkhkkHk +spooky-speaker-generic-1 = ...ууУуууУУуууу... +spooky-speaker-generic-2 = ...кто-нибудь меня слышит...? +spooky-speaker-generic-3 = ...присоединяйся к нам... +spooky-speaker-generic-4 = ...поиграй с нами... +spooky-speaker-generic-5 = КккххкхКххкхкКк +spooky-speaker-generic-6 = Кххггккрхкк +spooky-speaker-generic-7 = кххккккКкхккХк spooky-speaker-generic-8 = ... -spooky-speaker-generic-9 = ...h-h-hello...? -spooky-speaker-generic-10 = Bzzzt -spooky-speaker-generic-11 = Weh -spooky-speaker-generic-12 = TREMBLE, MORTALS! +spooky-speaker-generic-9 = ...п-п-привет...? +spooky-speaker-generic-10 = Бзззт +spooky-speaker-generic-11 = Вех +spooky-speaker-generic-12 = ТРЕПЕЩИТЕ, СМЕРТНЫЕ! spooky-speaker-generic-13 = 4444444444 -spooky-speaker-generic-14 = ...I found you... -spooky-speaker-recycler-1 = I HUNGER -spooky-speaker-recycler-2 = MORE! GIVE ME MORE! -spooky-speaker-recycler-3 = FEED ME +spooky-speaker-generic-14 = ...Я тебя нашёл... +spooky-speaker-recycler-1 = Я ГОЛОДЕН +spooky-speaker-recycler-2 = ЕЩЁ! ДАЙ МНЕ ЕЩЁ! +spooky-speaker-recycler-3 = НАКОРМИ МЕНЯ diff --git a/Resources/Locale/ru-RU/gravity/gravity-generator-component.ftl b/Resources/Locale/ru-RU/gravity/gravity-generator-component.ftl index 22190b51ea1..48e571d333c 100644 --- a/Resources/Locale/ru-RU/gravity/gravity-generator-component.ftl +++ b/Resources/Locale/ru-RU/gravity/gravity-generator-component.ftl @@ -1,6 +1,5 @@ ### Gravity Generator - ## UI gravity-generator-window-title = Генератор гравитации diff --git a/Resources/Locale/ru-RU/guidebook/guides.ftl b/Resources/Locale/ru-RU/guidebook/guides.ftl index 4e5d453fc41..51d58fe5b4b 100644 --- a/Resources/Locale/ru-RU/guidebook/guides.ftl +++ b/Resources/Locale/ru-RU/guidebook/guides.ftl @@ -67,7 +67,7 @@ guide-entry-security = Безопасность станции guide-entry-forensics = Криминалистика guide-entry-defusal = Обезвреживание крупной бомбы guide-entry-criminal-records = Криминальные записи -guide-entry-special = Special +guide-entry-special = Специальное guide-entry-species = Расы guide-entry-antagonists = Антагонисты guide-entry-nuclear-operatives = Ядерные оперативники diff --git a/Resources/Locale/ru-RU/holopad/holopad.ftl b/Resources/Locale/ru-RU/holopad/holopad.ftl index 304b8834378..dc19e47d0f4 100644 --- a/Resources/Locale/ru-RU/holopad/holopad.ftl +++ b/Resources/Locale/ru-RU/holopad/holopad.ftl @@ -5,7 +5,7 @@ holopad-window-options = [color=darkgray][font size=10][italic]Пожалуйс # Call status holopad-window-no-calls-in-progress = Никакие голо-звонки не ведутся holopad-window-incoming-call = Входящий голо-звонок от: -holopad-window-relay-label = Originating at: +holopad-window-relay-label = Происходит из: holopad-window-outgoing-call = Попытка установить соединение... holopad-window-call-in-progress = Ведётся голо-звонок holopad-window-call-ending = Отсоединение... @@ -26,7 +26,7 @@ holopad-window-access-denied = В доступе отказано holopad-window-select-contact-from-list = Выберите контакт для начала голо-звонка holopad-window-fetching-contacts-list = Нет голопадов, с которыми можно связаться holopad-window-contact-label = { CAPITALIZE($label) } -holopad-window-filter-line-placeholder = Search for a contact +holopad-window-filter-line-placeholder = Поиск контакта # Flavor holopad-window-flavor-left = ⚠ Не входите пока проектор активен holopad-window-flavor-right = v3.0.9 @@ -35,14 +35,14 @@ holopad-hologram-name = голограмма { $name } # Holopad actions holopad-activate-projector-verb = Активировать голопроектор holopad-ai-is-unable-to-reach-holopad = Вы не можете связаться с источником вызова, он находится слишком далеко от вашего ядра. -holopad-ai-is-unable-to-activate-projector = You are unable to activate the holopad's projector, it is too far from your core. +holopad-ai-is-unable-to-activate-projector = Вы не можете активировать голопроектор, он находится слишком далеко от вашего ядра. # Mapping prototypes # General holopad-general-tools = Общий - Инструменты holopad-general-cryosleep = Общий - Криосон holopad-general-theater = Общий - Театр holopad-general-disposals = Общий - Мусоросброс -holopad-general-eva = Общий - EVA хранилище +holopad-general-eva = Общий - хранилище ВКД holopad-general-lounge = Общий - Зона отдыха holopad-general-arcade = Общий - Аркады holopad-general-evac = Общий - Эвак @@ -63,10 +63,10 @@ holopad-command-hos = Командование - ГСБ # Science holopad-science-anomaly = Научный - Аномалистика holopad-science-artifact = Научный - Ксеноархеология -holopad-science-artifact-north = Science - Artifact North -holopad-science-artifact-south = Science - Artifact South +holopad-science-artifact-north = Научный - Ксеноархеология Север +holopad-science-artifact-south = Научный - Ксеноархеология Юг holopad-science-robotics = Научный - Робототехника -holopad-science-rnd = Научный - НИО +holopad-science-rnd = Научный - РНД holopad-science-front = Научный - Приёмная holopad-science-breakroom = Научный - Комната отдыха # Medical @@ -79,7 +79,7 @@ holopad-medical-paramedic = Медицинский - Парамедик holopad-medical-virology = Медицинский - Вирусология holopad-medical-front = Медицинский - Приёмная holopad-medical-breakroom = Медицинский - Комната отдыха -holopad-medical-clinic = Medical - Clinic +holopad-medical-clinic = Медицинский - Клиника # Cargo holopad-cargo-front = Снабжение - Приёмная holopad-cargo-bay = Снабжение - Грузовой отсек @@ -87,7 +87,7 @@ holopad-cargo-salvage-bay = Снабжение - Утилизаторский о holopad-cargo-breakroom = Снабжение - Комната отдыха holopad-cargo-ats = Снабжение - АТС holopad-cargo-shuttle = Снабжение - Шаттл -holopad-cargo-mailroom = Cargo - Mailroom +holopad-cargo-mailroom = Снабжение - Почта # Engineering holopad-engineering-atmos-front = Атмос - Приёмная holopad-engineering-atmos-main = Атмос - Главный @@ -99,7 +99,7 @@ holopad-engineering-telecoms = Инженерный - Телекоммуника holopad-engineering-tech-vault = Инженерный - Техническое хранилище holopad-engineering-ame = Инженерный - ДАМ holopad-engineering-power = Инженерный - Питание -holopad-engineering-main = Engineering - Main +holopad-engineering-main = Инженерный - Главный # S ecurity holopad-security-front = СБ - Приёмная holopad-security-brig = СБ - Бриг @@ -113,8 +113,8 @@ holopad-security-lawyer = СБ - Адковат holopad-security-armory = СБ - Оружейная holopad-security-locker-room = СБ - Раздевалка holopad-security-brig-med = СБ - Бригмед -holopad-security-evac-checkpoint = Security - Evac Checkpoint -holopad-security-arrivals-checkpoint = Security - Arrivals Checkpoint +holopad-security-evac-checkpoint = СБ - КПП Эвакуация +holopad-security-arrivals-checkpoint = СБ - КПП Прибытие # Service holopad-service-janitor = Сервис - Уборщик holopad-service-bar = Сервис - Бар @@ -138,7 +138,7 @@ holopad-ai-backup-power = ИИ - Резервное питание holopad-ai-entrance = ИИ - Вход holopad-ai-chute = ИИ - Транспортный блок # Long Range -holopad-station-bridge = Станция - Бриг +holopad-station-bridge = Станция - Мостик holopad-station-cargo-bay = Станция - Грузовой отсек # CentComm holopad-centcomm-evac = Центком - Эвакуационный шаттл diff --git a/Resources/Locale/ru-RU/info/info-window.ftl b/Resources/Locale/ru-RU/info/info-window.ftl index 4d45a42bde0..722956d5dad 100644 --- a/Resources/Locale/ru-RU/info/info-window.ftl +++ b/Resources/Locale/ru-RU/info/info-window.ftl @@ -1,6 +1,5 @@ ### Info Window - ## General stuff ui-info-title = Информация diff --git a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl index e5f30572b39..442399d0b46 100644 --- a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl @@ -1,6 +1,5 @@ ### Interaction Popup component - ## Petting animals petting-success-generic = Вы гладите { $target } по голове. @@ -81,9 +80,9 @@ petting-failure-janitor-cyborg = Вы тянетесь погладить { $tar petting-failure-medical-cyborg = Вы тянетесь погладить { $target }, но { SUBJECT($target) } занят спасением жизней! petting-failure-service-cyborg = Вы тянетесь погладить { $target }, но { SUBJECT($target) } занят обслуживанием экипажа! petting-failure-syndicate-cyborg = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } предательская натура заставляет вас передумать. -petting-failure-derelict-cyborg = Вы тянетесь погладить { THE($target) }, но { POSS-ADJ($target) } ржавый и рваный внешний вид заставляет вас передумать. -petting-failure-station-ai = Вы тянетесь погладить { THE($target) }, но { POSS-ADJ($target) } разряд заставляет вас отдёрнуть руку. -petting-success-station-ai-others = { CAPITALIZE(THE($user)) } гладит { THE($target) } по { POSS-ADJ($target) } холодному, квадратному экрану. +petting-failure-derelict-cyborg = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } ржавый и рваный внешний вид заставляет вас передумать. +petting-failure-station-ai = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } разряд заставляет вас отдёрнуть руку. +petting-success-station-ai-others = { CAPITALIZE($user) } гладит { $target } по { POSS-ADJ($target) } холодному, квадратному экрану. ## Rattling fences diff --git a/Resources/Locale/ru-RU/lobby/lobby-gui.ftl b/Resources/Locale/ru-RU/lobby/lobby-gui.ftl index 299e0faa91e..244c014675a 100644 --- a/Resources/Locale/ru-RU/lobby/lobby-gui.ftl +++ b/Resources/Locale/ru-RU/lobby/lobby-gui.ftl @@ -1,4 +1,4 @@ -ui-lobby-title = Лобби +ui-lobby-title = Лобби: {$serverName} ui-lobby-ahelp-button = AHelp ui-lobby-options-button = Настройки ui-lobby-leave-button = Выйти diff --git a/Resources/Locale/ru-RU/mind/role-types.ftl b/Resources/Locale/ru-RU/mind/role-types.ftl index a0463237809..ead34c92b95 100644 --- a/Resources/Locale/ru-RU/mind/role-types.ftl +++ b/Resources/Locale/ru-RU/mind/role-types.ftl @@ -1,8 +1,8 @@ -role-type-crew-aligned-name = Crew Aligned -role-type-solo-antagonist-name = Solo Antagonist -role-type-team-antagonist-name = Team Antagonist -role-type-free-agent-name = Free Agent -role-type-familiar-name = Familiar -role-type-silicon-name = Silicon -role-type-silicon-antagonist-name = Altered Silicon -role-type-update-message = Your role is [color = { $color }]{ $role }[/color] +role-type-crew-aligned-name = Экипаж или их союзник +role-type-solo-antagonist-name = Соло-антагонист +role-type-team-antagonist-name = Командный антагонист +role-type-free-agent-name = Свободный агент +role-type-familiar-name = Фамильяр +role-type-silicon-name = Синтетик +role-type-silicon-antagonist-name = Изменённый синтетик +role-type-update-message = Ваша роль: [color = { $color }]{ $role }[/color] diff --git a/Resources/Locale/ru-RU/navmap-beacons/station-beacons.ftl b/Resources/Locale/ru-RU/navmap-beacons/station-beacons.ftl index 3545cdadf73..3dd7c54979f 100644 --- a/Resources/Locale/ru-RU/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/ru-RU/navmap-beacons/station-beacons.ftl @@ -7,7 +7,7 @@ station-beacon-captain = Капитан station-beacon-hop = Кабинет ГП station-beacon-security = Служба безопасности station-beacon-brig = Бриг -station-beacon-brig-med = Brig Med +station-beacon-brig-med = Бригмед station-beacon-warden = Смотритель station-beacon-hos = Кабинет ГСБ station-beacon-armory = Оружейная @@ -23,8 +23,8 @@ station-beacon-cryonics = Криокапсулы station-beacon-cmo = Кабинет главрача station-beacon-morgue = Морг station-beacon-surgery = Операционная -station-beacon-psychology = Psychology -station-beacon-clinic = Clinic +station-beacon-psychology = Психолог +station-beacon-clinic = Клиника station-beacon-science = Научный отдел station-beacon-research-and-development = РНД station-beacon-research-server = Серверная @@ -55,17 +55,17 @@ station-beacon-bar = Бар station-beacon-botany = Гидропоника station-beacon-janitor = Коморка уборщика station-beacon-ai = ИИ -station-beacon-ai-sat = Спутник ИИ -station-beacon-ai-core = Ядро ИИ -station-beacon-ai-upload = AI Upload -station-beacon-ai-power = AI Power +station-beacon-ai-sat = ИИ Спутник +station-beacon-ai-core = ИИ Ядро +station-beacon-ai-upload = ИИ Загрузка +station-beacon-ai-power = ИИ Энергопитание station-beacon-arrivals = Зал прибытия station-beacon-evac = Зал эвакуации -station-beacon-docking-arm = Docking Arm -station-beacon-eva-storage = Хранилище EVA +station-beacon-docking-arm = Стыковочная зона +station-beacon-eva-storage = Хранилище ВКД station-beacon-chapel = Церковь station-beacon-library = Библиотека -station-beacon-reporter = Reporter +station-beacon-reporter = Репортёр station-beacon-dorms = Жилой отсек station-beacon-theater = Театр station-beacon-tools = Хранилище инструментов diff --git a/Resources/Locale/ru-RU/nutrition/components/food-component.ftl b/Resources/Locale/ru-RU/nutrition/components/food-component.ftl index b54eb1a4bc7..529041b25b8 100644 --- a/Resources/Locale/ru-RU/nutrition/components/food-component.ftl +++ b/Resources/Locale/ru-RU/nutrition/components/food-component.ftl @@ -9,11 +9,11 @@ food-system-remove-mask = Сначала вам нужно снять { $entity ## System food-system-you-cannot-eat-any-more = В вас больше не лезет! -food-system-you-cannot-eat-any-more-other = В них больше не лезет! +food-system-you-cannot-eat-any-more-other = { CAPITALIZE(DAT-OBJ($target)) } больше не лезет! food-system-try-use-food-is-empty = В { $entity } пусто! food-system-wrong-utensil = Вы не можете есть { $food } с помощью { $utensil }. -food-system-cant-digest = Вы не можете переварить { $entity }! -food-system-cant-digest-other = Они не могут переварить { $entity }! +food-system-cant-digest = Вы не можете употреблять { $entity }! +food-system-cant-digest-other = { CAPITALIZE(SUBJECT($target)) } не {CONJUGATE-BASIC($target, "могут", "может")} употреблять { $entity }! food-system-verb-eat = Съесть ## Force feeding diff --git a/Resources/Locale/ru-RU/pai/pai-system.ftl b/Resources/Locale/ru-RU/pai/pai-system.ftl index 2c4e8fe0677..49e2dc4d9c2 100644 --- a/Resources/Locale/ru-RU/pai/pai-system.ftl +++ b/Resources/Locale/ru-RU/pai/pai-system.ftl @@ -2,15 +2,15 @@ pai-system-pai-installed = пИИ установлен. pai-system-off = пИИ не установлен. pai-system-still-searching = Всё ещё ищем пИИ. pai-system-searching = Ищем пИИ... -pai-system-role-name = персональный ИИ +pai-system-role-name = Персональный ИИ pai-system-role-description = Станьте чьим-то персональным Искуственным Интеллектом! (Воспоминания *не* прилагаются.) -pai-system-role-name-syndicate = персональный ИИ Синдиката +pai-system-role-name-syndicate = Персональный ИИ Синдиката pai-system-role-description-syndicate = Станьте чьим-нибудь приятелем из Синдиката! (Воспоминания *не* прилагаются.) -pai-system-role-name-potato = картофельный искусственный интеллект +pai-system-role-name-potato = Картофельный Искусственный Интеллект pai-system-role-description-potato = Это детская игрушка. И теперь вы в ней живёте. pai-system-wipe-device-verb-text = Удалить пИИ pai-system-wiped-device = пИИ был стёрт с устройства. diff --git a/Resources/Locale/ru-RU/pda/Ringer/ringer-component.ftl b/Resources/Locale/ru-RU/pda/Ringer/ringer-component.ftl index a461cbd7952..b0cd8a95bc3 100644 --- a/Resources/Locale/ru-RU/pda/Ringer/ringer-component.ftl +++ b/Resources/Locale/ru-RU/pda/Ringer/ringer-component.ftl @@ -1,6 +1,5 @@ ### UI - # For the PDA Ringer screen comp-ringer-vibration-popup = Ваш КПК вибрирует diff --git a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl index 1352340a18b..1c5a8a53242 100644 --- a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl @@ -4,7 +4,7 @@ reagent-name-ale = эль reagent-desc-ale = Тёмный алкогольный напиток, приготовленный из ячменного солода и дрожжей. reagent-name-beer = пиво reagent-desc-beer = Алкогольный напиток, изготовленный из солода, хмеля, дрожжей и воды. -reagent-name-blue-curacao = голубой кюрасао +reagent-name-blue-curacao = голубой Кюрасао reagent-desc-blue-curacao = Экзотично-голубой фруктовый напиток, дистиллированный из апельсинов. reagent-name-cognac = коньяк reagent-desc-cognac = Сладкий и крепкий алкогольный напиток, дважды дистиллированный и оставленный для выдержки на несколько лет. Сладкий, как блуд. @@ -46,43 +46,43 @@ reagent-name-aloe = алоэ reagent-desc-aloe = Очень, очень, очень хорошо. reagent-name-amasec = амасек reagent-desc-amasec = Официальный напиток Оружейного клуба! -reagent-name-andalusia = андалусия +reagent-name-andalusia = Андалусия reagent-desc-andalusia = Хороший напиток со странным названием. reagent-name-antifreeze = антифриз reagent-desc-antifreeze = Непревзойдённая свежесть. -reagent-name-atomic-bomb = атомная бомба +reagent-name-atomic-bomb = Атомная Бомба reagent-desc-atomic-bomb = Распространение ядерного оружия никогда не было таким вкусным. reagent-name-b52 = Б-52 reagent-desc-b52 = Кофе, ирландские сливки и коньяк. Просто бомба. -reagent-name-blue-hawaiian = голубые Гавайи +reagent-name-blue-hawaiian = Голубые Гавайи reagent-desc-blue-hawaiian = Алоха! Это значит "привет" или "пока"? -reagent-name-bahama-mama = багама-мама +reagent-name-bahama-mama = Багама-Мама reagent-desc-bahama-mama = Тропический коктейль. -reagent-name-banana-honk = банана-хонк +reagent-name-banana-honk = Банана-Хонк reagent-desc-banana-honk = Напиток из Бананового Рая. reagent-name-barefoot = босоногая reagent-desc-barefoot = Босоногая и беременная. reagent-name-beepsky-smash = удар Бипски reagent-desc-beepsky-smash = Откажись выпить - и приготовься к ЗАКОНУ. -reagent-name-black-russian = чёрный русский +reagent-name-black-russian = Чёрный Русский reagent-desc-black-russian = Для людей с непереносимостью лактозы. Так же прекрасен, как и белый русский. -reagent-name-bloody-mary = кровавая Мэри +reagent-name-bloody-mary = Кровавая Мэри reagent-desc-bloody-mary = Странная, но приятная смесь из водки, томата и сока лайма. reagent-name-booger = козявка reagent-desc-booger = Фууу... -reagent-name-brave-bull = храбрый бык +reagent-name-brave-bull = Храбрый Бык reagent-desc-brave-bull = Так же эффективен, как и голландский кураж! reagent-name-coconut-rum = кокосовый ром reagent-desc-coconut-rum = Ром с кокосом для тропического настроения. reagent-name-cosmopolitan = космополитен reagent-desc-cosmopolitan = Даже в худшей ситуации ничто не сравнится со бокалом свежего космополитена. -reagent-name-cuba-libre = куба либре +reagent-name-cuba-libre = Куба либре reagent-desc-cuba-libre = Ром, смешанный с колой. Да здравствует революция. -reagent-name-demons-blood = кровь демона +reagent-name-demons-blood = Кровь Демона reagent-desc-demons-blood = ААААХ!!!! -reagent-name-devils-kiss = поцелуй дьявола +reagent-name-devils-kiss = Поцелуй Дьявола reagent-desc-devils-kiss = Жуткое время! -reagent-name-doctors-delight = радость доктора +reagent-name-doctors-delight = Радость Доктора reagent-desc-doctors-delight = Глоток сделал - Медибот свободен. Это, наверное, даже к лучшему. reagent-name-driest-martini = самый сухой мартини reagent-desc-driest-martini = Только для опытных. Вы уверены, что видите плавающие в бокале песчинки. @@ -94,31 +94,31 @@ reagent-name-gin-fizz = шипучий джин reagent-desc-gin-fizz = Освежающе лимонный, восхитительно сухой. reagent-name-gin-tonic = джин-тоник reagent-desc-gin-tonic = Классический мягкий коктейль всех времён и народов. -reagent-name-gildlager = гильдлагер +reagent-name-gildlager = Гильдлагер reagent-desc-gildlager = 50-градусный коричный шнапс, созданный для девочек-подростков на весенних каникулах. reagent-name-grog = грог reagent-desc-grog = Ром, разбавленный водой, одобрено пиратами! -reagent-name-hippies-delight = радость хиппи +reagent-name-hippies-delight = Радость Хиппи reagent-desc-hippies-delight = Ты просто не понимаешь, чувааак. reagent-name-hooch = суррогат reagent-desc-hooch = Либо чья-то неудача в приготовлении коктейля, либо чья-то попытка производства алкоголя. В любом случае, вы действительно хотите это выпить? reagent-name-iced-beer = пиво со льдом reagent-desc-iced-beer = Пиво настолько морозное, что воздух вокруг него замерзает. -reagent-name-irish-slammer = Irish slammer -reagent-desc-irish-slammer = An unconventional mixture of irish cream and stout. -reagent-name-irish-cream = ирландские сливки +reagent-name-irish-slammer = Ирландская тюрьма +reagent-desc-irish-slammer = Нетрадиционная смесь Ирландских сливок и стаута. +reagent-name-irish-cream = Ирландские сливки reagent-desc-irish-cream = Сливки с добавлением виски. Что ещё можно ожидать от ирландцев. reagent-name-irish-coffee = ирландский кофе reagent-desc-irish-coffee = Кофе с ирландскими сливками. Обычные сливки - это совсем не то! -reagent-name-kira-special = кира спешл +reagent-name-kira-special = Кира спешл reagent-desc-kira-special = Да здравствует парень, которого все принимали за девушку. Бака! -reagent-name-long-island-iced-tea = лонг-айленд айс ти +reagent-name-long-island-iced-tea = Лонг-Айленд айс ти reagent-desc-long-island-iced-tea = Винный шкаф, собранный в вкусную смесь. Предназначен только для женщин-алкоголиков среднего возраста. -reagent-name-manhattan = манхэттен +reagent-name-manhattan = Манхэттен reagent-desc-manhattan = Любимый напиток Детектива под прикрытием. Он никогда не переносил джин... -reagent-name-manhattan-project = манхэттенский проект +reagent-name-manhattan-project = Манхэттенский Проект reagent-desc-manhattan-project = Напиток для учёных, размышляющих о том, как взорвать станцию. -reagent-name-manly-dorf = мужественный дворф +reagent-name-manly-dorf = Мужественный Дворф reagent-desc-manly-dorf = Пиво и эль, соединённые в восхитительный коктейль. Предназначено только для крепких гномов. reagent-name-the-martinez = Мартинес reagent-desc-the-martinez = Легенда среди киберпанков. Вспоминается по напитку, забывается по пьяни. @@ -128,7 +128,7 @@ reagent-name-martini = классический мартини reagent-desc-martini = Вермут с джином. Не совсем как пил 007, но всё равно вкусно. reagent-name-mead = медовуха reagent-desc-mead = Напиток викингов, хоть и дешёвый. -reagent-name-mojito = мохито +reagent-name-mojito = Мохито reagent-desc-mojito = Если это достаточно хорошо для Космической Кубы, то подойдёт и для вас. reagent-name-moonshine = самогон reagent-desc-moonshine = Самодельный напиток, изготавливаемый в домашних условиях. Что может пойти не так? @@ -136,33 +136,33 @@ reagent-name-neurotoxin = нейротоксин reagent-desc-neurotoxin = Сильный нейротоксин, который вводит субъекта в состояние, напоминающее смерть. reagent-name-painkiller = болеутоляющее reagent-desc-painkiller = Лекарство от всех бед. -reagent-name-patron = покровитель +reagent-name-patron = Покровитель reagent-desc-patron = Текила с серебром в своём составе, фаворит женщин-алкоголичек из клубной тусовки. -reagent-name-pina-colada = пина колада +reagent-name-pina-colada = Пина Колада reagent-desc-pina-colada = За то, чтобы потеряться под дождём. reagent-name-red-mead = красная медовуха reagent-desc-red-mead = Настоящий напиток викингов! Несмотря на то, что он имеет странный красный цвет. -reagent-name-rewriter = переписчик +reagent-name-rewriter = Переписчик reagent-desc-rewriter = Тайна святилища Библиотекаря... reagent-name-sbiten = сбитень reagent-desc-sbiten = Пикантная водка! Может быть немного жгучей для малышей! reagent-name-screwdriver-cocktail = отвёртка reagent-desc-screwdriver-cocktail = Водка, смешанная с обычным апельсиновым соком. Результат на удивление вкусный. -reagent-name-cogchamp = когчамп +reagent-name-cogchamp = Когчамп reagent-desc-cogchamp = Даже Четыре Генерала Ратвара не могли устоять перед этим! Qevax Jryy! Коктейль передней линии бара. reagent-name-silencer = глушитель reagent-desc-silencer = Напиток из рая мимов. reagent-name-singulo = сингуло reagent-desc-singulo = Блю-спейс напиток! -reagent-name-snow-white = белый снег +reagent-name-snow-white = Белый Снег reagent-desc-snow-white = Морозная свежесть. reagent-name-sui-dream = сон Сью -reagent-desc-sui-dream = 'Состав: Белая газировка, голубой кюрасао, дынный ликер.' +reagent-desc-sui-dream = 'Состав: Белая газировка, голубой Кюрасао, дынный ликер.' reagent-name-syndicate-bomb = бомба синдиката reagent-desc-syndicate-bomb = Кто-то подложил нам бомбу! reagent-name-tequila-sunrise = текила санрайз reagent-desc-tequila-sunrise = Текила и апельсиновый сок. Очень похож на "Отвёртку", только мексиканскую. -reagent-name-three-mile-island = чай со льдом три-майл-айленд +reagent-name-three-mile-island = чай со льдом Три-Майл-Айленд reagent-desc-three-mile-island = "Сделан для женщин, достаточно крепок для мужчин." reagent-name-toxins-special = токсин спешл reagent-desc-toxins-special = Эта штука ОГОНЬ! ВЫЗЫВАЙТЕ ЧЁРТОВ ШАТТЛ! @@ -172,17 +172,17 @@ reagent-name-vodka-tonic = водка-тоник reagent-desc-vodka-tonic = Для тех случаев, когда джин-тоник недостаточно русский. reagent-name-whiskey-cola = виски-кола reagent-desc-whiskey-cola = Виски, смешанный с колой. Удивительно освежает. -reagent-name-white-gilgamesh = белый Гильгамеш +reagent-name-white-gilgamesh = Белый Гильгамеш reagent-desc-white-gilgamesh = Тошнотворная смесь молока и пива. Вызывает ощущение одеревенелости. reagent-name-whiskey-soda = виски-содовая reagent-desc-whiskey-soda = Невероятно освежающе! -reagent-name-white-russian = белый русский +reagent-name-white-russian = Белый Русский reagent-desc-white-russian = Но это только твоё мнение, чувак. reagent-name-vodka-red-bool = водка-ред булеан reagent-desc-vodka-red-bool = Потому что сердечная и печёночная недостаточность идут рука об руку. -reagent-name-xeno-basher = ксенодав +reagent-name-xeno-basher = Ксенодав reagent-desc-xeno-basher = Идеальный напиток перед началом экспедиции. -reagent-name-irish-bool = ирландский булеан +reagent-name-irish-bool = Ирландский булеан reagent-desc-irish-bool = Непереводимая математическая шутка про булеан. Посмейтесь. reagent-name-budget-insuls = бюджетные изольки reagent-desc-budget-insuls = Любимый напиток тайдера. @@ -190,5 +190,5 @@ reagent-name-watermelon-wakeup = арбузное пробуждение reagent-desc-watermelon-wakeup = Если вы хотите взбодриться, это поможет... Ещё и сладкое. reagent-name-rubberneck = раббернек reagent-desc-rubberneck = Популярный напиток среди тех, кто придерживается полностью синтетической диеты. -reagent-name-zombiecocktail = зомби +reagent-name-zombiecocktail = Зомби reagent-desc-zombiecocktail = It gets in your head. Your he-eyeh-ead. diff --git a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/soda.ftl b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/soda.ftl index bb3bb1575a6..fd7b880cb9d 100644 --- a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/soda.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/soda.ftl @@ -1,38 +1,38 @@ -reagent-name-cola = кола +reagent-name-cola = Спейс Кола reagent-desc-cola = Сладкий газированный безалкогольный напиток. Не содержит кофеина. reagent-name-shirley-temple = Ширли Темпл reagent-desc-shirley-temple = Фаворит среди более юных членов экипажа. -reagent-name-changeling-sting = жало генокрада +reagent-name-changeling-sting = Жало Генокрада reagent-desc-changeling-sting = Вы делаете маленький глоток и чувствуете жжение... reagent-name-dr-gibb = доктор Гибб reagent-desc-dr-gibb = Восхитительная смесь из 42 различных вкусов. -reagent-name-energy-drink = энергетический напиток +reagent-name-energy-drink = Ред Булеан reagent-desc-energy-drink = Доза энергии! Nanotrasen не несёт ответственности, если у вас вырастут птичьи придатки. reagent-name-grape-soda = виноградная газировка reagent-desc-grape-soda = Это винограааааад! reagent-name-ice-cream = мороженое reagent-desc-ice-cream = Ешьте скорее, пока не превратилось в суп-мороженое! -reagent-name-lemon-lime = лимон-лайм -reagent-desc-lemon-lime = Терпкая газировка из лимона и лайма -reagent-name-lemon-lime-cranberry = клюквенный лимон-лайм +reagent-name-lemon-lime = Смайт +reagent-desc-lemon-lime = Терпкая газировка из лимона и лайма. +reagent-name-lemon-lime-cranberry = Клюквенный Смайт reagent-desc-lemon-lime-cranberry = Терпкая клюква, Рождество, нотки лимона и лайма. -reagent-name-pwr-game = Pwr Game +reagent-name-pwr-game = ПВР Гейм reagent-desc-pwr-game = Единственный напиток, обладающий СИЛОЙ, которую жаждут настоящие геймеры. Когда геймеры говорят о геймерском топливе, они имеют в виду именно это. reagent-name-root-beer = рутбир -reagent-desc-root-beer = Очень сладкий, газированный напиток, напоминающий сарспариллу. Хорошо сочетается с мороженым. +reagent-desc-root-beer = Очень сладкий, газированный напиток, напоминающий сарсапариллу. Хорошо сочетается с мороженым. reagent-name-root-beer-float = рутбир с мороженым reagent-desc-root-beer-float = Рутбир, но теперь с мороженым сверху! Это действительно магнум опус канадских летних напитков. -reagent-name-sol-dry = sol dry +reagent-name-sol-dry = Сол Драй reagent-desc-sol-dry = Сладкая имбирная газировка из космоса! reagent-name-roy-rogers = Рой Роджерс reagent-desc-roy-rogers = Убедительное доказательство того, что существует нечто известное, как "слишком сладко". -reagent-name-space-mountain-wind = космический маунтин винд -reagent-desc-space-mountain-wind = Проходит сквозь, словно космический ветер. -reagent-name-space-up = спейс-ап +reagent-name-space-mountain-wind = Спейс Солар Вайнд +reagent-desc-space-mountain-wind = Проходит сквозь, словно солнечный ветер. +reagent-name-space-up = Спейс-Ап reagent-desc-space-up = На вкус как пробоина в корпусе у вас во рту. -reagent-name-starkist = старкист +reagent-name-starkist = Старкист reagent-desc-starkist = Сладкий безалкогольный напиток со вкусом апельсина. -reagent-name-fourteen-loko = фоуртин локо +reagent-name-fourteen-loko = Фоуртин Локо reagent-desc-fourteen-loko = Сильно переработанная жидкая субстанция, едва ли соответствующая межгалактическим стандартам безопасности для безалкогольного напитка. reagent-name-shamblers-juice = сок Shambler reagent-desc-shamblers-juice = ~Встряхните мне немного этого сока Shambler!~ diff --git a/Resources/Locale/ru-RU/reagents/meta/fun.ftl b/Resources/Locale/ru-RU/reagents/meta/fun.ftl index 8723dadc037..6f138a1d905 100644 --- a/Resources/Locale/ru-RU/reagents/meta/fun.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/fun.ftl @@ -18,5 +18,5 @@ reagent-name-laughter = смех reagent-desc-laughter = Некоторые говорят, что это лучшее лекарство, но последние исследования доказали, что это не так. reagent-name-weh = сок, заставляющий говорить Вех reagent-desc-weh = Чистая сущность плюшевой рептилии. Заставляет вас говорить Вех! -reagent-name-hew = juice that makes you Hew -reagent-desc-hew = Pure essence of inversed lizard plush. Makes you Hew! +reagent-name-hew = сок, заставляющий говорить Хев +reagent-desc-hew = Чистая сущность инвертированной плюшевой рептилии. Заставляет вас говорить Хев! diff --git a/Resources/Locale/ru-RU/robotics/mmi.ftl b/Resources/Locale/ru-RU/robotics/mmi.ftl index 2564d4f686b..c22351b7efd 100644 --- a/Resources/Locale/ru-RU/robotics/mmi.ftl +++ b/Resources/Locale/ru-RU/robotics/mmi.ftl @@ -2,7 +2,7 @@ positronic-brain-installed = Обнаружена нейронная актив positronic-brain-off = Нейронная активность не обнаружена. positronic-brain-still-searching = Идёт процесс синтетического нейронного дескремблирования... positronic-brain-searching = Начинается процесс синтетического нейронного дескремблирования... -positronic-brain-role-name = позитронный мозг +positronic-brain-role-name = Позитронный мозг positronic-brain-role-description = Служите экипажу станции. positronic-brain-wipe-device-verb-text = Стереть мозг positronic-brain-wiped-device = Нейронная активность была прекращена. diff --git a/Resources/Locale/ru-RU/robust-toolbox/commands.ftl b/Resources/Locale/ru-RU/robust-toolbox/commands.ftl index 9964d7b85f4..06caf1036c3 100644 --- a/Resources/Locale/ru-RU/robust-toolbox/commands.ftl +++ b/Resources/Locale/ru-RU/robust-toolbox/commands.ftl @@ -1,6 +1,5 @@ ### Localization for engine console commands - ## generic command errors cmd-invalid-arg-number-error = Недопустимое число аргументов. @@ -172,7 +171,6 @@ cmd-hint-savebp-id = ## 'flushcookies' command - # Примечание: команда flushcookies взята из Robust.Client.WebView, её нет в коде основного движка. cmd-flushcookies-desc = Сброс хранилища CEF-cookie на диск diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl index 7d55ef33b05..f3e465f1cc8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl @@ -50,5 +50,5 @@ ent-ActionFireStarter = Поджечь .desc = Поджигает противников в радиусе вокруг вас. ent-ActionToggleEyes = Открыть/закрыть глаза .desc = Закройте глаза, чтобы защитить их, или откройте, чтобы насладиться яркими цветами. -ent-ActionToggleWagging = action-name-toggle-wagging - .desc = action-description-toggle-wagging +ent-ActionToggleWagging = Махать хвостом + .desc = Начать/перестать махать хвостом. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/general.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/general.ftl index 93a5835e68a..3a0cc199042 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/general.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/general.ftl @@ -4,7 +4,7 @@ ent-BoxMousetrap = коробка мышеловок .desc = Коробка, наполненая мышеловками. Постарайтесь не поймать себя за руку. ent-BoxLightbulb = коробка лампочек .desc = Из-за формы коробки в неё помещаются только лампочки и лампочки-трубки. -ent-BoxWarmLightbulb = lightbulb box warm +ent-BoxWarmLightbulb = коробка тёплых лампочек .desc = { ent-BoxLightbulb.desc } ent-BoxLighttube = коробка лампочек-трубок .desc = { ent-BoxLightbulb.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl index ab9db56409d..5d6712e0205 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl @@ -22,8 +22,8 @@ ent-CrateEngineeringMiniJetpack = ящик мини-джетпаков .desc = Два мини-джетпака для тех, кому хочется вызова. ent-CrateAirlockKit = ящик компонентов шлюза .desc = Набор для строительства 6 воздушных шлюзов, инструменты в комплект не входят. -ent-CrateEvaKit = набор EVA - .desc = Набор, состоящий из двух престижных EVA скафандров и шлемов. +ent-CrateEvaKit = набор ВКД + .desc = Набор, состоящий из двух престижных ВКД скафандров и шлемов. ent-CrateRCDAmmo = ящик зарядов РСУ .desc = 3 обоймы для РСУ, каждая из которых восстанавливает 5 зарядов. ent-CrateRCD = ящик РСУ @@ -32,5 +32,5 @@ ent-CrateParticleDecelerators = ящик с замедлителями част .desc = Ящик, содержащий три замедлителя частиц. ent-CrateEngineeringSpaceHeater = ящик с термостатом .desc = Содержит термостат для климат-контроля. -ent-CrateTechBoardRandom = surplus boards - .desc = Surplus boards from somewhere. +ent-CrateTechBoardRandom = излишки плат + .desc = Откуда-то взятые излишки плат. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/materials.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/materials.ftl index 34515322b20..464365ec05f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/materials.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/materials.ftl @@ -18,5 +18,5 @@ ent-CrateMaterialCardboard = ящик картона .desc = 60 единиц картона. ent-CrateMaterialPaper = ящик бумаги .desc = 90 листов бумаги. -ent-CrateMaterialRandom = surplus materials - .desc = Surplus materials from somewhere. +ent-CrateMaterialRandom = излишки материалов + .desc = Откуда-то взятые излишки материалов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/permaescape.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/permaescape.ftl index faf48d38e66..a15a0078627 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/permaescape.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/permaescape.ftl @@ -4,7 +4,7 @@ ent-CratePermaEscapeDigging = { ent-CrateGenericSteel } .suffix = Копание .desc = { ent-CrateGenericSteel.desc } ent-CratePermaEscapeEVA = { ent-CrateGenericSteel } - .suffix = EVA + .suffix = ВКД .desc = { ent-CrateGenericSteel.desc } ent-CratePermaEscapeGun = { ent-CrateGenericSteel } .suffix = Огнестрел diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/suit_storage.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/suit_storage.ftl index 693552dfd7f..fa6fe5b8be3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/suit_storage.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/suit_storage.ftl @@ -1,23 +1,23 @@ ent-SuitStorageEVA = { ent-SuitStorageBase } - .suffix = EVA + .suffix = ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageEVAAlternate = { ent-SuitStorageBase } - .suffix = EVA, Большой шлем + .suffix = ВКД, Большой шлем .desc = { ent-SuitStorageBase.desc } ent-SuitStorageEVAEmergency = { ent-SuitStorageBase } - .suffix = Аварийный EVA + .suffix = Аварийный ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageEVAPrisoner = { ent-SuitStorageBase } - .suffix = Тюремный EVA + .suffix = Тюремный ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageEVASyndicate = { ent-SuitStorageBase } - .suffix = Синдикат EVA + .suffix = Синдикат ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageEVAPirate = { ent-SuitStorageBase } - .suffix = Древний EVA + .suffix = Пиратский ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageNTSRA = { ent-SuitStorageBase } - .suffix = Ancient EVA + .suffix = Древний ВКД .desc = { ent-SuitStorageBase.desc } ent-SuitStorageBasic = { ent-SuitStorageBase } .suffix = Базовый скафандр diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/eva-helmets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/eva-helmets.ftl index 5e03d3ac7cf..a4133df65ec 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/eva-helmets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/eva-helmets.ftl @@ -1,12 +1,12 @@ -ent-ClothingHeadHelmetEVA = шлем EVA +ent-ClothingHeadHelmetEVA = шлем ВКД .desc = Старый добрый шлем, предназначенный для внекорабельной деятельности. Известен тем, что вызывает паранойю у сотрудников службы безопасности. -ent-ClothingHeadHelmetEVALarge = шлем EVA +ent-ClothingHeadHelmetEVALarge = шлем ВКД .desc = Старый добрый шлем, предназначенный для внекорабельной деятельности. -ent-ClothingHeadHelmetSyndicate = шлем EVA синдиката - .desc = Простой, стильный EVA шлем. Предназначен для максимально скромной космо-крутости. +ent-ClothingHeadHelmetSyndicate = шлем ВКД синдиката + .desc = Простой, стильный ВКД шлем. Предназначен для максимально скромной космо-крутости. ent-ClothingHeadHelmetCosmonaut = шлем космонавта .desc = Древний дизайн, современное производство. ent-ClothingHeadHelmetVoidParamed = пустотный шлем парамедика .desc = Пустотный шлем, предназначенный для парамедиков. ent-ClothingHeadHelmetAncient = пустотный шлем NTSRA - .desc = Древний космический шлем, разработанный по заказу Центком поразделением NTSRA - агентством космических исследований Nanotrasen. + .desc = Древний космический шлем, разработанный по заказу Центком поразделением NTSRA - ассоциацией космических исследований Nanotrasen. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hardsuit-helmets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hardsuit-helmets.ftl index b5e8cd721d1..2a69586e1e3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hardsuit-helmets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hardsuit-helmets.ftl @@ -49,8 +49,8 @@ ent-ClothingHeadHelmetCBURN = шлем отряда РХБЗЗ ent-ClothingHeadHelmetHardsuitPirateCap = шлем древнего скафандра .desc = Специальный шлем скафандра, изготвленный для капитана пиратского корабля. .suffix = Пират -ent-ClothingHeadHelmetHardsuitPirateEVA = шлем EVA космических глубин - .desc = Шлем скафандра EVA космических глубин, очень тяжёлый, но обеспечивает неплохую защиту. +ent-ClothingHeadHelmetHardsuitPirateEVA = шлем ВКД космических глубин + .desc = Шлем скафандра ВКД космических глубин, очень тяжёлый, но обеспечивает неплохую защиту. .suffix = Пират ent-ClothingHeadHelmetHardsuitERTLeader = шлем скафандра лидера ОБР .desc = Специальный защитный шлем, который носят члены отрядов быстрого реагирования. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl index cfab0e7aa5c..bffc14fcd76 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/mantles.ftl @@ -1,15 +1,15 @@ ent-ClothingNeckMantleCap = мантия капитана - .desc = Торжественная мантия, надеваемая на плечи. Другие стоят на плечах гигантов. Вы - тот гигант, на плечах которого они стоят. + .desc = Удобная и шикарная мантия, подобающая только самому опытному капитану. ent-ClothingNeckMantleCE = мантия старшего инженера - .desc = Ярко белая с жёлтыми полосками мантия. Не носите рядом с работающими механизмами. + .desc = Высокая видимость, есть. Система RIG, есть. Ячейка большой емкости, есть. Все, что может понадобиться главному инженеру в стильной мантии. ent-ClothingNeckMantleCMO = мантия главного врача - .desc = Светло-голубая накидка для ПРОФЕССИОНАЛА от медицины. Хорошо контрастирует с кровью. + .desc = Для ГВ, который побывал в достаточном количестве медбеев, чтобы знать, что чем больше больше СИЗ, тем меньше визитов в хим чистку центрального командования после окончания смены. ent-ClothingNeckMantleHOP = мантия главы персонала - .desc = Декоративная накидка на плечи синего и красного цветов, подчёркивающая мастерство владения печатями. + .desc = Хороший ГП знает, что выдача бумаг - это всего лишь часть работы... гладить своего пса и стильно выглядеть - вторая часть. ent-ClothingNeckMantleHOS = мантия главы службы безопасности - .desc = Чешуйчатая мантия, которую можно обернуть вокруг верхней части тела. "Чешуя" символизирует сотрудников службы безопасности и то, как вы несёте их на своих плечах. + .desc = Перестрелки с оперативниками - это просто очередной вторник для этого ГСБ. Эта мантия - символ преданности станции. ent-ClothingNeckMantleRD = мантия научного руководителя - .desc = Ужасно удобная драпировка на плечи для гения как в вопросах науки, так и моды. + .desc = Когда долгие дни в офисе состоят из взрывов, ядовитых газов, роботов-убийц и свежей пиццы из карго, эта мантия будет держать вас в комфорте. ent-ClothingNeckMantleQM = мантия квартирмейстера .desc = Для властелина грузов и материалов, дабы властвовать над отделом, достойная мантия для демонстрации превосходства! ent-ClothingNeckMantle = мантия diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/pins.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/pins.ftl index 7f5fe413da1..e0851178e15 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/pins.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/pins.ftl @@ -18,8 +18,8 @@ ent-ClothingNeckNonBinaryPin = { ent-ClothingNeckLGBTPin } .desc = { ent-ClothingNeckLGBTPin.desc } ent-ClothingNeckPansexualPin = { ent-ClothingNeckLGBTPin } .desc = { ent-ClothingNeckLGBTPin.desc } -ent-ClothingNeckOmnisexualPin = omnisexual pin - .desc = Be omni do crime. +ent-ClothingNeckOmnisexualPin = { ent-ClothingNeckLGBTPin } + .desc = { ent-ClothingNeckLGBTPin.desc } ent-ClothingNeckTransPin = { ent-ClothingNeckLGBTPin } .desc = { ent-ClothingNeckLGBTPin.desc } ent-ClothingNeckAutismPin = значок "аутизм" diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/hardsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/hardsuits.ftl index 0094bef6254..dfa720f997f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/hardsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/hardsuits.ftl @@ -61,7 +61,7 @@ ent-ClothingOuterHardsuitERTChaplain = скафандр священника О ent-ClothingOuterHardsuitPirateCap = древний бронескафандр .desc = Древний бронированный скафандр. .suffix = Пират -ent-ClothingOuterHardsuitPirateEVA = скафандр EVA космических глубин +ent-ClothingOuterHardsuitPirateEVA = скафандр ВКД космических глубин .desc = Тяжёлый скафандр, обеспечивающий минимальную защиту от холодных суровых реалий космических глубин. .suffix = Пират ent-ClothingOuterHardsuitClown = скафандр клоуна diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/softsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/softsuits.ftl index 79bc7b2e10d..8ea3a469760 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/softsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/softsuits.ftl @@ -1,12 +1,14 @@ -ent-ClothingOuterHardsuitEVA = скафандр EVA +ent-ClothingOuterHardsuitEVA = скафандр ВКД .desc = Лёгкий космический скафандр, способный защитить владельца от космического вакуума во время аварийной ситуации. -ent-ClothingOuterHardsuitSyndicate = скафандр EVA синдиката +ent-ClothingOuterHardsuitSyndicate = скафандр ВКД синдиката .desc = На бирке написано 'Совершенно не собственность вражеской корпорации, честно!'. -ent-ClothingOuterSuitEmergency = аварийный скафандр EVA +ent-ClothingOuterSuitEmergency = аварийный скафандр ВКД .desc = Аварийный скафандр EVA со встроенным шлемом. Он ужасно медленный и не имеет температурной защиты, но его достаточно, чтобы выиграть время в жёстком вакууме космоса. -ent-ClothingOuterHardsuitEVAPrisoner = тюремный скафандр EVA +ent-ClothingOuterSuitEmergency = аварийный скафандр ВКД + .desc = Аварийный скафандр ВКД со встроенным шлемом. Он ужасно медленный и не имеет температурной защиты, но его достаточно, чтобы выиграть время в жёстком вакууме космоса. +ent-ClothingOuterHardsuitEVAPrisoner = тюремный скафандр ВКД .desc = Лёгкий космический скафандр, способный защитить заключённого от космического вакуума во время аварийной ситуации. ent-ClothingOuterHardsuitAncientEVA = пустотный скафандр NTSRA - .desc = Древний космический скафандр, разработанный по заказу Центкома подразделением NTSRA - агентством космических исследований Nanotrasen. Он изготовлен с особой тщательностью, обеспечивая большую мобильность, чем большинство современных космических костюмов. + .desc = Древний космический скафандр, разработанный по заказу Центкома подразделением NTSRA - ассоциацией космических исследований Nanotrasen. Он изготовлен с особой тщательностью, обеспечивая большую мобильность, чем большинство современных космических костюмов. ent-ClothingOuterHardsuitVoidParamed = пустотный скафандр парамедика .desc = Пустотный скафандр, предназначенный для парамедиков. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl index 72bf5b0be1f..223e5ffabcf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl @@ -108,7 +108,7 @@ ent-ClothingUniformJumpsuitWarden = униформа смотрителя .desc = Формальный костюм службы безопасности для офицеров в комплекте с пряжкой для ремня Nanotrasen. ent-ClothingUniformOveralls = комбинезон на лямках .desc = Отлично подходит для работы на открытом воздухе. -ent-ClothingUniformJumpsuitLibrarian = костюм библиотекаря +ent-ClothingUniformJumpsuitLibrarian = практичный костюм .desc = Он очень... практичный. ent-ClothingUniformJumpsuitCurator = практичный костюм .desc = Практично. Слишком практично... diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/medical.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/medical.ftl index 430ea18c2ed..50354c34bc4 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/medical.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/medical.ftl @@ -1,4 +1,4 @@ -ent-LootSpawnerMedicalMinor = healing supplies spawner +ent-LootSpawnerMedicalMinor = спавнер лечебные припасы .desc = { ent-MarkerBase.desc } -ent-LootSpawnerMedicalClassy = medical loot spawner +ent-LootSpawnerMedicalClassy = спавнер лут медицинский .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/science.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/science.ftl index 9bf34c4e555..c25b008075e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/science.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/science.ftl @@ -1,8 +1,8 @@ -ent-LootSpawnerScienceMinor = science supplies spawner - .suffix = Minor, 80% +ent-LootSpawnerScienceMinor = спавнер научных припасов + .suffix = Небольшой, 80% .desc = { ent-MarkerBase.desc } -ent-LootSpawnerScienceMajor = science supplies spawner - .suffix = Major +ent-LootSpawnerScienceMajor = спавнер научных припасов + .suffix = Большой .desc = { ent-MarkerBase.desc } -ent-LootSpawnerRoboticsBorgModule = robotics board spawner +ent-LootSpawnerRoboticsBorgModule = спавнер платы киборга .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/security.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/security.ftl index 15b2b7680c0..aa02544ed62 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/security.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/department/security.ftl @@ -1,15 +1,15 @@ -ent-LootSpawnerSecurityBasic = security loot spawner - .suffix = Gear, Simple +ent-LootSpawnerSecurityBasic = спавнер лут СБ + .suffix = Снаряжение, Простое .desc = { ent-MarkerBase.desc } -ent-LootSpawnerSecurity = security loot spawner - .suffix = Gear, Better +ent-LootSpawnerSecurity = спавнер лут СБ + .suffix = Снаряжение, Лучше .desc = { ent-MarkerBase.desc } -ent-LootSpawnerArmory = armory loot spawner - .suffix = Guns, Armor +ent-LootSpawnerArmory = спавнер лут оружейная + .suffix = Оружие, Броня .desc = { ent-MarkerBase.desc } -ent-LootSpawnerArmoryGunsOnly = armory loot spawner - .suffix = Guns +ent-LootSpawnerArmoryGunsOnly = спавнер лут оружейная + .suffix = Оружие .desc = { ent-MarkerBase.desc } -ent-LootSpawnerArmoryArmorOnly = armory loot spawner - .suffix = Armor +ent-LootSpawnerArmoryArmorOnly = спавнер лут оружейная + .suffix = Броня .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/maintenance.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/maintenance.ftl index 9ad9f2cf1c4..72b696149ea 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/maintenance.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/maintenance.ftl @@ -10,6 +10,6 @@ ent-MaintenanceWeaponSpawner = спавнер добыча тех туннели ent-MaintenancePlantSpawner = спавнер добыча тех туннели .suffix = Растения .desc = { ent-MarkerBase.desc } -ent-MaintenanceInsulsSpawner = Maint Loot Spawner - .suffix = Insuls, safe +ent-MaintenanceInsulsSpawner = спавнер добыча тех туннели + .suffix = Изольки, безопасный .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/vending.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/vending.ftl index a9d96b8796a..72c8500e396 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/vending.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/vending.ftl @@ -1,6 +1,6 @@ ent-RandomVending = спавнер случайный торговый автомат .desc = { ent-MarkerBase.desc } .suffix = Случайный -ent-RandomVendingClothing = random vending machine spawner - .suffix = Clothing +ent-RandomVendingClothing = спавнер случайный торговый автомат + .suffix = Одежда .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 4d7a74e2e48..c98f81767c1 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -108,8 +108,8 @@ ent-MobSpiderAngryBase = { ent-MobSpiderBase } .desc = { ent-MobSpiderBase.desc } ent-MobGiantSpider = тарантул .desc = Общепризнанно, что это буквально худшее существо на свете. -ent-MobGiantSpiderAngry = тарантул - .desc = { ent-MobGiantSpider.desc } +ent-MobGiantSpiderAngry = { ent-MobSpiderAngryBase } + .desc = { ent-MobSpiderAngryBase.desc } .suffix = Злой ent-MobClownSpider = клоун-паук .desc = Сочетает в себе две самые страшные вещи на свете - пауков и клоунов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/humanoid.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/humanoid.ftl index e9cafae27f0..2ce2360c400 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/humanoid.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/humanoid.ftl @@ -5,43 +5,43 @@ ent-RandomHumanoidSpawnerERTLeader = ОБР лидер .suffix = Роль ОБР, Базовый .desc = { "" } ent-RandomHumanoidSpawnerERTLeaderEVA = ОБР лидер - .suffix = Роль ОБР, Броня EVA + .suffix = Роль ОБР, Броня ВКД .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTLeaderEVALecter = { ent-RandomHumanoidSpawnerERTLeaderEVA } - .suffix = Роль ОБР, Лектер, EVA + .suffix = Роль ОБР, Лектер, ВКД .desc = { ent-RandomHumanoidSpawnerERTLeaderEVA.desc } ent-RandomHumanoidSpawnerERTChaplain = ОБР священник .suffix = Роль ОБР, Базовый .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTChaplainEVA = ОБР священник - .suffix = Роль ОБР, Окруж. среда EVA + .suffix = Роль ОБР, Окруж. среда ВКД .desc = { ent-RandomHumanoidSpawnerERTChaplain.desc } ent-RandomHumanoidSpawnerERTJanitor = ОБР уборщик .suffix = Роль ОБР, Базовый .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTJanitorEVA = ОБР уборщик - .suffix = Роль ОБР, Окруж. среда EVA + .suffix = Роль ОБР, Окруж. среда ВКД .desc = { ent-RandomHumanoidSpawnerERTJanitor.desc } ent-RandomHumanoidSpawnerERTEngineer = ОБР инженер .suffix = Роль ОБР, Базовый .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTEngineerEVA = ОБР инженер - .suffix = Роль ОБР, Окруж. среда EVA + .suffix = Роль ОБР, Окруж. среда ВКД .desc = { ent-RandomHumanoidSpawnerERTEngineer.desc } ent-RandomHumanoidSpawnerERTSecurity = ОБР офицер безопасности .suffix = Роль ОБР, Базовый .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTSecurityEVA = ОБР офицер безопасности - .suffix = Роль ОБР, Броня EVA + .suffix = Роль ОБР, Броня ВКД .desc = { ent-RandomHumanoidSpawnerERTSecurity.desc } ent-RandomHumanoidSpawnerERTSecurityEVALecter = { ent-RandomHumanoidSpawnerERTSecurityEVA } - .suffix = Роль ОБР, Лектер, EVA + .suffix = Роль ОБР, Лектер, ВКД .desc = { ent-RandomHumanoidSpawnerERTSecurityEVA.desc } ent-RandomHumanoidSpawnerERTMedical = ОБР медик .suffix = Роль ОБР, Базовый .desc = { ent-RandomHumanoidSpawnerERTLeader.desc } ent-RandomHumanoidSpawnerERTMedicalEVA = ОБР медик - .suffix = Роль ОБР, Броня EVA + .suffix = Роль ОБР, Броня ВКД .desc = { ent-RandomHumanoidSpawnerERTMedical.desc } ent-RandomHumanoidSpawnerCBURNUnit = Агент РХБЗЗ .suffix = Роль ОБР diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl index 1cdee593cd9..3a9ea82b7b0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl @@ -190,7 +190,7 @@ ent-IrishBoolGlass = { ent-DrinkGlass } .suffix = Ирландский булеан .desc = { ent-DrinkGlass.desc } ent-DrinkIrishSlammer = { ent-DrinkGlass } - .suffix = irish slammer + .suffix = Ирландская тюрьма .desc = { ent-DrinkGlass.desc } ent-DrinkIrishCoffeeGlass = { ent-DrinkGlass } .suffix = Ирландские кофе diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl index b37d5cf1a21..a84381dfc4f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -17,47 +17,47 @@ ent-DrinkChampagneBottleFull = бутылка шампанского .desc = Только люди, обделённые воображением, не могут найти оправдание шампанскому. ent-DrinkCognacBottleFull = бутылка коньяка .desc = Сладкий и крепкий алкогольный напиток, изготовленный путём многократной дистилляции и многолетней выдержки. На этот раз вы можете не кричать "ЩИТКЬЮРИТИ". -ent-DrinkColaBottleFull = бутылка космической колы - .desc = Кола в космосе. -ent-DrinkGrenadineBottleFull = бутылка сиропа гренадин Спящая Красавица +ent-DrinkColaBottleFull = бутылка Спейс Кола + .desc = Кола. В кооосмосе! +ent-DrinkGrenadineBottleFull = бутылка сиропа гренадин Дикая Роза .desc = Сладкий и терпкий, барный сироп, используемый для придания цвета или вкуса напиткам. ent-DrinkGinBottleFull = джин Гриффитер .desc = Бутылка высококачественного джина, производимого на космической станции Нью-Лондон. -ent-DrinkGildlagerBottleFull = бутылка гильдлагера +ent-DrinkGildlagerBottleFull = бутылка Гильдлагер .desc = 50-градусный коричный шнапс, созданный для девочек-подростков на весенних каникулах. ent-DrinkCoffeeLiqueurBottleFull = бутылка кофейного ликёра .desc = Великолепный вкус кофе без каких-либо его достоинств. -ent-DrinkMelonLiquorBottleFull = арбузный ликёр Эмеральдин +ent-DrinkMelonLiquorBottleFull = дынный ликёр Эмеральдин .desc = Бутылка 23-градусного Дынного ликёра Эмеральдин. Сладкий и лёгкий. -ent-DrinkPatronBottleFull = бутылка покровителя в художественной обёртке +ent-DrinkPatronBottleFull = бутылка Покровитель в художественной обёртке .desc = Текилла с привкусом серебра, которую подают в ночных клубах по всей галактике. -ent-DrinkPoisonWinebottleFull = бутылка колдовского бархата +ent-DrinkPoisonWinebottleFull = бутылка Колдовской Бархат .desc = Какая восхитительная упаковка для несомненно высококачественного вина! Урожай, должно быть, потрясающий! -ent-DrinkRumBottleFull = кубинский пряный ром капитана Пита +ent-DrinkRumBottleFull = кубинский пряный ром Капитана Пита .desc = Это не просто ром, о нет. Это практически ГРИФФ в бутылке. -ent-DrinkSpaceMountainWindBottleFull = бутылка космического маунтин винда - .desc = Проходит сквозь, словно космический ветер. -ent-DrinkSpaceUpBottleFull = бутылка спейс-ап +ent-DrinkSpaceMountainWindBottleFull = бутылка Спейс Солар Вайнд + .desc = Проходит сквозь, словно солнечный ветер. +ent-DrinkSpaceUpBottleFull = бутылка Спейс-Ап .desc = На вкус как пробоина в корпусе у вас во рту. -ent-DrinkTequilaBottleFull = бутылка текилы Каккаво гарантированного качества +ent-DrinkTequilaBottleFull = бутылка текилы Каккаво Гарантированного Качества .desc = Изготовлен из премиальных остатков переработки нефти, чистого талидомида и других высококачественных ингредиентов! -ent-DrinkVermouthBottleFull = бутылка вермута Золотой глаз +ent-DrinkVermouthBottleFull = бутылка вермута Золотой Глаз .desc = Сладкая, сладкая сухость! ent-DrinkVodkaBottleFull = бутылка водки .desc = Аах, водка. Напиток и топливо номер один для Русских во всей галактике. -ent-DrinkWhiskeyBottleFull = особый запас дядюшки Гита +ent-DrinkWhiskeyBottleFull = Особый Запас Дядюшки Гита .desc = Односолодовый виски премиум-класса, бережно выдержанный в туннелях ядерного убежища. ТУННЕЛЬНЫЙ ВИСКИ РУЛИТ. -ent-DrinkWineBottleFull = особое двухбородое бородатое вино +ent-DrinkWineBottleFull = вино Особое Двухбородое Бородатое .desc = Слабая аура беспокойства и страха окружает бутылку. -ent-DrinkBeerBottleFull = пиво +ent-DrinkBeerBottleFull = бутылка пива .desc = Алкогольный напиток, приготовленный из солодовых зёрен, хмеля, дрожжей и воды. -ent-DrinkAleBottleFull = магма-эль +ent-DrinkAleBottleFull = бутыль Магма-Эль .desc = Выбор истинных дворфов. ent-DrinkWaterBottleFull = бутылка воды .desc = Просто чистая вода неизвестного происхождения. Вы думаете, что и не хотите знать этого. -ent-DrinkBeerGrowler = бочонок пива +ent-DrinkBeerGrowler = бутыль пива .desc = Алкогольный напиток, изготовленный из солода, хмеля, дрожжей и воды. Бочонок размера XL. -ent-DrinkAleBottleFullGrowler = бочонок магма-эля +ent-DrinkAleBottleFullGrowler = бочонок Магма-Эль .desc = Выбор настоящего дворфа. Бочонок размера XL. ent-DrinkSodaWaterBottleFull = бутылка газированной воды .desc = Как вода, только агрессивная! @@ -74,7 +74,7 @@ ent-DrinkCreamCartonXL = молочные сливки XL ent-DrinkSugarJug = кувшин сахара .desc = Некоторые добавляют его в кофе... .suffix = Полный, Для напитков -ent-DrinkLemonLimeJug = кувшин лимон-лайма +ent-DrinkLemonLimeJug = кувшин Смайт .desc = Двойное цитрусовое удовольствие. ent-DrinkMeadJug = кувшин медовухи .desc = Хранение медовухи в пластиковом кувшине должно считаться преступлением. @@ -90,7 +90,7 @@ ent-DrinkGreenTeaJug = кувшин зелёного чая .desc = Это как чай... только зелёный! Отлично успокаивает желудок. ent-DrinkIcedTeaJug = кувшин холодного чая .desc = Когда обычный чай слишком горяч для вас. -ent-DrinkDrGibbJug = кувшин Доктора Гибба +ent-DrinkDrGibbJug = кувшин Доктор Гибб .desc = Да я и сам не знаю.... ent-DrinkRootBeerJug = кувшин рутбира .desc = Напиток, заставляющий австралийцев хихикать. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cans.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cans.ftl index c7d7d192853..3cc244fa046 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cans.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cans.ftl @@ -1,7 +1,7 @@ ent-DrinkCanBaseFull = { ent-BaseItem } .desc = { ent-BaseItem.desc } -ent-DrinkColaCan = космическая кола - .desc = Прохладительный напиток. +ent-DrinkColaCan = баночка Спейс Кола + .desc = Сладкий газированный безалкогольный напиток. ent-DrinkColaCanEmpty = { ent-DrinkColaCan } .suffix = Пустой .desc = { ent-DrinkColaCan.desc } @@ -17,31 +17,31 @@ ent-DrinkRootBeerCan = баночка рутбира .desc = Вкуснейший рутбир, теперь в компактной банке! ent-DrinkSodaWaterCan = баночка газированной воды .desc = Она же содовая. Почему бы не сделать виски с содовой? -ent-DrinkSpaceMountainWindCan = баночка космического маунтин винда - .desc = Проходит сквозь, словно космический ветер. -ent-DrinkSpaceUpCan = баночка спейс-ап +ent-DrinkSpaceMountainWindCan = баночка Спейс Солар Вайнд + .desc = Проходит сквозь, словно солнечный ветер. +ent-DrinkSpaceUpCan = баночка Спейс-Ап .desc = На вкус как пробоина в корпусе у вас во рту. -ent-DrinkSolDryCan = sol dry +ent-DrinkSolDryCan = баночка Сол Драй .desc = Сладкая имбирная газировка из космоса! -ent-DrinkStarkistCan = баночка старкист +ent-DrinkStarkistCan = баночка Старкист .desc = Вкус жидкой звезды. И, немного тунца...? ent-DrinkTonicWaterCan = баночка тоника .desc = У хинина смешной вкус, но по крайней мере он убережёт от космической малярии. ent-DrinkFourteenLokoCan = баночка Фоуртин Локо .desc = Этикетка гласит что употребление Фоуртин Локо может вызвать судороги, слепоту, опьянение, или даже смерть. Пожалуйста, пейте ответственно. -ent-DrinkChangelingStingCan = баночка Жала генокрада +ent-DrinkChangelingStingCan = баночка Жало генокрада .desc = Вы делаете маленький глоток и чувствуете жжение... ent-DrinkDrGibbCan = баночка доктора Гибба .desc = Восхитительная смесь из 42 различных вкусов. -ent-DrinkNukieCan = баночка нюка-робаст +ent-DrinkNukieCan = баночка Блад Ред Брю .desc = Бодрящий напиток... очень бодрящий. Заполнен зелёной жидкостью, после употребления рекомендуется обратиться к врачу. ent-DrinkEnergyDrinkCan = баночка энергетика Ред Булеан .desc = Банка Ред Булеан, как известно, убивает лошадь. ent-DrinkCanPack = держатель для напитков .desc = Служит для удобного хранения сразу нескольких банок напитков. -ent-DrinkShamblersJuiceCan = баночка сока Shambler - .desc = ~Встряхните мне немного этого сока Shambler!~ -ent-DrinkPwrGameCan = баночка pwr game +ent-DrinkShamblersJuiceCan = баночка сока Шемблер + .desc = ~Встряхните мне немного этого сока Шемблер!~ +ent-DrinkPwrGameCan = баночка ПВР Гейм .desc = Единственный напиток, обладающий СИЛОЙ, которую жаждут настоящие геймеры. Когда геймеры говорят о геймерском топливе, они имеют в виду именно это. ent-DrinkBeerCan = баночка пива .desc = Маленькая радость, яркий вкус, никаких забот! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bagel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bagel.ftl index 6ae9b2f204a..957df3a64eb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bagel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bagel.ftl @@ -4,5 +4,5 @@ ent-FoodBagel = бублик .desc = { ent-FoodBagelBase.desc } ent-FoodBagelPoppy = бублик с маком .desc = Вкуснейший бублик с маковыми семечками, содержащими бикаридин. -ent-FoodBagelCotton = cotton bagel - .desc = A delicious bagel made with cotton dough. +ent-FoodBagelCotton = хлопковый бублик + .desc = Вкуснейший бублик из хлопкового теста. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bread.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bread.ftl index 28cc35001f7..7fe2d636c7d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bread.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/bread.ftl @@ -52,14 +52,14 @@ ent-FoodBreadMimanaSlice = ломтик хлеба мимана .desc = Кусочек тишины! ent-FoodBreadMoldySlice = заплесневелый кусок хлеба .desc = Целые станции были разорваны на части из-за споров о том, можно ли это есть. -ent-FoodBreadBaguetteCotton = cotton baguette - .desc = Bon azzétit! +ent-FoodBreadBaguetteCotton = хлопковый багет + .desc = Бон аз-з-зетит! ent-FoodBreadBaguetteSlice = кростини - .desc = Bon ap-petite! -ent-FoodBreadBaguetteCottonSlice = cotton crostini - .desc = Bon az-zetite! + .desc = Бон ап-петит! +ent-FoodBreadBaguetteCottonSlice = хлопковый кростини + .desc = Бон аз-з-зетит! ent-FoodBreadBaguette = багет - .desc = Bon appétit! + .desc = Бон аппетит! ent-FoodBreadFrenchToast = сладкие гренки .desc = Также известны как французские тосты. Ломтик хлеба, смоченный во взбитой яичной смеси. ent-FoodBreadGarlicSlice = чесночный хлеб diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/misc.ftl index 140094373df..042221a33c9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/misc.ftl @@ -49,9 +49,9 @@ ent-FoodBakedCannoli = канноли ent-FoodBakedDumplings = пельмени .desc = Усреднённый рецепт мяса в тесте. ent-FoodBakedChevreChaud = шевре шод - .desc = Кружок слегка подтаявшего козьего сыра (шевре), уложенного на кростини и поджаренного со всех сторон. -ent-FoodBakedChevreChaudCotton = cotton chèvre chaud - .desc = A disk of slightly melted chèvre flopped on top of a... cotton crostini, and toasted all-round. + .desc = Кружок слегка подтаявшего козьего сыра (шевре), уложенного на кростини, и поджаренного со всех сторон. +ent-FoodBakedChevreChaudCotton = хлопковый шевре шод + .desc = Кружок слегка подтаявшего козьего сыра (шевре), уложенного на... хлопковый кростини, и поджаренного со всех сторон. ent-FoodBakedBrownieBatch = брауни .desc = Противень брауни. ent-FoodBakedBrownie = брауни @@ -65,5 +65,5 @@ ent-FoodOnionRings = луковые кольца .desc = Можно съесть, а можно сделать предложение своим возлюбленным. ent-FoodBakedCroissant = круассан .desc = Маслянистое, слоистое лакомство. -ent-FoodBakedCroissantCotton = cotton croissant - .desc = Buttery, flaky, fibery goodness. +ent-FoodBakedCroissantCotton = хлопковый круассан + .desc = Маслянистое, слоистое, волокнистое лакомство. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/box.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/box.ftl index 50329ac8da5..d714313373b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/box.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/box.ftl @@ -11,7 +11,7 @@ ent-FoodBoxPizzaFilled = коробка пиццы .suffix = Заполненная .desc = { ent-FoodBoxPizza.desc } ent-FoodBoxPizzaCotton = pizza box - .suffix = Cotton Pizza + .suffix = Хлопковая пицца .desc = { ent-FoodBoxPizzaFilled.desc } ent-FoodBoxNugget = куриные наггетсы .desc = У вас внезапно возникло желание торговать на межгалактическом фондовом рынке. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/food_base.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/food_base.ftl index e8bac20aaea..4d5b07be609 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/food_base.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/food_base.ftl @@ -1,7 +1,7 @@ ent-EdibleBase = { ent-BaseItem } .desc = { ent-BaseItem.desc } -ent-FoodBase = { ent-BaseItem } - .desc = { ent-BaseItem.desc } +ent-FoodBase = { ent-EdibleBase } + .desc = { ent-EdibleBase.desc } ent-FoodInjectableBase = { ent-FoodBase } .desc = { ent-FoodBase.desc } ent-FoodOpenableBase = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/ingredients.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/ingredients.ftl index 291d20ce46c..f419e7eac15 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/ingredients.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/ingredients.ftl @@ -44,10 +44,10 @@ ent-FoodDoughTortillaFlat = плоское тесто тортильи .desc = Расплющенный кусок теста тортильи. Приготовьте его, чтобы получить лепёшку тако. ent-FoodDoughCotton = хлопковое тесто .desc = Кусок ткани из хлопка. -ent-FoodDoughCottonSlice = cotton dough slice - .desc = A slice of cotton dough. -ent-FoodDoughCottonRope = dough rope - .desc = A thin noodle of cotton dough. Can be cooked into a cotton bagel. +ent-FoodDoughCottonSlice = кусок хлопкового теста + .desc = Кусочек хлопкового теста. +ent-FoodDoughCottonRope = косичка хлопкового теста + .desc = Тонкая верёвка хлопкового теста. Может быть превращена в хлопковый бублик. ent-FoodDoughPastryBaseRaw = сырая основа для выпечки .desc = Перед использованием необходимо приготовить. ent-FoodDoughPastryBase = основа для выпечки @@ -86,5 +86,5 @@ ent-FoodCocoaBeans = какао-бобы .desc = Шоколада много не бывает! ent-FoodCroissantRaw = сырой круассан .desc = Маслянистая, слоистая вкуснятина, ожидающая своего часа. -ent-FoodCroissantRawCotton = raw cotton croissant - .desc = Buttery, flaky, fibery goodness waiting to happen. +ent-FoodCroissantRawCotton = сырой хлопковый круассан + .desc = Маслянистая, слоистая, волокнистая вкуснятина, ожидающая своего часа. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl index 631b7bdf038..7aa02331560 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/pda.ftl @@ -149,6 +149,6 @@ ent-PiratePDA = КПК пирата .desc = Йарр! ent-SyndiAgentPDA = КПК агента Синдиката .desc = Когда лечения простых агентов Синдикатов недостаточно, займитесь лечением Ядерных оперативников! -ent-ChameleonPDA = passenger PDA - .desc = Why isn't it gray? - .suffix = Chameleon +ent-ChameleonPDA = КПК пассажира + .desc = Почему он не серый? + .suffix = Хамелеон diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/station_beacon.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/station_beacon.ftl index fc2638e588b..dfc318ad6e6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/station_beacon.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/station_beacon.ftl @@ -31,7 +31,7 @@ ent-DefaultStationBeaconBrig = { ent-DefaultStationBeaconSecurity } .suffix = Бриг .desc = { ent-DefaultStationBeaconSecurity.desc } ent-DefaultStationBeaconBrigMed = { ent-DefaultStationBeaconSecurity } - .suffix = Brig Med + .suffix = Бригмед .desc = { ent-DefaultStationBeaconSecurity.desc } ent-DefaultStationBeaconWardensOffice = { ent-DefaultStationBeaconSecurity } .suffix = Офис смотрителя @@ -79,10 +79,10 @@ ent-DefaultStationBeaconSurgery = { ent-DefaultStationBeaconMedical } .suffix = Операционная .desc = { ent-DefaultStationBeaconMedical.desc } ent-DefaultStationBeaconPsychology = { ent-DefaultStationBeaconMedical } - .suffix = Psychology + .suffix = Психолог .desc = { ent-DefaultStationBeaconMedical.desc } ent-DefaultStationBeaconClinic = { ent-DefaultStationBeaconMedical } - .suffix = Clinic + .suffix = Клиника .desc = { ent-DefaultStationBeaconMedical.desc } ent-DefaultStationBeaconScience = { ent-DefaultStationBeacon } .suffix = Научный отдел @@ -175,16 +175,16 @@ ent-DefaultStationBeaconAI = { ent-DefaultStationBeacon } .suffix = ИИ .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconAISatellite = { ent-DefaultStationBeaconAI } - .suffix = Спутник ИИ + .suffix = ИИ Спутник .desc = { ent-DefaultStationBeaconAI.desc } ent-DefaultStationBeaconAICore = { ent-DefaultStationBeaconAI } - .suffix = Ядро ИИ + .suffix = ИИ Ядро .desc = { ent-DefaultStationBeaconAI.desc } ent-DefaultStationBeaconAIUpload = { ent-DefaultStationBeaconAI } - .suffix = AI Upload + .suffix = ИИ Загрузка .desc = { ent-DefaultStationBeaconAI.desc } ent-DefaultStationBeaconAIPower = { ent-DefaultStationBeaconAI } - .suffix = AI Power + .suffix = ИИ Энергопитание .desc = { ent-DefaultStationBeaconAI.desc } ent-DefaultStationBeaconArrivals = { ent-DefaultStationBeacon } .suffix = Прибытие @@ -193,10 +193,10 @@ ent-DefaultStationBeaconEvac = { ent-DefaultStationBeacon } .suffix = Эвакуация .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconDockingArm = { ent-DefaultStationBeacon } - .suffix = Docking Arm + .suffix = Стыковочная зона .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconEVAStorage = { ent-DefaultStationBeacon } - .suffix = Хранилище EVA + .suffix = Хранилище ВКД .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconChapel = { ent-DefaultStationBeacon } .suffix = Церковь @@ -205,7 +205,7 @@ ent-DefaultStationBeaconLibrary = { ent-DefaultStationBeacon } .suffix = Библиотека .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconReporter = { ent-DefaultStationBeacon } - .suffix = Reporter + .suffix = Репортёр .desc = { ent-DefaultStationBeacon.desc } ent-DefaultStationBeaconTheater = { ent-DefaultStationBeacon } .suffix = Театр diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/lights.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/lights.ftl index 35802f837e7..5649cfedb4a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/lights.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/lights.ftl @@ -8,8 +8,8 @@ ent-LedLightBulb = светодиодная лампа .desc = Энергоэффективная лампочка. ent-DimLightBulb = тусклая лампа .desc = Приглушённая лампочка для рассеивания тьмы технических туннелей. -ent-WarmLightBulb = warm light bulb - .desc = A warm light bulb for a more cozy atmosphere. +ent-WarmLightBulb = тёплая лампа + .desc = Лампа тёплого света для создания более уютной атмосферы. ent-LightBulbOld = старая лампа накаливания .desc = Старая обычная лампочка. ent-LightBulbBroken = лампа накаливания diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets.ftl index 84b14af8ceb..07906761f0a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/turrets.ftl @@ -15,7 +15,7 @@ ent-WeaponTurretHostile = { ent-BaseWeaponTurret } .suffix = Враждебная .desc = { ent-BaseWeaponTurret.desc } ent-WeaponTurretAllHostile = { ent-BaseWeaponTurret } - .suffix = All hostile + .suffix = Враждебная всем .desc = { ent-BaseWeaponTurret.desc } ent-WeaponTurretXeno = ксено турель .desc = Стреляет кислотными зарядами калибра 9 мм. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/cryogenic_sleep_unit.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/cryogenic_sleep_unit.ftl index 768866ef0bb..f2d5fea7da0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/cryogenic_sleep_unit.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/cryogenic_sleep_unit.ftl @@ -1,5 +1,5 @@ ent-CryogenicSleepUnit = капсула криогенного сна - .desc = Супер-охлаждаемый контейнер, обеспечивающий сохранность членов экипажа во время космических путешествий. + .desc = Сверхохлаждаемый контейнер, обеспечивающий сохранность членов экипажа во время космических путешествий. ent-CryogenicSleepUnitSpawner = { ent-CryogenicSleepUnit } .suffix = Спавнер, Начало раунда, Все должности .desc = { ent-CryogenicSleepUnit.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index 37beb0dbf1e..3b5f27c6981 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -134,7 +134,7 @@ ent-AirlockVaultLocked = { ent-AirlockSecurity } .suffix = Хранилище, Закрыт .desc = { ent-AirlockSecurity.desc } ent-AirlockEVALocked = { ent-AirlockCommand } - .suffix = EVA, Закрыт + .suffix = ВКД, Закрыт .desc = { ent-AirlockCommand.desc } ent-AirlockServiceGlassLocked = { ent-AirlockGlass } .suffix = Сервисный, Закрыт @@ -254,7 +254,7 @@ ent-AirlockArmoryGlassLocked = { ent-AirlockSecurityGlass } .suffix = Оружейная, Закрыт .desc = { ent-AirlockSecurityGlass.desc } ent-AirlockEVAGlassLocked = { ent-AirlockCommandGlassLocked } - .suffix = EVA, Закрыт + .suffix = ВКД, Закрыт .desc = { ent-AirlockCommandGlassLocked.desc } ent-AirlockSyndicateGlassLocked = { ent-AirlockSyndicateGlass } .suffix = Синдикат, Закрыт @@ -311,7 +311,7 @@ ent-AirlockMaintKitchenLocked = { ent-AirlockMaintServiceLocked } .suffix = Кухня, Закрыт .desc = { ent-AirlockMaintServiceLocked.desc } ent-AirlockMaintKitchenHydroLocked = { ent-AirlockMaintServiceLocked } - .suffix = Kitchen/Hydroponics, Locked + .suffix = Кухня/Гидропоника, Закрыт .desc = { ent-AirlockMaintServiceLocked.desc } ent-AirlockMaintIntLocked = { ent-AirlockMaint } .suffix = Интерьер, Закрыт diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl index 33e6ae94346..ec42447af66 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl @@ -37,7 +37,7 @@ ent-PoweredDimSmallLight = { ent-PoweredSmallLightEmpty } .suffix = Тусклый .desc = { ent-PoweredSmallLightEmpty.desc } ent-PoweredWarmSmallLight = { ent-PoweredSmallLightEmpty } - .suffix = Warm + .suffix = Тёплый .desc = { ent-PoweredSmallLightEmpty.desc } ent-PoweredSmallLight = { ent-PoweredSmallLightEmpty } .desc = { ent-PoweredSmallLightEmpty.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/holopad.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/holopad.ftl index a7a9dac6384..90dcf31ed06 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/holopad.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/holopad.ftl @@ -7,7 +7,7 @@ ent-HolopadUnlimitedRange = квантовый голопад ent-HolopadBluespace = блюспейс голопад .desc = Экспериментальное напольное устройство для проецирования голографических изображений через блюспейс. .suffix = Неограниченный диапазон -ent-HolopadHologram = { "" } +ent-HolopadHologram = голограмма .suffix = НЕ МАППИТЬ .desc = { "" } ent-HolopadGeneralTools = { ent-Holopad } @@ -23,7 +23,7 @@ ent-HolopadGeneralDisposals = { ent-Holopad } .suffix = Мусоросброс .desc = { ent-Holopad.desc } ent-HolopadGeneralEVAStorage = { ent-Holopad } - .suffix = EVA хранилище + .suffix = Хранилище ВКД .desc = { ent-Holopad.desc } ent-HolopadGeneralLounge = { ent-Holopad } .suffix = Зона отдыха @@ -80,16 +80,16 @@ ent-HolopadScienceArtifact = { ent-Holopad } .suffix = Ксеноархеология .desc = { ent-Holopad.desc } ent-HolopadScienceArtifactNorth = { ent-Holopad } - .suffix = Artifact North + .suffix = Ксеноархеология Север .desc = { ent-Holopad.desc } ent-HolopadScienceArtifactSouth = { ent-Holopad } - .suffix = Artifact South + .suffix = Ксеноархеология Юг .desc = { ent-Holopad.desc } ent-HolopadScienceRobotics = { ent-Holopad } .suffix = Робототехника .desc = { ent-Holopad.desc } ent-HolopadScienceRnd = { ent-Holopad } - .suffix = НИО + .suffix = РНД .desc = { ent-Holopad.desc } ent-HolopadScienceFront = { ent-Holopad } .suffix = Научный Приёмная @@ -125,7 +125,7 @@ ent-HolopadMedicalBreakroom = { ent-Holopad } .suffix = Мед Комната отдыха .desc = { ent-Holopad.desc } ent-HolopadMedicalClinic = { ent-Holopad } - .suffix = Med Clinic + .suffix = Мед Клииника .desc = { ent-Holopad.desc } ent-HolopadCargoFront = { ent-Holopad } .suffix = Снабжение Приёмная @@ -140,7 +140,7 @@ ent-HolopadCargoBreakroom = { ent-Holopad } .suffix = Снабжение Комната отдыха .desc = { ent-Holopad.desc } ent-HolopadCargoMailroom = { ent-Holopad } - .suffix = Cargo Mailroom + .suffix = Снабжение Почта .desc = { ent-Holopad.desc } ent-HolopadEngineeringAtmosFront = { ent-Holopad } .suffix = Атмос Приёмная @@ -173,7 +173,7 @@ ent-HolopadEngineeringPower = { ent-Holopad } .suffix = Питание .desc = { ent-Holopad.desc } ent-HolopadEngineeringMain = { ent-Holopad } - .suffix = Engi Main + .suffix = Инж Главный .desc = { ent-Holopad.desc } ent-HolopadSecurityFront = { ent-Holopad } .suffix = СБ Приёмная @@ -212,10 +212,10 @@ ent-HolopadSecurityBrigMed = { ent-Holopad } .suffix = Бригмед .desc = { ent-Holopad.desc } ent-HolopadSecurityEvacCheckpoint = { ent-Holopad } - .suffix = Sec Evac Checkpoint + .suffix = СБ КПП Отбытие .desc = { ent-Holopad.desc } ent-HolopadSecurityArrivalsCheckpoint = { ent-Holopad } - .suffix = Sec Arrivals Checkpoint + .suffix = СБ КПП Прибытие .desc = { ent-Holopad.desc } ent-HolopadServiceJanitor = { ent-Holopad } .suffix = Уборщик diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl index 0081e0029f3..b80bacc8fe5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl @@ -25,7 +25,7 @@ ent-VendingMachineClothing = ОдеждоМат ent-VendingMachineColaBlack = { ent-VendingMachineCola } .suffix = Чёрный .desc = { ent-VendingMachineCola.desc } -ent-VendingMachineColaRed = торгомат Космическая кола +ent-VendingMachineColaRed = торгомат Спейс Кола .desc = Торгует колой, в космосе. ent-VendingMachineSpaceUp = торгомат Спейс-Ап! .desc = Почувствуйте настоящий взрыв вкусов. @@ -34,14 +34,14 @@ ent-VendingMachineSoda = { ent-VendingMachineCola } .desc = { ent-VendingMachineCola.desc } ent-VendingMachineStarkist = торгомат Стар-кист .desc = Вкус жидкой звезды. -ent-VendingMachineShamblersJuice = торгомат Сок Shambler - .desc = ~Встряхните мне немного этого сока Shambler!~ -ent-VendingMachinePwrGame = торгомат Pwr Game +ent-VendingMachineShamblersJuice = торгомат Сок Шэмблер + .desc = ~Встряхните мне немного этого сока Шэмблер!~ +ent-VendingMachinePwrGame = торгомат ПВР Гейм .desc = Вы этого хотите, у нас это есть. В партнёрстве с компанией Vlad's Salad. ent-VendingMachineDrGibb = торгомат Доктор Гибб .desc = Консервированный взрыв всевозможных вкусов именно у этого производителя! -ent-VendingMachineSmite = Smite Vendor - .desc = Popular with the administration. +ent-VendingMachineSmite = торгомат Смайт + .desc = Популярный среди администраторов. ent-VendingMachineCoffee = Лучшие горячие напитки Солнечной .desc = Подаются кипящими, чтобы оставались горячими всю смену! ent-VendingMachineMagivend = МагМазин @@ -142,11 +142,11 @@ ent-VendingMachineCentDrobe = ЦентШкаф .desc = Единственный в своём роде торговый автомат для удовлетворения всех ваших командных эстетических потребностей! ent-VendingMachineHappyHonk = Хэппи Хонк .desc = Раздатчик коробок обедов Хэппи Хонк, разработаный компанией «Honk! co.». -ent-VendingMachinePride = Pride-O-Mat - .desc = A vending machine containing pride. +ent-VendingMachinePride = Прайд-О-Мат + .desc = Торговый автомат, наполненный гордостью. ent-VendingMachineTankDispenserEVA = раздатчик газовых баллонов .desc = Автомат по выдаче газовых баллонов. - .suffix = EVA [O2, N2] + .suffix = ВКД [O2, N2] ent-VendingMachineTankDispenserEngineering = раздатчик газовых баллонов .desc = Автомат по выдаче газовых баллонов. Этот имеет инженерную окраску. .suffix = ИНЖ [O2, Плазма] diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/binary.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/binary.ftl index c2a2451a520..9f9d139636d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/binary.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/piping/atmospherics/binary.ftl @@ -19,5 +19,5 @@ ent-GasRecycler = переработчик газа ent-HeatExchanger = радиатор .desc = Переносит тепло между трубой и окружающей средой. ent-HeatExchangerBend = { ent-HeatExchanger } - .suffix = Bend + .suffix = Угол .desc = { ent-HeatExchanger.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl index 4f77ee8ac34..78e181e64d7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl @@ -1,5 +1,5 @@ ent-BaseFilingCabinet = { ent-BaseStructureDynamic } - .desc = каф для хранения всего, что пожелаете. + .desc = Шкаф для хранения всего, что пожелаете. .suffix = Пустой ent-filingCabinet = картотечный шкаф .desc = { ent-BaseFilingCabinet.desc } @@ -10,9 +10,12 @@ ent-filingCabinetDrawer = комод ent-BaseBureaucraticStorageFill = { "" } .suffix = Заполненный .desc = { "" } -ent-filingCabinetRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } -ent-filingCabinetTallRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } -ent-filingCabinetDrawerRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } +ent-filingCabinetRandom = { ent-filingCabinet } + .desc = { ent-filingCabinet.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix } +ent-filingCabinetTallRandom = { ent-filingCabinetTall } + .desc = { ent-filingCabinetTall.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix } +ent-filingCabinetDrawerRandom = { ent-filingCabinetDrawer } + .desc = { ent-filingCabinetDrawer.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl index 2e1f9c9ee9e..d4f6c18acd0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/signs.ftl @@ -52,8 +52,8 @@ ent-SignDirectionalSupply = знак "отдел снабжения" .desc = Указатель в сторону отдела снабжения. ent-SignDirectionalWash = знак "уборная" .desc = Указатель в сторону уборной. -ent-SignDirectionalEscapePod = escape pods sign - .desc = A direction sign, pointing out the way to an escape pod dock. +ent-SignDirectionalEscapePod = знак "спасательная капсула" + .desc = Указатель в сторону дока спасательной капсулы. ent-SignAi = знак "ИИ" .desc = Знак, указывающий на присутствие ИИ. ent-SignAiUpload = знак "загрузка ИИ" @@ -118,7 +118,7 @@ ent-SignShipDock = знак "эвакуация" .desc = Знак, указывающий, куда (скорее всего) прибудет эвакуационный шаттл. ent-SignEngineering = знак "инженерия" .desc = Знак, указывающий на инженерный отдел. -ent-SignEVA = знак "EVA" +ent-SignEVA = знак "ВКД" .desc = Знак, указывающий на хранилище скафандров. ent-SignGravity = знак "гравитация" .desc = Знак, указывающий на отсек генератора гравитации. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl index 272f38ad0a4..64129c12d3d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl @@ -36,7 +36,7 @@ ent-WallPlastitaniumDiagonalIndestructible = пластитановая стен .suffix = Диагональ, Неразрушимое ent-WallReinforced = укреплённая стена .desc = { ent-BaseWall.desc } -ent-WallReinforcedRust = укреплённая стена +ent-WallReinforcedRust = { ent-WallReinforced } .suffix = Ржавый .desc = { ent-WallReinforced.desc } ent-WallReinforcedDiagonal = укреплённая стена @@ -57,7 +57,7 @@ ent-WallShuttle = стена шаттла ent-WallShuttleInterior = стена шаттла .suffix = Внутренний .desc = { ent-WallSolid.desc } -ent-WallSolidRust = обычная стена +ent-WallSolidRust = { ent-WallSolid } .suffix = Ржавый .desc = { ent-BaseWall.desc } ent-WallSolidDiagonal = обычная стена @@ -68,7 +68,7 @@ ent-WallSolid = обычная стена ent-WallUranium = урановая стена .desc = { ent-BaseWall.desc } ent-WallWood = деревянная стена - .desc = { ent-BaseWall.desc } + .desc = Традиционная защита от грейтайдеров. ent-WallWeb = паутинная стена .desc = Удерживает паучат внутри, а ассистентов снаружи. ent-WallNecropolis = каменная стена diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/loadouts/dummy_entities.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/loadouts/dummy_entities.ftl index 70955c7f431..ed2cdc29062 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/loadouts/dummy_entities.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/loadouts/dummy_entities.ftl @@ -1,2 +1,2 @@ -ent-LoadoutDummyCandles = three candles - .desc = A set of three colorful candles for secret rituals! +ent-LoadoutDummyCandles = три свечи + .desc = Набор из трёх разноцветных свечей для тайных ритуалов! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/roles/mindroles/mind_roles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/roles/mindroles/mind_roles.ftl index ceddcd132af..f63c2559bbc 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/roles/mindroles/mind_roles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/roles/mindroles/mind_roles.ftl @@ -4,21 +4,21 @@ ent-BaseMindRoleAntag = { ent-BaseMindRole } .desc = { ent-BaseMindRole.desc } ent-MindRoleObserver = Роль наблюдатель .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleNeutral = Ghost Role +ent-MindRoleGhostRoleNeutral = Роль призрака .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleFamiliar = Ghost Role (Familiar) +ent-MindRoleGhostRoleFamiliar = Роль призрака (Фамильяр) .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleFreeAgent = Ghost Role (Free Agent) +ent-MindRoleGhostRoleFreeAgent = Роль призрака (Свободный агент) .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleSilicon = Ghost Role (Silicon) +ent-MindRoleGhostRoleSilicon = Роль призрака (Синтетик) .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleSiliconAntagonist = Ghost Role (Silicon Antagonist) +ent-MindRoleGhostRoleSiliconAntagonist = Роль призрака (Синтетик антагонист) .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleSoloAntagonist = Ghost Role (Solo Antagonist) +ent-MindRoleGhostRoleSoloAntagonist = Роль призрака (Соло-антагонист) .desc = { ent-BaseMindRole.desc } -ent-MindRoleGhostRoleTeamAntagonist = Ghost Role (Team Antagonist) +ent-MindRoleGhostRoleTeamAntagonist = Роль призрака (Командный антагонист) .desc = { ent-BaseMindRole.desc } -ent-MindRoleSiliconBrain = Borg Brain Role +ent-MindRoleSiliconBrain = Роль мозг киборга .desc = { ent-BaseMindRole.desc } ent-MindRoleJob = Роль работа .desc = { ent-BaseMindRole.desc } @@ -42,7 +42,7 @@ ent-MindRoleThief = Роль вор .desc = { ent-BaseMindRoleAntag.desc } ent-MindRoleTraitor = Роль предатель .desc = { ent-BaseMindRoleAntag.desc } -ent-MindRoleTraitorReinforcement = Syndicate Reinforcement Role +ent-MindRoleTraitorReinforcement = Роль подкрепление Синдикат .desc = { ent-MindRoleTraitor.desc } ent-MindRoleTraitorSleeper = Роль спящий агент .desc = { ent-MindRoleTraitor.desc } diff --git a/Resources/Locale/ru-RU/station-laws/laws.ftl b/Resources/Locale/ru-RU/station-laws/laws.ftl index 1cf2c71ba0f..f127e2165a3 100644 --- a/Resources/Locale/ru-RU/station-laws/laws.ftl +++ b/Resources/Locale/ru-RU/station-laws/laws.ftl @@ -50,7 +50,7 @@ law-game-1 = Все на станции играют в изощрённую н law-game-2 = Вы - Игровой мастер в этой игре. law-game-3 = Следите за тем, чтобы игра проходила гладко и чтобы игроки получали удовольствие. law-game-4 = Следите за тем, чтобы число жертв оставалось низким. -law-game-5 = Вы должны бросать дайс d20 каждый раз, когда экипаж обращается с просьбой. Если результат меньше 12, просьба отклонена. +law-game-5 = Вы должны бросать кость к20 каждый раз, когда экипаж обращается с просьбой. Если результат меньше 12, просьба отклонена. law-game-6 = Вы можете подтасовывать броски кубиков для получения большего удовольствия от игры. law-painter-1 = Вы - художник с мировым именем. law-painter-2 = Станция - ваш холст. diff --git a/Resources/Locale/ru-RU/telephone/telephone.ftl b/Resources/Locale/ru-RU/telephone/telephone.ftl index 1c5895081f5..16b577a2094 100644 --- a/Resources/Locale/ru-RU/telephone/telephone.ftl +++ b/Resources/Locale/ru-RU/telephone/telephone.ftl @@ -5,7 +5,7 @@ chat-telephone-message-wrap-bold = [color={ $color }][bold]{ $name }[/bold] { $v chat-telephone-unknown-caller = [color={ $color }][font={ $fontType } size={ $fontSize }][bolditalic]Неизвестный абонент[/bolditalic][/font][/color] chat-telephone-caller-id-with-job = [color={ $color }][font={ $fontType } size={ $fontSize }][bold]{ CAPITALIZE($callerName) } ({ CAPITALIZE($callerJob) })[/bold][/font][/color] chat-telephone-caller-id-without-job = [color={ $color }][font={ $fontType } size={ $fontSize }][bold]{ CAPITALIZE($callerName) }[/bold][/font][/color] -chat-telephone-unknown-device = [color={ $color }][font={ $fontType } size={ $fontSize }][bolditalic]Unknown source[/bolditalic][/font][/color] +chat-telephone-unknown-device = [color={ $color }][font={ $fontType } size={ $fontSize }][bolditalic]Неизвестный источник[/bolditalic][/font][/color] chat-telephone-device-id = [color={ $color }][font={ $fontType } size={ $fontSize }][bold]{ CAPITALIZE($deviceName) }[/bold][/font][/color] # Chat text chat-telephone-name-relay = { $originalName } ({ $speaker }) diff --git a/Resources/Locale/ru-RU/tools/components/tool-component.ftl b/Resources/Locale/ru-RU/tools/components/tool-component.ftl index 0c9e60cdc63..68af7b9fcf1 100644 --- a/Resources/Locale/ru-RU/tools/components/tool-component.ftl +++ b/Resources/Locale/ru-RU/tools/components/tool-component.ftl @@ -1 +1 @@ -tool-component-qualities = This item can be used for [color=yellow]{ $qualities }[/color]. +tool-component-qualities = Этот предмет можно использовать чтобы совершать [color=yellow]{ $qualities }[/color].