diff --git a/loader-common/src/main/resources/assets/cyclopscore/lang/nl_nl.json b/loader-common/src/main/resources/assets/cyclopscore/lang/nl_nl.json index 52dd925311..de74b87fe9 100644 --- a/loader-common/src/main/resources/assets/cyclopscore/lang/nl_nl.json +++ b/loader-common/src/main/resources/assets/cyclopscore/lang/nl_nl.json @@ -1,3 +1,44 @@ { - "gui.cyclopscore.infobook": "Informatie boek" + "_comment": "Vanilla toevoegingen", + "itemGroup.cyclopscore": "Cyclops Core", + "general.cyclopscore.dev_world": "Ontwikkelaar wereld", + "general.cyclopscore.tooltip.info": "", + "general.cyclopscore.info.enabled": "§aIngeschakeld", + "general.cyclopscore.info.disabled": "Uitgeschakeld", + "general.cyclopscore.version.updateAvailable": "Nieuwe versie beschikbaar", + "general.cyclopscore.version.download": "[Download]", + "general.cyclopscore.version.clickToDownload": "Klik om te downloaden", + "gui.cyclopscore.scrollbar": "Schuiven", + "gui.cyclopscore.search": "Zoeken", + "gui.cyclopscore.left": "Links", + "gui.cyclopscore.right": "Rechts", + "gui.cyclopscore.up": "Omhoog", + "gui.cyclopscore.down": "Omlaag", + "gui.cyclopscore.infobook": "Informatie boek", + "infobook.cyclopscore.next_page": "Volgende pagina", + "infobook.cyclopscore.previous_page": "Vorige pagina", + "infobook.cyclopscore.parent_section": "Bovenliggende sectie", + "infobook.cyclopscore.last_page": "Laatst bezochte pagina", + "infobook.cyclopscore.keybindings": "Toegewezen toetsen", + "infobook.cyclopscore.keybinding": "Toegewezen toets", + "infobook.cyclopscore.external": "Webversie", + "gui.cyclopscore.rewards": "Beloningen", + "chat.cyclopscore.command.invalidArguments": "Ongeldige argumenten", + "chat.cyclopscore.command.invalidSubcommand": "Ongeldige subopdracht", + "chat.cyclopscore.command.onlyOneValue": "Definieer één nieuwe waarde", + "chat.cyclopscore.command.invalidNewValue": "Nieuwe waarde is ongeldig", + "chat.cyclopscore.command.updatedValue": "%s gewijzigd naar %s", + "chat.cyclopscore.command.invalidPlayer": "Speler '%s' niet gevonden", + "chat.cyclopscore.command.ignitedPlayer": "Speler '%s' was in brand gestoken voor %s ticks", + "chat.cyclopscore.command.noConfigsFound": "Er zijn geen configuratiewaarden gevonden die ingesteld kunnen worden", + "multiblock.cyclopscore.error.invalidBlock": "%s bevat een ongeldig blok %s.", + "multiblock.cyclopscore.error.size.cube": "Afmetingen %s vormen geen kubus, afmetingen zijn niet gelijk.", + "multiblock.cyclopscore.error.size.exact": "Gevonden afmetingen %s, terwijl precies %s werd verwacht.", + "multiblock.cyclopscore.error.size.max": "Gevonden afmetingen %s, terwijl een maximum van %s werd verwacht.", + "multiblock.cyclopscore.error.size.min": "Gevonden afmetingen %s, terwijl een minimum van %s werd verwacht.", + "multiblock.cyclopscore.error.blockCount.exact": "Verwacht exact %s van %s, terwijl %s werd gevonden.", + "multiblock.cyclopscore.error.blockCount.max": "Verwacht hooguit %s van %s, terwijl %s werd gevonden.", + "multiblock.cyclopscore.error.blockCount.min": "Verwacht tenminste %s van %s, terwijl %s werd gevonden.", + "multiblock.cyclopscore.error.hollow.air": "Positie %s moet leeg zijn.", + "block.air": "Lucht" }