From cb64ef146d306c30b545859aa0e7e9b72efcb093 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 7 Mar 2022 01:20:28 -0600 Subject: [PATCH] Locale string updates --- 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 9f689e8d..ebd85164 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -389,5 +389,6 @@ "FixingStuck": "Fixing your position and virtual world ...", "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", - "AccessDenied": "AccessDenied" + "AccessDenied": "AccessDenied", + "InvalidSkin": "That skin is invalid!" } diff --git a/locale/english.json b/locale/english.json index 873af6b4..be3169d3 100644 --- a/locale/english.json +++ b/locale/english.json @@ -389,5 +389,6 @@ "FixingStuck": "Fixing your position and virtual world ...", "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", - "AccessDenied": "AccessDenied" + "AccessDenied": "AccessDenied", + "InvalidSkin": "That skin is invalid!" } diff --git a/locale/polish.json b/locale/polish.json index 70f96050..88be5356 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -389,5 +389,6 @@ "FixingStuck": "Fixing your position and virtual world ...", "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", - "AccessDenied": "AccessDenied" + "AccessDenied": "AccessDenied", + "InvalidSkin": "That skin is invalid!" } diff --git a/locale/russian.json b/locale/russian.json index 31eead10..1b9cd078 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -388,5 +388,6 @@ "FixingStuck": "Исправляет вашу текущую позицию и виртуальный мир ...", "CantUseCommandYet": "Подождите некоторое время перед тем как использовать комманду снова!", "NotATester": "Вы не тестировщик!", - "AccessDenied": "Доступ запрещен" + "AccessDenied": "Доступ запрещен", + "InvalidSkin": "That skin is invalid!" } diff --git a/locale/spanish.json b/locale/spanish.json index 520ef55f..2097f617 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -393,5 +393,6 @@ "FixingStuck": "Fixing your position and virtual world ...", "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", - "AccessDenied": "AccessDenied" + "AccessDenied": "AccessDenied", + "InvalidSkin": "That skin is invalid!" }