From 47c8cb2eadcfc11e3a0b4da3677b43acbf98d21e Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:10:31 +0300 Subject: [PATCH 01/13] fixes --- .../UI/ParticleAcceleratorControlMenu.xaml | 4 +- .../entities/structures/dispensers/soda.ftl | 2 +- .../structures/machines/chem_master.ftl | 2 +- .../ru-RU/cargo/cargo-console-component.ftl | 54 ++++++++++++++++++- .../ui/particle-accelerator-control-menu.ftl | 25 +++++---- .../entities/clothing/eyes/misc.ftl | 2 + .../entities/structures/dispensers/soda.ftl | 6 +-- .../structures/machines/chem_master.ftl | 2 +- .../station-events/events/meteor-swarm.ftl | 2 + .../Clothing/Head/hardsuit-helmets.yml | 6 +-- 10 files changed, 81 insertions(+), 24 deletions(-) create mode 100644 Resources/Locale/ru-RU/ss220/station-events/events/meteor-swarm.ftl diff --git a/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml b/Content.Client/ParticleAccelerator/UI/ParticleAcceleratorControlMenu.xaml index 63f15837068a72..2443a1fe7d263d 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 e32b1ecc8a4b12..a73731febcb901 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,2 @@ -ent-soda_dispenser = soda dispenser +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 d039ae4201ec17..8b93b628ecca78 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,2 @@ -ent-chem_master = ChemMaster 4000 +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 86468ed7f01e4e..cd6b6fc5638f1e 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -30,7 +30,7 @@ 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] +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 } @@ -45,3 +45,55 @@ cargo-shuttle-console-shuttle-not-found = Не найден cargo-no-shuttle = Грузовой шаттл не найден! cargo-shuttle-console-organics = На шаттле обнаружены органические формы жизни cargo-telepad-delay-upgrade = Задержка телепортации + +----------------- +## UI +cargo-console-menu-title = Cargo request console +cargo-console-menu-account-name-label = Account name:{" "} +cargo-console-menu-account-name-none-text = None +cargo-console-menu-shuttle-name-label = Shuttle name:{" "} +cargo-console-menu-shuttle-name-none-text = None +cargo-console-menu-points-label = Spesos:{" "} +cargo-console-menu-points-amount = ${$amount} +cargo-console-menu-shuttle-status-label = Shuttle status:{" "} +cargo-console-menu-shuttle-status-away-text = Away +cargo-console-menu-order-capacity-label = Order capacity:{" "} +cargo-console-menu-call-shuttle-button = Activate telepad +cargo-console-menu-permissions-button = Permissions +cargo-console-menu-categories-label = Categories:{" "} +cargo-console-menu-search-bar-placeholder = Search +cargo-console-menu-requests-label = Requests +cargo-console-menu-orders-label = Orders +cargo-console-menu-order-reason-description = Reasons: {$reason} +cargo-console-menu-populate-categories-all-text = All +cargo-console-menu-populate-orders-cargo-order-row-product-name-text = {$productName} (x{$orderAmount}) by {$orderRequester} +cargo-console-menu-cargo-order-row-approve-button = Approve +cargo-console-menu-cargo-order-row-cancel-button = Cancel + +# Orders +cargo-console-order-not-allowed = Access not allowed +cargo-console-station-not-found = No available station +cargo-console-invalid-product = Invalid product ID +cargo-console-too-many = Too many approved orders +cargo-console-snip-snip = Order trimmed to capacity +cargo-console-insufficient-funds = Insufficient funds (require {$cost}) +cargo-console-unfulfilled = No room to fulfill order +cargo-console-trade-station = Sent to {$destination} +cargo-console-unlock-approved-order-broadcast = [bold]{$productName} x{$orderAmount}[/bold], which cost [bold]{$cost}[/bold], was approved by [bold]{$approver}[/bold] + +cargo-console-paper-print-name = Order #{$orderNumber} +cargo-console-paper-print-text = + Order #{$orderNumber} + Item: {$itemName} + Quantity: {$orderQuantity} + Requested by: {$requester} + Reason: {$reason} + Approved by: {$approver} + +# Cargo shuttle console +cargo-shuttle-console-menu-title = Cargo shuttle console +cargo-shuttle-console-station-unknown = Unknown +cargo-shuttle-console-shuttle-not-found = Not found +cargo-shuttle-console-organics = Detected organic lifeforms on the shuttle +cargo-no-shuttle = No cargo shuttle found! + 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 142f5c29a5da0e..7e754af24ee37a 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,21 @@ 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 = - МОЩНОСТЬ ЧАСТИЦ - СБОЙ ОГРАНИЧИТЕЛЯ +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] 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 } +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 = PA power has been switched on. Ускоритель частиц был активирован. +particle-accelerator-radio-message-off = PA power has been switched off. Ускоритель частиц был деактивирован. +particle-accelerator-radio-message-num = Мощность ускорителя частиц была установлена на уровень {$level}. 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 ea84561313d39c..408a07498b965e 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,6 @@ ent-ClothingEyesEyepatch = глазная повязка .desc = Яррр. +ent-ClothingEyesEyepatchFlipped = { ent-ClothingEyesEyepatch } + .desc = { ent-ClothingEyesEyepatch.desc } ent-ClothingEyesBlindfold = повязка на глаза .desc = Полоса непроницаемого материала. 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 e8da17ffcde4d8..131280ce87615a 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,6 @@ -ent-soda_dispenser = раздатчик безалкоголя +ent-SodaDispenser = раздатчик безалкоголя .desc = Разливочный автомат с ассортиментом из газировки и ряда других популярных напитков. Имеет один слот для ёмкостей. .suffix = Заполненный -ent-SodaDispenserEmpty = { ent-soda_dispenser } +ent-SodaDispenserEmpty = { ent-sodaDispenser } .suffix = Пустой - .desc = { ent-soda_dispenser.desc } + .desc = { ent-sodaDispenser.desc } 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 0cef1e81bbc3fb..84e1cefeca68ba 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,2 @@ -ent-chem_master = ХимМастер 4000 +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 00000000000000..de30822cb153ca --- /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/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 04a6c4c6ece585..f9f1764fa92724 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -89,11 +89,7 @@ - type: Sprite sprite: Clothing/Head/Hardsuits/engineering-white.rsi - type: Clothing - clothingVisuals: - head: - - state: equipped-head - - state: equipped-head-unshaded - shader: unshaded + sprite: Clothing/Head/Hardsuits/engineering-white.rsi - type: PointLight color: "#daffad" radius: 6 From c33a0da0152de8a2fbacd96bc4d25ad3cfc383da Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:15:52 +0300 Subject: [PATCH 02/13] fix fix --- .../ru-RU/cargo/cargo-console-component.ftl | 52 ------------------- .../ui/particle-accelerator-control-menu.ftl | 4 +- .../Clothing/Head/hardsuit-helmets.yml | 2 +- 3 files changed, 3 insertions(+), 55 deletions(-) diff --git a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl index cd6b6fc5638f1e..af7e6b7e72fd8b 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -45,55 +45,3 @@ cargo-shuttle-console-shuttle-not-found = Не найден cargo-no-shuttle = Грузовой шаттл не найден! cargo-shuttle-console-organics = На шаттле обнаружены органические формы жизни cargo-telepad-delay-upgrade = Задержка телепортации - ------------------ -## UI -cargo-console-menu-title = Cargo request console -cargo-console-menu-account-name-label = Account name:{" "} -cargo-console-menu-account-name-none-text = None -cargo-console-menu-shuttle-name-label = Shuttle name:{" "} -cargo-console-menu-shuttle-name-none-text = None -cargo-console-menu-points-label = Spesos:{" "} -cargo-console-menu-points-amount = ${$amount} -cargo-console-menu-shuttle-status-label = Shuttle status:{" "} -cargo-console-menu-shuttle-status-away-text = Away -cargo-console-menu-order-capacity-label = Order capacity:{" "} -cargo-console-menu-call-shuttle-button = Activate telepad -cargo-console-menu-permissions-button = Permissions -cargo-console-menu-categories-label = Categories:{" "} -cargo-console-menu-search-bar-placeholder = Search -cargo-console-menu-requests-label = Requests -cargo-console-menu-orders-label = Orders -cargo-console-menu-order-reason-description = Reasons: {$reason} -cargo-console-menu-populate-categories-all-text = All -cargo-console-menu-populate-orders-cargo-order-row-product-name-text = {$productName} (x{$orderAmount}) by {$orderRequester} -cargo-console-menu-cargo-order-row-approve-button = Approve -cargo-console-menu-cargo-order-row-cancel-button = Cancel - -# Orders -cargo-console-order-not-allowed = Access not allowed -cargo-console-station-not-found = No available station -cargo-console-invalid-product = Invalid product ID -cargo-console-too-many = Too many approved orders -cargo-console-snip-snip = Order trimmed to capacity -cargo-console-insufficient-funds = Insufficient funds (require {$cost}) -cargo-console-unfulfilled = No room to fulfill order -cargo-console-trade-station = Sent to {$destination} -cargo-console-unlock-approved-order-broadcast = [bold]{$productName} x{$orderAmount}[/bold], which cost [bold]{$cost}[/bold], was approved by [bold]{$approver}[/bold] - -cargo-console-paper-print-name = Order #{$orderNumber} -cargo-console-paper-print-text = - Order #{$orderNumber} - Item: {$itemName} - Quantity: {$orderQuantity} - Requested by: {$requester} - Reason: {$reason} - Approved by: {$approver} - -# Cargo shuttle console -cargo-shuttle-console-menu-title = Cargo shuttle console -cargo-shuttle-console-station-unknown = Unknown -cargo-shuttle-console-shuttle-not-found = Not found -cargo-shuttle-console-organics = Detected organic lifeforms on the shuttle -cargo-no-shuttle = No cargo shuttle found! - 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 7e754af24ee37a..2b267aac2af527 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 @@ -17,6 +17,6 @@ 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 = PA power has been switched on. Ускоритель частиц был активирован. -particle-accelerator-radio-message-off = PA power has been switched off. Ускоритель частиц был деактивирован. +particle-accelerator-radio-message-on = Ускоритель частиц был активирован. +particle-accelerator-radio-message-off = Ускоритель частиц был деактивирован. particle-accelerator-radio-message-num = Мощность ускорителя частиц была установлена на уровень {$level}. diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index f9f1764fa92724..3b4d6efebeb72b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -89,7 +89,7 @@ - type: Sprite sprite: Clothing/Head/Hardsuits/engineering-white.rsi - type: Clothing - sprite: Clothing/Head/Hardsuits/engineering-white.rsi + sprite: Clothing/Head/Hardsuits/engineering-white.rsi # 220 fix - type: PointLight color: "#daffad" radius: 6 From 96eac35b2d1d13b0aa3c0a62af9368f77d02f9f3 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:26:24 +0300 Subject: [PATCH 03/13] no CE --- .../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 3b4d6efebeb72b..04a6c4c6ece585 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -89,7 +89,11 @@ - type: Sprite sprite: Clothing/Head/Hardsuits/engineering-white.rsi - type: Clothing - sprite: Clothing/Head/Hardsuits/engineering-white.rsi # 220 fix + clothingVisuals: + head: + - state: equipped-head + - state: equipped-head-unshaded + shader: unshaded - type: PointLight color: "#daffad" radius: 6 From 334784dbe3e492beaca6abec3430b2e3ba3add9c Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:39:43 +0300 Subject: [PATCH 04/13] issue --- .../prototypes/entities/structures/dispensers/soda.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 131280ce87615a..de2606cd3c73af 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,6 @@ ent-SodaDispenser = раздатчик безалкоголя .desc = Разливочный автомат с ассортиментом из газировки и ряда других популярных напитков. Имеет один слот для ёмкостей. .suffix = Заполненный -ent-SodaDispenserEmpty = { ent-sodaDispenser } +ent-SodaDispenserEmpty = { ent-SodaDispenser } .suffix = Пустой - .desc = { ent-sodaDispenser.desc } + .desc = { ent-SodaDispenser.desc } From 424bf872ec59371fede971100babcf9e09c13de2 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:21:14 +0300 Subject: [PATCH 05/13] emergency toolbox --- .../prototypes/entities/objects/misc/fire_extinguisher.ftl | 2 ++ Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 3109818390a662..684adf96dd2378 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,5 @@ ent-FireExtinguisher = огнетушитель .desc = Он тушит пожары. ent-ExtinguisherSpray = струя огнетушителя .desc = { ent-Vapor.desc } +ent-FireExtinguisherMini = карманный огнетушитель + .desc = { ent-FireExtinguisher.desc } diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 1091207bba4748..e3b78c0c8a17fb 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 From 43970f30fbad6e51925fcb671de9913cb1ee3be4 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:27:27 +0300 Subject: [PATCH 06/13] health scan --- .../ru-RU/medical/components/health-analyzer-component.ftl | 1 + 1 file changed, 1 insertion(+) 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 35e318f1cd666b..a259d01aae5fc4 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,4 @@ health-analyzer-window-damage-type-Poison = Яды health-analyzer-window-damage-type-Radiation = Радиация health-analyzer-window-damage-group-Genetic = Генетические health-analyzer-window-damage-type-Cellular = Клеточные +health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! From 6ce889e5210c04f42b87133a65cb0b06fc3511e2 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:16:59 +0300 Subject: [PATCH 07/13] uplink loc --- .../syndicate_gadgets/reinforcement_teleporter.ftl | 8 ++++++-- Resources/Locale/ru-RU/store/uplink-catalog.ftl | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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 c7dc899045e4a7..cd5d07d282999f 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,9 @@ ent-ReinforcementRadioSyndicate = старое радио ent-ReinforcementRadioSyndicateNukeops = { ent-ReinforcementRadioSyndicate } .suffix = Радио подкрепления ЯО, Ядерный Оперативник .desc = { ent-ReinforcementRadioSyndicate.desc } -ent-ReinforcementRadioSyndicateAncestor = телепорт подкрепления генетическим предком Синдиката - .desc = Призывает на помощь специально обученного предка по вашему выбору. +ent-ReinforcementRadioSyndicateAncestor = { ent-ReinforcementRadioSyndicate } + .desc = { ent-ReinforcementRadioSyndicate.desc } + .suffix = Генетический предок ent-ReinforcementRadioSyndicateAncestorNukeops = { ent-ReinforcementRadioSyndicateAncestor } .suffix = Ядерные оперативники .desc = { ent-ReinforcementRadioSyndicateAncestor.desc } @@ -14,4 +15,7 @@ ent-ReinforcementRadioSyndicateCyborgAssault = { ent-ReinforcementRadioSyndicate .suffix = радио подкрепления штурмового киборга Синдиката .desc = Призовите хорошо вооружённого штурмового киборга, немедленно! .suffix = Ядерные оперативники +ent-ReinforcementRadioSyndicateSyndiCat = { ent-ReinforcementRadioSyndicate } + .desc = { ent-ReinforcementRadioSyndicate.desc } + .suffix = Синдикот # Corvax-HiddenDesc-End diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 78c1f88cad9b09..cf3393d292b7d6 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -87,7 +87,7 @@ uplink-black-jetpack-desc = Чёрный джетпак. Позволяет ле uplink-reinforcement-radio-ancestor-name = Телепорт подкрепления генетическим предком uplink-reinforcement-radio-ancestor-desc = Призовите на помощь специально обученного предка по вашему выбору. Комплектуются одной сигаретой Синдиката. uplink-reinforcement-radio-name = Телепорт подкрепления -uplink-reinforcement-radio-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. +uplink-reinforcement-radio-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. uplink-reinforcement-radio-cyborg-assault-name = Телепорт штурмового киборга Синдиката uplink-reinforcement-radio-cyborg-assault-desc = Машина для убийств с доступом к энергомечу, пулемёту, криптографическому секвенсору и пинпоинтеру. uplink-stealth-box-name = Стелс-коробка From 1bdd90b0864b1bd140f04c890b374a9401dccbed Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:04:23 +0300 Subject: [PATCH 08/13] mark --- .../prototypes/entities/structures/dispensers/soda.ftl | 2 +- .../prototypes/entities/structures/machines/chem_master.ftl | 2 +- Resources/Locale/ru-RU/cargo/cargo-console-component.ftl | 2 +- .../components/ui/particle-accelerator-control-menu.ftl | 4 ++++ .../ru-RU/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl | 2 ++ .../devices/syndicate_gadgets/reinforcement_teleporter.ftl | 4 ++++ .../prototypes/entities/objects/misc/fire_extinguisher.ftl | 2 ++ .../prototypes/entities/structures/dispensers/soda.ftl | 2 ++ Resources/Locale/ru-RU/store/uplink-catalog.ftl | 2 +- 9 files changed, 18 insertions(+), 4 deletions(-) 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 a73731febcb901..47f447c6ff1155 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,2 @@ -ent-SodaDispenser = soda dispenser +ent-SodaDispenser = soda dispenser # 220 Loc Fix .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 8b93b628ecca78..8c8f380723821a 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,2 @@ -ent-ChemMaster = ChemMaster 4000 +ent-ChemMaster = ChemMaster 4000 # 220 Loc Fix .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 af7e6b7e72fd8b..c7ec6936a474e6 100644 --- a/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl +++ b/Resources/Locale/ru-RU/cargo/cargo-console-component.ftl @@ -30,7 +30,7 @@ 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]{$approver}[/bold] +cargo-console-unlock-approved-order-broadcast = [bold]Заказ на {$productName} x{$orderAmount}[/bold], стоимостью [bold]{$cost}[/bold], был одобрен [bold]{$approver}[/bold] # 220 Loc Fix cargo-console-paper-print-name = Заказ #{ $orderNumber } cargo-console-paper-print-text = Заказ #{ $orderNumber } 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 2b267aac2af527..ef2dbe18a43e7e 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,13 +2,16 @@ 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 +# 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 +# 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] @@ -20,3 +23,4 @@ particle-accelerator-control-menu-draw-not-available = [font="Monospace"][color= 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 408a07498b965e..f1775ce6575bb3 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,6 +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 cd5d07d282999f..20f45898623b8d 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,9 +5,11 @@ ent-ReinforcementRadioSyndicate = старое радио ent-ReinforcementRadioSyndicateNukeops = { ent-ReinforcementRadioSyndicate } .suffix = Радио подкрепления ЯО, Ядерный Оперативник .desc = { ent-ReinforcementRadioSyndicate.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 } @@ -15,7 +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 684adf96dd2378..ed6861f94b67fc 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,5 +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 de2606cd3c73af..0200ea30a1a6e6 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 @@ + # start 220 Loc Fix ent-SodaDispenser = раздатчик безалкоголя .desc = Разливочный автомат с ассортиментом из газировки и ряда других популярных напитков. Имеет один слот для ёмкостей. .suffix = Заполненный ent-SodaDispenserEmpty = { ent-SodaDispenser } .suffix = Пустой .desc = { ent-SodaDispenser.desc } + # end 220 Loc Fix diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index cf3393d292b7d6..3456b4f53e2ef3 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -87,7 +87,7 @@ uplink-black-jetpack-desc = Чёрный джетпак. Позволяет ле uplink-reinforcement-radio-ancestor-name = Телепорт подкрепления генетическим предком uplink-reinforcement-radio-ancestor-desc = Призовите на помощь специально обученного предка по вашему выбору. Комплектуются одной сигаретой Синдиката. uplink-reinforcement-radio-name = Телепорт подкрепления -uplink-reinforcement-radio-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. +uplink-reinforcement-radio-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. # 220 Loc Fix uplink-reinforcement-radio-cyborg-assault-name = Телепорт штурмового киборга Синдиката uplink-reinforcement-radio-cyborg-assault-desc = Машина для убийств с доступом к энергомечу, пулемёту, криптографическому секвенсору и пинпоинтеру. uplink-stealth-box-name = Стелс-коробка From 6b222c5330ef373ba82edcd3c307956206b42d85 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:05:32 +0300 Subject: [PATCH 09/13] mark 2 --- .../ru-RU/medical/components/health-analyzer-component.ftl | 2 +- .../prototypes/entities/structures/machines/chem_master.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a259d01aae5fc4..5794d6b8a4d7cd 100644 --- a/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl +++ b/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl @@ -28,4 +28,4 @@ health-analyzer-window-damage-type-Poison = Яды health-analyzer-window-damage-type-Radiation = Радиация health-analyzer-window-damage-group-Genetic = Генетические health-analyzer-window-damage-type-Cellular = Клеточные -health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! +health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! # 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 84e1cefeca68ba..b8f1644b11193e 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,2 @@ -ent-ChemMaster = ХимМастер 4000 +ent-ChemMaster = ХимМастер 4000 # 220 Loc Fix .desc = Химический манипулятор промышленного класса с возможностью производства таблеток и бутылочек. From 5d2663fd88dcac63e102761aacfb6114f6791e6b Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:09:07 +0300 Subject: [PATCH 10/13] fix mark --- .../ss14-ru/prototypes/entities/structures/dispensers/soda.ftl | 3 ++- .../prototypes/entities/structures/machines/chem_master.ftl | 3 ++- Resources/Locale/ru-RU/cargo/cargo-console-component.ftl | 3 ++- .../ru-RU/medical/components/health-analyzer-component.ftl | 3 ++- .../prototypes/entities/structures/machines/chem_master.ftl | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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 47f447c6ff1155..69481e19d50999 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-SodaDispenser = soda dispenser # 220 Loc Fix +# 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 8c8f380723821a..42ec4752660356 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-ChemMaster = ChemMaster 4000 # 220 Loc Fix +# 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 c7ec6936a474e6..dbf4c3d651f3f9 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]{$approver}[/bold] # 220 Loc Fix +# 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/medical/components/health-analyzer-component.ftl b/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl index 5794d6b8a4d7cd..92601edfe85807 100644 --- a/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl +++ b/Resources/Locale/ru-RU/medical/components/health-analyzer-component.ftl @@ -28,4 +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 = Клеточные -health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! # 220 Loc Fix +# 220 Loc Fix +health-analyzer-popup-scan-target = {CAPITALIZE(THE($user))} пытается тебя просканировать! 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 b8f1644b11193e..85fba23281376a 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-ChemMaster = ХимМастер 4000 # 220 Loc Fix +# 220 Loc Fix +ent-ChemMaster = ХимМастер 4000 .desc = Химический манипулятор промышленного класса с возможностью производства таблеток и бутылочек. From 8cb4909d0b294a37adc0c5aa29e015a60fe96ce2 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:10:47 +0300 Subject: [PATCH 11/13] fix mark 2 --- .../ss14-ru/prototypes/entities/clothing/eyes/misc.ftl | 4 ++-- .../syndicate_gadgets/reinforcement_teleporter.ftl | 8 ++++---- .../entities/objects/misc/fire_extinguisher.ftl | 4 ++-- Resources/Locale/ru-RU/store/uplink-catalog.ftl | 3 ++- 4 files changed, 10 insertions(+), 9 deletions(-) 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 f1775ce6575bb3..ca954edd1fa085 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,8 +1,8 @@ ent-ClothingEyesEyepatch = глазная повязка .desc = Яррр. - # start 220 Loc Fix +# start 220 Loc Fix ent-ClothingEyesEyepatchFlipped = { ent-ClothingEyesEyepatch } .desc = { ent-ClothingEyesEyepatch.desc } - # end 220 Loc Fix +# 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 20f45898623b8d..cdca1fdf56527a 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,11 +5,11 @@ ent-ReinforcementRadioSyndicate = старое радио ent-ReinforcementRadioSyndicateNukeops = { ent-ReinforcementRadioSyndicate } .suffix = Радио подкрепления ЯО, Ядерный Оперативник .desc = { ent-ReinforcementRadioSyndicate.desc } - # start 220 Loc Fix +# start 220 Loc Fix ent-ReinforcementRadioSyndicateAncestor = { ent-ReinforcementRadioSyndicate } .desc = { ent-ReinforcementRadioSyndicate.desc } .suffix = Генетический предок - # end 220 Loc Fix +# end 220 Loc Fix ent-ReinforcementRadioSyndicateAncestorNukeops = { ent-ReinforcementRadioSyndicateAncestor } .suffix = Ядерные оперативники .desc = { ent-ReinforcementRadioSyndicateAncestor.desc } @@ -17,9 +17,9 @@ ent-ReinforcementRadioSyndicateCyborgAssault = { ent-ReinforcementRadioSyndicate .suffix = радио подкрепления штурмового киборга Синдиката .desc = Призовите хорошо вооружённого штурмового киборга, немедленно! .suffix = Ядерные оперативники - # start 220 Loc Fix +# start 220 Loc Fix ent-ReinforcementRadioSyndicateSyndiCat = { ent-ReinforcementRadioSyndicate } .desc = { ent-ReinforcementRadioSyndicate.desc } .suffix = Синдикот - # end 220 Loc Fix +# 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 ed6861f94b67fc..cc1d0b300d67b6 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,7 +2,7 @@ ent-FireExtinguisher = огнетушитель .desc = Он тушит пожары. ent-ExtinguisherSpray = струя огнетушителя .desc = { ent-Vapor.desc } - # start 220 Loc Fix +# start 220 Loc Fix ent-FireExtinguisherMini = карманный огнетушитель .desc = { ent-FireExtinguisher.desc } - # end 220 Loc Fix +# end 220 Loc Fix diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 3456b4f53e2ef3..8aa305a8fa51eb 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-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. # 220 Loc Fix +# 220 Loc Fix +uplink-reinforcement-radio-traitor-desc = Телепортирует агента крайне сомнительного качества. Не имеет кнопки отключения, покупайте его только если вы готовы к вечеринке. У агента есть пистолет без запасных патронов и нож. Это всё. uplink-reinforcement-radio-cyborg-assault-name = Телепорт штурмового киборга Синдиката uplink-reinforcement-radio-cyborg-assault-desc = Машина для убийств с доступом к энергомечу, пулемёту, криптографическому секвенсору и пинпоинтеру. uplink-stealth-box-name = Стелс-коробка From 0c2a4560a8b113ff1f5b95a02a3c049230fd4664 Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:16:03 +0300 Subject: [PATCH 12/13] linter --- .../prototypes/entities/structures/dispensers/soda.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0200ea30a1a6e6..3e5e62756d8b69 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,8 +1,8 @@ - # start 220 Loc Fix +# start 220 Loc Fix ent-SodaDispenser = раздатчик безалкоголя .desc = Разливочный автомат с ассортиментом из газировки и ряда других популярных напитков. Имеет один слот для ёмкостей. .suffix = Заполненный ent-SodaDispenserEmpty = { ent-SodaDispenser } .suffix = Пустой .desc = { ent-SodaDispenser.desc } - # end 220 Loc Fix +# end 220 Loc Fix From 511ef6f5d1930bcd2adfb4d4715727d85762de2f Mon Sep 17 00:00:00 2001 From: MiraHell <42539014+MiraHell@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:25:19 +0300 Subject: [PATCH 13/13] settings --- Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 968309c7d8074e..106bc8f5002714 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