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