Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions src/main/resources/assets/voxy/lang/nl_nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"voxy.config.title": "Voxy",

"voxy.config.general": "Algemeen",
"voxy.config.rendering": "Rendering",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be: Genereren.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well no genereren is generate. maybe "renderen" is better then rendering

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Thanks.


"voxy.config.general.enabled": "Voxy inschakelen",
"voxy.config.general.enabled.tooltip": "Schakelt voxy volledig in of uit",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Voxy should always be with capital letter so: Schakelt Voxy volledig in of uit.


"voxy.config.general.serviceThreads": "Service threads",
"voxy.config.general.serviceThreads.tooltip": "Aantal threads dat de ServiceThreadPool kan gebruiken",
Copy link
Copy Markdown

@VodaCode-Official VodaCode-Official Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe in parentheses: (Hoe de LoDs worden renderd).


"voxy.config.general.useSodiumBuilder": "Sodium threads gebruiken",
"voxy.config.general.useSodiumBuilder.tooltip": "Gebruikt sodium builder threads als onderdeel van voxy's thread pool, kan stotteren en lag verminderen bij snel bewegen op hoge renderafstand",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here voxy’s should be Voxy’s here, and it should be genereerafstand. From now on I’ll stop saying the capital letters, but they should still be changed!


"voxy.config.general.ingest": "Chunk verwerking",
"voxy.config.general.ingest.tooltip": "Schakelt voxy's mogelijkheid om nieuwe chunks naar LoDs te converteren in of uit",

"voxy.config.general.rendering": "Voxy Rendering",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genereren instead of rendering!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as said before i think renderen (or rendering even) is still better then genereren as this is about the rendering of the chunks not the generating/ingesting of the chunks

Copy link
Copy Markdown

@VodaCode-Official VodaCode-Official Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well they are loaded in so you can see them but… hey its just a translation don’t be hard about it.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i put thumbsdown for the others as an indicator they should be changed to renderen or keep at rendering but genereren isnt the correct word

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, that’s valid. But why no explanation?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cuz im tired just came out of a difficult exam and my brain forgor

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because rendering is not a Dutch word.

"voxy.config.general.rendering.tooltip": "Schakelt voxy rendering in of uit",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genereren instead of rendering.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But not this.


"voxy.config.general.subDivisionSize": "Pixels^2 van onderverdelingsgrootte",
"voxy.config.general.subDivisionSize.tooltip": "Maximale grootte in pixels (gekwadrateerd) van schermruimte AABB voordat wordt onderverdeeld naar kleinere LoDs (kleiner is hogere kwaliteit)",

"voxy.config.general.renderDistance": "Renderafstand",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genereerafstand instead of Renderafstand!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this.

"voxy.config.general.renderDistance.tooltip": "Renderafstand van voxy in chunks",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genereerafstand instead of Renderafstand!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This I get it.


"voxy.config.general.environmental_fog": "Omgevingsmist inschakelen",
"voxy.config.general.environmental_fog.tooltip": "Schakelt voxy omgevingsmist rendering in of uit",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of Rendering it should be genereren


"voxy.config.general.render_fog": "Render mist inschakelen",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genereer!

"voxy.config.general.render_fog.tooltip": "Schakelt render mist effect in of uit",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also genereer!


"voxy.config.general.render_statistics": "Render statistieken inschakelen",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also genereer!

"voxy.config.general.render_statistics.tooltip": "Schakel render statistieken in het F3 menu in, handig voor het opsporen van problemen"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here genereer!

}