Skip to content

Commit

Permalink
add: Loc
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Aug 28, 2024
1 parent 9aaf90f commit 4eccaa2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Resources/Locale/en-US/_white/grab/grab.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
popup-grab-soft-target = {CAPITALIZE($puller)} grabbed you softly.
popup-grab-hard-target = {CAPITALIZE($puller)} grabbed you hardly.
popup-grab-suffocate-target = {CAPITALIZE($puller)} started to choke you!
popup-grab-no-target = {CAPITALIZE($puller)} stopped grabbing you.
popup-grab-soft-self = You grabbed {CAPITALIZE($target)} softly.
popup-grab-hard-self = You grabbed {CAPITALIZE($target)} hardly.
popup-grab-suffocate-self = You started to choke {CAPITALIZE($target)}.
popup-grab-no-self = You stopped grabbing {CAPITALIZE($target)}.
popup-grab-soft-others = {CAPITALIZE($puller)} grabbed {CAPITALIZE($target)} softly.
popup-grab-hard-others = {CAPITALIZE($puller)} grabbed {CAPITALIZE($target)} hardly.
popup-grab-suffocate-others = {CAPITALIZE($puller)} started to choke {CAPITALIZE($target)}!
popup-grab-no-others = {CAPITALIZE($puller)} stopped grabbing {CAPITALIZE($target)}.
popup-grab-release-fail-self = You are trying to escape.
popup-grab-release-success-self = You escaped from grab!
popup-grab-release-success-puller = {CAPITALIZE($target)} escaped!
popup-grab-retake-fail = {CAPITALIZE($puller)} is not letting you to pull {CAPITALIZE($pulled)}!
popup-grab-retake-fail-puller = {CAPITALIZE($puller)} is trying to release {CAPITALIZE($pulled)}!
popup-grab-retake-success = You released {CAPITALIZE($pulled)} from {CAPITALIZE($puller)}'s grab!
popup-grab-retake-success-puller = {CAPITALIZE($puller)} released {CAPITALIZE($pulled)} from your grab!
popup-grabbed-cant-speak = You can't breathe!
popup-grab-need-hand = You need a free hand!
21 changes: 21 additions & 0 deletions Resources/Locale/ru-RU/_white/grab/grab.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
popup-grab-soft-target = {CAPITALIZE($puller)} взял вас в захват.
popup-grab-hard-target = {CAPITALIZE($puller)} взял вас в агресивный захват.
popup-grab-suffocate-target = {CAPITALIZE($puller)} начал душить вас!
popup-grab-no-target = {CAPITALIZE($puller)} выпустил вас из захвата.
popup-grab-soft-self = Вы взяли в захват {CAPITALIZE($target)}.
popup-grab-hard-self = Вы агресивно взяли в захват {CAPITALIZE($target)}.
popup-grab-suffocate-self = Вы начали душить {CAPITALIZE($target)}.
popup-grab-no-self = вы выпустили {CAPITALIZE($target)} из захвата.
popup-grab-soft-others = {CAPITALIZE($puller)} взял в захват {CAPITALIZE($target)}.
popup-grab-hard-others = {CAPITALIZE($puller)} взял в агресивный захват {CAPITALIZE($target)}.
popup-grab-suffocate-others = {CAPITALIZE($puller)} начал душить {CAPITALIZE($target)}!
popup-grab-no-others = {CAPITALIZE($puller)} выпустил из захвата {CAPITALIZE($target)}.
popup-grab-release-fail-self = Вы пытаетесь выбраьтся.
popup-grab-release-success-self = Вы освободились!
popup-grab-release-success-puller = {CAPITALIZE($target)} освободилс!
popup-grab-retake-fail = {CAPITALIZE($puller)} не дает тебе тянуть {CAPITALIZE($pulled)}!
popup-grab-retake-fail-puller = {CAPITALIZE($puller)} пытаеться освободить {CAPITALIZE($pulled)}!
popup-grab-retake-success = Вы осовбождаете {CAPITALIZE($pulled)} из захвата {CAPITALIZE($puller)}!
popup-grab-retake-success-puller = {CAPITALIZE($puller)} освобождает {CAPITALIZE($pulled)} из вашаего захвата!
popup-grabbed-cant-speak = Вы не можете дышать!
popup-grab-need-hand = Вым нужна свободная рука!

0 comments on commit 4eccaa2

Please sign in to comment.