mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
esx_garage: update 'hu' locales
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
Locales["hu"] = {
|
||||
["parking_blip_name"] = 'Garázs',
|
||||
["Impound_blip_name"] = 'Lefoglaltak',
|
||||
["access_parking"] = 'Nyomd meg az [E] gombot a parkoló eléréshez.',
|
||||
["access_parking"] = 'Nyomd meg az [E] gombot a parkoló megtekintéséhez.',
|
||||
["access_Impound"] = 'Nyomd meg az [E] gombot a lefoglaltak megtekintéséhez.',
|
||||
["park_veh"] = 'Nyomd meg az [E] gombot a jármű parkolásához.',
|
||||
["not_owning_veh"] = 'Ez a jármű nem a te tulajdonod!',
|
||||
['veh_released'] = 'Jármű sikeresen kivéve.',
|
||||
['veh_released'] = 'Sikeresen kivetted a járművet.',
|
||||
['veh_Impound_released'] = 'Jármű sikeresen kiváltva a legfolalásból.',
|
||||
['veh_stored'] = 'Jármű sikeresen tárolva',
|
||||
['veh_impounded'] = 'Lefoglalt jármű',
|
||||
['no_veh_parking'] = 'Nincsenek itt tárolt járművek-',
|
||||
['veh_impounded'] = 'Lefoglalt jármű megjelölve a térképen',
|
||||
['no_veh_parking'] = 'Nincsenek itt tárolt járművek.',
|
||||
['no_veh_impounded'] = 'Nincs lefoglalt jármű.',
|
||||
['no_veh_Impound'] = 'nincs lefoglalt járműved.',
|
||||
['veh_model'] = 'Model',
|
||||
|
||||
@@ -38,7 +38,6 @@ AddEventHandler('esx_garage:setImpound', function(Impound, vehicleProps)
|
||||
})
|
||||
|
||||
xPlayer.showNotification(TranslateCap('veh_impounded'))
|
||||
|
||||
end)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user