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)!", "InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!",
"NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!",
"AmountMustBeMoreThan": "The amount must be more than {1}!", "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"
} }

View File

@@ -383,4 +383,5 @@
"NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!",
"AmountMustBeMoreThan": "The amount must be more than {1}!", "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"
} }

View File

@@ -382,5 +382,6 @@
"InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!", "InventoryFullCantCarry": "You don't have any space to carry this (full inventory)!",
"NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!", "NotEnoughCashNeedAmountMore": "You don't have enough money! You need {1} more!",
"AmountMustBeMoreThan": "The amount must be more than {1}!", "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"
} }

View File

@@ -377,5 +377,10 @@
"FromRadio": "From radio", "FromRadio": "From radio",
"ToRadio": "To radio", "ToRadio": "To radio",
"NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", "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"
} }

View File

@@ -382,5 +382,10 @@
"FromRadio": "From radio", "FromRadio": "From radio",
"ToRadio": "To radio", "ToRadio": "To radio",
"NeedToEnterPropertyCommand": "You need to enter the {1} first! Use {2} to enter and exit", "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"
} }