Skip to content

Commit

Permalink
feat(locales): add .nl locales
Browse files Browse the repository at this point in the history
  • Loading branch information
SjurdVrancken authored Aug 17, 2024
1 parent 8770076 commit d366591
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locales/nl.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
local Translations = {
menus = {
header = 'Crafting Menu',
pickupworkBench = 'Pak werkbank op',
entercraftAmount = 'Voer hoeveelheid in:',
},
notifications = {
pickupBench = 'Je hebt je werkbank opgepakt.',
invalidAmount = 'Ongeldige hoeveelheid',
invalidInput = 'Ongeldige invoer',
notenoughMaterials = "Je hebt niet genoeg materialen!",
craftingCancelled = 'Je hebt je crafting geannuleerd',
tablePlace = 'Je hebt je werkbank geplaatst',
craftMessage = 'Je hebt een %s gemaakt',
xpGain = 'Je hebt %d XP verkregen %s',
}
}

Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true
})

0 comments on commit d366591

Please sign in to comment.