-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Crowdin Bot <[email protected]>
- Loading branch information
1 parent
fb00f2f
commit 95e3b67
Showing
1 changed file
with
42 additions
and
1 deletion.
There are no files selected for viewing
43 changes: 42 additions & 1 deletion
43
loader-common/src/main/resources/assets/cyclopscore/lang/nl_nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "<Shift voor 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" | ||
} |