From 3c362e06a57b5345f23cd242a7bc093213bdecb3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 13 Mar 2022 05:28:53 -0500 Subject: [PATCH] Update locale strings --- locale/chinese.json | 3 ++- locale/english.json | 3 ++- locale/polish.json | 3 ++- locale/russian.json | 3 ++- locale/spanish.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/locale/chinese.json b/locale/chinese.json index 5286e7db..b3636ef5 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/english.json b/locale/english.json index 5f68c88e..b7f6d5bd 100644 --- a/locale/english.json +++ b/locale/english.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/polish.json b/locale/polish.json index e38d5e1f..5057588a 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/russian.json b/locale/russian.json index 82a535d2..c5e92804 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -392,5 +392,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/spanish.json b/locale/spanish.json index 7562b925..795432a1 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -397,5 +397,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" }