From 8b733c0045041dbe8acfa9ff99029ee4cb360249 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Tue, 7 May 2024 01:25:26 +0300 Subject: [PATCH] Update locale --- .../entities/mobs/player/reptilian.ftl | 3 +- .../objects/consumable/drinks/drinks.ftl | 18 ++++ .../entities/objects/fun/whistles.ftl | 2 + .../structures/lighting/base_lighting.ftl | 4 +- .../ss14-ru/prototypes/gamerules/events.ftl | 6 +- .../ru-RU/accessories/vox-facial-hair.ftl | 2 +- .../Locale/ru-RU/accessories/vox-hair.ftl | 17 +++- Resources/Locale/ru-RU/chat/emotes.ftl | 1 - .../components/solution-scanner-component.ftl | 1 + .../ru-RU/commands/toolshed-commands.ftl | 1 + .../Locale/ru-RU/flavors/flavor-profiles.ftl | 6 ++ .../machine-linking/transmitter_ports.ftl | 2 + .../Locale/ru-RU/markings/vox_tattoos.ftl | 8 ++ .../meta/consumable/drink/alcohol.ftl | 12 +++ Resources/Locale/ru-RU/speech/speech-liar.ftl | 89 +++++++++++++++++++ .../entities/mobs/player/reptilian.ftl | 1 + .../objects/consumable/drinks/drinks.ftl | 18 ++++ .../reinforcement_teleporter.ftl | 2 + .../entities/objects/fun/whistles.ftl | 2 + .../objects/power/portable_recharger.ftl | 2 +- .../ss14-ru/prototypes/gamerules/events.ftl | 6 +- .../ru-RU/station-events/events/intercept.ftl | 1 + Resources/Locale/ru-RU/traits/traits.ftl | 2 + 23 files changed, 188 insertions(+), 18 deletions(-) create mode 100644 Resources/Locale/ru-RU/markings/vox_tattoos.ftl create mode 100644 Resources/Locale/ru-RU/speech/speech-liar.ftl create mode 100644 Resources/Locale/ru-RU/station-events/events/intercept.ftl diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl index 47cfbb9cc23..98264db63fd 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl @@ -1,2 +1,3 @@ -ent-MobReptilian = Urisst' Mzhand +ent-MobReptilian = Urist McScales + .suffix = Urisst' Mzhand .desc = { ent-BaseMobReptilian.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl index 238ad595905..f7e9940974a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl @@ -75,12 +75,18 @@ ent-DrinkBooger = { ent-DrinkGlass } ent-DrinkBraveBullGlass = { ent-DrinkGlass } .suffix = brave bull .desc = { ent-DrinkGlass.desc } +ent-BudgetInsulsDrinkGlass = { ent-DrinkGlass } + .suffix = budget insuls + .desc = { ent-DrinkGlass.desc } ent-DrinkCarrotJuice = { ent-DrinkGlass } .suffix = carrot juice .desc = { ent-DrinkGlass.desc } ent-DrinkChocolateGlass = { ent-DrinkGlass } .suffix = chocolate .desc = { ent-DrinkGlass.desc } +ent-RubberneckGlass = { ent-DrinkGlass } + .suffix = rubberneck + .desc = { ent-DrinkGlass.desc } ent-DrinkCoconutRum = { ent-DrinkGlass } .suffix = coconut rum .desc = { ent-DrinkGlass.desc } @@ -180,6 +186,9 @@ ent-DrinkIceGlass = { ent-DrinkGlass } ent-DrinkIceCreamGlass = { ent-DrinkGlass } .suffix = ice cream .desc = { ent-DrinkGlass.desc } +ent-IrishBoolGlass = { ent-DrinkGlass } + .suffix = irish bool + .desc = { ent-DrinkGlass.desc } ent-DrinkIrishCarBomb = { ent-DrinkGlass } .suffix = irish car bomb .desc = { ent-DrinkGlass.desc } @@ -368,6 +377,9 @@ ent-DrinkVodkaGlass = { ent-DrinkGlass } ent-DrinkVodkaMartiniGlass = { ent-DrinkGlass } .suffix = vodka martini .desc = { ent-DrinkGlass.desc } +ent-DrinkVodkaRedBool = { ent-DrinkGlass } + .suffix = vodka red bool + .desc = { ent-DrinkGlass.desc } ent-DrinkVodkaTonicGlass = { ent-DrinkGlass } .suffix = vodka tonic .desc = { ent-DrinkGlass.desc } @@ -376,6 +388,9 @@ ent-DrinkWaterJug = water jug ent-DrinkWatermelonJuice = { ent-DrinkGlass } .suffix = watermelon juice .desc = { ent-DrinkGlass.desc } +ent-DrinkWatermelonWakeup = { ent-DrinkGlass } + .suffix = watermelon wakeup + .desc = { ent-DrinkGlass.desc } ent-DrinkWhiskeyColaGlass = { ent-DrinkGlass } .suffix = whiskey cola .desc = { ent-DrinkGlass.desc } @@ -391,6 +406,9 @@ ent-DrinkWhiteRussianGlass = { ent-DrinkGlass } ent-DrinkWineGlass = { ent-DrinkGlass } .suffix = wine .desc = { ent-DrinkGlass.desc } +ent-XenoBasherGlass = { ent-DrinkGlass } + .suffix = xeno basher + .desc = { ent-DrinkGlass.desc } ent-DrinkShakeBlue = blue milkshake .desc = { ent-DrinkGlassBase.desc } ent-DrinkShakeEmpty = shakeempty diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/whistles.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/whistles.ftl index 5d40be7d818..9afda65e472 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/whistles.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/whistles.ftl @@ -1,5 +1,7 @@ ent-BaseWhistle = whistle .desc = Someone forgot to turn off kettle? +ent-Whistle = { ent-BaseWhistle } + .desc = { ent-BaseWhistle.desc } ent-SecurityWhistle = { ent-BaseWhistle } .desc = Sound of it make you feel fear. ent-SyndicateWhistle = trench whistle diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl index 71241f2630a..6efa8c5b8b1 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl @@ -14,9 +14,9 @@ ent-AlwaysPoweredLightLED = { ent-AlwaysPoweredWallLight } .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightExterior = { ent-Poweredlight } .desc = A light fixture. Draws power and produces light when equipped with a light tube. - .suffix = Blue + .suffix = Exterior ent-AlwaysPoweredLightExterior = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Blue + .suffix = Always Powered, Exterior .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightSodium = { ent-Poweredlight } .desc = A light fixture. Draws power and produces light when equipped with a light tube. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/gamerules/events.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/gamerules/events.ftl index 12467ed2b27..f2ecc77f76c 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/gamerules/events.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/gamerules/events.ftl @@ -18,8 +18,6 @@ ent-NinjaSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-RevenantSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } -ent-FalseAlarm = { ent-BaseGameRule } - .desc = { ent-BaseGameRule.desc } ent-GasLeak = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-KudzuGrowth = { ent-BaseGameRule } @@ -38,8 +36,6 @@ ent-SolarFlare = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-VentClog = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } -ent-VentCritters = { ent-BaseGameRule } - .desc = { ent-BaseGameRule.desc } ent-SlimesSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-SpiderSpawn = { ent-BaseGameRule } @@ -50,6 +46,8 @@ ent-ZombieOutbreak = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-LoneOpsSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } +ent-SleeperAgentsRule = { ent-BaseGameRule } + .desc = { ent-BaseGameRule.desc } ent-MassHallucinations = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-ImmovableRodSpawn = { ent-BaseGameRule } diff --git a/Resources/Locale/ru-RU/accessories/vox-facial-hair.ftl b/Resources/Locale/ru-RU/accessories/vox-facial-hair.ftl index 78629e10387..f8f273a4e9c 100644 --- a/Resources/Locale/ru-RU/accessories/vox-facial-hair.ftl +++ b/Resources/Locale/ru-RU/accessories/vox-facial-hair.ftl @@ -2,4 +2,4 @@ marking-VoxFacialHairColonel = Вокс Полковник marking-VoxFacialHairFu = Перья Фу marking-VoxFacialHairNeck = Шейные перья marking-VoxFacialHairBeard = Перьевая борода -marking-VoxFacialHairRuffBeard = Грубая борода +marking-VoxFacialHairMane = Vox Beard (Mane) diff --git a/Resources/Locale/ru-RU/accessories/vox-hair.ftl b/Resources/Locale/ru-RU/accessories/vox-hair.ftl index 2cf71696921..e5945776628 100644 --- a/Resources/Locale/ru-RU/accessories/vox-hair.ftl +++ b/Resources/Locale/ru-RU/accessories/vox-hair.ftl @@ -1,13 +1,22 @@ marking-VoxHairShortQuills = Вокс Короткие перья +marking-VoxHairBraids = Vox Braids +marking-VoxHairCrestedQuills = Vox Crested Quills +marking-VoxHairEmperorQuills = Vox Emperor Quills +marking-VoxHairFlowing = Vox Flowing +marking-VoxHairHawk = Vox Hawk marking-VoxHairKingly = Вокс Королевская +marking-VoxHairKeelQuills = Vox Keel Quills +marking-VoxHairKeetQuills = Vox Keet Quills marking-VoxHairAfro = Вокс Афро +marking-VoxHairLongBraid = Vox Long Braid marking-VoxHairMohawk = Вокс Могавк -marking-VoxHairYasuhiro = Вокс Ясухиро marking-VoxHairHorns = Вокс Рога marking-VoxHairNights = Вокс Ночная +marking-VoxHairRazorClipped = Vox Razor (Clipped) +marking-VoxHairRazor = Vox Razor +marking-VoxHairSortBraid = Vox Short Braid marking-VoxHairSurf = Вокс Сёрфер -marking-VoxHairCropped = Вокс Короткая -marking-VoxHairRuffhawk = Вокс Руфхавк -marking-VoxHairRows = Вокс Ряды +marking-VoxHairTielQuills = Vox Tiel Quills +marking-VoxHairYasu = Vox Yasuhiro marking-VoxHairMange = Вокс Лишай marking-VoxHairPony = Вокс Пони diff --git a/Resources/Locale/ru-RU/chat/emotes.ftl b/Resources/Locale/ru-RU/chat/emotes.ftl index d446cda4edd..19c3eb1ec38 100644 --- a/Resources/Locale/ru-RU/chat/emotes.ftl +++ b/Resources/Locale/ru-RU/chat/emotes.ftl @@ -55,6 +55,5 @@ chat-emote-msg-cough = кашляет chat-emote-msg-catmeow = мяукает chat-emote-msg-cathisses = шипит chat-emote-msg-monkeyscreeches = кричит -chat-emote-msg-robotbeep = издаёт бип chat-emote-msg-yawn = зевает chat-emote-msg-snore = храпит diff --git a/Resources/Locale/ru-RU/chemistry/components/solution-scanner-component.ftl b/Resources/Locale/ru-RU/chemistry/components/solution-scanner-component.ftl index e58b5bf43cf..34d78d4ec29 100644 --- a/Resources/Locale/ru-RU/chemistry/components/solution-scanner-component.ftl +++ b/Resources/Locale/ru-RU/chemistry/components/solution-scanner-component.ftl @@ -3,3 +3,4 @@ scannable-solution-verb-message = Изучить химический соста scannable-solution-main-text = Содержит следующие химические вещества: scannable-solution-empty-container = Не содержит химических веществ. scannable-solution-chemical = - { $amount }ед. [color={ $color }]{ $type }[/color] +scannable-solution-temperature = Solution temperature: { $temperature }K diff --git a/Resources/Locale/ru-RU/commands/toolshed-commands.ftl b/Resources/Locale/ru-RU/commands/toolshed-commands.ftl index 6ccb81c506c..ef971d86131 100644 --- a/Resources/Locale/ru-RU/commands/toolshed-commands.ftl +++ b/Resources/Locale/ru-RU/commands/toolshed-commands.ftl @@ -39,3 +39,4 @@ command-description-solution-adjreagent = Adjusts the given reagent on the given command-description-mind-get = Grabs the mind from the entity, if any. command-description-mind-control = Assumes control of an entity with the given player. command-description-addaccesslog = Adds an access log to this entity. Do note that this bypasses the log's default limit and pause check. +command-description-stationevent-simulate = Simulates N number of rounds in which events will occur and prints the occurrences of every event after. diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index df48b275f98..8c77313dc59 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -248,6 +248,12 @@ flavor-complex-gin-tonic = как крепкая газировка с лимо flavor-complex-screwdriver = как крепкий апельсиновый сок flavor-complex-cogchamp = как латунь flavor-complex-themartinez = как фиалки и лимонная водка +flavor-complex-vodka-red-bool = like a heart attack +flavor-complex-irish-bool = caffine and Ireland +flavor-complex-xeno-basher = like killing bugs +flavor-complex-budget-insuls-drink = like door hacking +flavor-complex-watermelon-wakeup = like a sweet wakeup call +flavor-complex-rubberneck = like synthetics flavor-complex-irish-car-bomb = как шипучая пенка колы ### This is exactly what pilk tastes like. I'm not even joking. I might've been a little drunk though diff --git a/Resources/Locale/ru-RU/machine-linking/transmitter_ports.ftl b/Resources/Locale/ru-RU/machine-linking/transmitter_ports.ftl index 85e40764d02..80bc4ce0d8a 100644 --- a/Resources/Locale/ru-RU/machine-linking/transmitter_ports.ftl +++ b/Resources/Locale/ru-RU/machine-linking/transmitter_ports.ftl @@ -12,6 +12,8 @@ signal-port-name-right = Направо signal-port-description-right = Этот порт задействуется всякий раз, когда рычаг перемещается в крайнее правое положение. signal-port-name-doorstatus = Статус шлюза signal-port-description-doorstatus = Этот порт задействуется с высоким уровнем, когда с устройством взаимодействуют, и низким уровнем в закрытом состоянии. +signal-port-name-dockstatus = Dock status +signal-port-description-dockstatus = This port is invoked with HIGH when docked and LOW when undocked. signal-port-name-middle = Середина signal-port-description-middle = Этот порт задействуется всякий раз, когда рычаг перемещается в нейтральное положение. signal-port-name-timer-trigger = Таймер-триггер diff --git a/Resources/Locale/ru-RU/markings/vox_tattoos.ftl b/Resources/Locale/ru-RU/markings/vox_tattoos.ftl new file mode 100644 index 00000000000..e5e9f494e70 --- /dev/null +++ b/Resources/Locale/ru-RU/markings/vox_tattoos.ftl @@ -0,0 +1,8 @@ +marking-TattooVoxHeartLeftArm-heart_l_arm = Vox Left Arm Tattoo (Heart) +marking-TattooVoxHeartLeftArm = Vox Left Arm Tattoo (Heart) +marking-TattooVoxHeartRightArm-heart_r_arm = Vox Right Arm Tattoo (Heart) +marking-TattooVoxHeartRightArm = Vox Right Arm Tattoo (Heart) +marking-TattooVoxHiveChest-hive_s = Vox Chest Tattoo (hive) +marking-TattooVoxHiveChest = Vox Chest Tattoo (hive) +marking-TattooVoxNightlingChest-nightling_s = Vox Chest Tattoo (nightling) +marking-TattooVoxNightlingChest = Vox Chest Tattoo (nightling) diff --git a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl index 0d8567019c0..5b200b32544 100644 --- a/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/consumable/drink/alcohol.ftl @@ -174,3 +174,15 @@ reagent-name-whiskey-soda = виски-содовая reagent-desc-whiskey-soda = Невероятно освежающе! reagent-name-white-russian = белый русский reagent-desc-white-russian = Но это только твоё мнение, чувак. +reagent-name-vodka-red-bool = vodka red bool +reagent-desc-vodka-red-bool = Because heart failure and liver failure go hand in hand. +reagent-name-xeno-basher = xeno basher +reagent-desc-xeno-basher = The perfect drink before an expedition. +reagent-name-irish-bool = irish bool +reagent-desc-irish-bool = Like a bool in a Ireland shop. +reagent-name-budget-insuls = budget insuls +reagent-desc-budget-insuls = A tider's preferred drink. +reagent-name-watermelon-wakeup = watermelon wakeup +reagent-desc-watermelon-wakeup = If you want to be awake, this will do it... Also sweet. +reagent-name-rubberneck = rubberneck +reagent-desc-rubberneck = A popular drink amongst those adhering to an all synthetic diet. diff --git a/Resources/Locale/ru-RU/speech/speech-liar.ftl b/Resources/Locale/ru-RU/speech/speech-liar.ftl new file mode 100644 index 00000000000..b0f9c6b012a --- /dev/null +++ b/Resources/Locale/ru-RU/speech/speech-liar.ftl @@ -0,0 +1,89 @@ +liar-word-1 = yes +liar-word-replacement-1 = no +liar-word-2 = no +liar-word-replacement-2 = yes +liar-word-3 = yeah +liar-word-replacement-3 = nah +liar-word-4 = nah +liar-word-replacement-4 = yeah +liar-word-5 = yep +liar-word-replacement-5 = nope +liar-word-6 = nope +liar-word-replacement-6 = yep +liar-word-7 = sure +liar-word-replacement-7 = nah +liar-word-8 = was +liar-word-replacement-8 = wasnt +liar-word-9 = wasnt +liar-word-replacement-9 = was +liar-word-10 = was +liar-word-replacement-10 = wasnt +liar-word-11 = is +liar-word-replacement-11 = isnt +liar-word-12 = will +liar-word-replacement-12 = wont +liar-word-13 = dont +liar-word-replacement-13 = "" +liar-word-14 = can +liar-word-replacement-14 = cant +liar-word-15 = cant +liar-word-replacement-15 = can +liar-word-16 = should +liar-word-replacement-16 = shouldnt +liar-word-17 = dead +liar-word-replacement-17 = alive +liar-word-18 = alive +liar-word-replacement-18 = dead +liar-word-19 = does +liar-word-replacement-19 = doesnt +liar-word-20 = did +liar-word-replacement-20 = didnt +liar-word-21 = didnt +liar-word-replacement-21 = "" +liar-word-22 = nothing +liar-word-replacement-22 = something +liar-word-23 = something +liar-word-replacement-23 = nothing +liar-word-24 = somebody +liar-word-replacement-24 = nobody +liar-word-25 = nobody +liar-word-replacement-25 = somebody +liar-word-26 = can +liar-word-replacement-26 = "can't" +liar-word-27 = "can't" +liar-word-replacement-27 = can +liar-word-28 = should +liar-word-replacement-28 = "shouldn't" +liar-word-29 = do +liar-word-replacement-29 = "don't" +liar-word-30 = "don't" +liar-word-replacement-30 = "" +liar-word-31 = does +liar-word-replacement-31 = "doesn't" +liar-word-32 = did +liar-word-replacement-32 = "didn't" +liar-word-33 = "didn't" +liar-word-replacement-33 = did +liar-word-34 = ye +liar-word-34-2 = ya +liar-word-replacement-34 = na +liar-word-35 = na +liar-word-replacement-35 = ye +liar-word-36 = yuh +liar-word-replacement-36 = nuh +liar-word-37 = nuh +liar-word-replacement-37 = yuh +liar-word-38 = love +liar-word-replacement-38 = hate +liar-word-39 = hate +liar-word-replacement-39 = love +liar-word-40 = like +liar-word-replacement-40 = don't like +liar-word-41 = good +liar-word-replacement-41 = bad +liar-word-42 = bad +liar-word-replacement-42 = good +liar-word-43 = want +liar-word-replacement-43 = "don't want" +liar-word-44 = not +liar-word-replacement-44 = "" diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl index d4adc9de9bc..9c059239bf5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/reptilian.ftl @@ -1,2 +1,3 @@ ent-MobReptilian = Урист МакХэндс Унатх .desc = { ent-BaseMobReptilian.desc } + .suffix = Urisst' Mzhand diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl index 2fe22c6b653..92931a4c64f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks.ftl @@ -75,12 +75,18 @@ ent-DrinkBooger = { ent-DrinkGlass } ent-DrinkBraveBullGlass = { ent-DrinkGlass } .suffix = Храбрый бык .desc = { ent-DrinkGlass.desc } +ent-BudgetInsulsDrinkGlass = { ent-DrinkGlass } + .suffix = budget insuls + .desc = { ent-DrinkGlass.desc } ent-DrinkCarrotJuice = { ent-DrinkGlass } .suffix = Морковный сок .desc = { ent-DrinkGlass.desc } ent-DrinkChocolateGlass = { ent-DrinkGlass } .suffix = Горячий шоколад .desc = { ent-DrinkGlass.desc } +ent-RubberneckGlass = { ent-DrinkGlass } + .suffix = rubberneck + .desc = { ent-DrinkGlass.desc } ent-DrinkCoconutRum = { ent-DrinkGlass } .suffix = coconut rum .desc = { ent-DrinkGlass.desc } @@ -180,6 +186,9 @@ ent-DrinkIceGlass = { ent-DrinkGlass } ent-DrinkIceCreamGlass = { ent-DrinkGlass } .suffix = Мороженое .desc = { ent-DrinkGlass.desc } +ent-IrishBoolGlass = { ent-DrinkGlass } + .suffix = irish bool + .desc = { ent-DrinkGlass.desc } ent-DrinkIrishCarBomb = { ent-DrinkGlass } .suffix = Ирландская автомобильная бомба .desc = { ent-DrinkGlass.desc } @@ -368,6 +377,9 @@ ent-DrinkVodkaGlass = { ent-DrinkGlass } ent-DrinkVodkaMartiniGlass = { ent-DrinkGlass } .suffix = Водка-мартини .desc = { ent-DrinkGlass.desc } +ent-DrinkVodkaRedBool = { ent-DrinkGlass } + .suffix = vodka red bool + .desc = { ent-DrinkGlass.desc } ent-DrinkVodkaTonicGlass = { ent-DrinkGlass } .suffix = Водка-тоник .desc = { ent-DrinkGlass.desc } @@ -376,6 +388,9 @@ ent-DrinkWaterJug = кувшин воды ent-DrinkWatermelonJuice = { ent-DrinkGlass } .suffix = Арбузный сок .desc = { ent-DrinkGlass.desc } +ent-DrinkWatermelonWakeup = { ent-DrinkGlass } + .suffix = watermelon wakeup + .desc = { ent-DrinkGlass.desc } ent-DrinkWhiskeyColaGlass = { ent-DrinkGlass } .suffix = Виски-кола .desc = { ent-DrinkGlass.desc } @@ -391,6 +406,9 @@ ent-DrinkWhiteRussianGlass = { ent-DrinkGlass } ent-DrinkWineGlass = { ent-DrinkGlass } .suffix = Вино .desc = { ent-DrinkGlass.desc } +ent-XenoBasherGlass = { ent-DrinkGlass } + .suffix = xeno basher + .desc = { ent-DrinkGlass.desc } ent-DrinkShakeBlue = голубой молочный коктейль .desc = { ent-DrinkGlassBase.desc } ent-DrinkShakeEmpty = пустой бокал коктейля 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 c7dc899045e..f9ee8579d1b 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 @@ -14,4 +14,6 @@ ent-ReinforcementRadioSyndicateCyborgAssault = { ent-ReinforcementRadioSyndicate .suffix = радио подкрепления штурмового киборга Синдиката .desc = Призовите хорошо вооружённого штурмового киборга, немедленно! .suffix = Ядерные оперативники + # Corvax-HiddenDesc-End + diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/whistles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/whistles.ftl index 42970d5adf3..90c4e1ffccd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/whistles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/fun/whistles.ftl @@ -1,5 +1,7 @@ ent-BaseWhistle = свисток .desc = Кто-то забыл выключить чайник? +ent-Whistle = { ent-BaseWhistle } + .desc = { ent-BaseWhistle.desc } ent-SecurityWhistle = { ent-BaseWhistle } .desc = Его звук внушает вам ужас. ent-SyndicateWhistle = траншейный свисток diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/portable_recharger.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/portable_recharger.ftl index bee94006a02..0d65f2b78c2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/portable_recharger.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/power/portable_recharger.ftl @@ -1,2 +1,2 @@ -ent-PortableRecharger = переносной зарядник +ent-PortableRecharger = переносной зарядник .desc = Высокотехнологичное зарядное устройство, адаптированное для мобильности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/gamerules/events.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/gamerules/events.ftl index e67763b3211..6bfa4450d1a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/gamerules/events.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/gamerules/events.ftl @@ -18,8 +18,6 @@ ent-NinjaSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-RevenantSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } -ent-FalseAlarm = { ent-BaseGameRule } - .desc = { ent-BaseGameRule.desc } ent-GasLeak = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-KudzuGrowth = { ent-BaseGameRule } @@ -40,12 +38,12 @@ ent-VentClog = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-SlimesSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } -ent-VentCritters = { ent-BaseGameRule } - .desc = { ent-BaseGameRule.desc } ent-SpiderSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-SpiderClownSpawn = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } +ent-SleeperAgentsRule = { ent-BaseGameRule } + .desc = { ent-BaseGameRule.desc } ent-ZombieOutbreak = { ent-BaseGameRule } .desc = { ent-BaseGameRule.desc } ent-LoneOpsSpawn = { ent-BaseGameRule } diff --git a/Resources/Locale/ru-RU/station-events/events/intercept.ftl b/Resources/Locale/ru-RU/station-events/events/intercept.ftl new file mode 100644 index 00000000000..f6867479cf7 --- /dev/null +++ b/Resources/Locale/ru-RU/station-events/events/intercept.ftl @@ -0,0 +1 @@ +station-event-communication-interception = Attention! Enemy communication intercepted. Security level elevated. diff --git a/Resources/Locale/ru-RU/traits/traits.ftl b/Resources/Locale/ru-RU/traits/traits.ftl index 1f01cdd0286..5827288f6b8 100644 --- a/Resources/Locale/ru-RU/traits/traits.ftl +++ b/Resources/Locale/ru-RU/traits/traits.ftl @@ -25,3 +25,5 @@ trait-southern-name = Диалект юга США trait-southern-desc = У вас другая манера речи. Работает только с английским. trait-snoring-name = Храп trait-snoring-desc = Вы храпите во время сна. +trait-liar-name = Pathological liar +trait-liar-desc = You can hardly bring yourself to tell the truth. Sometimes you lie anyway.