Skip to content

Commit

Permalink
Added NL.properties, and added the activeLang entry in the config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchMC committed Oct 7, 2020
1 parent c847230 commit 775e81e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
32 changes: 32 additions & 0 deletions languages/en.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
welcome=Welcome to HaroTorch

#Commands
commandOnlyForPlayers=This command can only be used by Players!
noPermission=You do not have permission to use this command!
missingArguments=Missing arguments! Use %HELP_COMMAND% for help!

#GiveExecutor
quantityNaN=The given quantity is not a number!
quantityNegOrZero=Quantity may not be 0 or negative!

#HighlightAreaOfEffectExecutor
startingAoe=Showing the area of effect for %SECONDS% seconds!
endingAoe=Highlighting has ended!

#HighlightExecutor
highlightVersionNotSupported=The highlight feature is not supported on this version of Minecraft! (%NMS_VERSION%)
startingHiglight=Highlighting all Torches for %SECONDS% seconds!
endingHighlight=Highlighting has ended!

#ConvertExecutor
v1NotInstalledMessage=HaroTorch v1 is not installed. Aborting.
convertingToV2Start=Converting HaroTorch v1 Torches to v2...
convertingToV2Complete=Conversion complete. Disabling HaroTorch v1!

#BreakEvent
blockBreakNotAllowedTorchOntop=You may not break this block. A HaroTorch stands ontop!
blockBreakNotAllowedOwnerMismatch=You are not allowed to break this Torch since you do not own it!
torchBroken=Torch broken successfully!

#PlaceEvent
torchPlaced=Torch placed successfully!
41 changes: 41 additions & 0 deletions languages/nl.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
welcome=Welkom bij HaroTorch

#Commands
commandOnlyForPlayers=Dit commando mag alleen door spelers gebruikt worden!
noPermission=U hebt geen toestemming om dit commando te gebruiken!
missingArguments=Er ontbreken argumenten! Gebruik %HELP_COMMAND% voor hulp!

#GiveExecutor
quantityNaN=De opgegeven kwantiteit is niet een geldig nummer!
quantityNegOrZero=De opgegeven kwantiteit mag niet negatief of nul zijn!

#HighlightAreaOfEffectExecutor
startingAoe=Het gebied van effect weergeven gedurende %SECONDS% seconden!
endingAoe=Het markeren is beëindigd!

#HighlightExecutor
highlightVersionNotSupported=De highlight-functie wordt niet ondersteund op deze versie van Minecraft! (%NMS_VERSION%)
startingHiglight=Alle HaroTorch's voor %SECONDS% seconden markeren.
endingHighlight=Het markeren is beeindigd!

#ConvertExecutor
v1NotInstalledMessage=HaroTorch v1 is niet geïnstalleerd. Afgebroken.
convertingToV2Start=HaroTorch v1 Torches omzetten naar v2...
convertingToV2Complete=Conversie voltooid. HaroTorch v1 uitgeschakelt.

#BreakEvent
blockBreakNotAllowedTorchOntop=U mag dit blok niet doorbreken. Een HaroTorch staat er bovenop!
blockBreakNotAllowedOwnerMismatch=Je mag deze HaroTorch niet breken omdat je hem niet bezit!
torchBroken=HaroTorch successvol gebroken!

#PlaceEvent
torchPlaced=HaroTorch successvol geplaatst!

#HelpExecutor
helpMenuTitle=HaroTorch Help Menu
helpHelp=Toont je deze pagina.
helpHighlight=Highlight all nearby torches.
helpGive=Markeer alle HaroTorch's in de buurt.
helpConvert=Converteer v1-HaroTorch's naar v2-HaroTorch's.
helpVersion=Verkrijg het versienummer van HaroTorch en NMS.
helpAoe=Toon het effectgebied van alle nabije HaroTorch's met behulp van particles
2 changes: 2 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ torchHighlightTime: 30
#How many 'rows' of particles should be spawned when a user uses /torch aoe. Default: 10
torchAoeParticleHeight: 10

activeLang: "en"

# Recipe for the Torch
#
# Example:
Expand Down

0 comments on commit 775e81e

Please sign in to comment.