This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
Locales['nl'] = {
-- cloakroom
['cloakroom_menu'] = 'Vestiaire',
['cloakroom_prompt'] = 'Druk op [E] om de vestiaire te gebruiken.',
['wear_citizen'] = 'Jouw kleding',
['wear_work'] = 'Taxi kleding',
-- garage
['spawner_prompt'] = 'Druk op [E] om de Garage te gebruiken.',
["vehicle_spawned"] = "Successfully Spawned A ~b~%s!",
['store_veh'] = 'Druk op [E] om het voertuig weg te zetten.',
['spawn_veh'] = 'pak voertuig',
['spawnpoint_blocked'] = 'Er is een voertuig dat het spawnpoint blokkeerd!',
['only_taxi'] = 'je kunt alleen taxi voertuigen wegzetten.',
['empty_authorized_vehicles_table'] = "Authorized vehicles table is empty in config.lua",
['unknow_model'] = "Can't spawn this model because unknow",
['taking_service'] = 'in dienst: Taxi/Uber',
['full_service'] = 'volledige dienst: ',
['amount_invalid'] = 'ongeldig bedrag',
['press_to_open'] = 'Druk op [E] om het menu te gebruiken.',
['billing'] = 'facturering',
['billing_sent'] = 'de factuur is geregistreerd!',
['invoice_amount'] = 'factuurbedrag',
['no_players_near'] = 'geen spelers in de buurt',
['start_job'] = 'start / stop het rijden van NPC jobs',
['drive_search_pass'] = 'rijdend op zoek naar passagiers',
['customer_found'] = 'je hebt een klant gevonden, ga er naar toe !',
['client_unconcious'] = 'je klant is ~r~bewusteloos, zoek een andere klant.',
['arrive_dest'] = 'Je bent aangekomen op je bestemming',
['take_me_to_near'] = 'Breng me naar %s, in de buurt van %s',
['take_me_to'] = 'Breng me naar %s',
['close_to_client'] = 'Je bent te ver weg van je klant, ga er dichter bij in de buurt !',
['return_to_veh'] = 'ga terug naar je voertuig om de missie voort te zetten',
['must_in_taxi'] = 'Je moet in een taxi zitten om een missie te starten.',
['must_in_vehicle'] = 'Je moet in een voertuig zitten om een missie te starten.',
['not_in_taxi'] = 'Je bent de taxi verlaten tijdens een missie !',
['have_earned'] = 'Je hebt €%s verdiend !',
['comp_earned'] = '- je bedrijf heeft €%s verdiend\n- jij hebt €%s verdiend',
['deposit_stock'] = 'voorraad wegleggen',
['take_stock'] = 'voorraad pakken',
['boss_actions'] = 'baas acties',
['mission_complete'] = 'Missie compleet',
['quantity'] = 'hoeveelheid',
['quantity_invalid'] = 'dat is een ongeldige hoeveelheid !',
['inventory'] = 'inventory',
['taxi_client'] = 'taxi klant',
['have_withdrawn'] = 'je hebt x%s %s gepakt',
['have_deposited'] = 'je hebt x%s %s weggelegd',
['player_cannot_hold'] = 'Je hebt ~r~niet genoeg vrije ruimte in je inventory!',
['blip_taxi'] = 'downtown Cab Co.',
['phone_taxi'] = 'downtown Cab Co.',
['taxi'] = 'taxi',
['taxi_stock'] = 'taxi voorraad',
['amount'] = "Amount", --not translated
['bill_amount'] = "Amount to bill..", --not translated
['deposit_amount'] = "Amount to deposit..", --not translated
['withdraw_amount'] = "Amount to withdraw..", --not translated
['confirm'] = "Confirm", --not translated
}