From: DrSmugleaf Date: Thu, 14 Sep 2023 10:08:03 +0000 (-0700) Subject: Fix missing localization for bibles, crit, internals, mime, sleeping and voice mask... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6728077bc7ff8fe3503d41a57df0283e47053f9e;p=space-station-14.git Fix missing localization for bibles, crit, internals, mime, sleeping and voice mask (#20131) --- diff --git a/Resources/Locale/en-US/abilities/mime.ftl b/Resources/Locale/en-US/abilities/mime.ftl index 7fc438bfd9..4fd960d89e 100644 --- a/Resources/Locale/en-US/abilities/mime.ftl +++ b/Resources/Locale/en-US/abilities/mime.ftl @@ -1,5 +1,4 @@ mime-cant-speak = Your vow of silence prevents you from speaking. -mime-invisible-wall = Create Invisible Wall mime-invisible-wall-popup = {CAPITALIZE(THE($mime))} brushes up against an invisible wall! mime-invisible-wall-failed = You can't create an invisible wall there. mime-not-ready-repent = You aren't ready to repent for your broken vow yet. diff --git a/Resources/Locale/en-US/actions/actions/crit.ftl b/Resources/Locale/en-US/actions/actions/crit.ftl new file mode 100644 index 0000000000..a065b42894 --- /dev/null +++ b/Resources/Locale/en-US/actions/actions/crit.ftl @@ -0,0 +1 @@ +action-name-crit-last-words = Say Last Words diff --git a/Resources/Locale/en-US/actions/actions/internals.ftl b/Resources/Locale/en-US/actions/actions/internals.ftl index 84580a9368..ead73cf1e5 100644 --- a/Resources/Locale/en-US/actions/actions/internals.ftl +++ b/Resources/Locale/en-US/actions/actions/internals.ftl @@ -1,2 +1,5 @@ +action-name-internals-toggle = Toggle Internals +action-description-internals-toggle = Breathe from the equipped gas tank. Also requires equipped breath mask. + internals-no-breath-tool = You are not wearing a breathing tool internals-no-tank = You are not wearing a gas tank diff --git a/Resources/Locale/en-US/actions/actions/sleep.ftl b/Resources/Locale/en-US/actions/actions/sleep.ftl index 32d673eeb9..fd833fd4a5 100644 --- a/Resources/Locale/en-US/actions/actions/sleep.ftl +++ b/Resources/Locale/en-US/actions/actions/sleep.ftl @@ -1,3 +1,5 @@ +action-name-wake = Wake up + sleep-onomatopoeia = Zzz... sleep-examined = [color=lightblue]{CAPITALIZE(SUBJECT($target))} {CONJUGATE-BE($target)} asleep.[/color] diff --git a/Resources/Locale/en-US/chapel/bible.ftl b/Resources/Locale/en-US/chapel/bible.ftl index dfeee75c63..c59492b70a 100644 --- a/Resources/Locale/en-US/chapel/bible.ftl +++ b/Resources/Locale/en-US/chapel/bible.ftl @@ -7,6 +7,8 @@ bible-heal-fail-self = You hit {THE($target)} with {THE($bible)}, and it lands w bible-heal-fail-others = {CAPITALIZE(THE($user))} hits {THE($target)} with {THE($bible)}, and it lands with a sad thack, dazing {OBJECT($target)}! bible-sizzle = The book sizzles in your hands! +bible-summon-verb = Summon familiar +bible-summon-verb-desc = Summon a familiar that will aid you and gain humanlike intelligence once inhabited by a soul. bible-summon-requested = Your familiar will arrive once a willing soul comes forth. bible-summon-respawn-ready = {CAPITALIZE(THE($book))} surges with ethereal power. {CAPITALIZE(POSS-ADJ($book))} resident is home again. diff --git a/Resources/Locale/en-US/voice-mask.ftl b/Resources/Locale/en-US/voice-mask.ftl index 016686d869..cb6eb7768e 100644 --- a/Resources/Locale/en-US/voice-mask.ftl +++ b/Resources/Locale/en-US/voice-mask.ftl @@ -1,5 +1,7 @@ voice-mask-name-change-window = Voice Mask Name Change voice-mask-name-change-info = Type in the name you want to mimic. +voice-mask-name-change-set = Set name +voice-mask-name-change-set-description = Change the name others hear to something else. voice-mask-popup-success = Name set successfully. voice-mask-popup-failure = Name could not be set.