From de05685d61b74fd077cd5fc2b22b0f54c5c762c4 Mon Sep 17 00:00:00 2001 From: HellCatten <126400932+HellCatten@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:31:21 +0300 Subject: [PATCH] Ru locale / En localisation fix --- .../en-US/storage/components/magnet-pickup-component.ftl | 4 ++-- .../_white/storage/components/magnet-pickup-component.ftl | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Resources/Locale/ru-RU/_white/storage/components/magnet-pickup-component.ftl diff --git a/Resources/Locale/en-US/storage/components/magnet-pickup-component.ftl b/Resources/Locale/en-US/storage/components/magnet-pickup-component.ftl index baa827228e..d56293dd5b 100644 --- a/Resources/Locale/en-US/storage/components/magnet-pickup-component.ftl +++ b/Resources/Locale/en-US/storage/components/magnet-pickup-component.ftl @@ -1,4 +1,4 @@ ## Used when examining the MagnetPickupComponent -comp-magnet-pickup-examined-on = the magnet is currently [color=darkgreen]on[/color]. -comp-magnet-pickup-examined-off = the magnet is currently [color=darkred]off[/color]. +comp-magnet-pickup-examined-on = The magnet is currently [color=darkgreen]on[/color]. +comp-magnet-pickup-examined-off = The magnet is currently [color=darkred]off[/color]. diff --git a/Resources/Locale/ru-RU/_white/storage/components/magnet-pickup-component.ftl b/Resources/Locale/ru-RU/_white/storage/components/magnet-pickup-component.ftl new file mode 100644 index 0000000000..908df6033c --- /dev/null +++ b/Resources/Locale/ru-RU/_white/storage/components/magnet-pickup-component.ftl @@ -0,0 +1,5 @@ +## Used when examining the MagnetPickupComponent +## Выводится при осмотре предмета с MagnetPickupCompontent + +comp-magnet-pickup-examined-on = Магнит сейчас [color=darkgreen]включен[/color]. +comp-magnet-pickup-examined-off = Магнит сейчас [color=darkred]выключен[/color].