From a1e7b78fdeba7cdf173831f11a0ec13a799c13f2 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:15:11 +0100 Subject: [PATCH] Fix locale (#2874) --- .../structures/storage/filing_cabinets.ftl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl index 4f77ee8ac34..78e181e64d7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/filing_cabinets.ftl @@ -1,5 +1,5 @@ ent-BaseFilingCabinet = { ent-BaseStructureDynamic } - .desc = каф для хранения всего, что пожелаете. + .desc = Шкаф для хранения всего, что пожелаете. .suffix = Пустой ent-filingCabinet = картотечный шкаф .desc = { ent-BaseFilingCabinet.desc } @@ -10,9 +10,12 @@ ent-filingCabinetDrawer = комод ent-BaseBureaucraticStorageFill = { "" } .suffix = Заполненный .desc = { "" } -ent-filingCabinetRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } -ent-filingCabinetTallRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } -ent-filingCabinetDrawerRandom = { ent-BaseBureaucraticStorageFill } - .desc = { ent-BaseBureaucraticStorageFill.desc } +ent-filingCabinetRandom = { ent-filingCabinet } + .desc = { ent-filingCabinet.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix } +ent-filingCabinetTallRandom = { ent-filingCabinetTall } + .desc = { ent-filingCabinetTall.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix } +ent-filingCabinetDrawerRandom = { ent-filingCabinetDrawer } + .desc = { ent-filingCabinetDrawer.desc } + .suffix = { ent-BaseBureaucraticStorageFill.suffix }