Skip to content

Commit

Permalink
chore(locales/nl): better phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb authored Jan 25, 2022
1 parent 7638092 commit 9078a5b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions locales/nl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ local Translations = {
["loaded_square_map"] = "Vierkante map is geladen!",
["load_circle_map"] = "Cirkel map is aan het laden...",
["loaded_circle_map"] = "Cirkel map is geladen!",
["cinematic_on"] = "Cinema modus aan!",
["cinematic_off"] = "Cinema modus uit!",
["engine_on"] = "Motor is gestart!",
["engine_off"] = "Motor is gestopt!",
["cinematic_on"] = "Bioscoop modus aan!",
["cinematic_off"] = "Bioscoop modus uit!",
["engine_on"] = "Motor aangezet!",
["engine_off"] = "Motor uitgezet!",
["low_fuel"] = "Laag brandstofniveau!",
["access_denied"] = "Je bent niet gemachtigd!",
["stress_gain"] = "Gestresseerd zijn!",
["stress_removed"] = "Relaxed zijn!"
["stress_gain"] = "Je voelt je meer gestrest!",
["stress_removed"] = "Je voelt je meer relaxed!"
}
}
Lang = Locale:new({phrases = Translations, warnOnMissing = true})
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})

0 comments on commit 9078a5b

Please sign in to comment.