Scripts/resources/[ps]/ps-dispatch/locales/locales.lua

64 lines
2.4 KiB
Lua
Raw Normal View History

2024-12-29 20:28:24 +00:00
Locales = {
['da'] = {
['unknown_caller'] = "Opkalder Ukendt",
['caller_unknown'] = "Ukendt",
['caller_local'] = "Lokal Borger",
['call_from'] = "Opkald fra ",
['two_door'] = "To-dørs ",
['three_door'] = "Tre-dørs ",
['four_door'] = "Fire-dørs ",
['compact'] = "Compact",
['sedan'] = "Sedan",
['suv'] = "SUV",
['coupe'] = "Coupe",
['muscle'] = "Muskelbil",
['sports_classic'] = "Klasikker",
['sports'] = "Sportsbil",
['super'] = "Superbil",
['motorcycle'] = "Motorcykel",
['offroad'] = "Off-road",
['industrial'] = "Industriel",
['utility'] = "Utility køretøj",
['van'] = "Van",
['service'] = "Service køretøj",
['military'] = "Militær køretøj",
['truck'] = "Lastbil",
-- Meter Robbery
['meterrobbery'] = "Meter Robbery",
-- ATM Robbery
['atmrobbery'] = "Hæveautomat røveri",
-- DISPATCH MESSAGES
['vehicleshots'] = "Skud affyret fra køretøj",
['melee'] = "Slås kamp i gang",
['shooting'] = "Skyderi i gang",
['driveby'] = "Drive-by skyderi",
['speeding'] = "Uansvarlig kørsel",
['autotheft'] = "Tyveri af et køretøj",
['officerdown'] = "KOLLEGA SKADET",
['persondown'] = "Personen er såret",
['storerobbery'] = "Røveri i butik",
['fleecabank'] = "Fleeca Bank røveri",
['paletobank'] = "Paleto Bank røveri",
['pacificbank'] = "Pacific Bank røveri",
['prisonbreak'] = "Fangeflugt i gang",
['vangelico'] = "Vangelico røveri",
['houserobbery'] = "Hus røveri",
['drugsell'] = "Mistænkelig handel",
['carjacking'] = "Biltyveri",
['vehicletheft'] = "Køretøjstyveri",
['emsdown'] = "EMS nede",
['artgalleryrobbery'] = "Kunstgalleri røveri",
['humanerobbery'] = "Humane Labs røveri",
['trainrobbery'] = "Tog røveri",
['vanrobbery'] = "Sikkerheds Van røveri",
['underground'] = "Bunker røveri",
['drugboatrobbery'] = "Mistænkelig båd",
['unionrobbery'] = "Union Depository røveri",
['carboosting'] = "Bil Boosting i gang",
['yachtheist'] = "Yacht Røveri i gang",
['susactivity'] = "Mistænkelig aktivitet",
}
}