mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Re-done locale names for commands, moved hardcoded strings to locale and added /setgroup command
This commit is contained in:
+41
-19
@@ -54,25 +54,47 @@ Locales['pl'] = {
|
||||
['in_vehicle'] = 'nie możesz przekazywać przedmiotów w pojeździe',
|
||||
|
||||
-- Commands
|
||||
['setjob'] = 'przydziel prace użytkownikowi',
|
||||
['id_param'] = 'ID użytkownika',
|
||||
['setjob_param2'] = 'praca, którą chcesz przydzielić',
|
||||
['setjob_param3'] = 'poziom pracy',
|
||||
['spawn_car'] = 'sprowadź pojazd',
|
||||
['spawn_car_param'] = 'nazwa samochodu',
|
||||
['delete_vehicle'] = 'usuń pojazd',
|
||||
['invalid_account'] = 'błędne konto',
|
||||
['account'] = 'konto',
|
||||
['giveaccountmoney'] = 'daj pieniądze na konto',
|
||||
['invalid_item'] = 'nieprawidłowy przedmiot',
|
||||
['item'] = 'przedmiot',
|
||||
['giveitem'] = 'daj przedmiot',
|
||||
['weapon'] = 'broń',
|
||||
['giveweapon'] = 'daj broń',
|
||||
['chat_clear'] = 'wyczyść czat',
|
||||
['chat_clear_all'] = 'wyczyść czat dla wszystkich',
|
||||
['command_clearinventory'] = 'usuń wszystkie przedmioty z ekwipunku',
|
||||
['command_clearloadout'] = 'usuń wszystkie bronie z wyposażenia',
|
||||
['command_car'] = 'spawn an 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_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_setjob_invalid'] = 'the job, grade or both are invalid',
|
||||
['command_setgroup'] = 'set player group',
|
||||
['command_setgroup_group'] = 'group name',
|
||||
['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',
|
||||
['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 can not be run from console',
|
||||
['commanderror_invalidplayerid'] = 'there is no player online matching that server id',
|
||||
['commandgeneric_playerid'] = 'player id',
|
||||
|
||||
-- Locale settings
|
||||
['locale_digit_grouping_symbol'] = ' ',
|
||||
|
||||
Reference in New Issue
Block a user