We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053897f commit ccf136dCopy full SHA for ccf136d
src/main/resources/assets/clientcommands/lang/nl_nl.json
@@ -1,4 +1,9 @@
1
{
2
+ "c2cpacket.encryptionFailed": "Er ging iets mis tijdens het versleutelen van je bericht",
3
+ "c2cpacket.malformedPacket": "Je hebt een verkeerd C2C-pakket ontvangen:",
4
+ "c2cpacket.messageC2CPacket.incoming": "%s -> jij: %s",
5
+ "c2cpacket.messageC2CPacket.outgoing": "Jij -> %s: %s",
6
+
7
"chorusManip.goalTooFar": "Doel is te ver weg!",
8
"chorusManip.landing.failed": "Landingsmanipulatie niet mogelijk",
9
"chorusManip.landing.success": "Landen op: %s, %s, %s",
0 commit comments