From ecd6c77de25462619ab4e41f9f16d9fa170bb6ba Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:10:02 -0600 Subject: [PATCH] Add some more strings to locale --- locale/english.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/locale/english.json b/locale/english.json index eedb7815..2f91621d 100644 --- a/locale/english.json +++ b/locale/english.json @@ -10,9 +10,9 @@ "AccentNotFound": "Accent not found", "AccentSet": "You set your accent to {ALTCOLOUR}{1}", "AnimationNotFound": "That animation doesn't exist", - "AnimationCommandTip": "Use {ALTCOLOUR}/animlist{MAINCOLOUR} to see a list of valid animations", + "AnimationCommandTip": "Use {1} to see a list of valid animations", "AnimationInvalidDistance": "The distance must be between 0 and 3", - "AnimationStopCommandTip": "Use {ALTCOLOUR}/stopanim{MAINCOLOUR} to stop your animation", + "AnimationStopCommandTip": "Use {1} to stop your animation", "CantBanClient": "You cannot ban this person", "PlayerAccountBanned": "{1} has been account banned", "ClanNotFound": "Clan not found", @@ -24,5 +24,19 @@ "ClanCantChangeMemberTag": "You can not change clan member's tags", "ClanPlayerNotInSameClan": "That player is not in your clan", "ClanCantChangeRankLevel": "You can not change clan rank's level", - "ClanCantChangeRankTag": "You can not change clan rank's tags" + "ClanCantChangeRankTag": "You can not change clan rank's tags", + "NameNotRegistered": "Your name is not registered! Use /register to make an account.", + "AutomaticLoginIPToggle": "Automatic login by IP is now {1}", + "RandomTipsToggle": "Random tips are now {1}", + "ActionTipsToggle": "Action tips are now {1}", + "AutoSpawnLastCharToggle": "Automatic spawn as last used character is {1}", + "AccountGUISettingToggle": "⚙️ GUI is now {1}", + "On": "On", + "Off": "Off", + "Yes": "Yes", + "No": "No", + "True": "True", + "False": "False", + "Locked": "Locked", + "Unlocked": "Unlocked" } \ No newline at end of file