From b88da6b2b7a5aea368e4e778b0a89607676aec5e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 3 Mar 2022 01:18:58 -0600 Subject: [PATCH] New locale strings --- locale/chinese.json | 4 +++- locale/english.json | 4 +++- locale/polish.json | 4 +++- locale/russian.json | 4 +++- locale/spanish.json | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/locale/chinese.json b/locale/chinese.json index c07ea0c2..9f689e8d 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -387,5 +387,7 @@ "TimeNotNumber": "The time must be a number", "HeaderDefaultBusinessItemTypes": "Business Item Templates", "FixingStuck": "Fixing your position and virtual world ...", - "CantUseCommandYet": "You must wait before you can use this command again!" + "CantUseCommandYet": "You must wait before you can use this command again!", + "NotATester": "You are not a tester!", + "AccessDenied": "AccessDenied" } diff --git a/locale/english.json b/locale/english.json index 6eba14da..873af6b4 100644 --- a/locale/english.json +++ b/locale/english.json @@ -387,5 +387,7 @@ "TimeNotNumber": "The time must be a number", "HeaderDefaultBusinessItemTypes": "Business Item Templates", "FixingStuck": "Fixing your position and virtual world ...", - "CantUseCommandYet": "You must wait before you can use this command again!" + "CantUseCommandYet": "You must wait before you can use this command again!", + "NotATester": "You are not a tester!", + "AccessDenied": "AccessDenied" } diff --git a/locale/polish.json b/locale/polish.json index c9f470c2..70f96050 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -387,5 +387,7 @@ "TimeNotNumber": "The time must be a number", "HeaderDefaultBusinessItemTypes": "Business Item Templates", "FixingStuck": "Fixing your position and virtual world ...", - "CantUseCommandYet": "You must wait before you can use this command again!" + "CantUseCommandYet": "You must wait before you can use this command again!", + "NotATester": "You are not a tester!", + "AccessDenied": "AccessDenied" } diff --git a/locale/russian.json b/locale/russian.json index 88cf1f21..7580425c 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -386,5 +386,7 @@ "TimeNotNumber": "The time must be a number", "HeaderDefaultBusinessItemTypes": "Business Item Templates", "FixingStuck": "Fixing your position and virtual world ...", - "CantUseCommandYet": "You must wait before you can use this command again!" + "CantUseCommandYet": "You must wait before you can use this command again!", + "NotATester": "You are not a tester!", + "AccessDenied": "AccessDenied" } diff --git a/locale/spanish.json b/locale/spanish.json index cbd83f01..520ef55f 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -391,5 +391,7 @@ "TimeNotNumber": "The time must be a number", "HeaderDefaultBusinessItemTypes": "Business Item Templates", "FixingStuck": "Fixing your position and virtual world ...", - "CantUseCommandYet": "You must wait before you can use this command again!" + "CantUseCommandYet": "You must wait before you can use this command again!", + "NotATester": "You are not a tester!", + "AccessDenied": "AccessDenied" }