mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
tweak: Improved English Translation
This commit is contained in:
@@ -1,109 +1,109 @@
|
||||
Locales['en'] = {
|
||||
-- Inventory
|
||||
['inventory'] = 'inventory %s / %s',
|
||||
['use'] = 'use',
|
||||
['give'] = 'give',
|
||||
['remove'] = 'throw',
|
||||
['return'] = 'return',
|
||||
['give_to'] = 'give to',
|
||||
['amount'] = 'amount',
|
||||
['giveammo'] = 'give ammo',
|
||||
['amountammo'] = 'amount of ammo',
|
||||
['noammo'] = 'you do not have enough ammo!',
|
||||
['gave_item'] = 'you gave ~y~%sx~s~ ~b~%s~s~ to ~y~%s~s~',
|
||||
['received_item'] = 'you received ~y~%sx~s~ ~b~%s~s~ from ~b~%s~s~',
|
||||
['gave_weapon'] = 'you gave ~b~%s~s~ to ~y~%s~s~',
|
||||
['gave_weapon_ammo'] = 'you gave ~o~%sx %s~s~ for ~b~%s~s~ to ~y~%s~s~',
|
||||
['gave_weapon_withammo'] = 'you gave ~b~%s~s~ with ~o~%sx %s~s~ to ~y~%s~s~',
|
||||
['inventory'] = 'Inventory ( Weight %s / %s )',
|
||||
['use'] = 'Use',
|
||||
['give'] = 'Give',
|
||||
['remove'] = 'Throw',
|
||||
['return'] = 'Return',
|
||||
['give_to'] = 'Give to',
|
||||
['amount'] = 'Amount',
|
||||
['giveammo'] = 'Give ammo',
|
||||
['amountammo'] = 'Ammo Amount',
|
||||
['noammo'] = 'Not Enough!',
|
||||
['gave_item'] = 'Giving ~y~%sx~s~ ~b~%s~s~ to ~y~%s~s~',
|
||||
['received_item'] = 'Received ~y~%sx~s~ ~b~%s~s~ from ~b~%s~s~',
|
||||
['gave_weapon'] = 'Giving ~b~%s~s~ to ~y~%s~s~',
|
||||
['gave_weapon_ammo'] = 'Giving ~o~%sx %s~s~ for ~b~%s~s~ to ~y~%s~s~',
|
||||
['gave_weapon_withammo'] = 'Giving ~b~%s~s~ with ~o~%sx %s~s~ to ~y~%s~s~',
|
||||
['gave_weapon_hasalready'] = '~y~%s~s~ already has a ~y~%s~s~',
|
||||
['gave_weapon_noweapon'] = '~y~%s~s~ does not have that weapon',
|
||||
['received_weapon'] = 'you received ~b~%s~s~ from ~b~%s~s~',
|
||||
['received_weapon_ammo'] = 'you received ~o~%sx %s~s~ for your ~b~%s~s~ from ~b~%s~s~',
|
||||
['received_weapon_withammo'] = 'you received ~b~%s~s~ with ~o~%sx %s~s~ from ~b~%s~s~',
|
||||
['received_weapon_hasalready'] = '~b~%s~s~ attempted to give you a ~y~%s~s~, but you already have one',
|
||||
['received_weapon_noweapon'] = '~b~%s~s~ attempted to give you ammo for a ~y~%s~s~, but you dont have one',
|
||||
['gave_account_money'] = 'you gave ~g~$%s~s~ (%s) to ~y~%s~s~',
|
||||
['received_account_money'] = 'you received ~g~$%s~s~ (%s) from ~b~%s~s~',
|
||||
['amount_invalid'] = 'invalid amount',
|
||||
['players_nearby'] = 'no players nearby',
|
||||
['ex_inv_lim'] = 'action not possible, exceeding inventory limit for ~y~%s~s~',
|
||||
['imp_invalid_quantity'] = 'action impossible, invalid quantity',
|
||||
['imp_invalid_amount'] = 'action impossible, invalid amount',
|
||||
['threw_standard'] = 'you threw ~y~%sx~s~ ~b~%s~s~',
|
||||
['threw_account'] = 'you threw ~g~$%s~s~ ~b~%s~s~',
|
||||
['threw_weapon'] = 'you threw ~b~%s~s~',
|
||||
['threw_weapon_ammo'] = 'you threw ~b~%s~s~ with ~o~%sx %s~s~',
|
||||
['threw_weapon_already'] = 'you already carry the same weapon',
|
||||
['threw_cannot_pickup'] = 'you cannot pickup that because your inventory is full!',
|
||||
['threw_pickup_prompt'] = 'press ~y~E~s~ to pickup',
|
||||
['received_weapon'] = 'Received ~b~%s~s~ from ~b~%s~s~',
|
||||
['received_weapon_ammo'] = 'Received ~o~%sx %s~s~ for your ~b~%s~s~ from ~b~%s~s~',
|
||||
['received_weapon_withammo'] = 'Received ~b~%s~s~ with ~o~%sx %s~s~ from ~b~%s~s~',
|
||||
['received_weapon_hasalready'] = '~b~%s~s~ has attempted to give you a ~y~%s~s~, but you already this weapon',
|
||||
['received_weapon_noweapon'] = '~b~%s~s~ has attempted to give you ammo for a ~y~%s~s~, but you do not have this weapon',
|
||||
['gave_account_money'] = 'Giving ~g~$%s~s~ (%s) to ~y~%s~s~',
|
||||
['received_account_money'] = 'Received ~g~$%s~s~ (%s) from ~b~%s~s~',
|
||||
['amount_invalid'] = 'Invalid quantity',
|
||||
['players_nearby'] = 'No nearby Players',
|
||||
['ex_inv_lim'] = 'Cannot perfom action,exceeding max weight of ~y~%s~s~',
|
||||
['imp_invalid_quantity'] = 'Cannot perfom action, the quantity is invalid',
|
||||
['imp_invalid_amount'] = 'Cannot perfom action, the amount is invalid',
|
||||
['threw_standard'] = 'Throwing ~y~%sx~s~ ~b~%s~s~',
|
||||
['threw_account'] = 'Throwing ~g~$%s~s~ ~b~%s~s~',
|
||||
['threw_weapon'] = 'Throwing ~b~%s~s~',
|
||||
['threw_weapon_ammo'] = 'Throwing ~b~%s~s~ with ~o~%sx %s~s~',
|
||||
['threw_weapon_already'] = 'You already have this weapon',
|
||||
['threw_cannot_pickup'] = 'Inventory is full, Cannot Pickup!',
|
||||
['threw_pickup_prompt'] = 'Press ~y~E~s~ to Pickup',
|
||||
|
||||
-- Key mapping
|
||||
['keymap_showinventory'] = 'show Inventory',
|
||||
['keymap_showinventory'] = 'Show Inventory',
|
||||
|
||||
-- Salary related
|
||||
['received_salary'] = 'you received your salary: ~g~$%s~s~',
|
||||
['received_help'] = 'you received your welfare check: ~g~$%s~s~',
|
||||
['received_salary'] = 'You have been paid: ~g~$%s~s~',
|
||||
['received_help'] = 'You have been paid your welfare check: ~g~$%s~s~',
|
||||
['company_nomoney'] = 'the company you\'re employeed at is too poor to pay out your salary',
|
||||
['received_paycheck'] = 'received paycheck',
|
||||
['bank'] = 'maze Bank',
|
||||
['account_bank'] = 'bank',
|
||||
['account_black_money'] = 'dirty Money',
|
||||
['account_money'] = 'cash',
|
||||
['bank'] = 'Maze Bank',
|
||||
['account_bank'] = 'Bank',
|
||||
['account_black_money'] = 'Dirty Money',
|
||||
['account_money'] = 'Cash',
|
||||
|
||||
['act_imp'] = 'action impossible',
|
||||
['in_vehicle'] = 'you cannot give anything to someone in a vehicle',
|
||||
['act_imp'] = 'Cannot Perform Action',
|
||||
['in_vehicle'] = 'Cannot Perform Action, Player is in a vehicle',
|
||||
|
||||
-- Commands
|
||||
['command_car'] = 'spawn a vehicle',
|
||||
['command_car_car'] = 'vehicle spawn name or hash',
|
||||
['command_cardel'] = 'delete vehicle in proximity',
|
||||
['command_cardel_radius'] = 'optional, delete every vehicle within the specified radius',
|
||||
['command_clear'] = 'clear chat',
|
||||
['command_clearall'] = 'clear chat for all players',
|
||||
['command_clearinventory'] = 'clear player inventory',
|
||||
['command_clearloadout'] = 'clear a player loadout',
|
||||
['command_giveaccountmoney'] = 'give account money',
|
||||
['command_giveaccountmoney_account'] = 'valid account name',
|
||||
['command_giveaccountmoney_amount'] = 'amount to add',
|
||||
['command_giveaccountmoney_invalid'] = 'invalid account name',
|
||||
['command_giveitem'] = 'give an item to a player',
|
||||
['command_giveitem_item'] = 'item name',
|
||||
['command_giveitem_count'] = 'item count',
|
||||
['command_giveweapon'] = 'give a weapon to a player',
|
||||
['command_giveweapon_weapon'] = 'weapon name',
|
||||
['command_giveweapon_ammo'] = 'ammo count',
|
||||
['command_giveweapon_hasalready'] = 'player already has that weapon',
|
||||
['command_giveweaponcomponent'] = 'give weapon component',
|
||||
['command_giveweaponcomponent_component'] = 'component name',
|
||||
['command_giveweaponcomponent_invalid'] = 'invalid weapon component',
|
||||
['command_giveweaponcomponent_hasalready'] = 'player already has that weapon component',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'player does not have that weapon',
|
||||
['command_save'] = 'save a player to database',
|
||||
['command_saveall'] = 'save all players to database',
|
||||
['command_setaccountmoney'] = 'set account money for a player',
|
||||
['command_setaccountmoney_amount'] = 'amount of money to set',
|
||||
['command_setcoords'] = 'teleport to coordinates',
|
||||
['command_setcoords_x'] = 'x axis',
|
||||
['command_setcoords_y'] = 'y axis',
|
||||
['command_setcoords_z'] = 'z axis',
|
||||
['command_setjob'] = 'set job for a player',
|
||||
['command_setjob_job'] = 'job name',
|
||||
['command_setjob_grade'] = 'job grade',
|
||||
['command_car'] = 'Spawn a vehicle',
|
||||
['command_car_car'] = 'Vehicle model or hash',
|
||||
['command_cardel'] = 'Remove vehicles in proximity',
|
||||
['command_cardel_radius'] = 'Removes all vehicles within the specified radius',
|
||||
['command_clear'] = 'Clear chat Text',
|
||||
['command_clearall'] = 'Clear chat Text for all players',
|
||||
['command_clearinventory'] = 'Remove All items from the Players Inventory',
|
||||
['command_clearloadout'] = 'Remove All weapons from the Players Loadout',
|
||||
['command_giveaccountmoney'] = 'Give Money to a specified Account',
|
||||
['command_giveaccountmoney_account'] = 'Account to add to',
|
||||
['command_giveaccountmoney_amount'] = 'Amount to add',
|
||||
['command_giveaccountmoney_invalid'] = 'Account Name Invalid',
|
||||
['command_giveitem'] = 'Give Player an item',
|
||||
['command_giveitem_item'] = 'Item name',
|
||||
['command_giveitem_count'] = 'Quantity',
|
||||
['command_giveweapon'] = 'Give player a weapon',
|
||||
['command_giveweapon_weapon'] = 'Weapon name',
|
||||
['command_giveweapon_ammo'] = 'Ammo Quantity',
|
||||
['command_giveweapon_hasalready'] = 'Player already has this weapon',
|
||||
['command_giveweaponcomponent'] = 'Give weapon component to player',
|
||||
['command_giveweaponcomponent_component'] = 'Component name',
|
||||
['command_giveweaponcomponent_invalid'] = 'Invalid weapon component',
|
||||
['command_giveweaponcomponent_hasalready'] = 'Player already has this weapon component',
|
||||
['command_giveweaponcomponent_missingweapon'] = 'Player does not have this weapon',
|
||||
['command_save'] = 'Force Save a player`s Data',
|
||||
['command_saveall'] = 'Force Save all player data',
|
||||
['command_setaccountmoney'] = 'Set the money within a specified account',
|
||||
['command_setaccountmoney_amount'] = 'Amount',
|
||||
['command_setcoords'] = 'Teleport to specified Coordinates',
|
||||
['command_setcoords_x'] = 'X value',
|
||||
['command_setcoords_y'] = 'Y value',
|
||||
['command_setcoords_z'] = 'Z value',
|
||||
['command_setjob'] = 'Set a player`s job',
|
||||
['command_setjob_job'] = 'Name',
|
||||
['command_setjob_grade'] = 'Job grade',
|
||||
['command_setjob_invalid'] = 'the job, grade or both are invalid',
|
||||
['command_setgroup'] = 'set player group',
|
||||
['command_setgroup_group'] = 'group name',
|
||||
['commanderror_argumentmismatch'] = 'argument count mismatch (passed %s, wanted %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'argument #%s type mismatch (passed string, wanted number)',
|
||||
['commanderror_invaliditem'] = 'invalid item name',
|
||||
['commanderror_invalidweapon'] = 'invalid weapon',
|
||||
['commanderror_console'] = 'that command cannot be run from console',
|
||||
['commanderror_invalidcommand'] = '/%s is not a valid command!',
|
||||
['commanderror_invalidplayerid'] = 'there is no player online matching that server id',
|
||||
['commandgeneric_playerid'] = 'player id',
|
||||
['command_setgroup'] = 'Set a players permission group',
|
||||
['command_setgroup_group'] = 'Name of Group',
|
||||
['commanderror_argumentmismatch'] = 'Invalid Argument Count (passed %s, wanted %s)',
|
||||
['commanderror_argumentmismatch_number'] = 'Invalid Argument #%s data type (passed string, wanted number)',
|
||||
['commanderror_invaliditem'] = 'Invalid item',
|
||||
['commanderror_invalidweapon'] = 'Invalid weapon',
|
||||
['commanderror_console'] = 'Command Cannot be executed from console',
|
||||
['commanderror_invalidcommand'] = 'Invalid Command - /%s',
|
||||
['commanderror_invalidplayerid'] = 'Specified Player is not online',
|
||||
['commandgeneric_playerid'] = 'Player`s Server Id',
|
||||
|
||||
-- Locale settings
|
||||
['locale_digit_grouping_symbol'] = ',',
|
||||
['locale_currency'] = '$%s',
|
||||
['locale_currency'] = '£%s',
|
||||
|
||||
-- Weapons
|
||||
|
||||
|
||||
Reference in New Issue
Block a user