From b74e3b1152b5d130a0ab3e186bf7fc6de92ad887 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:09:03 -0600 Subject: [PATCH] More 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 57eab3d4..5286e7db 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -391,5 +391,7 @@ "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", "InvalidSkin": "That skin is invalid!", - "HeaderInteriorTypes": "Interiors" + "HeaderInteriorTypes": "Interiors List", + "ViewInventoryKeyPressTip": "Press {1} to see your items", + "ViewInventoryCommandTip": "Use {1} to see your items" } diff --git a/locale/english.json b/locale/english.json index db17cb30..5f68c88e 100644 --- a/locale/english.json +++ b/locale/english.json @@ -391,5 +391,7 @@ "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", "InvalidSkin": "That skin is invalid!", - "HeaderInteriorTypes": "Interiors" + "HeaderInteriorTypes": "Interiors List", + "ViewInventoryKeyPressTip": "Press {1} to see your items", + "ViewInventoryCommandTip": "Use {1} to see your items" } diff --git a/locale/polish.json b/locale/polish.json index 02a57f7c..e38d5e1f 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -391,5 +391,7 @@ "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", "InvalidSkin": "That skin is invalid!", - "HeaderInteriorTypes": "Interiors" + "HeaderInteriorTypes": "Interiors List", + "ViewInventoryKeyPressTip": "Press {1} to see your items", + "ViewInventoryCommandTip": "Use {1} to see your items" } diff --git a/locale/russian.json b/locale/russian.json index b9a0ade7..82a535d2 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -390,5 +390,7 @@ "NotATester": "Вы не тестировщик!", "AccessDenied": "Доступ запрещен", "InvalidSkin": "That skin is invalid!", - "HeaderInteriorTypes": "Interiors" + "HeaderInteriorTypes": "Interiors List", + "ViewInventoryKeyPressTip": "Press {1} to see your items", + "ViewInventoryCommandTip": "Use {1} to see your items" } diff --git a/locale/spanish.json b/locale/spanish.json index 070a9811..7562b925 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -395,5 +395,7 @@ "NotATester": "You are not a tester!", "AccessDenied": "AccessDenied", "InvalidSkin": "That skin is invalid!", - "HeaderInteriorTypes": "Interiors" + "HeaderInteriorTypes": "Interiors List", + "ViewInventoryKeyPressTip": "Press {1} to see your items", + "ViewInventoryCommandTip": "Use {1} to see your items" }