Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
feat(locales): Hungarian locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Rav3n95 authored Jul 11, 2022
1 parent fb3c902 commit ff7ab78
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions locales/hu.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Locales['hu'] = {
['$'] = '$',
['car'] = 'Autó',
['boat'] = 'Hajó',
['aircraft'] = 'Repülő',
['plate'] = "Rendszám",
['price'] = "Ár",
['impound'] = "Lefoglalva",
['impound_lot'] = "Lefoglalt járművek",
['access_impound'] = "Lefoglaltak megnyitása",
['take_out_vehicle_impound'] = "Jármű kivétele a lefoglaltból",
['no_vehicles_impound'] = "Nincs jármű lefoglalva",
['garage'] = "Garázs",
['garage_cant_store'] = "Itt nem tudod leparkolni a járműved",
['take_out_vehicle'] = "Jármű kivétele",
['store_vehicle'] = "Eltárolás",
['in_garage'] = "Garázsban",
['not_in_garage'] = "Garázson kivül",
['no_vehicles_garage'] = "Nincs jármű a garázsban",
['no_spawn_spots'] = "Nincs elérhető parkoló",
['no_ownership'] = "Nem a tiéd ez a jármű",
['no_money_cash'] = "Nincs elég pénzed",
['no_money_bank'] = "Nincs elég pénzed a bankodba",
['vehicle_already_exists'] = "Nincs ilyen jármű",
["status"] = "Státusz"
}

0 comments on commit ff7ab78

Please sign in to comment.