From 9594c9304c7d53a181eee50748a00f23a5a57871 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:30:20 +0300 Subject: [PATCH] Update locale --- .../ss14-ru/prototypes/alerts/alerts.ftl | 2 ++ .../ss14-ru/prototypes/alerts/revenant.ftl | 2 ++ .../objects/materials/crystal_shard.ftl | 2 ++ Resources/Locale/ru-RU/_directions.ftl | 8 ++++++ .../ru-RU/advertisements/arcade/blockgame.ftl | 25 +++++++++++++++++ .../advertisements/arcade/spacevillain.ftl | 27 +++++++++++++++++++ Resources/Locale/ru-RU/cargo/bounties.ftl | 2 +- .../ru-RU/escape-menu/ui/options-menu.ftl | 1 + .../game-ticking/game-rules/rule-secret.ftl | 2 ++ .../ghost/roles/ghost-role-component.ftl | 4 +++ .../components/reagent-grinder-component.ftl | 3 +++ .../ru-RU/navmap-beacons/station_map.ftl | 4 +++ .../ss14-ru/prototypes/alerts/alerts.ftl | 2 ++ .../ss14-ru/prototypes/alerts/revenant.ftl | 2 ++ .../objects/materials/crystal_shard.ftl | 2 ++ Resources/Locale/ru-RU/voice-mask.ftl | 1 + 16 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/alerts/alerts.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/alerts/revenant.ftl create mode 100644 Resources/Locale/ru-RU/_directions.ftl create mode 100644 Resources/Locale/ru-RU/advertisements/arcade/blockgame.ftl create mode 100644 Resources/Locale/ru-RU/advertisements/arcade/spacevillain.ftl create mode 100644 Resources/Locale/ru-RU/game-ticking/game-rules/rule-secret.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/alerts.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/revenant.ftl diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/alerts/alerts.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/alerts/alerts.ftl new file mode 100644 index 00000000000..8ef83838d76 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/alerts/alerts.ftl @@ -0,0 +1,2 @@ +ent-AlertSpriteView = { "" } + .desc = { "" } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/alerts/revenant.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/alerts/revenant.ftl new file mode 100644 index 00000000000..f510cdc0397 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/alerts/revenant.ftl @@ -0,0 +1,2 @@ +ent-AlertEssenceSpriteView = { "" } + .desc = { "" } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl index 79552576295..70c4fabdf9e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl @@ -12,3 +12,5 @@ ent-ShardCrystalGreen = green crystal shard .desc = { ent-ShardCrystalBase.desc } ent-ShardCrystalRed = red crystal shard .desc = { ent-ShardCrystalBase.desc } +ent-ShardCrystalRandom = random crystal shard + .desc = { ent-ShardCrystalBase.desc } diff --git a/Resources/Locale/ru-RU/_directions.ftl b/Resources/Locale/ru-RU/_directions.ftl new file mode 100644 index 00000000000..7e4b82d1dc5 --- /dev/null +++ b/Resources/Locale/ru-RU/_directions.ftl @@ -0,0 +1,8 @@ +zzzz-fmt-direction-North = North +zzzz-fmt-direction-South = South +zzzz-fmt-direction-East = East +zzzz-fmt-direction-West = West +zzzz-fmt-direction-NorthEast = NorthEast +zzzz-fmt-direction-SouthEast = SouthEast +zzzz-fmt-direction-NorthWest = NorthWest +zzzz-fmt-direction-SouthWest = SouthWest diff --git a/Resources/Locale/ru-RU/advertisements/arcade/blockgame.ftl b/Resources/Locale/ru-RU/advertisements/arcade/blockgame.ftl new file mode 100644 index 00000000000..588948b529d --- /dev/null +++ b/Resources/Locale/ru-RU/advertisements/arcade/blockgame.ftl @@ -0,0 +1,25 @@ +advertisement-block-game-1 = Legally distinct! +advertisement-block-game-2 = What the hell is a T-spin? +advertisement-block-game-3 = These blocks aren't going to clear themselves! +advertisement-block-game-4 = Beep boop! Bwoooop! +advertisement-block-game-5 = Let's play a game! +advertisement-block-game-6 = 6 whole colors of gameplay! +advertisement-block-game-7 = Hot 8-bit action! +advertisement-block-game-8 = Blocks, blocks, blocks! +advertisement-block-game-9 = Think YOU can claim the high score? +advertisement-block-game-10 = Nanotrasen Block Game IS what TetrISN'T! +advertisement-block-game-11 = Now with blast processing! +advertisement-block-game-12 = Our lawyers are standing by! +advertisement-block-game-13 = Hallelujah, it's raining blocks! +thankyou-block-game-1 = Play again soon! +thankyou-block-game-2 = Well played! +thankyou-block-game-3 = Just one more game? +thankyou-block-game-4 = Stopping so soon? +thankyou-block-game-5 = The blocks will miss you. +thankyou-block-game-6 = Thanks for playin'! +thankyou-block-game-7 = Come back soon! +thankyou-block-game-8 = Beep bwooop! +thankyou-block-game-9 = There's always time for another game! +thankyou-block-game-10 = Don't give up now! +thankyou-block-game-11 = There are always more blocks! +thankyou-block-game-12 = The blocks await your return! diff --git a/Resources/Locale/ru-RU/advertisements/arcade/spacevillain.ftl b/Resources/Locale/ru-RU/advertisements/arcade/spacevillain.ftl new file mode 100644 index 00000000000..a031749608e --- /dev/null +++ b/Resources/Locale/ru-RU/advertisements/arcade/spacevillain.ftl @@ -0,0 +1,27 @@ +advertisement-space-villain-1 = Are you a bad enough dude to beat this game? +advertisement-space-villain-2 = Beat the bad guy; win a prize! +advertisement-space-villain-3 = FIGHT ME! +advertisement-space-villain-4 = Space needs a hero! +advertisement-space-villain-5 = I'm holding out for a hero! +advertisement-space-villain-6 = Won't someone save us? +advertisement-space-villain-7 = Mua-hah-hah-hah! +advertisement-space-villain-8 = Spaaaaaaaace Villain! +advertisement-space-villain-9 = No one can defeat me! +advertisement-space-villain-10 = Tremble before me! +advertisement-space-villain-11 = CHALLENGE ME! +advertisement-space-villain-12 = FEAR ME! +advertisement-space-villain-13 = Do you dare to face me in battle!? +advertisement-space-villain-14 = Beware, I live! +advertisement-space-villain-15 = I hunger! +thankyou-space-villain-1 = And where do you think you're going, punk? +thankyou-space-villain-2 = Is that all you've got? +thankyou-space-villain-3 = This fight isn't over! +thankyou-space-villain-4 = Challenge again soon! +thankyou-space-villain-5 = Who dares to challenge me next? +thankyou-space-villain-6 = I knew you couldn't defeat me! +thankyou-space-villain-7 = Too much for you to handle? +thankyou-space-villain-8 = Run, coward! +thankyou-space-villain-9 = You never stood a chance. +thankyou-space-villain-10 = Care for a rematch? +thankyou-space-villain-11 = Fight me again! +thankyou-space-villain-12 = Come back here and fight me! diff --git a/Resources/Locale/ru-RU/cargo/bounties.ftl b/Resources/Locale/ru-RU/cargo/bounties.ftl index b1516569f80..cf47f6311d9 100644 --- a/Resources/Locale/ru-RU/cargo/bounties.ftl +++ b/Resources/Locale/ru-RU/cargo/bounties.ftl @@ -48,7 +48,7 @@ bounty-item-labeler = Ручной этикетировщик bounty-item-warm-cloth = Тёплая одежда bounty-item-battery = Батарея bounty-item-lasergun = Лазерное оружие -bounty-food = Мясное блюдо +bounty-item-food = Meat food bounty-item-fruit = Фрукты bounty-item-vegetable = Овощи bounty-item-chili = Миска чили 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 ba962e85461..b7e79f659ff 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -130,6 +130,7 @@ ui-options-function-examine-entity = Осмотреть ui-options-function-swap-hands = Поменять руки ui-options-function-move-stored-item = Переместить хранящийся объект ui-options-function-rotate-stored-item = Повернуть хранящийся объект +ui-options-function-save-item-location = Save item location ui-options-static-storage-ui = Закрепить интерфейс хранилища на хотбаре ui-options-function-smart-equip-backpack = Умная экипировка в рюкзак ui-options-function-smart-equip-belt = Умная экипировка на пояс diff --git a/Resources/Locale/ru-RU/game-ticking/game-rules/rule-secret.ftl b/Resources/Locale/ru-RU/game-ticking/game-rules/rule-secret.ftl new file mode 100644 index 00000000000..06aec0620b2 --- /dev/null +++ b/Resources/Locale/ru-RU/game-ticking/game-rules/rule-secret.ftl @@ -0,0 +1,2 @@ +# Sent to admin chat +rule-secret-selected-preset = Selected { $preset } for secret. diff --git a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl index 20d5281960e..454cb7626bb 100644 --- a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl @@ -156,3 +156,7 @@ ghost-role-information-syndicate-reinforcement-rules = Действуют обы ghost-role-information-syndicate-monkey-reinforcement-name = Агент-обезьяна Синдиката ghost-role-information-syndicate-monkey-reinforcement-description = Кому-то нужно подкрепление. Вы, специально обученная обезьяна, поможете им. ghost-role-information-syndicate-monkey-reinforcement-rules = Действуют обычные правила антагонистов Синдиката. Работайте с тем, кто вас вызвал, и не причиняйте ему вреда. +ghost-role-information-artifact-name = Sentient Artifact +ghost-role-information-artifact-description = + Enact your eldritch whims. + Forcibly activate your nodes for good or for evil. diff --git a/Resources/Locale/ru-RU/kitchen/components/reagent-grinder-component.ftl b/Resources/Locale/ru-RU/kitchen/components/reagent-grinder-component.ftl index 88678c45231..4f0d5fd0e01 100644 --- a/Resources/Locale/ru-RU/kitchen/components/reagent-grinder-component.ftl +++ b/Resources/Locale/ru-RU/kitchen/components/reagent-grinder-component.ftl @@ -6,6 +6,9 @@ reagent-grinder-component-cannot-put-entity-message = Вы не можете п grinder-menu-title = Универсальный Измельчитель 3000 grinder-menu-grind-button = Измельчить grinder-menu-juice-button = Выжать +grinder-menu-auto-label = Auto mode +grinder-menu-auto-button-off = Off +grinder-menu-manual-label = Manual mode grinder-menu-chamber-content-box-label = Камера grinder-menu-chamber-content-box-button = Извлечь содержимое grinder-menu-beaker-content-box-label = Стакан diff --git a/Resources/Locale/ru-RU/navmap-beacons/station_map.ftl b/Resources/Locale/ru-RU/navmap-beacons/station_map.ftl index e7694152039..dc752462750 100644 --- a/Resources/Locale/ru-RU/navmap-beacons/station_map.ftl +++ b/Resources/Locale/ru-RU/navmap-beacons/station_map.ftl @@ -11,3 +11,7 @@ nav-beacon-examine-text = [true] forestgreen]включён *[false] crimson]выключен }[/color], а на дисплее написано [color={ $color }]"{ $label }"[/color] +nav-beacon-pos-no-beacons = in the middle of nowhere +nav-beacon-pos-format = [color={ $color }]near { $marker }[/color] +nav-beacon-pos-format-direction = [color={ $color }]{ $modifier }{ $direction } of { $marker }[/color] +nav-beacon-pos-format-direction-mod-far = far { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/alerts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/alerts.ftl new file mode 100644 index 00000000000..8ef83838d76 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/alerts.ftl @@ -0,0 +1,2 @@ +ent-AlertSpriteView = { "" } + .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/revenant.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/revenant.ftl new file mode 100644 index 00000000000..f510cdc0397 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/alerts/revenant.ftl @@ -0,0 +1,2 @@ +ent-AlertEssenceSpriteView = { "" } + .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl index dcbad9c5b69..34035355068 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/materials/crystal_shard.ftl @@ -12,3 +12,5 @@ ent-ShardCrystalGreen = зелёный осколок кристалла .desc = { ent-ShardCrystalBase.desc } ent-ShardCrystalRed = красный осколок кристалла .desc = { ent-ShardCrystalBase.desc } +ent-ShardCrystalRandom = random crystal shard + .desc = { ent-ShardCrystalBase.desc } diff --git a/Resources/Locale/ru-RU/voice-mask.ftl b/Resources/Locale/ru-RU/voice-mask.ftl index 8b90661bab6..b6a4d114386 100644 --- a/Resources/Locale/ru-RU/voice-mask.ftl +++ b/Resources/Locale/ru-RU/voice-mask.ftl @@ -1,5 +1,6 @@ voice-mask-name-change-window = Изменение имени голосовой маски voice-mask-name-change-info = Введите имя, которое вы хотите сымитировать. +voice-mask-name-change-speech-style = Speech style voice-mask-name-change-set = Изменить имя voice-mask-name-change-set-description = Измените имя, которое другие будут слышать, когда вы говорите. voice-mask-popup-success = Имя успешно изменено.