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" }