diff --git a/locales/hu.lua b/locales/hu.lua new file mode 100644 index 0000000..d953c95 --- /dev/null +++ b/locales/hu.lua @@ -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" +} \ No newline at end of file