From 7c803ed6b707f9ff40168962306f307a4dec7691 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 7 Mar 2022 01:32:52 -0600 Subject: [PATCH] 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 ebd85164..57eab3d4 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -390,5 +390,6 @@ "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", - "InvalidSkin": "That skin is invalid!" + "InvalidSkin": "That skin is invalid!", + "HeaderInteriorTypes": "Interiors" } diff --git a/locale/english.json b/locale/english.json index be3169d3..db17cb30 100644 --- a/locale/english.json +++ b/locale/english.json @@ -390,5 +390,6 @@ "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", - "InvalidSkin": "That skin is invalid!" + "InvalidSkin": "That skin is invalid!", + "HeaderInteriorTypes": "Interiors" } diff --git a/locale/polish.json b/locale/polish.json index 88be5356..02a57f7c 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -390,5 +390,6 @@ "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", - "InvalidSkin": "That skin is invalid!" + "InvalidSkin": "That skin is invalid!", + "HeaderInteriorTypes": "Interiors" } diff --git a/locale/russian.json b/locale/russian.json index 1b9cd078..b9a0ade7 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -389,5 +389,6 @@ "CantUseCommandYet": "Подождите некоторое время перед тем как использовать комманду снова!", "NotATester": "Вы не тестировщик!", "AccessDenied": "Доступ запрещен", - "InvalidSkin": "That skin is invalid!" + "InvalidSkin": "That skin is invalid!", + "HeaderInteriorTypes": "Interiors" } diff --git a/locale/spanish.json b/locale/spanish.json index 2097f617..070a9811 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -394,5 +394,6 @@ "CantUseCommandYet": "You must wait before you can use this command again!", "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", - "InvalidSkin": "That skin is invalid!" + "InvalidSkin": "That skin is invalid!", + "HeaderInteriorTypes": "Interiors" }