Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage authored Sep 5, 2024
2 parents 426719e + b1fbc61 commit 8f6b84f
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions locales/nl.lua
Original file line number Diff line number Diff line change
@@ -1,27 +1,40 @@
local Translations = {
error = {
['already_mission'] = 'Je doet al een NPC-missie',
['already_mission'] = 'Je bent al bezig met een NPC-missie',
['not_in_taxi'] = 'Je zit niet in een taxi',
['missing_meter'] = 'Dit voertuig heeft geen taximeter',
['no_vehicle'] = 'Je zit niet in een voertuig',
['not_active_meter'] = 'De taximeter is niet actief',
['ride_canceled'] = 'Je hebt te vaak een ongeluk gehad, de rit is geannuleerd!',
['broken_taxi'] = 'Je taxi moet gerepareerd worden voordat je verder kunt werken!',
['crash_warning'] = 'Als je nog %d keer %s botst, stopt de klant de rit en word je niet betaald!',
['time'] = 'tijd',
['times'] = 'tijden',
},
success = {
['mission_cancelled'] = 'Missie succesvol geannuleerd',
},
info = {
['person_was_dropped_off'] = 'Persoon is afgezet!',
['npc_on_gps'] = 'De NPC wordt op je GPS aangegeven',
['npc_on_gps'] = 'De NPC staat aangegeven op je GPS',
['go_to_location'] = 'Breng de NPC naar de opgegeven locatie',
['vehicle_parking'] = '[E] Voertuig parkeren',
['job_vehicles'] = '[E] Werkvoertuigen',
['drop_off_npc'] = '[E] NPC Afzetten',
['call_npc'] = '[E] NPC Roepen',
['job_vehicles'] = '[E] Voertuigen',
['drop_off_npc'] = '[E] NPC afzetten',
['call_npc'] = '[E] NPC oproepen',
['blip_name'] = 'Downtown Cab',
['taxi_label_1'] = 'Standaard Cab',
['on_duty'] = '[E] - Go on duty',
['off_duty'] = '[E] - Go off duty'
['taxi_label_1'] = 'Standaard Taxi',
['no_spawn_point'] = 'Geen locatie gevonden om de taxi te plaatsen',
['taxi_returned'] = 'Taxi geparkeerd',
['on_duty'] = '[E] - Dienst beginnen',
['off_duty'] = '[E] - Dienst beëindigen',
['tip_received'] = 'Je hebt een fooi van $%d ontvangen voor je veilige rijgedrag',
['tip_not_received'] = 'Probeer niet tegen de taxi te botsen als je in de toekomst een fooi wilt ontvangen',
},
menu = {
['taxi_menu_header'] = 'Taxi Voertuigen',
['close_menu'] = '⬅ Menu Sluiten'
['taxi_menu_header'] = 'Taxivoertuigen',
['close_menu'] = '⬅ Menu sluiten',
['boss_menu'] = 'Boss Menu',
}
}

Expand Down

0 comments on commit 8f6b84f

Please sign in to comment.