More strings for locales

This commit is contained in:
Vortrex
2022-02-10 17:57:15 -06:00
parent f81e9e5ec0
commit 567baf8466
5 changed files with 17 additions and 4 deletions

View File

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