From 189f8c90d31d0b03da6979bf450ec3df6833b579 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 6 Feb 2022 12:05:43 -0600 Subject: [PATCH] More strings for locales --- locale/chinese.json | 6 +++++- locale/english.json | 12 +++++++++++- locale/polish.json | 12 +++++++++++- locale/russian.json | 8 +++++++- 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/locale/chinese.json b/locale/chinese.json index 7a2f9d6b..36b25741 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -378,5 +378,9 @@ "FromRadio": "From radio", "ToRadio": "To radio", "NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", - "NeedToEnterPropertyKeyPress": "You need to enter the {1} first! Press {2} to enter and exit" + "NeedToEnterPropertyKeyPress": "You need to enter the {1} first! Press {2} to enter and exit", + "InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!", + "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", + "AmountMustBeMoreThan": "The amount must be more than {1}!", + "WeaponBanned": "You are not allowed to buy or use weapons!" } diff --git a/locale/english.json b/locale/english.json index b32ba4ab..7020679b 100644 --- a/locale/english.json +++ b/locale/english.json @@ -372,5 +372,15 @@ "NeedEmailFor2FA": "You need to add your email to your account to use two-factor authentication.", "NeedEmailVerifiedFor2FA": "You need to verify your email to use two-factor authentication.", "SetEmailHelpTip": "Use {1} to set your email.", - "VerifyEmailHelpTip": "Use {1} to verify your email." + "VerifyEmailHelpTip": "Use {1} to verify your email.", + + "NearbyRadio": "Nearby radio", + "FromRadio": "From radio", + "ToRadio": "To radio", + "NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", + "NeedToEnterPropertyKeyPress": "You need to enter the {1} first! Press {2} to enter and exit", + "InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!", + "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", + "AmountMustBeMoreThan": "The amount must be more than {1}!", + "WeaponBanned": "You are not allowed to buy or use weapons!", } diff --git a/locale/polish.json b/locale/polish.json index 805cf1d8..0a42a212 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -372,5 +372,15 @@ "NeedEmailFor2FA": "You need to add your email to your account to use two-factor authentication.", "NeedEmailVerifiedFor2FA": "You need to verify your email to use two-factor authentication.", "SetEmailHelpTip": "Use {1} to set your email.", - "VerifyEmailHelpTip": "Use {1} to verify your email." + "VerifyEmailHelpTip": "Use {1} to verify your email.", + + "NearbyRadio": "Nearby radio", + "FromRadio": "From radio", + "ToRadio": "To radio", + "NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", + "NeedToEnterPropertyKeyPress": "You need to enter the {1} first! Press {2} to enter and exit", + "InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!", + "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", + "AmountMustBeMoreThan": "The amount must be more than {1}!", + "WeaponBanned": "You are not allowed to buy or use weapons!" } diff --git a/locale/russian.json b/locale/russian.json index 0eeda074..3650beb4 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -371,5 +371,11 @@ "NeedEmailFor2FA": "You need to add your email to your account to use two-factor authentication.", "NeedEmailVerifiedFor2FA": "You need to verify your email to use two-factor authentication.", "SetEmailHelpTip": "Use {1} to set your email.", - "VerifyEmailHelpTip": "Use {1} to verify your email." + "VerifyEmailHelpTip": "Use {1} to verify your email.", + + "NearbyRadio": "Nearby radio", + "FromRadio": "From radio", + "ToRadio": "To radio", + "NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", + "NeedToEnterPropertyKeyPress": "You need to enter the {1} first! Press {2} to enter and exit" }