diff --git a/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml b/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml index 63f15837068a..2443a1fe7d26 100644 --- a/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml +++ b/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml @@ -4,8 +4,8 @@ xmlns:ui="clr-namespace:Content.Client.ParticleAccelerator.UI" xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls" Title="{Loc 'particle-accelerator-control-menu-device-version-label'}" - MinSize="420 320" - SetSize="420 320"> + MinSize="480 320" + SetSize="530 320"> diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl index e32b1ecc8a4b..69481e19d509 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl @@ -1,2 +1,3 @@ -ent-soda_dispenser = soda dispenser +# 220 Loc Fix +ent-SodaDispenser = soda dispenser .desc = A beverage dispenser with a selection of soda and several other common beverages. Has a single fill slot for containers. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl index d039ae4201ec..42ec47526603 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl @@ -1,2 +1,3 @@ -ent-chem_master = ChemMaster 4000 +# 220 Loc Fix +ent-ChemMaster = ChemMaster 4000 .desc = An industrial grade chemical manipulator with pill and bottle production included. diff --git a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl index 86468ed7f01e..dbf4c3d651f3 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -30,7 +30,8 @@ cargo-console-snip-snip = Заказ урезан до вместимости cargo-console-insufficient-funds = Недостаточно средств (требуется { $cost }) cargo-console-unfulfilled = Нет места для выполнения заказа cargo-console-trade-station = Отправить на { $destination } -cargo-console-unlock-approved-order-broadcast = [bold]Заказ на { $productName } x{ $orderAmount }[/bold], стоимостью [bold]{ $cost }[/bold], был одобрен [bold]{ $approverName }, { $approverJob }[/bold] +# 220 Loc Fix +cargo-console-unlock-approved-order-broadcast = [bold]Заказ на {$productName} x{$orderAmount}[/bold], стоимостью [bold]{$cost}[/bold], был одобрен [bold]{$approver}[/bold] cargo-console-paper-print-name = Заказ #{ $orderNumber } cargo-console-paper-print-text = Заказ #{ $orderNumber } 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 968309c7d807..106bc8f50027 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -36,7 +36,8 @@ ui-options-event-music = Музыка событий ui-options-admin-sounds = Музыка админов ui-options-ahelp-sounds = Звуки АХелпа ui-options-volume-label = Громкость -ui-options-volume-percent = { TOSTRING($volume, "P0") } +# 220 loc fix +ui-options-value-percent = { TOSTRING($value, "P0") } ## Graphics menu diff --git a/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl b/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl index 35e318f1cd66..92601edfe858 100644 --- a/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl +++ b/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl @@ -28,3 +28,5 @@ health-analyzer-window-damage-type-Poison = Яды health-analyzer-window-damage-type-Radiation = Радиация health-analyzer-window-damage-group-Genetic = Генетические health-analyzer-window-damage-type-Cellular = Клеточные +# 220 Loc Fix +health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! diff --git a/Resources/Locale/ru-RU/particle-accelerator/components/ui/particle-accelerator-control-menu.ftl b/Resources/Locale/ru-RU/particle-accelerator/components/ui/particle-accelerator-control-menu.ftl index 142f5c29a5da..ef2dbe18a43e 100644 --- a/Resources/Locale/ru-RU/particle-accelerator/components/ui/particle-accelerator-control-menu.ftl +++ b/Resources/Locale/ru-RU/particle-accelerator/components/ui/particle-accelerator-control-menu.ftl @@ -2,16 +2,25 @@ particle-accelerator-control-menu-on-button = ВКЛ particle-accelerator-control-menu-off-button = ВЫКЛ particle-accelerator-control-menu-service-manual-reference = См. стр. 132 руководства по обслуживанию particle-accelerator-control-menu-device-version-label = Ускоритель частиц Mark 2 -particle-accelerator-control-menu-power-label = Питание: -particle-accelerator-control-menu-strength-label = Сила: -particle-accelerator-control-menu-alarm-control = - МОЩНОСТЬ ЧАСТИЦ - СБОЙ ОГРАНИЧИТЕЛЯ +# start 220 Loc Fix +particle-accelerator-control-menu-power-label = [bold]Питание:[/bold] +particle-accelerator-control-menu-strength-label = [bold]Сила:[/bold] +particle-accelerator-control-menu-alarm-control-1 = [bold][color=red]МОЩНОСТЬ ЧАСТИЦ[/bold][/color] +particle-accelerator-control-menu-alarm-control-2 = [bold][color=red]СБОЙ ОГРАНИЧИТЕЛЯ[/bold][/color] +# end 220 Loc Fix particle-accelerator-control-menu-scan-parts-button = Сканировать части particle-accelerator-control-menu-check-containment-field-warning = Убедитесь, что сдерживающее поле активно! particle-accelerator-control-menu-foo-bar-baz = FOO-BAR-BAZ -particle-accelerator-control-menu-status-label = Статус: { $status } -particle-accelerator-control-menu-status-operational = Работает -particle-accelerator-control-menu-status-incomplete = Не завершено -particle-accelerator-control-menu-draw-not-available = Мощность: Н/Д -particle-accelerator-control-menu-draw = Мощность: { $watts }/{ $lastReceive } +# start 220 Loc Fix +particle-accelerator-control-menu-status-label = [bold]Статус:[/bold] +particle-accelerator-control-menu-status-unknown = [font="Monospace"][color=red]Неизвестно[/color][/bold] +particle-accelerator-control-menu-status-operational = [font="Monospace"][color=green]Работает[/color][/bold] +particle-accelerator-control-menu-status-incomplete = [font="Monospace"][color=red]Не завершен[/color][/bold] +particle-accelerator-control-menu-draw = [bold]Мощность:[/bold] +particle-accelerator-control-menu-draw-value = [font="Monospace"]{$watts}/{$lastReceive}[/font] +particle-accelerator-control-menu-draw-not-available = [font="Monospace"][color=gray]Н/Д[/color][/font] + +particle-accelerator-radio-message-on = Ускоритель частиц был активирован. +particle-accelerator-radio-message-off = Ускоритель частиц был деактивирован. +particle-accelerator-radio-message-num = Мощность ускорителя частиц была установлена на уровень {$level}. +# end 220 Loc Fix diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl index ea84561313d3..ca954edd1fa0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl @@ -1,4 +1,8 @@ ent-ClothingEyesEyepatch = глазная повязка .desc = Яррр. +# start 220 Loc Fix +ent-ClothingEyesEyepatchFlipped = { ent-ClothingEyesEyepatch } + .desc = { ent-ClothingEyesEyepatch.desc } +# end 220 Loc Fix ent-ClothingEyesBlindfold = повязка на глаза .desc = Полоса непроницаемого материала. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/syndicate_gadgets/reinforcement_teleporter.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/syndicate_gadgets/reinforcement_teleporter.ftl index c7dc899045e4..cdca1fdf5652 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/syndicate_gadgets/reinforcement_teleporter.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/syndicate_gadgets/reinforcement_teleporter.ftl @@ -5,8 +5,11 @@ ent-ReinforcementRadioSyndicate = старое радио ent-ReinforcementRadioSyndicateNukeops = { ent-ReinforcementRadioSyndicate } .suffix = Радио подкрепления ЯО, Ядерный Оперативник .desc = { ent-ReinforcementRadioSyndicate.desc } -ent-ReinforcementRadioSyndicateAncestor = телепорт подкрепления генетическим предком Синдиката - .desc = Призывает на помощь специально обученного предка по вашему выбору. +# start 220 Loc Fix +ent-ReinforcementRadioSyndicateAncestor = { ent-ReinforcementRadioSyndicate } + .desc = { ent-ReinforcementRadioSyndicate.desc } + .suffix = Генетический предок +# end 220 Loc Fix ent-ReinforcementRadioSyndicateAncestorNukeops = { ent-ReinforcementRadioSyndicateAncestor } .suffix = Ядерные оперативники .desc = { ent-ReinforcementRadioSyndicateAncestor.desc } @@ -14,4 +17,9 @@ ent-ReinforcementRadioSyndicateCyborgAssault = { ent-ReinforcementRadioSyndicate .suffix = радио подкрепления штурмового киборга Синдиката .desc = Призовите хорошо вооружённого штурмового киборга, немедленно! .suffix = Ядерные оперативники +# start 220 Loc Fix +ent-ReinforcementRadioSyndicateSyndiCat = { ent-ReinforcementRadioSyndicate } + .desc = { ent-ReinforcementRadioSyndicate.desc } + .suffix = Синдикот +# end 220 Loc Fix # Corvax-HiddenDesc-End diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl index 3109818390a6..cc1d0b300d67 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/fire_extinguisher.ftl @@ -2,3 +2,7 @@ ent-FireExtinguisher = огнетушитель .desc = Он тушит пожары. ent-ExtinguisherSpray = струя огнетушителя .desc = { ent-Vapor.desc } +# start 220 Loc Fix +ent-FireExtinguisherMini = карманный огнетушитель + .desc = { ent-FireExtinguisher.desc } +# end 220 Loc Fix diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl index e8da17ffcde4..3e5e62756d8b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/dispensers/soda.ftl @@ -1,6 +1,8 @@ -ent-soda_dispenser = раздатчик безалкоголя +# start 220 Loc Fix +ent-SodaDispenser = раздатчик безалкоголя .desc = Разливочный автомат с ассортиментом из газировки и ряда других популярных напитков. Имеет один слот для ёмкостей. .suffix = Заполненный -ent-SodaDispenserEmpty = { ent-soda_dispenser } +ent-SodaDispenserEmpty = { ent-SodaDispenser } .suffix = Пустой - .desc = { ent-soda_dispenser.desc } + .desc = { ent-SodaDispenser.desc } +# end 220 Loc Fix diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl index 0cef1e81bbc3..85fba2328137 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/chem_master.ftl @@ -1,2 +1,3 @@ -ent-chem_master = ХимМастер 4000 +# 220 Loc Fix +ent-ChemMaster = ХимМастер 4000 .desc = Химический манипулятор промышленного класса с возможностью производства таблеток и бутылочек. diff --git a/Resources/Locale/ru-RU/ss220/station-events/events/meteor-swarm.ftl b/Resources/Locale/ru-RU/ss220/station-events/events/meteor-swarm.ftl new file mode 100644 index 000000000000..de30822cb153 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/station-events/events/meteor-swarm.ftl @@ -0,0 +1,2 @@ +station-event-space-dust-start-announcement = Станция проходит через облако обломков, ожидается незначительный ущерб внешнему оборудованию и обшивке. +station-event-meteor-urist-start-announcement = Станция столкнулась с неопознанным роем обломков. Пожалуйста, сохраняйте спокойствие и не слушайте их. diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 78c1f88cad9b..8aa305a8fa51 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -87,7 +87,8 @@ uplink-black-jetpack-desc = Чёрный джетпак. Позволяет ле uplink-reinforcement-radio-ancestor-name = Телепорт подкрепления генетическим предком uplink-reinforcement-radio-ancestor-desc = Призовите на помощь специально обученного предка по вашему выбору. Комплектуются одной сигаретой Синдиката. uplink-reinforcement-radio-name = Телепорт подкрепления -uplink-reinforcement-radio-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. +# 220 Loc Fix +uplink-reinforcement-radio-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. uplink-reinforcement-radio-cyborg-assault-name = Телепорт штурмового киборга Синдиката uplink-reinforcement-radio-cyborg-assault-desc = Машина для убийств с доступом к энергомечу, пулемёту, криптографическому секвенсору и пинпоинтеру. uplink-stealth-box-name = Стелс-коробка diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 1091207bba47..e3b78c0c8a17 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -7,7 +7,7 @@ - type: StorageFill contents: - id: CrowbarRed - - id: RadioHandheld + - id: HandheldRadio # 220 radio - id: WelderMini - id: FireExtinguisherMini # Random lighting item orGroup