diff --git a/locale/chinese.json b/locale/chinese.json index 36b25741..204e5784 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -382,5 +382,6 @@ "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!" + "WeaponBanned": "You are not allowed to buy or use weapons!", + "TimeNotNumber": "The time must be a number" } diff --git a/locale/english.json b/locale/english.json index 7020679b..84b1c50a 100644 --- a/locale/english.json +++ b/locale/english.json @@ -383,4 +383,5 @@ "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!", + "TimeNotNumber": "The time must be a number" } diff --git a/locale/polish.json b/locale/polish.json index 0a42a212..47a5ded3 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -382,5 +382,6 @@ "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!" + "WeaponBanned": "You are not allowed to buy or use weapons!", + "TimeNotNumber": "The time must be a number" } diff --git a/locale/russian.json b/locale/russian.json index 3650beb4..dffd9bd3 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -377,5 +377,10 @@ "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!", + "TimeNotNumber": "The time must be a number" } diff --git a/locale/spanish.json b/locale/spanish.json index d14ee62d..54ac99e1 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -382,5 +382,10 @@ "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!", + "TimeNotNumber": "The time must be a number" }