From 2d9055ebda6b942d13a8e487208aa600486b9c05 Mon Sep 17 00:00:00 2001 From: DedokEzio <2901vova@gmail.com> Date: Thu, 23 Oct 2025 23:25:29 +0300 Subject: [PATCH] 9 15 DONE + random bullshit next 9 28 --- .../commands/polymorph-command.ftl | 5 - .../ru-RU/atmos/delta-pressure-component.ftl | 1 + .../atmos/gas-pressure-regulator-system.ftl | 2 +- Resources/Locale/ru-RU/chat/emotes.ftl | 5 + .../ru-RU/chat/managers/chat-manager.ftl | 10 +- .../ru-RU/chat/sanitizer-replacements.ftl | 1 - Resources/Locale/ru-RU/chat/ui/chat-box.ftl | 2 +- .../components/injector-component.ftl | 8 + .../commands/addpolymorphaction-command.ftl | 2 + .../ru-RU/components/gas-filter-component.ftl | 2 +- .../gas-pressure-regulator-component.ftl | 2 +- .../ru-RU/components/gas-pump-component.ftl | 2 +- .../ru-RU/escape-menu/ui/options-menu.ftl | 2 +- .../components/foldable-component.ftl | 2 + Resources/Locale/ru-RU/guidebook/guides.ftl | 1 + .../interaction-popup-component.ftl | 2 + Resources/Locale/ru-RU/markings/vox.ftl | 6 + Resources/Locale/ru-RU/mech/mech.ftl | 2 +- .../nutrition/components/drink-component.ftl | 0 .../components/sealable-component.ftl | 2 + .../Locale/ru-RU/paper/book-authorbooks.ftl | 2 - .../ru-RU/preferences/loadout-groups.ftl | 2 +- .../ru-RU/preferences/ui/markings-picker.ftl | 1 + .../random-metadata-formats.ftl | 2 +- Resources/Locale/ru-RU/recipes/tags.ftl | 2 +- Resources/Locale/ru-RU/shell.ftl | 4 +- Resources/Locale/ru-RU/species/species.ftl | 4 + .../ss14-ru/prototypes/actions/types.ftl | 6 +- .../prototypes/body/parts/vulpkanin.ftl | 22 ++ .../entities/clothing/shoes/specific.ftl | 2 +- .../entities/markers/spawners/jobs.ftl | 2 + .../entities/mobs/player/vulpkanin.ftl | 2 + .../entities/mobs/species/vulpkanin.ftl | 4 + .../drinks/drinks_bottles_plastic.ftl | 46 +++++ .../objects/consumable/drinks/drinks_cups.ftl | 2 + .../consumable/drinks/drinks_flasks.ftl | 2 +- .../consumable/drinks/trash_drinks.ftl | 66 +++--- .../consumable/food/containers/plate.ftl | 4 +- .../circuitboards/machine/production.ftl | 2 + .../devices/circuitboards/machine/turrets.ftl | 3 + .../devices/electronics/turret_controls.ftl | 11 + .../entities/objects/devices/pda.ftl | 2 + .../prototypes/entities/objects/fun/toys.ftl | 2 + .../objects/specific/chemistry-bottles.ftl | 190 ++++++++++++------ .../objects/specific/janitorial/spray.ftl | 2 +- .../specific/mech/mech_construction.ftl | 8 - .../ammunition/cartridges/heavy_rifle.ftl | 2 +- .../ammunition/projectiles/heavy_rifle.ftl | 2 +- .../ammunition/projectiles/light_rifle.ftl | 8 +- .../guns/ammunition/projectiles/rifle.ftl | 8 +- .../weapons/guns/revolvers/revolvers.ftl | 2 +- .../structures/doors/shutter/shutters.ftl | 4 +- .../doors/windoors/base_structurewindoors.ftl | 24 +-- .../structures/machines/vending_machines.ftl | 18 +- .../entities/structures/windows/plasma.ftl | 2 +- .../structures/windows/reinforced.ftl | 2 +- .../entities/structures/windows/rplasma.ftl | 2 +- .../entities/structures/windows/ruranium.ftl | 2 +- .../entities/structures/windows/shuttle.ftl | 2 +- .../entities/structures/windows/uranium.ftl | 2 +- .../events/random-sentience.ftl | 3 - .../Locale/ru-RU/store/uplink-catalog.ftl | 4 +- .../Locale/ru-RU/triggers/timer-trigger.ftl | 8 +- 63 files changed, 365 insertions(+), 184 deletions(-) delete mode 100644 Resources/Locale/ru-RU/administration/commands/polymorph-command.ftl create mode 100644 Resources/Locale/ru-RU/atmos/delta-pressure-component.ftl create mode 100644 Resources/Locale/ru-RU/commands/addpolymorphaction-command.ftl delete mode 100644 Resources/Locale/ru-RU/nutrition/components/drink-component.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/body/parts/vulpkanin.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/vulpkanin.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/species/vulpkanin.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles_plastic.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/turret_controls.ftl diff --git a/Resources/Locale/ru-RU/administration/commands/polymorph-command.ftl b/Resources/Locale/ru-RU/administration/commands/polymorph-command.ftl deleted file mode 100644 index 9e97b4ff45..0000000000 --- a/Resources/Locale/ru-RU/administration/commands/polymorph-command.ftl +++ /dev/null @@ -1,5 +0,0 @@ -polymorph-command-description = Когда хотите чтобы кто-то перестал быть персоной. Принимает entity и прототип полиморфа. -polymorph-command-help-text = polymorph -add-polymorph-action-command-description = Принимает сущность и выдаёт ей добровольный полиморф. -add-polymorph-action-command-help-text = addpolymorphaction -polymorph-not-valid-prototype-error = Прототип полиморфа не валиден. diff --git a/Resources/Locale/ru-RU/atmos/delta-pressure-component.ftl b/Resources/Locale/ru-RU/atmos/delta-pressure-component.ftl new file mode 100644 index 0000000000..228aeda4d0 --- /dev/null +++ b/Resources/Locale/ru-RU/atmos/delta-pressure-component.ftl @@ -0,0 +1 @@ +window-taking-damage = [color=orange]Оно трещит под давлением![/color] diff --git a/Resources/Locale/ru-RU/atmos/gas-pressure-regulator-system.ftl b/Resources/Locale/ru-RU/atmos/gas-pressure-regulator-system.ftl index d61eaf967a..66f6069029 100644 --- a/Resources/Locale/ru-RU/atmos/gas-pressure-regulator-system.ftl +++ b/Resources/Locale/ru-RU/atmos/gas-pressure-regulator-system.ftl @@ -5,4 +5,4 @@ gas-pressure-regulator-system-examined = *[false] закрыт }[/color]. gas-pressure-regulator-examined-threshold-pressure = Пороговое давление установлено на [color=lightblue]{ $threshold } кПа[/color]. -gas-pressure-regulator-examined-flow-rate = Датчик показывает [color=lightblue]{ $flowRate } Л/с[/color]. +gas-pressure-regulator-examined-flow-rate = Датчик показывает [color=lightblue]{ $flowRate } л/с[/color]. diff --git a/Resources/Locale/ru-RU/chat/emotes.ftl b/Resources/Locale/ru-RU/chat/emotes.ftl index ce755551e4..0b0dbcb28d 100644 --- a/Resources/Locale/ru-RU/chat/emotes.ftl +++ b/Resources/Locale/ru-RU/chat/emotes.ftl @@ -32,6 +32,11 @@ chat-emote-name-monkeyscreeches = Обезьяньи крики chat-emote-name-robotbeep = Робот chat-emote-name-yawn = Зевать chat-emote-name-snore = Храпеть +chat-emote-name-bark = Лаять +chat-emote-name-snarl = Скалиться +chat-emote-name-whine = Скулить +chat-emote-name-howl = Выть +chat-emote-name-growl = Рычать # Сообщение chat-emote-msg-scream = кричит! chat-emote-msg-laugh = смеётся. diff --git a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl index 520c40534f..7e3e737827 100644 --- a/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl +++ b/Resources/Locale/ru-RU/chat/managers/chat-manager.ftl @@ -127,8 +127,8 @@ chat-speech-verb-wawa-1 = произносит chat-speech-verb-wawa-2 = заявляет chat-speech-verb-wawa-3 = объявляет chat-speech-verb-wawa-4 = размышляет -chat-speech-verb-vulpkanin-1 = rawrs -chat-speech-verb-vulpkanin-2 = barks -chat-speech-verb-vulpkanin-3 = rurs -chat-speech-verb-vulpkanin-4 = yaps -chat-speech-verb-vulpkanin = Vulpkanin \ No newline at end of file +chat-speech-verb-vulpkanin-1 = рычит +chat-speech-verb-vulpkanin-2 = лает +chat-speech-verb-vulpkanin-3 = ворчит +chat-speech-verb-vulpkanin-4 = тявкает +chat-speech-verb-vulpkanin = Вульпканин diff --git a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl index f5af77cb05..4830c58e10 100644 --- a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl @@ -20,4 +20,3 @@ chatsan-salutes = отдаёт честь chatsan-tearfully-salutes = отдаёт честь со слезами на глазах chatsan-tearfully-smiles = улыбается со слезами на глазах chatsan-winks = подмигивает -chatsan-shrugs = пожимает плечами diff --git a/Resources/Locale/ru-RU/chat/ui/chat-box.ftl b/Resources/Locale/ru-RU/chat/ui/chat-box.ftl index 995f463e6c..a56fefc014 100644 --- a/Resources/Locale/ru-RU/chat/ui/chat-box.ftl +++ b/Resources/Locale/ru-RU/chat/ui/chat-box.ftl @@ -36,6 +36,6 @@ hud-chatbox-highlights-tooltip = Слова, взятые в кавычки ("..."), подсветятся только, если отделены пробелами или знаками препинания. hud-chatbox-highlights-placeholder = - МакХэндс + @МакХэндс "Судья" Медблок diff --git a/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl b/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl index c2bb20c7c6..4f22139183 100644 --- a/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl +++ b/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl @@ -12,13 +12,21 @@ injector-volume-label = injector-component-drawing-text = Содержимое набирается injector-component-injecting-text = Содержимое вводится injector-component-cannot-transfer-message = Вы не можете ничего переместить в { $target }! +injector-component-cannot-transfer-message-self = Вы не можете ничего переместить в себя! injector-component-cannot-draw-message = Вы не можете ничего набрать из { $target }! +injector-component-cannot-draw-message-self = Вы не можете ничего набрать из себя! injector-component-cannot-inject-message = Вы не можете ничего ввести в { $target }! +injector-component-cannot-inject-message-self = Вы не можете ничего себе ввести! injector-component-inject-success-message = Вы вводите { $amount } ед. в { $target }! +injector-component-inject-success-message-self = Вы вводите в себя { $amount } ед.! injector-component-transfer-success-message = Вы перемещаете { $amount } ед. в { $target }. +injector-component-transfer-success-message-self = Вы перемещаете в себя { $amount } ед. injector-component-draw-success-message = Вы набираете { $amount } ед. из { $target }. +injector-component-draw-success-message-self = Вы набираете из себя { $amount } ед. injector-component-target-already-full-message = { CAPITALIZE($target) } полон! +injector-component-target-already-full-message-self = Вы уже полны! injector-component-target-is-empty-message = { CAPITALIZE($target) } пуст! +injector-component-target-is-empty-message-self = Вы пусты! injector-component-cannot-toggle-draw-message = Больше не набрать! injector-component-cannot-toggle-inject-message = Нечего вводить! diff --git a/Resources/Locale/ru-RU/commands/addpolymorphaction-command.ftl b/Resources/Locale/ru-RU/commands/addpolymorphaction-command.ftl new file mode 100644 index 0000000000..297a7b69ef --- /dev/null +++ b/Resources/Locale/ru-RU/commands/addpolymorphaction-command.ftl @@ -0,0 +1,2 @@ +cmd-addpolymorphaction-desc = Принимает сущность и выдаёт ей выбранный полиморф. +cmd-addpolymorphaction-help = Использование: addpolymorphaction <прототип polymorph> diff --git a/Resources/Locale/ru-RU/components/gas-filter-component.ftl b/Resources/Locale/ru-RU/components/gas-filter-component.ftl index f8bb4a39ac..3938cfcde8 100644 --- a/Resources/Locale/ru-RU/components/gas-filter-component.ftl +++ b/Resources/Locale/ru-RU/components/gas-filter-component.ftl @@ -1,7 +1,7 @@ comp-gas-filter-ui-filter-status = Статус: comp-gas-filter-ui-status-enabled = Вкл comp-gas-filter-ui-status-disabled = Выкл -comp-gas-filter-ui-filter-transfer-rate = Скорость подачи (Л/сек): +comp-gas-filter-ui-filter-transfer-rate = Скорость подачи (л/с): comp-gas-filter-ui-filter-set-rate = Установить comp-gas-filter-ui-filter-gas-current = Сейчас фильтруется: comp-gas-filter-ui-filter-gas-select = Выберите газ для фильтрации: diff --git a/Resources/Locale/ru-RU/components/gas-pressure-regulator-component.ftl b/Resources/Locale/ru-RU/components/gas-pressure-regulator-component.ftl index c85173a372..278eb3d512 100644 --- a/Resources/Locale/ru-RU/components/gas-pressure-regulator-component.ftl +++ b/Resources/Locale/ru-RU/components/gas-pressure-regulator-component.ftl @@ -14,5 +14,5 @@ gas-pressure-regulator-ui-flow = Поток gas-pressure-regulator-ui-outlet = Выход gas-pressure-regulator-ui-inlet = Вход # Units -gas-pressure-regulator-ui-flow-rate-unit = Л/с +gas-pressure-regulator-ui-flow-rate-unit = л/с gas-pressure-regulator-ui-pressure-unit = кПа diff --git a/Resources/Locale/ru-RU/components/gas-pump-component.ftl b/Resources/Locale/ru-RU/components/gas-pump-component.ftl index f86bd5d276..46c6b969b1 100644 --- a/Resources/Locale/ru-RU/components/gas-pump-component.ftl +++ b/Resources/Locale/ru-RU/components/gas-pump-component.ftl @@ -4,4 +4,4 @@ comp-gas-pump-ui-status-disabled = Выкл comp-gas-pump-ui-pump-set-rate = Установить comp-gas-pump-ui-pump-set-max = Макс. comp-gas-pump-ui-pump-output-pressure = Выходное давление (кПа): -comp-gas-pump-ui-pump-transfer-rate = Скорость подачи (Л/сек): +comp-gas-pump-ui-pump-transfer-rate = Скорость подачи (л/с): diff --git a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl index f7f55007ee..54ec770d33 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -47,7 +47,7 @@ ui-options-interface-label = Интерфейс ui-options-auto-fill-highlights = Автозаполнение подсветки информацией персонажа ui-options-highlights-color = Цвет подсветки: -ui-options-highlights-color-example = Это подсвеченный текст! +ui-options-highlights-color-example = Это подсвеченный текст ui-options-show-held-item = Показать удерживаемый элемент рядом с курсором ui-options-show-combat-mode-indicators = Показать индикатор боевого режима рядом с курсором ui-options-opaque-storage-window = Непрозрачность окна хранилища diff --git a/Resources/Locale/ru-RU/foldable/components/foldable-component.ftl b/Resources/Locale/ru-RU/foldable/components/foldable-component.ftl index 2ee9e35311..0e1be904d3 100644 --- a/Resources/Locale/ru-RU/foldable/components/foldable-component.ftl +++ b/Resources/Locale/ru-RU/foldable/components/foldable-component.ftl @@ -8,3 +8,5 @@ unfold-verb = Разложить fold-flip-verb = Перевернуть fold-zip-verb = Застегнуть fold-unzip-verb = Расстегнуть +fold-verb-clothing-jacket = Снять куртку +unfold-verb-clothing-jacket = Надеть куртку diff --git a/Resources/Locale/ru-RU/guidebook/guides.ftl b/Resources/Locale/ru-RU/guidebook/guides.ftl index 265b466070..19c4c21b53 100644 --- a/Resources/Locale/ru-RU/guidebook/guides.ftl +++ b/Resources/Locale/ru-RU/guidebook/guides.ftl @@ -45,6 +45,7 @@ guide-entry-networking = Сетевые соединения guide-entry-access-configurator = Конфигуратор доступа guide-entry-power = Электропитание guide-entry-inspectingpower = Проверка электропитания +guide-entry-deltapressure = Разница давления guide-entry-powerstorage = Хранение электроэнергии guide-entry-ramping = Регулировка guide-entry-voltagenetworks = Сети напряжения diff --git a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl index a73cf10d5a..4b1766da28 100644 --- a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl @@ -96,6 +96,8 @@ fence-rattle-success = *бдзынь* hugging-success-generic = Вы обнимаете { $target }. hugging-success-generic-others = { CAPITALIZE($user) } обнимает { $target }. hugging-success-generic-target = { CAPITALIZE($user) } обнимает вас. +petting-success-soft-floofy-vulp = Вы гладите { $target } по { POSS-ADJ($target) } мягкой пушистой голове. +petting-success-soft-floofy-vulp-others = { CAPITALIZE($user) } гладит { $target } по { POSS-ADJ($target) } мягкой пушистой голове. ## Other diff --git a/Resources/Locale/ru-RU/markings/vox.ftl b/Resources/Locale/ru-RU/markings/vox.ftl index 7abdb63b85..c74b69f413 100644 --- a/Resources/Locale/ru-RU/markings/vox.ftl +++ b/Resources/Locale/ru-RU/markings/vox.ftl @@ -36,3 +36,9 @@ marking-VoxTail-vox_tail = Вокс, Хвост (Средний) marking-VoxTail = Вокс, Хвост (Средний) marking-VoxTailBig-vox_tail_big = Вокс, Хвост (Большой) marking-VoxTailBig = Вокс, Хвост (Большой) +marking-VoxTailSpikes-vox_tail_spikes = Вокс, Хвост (Шипастый) +marking-VoxTailSpikes = Вокс, Хвост (Шипастый) +marking-VoxTailDocked-vox_tail_docked = Вокс, Хвост (Рудиментарный) +marking-VoxTailDocked = Вокс, Хвост (Рудиментарный) +marking-VoxTailSplit-vox_tail_split = Вокс, Хвост (Разделённый) +marking-VoxTailSplit = Вокс, Хвост (Разделённый) diff --git a/Resources/Locale/ru-RU/mech/mech.ftl b/Resources/Locale/ru-RU/mech/mech.ftl index d04f42fa88..313b4bbfaa 100644 --- a/Resources/Locale/ru-RU/mech/mech.ftl +++ b/Resources/Locale/ru-RU/mech/mech.ftl @@ -12,4 +12,4 @@ mech-energy-missing = Энергия: ОТСУТСТВУЕТ mech-slot-display = Доступно слотов: { $amount } mech-no-enter = Вы не можете пилотировать это. mech-eject-pilot-alert = { $user } вытаскивает пилота из { $item }! -mech-construction-guide-string = All mech parts must be attached to the harness. \ No newline at end of file +mech-construction-guide-string = Все механические детали должны быть прикреплены к каркасу. diff --git a/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl b/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/Resources/Locale/ru-RU/nutrition/components/sealable-component.ftl b/Resources/Locale/ru-RU/nutrition/components/sealable-component.ftl index 135842a0b0..6cdba3fe0d 100644 --- a/Resources/Locale/ru-RU/nutrition/components/sealable-component.ftl +++ b/Resources/Locale/ru-RU/nutrition/components/sealable-component.ftl @@ -1,2 +1,4 @@ sealable-component-on-examine-is-sealed = Пломба не повреждена. sealable-component-on-examine-is-unsealed = Пломба разорвана. +sealable-component-on-examine-is-unsealed-no-cork = Пломба разорвана, а пробки нет. +sealable-component-on-examine-is-unsealed-crown-cap = Пломба разорвана, а крышечка погнута. diff --git a/Resources/Locale/ru-RU/paper/book-authorbooks.ftl b/Resources/Locale/ru-RU/paper/book-authorbooks.ftl index 0b3081d1f5..dd95933767 100644 --- a/Resources/Locale/ru-RU/paper/book-authorbooks.ftl +++ b/Resources/Locale/ru-RU/paper/book-authorbooks.ftl @@ -152,8 +152,6 @@ book-text-ian-arctic = Вдруг они услышали громкий рёв из глубины пещеры. Они осторожно двинулись вперёд, но столкнулись лицом к лицу с огромным белым медведем. Медведь с любопытством посмотрел на них, и Иан и Рэно замерли от страха. Но потом они вспомнили все приключения, в которых им приходилось бывать раньше, и то, как они всегда помогали тем, кто в этом нуждался. Они смело подошли к медведю, издавая успокаивающие звуки и предлагая ему рыбу, которую они принесли с собой. К их облегчению, медведь успокоился и даже позволил им погладить свою густую шерсть. Они провели некоторое время с дружелюбным медведем, после чего попрощались с ним и продолжили своё арктическое приключение. - В какой-то момент они наткнулись на потерявшегося котёнка, который забрёл слишком далеко от своего дома. Иан и Рэно знали, что делать, ведь в прошлом они спасали выбросившихся на берег морских животных и помогали заблудившимся туристам. Используя свой острый нюх, они разыскали хозяина котёнка и вернули его обеспокоенной семье. - Когда день перешёл в ночь, они были измотаны, но счастливы от своего приключения в городе. Они возвращались домой, оживлённо обсуждая все новые впечатления. Когда их путешествие подошло к концу, им было грустно покидать замёрзшую страну чудес. Но они знали, что снова приобрели невероятные воспоминания и доказали, что для храброго корги и хитрой лисы никакие приключения не страшны. book-text-ian-desert = Иан и Рэно всегда были готовы к новым приключениям, поэтому, когда они услышали о таинственной и прекрасной пустыне, они поняли, что должны отправиться исследовать её. Они собрали вещи и отправились в путь, чтобы испытать всё, что может предложить пустыня. diff --git a/Resources/Locale/ru-RU/preferences/loadout-groups.ftl b/Resources/Locale/ru-RU/preferences/loadout-groups.ftl index a02a74e677..a46681c76a 100644 --- a/Resources/Locale/ru-RU/preferences/loadout-groups.ftl +++ b/Resources/Locale/ru-RU/preferences/loadout-groups.ftl @@ -84,7 +84,7 @@ loadout-group-cargo-technician-jumpsuit = Грузчик, комбинезон loadout-group-cargo-technician-backpack = Грузчик, рюкзак loadout-group-cargo-technician-outerclothing = Грузчик, верхняя одежда loadout-group-cargo-technician-shoes = Грузчик, обувь -loadout-group-cargo-technician-id = Cargo Technician ID +loadout-group-cargo-technician-id = Грузчик, ID loadout-group-salvage-specialist-backpack = Утилизатор, рюкзак loadout-group-salvage-specialist-outerclothing = Утилизатор, верхняя одежда loadout-group-salvage-specialist-shoes = Утилизатор, обувь diff --git a/Resources/Locale/ru-RU/preferences/ui/markings-picker.ftl b/Resources/Locale/ru-RU/preferences/ui/markings-picker.ftl index e4915ccd97..f145992dec 100644 --- a/Resources/Locale/ru-RU/preferences/ui/markings-picker.ftl +++ b/Resources/Locale/ru-RU/preferences/ui/markings-picker.ftl @@ -21,6 +21,7 @@ markings-category-Head = Голова markings-category-HeadTop = Голова (верх) markings-category-HeadSide = Голова (бок) markings-category-Snout = Морда +markings-category-SnoutCover = Морда (Внешний) markings-category-UndergarmentTop = Нижнее бельё (Верх) markings-category-UndergarmentBottom = Нижнее бельё (Низ) markings-category-Chest = Грудь diff --git a/Resources/Locale/ru-RU/random-metadata/random-metadata-formats.ftl b/Resources/Locale/ru-RU/random-metadata/random-metadata-formats.ftl index 2dc2b0815b..62ccc9fcbd 100644 --- a/Resources/Locale/ru-RU/random-metadata/random-metadata-formats.ftl +++ b/Resources/Locale/ru-RU/random-metadata/random-metadata-formats.ftl @@ -9,7 +9,7 @@ name-format-wizard = { $part0 } { $part1 } name-format-dragon = { $part0 } { $part1 } # " <name>" name-format-nukie-generic = { $part0 } { $part1 } -name-format-nukie-agent = Агент { $part0 } +name-format-nukie-agent = Медик { $part0 } name-format-nukie-commander = Командир { $part0 } name-format-nukie-operator = Оператор { $part0 } # "<title> <name>" diff --git a/Resources/Locale/ru-RU/recipes/tags.ftl b/Resources/Locale/ru-RU/recipes/tags.ftl index e5eefa42fe..d95b16102e 100644 --- a/Resources/Locale/ru-RU/recipes/tags.ftl +++ b/Resources/Locale/ru-RU/recipes/tags.ftl @@ -112,7 +112,7 @@ construction-graph-tag-wallmount-substation-circuit-board = микросхема construction-graph-tag-surveillance-camera-monitor-board = плата монитор камер наблюдения construction-graph-tag-television-board = плата телевизора construction-graph-tag-freezer-electronics = микросхема холодильника -construction-graph-tag-turret-control-electronics = sentry turret control panel electronics +construction-graph-tag-turret-control-electronics = микросхема панели управления охранной турели # crystals construction-graph-tag-cyan-crystal-shard = голубой осколок кристалла construction-graph-tag-blue-crystal-shard = синий осколок кристалла diff --git a/Resources/Locale/ru-RU/shell.ftl b/Resources/Locale/ru-RU/shell.ftl index dd535982fd..1b483a76f5 100644 --- a/Resources/Locale/ru-RU/shell.ftl +++ b/Resources/Locale/ru-RU/shell.ftl @@ -6,10 +6,12 @@ shell-command-success = Команда выполнена. shell-invalid-command = Неверная команда. shell-invalid-command-specific = Неверная команда { $commandName }. +shell-can-only-run-from-pre-round-lobby = Эту команду можно выполнить только пока игра в предраундовом лобби. +shell-can-only-run-while-round-is-active = Эту команду можно выполнить только пока игра в раунде. shell-cannot-run-command-from-server = Вы не можете выполнить эту команду с сервера. shell-only-players-can-run-this-command = Только игроки могут выполнять эту команду. shell-must-be-attached-to-entity = Для выполнения этой команды вы должны быть прикреплены к сущности. -shell-must-have-body = You must have a body to run this command. +shell-must-have-body = У вас должно быть тело, чтобы выполнить эту команду. ## Arguments diff --git a/Resources/Locale/ru-RU/species/species.ftl b/Resources/Locale/ru-RU/species/species.ftl index 04661b0f73..5ef177e864 100644 --- a/Resources/Locale/ru-RU/species/species.ftl +++ b/Resources/Locale/ru-RU/species/species.ftl @@ -10,4 +10,8 @@ species-name-moth = Моль species-name-skeleton = Скелет species-name-vox = Вокс species-name-gingerbread = вкуснейшая выпечка +species-name-vulpkanin = Вульпканин + +## Misc species things + snail-hurt-by-salt-popup = Солевой раствор жжёт как кислота! 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 cf4a9d3b24..1add75a804 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/types.ftl @@ -62,8 +62,10 @@ ent-FakeMindShieldToggleAction = [color=green]Переключить фальш .desc = Переключить трансляцию фальшивого Щита разума ent-ActionToggleParamedicSiren = Переключить сирену парамедика .desc = Включает или выключает сирену парамедика. -ent-ActionGravityJump = Прыгнуть - .desc = Активируя усовершенствованную систему перемещения, вы совершаете короткий прыжок в направлении вашего взгляда. +ent-ActionGravityJump = Прыжок + .desc = Активируя усовершенствованную систему перемещения, совершите короткий прыжок в направлении вашего взгляда. +ent-ActionVulpkaninGravityJump = Скачок + .desc = Используя свои проворные ноги, совершите скачок на короткую дистанцию. Будьте осторожны, не врежтесь ни во что! ent-ActionToggleRootable = Укоренение .desc = Начните или прекратите укореняться к полу. ent-ActionChameleonController = Управление одеждой diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/parts/vulpkanin.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/parts/vulpkanin.ftl new file mode 100644 index 0000000000..69be6a688a --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/parts/vulpkanin.ftl @@ -0,0 +1,22 @@ +ent-PartVulpkanin = часть тела вульпканина + .desc = { ent-BasePart.desc } +ent-TorsoVulpkanin = туловище вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-HeadVulpkanin = голова вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-LeftArmVulpkanin = левая рука вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-RightArmVulpkanin = правая рука вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-LeftHandVulpkanin = левая кисть вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-RightHandVulpkanin = правая кисть вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-LeftLegVulpkanin = левая нога вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-RightLegVulpkanin = правая нога вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-LeftFootVulpkanin = левая стопа вульпканина + .desc = { ent-PartVulpkanin.desc } +ent-RightFootVulpkanin = правая стопа вульпканина + .desc = { ent-PartVulpkanin.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/specific.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/specific.ftl index 34d6dafcf5..beb311ba0a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/specific.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/specific.ftl @@ -11,7 +11,7 @@ ent-ClothingShoesBling = блестящие клоунские туфли ent-ClothingShoesCult = ботинки культа .desc = Пара ботинок, которые носят последователи Нар'Си. ent-ClothingShoesGaloshes = галоши - .desc = Резиновые ботинки. + .desc = Специальные нескользящие резиновые сапоги, разработанные для уменьшения риска травм у уборщиков. Это находка для тайдеров. ent-ClothingShoesSpaceNinja = ботинки космического ниндзя .desc = Пара нано-усиленных ботинок со встроенными магнитными присосками. ent-ClothingShoesSwat = ботинки спецназа diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/jobs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/jobs.ftl index b0d047898f..e13b127dd0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/jobs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/jobs.ftl @@ -5,6 +5,8 @@ ent-SpawnPointObserver = спавнер наблюдатели .desc = { ent-SpawnPointJobBase.desc } ent-SpawnPointLatejoin = спавн позднее присоединение .desc = { ent-SpawnPointJobBase.desc } +ent-SpawnPointAnyJob = спавн любая должность + .desc = { ent-SpawnPointJobBase.desc } ent-SpawnPointQuartermaster = квартирмейстер .desc = { ent-SpawnPointJobBase.desc } ent-SpawnPointCargoTechnician = грузчик diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/vulpkanin.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/vulpkanin.ftl new file mode 100644 index 0000000000..4ab8d6016f --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/vulpkanin.ftl @@ -0,0 +1,2 @@ +ent-MobVulpkanin = Урист МакГав + .desc = { ent-BaseMobVulpkanin.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/species/vulpkanin.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/species/vulpkanin.ftl new file mode 100644 index 0000000000..086e369cf8 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/species/vulpkanin.ftl @@ -0,0 +1,4 @@ +ent-BaseMobVulpkanin = Урист МакГав + .desc = { ent-BaseMobSpeciesOrganic.desc } +ent-MobVulpkaninDummy = кукла Вульпканин + .desc = Вульпканин для использования в меню настройки персонажа. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles_plastic.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles_plastic.ftl new file mode 100644 index 0000000000..15b1a93244 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles_plastic.ftl @@ -0,0 +1,46 @@ +ent-DrinkBottlePlasticBaseFull = { ent-DrinkBaseMaterialPlastic } + .suffix = Полный + .desc = { ent-DrinkBaseMaterialPlastic.desc } +ent-DrinkBottlePlasticSmallBaseFull = { ent-DrinkBottlePlasticBaseFull } + .desc = { ent-DrinkBottlePlasticBaseFull.desc } +ent-CustomDrinkJug = кувшин для напитков + .desc = Кувшин для хранения нестандартных напитков. +ent-DrinkWaterBottleFull = бутылка воды + .desc = Просто чистая вода неизвестного происхождения. Вы думаете, что и не хотите знать этого. +ent-DrinkColaBottleFull = бутылка Спейс Кола + .desc = Кола. В кооосмосе! +ent-DrinkSpaceMountainWindBottleFull = бутылка Спейс Солар Вайнд + .desc = Проходит сквозь, словно солнечный ветер. +ent-DrinkSpaceUpBottleFull = бутылка Спейс-Ап + .desc = На вкус как пробоина в корпусе у вас во рту. +ent-DrinkSodaWaterBottleFull = бутылка газированной воды + .desc = Как вода, только агрессивная! +ent-DrinkTonicWaterBottleFull = бутылка тоника + .desc = Как газированная вода, но, возможно, агрессивнее? И, зачастую, слаще. +ent-DrinkEnergyDrinkJug = кувшин Ред Булеан + .desc = Кувшин Ред Булеан, с количеством кофеина, которого хватит на убийство целой станции. +ent-DrinkSugarJug = кувшин сахара + .desc = Некоторые добавляют его в кофе... + .suffix = Полный, Для напитков +ent-DrinkLemonLimeJug = кувшин Смайт + .desc = Двойное цитрусовое удовольствие. +ent-DrinkMeadJug = кувшин медовухи + .desc = Хранение медовухи в пластиковом кувшине должно считаться преступлением. +ent-DrinkIceJug = кувшин льда + .desc = Твёрдая вода. Очень круто. +ent-DrinkCoconutWaterJug = кувшин кокосовой воды + .desc = Главное — это внутренняя сторона кокоса. +ent-DrinkCoffeeJug = кувшин кофе + .desc = Пробуждающий сок, подогретый. +ent-DrinkTeaJug = кувшин чая + .desc = Напиток, предпочитаемый британцами и хипстерами. +ent-DrinkGreenTeaJug = кувшин зелёного чая + .desc = Это как чай... только зелёный! Отлично успокаивает желудок. +ent-DrinkIcedTeaJug = кувшин холодного чая + .desc = Когда обычный чай слишком горяч для вас. +ent-DrinkDrGibbJug = кувшин Доктор Гибб + .desc = Да я и сам не знаю.... +ent-DrinkRootBeerJug = кувшин рутбира + .desc = Напиток, заставляющий австралийцев хихикать. +ent-DrinkWaterMelonJuiceJug = кувшин арбузного сока + .desc = Может содержать остатки семян. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cups.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cups.ftl index ccb14f9274..9a8bfd0166 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cups.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cups.ftl @@ -4,6 +4,8 @@ ent-DrinkGoldenCup = золотая чаша .desc = Золотая чаша, золотая. ent-DrinkBaseMug = обычная кружка .desc = Кружка. +ent-DrinkTeacupEmpty = чайная чашка + .desc = Обычная белая фарфоровая чашка для чая. ent-DrinkMug = кружка .desc = Обычная белая кружка. ent-DrinkMugBlack = чёрная кружка diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_flasks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_flasks.ftl index 2d0458df45..df1a39b927 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_flasks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_flasks.ftl @@ -6,7 +6,7 @@ ent-DrinkShinyFlask = блестящая фляга .desc = Блестящая металлическая фляга. Похоже, на ней нарисован греческий символ. ent-DrinkMREFlask = фляга ИРП .desc = Старая военная фляга, наполненная самым лучшим содержимым для солдат. - .suffix = Full + .suffix = Полный ent-DrinkDetFlask = фляга инспектора .desc = Металлическая фляга с кожаным ремешком и золотым значком, принадлежащая инспектору. ent-DrinkHosFlask = фляга ГСБ diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/trash_drinks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/trash_drinks.ftl index cf0f34d0b5..19290f2f44 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/trash_drinks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/trash_drinks.ftl @@ -1,58 +1,56 @@ -ent-DrinkBottleBaseEmpty = base empty bottle - .desc = Пустая бутылка. - .suffix = Пустой -ent-DrinkBottleBaseSmallEmpty = base empty bottle - .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkCartonBaseEmpty = base empty carton - .desc = Пустая упаковка. - .suffix = Пустой -ent-DrinkCartonBaseLargeEmpty = base empty bottle - .desc = { ent-DrinkCartonBaseEmpty.desc } -ent-DrinkBottleAbsinthe = бутылка от Джейлбрейк Верте - .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleAlcoClear = бутылка от спиртного - .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleAle = бутылка от эля +ent-DrinkBottleBaseEmpty = { ent-DrinkBaseOpenableOpen } + .desc = { ent-DrinkBaseOpenableOpen.desc } +ent-DrinkBottleBaseSmallEmpty = { ent-DrinkBaseOpenableOpen } + .desc = { ent-DrinkBaseOpenableOpen.desc } +ent-DrinkCartonBaseEmpty = { ent-DrinkBaseOpenableOpen } + .desc = { ent-DrinkBaseOpenableOpen.desc } +ent-DrinkCartonBaseLargeEmpty = { ent-DrinkBaseOpenableOpen } + .desc = { ent-DrinkBaseOpenableOpen.desc } +ent-DrinkBottleAle = { ent-DrinkBottleBaseSmallEmpty } .desc = { ent-DrinkBottleBaseSmallEmpty.desc } -ent-DrinkBottleBeer = пивная бутылка +ent-DrinkBottleBeer = { ent-DrinkBottleBaseSmallEmpty } .desc = { ent-DrinkBottleBaseSmallEmpty.desc } -ent-DrinkBottleCognac = бутылка от коньяка +ent-DrinkBottleAbsinthe = { ent-DrinkBottleBaseEmpty } + .desc = { ent-DrinkBottleBaseEmpty.desc } +ent-DrinkBottleAlcoClear = { ent-DrinkBottleBaseEmpty } + .desc = { ent-DrinkBottleBaseEmpty.desc } +ent-DrinkBottleCognac = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleGin = бутылка от джина Гриффитер +ent-DrinkBottleGin = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleGildlager = бутылка от гильдлагера +ent-DrinkBottleGildlager = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } ent-DrinkBottleCoffeeLiqueur = бутылка от кофейного ликёра .desc = { ent-DrinkBottleBaseEmpty.desc } ent-DrinkBottleNTCahors = бутылка от кагора .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottlePatron = бутылка от покровителя +ent-DrinkBottlePatron = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottlePoisonWine = бутылка от ядовитого вина +ent-DrinkBottlePoisonWine = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleRum = бутылка от рома +ent-DrinkBottleRum = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleTequila = бутылка от текилы +ent-DrinkBottleTequila = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleVermouth = бутылка от вермута +ent-DrinkBottleVermouth = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleVodka = бутылка от водки +ent-DrinkBottleVodka = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleWhiskey = бутылка от виски +ent-DrinkBottleWhiskey = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkBottleWine = бутылка от вина +ent-DrinkBottleWine = { ent-DrinkBottleBaseEmpty } .desc = { ent-DrinkBottleBaseEmpty.desc } -ent-DrinkCartonLime = упаковка от лаймового сока +ent-DrinkCartonLime = { ent-DrinkCartonBaseEmpty } .desc = { ent-DrinkCartonBaseEmpty.desc } -ent-DrinkCartonOrange = упаковка от апельсинового сока +ent-DrinkCartonOrange = { ent-DrinkCartonBaseEmpty } .desc = { ent-DrinkCartonBaseEmpty.desc } -ent-DrinkCartonTomato = упаковка от томатного сока +ent-DrinkCartonTomato = { ent-DrinkCartonBaseEmpty } .desc = { ent-DrinkCartonBaseEmpty.desc } -ent-DrinkCartonCream = упаковка от молочных сливок +ent-DrinkCartonCream = { ent-DrinkCartonBaseEmpty } .desc = { ent-DrinkCartonBaseEmpty.desc } -ent-DrinkCartonMilk = упаковка от молока +ent-DrinkCartonMilk = { ent-DrinkCartonBaseLargeEmpty } .desc = { ent-DrinkCartonBaseLargeEmpty.desc } -ent-DrinkCartonSoyMilk = упаковка от соевого молока +ent-DrinkCartonSoyMilk = { ent-DrinkCartonBaseLargeEmpty } .desc = { ent-DrinkCartonBaseLargeEmpty.desc } -ent-DrinkCartonOatMilk = упаковка от овсяного молока +ent-DrinkCartonOatMilk = { ent-DrinkCartonBaseLargeEmpty } .desc = { ent-DrinkCartonBaseLargeEmpty.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/plate.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/plate.ftl index 7ab6861048..108d54f764 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/plate.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/containers/plate.ftl @@ -6,9 +6,9 @@ ent-FoodPlateSmall = маленькая тарелка .desc = Маленькая тарелка. Хрупкая. ent-FoodPlateSmallTrash = { ent-FoodPlateTrash } .desc = { ent-FoodPlateTrash.desc } -ent-FoodPlatePlastic = пластиковая тарелка +ent-FoodPlatePlastic = большая пластиковая тарелка .desc = Большая синяя пластиковая тарелка, отлично подходит для праздничного торта. -ent-FoodPlateSmallPlastic = пластиковая тарелка +ent-FoodPlateSmallPlastic = маленькая пластиковая тарелка .desc = Синяя пластиковая тарелка, отлично подходит для кусков праздничного торта. ent-FoodPlateTin = формочка для пирога .desc = Дешёвая формочка из фольги для пирогов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/production.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/production.ftl index 4be3939b1c..9b4407c052 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/production.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/production.ftl @@ -166,3 +166,5 @@ ent-ReagentGrinderIndustrialMachineCircuitboard = промышленный из .desc = { ent-BaseMachineCircuitboard.desc } ent-CutterMachineCircuitboard = резательный станок (машинная плата) .desc = { ent-BaseMachineCircuitboard.desc } +ent-SmartFridgeCircuitboard = умный холодильник (машинная плата) + .desc = Печатная плата для умного холодильника. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl index c333d63d7d..59dd2c2fa7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/circuitboards/machine/turrets.ftl @@ -6,3 +6,6 @@ ent-WeaponEnergyTurretSecurityMachineCircuitboard = { ent-WeaponEnergyTurretStat ent-WeaponEnergyTurretAIMachineCircuitboard = { ent-WeaponEnergyTurretStationMachineCircuitboardBase } .desc = { ent-WeaponEnergyTurretStationMachineCircuitboardBase.desc } .suffix = ИИ, Синтетики +ent-WeaponEnergyTurretCommandMachineCircuitboard = { ent-WeaponEnergyTurretStationMachineCircuitboardBase } + .suffix = Командование + .desc = { ent-WeaponEnergyTurretStationMachineCircuitboardBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/turret_controls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/turret_controls.ftl new file mode 100644 index 0000000000..32caf0990c --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/turret_controls.ftl @@ -0,0 +1,11 @@ +ent-WeaponEnergyTurretStationControlPanelElectronicsBase = микросхема панели управления охранной турелью + .desc = Электронная плата, используемая в панели управления охранной турелью. +ent-WeaponEnergyTurretSecurityControlPanelElectronics = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase } + .suffix = Служба Безопасности + .desc = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase.desc } +ent-WeaponEnergyTurretAIControlPanelElectronics = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase } + .suffix = ИИ, Синтетики + .desc = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase.desc } +ent-WeaponEnergyTurretCommandControlPanelElectronics = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase } + .suffix = Командование + .desc = { ent-WeaponEnergyTurretStationControlPanelElectronicsBase.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 21d3378ded..92b335aa01 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 @@ -147,6 +147,8 @@ ent-SeniorPhysicianPDA = КПК ведущего врача .desc = Слабо пахнет железом и химикатами. ent-SeniorOfficerPDA = КПК инструктора СБ .desc = Побит, помят, поломан, практически не пригоден для использования. +ent-SeniorCourierPDA = КПК старшего логиста + .desc = Пахнет почтовыми марками и топливом для шаттлов. ent-PiratePDA = КПК пирата .desc = Йарр! ent-SyndiAgentPDA = КПК медика Синдиката diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl index 37efbe878e..3b8a3e6d42 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/toys.ftl @@ -31,6 +31,8 @@ ent-Football = мяч для регби .desc = Рукояйцо, не для игры в ногомяч. ent-BeachBall = пляжный мяч .desc = Простой пляжный мяч — один из самых популярных продуктов компании Nanotrasen. 'Почему мы делаем пляжные мячи? Потому что мы можем! (TM)' — Nanotrasen. +ent-TennisBall = теннисный мяч + .desc = Пушистый шар бесконечного предательства. ent-BalloonSyn = воздушный шарик Синдиката .desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. ent-BalloonCorgi = воздушный шарик корги diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry-bottles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry-bottles.ftl index 878d81edc3..166a89c311 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry-bottles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/chemistry-bottles.ftl @@ -10,102 +10,168 @@ ent-ChemistryEmptyBottle04 = { ent-BaseChemistryEmptyBottle } .desc = { ent-BaseChemistryEmptyBottle.desc } ent-BaseChemistryBottleFilled = { ent-BaseChemistryEmptyBottle } .desc = { ent-BaseChemistryEmptyBottle.desc } +ent-ChemistryBottleAloxadone = { ent-BaseChemistryBottleFilled } + .suffix = Алоксадон + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleAmbuzol = { ent-BaseChemistryBottleFilled } + .suffix = Амбузол + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleAmbuzolPlus = { ent-BaseChemistryBottleFilled } + .suffix = Амбузол+ + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleArithrazine = { ent-BaseChemistryBottleFilled } + .suffix = Аритразин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleBarozine = { ent-BaseChemistryBottleFilled } + .suffix = Барозин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleBicaridine = { ent-BaseChemistryBottleFilled } + .suffix = Бикаридин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleBruizine = { ent-BaseChemistryBottleFilled } + .suffix = Бруизин + .desc = { ent-BaseChemistryBottleFilled.desc } ent-ChemistryBottleEpinephrine = { ent-BaseChemistryBottleFilled } .suffix = Эпинефрин .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleCryoxadone = { ent-BaseChemistryBottleFilled } + .suffix = Криоксадон + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleCryptobiolin = { ent-BaseChemistryBottleFilled } + .suffix = Криптобиолин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDermaline = { ent-BaseChemistryBottleFilled } + .suffix = Дермалин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDexalin = { ent-BaseChemistryBottleFilled } + .suffix = Декс + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDexalinPlus = { ent-BaseChemistryBottleFilled } + .suffix = Декс+ + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDiphenhydramine = { ent-BaseChemistryBottleFilled } + .suffix = Дифенгидрамин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDiphenylmethylamine = { ent-BaseChemistryBottleFilled } + .suffix = Мет + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDoxarubixadone = { ent-BaseChemistryBottleFilled } + .suffix = Доксарубиксадон + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleDylovene = { ent-BaseChemistryBottleFilled } + .suffix = Диловен + .desc = { ent-BaseChemistryBottleFilled.desc } ent-ChemistryBottleRobustHarvest = { ent-BaseChemistryBottleFilled } .suffix = Робаст харвест .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleEZNutrient = { ent-BaseChemistryBottleFilled } - .suffix = EZ-нутриенты +ent-ChemistryBottleEthyloxyephedrine = { ent-BaseChemistryBottleFilled } + .suffix = Этилоксиэфедрин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleLeft4Zed = { ent-BaseChemistryBottleFilled } - .suffix = left-4-zed +ent-ChemistryBottleEthylredoxrazine = { ent-BaseChemistryBottleFilled } + .suffix = Этилредоксразин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleUnstableMutagen = { ent-BaseChemistryBottleFilled } - .suffix = Нестабильный мутаген +ent-ChemistryBottleHaloperidol = { ent-BaseChemistryBottleFilled } + .suffix = Галоперидол .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleNocturine = { ent-BaseChemistryBottleFilled } - .suffix = Ноктюрин +ent-ChemistryBottleHolywater = { ent-BaseChemistryBottleFilled } + .suffix = Святая вода .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleEphedrine = { ent-BaseChemistryBottleFilled } - .suffix = Эфедрин +ent-ChemistryBottleHyronalin = { ent-BaseChemistryBottleFilled } + .suffix = Хироналин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleOmnizine = { ent-BaseChemistryBottleFilled } - .suffix = Омнизин +ent-ChemistryBottleInaprovaline = { ent-BaseChemistryBottleFilled } + .suffix = Инапрвалин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleCognizine = { ent-BaseChemistryBottleFilled } - .suffix = Когнизин +ent-ChemistryBottleInsuzine = { ent-BaseChemistryBottleFilled } + .suffix = Инсузин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottlePax = { ent-BaseChemistryBottleFilled } - .suffix = Пакс +ent-ChemistryBottleIpecac = { ent-BaseChemistryBottleFilled } + .suffix = Ипекак + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleKelotane = { ent-BaseChemistryBottleFilled } + .suffix = Келотан + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleLacerinol = { ent-BaseChemistryBottleFilled } + .suffix = Лацеринол + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleLeporazine = { ent-BaseChemistryBottleFilled } + .suffix = Лепоразин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleLipozine = { ent-BaseChemistryBottleFilled } + .suffix = Липозин + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleMannitol = { ent-BaseChemistryBottleFilled } + .suffix = Маннитол + .desc = { ent-BaseChemistryBottleFilled.desc } +ent-ChemistryBottleNecrosol = { ent-BaseChemistryBottleFilled } + .suffix = Некрозол .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleMuteToxin = { ent-BaseChemistryBottleFilled } - .suffix = Токсин немоты +ent-ChemistryBottleOculine = { ent-BaseChemistryBottleFilled } + .suffix = Окулин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleLead = { ent-BaseChemistryBottleFilled } - .suffix = Свинец +ent-ChemistryBottleEZNutrient = { ent-BaseChemistryBottleFilled } + .suffix = EZ-нутриенты .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleToxin = { ent-BaseChemistryBottleFilled } - .suffix = Токсин +ent-ChemistryBottleOpporozidone = { ent-BaseChemistryBottleFilled } + .suffix = Оппорозидон .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleAluminium = { ent-BaseChemistryBottleFilled } - .suffix = Алюминий +ent-ChemistryBottlePhalanximine = { ent-BaseChemistryBottleFilled } + .suffix = Фалангимин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleCarbon = { ent-BaseChemistryBottleFilled } - .suffix = Углерод +ent-ChemistryBottlePolypyryliumOligomers = { ent-BaseChemistryBottleFilled } + .suffix = Оли-поли .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleChlorine = { ent-BaseChemistryBottleFilled } - .suffix = Хлор +ent-ChemistryBottlePotassiumIodide = { ent-BaseChemistryBottleFilled } + .suffix = Иодид .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleCopper = { ent-BaseChemistryBottleFilled } - .suffix = Медь +ent-ChemistryBottlePsicodine = { ent-BaseChemistryBottleFilled } + .suffix = Псикодин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleEthanol = { ent-BaseChemistryBottleFilled } - .suffix = Этанол +ent-ChemistryBottlePulpedBananaPeel = { ent-BaseChemistryBottleFilled } + .suffix = Толчёная банановая кожура .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleFluorine = { ent-BaseChemistryBottleFilled } - .suffix = Фтор +ent-ChemistryBottlePuncturase = { ent-BaseChemistryBottleFilled } + .suffix = Пунктураз .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleHydrogen = { ent-BaseChemistryBottleFilled } - .suffix = Водород +ent-ChemistryBottlePyrazine = { ent-BaseChemistryBottleFilled } + .suffix = Пиразин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleIodine = { ent-BaseChemistryBottleFilled } - .suffix = Йод +ent-ChemistryBottleSaline = { ent-BaseChemistryBottleFilled } + .suffix = Салин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleIron = { ent-BaseChemistryBottleFilled } - .suffix = Железо +ent-ChemistryBottleSiderlac = { ent-BaseChemistryBottleFilled } + .suffix = Сидерлак .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleLithium = { ent-BaseChemistryBottleFilled } - .suffix = Литий +ent-ChemistryBottleSigynate = { ent-BaseChemistryBottleFilled } + .suffix = Сигинат .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleMercury = { ent-BaseChemistryBottleFilled } - .suffix = Ртуть +ent-ChemistryBottleStellibinin = { ent-BaseChemistryBottleFilled } + .suffix = Стеллибинин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleNitrogen = { ent-BaseChemistryBottleFilled } - .suffix = Азот +ent-ChemistryBottleSynaptizine = { ent-BaseChemistryBottleFilled } + .suffix = Синаптизин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleOxygen = { ent-BaseChemistryBottleFilled } - .suffix = Кислород +ent-ChemistryBottleTranexamicAcid = { ent-BaseChemistryBottleFilled } + .suffix = Транексемовая кислота .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottlePhosphorus = { ent-BaseChemistryBottleFilled } - .suffix = Фосфор +ent-ChemistryBottleTricordrazine = { ent-BaseChemistryBottleFilled } + .suffix = Трикодразин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottlePotassium = { ent-BaseChemistryBottleFilled } - .suffix = Калий +ent-ChemistryBottleUltravasculine = { ent-BaseChemistryBottleFilled } + .suffix = Ультраваскулин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleRadium = { ent-BaseChemistryBottleFilled } - .suffix = Радий +ent-ChemistryBottleLeft4Zed = { ent-BaseChemistryBottleFilled } + .suffix = Left-4-zed .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleSilicon = { ent-BaseChemistryBottleFilled } - .suffix = Кремний +ent-ChemistryBottleUnstableMutagen = { ent-BaseChemistryBottleFilled } + .suffix = Нестабильный мутаген .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleSodium = { ent-BaseChemistryBottleFilled } - .suffix = Натрий +ent-ChemistryBottleNocturine = { ent-BaseChemistryBottleFilled } + .suffix = Ноктюрин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleSugar = { ent-BaseChemistryBottleFilled } - .suffix = Сахар +ent-ChemistryBottleEphedrine = { ent-BaseChemistryBottleFilled } + .suffix = Эфедрин .desc = { ent-BaseChemistryBottleFilled.desc } -ent-ChemistryBottleSulfur = { ent-BaseChemistryBottleFilled } - .suffix = Сера +ent-ChemistryBottlePax = { ent-BaseChemistryBottleFilled } + .suffix = Пакс .desc = { ent-BaseChemistryBottleFilled.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/janitorial/spray.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/janitorial/spray.ftl index 7a12163255..d2b9b64db2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/janitorial/spray.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/janitorial/spray.ftl @@ -13,7 +13,7 @@ ent-BorgSprayBottle = внутренний пульверизатор .desc = Герметичный резервуар для распыления реагентов, установленный непосредственно в уборочного киборга. Обычно заполняется космическим очистителем для устранения неприятных луж. .suffix = Заполненный ent-BorgMegaSprayBottle = продвинутый внутренний пульверизатор - .desc = Усовершенствованная версия встроенного распылителя, установленного непосредственно в уборочного уиборга. Обычно заполняется космическим очистителем для устранения неприятных луж. + .desc = Усовершенствованная версия встроенного распылителя, установленного непосредственно в уборочного киборга. Обычно заполняется космическим очистителем для устранения неприятных луж. .suffix = Заполненный ent-Vapor = пар .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/mech/mech_construction.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/mech/mech_construction.ftl index 483435737a..67c83e7e9e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/mech/mech_construction.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/mech/mech_construction.ftl @@ -14,8 +14,6 @@ ent-RipleyRLeg = правая нога Рипли .desc = Правая нога меха Рипли АВП. Устанавливается на шасси меха. ent-RipleyRArm = правая рука Рипли .desc = Правая рука меха Рипли АВП. Устанавливается на шасси меха. -ent-RipleyChassis = шасси Рипли - .desc = Незавершённое шасси меха Рипли АВП. ent-BaseHonkerPart = { ent-BaseMechPart } .desc = { ent-BaseMechPart.desc } ent-BaseHonkerPartItem = { ent-BaseHonkerPart } @@ -30,8 +28,6 @@ ent-HonkerRLeg = правая нога Х.О.Н.К. .desc = Правая нога меха Х.О.Н.К. Нога кажется достаточно большой, чтобы полностью поместиться в клоунской туфле. ent-HonkerRArm = правая рука Х.О.Н.К. .desc = Правая рука меха Х.О.Н.К., с уникальными гнёздами, в которые можно поместить странное оружие, разработанное учёными-клоунами. -ent-HonkerChassis = шасси Х.О.Н.К. - .desc = Незавершённое шасси меха Х.О.Н.К. Содержит блок хиханек, бананиумовое ядро, и систему хонкообеспечения. ent-BaseHamtrPart = { ent-BaseMechPart } .desc = { ent-BaseMechPart.desc } ent-BaseHamtrPartItem = { ent-BaseHamtrPart } @@ -46,13 +42,9 @@ ent-HamtrRLeg = правая нога ХАМЯК .desc = Правая нога меха ХАМЯК. Устанавливается на шасси меха. ent-HamtrRArm = правая рука ХАМЯК .desc = Правая рука меха ХАМЯК. Устанавливается на шасси меха. -ent-HamtrChassis = шасси ХАМЯК - .desc = Незавершённое шасси меха ХАМЯК. ent-BaseVimPart = { ent-BaseMechPart } .desc = { ent-BaseMechPart.desc } ent-BaseVimPartItem = { ent-BaseVimPart } .desc = { ent-BaseVimPart.desc } ent-VimHarness = каркас ВИМ .desc = Небольшой кронштейн для крепления частей ВИМ. -ent-VimChassis = шасси ВИМ - .desc = Незавершённое шасси меха ВИМ. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/heavy_rifle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/heavy_rifle.ftl index 0e625cfa22..98acde4619 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/heavy_rifle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/cartridges/heavy_rifle.ftl @@ -1,4 +1,4 @@ -ent-BaseCartridgeHeavyRifle = патрон (.20 винтовочный) +ent-BaseCartridgeHeavyRifle = патрон (.10 винтовочный) .desc = { ent-BaseCartridge.desc } ent-CartridgeMinigun = патрон (.10 винтовочный) .desc = { ent-BaseCartridgeHeavyRifle.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/heavy_rifle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/heavy_rifle.ftl index 851c779498..81caa56657 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/heavy_rifle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/heavy_rifle.ftl @@ -1,4 +1,4 @@ -ent-BulletHeavyRifle = пуля (.20 винтовочная) +ent-BulletHeavyRifle = пуля (.10 винтовочная) .desc = { ent-BaseBullet.desc } ent-BulletMinigun = пуля минигана (.10 винтовочная) .desc = { ent-BulletHeavyRifle.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/light_rifle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/light_rifle.ftl index 334ace81f8..a1864894ea 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/light_rifle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/light_rifle.ftl @@ -1,8 +1,8 @@ -ent-BulletLightRifle = пуля (.20 винтовочная) +ent-BulletLightRifle = пуля (.30 винтовочная) .desc = { ent-BaseBullet.desc } -ent-BulletLightRiflePractice = пуля (.20 винтовочная учебная) +ent-BulletLightRiflePractice = пуля (.30 винтовочная учебная) .desc = { ent-BaseBulletPractice.desc } -ent-BulletLightRifleIncendiary = пуля (.20 винтовочная зажигательная) +ent-BulletLightRifleIncendiary = пуля (.30 винтовочная зажигательная) .desc = { ent-BaseBulletIncendiary.desc } -ent-BulletLightRifleUranium = пуля (.20 винтовочная урановая) +ent-BulletLightRifleUranium = пуля (.30 винтовочная урановая) .desc = { ent-BaseBulletUranium.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/rifle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/rifle.ftl index d04ec2c8c4..e6407e9710 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/rifle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/ammunition/projectiles/rifle.ftl @@ -1,8 +1,8 @@ -ent-BulletRifle = пуля (0.20 винтовочная) +ent-BulletRifle = пуля (.20 винтовочная) .desc = { ent-BaseBullet.desc } -ent-BulletRiflePractice = пуля (0.20 винтовочная учебная) +ent-BulletRiflePractice = пуля (.20 винтовочная учебная) .desc = { ent-BaseBulletPractice.desc } -ent-BulletRifleIncendiary = пуля (0.20 винтовочная зажигательная) +ent-BulletRifleIncendiary = пуля (.20 винтовочная зажигательная) .desc = { ent-BaseBulletIncendiary.desc } -ent-BulletRifleUranium = пуля (0.20 винтовочная урановая) +ent-BulletRifleUranium = пуля (.20 винтовочная урановая) .desc = { ent-BaseBulletUranium.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/revolvers/revolvers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/revolvers/revolvers.ftl index 365f998e84..52c90490ff 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/revolvers/revolvers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/weapons/guns/revolvers/revolvers.ftl @@ -4,7 +4,7 @@ ent-WeaponRevolverDeckard = Декард .desc = Великолепно выполненный, изготавливаемый на заказ револьвер. Используется, когда нет времени на тест Войта-Кампфа. Вмещает 5 патронов калибра .45 магнум. .suffix = Револьвер ent-WeaponRevolverInspector = Инспектор - .desc = Револьвер одинарного действия, выпускаемый различными производителями. Свободно продаётся на гражданском рынке, из-за чего пользуется популярностью среди частных детективов. Просто держа его в руках чувствуешь, как тебе везёт. Вмещает 6 патронов калибра .45 магнум. + .desc = Револьвер двойного действия, выпускаемый различными производителями. Свободно продаётся на гражданском рынке, из-за чего пользуется популярностью среди частных детективов. Просто держа его в руках чувствуешь, как тебе везёт. Вмещает 6 патронов калибра .45 магнум. .suffix = Револьвер ent-WeaponRevolverMateba = Матеба .desc = Современный револьвер, используемый элитным, почти мифическим отрядом быстрого реагирования "Эскадрон Смерти" корпорации Nanotrasen. Уникальный спусковой механизм и расположение ствола обеспечивают высокую скорострельность при минимальной отдаче. Многие заглядывали в этот ствол — но немногие смогли потом об этом рассказать. Вмещает 6 патронов калибра .45 магнум. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/shutters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/shutters.ftl index 84f8fe519c..20a1b904bf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/shutters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/shutter/shutters.ftl @@ -1,7 +1,7 @@ ent-BaseShutter = ставни .desc = Страшно подумать, что могут скрывать эти ставни. -ent-ShuttersNormal = { ent-BaseShutter } - .desc = { ent-BaseShutter.desc } +ent-ShuttersNormal = { ent-BaseDeltaPressureGlass } + .desc = { ent-BaseDeltaPressureGlass.desc } ent-ShuttersNormalOpen = { ent-ShuttersNormal } .suffix = Открытые .desc = { ent-ShuttersNormal.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/base_structurewindoors.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/base_structurewindoors.ftl index e9b6453c2b..96a3655aaf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/base_structurewindoors.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/base_structurewindoors.ftl @@ -1,12 +1,12 @@ -ent-BaseWindoor = { ent-BaseStructure } - .desc = { ent-BaseStructure.desc } -ent-BaseSecureWindoor = { ent-BaseWindoor } - .desc = { ent-BaseWindoor.desc } -ent-BasePlasmaWindoor = { ent-BaseWindoor } - .desc = { ent-BaseWindoor.desc } -ent-BaseSecurePlasmaWindoor = { ent-BaseSecureWindoor } - .desc = { ent-BaseSecureWindoor.desc } -ent-BaseUraniumWindoor = { ent-BaseWindoor } - .desc = { ent-BaseWindoor.desc } -ent-BaseSecureUraniumWindoor = { ent-BaseSecureWindoor } - .desc = { ent-BaseSecureWindoor.desc } +ent-BaseWindoor = { ent-BaseDeltaPressureGlassQuarter } + .desc = { ent-BaseDeltaPressureGlassQuarter.desc } +ent-BaseSecureWindoor = { ent-BaseDeltaPressureReinforcedGlassQuarter } + .desc = { ent-BaseDeltaPressureReinforcedGlassQuarter.desc } +ent-BasePlasmaWindoor = { ent-BaseDeltaPressurePlasmaQuarter } + .desc = { ent-BaseDeltaPressurePlasmaQuarter.desc } +ent-BaseSecurePlasmaWindoor = { ent-BaseDeltaPressureReinforcedPlasmaQuarter } + .desc = { ent-BaseDeltaPressureReinforcedPlasmaQuarter.desc } +ent-BaseUraniumWindoor = { ent-BaseDeltaPressurePlasmaQuarter } + .desc = { ent-BaseDeltaPressurePlasmaQuarter.desc } +ent-BaseSecureUraniumWindoor = { ent-BaseDeltaPressureReinforcedPlasmaQuarter } + .desc = { ent-BaseDeltaPressureReinforcedPlasmaQuarter.desc } 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 35dadbaedf..5d35372d7d 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 @@ -51,7 +51,11 @@ ent-VendingMachineMagivend = МагМазин ent-VendingMachineCola = Прохладительные напитки Robust .desc = Автомат прохладительных напитков, предоставленный компанией Robust Industries, LLC. ent-VendingMachineDinnerware = ПосудоМат - .desc = Поставщик оборудования для кухонь и ресторанов. + .desc = Поставщик оборудования для кухонь и ресторанов./ +ent-VendingMachineMedicalBase = НаноМед Гражданский + .desc = Это медицинский раздатчик препаратов. Только натуральные химикаты! +ent-VendingMachineMedical = НаноМед Плюс + .desc = { ent-VendingMachineMedicalBase.desc } ent-VendingMachineDiscount = Discount Dan .desc = Торговый автомат с закусками из печально известной франшизы "Discount Dan". ent-VendingMachineEngivend = ИнжеМат @@ -96,10 +100,6 @@ ent-VendingMachineChang = Mr. Chang .desc = Автомат самообслуживания с китайской едой для всех ваших потребностей в китайской еде. ent-VendingMachineSalvage = Утильмаг .desc = Лучший друг дворфов! -ent-VendingMachineWallMedical = НаноМед - .desc = Это настенный раздатчик медицинского оборудования. Только натуральные химикаты! -ent-VendingMachineWallMedicalCivilian = НаноМед Пластырь - .desc = Это настенный раздатчик медицинского оборудования. Только натуральные химикаты! ent-VendingMachineDonut = Monkin' Donuts .desc = Автомат пончиков, предоставленный компанией Robust Industries, LLC. ent-VendingMachineHydrobe = ГидроРоб @@ -154,7 +154,7 @@ ent-VendingMachineChemicals = ХимкоМат .desc = Вероятно, не кофемашина. ent-VendingMachineChemicalsSyndicate = СиндиСоки .desc = Надеюсь, не из свежевыжатых синдикатовцев? -ent-VendingMachineMedical = НаноМед Плюс - .desc = Это медицинский раздатчик препаратов. Только натуральные химикаты! -ent-VendingMachineMedicalBase = НаноМед Гражданский - .desc = Это медицинский раздатчик препаратов. Только натуральные химикаты! +ent-VendingMachineWallMedicalCivilian = НаноМед-Бандаж + .desc = Это настенный раздатчик медицинского снаряжения. Только натуральные химикаты! +ent-VendingMachineWallMedical = НаноМед + .desc = { ent-VendingMachineWallMedicalCivilian.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/plasma.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/plasma.ftl index 90f1ea1c0a..51992cb8c1 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/plasma.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/plasma.ftl @@ -1,5 +1,5 @@ ent-PlasmaWindow = плазменное окно - .desc = { ent-WindowRCDResistant.desc } + .desc = { ent-BaseDeltaPressurePlasma.desc } ent-PlasmaWindowDirectional = направленное плазменное окно .desc = Смотри, не заляпай. ent-PlasmaWindowDiagonal = { ent-PlasmaWindow } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/reinforced.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/reinforced.ftl index 12c75e958b..c8bbd37e58 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/reinforced.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/reinforced.ftl @@ -1,5 +1,5 @@ ent-ReinforcedWindow = бронированное окно - .desc = { ent-Window.desc } + .desc = { ent-BaseDeltaPressureReinforcedGlass.desc } ent-WindowReinforcedDirectional = направленное бронеокно .desc = Смотри не заляпай. ent-ReinforcedWindowDiagonal = { ent-ReinforcedWindow } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/rplasma.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/rplasma.ftl index 72be50aa72..d5df04acff 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/rplasma.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/rplasma.ftl @@ -1,5 +1,5 @@ ent-ReinforcedPlasmaWindow = плазменное бронеокно - .desc = { ent-WindowRCDResistant.desc } + .desc = { ent-BaseDeltaPressureReinforcedPlasma.desc } ent-PlasmaReinforcedWindowDirectional = направленное плазменное бронеокно .desc = Смотри, не заляпай. ent-ReinforcedPlasmaWindowDiagonal = { ent-ReinforcedPlasmaWindow } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/ruranium.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/ruranium.ftl index 98f285bd59..bd5113ce61 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/ruranium.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/ruranium.ftl @@ -1,5 +1,5 @@ ent-ReinforcedUraniumWindow = урановое бронеокно - .desc = { ent-WindowRCDResistant.desc } + .desc = { ent-BaseDeltaPressureReinforcedPlasma.desc } ent-UraniumReinforcedWindowDirectional = направленное урановое бронеокно .desc = Смотри, не заляпай. ent-ReinforcedUraniumWindowDiagonal = { ent-ReinforcedUraniumWindow } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/shuttle.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/shuttle.ftl index 23d67da540..fb96889d6a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/shuttle.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/shuttle.ftl @@ -1,5 +1,5 @@ ent-ShuttleWindow = окно шаттла - .desc = { ent-WindowRCDResistant.desc } + .desc = { ent-BaseDeltaPressureReinforcedGlass.desc } ent-ShuttleWindowDiagonal = { ent-ShuttleWindow } .suffix = Диагональ .desc = { ent-ShuttleWindow.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/uranium.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/uranium.ftl index 72605ded44..e93ffedd8c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/uranium.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/windows/uranium.ftl @@ -1,5 +1,5 @@ ent-UraniumWindow = урановое окно - .desc = { ent-WindowRCDResistant.desc } + .desc = { ent-BaseDeltaPressurePlasma.desc } ent-UraniumWindowDirectional = направленное урановое окно .desc = Смотри, не заляпай. ent-UraniumWindowDiagonal = { ent-UraniumWindow } diff --git a/Resources/Locale/ru-RU/station-events/events/random-sentience.ftl b/Resources/Locale/ru-RU/station-events/events/random-sentience.ftl index ea24f7e806..6f859a4d16 100644 --- a/Resources/Locale/ru-RU/station-events/events/random-sentience.ftl +++ b/Resources/Locale/ru-RU/station-events/events/random-sentience.ftl @@ -34,9 +34,6 @@ station-event-random-sentience-role-description = Вы разумный { $name # Flavors station-event-random-sentience-flavor-mechanical = механизмы station-event-random-sentience-flavor-organic = органики -station-event-random-sentience-flavor-corgi = корги station-event-random-sentience-flavor-primate = приматы station-event-random-sentience-flavor-kobold = кобольды -station-event-random-sentience-flavor-slime = слаймы station-event-random-sentience-flavor-inanimate = неодушевлённые предметы -station-event-random-sentience-flavor-scurret = слизенёк diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 15f348644f..79eb2d292c 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -252,8 +252,8 @@ uplink-clothing-outer-hardsuit-juggernaut-desc = Сверхпрочная бро # Misc uplink-cyberpen-name = Ручка Cybersun uplink-cyberpen-desc = Ручка юридического отдела Cybersun, бесценная при необходимости подделать документы и сбежать из тюрьмы. Смутно пахнет хардлайтом и спекуляциями на войне. -uplink-decoy-disk-name = Фальшивый диск ядерной авторизации -uplink-decoy-disk-desc = Кусок пластика с лентикулярным принтом, сделанным так, чтобы быть похожим на диск ядерной авторизации. +uplink-decoy-disk-name = Фальшивый диск ядерной аутентификации +uplink-decoy-disk-desc = Кусок пластика с лентикулярным принтом, сделанным так, чтобы быть похожим на диск ядерной аутентификации. uplink-cigarettes-name = Пачка сигарет Синдиката uplink-cigarettes-desc = Элитные сигареты для элитных агентов Синдиката. Насыщенные лекарствами, когда вам нужно больше, чем просто успокоить нервы. uplink-clothing-conducting-gloves-name = Токопроводящие перчатки diff --git a/Resources/Locale/ru-RU/triggers/timer-trigger.ftl b/Resources/Locale/ru-RU/triggers/timer-trigger.ftl index 64a6ec5747..469998aede 100644 --- a/Resources/Locale/ru-RU/triggers/timer-trigger.ftl +++ b/Resources/Locale/ru-RU/triggers/timer-trigger.ftl @@ -1,24 +1,24 @@ timer-trigger-verb-set = - { $time -> + { $time } { $time -> [one] секунда [few] секунды *[other] секунд } timer-trigger-verb-set-current = - { $time -> + { $time } { $time -> [one] секунда [few] секунды *[other] секунд } (сейчас) timer-trigger-verb-cycle = Переключить задержку timer-trigger-examine = - Таймер установлен на { $time -> + Таймер установлен на { $time } { $time -> [one] секунду [few] секунды *[other] секунд }. timer-trigger-popup-set = - Таймер установлен на { $time -> + Таймер установлен на { $time } { $time -> [one] секунду [few] секунды *[other] секунд -- 2.52.0