diff --git a/src/main/java/net/earthcomputer/clientcommands/features/EnchantmentCracker.java b/src/main/java/net/earthcomputer/clientcommands/features/EnchantmentCracker.java index 8c5043167..68182ddd6 100644 --- a/src/main/java/net/earthcomputer/clientcommands/features/EnchantmentCracker.java +++ b/src/main/java/net/earthcomputer/clientcommands/features/EnchantmentCracker.java @@ -134,7 +134,7 @@ public static void drawEnchantmentGUIOverlay(GuiGraphics graphics) { lines.add(""); if (crackState == CrackState.CRACKED) { - lines.add(I18n.get("enchCrack.xpSeed.one", possibleXPSeeds.iterator().next())); + lines.add(I18n.get("enchCrack.xpSeed.one", String.format("%08X", possibleXPSeeds.iterator().next()))); } else if (crackState == CrackState.CRACKING) { lines.add(I18n.get("enchCrack.xpSeed.many", possibleXPSeeds.size())); } diff --git a/src/main/resources/assets/clientcommands/lang/de_de.json b/src/main/resources/assets/clientcommands/lang/de_de.json index 7156ad1a2..407958007 100644 --- a/src/main/resources/assets/clientcommands/lang/de_de.json +++ b/src/main/resources/assets/clientcommands/lang/de_de.json @@ -11,20 +11,20 @@ "commands.calias.removeAlias.success": "Alias \"%s\" erfolgreich entfernt", "commands.careastats.notLoaded": "Ein Chunk in diesem Bereich ist nicht geladen", - "commands.careastats.output.chunksScanned": "%d Chunks in %dns ≈ %dms gescannt", - "commands.careastats.output.blocksMatched": "%d von %d Blöcken stimmen überein", - "commands.careastats.output.entitiesFound": "%d Objekte in diesem Bereich gefunden", + "commands.careastats.output.chunksScanned": "%s Chunks in %sns ≈ %sms gescannt", + "commands.careastats.output.blocksMatched": "%s von %s Blöcken stimmen überein", + "commands.careastats.output.entitiesFound": "%s Objekte in diesem Bereich gefunden", "commands.cbook.success": "Das Buch wurde bearbeitet", "commands.cbook.commandException": "Du hältst kein Buch in deiner Hand", "commands.ccalc.expected": "%s erwartet", - "commands.ccalc.invalidArgumentCount": "Funktion \"%s\" kann %d Argumente nicht annehmen", + "commands.ccalc.invalidArgumentCount": "Funktion \"%s\" kann %s Argumente nicht annehmen", "commands.ccalc.parse": "Analysierter Ausdruck: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(Konstante '%s')", @@ -33,16 +33,16 @@ "commands.ccalc.parse.negate": "(Verneint: %s)", "commands.ccalc.tooDeeplyNested": "Ausdruck ist zu tief verschachtelt", - "commands.ccalcstack.success": "%d %s sind %d Stapel plus %d Gegenstände", - "commands.ccalcstack.success.empty": "%d Gegenstände sind %d Stapel plus %d Gegenstände", - "commands.ccalcstack.success.empty.exact": "%d Gegenstände sind genau %d Stapel", - "commands.ccalcstack.success.exact": "%d %s sind genau %d Stapel", + "commands.ccalcstack.success": "%s %s sind %s Stapel plus %s Gegenstände", + "commands.ccalcstack.success.empty": "%s Gegenstände sind %s Stapel plus %s Gegenstände", + "commands.ccalcstack.success.empty.exact": "%s Gegenstände sind genau %s Stapel", + "commands.ccalcstack.success.exact": "%s %s sind genau %s Stapel", "commands.ccrackrng.failed": "Knacken des Spielerseeds gescheitert", "commands.ccrackrng.failed.help": "Hilfe: RNG-Manipulation funktioniert nicht auf manchen modifizierten Servern, im Besonderen nicht auf Paper.", - "commands.ccrackrng.retries": "Knacke Spielerseed, Versuch %d/%d", + "commands.ccrackrng.retries": "Knacke Spielerseed, Versuch %s/%s", "commands.ccrackrng.starting": "Knacke Spielerseed", - "commands.ccrackrng.success": "Spieler-RNG geknackt: %d", + "commands.ccrackrng.success": "Spieler-RNG geknackt: %s", "commands.ccreativetab.addStack.success": "%s erfolgreich zu \"%s\" hinzugefügt", "commands.ccreativetab.addTab.alreadyExists": "Kreativtab \"%s\" existiert bereits", @@ -50,12 +50,12 @@ "commands.ccreativetab.addTab.success": "Kreativtab \"%s\" erfolgreich hinzugefügt", "commands.ccreativetab.changeIcon.success": "Symbol für \"%s\" erfolgreich von %s zu %s geändert", "commands.ccreativetab.notFound": "Kreativtab \"%s\" nicht gefunden", - "commands.ccreativetab.outOfBounds": "Position %d ist außer Reichweite", - "commands.ccreativetab.removeStack.success": "Stapel erfolgreich von \"%s\" an Position %d entfernt", + "commands.ccreativetab.outOfBounds": "Position %s ist außer Reichweite", + "commands.ccreativetab.removeStack.success": "Stapel erfolgreich von \"%s\" an Position %s entfernt", "commands.ccreativetab.removeTab.success": "Kreativtab \"%s\" erfolgreich entfernt", "commands.ccreativetab.renameTab.success": "Kreativtab \"%s\" erfolgreich auf \"%s\" umbenannt", "commands.ccreativetab.saveFile.failed": "Konnte Kreativtab-Datei nicht speichern", - "commands.ccreativetab.setStack.success": "Stapel in Kreativtab \"%s\" an Position %d erfolgreich auf %s geändert", + "commands.ccreativetab.setStack.success": "Stapel in Kreativtab \"%s\" an Position %s erfolgreich auf %s geändert", "commands.cenchant.failed": "Es ist unmöglich oder würde zu lange brauchen, diese Verzauberungen zu bekommen", "commands.cenchant.help.uncrackedPlayerSeed": "Hilfe: du hast den Spielerseed nicht vollständig geknackt", @@ -68,7 +68,7 @@ "commands.cfind.found.right": ", %2$s Blöcke entfernt", "commands.cfind.keepSearching.success": "Finde Objekte", "commands.cfind.noMatch": "Keine Objekte haben der Abfrage entsprochen", - "commands.cfind.success": "%d Objekte haben der Abfrage entsprochen", + "commands.cfind.success": "%s Objekte haben der Abfrage entsprochen", "commands.cfindblock.notFound": "Kein passender Block gefunden", "commands.cfindblock.starting": "Suche nach %s", @@ -76,14 +76,14 @@ "commands.cfindblock.success.glow": "[Leuchten]", "commands.cfindblock.success.right": ", %1$s Blöcke entfernt", - "commands.cfinditem.match.left": "%dx %s wurden an ", + "commands.cfinditem.match.left": "%sx %s wurden an ", "commands.cfinditem.match.right": " gefunden", "commands.cfinditem.starting": "Suche nach %s", "commands.cfinditem.starting.keepSearching": "Suche unendlich lange nach %s.", - "commands.cfinditem.total": "Fand insgesamt %dx %s", + "commands.cfinditem.total": "Fand insgesamt %sx %s", "commands.cfish.addGoal.success": "Ziel %s erfolgreich hinzugefügt", - "commands.cfish.correctLoot": "Richtige Ausbeute mit Korrektur von %dms erhalten", + "commands.cfish.correctLoot": "Richtige Ausbeute mit Korrektur von %sms erhalten", "commands.cfish.error.biome": "Kann die gewünschte Ausbeute in diesem Biom nicht erhalten, sondern nur in %s", "commands.cfish.error.crackFailed": "Knacken der Schwimmer-RNG gescheitert, ist der Server modifiziert?", "commands.cfish.error.collision": "Schwimmer ist an etwas angestoßen", @@ -97,38 +97,38 @@ "commands.cfish.error.outOfWater": "Schwimmer außerhalb des Wassers, Manipulation wird nicht funktioniert", "commands.cfish.help.tooManyEnchants": "Hilfe: mehrere Verzauberungen gleichzeitig sind unwahrscheinlich und es kann sehr lange dauern, sie zu erhalten", "commands.cfish.listGoals.noGoals": "Es gibt keine Angelziele", - "commands.cfish.listGoals.success": "Es gibt %d Angelziele:", + "commands.cfish.listGoals.success": "Es gibt %s Angelziele:", "commands.cfish.needFishingManipulation": "Angel-Manipulation ist nicht aktiviert", "commands.cfish.removeGoal.success": "Ziel %s erfolgreich entfernt", - "commands.cfish.wrongLoot": "Konnte richtige Ausbeute mit Korrektur von %dms nicht erhalten, war möglicherweise %s Ticks vorne", + "commands.cfish.wrongLoot": "Konnte richtige Ausbeute mit Korrektur von %sms nicht erhalten, war möglicherweise %s Ticks vorne", - "commands.cfov.success": "Sichtfeld auf %f gesetzt", + "commands.cfov.success": "Sichtfeld auf %s gesetzt", - "commands.cfunction.limitReached": "Befehlslimit (%d) erreicht", - "commands.cfunction.success": "%d Befehle von Funktion %s ausgeführt", + "commands.cfunction.limitReached": "Befehlslimit (%s) erreicht", + "commands.cfunction.success": "%s Befehle von Funktion %s ausgeführt", "commands.cgamemode.playerNotFound": "Spieler nicht gefunden", "commands.cgamemode.playerGameMode": "Spieler %s ist im Spielmodus %s", "commands.cgamemode.noneWithGameMode": "Keine Spieler sind im Spielmodus %s", "commands.cgamemode.listWithGameMode": "Die folgenden Spieler sind im Spielmodus %s:", - "commands.cgamma.success": "Gamma auf %f gesetzt", + "commands.cgamma.success": "Gamma auf %s gesetzt", - "commands.cghostblock.fill.success": "%d Geisterblöcke eingesetzt", + "commands.cghostblock.fill.success": "%s Geisterblöcke eingesetzt", "commands.cghostblock.set.success": "Geisterblock eingesetzt", - "commands.cgive.success": "Gab dir selbst %d %s", + "commands.cgive.success": "Gab dir selbst %s %s", "commands.cgive.notCreative": "Spieler muss im Kreativmodus sein, um sich selbst Gegenstände zu geben", "commands.cglow.entity.keepSearching.success": "Beleuchte Objekte", "commands.cglow.entity.failed": "Es gibt keine Objekte zu beleuchten", - "commands.cglow.entity.success": "Beleuchte %d Objekte", - "commands.cglow.area.success": "Beleuchte %d Bereiche", + "commands.cglow.entity.success": "Beleuchte %s Objekte", + "commands.cglow.area.success": "Beleuchte %s Bereiche", "commands.chat.success": "Gute Nachrichten: das Chatfenster wurde geöffnet", "commands.chotbar.notCreative": "Spieler muss im Kreativmodus sein, um gespeicherte Schnellzugriffsleisten zu laden", - "commands.chotbar.restoredHotbar": "Schnellzugriffsleiste %d geladen", + "commands.chotbar.restoredHotbar": "Schnellzugriffsleiste %s geladen", "commands.ckit.notFound": "Kit \"%s\" nicht gefunden", "commands.ckit.saveFile.failed": "Konnte Kit-Datei nicht speichern", @@ -162,14 +162,14 @@ "commands.cparticle.unsuitableParticleOption": "Zeige keine Partikel an, weil die Partikel-Grafikeinstellung ungeeignet ist", "commands.cparticle.success": "Zeige Partikel %s an", - "commands.cpermissionlevel.success": "Deine Berechtigungsstufe ist %d", + "commands.cpermissionlevel.success": "Deine Berechtigungsstufe ist %s", "commands.cplaysound.success": "Geräusch %s wurde für dich selbst abgespielt", "commands.cplugins.found": "Folgende Plugins gefunden:", - "commands.cping.success": "Dein durchschnittlicher Ping ist %dms", - "commands.cping.success.other": "Der durchschnittliche Ping von %s ist %dms", + "commands.cping.success": "Dein durchschnittlicher Ping ist %sms", + "commands.cping.success.other": "Der durchschnittliche Ping von %s ist %sms", "commands.cping.singleplayer": "Du bist in einer Einzelspielerwelt (╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "Spieler nicht gefunden", @@ -196,9 +196,9 @@ "commands.cstopsound.success.source.sound": "Gräusch '%s' von der Quelle '%s' wurde für dich selbst gestoppt", "commands.ctask.list.noTasks": "Derzeit werden keine Aufgaben ausgeführt", - "commands.ctask.list.success": "Derzeit werden %d Aufgaben ausgeführt", + "commands.ctask.list.success": "Derzeit werden %s Aufgaben ausgeführt", "commands.ctask.stop.noMatch": "Keine passenden Aufgaben", - "commands.ctask.stop.success": "%d Aufgaben wurden beendet", + "commands.ctask.stop.success": "%s Aufgaben wurden beendet", "commands.ctime.reset.success": "Die Zeit ist jetzt mit dem Server synchronisiert", @@ -240,7 +240,7 @@ "commands.cwiki.failed": "Konnte Wiki-Inhalt nicht abrufen", "commands.cwiki.noContent": "Dieser Artikel hat keinen Einleitungsabsatz", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Abbrechen", "commands.client.crack": "Knacken", "commands.client.enable": "Aktivieren", @@ -253,7 +253,7 @@ "commands.client.requiresRestart": "Diese Änderung wird erst nach einem Neustart verfügbar", "commands.client.tooFewArguments": "Zu wenige Argumente", - "chorusManip.landing.success": "Landung auf: %d, %d, %d", + "chorusManip.landing.success": "Landung auf: %s, %s, %s", "chorusManip.landing.failed": "Landungsmanipulation nicht möglich", "chorusManip.goalTooFar": "Ziel ist zu weit entfernt!", "chorusManip.needChorusManipulation": "Chorusfruchtmanipulation muss aktiviert sein, um diesen Befehl auszuführen.", @@ -266,19 +266,19 @@ "enchCrack.enchantments": "Verzauberungen:", "enchCrack.clues": "Hinweise:", - "enchCrack.slot": "Position %d:", - "enchCrack.bookshelfCount": "Anzahl Bücherregale: %d", + "enchCrack.slot": "Position %s:", + "enchCrack.bookshelfCount": "Anzahl Bücherregale: %s", - "enchCrack.xpSeed.one": "XP-Seed: %08X", - "enchCrack.xpSeed.many": "Anzahl der möglichen XP-Seeds: %d", - "enchCrack.playerRNGSeed.many": "Anzahl der möglichen Spielerseeds: %d", + "enchCrack.xpSeed.one": "XP-Seed: %s", + "enchCrack.xpSeed.many": "Anzahl der möglichen XP-Seeds: %s", + "enchCrack.playerRNGSeed.many": "Anzahl der möglichen Spielerseeds: %s", "enchCrack.addInfo": "Information hinzufügen", "enchCrack.insn.dummy": "Mach eine Dummy-Verzauberung", "enchCrack.insn.ready": "Dein Zauberseed ist bereit", - "enchCrack.insn.bookshelves": "Erforderliche Bücherregale: %d", - "enchCrack.insn.slot": "In Position: %d", - "enchCrack.insn.itemThrows": "Erforderliche Gegenstände: %d (ungefähr %f Sekunden)", + "enchCrack.insn.bookshelves": "Erforderliche Bücherregale: %s", + "enchCrack.insn.slot": "In Position: %s", + "enchCrack.insn.itemThrows": "Erforderliche Gegenstände: %s (ungefähr %s Sekunden)", "enchCrack.insn.itemThrows.noDummy": "Keine Dummy-Verzauberung", "enchCrack.insn.enchantments": "Verzauberungen auf dem Gegenstand:", @@ -322,13 +322,13 @@ "playerManip.reset.recreated": "Spieler neu erstellt", "playerManip.serverBrandWarning": "Warnung: der Server, auf dem du spielst, ist modifiziert. Es gibt keine Garantie dafür, dass RNG-Features in diesem Mod richtig funktionieren werden!", - "playerManip.toolBreakWarning": "Warnung: Werkzeug hat nur mehr %d Haltbarkeit übrig", - "playerManip.throwError": "Bedingung nicht möglich oder würde mehr als %d Würfe von Gegenstände erfordern", - "playerManip.notEnoughItems": "Nicht genug Gegenstände (%d von %d), um Seed zu manipulieren", + "playerManip.toolBreakWarning": "Warnung: Werkzeug hat nur mehr %s Haltbarkeit übrig", + "playerManip.throwError": "Bedingung nicht möglich oder würde mehr als %s Würfe von Gegenstände erfordern", + "playerManip.notEnoughItems": "Nicht genug Gegenstände (%s von %s), um Seed zu manipulieren", "playerManip.uncracked": "Spieler-Seed muss geknackt sein.", "snakeGame.title": "Snake", - "snakeGame.score": "Punkte: %d", + "snakeGame.score": "Punkte: %s", "c2cpacket.messageTooLong": "Nachricht zu lange (max. 255 Zeichen) %s Zeichen gefunden", "c2cpacket.publicKeyNotFound": "Öffentlicher Schlüssel nicht gefunden", diff --git a/src/main/resources/assets/clientcommands/lang/en_us.json b/src/main/resources/assets/clientcommands/lang/en_us.json index ec1169c12..ffa9c9598 100644 --- a/src/main/resources/assets/clientcommands/lang/en_us.json +++ b/src/main/resources/assets/clientcommands/lang/en_us.json @@ -12,20 +12,20 @@ "commands.calias.removeAlias.success": "Successfully removed alias \"%s\"", "commands.careastats.notLoaded": "A chunk in this area is not loaded", - "commands.careastats.output.chunksScanned": "Scanned %d chunks in %dns ≈ %dms", - "commands.careastats.output.blocksMatched": "Matched %d out of %d total blocks", - "commands.careastats.output.entitiesFound": "Found %d entities in this area", + "commands.careastats.output.chunksScanned": "Scanned %s chunks in %sns ≈ %sms", + "commands.careastats.output.blocksMatched": "Matched %s out of %s total blocks", + "commands.careastats.output.entitiesFound": "Found %s entities in this area", "commands.cbook.success": "Successfully edited book", "commands.cbook.commandException": "You are not holding a book", "commands.ccalc.expected": "Expected %s", - "commands.ccalc.invalidArgumentCount": "Function \"%s\" cannot take %d arguments", + "commands.ccalc.invalidArgumentCount": "Function \"%s\" cannot take %s arguments", "commands.ccalc.parse": "Parsed expression: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(constant '%s')", @@ -34,16 +34,16 @@ "commands.ccalc.parse.negate": "(negated: %s)", "commands.ccalc.tooDeeplyNested": "Expression is too deeply nested", - "commands.ccalcstack.success": "%d %s is %d stacks and %d extra", - "commands.ccalcstack.success.empty": "%d items is %d stacks and %d extra", - "commands.ccalcstack.success.empty.exact": "%d items is exactly %d stacks", - "commands.ccalcstack.success.exact": "%d %s is exactly %d stacks", + "commands.ccalcstack.success": "%s %s is %s stacks and %s extra", + "commands.ccalcstack.success.empty": "%s items is %s stacks and %s extra", + "commands.ccalcstack.success.empty.exact": "%s items is exactly %s stacks", + "commands.ccalcstack.success.exact": "%s %s is exactly %s stacks", "commands.ccrackrng.failed": "Failed to crack player seed", "commands.ccrackrng.failed.help": "Help: RNG manipulation doesn't work on some modded servers, in particular Paper.", - "commands.ccrackrng.retries": "Cracking player seed, attempt %d/%d", + "commands.ccrackrng.retries": "Cracking player seed, attempt %s/%s", "commands.ccrackrng.starting": "Cracking player seed", - "commands.ccrackrng.success": "Player RNG cracked: %d", + "commands.ccrackrng.success": "Player RNG cracked: %s", "commands.ccreativetab.addStack.success": "Successfully added %s to \"%s\"", "commands.ccreativetab.addTab.alreadyExists": "Creative tab \"%s\" already exists", @@ -51,12 +51,12 @@ "commands.ccreativetab.addTab.success": "Successfully added creative tab \"%s\"", "commands.ccreativetab.changeIcon.success": "Successfully changed the icon of \"%s\" from %s to %s", "commands.ccreativetab.notFound": "Creative tab \"%s\" not found", - "commands.ccreativetab.outOfBounds": "Index %d is out of bounds", - "commands.ccreativetab.removeStack.success": "Successfully removed stack from \"%s\" at index %d", + "commands.ccreativetab.outOfBounds": "Index %s is out of bounds", + "commands.ccreativetab.removeStack.success": "Successfully removed stack from \"%s\" at index %s", "commands.ccreativetab.removeTab.success": "Successfully removed creative tab \"%s\"", "commands.ccreativetab.renameTab.success": "Successfully renamed creative tab \"%s\" to \"%s\"", "commands.ccreativetab.saveFile.failed": "Could not save creative tabs file", - "commands.ccreativetab.setStack.success": "Successfully set the stack from \"%s\" at index %d to %s", + "commands.ccreativetab.setStack.success": "Successfully set the stack from \"%s\" at index %s to %s", "commands.cenchant.failed": "It's impossible or would take too long to get those enchantments", "commands.cenchant.help.uncrackedPlayerSeed": "Help: you have not fully cracked the player seed", @@ -69,7 +69,7 @@ "commands.cfind.found.right": ", %2$s blocks away", "commands.cfind.keepSearching.success": "Finding entities", "commands.cfind.noMatch": "No entities matched your query", - "commands.cfind.success": "%d entities matched your query", + "commands.cfind.success": "%s entities matched your query", "commands.cfindblock.notFound": "No such block found", "commands.cfindblock.starting": "Searching for %s", @@ -77,16 +77,16 @@ "commands.cfindblock.success.glow": "[Glow]", "commands.cfindblock.success.right": ", %1$s blocks away", - "commands.cfinditem.match.entity.left": "%dx %s found in %s at ", + "commands.cfinditem.match.entity.left": "%sx %s found in %s at ", "commands.cfinditem.match.entity.right": "", - "commands.cfinditem.match.left": "%dx %s found at ", + "commands.cfinditem.match.left": "%sx %s found at ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Searching for %s", "commands.cfinditem.starting.keepSearching": "Infinitely searching for %s", - "commands.cfinditem.total": "Found %dx %s total", + "commands.cfinditem.total": "Found %sx %s total", "commands.cfish.addGoal.success": "Successfully added goal %s", - "commands.cfish.correctLoot": "Got the correct loot with correction of %dms", + "commands.cfish.correctLoot": "Got the correct loot with correction of %sms", "commands.cfish.error.biome": "Loot cannot be obtained in this biome, %s needed", "commands.cfish.error.crackFailed": "Failed to crack the fishing bobber RNG, is the server modded?", "commands.cfish.error.collision": "Fishing bobber collided with something", @@ -100,38 +100,38 @@ "commands.cfish.error.outOfWater": "Fishing bobber out of water, manipulation won't work", "commands.cfish.help.tooManyEnchants": "Help: multiple enchantments at once are unlikely and may take a long time to obtain", "commands.cfish.listGoals.noGoals": "There are no fishing goals", - "commands.cfish.listGoals.success": "There are %d fishing goals:", + "commands.cfish.listGoals.success": "There are %s fishing goals:", "commands.cfish.needFishingManipulation": "Fishing manipulation is not enabled", "commands.cfish.removeGoal.success": "Successfully removed goal %s", - "commands.cfish.wrongLoot": "Didn't get the correct loot with correction of %dms, could have been %s ticks ahead", + "commands.cfish.wrongLoot": "Didn't get the correct loot with correction of %sms, could have been %s ticks ahead", - "commands.cfov.success": "Set FOV to %f", + "commands.cfov.success": "Set FOV to %s", - "commands.cfunction.limitReached": "Command limit (%d) reached", - "commands.cfunction.success": "Ran %d commands from function %s", + "commands.cfunction.limitReached": "Command limit (%s) reached", + "commands.cfunction.success": "Ran %s commands from function %s", "commands.cgamemode.playerNotFound": "Player not found", "commands.cgamemode.playerGameMode": "Player %s is in game mode %s", "commands.cgamemode.noneWithGameMode": "No players are in game mode %s", "commands.cgamemode.listWithGameMode": "The following players are in game mode %s:", - "commands.cgamma.success": "Set gamma to %f", + "commands.cgamma.success": "Set gamma to %s", - "commands.cghostblock.fill.success": "%d ghost blocks filled", + "commands.cghostblock.fill.success": "%s ghost blocks filled", "commands.cghostblock.set.success": "Ghost block placed", - "commands.cgive.success": "Gave %d %s to self", + "commands.cgive.success": "Gave %s %s to self", "commands.cgive.notCreative": "Player must be in creative mode to give items to self", "commands.cglow.entity.keepSearching.success": "Glowing entities", "commands.cglow.entity.failed": "No entities to glow", - "commands.cglow.entity.success": "Glowing %d entities", - "commands.cglow.area.success": "Glowing %d area", + "commands.cglow.entity.success": "Glowing %s entities", + "commands.cglow.area.success": "Glowing %s area", "commands.chat.success": "Successfully opened c🎩", "commands.chotbar.notCreative": "Player must be in creative mode to restore item hotbars", - "commands.chotbar.restoredHotbar": "Restored item hotbar %d", + "commands.chotbar.restoredHotbar": "Restored item hotbar %s", "commands.ckit.notFound": "Kit \"%s\" not found", "commands.ckit.saveFile.failed": "Could not save kits file", @@ -167,14 +167,14 @@ "commands.cparticle.unsuitableParticleOption": "Won't display particle as the particle video setting is unsuitable", "commands.cparticle.success": "Displaying particle %s", - "commands.cpermissionlevel.success": "Your permission level is %d", + "commands.cpermissionlevel.success": "Your permission level is %s", "commands.cplaysound.success": "Played sound %s to self", "commands.cplugins.found": "Found the following plugins:", - "commands.cping.success": "Your average ping is %dms", - "commands.cping.success.other": "The average ping of %s is %dms", + "commands.cping.success": "Your average ping is %sms", + "commands.cping.success.other": "The average ping of %s is %sms", "commands.cping.singleplayer": "You are in a singleplayer world (╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "Player not found", @@ -202,9 +202,9 @@ "commands.ctask.conflicting": "A conflicting task '%s' is already running. %s", "commands.ctask.list.noTasks": "No currently executing tasks", - "commands.ctask.list.success": "%d currently executing tasks", + "commands.ctask.list.success": "%s currently executing tasks", "commands.ctask.stop.noMatch": "No matching tasks", - "commands.ctask.stop.success": "Stopped %d tasks", + "commands.ctask.stop.success": "Stopped %s tasks", "commands.ctictactoe.playerNotFound": "Player not found", "commands.ctictactoe.noGameWithPlayer": "Currently not playing a game with that player", @@ -249,7 +249,7 @@ "commands.cwiki.failed": "Could not retrieve wiki content", "commands.cwiki.noContent": "There is no introductory paragraph in that article", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Cancel", "commands.client.crack": "Crack", "commands.client.enable": "Enable", @@ -263,7 +263,7 @@ "commands.client.requiresRestart": "This change will take effect after you restart your client", "commands.client.tooFewArguments": "Too few arguments", - "chorusManip.landing.success": "Landing on: %d, %d, %d", + "chorusManip.landing.success": "Landing on: %s, %s, %s", "chorusManip.landing.failed": "Landing manipulation not possible", "chorusManip.goalTooFar": "Goal is too far away!", "chorusManip.needChorusManipulation": "Chorus Fruit manipulation is not enabled", @@ -276,26 +276,26 @@ "enchCrack.enchantments": "Enchantments:", "enchCrack.clues": "Clues:", - "enchCrack.slot": "Slot %d:", - "enchCrack.bookshelfCount": "Bookshelf Count: %d", + "enchCrack.slot": "Slot %s:", + "enchCrack.bookshelfCount": "Bookshelf Count: %s", - "enchCrack.xpSeed.one": "XP Seed: %08X", - "enchCrack.xpSeed.many": "Possible XP seeds: %d", - "enchCrack.playerRNGSeed.many": "Possible player RNG seeds: %d", + "enchCrack.xpSeed.one": "XP Seed: %s", + "enchCrack.xpSeed.many": "Possible XP seeds: %s", + "enchCrack.playerRNGSeed.many": "Possible player RNG seeds: %s", "enchCrack.addInfo": "Add Info", "enchCrack.insn.dummy": "Do a dummy enchantment", "enchCrack.insn.ready": "Your enchantment seed is ready", - "enchCrack.insn.bookshelves": "Bookshelves needed: %d", - "enchCrack.insn.slot": "In slot: %d", - "enchCrack.insn.itemThrows": "Item throws needed: %d (about %f seconds)", + "enchCrack.insn.bookshelves": "Bookshelves needed: %s", + "enchCrack.insn.slot": "In slot: %s", + "enchCrack.insn.itemThrows": "Item throws needed: %s (about %s seconds)", "enchCrack.insn.itemThrows.noDummy": "No dummy enchantment", "enchCrack.insn.enchantments": "Enchantments on item:", "itemCrack.notEnoughItems": "Unable to use RNG SeedCracker: Not Enough Items in Player Hand", - "minesweeperGame.minesLeft": "Mines Left: %d", - "minesweeperGame.timePlayed": "Time Played: %ds", + "minesweeperGame.minesLeft": "Mines Left: %s", + "minesweeperGame.timePlayed": "Time Played: %ss", "minesweeperGame.title": "Minesweeper", "playerManip.state": "Player Crack State: %s", @@ -336,13 +336,13 @@ "playerManip.reset.recreated": "Player Recreated", "playerManip.serverBrandWarning": "Warning: the server you are playing on is modded. RNG features in this mod are not guaranteed to work!", - "playerManip.toolBreakWarning": "Warning: tool has %d durability left", - "playerManip.throwError": "Condition not possible or would require more than %d item throws", - "playerManip.notEnoughItems": "Not enough items(%d of %d) to manipulate seed", + "playerManip.toolBreakWarning": "Warning: tool has %s durability left", + "playerManip.throwError": "Condition not possible or would require more than %s item throws", + "playerManip.notEnoughItems": "Not enough items(%s of %s) to manipulate seed", "playerManip.uncracked": "Player-Seed needs to be cracked", "snakeGame.title": "Snake", - "snakeGame.score": "Score: %d", + "snakeGame.score": "Score: %s", "ticTacToeGame.title": "Tic-tac-toe against %s", "ticTacToeGame.playingWith": "You are playing with %s", diff --git a/src/main/resources/assets/clientcommands/lang/id_id.json b/src/main/resources/assets/clientcommands/lang/id_id.json index 238888e30..90b17404b 100644 --- a/src/main/resources/assets/clientcommands/lang/id_id.json +++ b/src/main/resources/assets/clientcommands/lang/id_id.json @@ -11,20 +11,20 @@ "commands.calias.removeAlias.success": "Berhasil menghapus alias \"%s\"", "commands.careastats.notLoaded": "Bingkah di area tersebut tidak termuat", - "commands.careastats.output.chunksScanned": "Mencari %d bingkah dalam waktu %dns ≈ %dms", - "commands.careastats.output.blocksMatched": "Menemukan %d dari %d total blok", - "commands.careastats.output.entitiesFound": "Menemukan %d entitas di area tersebut", + "commands.careastats.output.chunksScanned": "Mencari %s bingkah dalam waktu %sns ≈ %sms", + "commands.careastats.output.blocksMatched": "Menemukan %s dari %s total blok", + "commands.careastats.output.entitiesFound": "Menemukan %s entitas di area tersebut", "commands.cbook.success": "Berhasil mengubah buku", "commands.cbook.commandException": "Anda tidak memegang buku", "commands.ccalc.expected": "Diharapkan %s", - "commands.ccalc.invalidArgumentCount": "Fungsi \"%s\" tidak bisa menerima %d argumen", + "commands.ccalc.invalidArgumentCount": "Fungsi \"%s\" tidak bisa menerima %s argumen", "commands.ccalc.parse": "Expresi yang diurai: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(konstan '%s')", @@ -33,16 +33,16 @@ "commands.ccalc.parse.negate": "(tiadakan: %s)", "commands.ccalc.tooDeeplyNested": "Expresi terlalu rumit", - "commands.ccalcstack.success": "%d %s adalah %d tumpukan dan %d tambahan", - "commands.ccalcstack.success.empty": "%d benda adalah %d tumpukan dan %d tambahan", - "commands.ccalcstack.success.empty.exact": "%d benda adalah %d tumpukan persis", - "commands.ccalcstack.success.exact": "%d %s adalah %d tumpukan persis", + "commands.ccalcstack.success": "%s %s adalah %s tumpukan dan %s tambahan", + "commands.ccalcstack.success.empty": "%s benda adalah %s tumpukan dan %s tambahan", + "commands.ccalcstack.success.empty.exact": "%s benda adalah %s tumpukan persis", + "commands.ccalcstack.success.exact": "%s %s adalah %s tumpukan persis", "commands.ccrackrng.failed": "Gagal untuk memecahkan benih pemain", "commands.ccrackrng.failed.help": "Banutan: Manipulasi RNG tidak bekerja di beberapa server yang dimodifikasi, terutapa Paper.", - "commands.ccrackrng.retries": "Memecahkan benih pemain, attempt %d/%d", + "commands.ccrackrng.retries": "Memecahkan benih pemain, attempt %s/%s", "commands.ccrackrng.starting": "Memecahkan benih pemain", - "commands.ccrackrng.success": "RNG Pemain telah di pecahkan: %d", + "commands.ccrackrng.success": "RNG Pemain telah di pecahkan: %s", "commands.ccreativetab.addStack.success": "Berhasil menambahkan %s ke \"%s\"", "commands.ccreativetab.addTab.alreadyExists": "Kelompok item \"%s\" sudah ada", @@ -50,12 +50,12 @@ "commands.ccreativetab.addTab.success": "Berhasil menambahkan kelompok item \"%s\"", "commands.ccreativetab.changeIcon.success": "Berhasil mengubah ikon \"%s\" dari %s menjadi %s", "commands.ccreativetab.notFound": "Kelompok benda \"%s\" not found", - "commands.ccreativetab.outOfBounds": "Index %d diluar jangkauan", + "commands.ccreativetab.outOfBounds": "Index %s diluar jangkauan", "commands.ccreativetab.removeStack.success": "Berhasil menghapus tumpukan dari \"%s\" di indeks %s", "commands.ccreativetab.removeTab.success": "Berhasil menghapus kelompok item \"%s\"", "commands.ccreativetab.renameTab.success": "Berhasil mengubah nama kelompok benda \"%s\" menjadi \"%s\"", "commands.ccreativetab.saveFile.failed": "Tidak bisa menyimpan file kelompok benda", - "commands.ccreativetab.setStack.success": "Berhasil setel tumpukan dari \"%s\" di indeks %d", + "commands.ccreativetab.setStack.success": "Berhasil setel tumpukan dari \"%s\" di indeks %s", "commands.cenchant.failed": "Tidak mungkin atau akan memakan waktu yang lama untuk mendapatkan pesona tersebut", "commands.cenchant.help.uncrackedPlayerSeed": "Bantuan: anda belum sepenuhnya memecahkan benih pemain", @@ -68,7 +68,7 @@ "commands.cfind.found.right": ", %2$s block jaraknya", "commands.cfind.keepSearching.success": "Mencari entitas.", "commands.cfind.noMatch": "Tidak ada entitas yang cocok di kuery anda", - "commands.cfind.success": "%d entitas yang cocok di kuery anda", + "commands.cfind.success": "%s entitas yang cocok di kuery anda", "commands.cfindblock.notFound": "Blok tidak dapat ditemukan", "commands.cfindblock.starting": "Mencari %s", @@ -76,14 +76,14 @@ "commands.cfindblock.success.glow": "[Sinar]", "commands.cfindblock.success.right": ", %1$s block", - "commands.cfinditem.match.left": "%dx %s ketemu di ", + "commands.cfinditem.match.left": "%sx %s ketemu di ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Mencari benda %s", "commands.cfinditem.starting.keepSearching": "Mencari benda %s selamanya.", - "commands.cfinditem.total": "Menemukan %dx %s", + "commands.cfinditem.total": "Menemukan %sx %s", "commands.cfish.addGoal.success": "Berhasil menambahkan tujuan %s", - "commands.cfish.correctLoot": "Mendapatkan loot yang benar denagn koreksi %dms", + "commands.cfish.correctLoot": "Mendapatkan loot yang benar denagn koreksi %sms", "commands.cfish.error.biome": "Loot tidak bisa didapat di bioma ini, %s diperlukan", "commands.cfish.error.crackFailed": "Gagal untuk memecahkan RNG pelampung, apakah server dimondifikasi (bukan vanilla)?", "commands.cfish.error.collision": "Pelampung bertabrakan dengan sesuatu", @@ -97,38 +97,38 @@ "commands.cfish.error.outOfWater": "Pelampung keluar dari air, manipulasi tidak bekerja", "commands.cfish.help.tooManyEnchants": "Bantuan: beberapa pesona sekaligus tidak mungkin dan mungkin butuh waktu lama untuk mendapatkannya", "commands.cfish.listGoals.noGoals": "Tidak ada tujuan memancing", - "commands.cfish.listGoals.success": "Ada %d tujuan memancing:", + "commands.cfish.listGoals.success": "Ada %s tujuan memancing:", "commands.cfish.needFishingManipulation": "Manipulasi fishing tidak dinyalakan.", "commands.cfish.removeGoal.success": "Berhasil menghapus tujuan %s", - "commands.cfish.wrongLoot": "Tidak dapat mendapatkan loot yang benar dengan koreksi %dms, seharusnya %s ticks didepan", + "commands.cfish.wrongLoot": "Tidak dapat mendapatkan loot yang benar dengan koreksi %sms, seharusnya %s ticks didepan", - "commands.cfov.success": "Set FOV menjadi %f", + "commands.cfov.success": "Set FOV menjadi %s", - "commands.cfunction.limitReached": "Batas perintah (%d) tercapai", - "commands.cfunction.success": "%d perintah dijalankan dari fungsi %s", + "commands.cfunction.limitReached": "Batas perintah (%s) tercapai", + "commands.cfunction.success": "%s perintah dijalankan dari fungsi %s", "commands.cgamemode.playerNotFound": "Pemain tidak ditemukan", "commands.cgamemode.playerGameMode": "Pemain %s berada dalam mode permainan %s", "commands.cgamemode.noneWithGameMode": "Tidak ada pemain dalam mode permainan %s", "commands.cgamemode.listWithGameMode": "Pemain berikut berada dalam mode permainan %s:", - "commands.cgamma.success": "Set gamma menjadi %f", + "commands.cgamma.success": "Set gamma menjadi %s", - "commands.cghostblock.fill.success": "%d blok hantu telah diisi", + "commands.cghostblock.fill.success": "%s blok hantu telah diisi", "commands.cghostblock.set.success": "Blok hantu dipasang", - "commands.cgive.success": "Memberikan %d %s ke diri sendiri", + "commands.cgive.success": "Memberikan %s %s ke diri sendiri", "commands.cgive.notCreative": "Pemain harus berada di mode kreatif untuk memberikan benda ke diri sendiri", "commands.cglow.entity.keepSearching.success": "Entitas bersinar.", "commands.cglow.entity.failed": "Tidak ada entitas untuk menjadi bersinar", - "commands.cglow.entity.success": "Berhasil membuat %d entitas menjadi bersinar", - "commands.cglow.area.success": "Berhasil membuat %d area menjadi bersinar", + "commands.cglow.entity.success": "Berhasil membuat %s entitas menjadi bersinar", + "commands.cglow.area.success": "Berhasil membuat %s area menjadi bersinar", "commands.chat.success": "Berhasil membuka c🎩", "commands.chotbar.notCreative": "Pemain harus berada di mode kreatif untuk memulihkan benda yang ada di bilah benda", - "commands.chotbar.restoredHotbar": "Telah di pulihkan benda bilah benda %d", + "commands.chotbar.restoredHotbar": "Telah di pulihkan benda bilah benda %s", "commands.ckit.notFound": "Kit \"%s\" tidak ketemu", "commands.ckit.saveFile.failed": "Tidak bisa menyimpan kits", @@ -153,8 +153,8 @@ "commands.cplugins.found": "Menemukan plugin berikut:", - "commands.cping.success": "Ping rata ratamu adalah %dms", - "commands.cping.success.other": "Ping rata rata %s adalah %dms", + "commands.cping.success": "Ping rata ratamu adalah %sms", + "commands.cping.success.other": "Ping rata rata %s adalah %sms", "commands.cping.singleplayer": "Anda berada di dunia singleplayer (╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "Pemain tidak ditemukan", @@ -181,9 +181,9 @@ "commands.cstopsound.success.source.sound": "Memberhentikan suara '%s' di kategori '%s' dari diri sendiri", "commands.ctask.list.noTasks": "Tidak ada tugas yang berjalan", - "commands.ctask.list.success": "%d sedang menjalankan tugas", + "commands.ctask.list.success": "%s sedang menjalankan tugas", "commands.ctask.stop.noMatch": "Tidak ada tugas yang cocok", - "commands.ctask.stop.success": "Memberhentikan tugas %d", + "commands.ctask.stop.success": "Memberhentikan tugas %s", "commands.ctime.reset.success": "Waktunya sekarang cocok dengan server", @@ -225,7 +225,7 @@ "commands.cwiki.failed": "Tidak bisa mendapatkan konten di wiki", "commands.cwiki.noContent": "Tidak ada paragraf pengantar dalam artikel itu", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Batalkan", "commands.client.crack": "Pecahkan", "commands.client.enable": "Nyalakan", @@ -238,7 +238,7 @@ "commands.client.requiresRestart": "Perubahan ini akan berlaku setelah Anda memulai ulang game Anda", "commands.client.tooFewArguments": "Argumen terlalu sedikit", - "chorusManip.landing.success": "Mendarat di: %d, %d, %d", + "chorusManip.landing.success": "Mendarat di: %s, %s, %s", "chorusManip.landing.failed": "Manipulasi mendarat tidak mungkin", "chorusManip.goalTooFar": "Tujuan mendarat terlalu jauh!", "chorusManip.needChorusManipulation": "Manipulasi Buah Korus tidak di aktifkan.", @@ -251,19 +251,19 @@ "enchCrack.enchantments": "Pesona:", "enchCrack.clues": "Petunjuk:", - "enchCrack.slot": "Slot %d:", - "enchCrack.bookshelfCount": "Jumlah Rak Buku: %d", + "enchCrack.slot": "Slot %s:", + "enchCrack.bookshelfCount": "Jumlah Rak Buku: %s", - "enchCrack.xpSeed.one": "Benih XP: %08X", - "enchCrack.xpSeed.many": "Kemungkinan benih XP: %d", - "enchCrack.playerRNGSeed.many": "Kemungkinan benih RNG pemain: %d", + "enchCrack.xpSeed.one": "Benih XP: %s", + "enchCrack.xpSeed.many": "Kemungkinan benih XP: %s", + "enchCrack.playerRNGSeed.many": "Kemungkinan benih RNG pemain: %s", "enchCrack.addInfo": "Tambahkan Info", "enchCrack.insn.dummy": "Lakukan pesona asal", "enchCrack.insn.ready": "Seed Pesona anda telah siap", - "enchCrack.insn.bookshelves": "Rak Buku yang dibutuhkan: %d", - "enchCrack.insn.slot": "Di slot: %d", - "enchCrack.insn.itemThrows": "Butuh %d benda untuk dilempar (kira kira memakan waktu %f detik)", + "enchCrack.insn.bookshelves": "Rak Buku yang dibutuhkan: %s", + "enchCrack.insn.slot": "Di slot: %s", + "enchCrack.insn.itemThrows": "Butuh %s benda untuk dilempar (kira kira memakan waktu %s detik)", "enchCrack.insn.itemThrows.noDummy": "Tidak usah melakukan pesona asal", "enchCrack.insn.enchantments": "Pesona di benda:", @@ -307,13 +307,13 @@ "playerManip.reset.recreated": "Pemain Dibuat kembali", "playerManip.serverBrandWarning": "Peringatan: server yang sedang anda mainkan adalah dimondifikasi (bukan vanilla). Fitur RNG disini tidak akan dijamin untuk bekerja!", - "playerManip.toolBreakWarning": "Peringatan: Alat mempunyai sisa %d ketahanan", - "playerManip.throwError": "Kondisi tidak bisa atau akan membutuhkan lebih dari %d benda yang dilempar", - "playerManip.notEnoughItems": "Tidak cukup item(%d dari %d) untuk memanipulasi seed", + "playerManip.toolBreakWarning": "Peringatan: Alat mempunyai sisa %s ketahanan", + "playerManip.throwError": "Kondisi tidak bisa atau akan membutuhkan lebih dari %s benda yang dilempar", + "playerManip.notEnoughItems": "Tidak cukup item(%s dari %s) untuk memanipulasi seed", "playerManip.uncracked": "Benih Pemain butuh dipecahkan.", "snakeGame.title": "Game Ular", - "snakeGame.score": "Skor: %d", + "snakeGame.score": "Skor: %s", "c2cpacket.messageTooLong": "Pesan terlalu panjang (max. 255 karakter) saat ini %s karakter", "c2cpacket.publicKeyNotFound": "Kunci publik tidak ditemukan", diff --git a/src/main/resources/assets/clientcommands/lang/ja_jp.json b/src/main/resources/assets/clientcommands/lang/ja_jp.json index 97a277a1a..1383dacc1 100644 --- a/src/main/resources/assets/clientcommands/lang/ja_jp.json +++ b/src/main/resources/assets/clientcommands/lang/ja_jp.json @@ -11,20 +11,20 @@ "commands.calias.removeAlias.success": "次のエイリアスの削除に成功しました: \"%s\"", "commands.careastats.notLoaded": "このエリアのチャンクはまだロードされていません", - "commands.careastats.output.chunksScanned": "%dns ≈ %dms の範囲の %d 個のチャンクをスキャンしました", - "commands.careastats.output.blocksMatched": " %d 個 / %d 個のブロックがマッチしました", - "commands.careastats.output.entitiesFound": " %d エンティティをこのエリアに発見しました", + "commands.careastats.output.chunksScanned": "%sns ≈ %sms の範囲の %s 個のチャンクをスキャンしました", + "commands.careastats.output.blocksMatched": " %s 個 / %s 個のブロックがマッチしました", + "commands.careastats.output.entitiesFound": " %s エンティティをこのエリアに発見しました", "commands.cbook.success": "本の編集に成功しました", "commands.cbook.commandException": "あなたは利き手に本を持っていません", "commands.ccalc.expected": "次が予期されています: %s", - "commands.ccalc.invalidArgumentCount": "関数 \"%s\" は %d の引数を処理できません", + "commands.ccalc.invalidArgumentCount": "関数 \"%s\" は %s の引数を処理できません", "commands.ccalc.parse": "処理された表現: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(定数 '%s')", @@ -33,16 +33,16 @@ "commands.ccalc.parse.negate": "(否定: %s)", "commands.ccalc.tooDeeplyNested": "表現が深くネストされすぎています", - "commands.ccalcstack.success": "%d %s は %d スタックで、 %d 個余りです", - "commands.ccalcstack.success.empty": "%d は %d スタックで、 %d 余りです", - "commands.ccalcstack.success.empty.exact": "%d はちょうど %d スタックです", - "commands.ccalcstack.success.exact": "%d %s はちょうど %d スタックです", + "commands.ccalcstack.success": "%s %s は %s スタックで、 %s 個余りです", + "commands.ccalcstack.success.empty": "%s は %s スタックで、 %s 余りです", + "commands.ccalcstack.success.empty.exact": "%s はちょうど %s スタックです", + "commands.ccalcstack.success.exact": "%s %s はちょうど %s スタックです", "commands.ccrackrng.failed": "プレイヤーのシードをクラックするのに失敗しました", "commands.ccrackrng.failed.help": "ヘルプ: RNG操作は一部のサーバーでは動作不可能です。特にPaperベースのサーバーでは動きません。", - "commands.ccrackrng.retries": "プレイヤーシードをクラックしています: 試行回数 %d/%d", + "commands.ccrackrng.retries": "プレイヤーシードをクラックしています: 試行回数 %s/%s", "commands.ccrackrng.starting": "プレイヤーシードをクラックしています", - "commands.ccrackrng.success": "プレイヤーシードのクラックに成功しました: %d", + "commands.ccrackrng.success": "プレイヤーシードのクラックに成功しました: %s", "commands.ccreativetab.addStack.success": "%s を \"%s\" に追加するのに成功しました", "commands.ccreativetab.addTab.alreadyExists": "アイテムグループ \"%s\" はすでに存在します", @@ -50,12 +50,12 @@ "commands.ccreativetab.addTab.success": "アイテムグループの追加に成功しました \"%s\"", "commands.ccreativetab.changeIcon.success": "\"%s\"のアイコンを %s から %s に変更するのに成功しました", "commands.ccreativetab.notFound": "アイテムグループ \"%s\" は見つかりませんでした", - "commands.ccreativetab.outOfBounds": "索引 %d は範囲外です", - "commands.ccreativetab.removeStack.success": "\"%s\"を索引%dより削除するのに成功しました", + "commands.ccreativetab.outOfBounds": "索引 %s は範囲外です", + "commands.ccreativetab.removeStack.success": "\"%s\"を索引%sより削除するのに成功しました", "commands.ccreativetab.removeTab.success": "アイテムグループ \"%s\" を削除しました", "commands.ccreativetab.renameTab.success": "アイテムグループ \"%s\"を \"%s\" に変更するのに成功しました", "commands.ccreativetab.saveFile.failed": "アイテムグループファイルを保存できませんでした", - "commands.ccreativetab.setStack.success": "\"%s\"からのスタックを索引%dに%sを保存するのに成功しました", + "commands.ccreativetab.setStack.success": "\"%s\"からのスタックを索引%sに%sを保存するのに成功しました", "commands.cenchant.failed": "それらのエンチャントを取得するのは不可能であるか、時間がかかりすぎます", "commands.cenchant.help.uncrackedPlayerSeed": "ヘルプ: プレイヤーのシードは完全にクラックされていません。", @@ -68,7 +68,7 @@ "commands.cfind.found.right": ", %2$s ブロック分離れています", "commands.cfind.keepSearching.success": "エンティティを検索しています", "commands.cfind.noMatch": "あなたのクエリにマッチしたエンティティが存在しませんでした", - "commands.cfind.success": "%d のエンティティがマッチしました", + "commands.cfind.success": "%s のエンティティがマッチしました", "commands.cfindblock.notFound": "そのようなブロックは見つかりませんでした", "commands.cfindblock.starting": "%s を探しています", @@ -76,14 +76,14 @@ "commands.cfindblock.success.glow": "[Glow]", "commands.cfindblock.success.right": ", %1$s ブロック分離れています", - "commands.cfinditem.match.left": "%dx %s が次の場所で見つかりました ", + "commands.cfinditem.match.left": "%sx %s が次の場所で見つかりました ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "%s を検索しています", "commands.cfinditem.starting.keepSearching": "次のブロックをエンドレスに検索しています %s", - "commands.cfinditem.total": "%dx %s がトータルで見つかりました", + "commands.cfinditem.total": "%sx %s がトータルで見つかりました", "commands.cfish.addGoal.success": "次のゴールを追加するのに成功しました: %s", - "commands.cfish.correctLoot": "正しい釣果を得ることに成功しました: %dms", + "commands.cfish.correctLoot": "正しい釣果を得ることに成功しました: %sms", "commands.cfish.error.biome": "その釣果はこのバイオームでは入手できません、 %s で釣りをする事が必要です", "commands.cfish.error.crackFailed": "釣りの浮きのRNGシードをクラックするのに失敗しました、サーバーが異なるソフトウェアで動いている可能性があります", "commands.cfish.error.collision": "釣りの浮きが何らかの物体とぶつかりました", @@ -97,38 +97,38 @@ "commands.cfish.error.outOfWater": "釣りの浮きが水の外であるため、釣りの内容操作は不可能です", "commands.cfish.help.tooManyEnchants": "ヘルプ: 複数のエンチャントが付いている釣果は入手が難しいか、入手に非常に時間がかかる場合があります", "commands.cfish.listGoals.noGoals": "釣りの目標がありません", - "commands.cfish.listGoals.success": " %d 個の釣りの目標があります: ", + "commands.cfish.listGoals.success": " %s 個の釣りの目標があります: ", "commands.cfish.needFishingManipulation": "Fishing manipulationは無効化されています", "commands.cfish.removeGoal.success": "次の目標の削除に成功しました: %s", - "commands.cfish.wrongLoot": "正しい釣果を次で得ることに失敗しました: %dms 、 %s ティック前でした", + "commands.cfish.wrongLoot": "正しい釣果を次で得ることに失敗しました: %sms 、 %s ティック前でした", - "commands.cfov.success": "FOVを次に設定しました: %f", + "commands.cfov.success": "FOVを次に設定しました: %s", - "commands.cfunction.limitReached": "コマンド制限 (%d) に達しました", - "commands.cfunction.success": "%d 個のコマンドを関数 %s から実行しました", + "commands.cfunction.limitReached": "コマンド制限 (%s) に達しました", + "commands.cfunction.success": "%s 個のコマンドを関数 %s から実行しました", "commands.cgamemode.playerNotFound": "プレイヤーが見つかりませんでした", "commands.cgamemode.playerGameMode": "プレイヤー名 %s はゲームモード %s です", "commands.cgamemode.noneWithGameMode": "次のゲームモードのプレイヤーは見つかりませんでした %s", "commands.cgamemode.listWithGameMode": "以下のプレイヤーは次のゲームモードです %s:", - "commands.cgamma.success": "ガンマ値を %f に設定しました", + "commands.cgamma.success": "ガンマ値を %s に設定しました", - "commands.cghostblock.fill.success": "%d 個のゴーストブロックで埋めました", + "commands.cghostblock.fill.success": "%s 個のゴーストブロックで埋めました", "commands.cghostblock.set.success": "ゴーストブロックが置かれました", - "commands.cgive.success": "%d を %s 自身に与えました", + "commands.cgive.success": "%s を %s 自身に与えました", "commands.cgive.notCreative": "アイテムを自分自身に与えるためには、クリエイティブモードである必要があります", "commands.cglow.entity.keepSearching.success": "エンティティ発光中", "commands.cglow.entity.failed": "光らせるべきエンティティが存在しません", - "commands.cglow.entity.success": "%d 体のエンティティを発光させています", - "commands.cglow.area.success": "%d エリア(s)を発行させています", + "commands.cglow.entity.success": "%s 体のエンティティを発光させています", + "commands.cglow.area.success": "%s エリア(s)を発行させています", "commands.chat.success": "チャットを開くのに成功しました 🎩", "commands.chotbar.notCreative": "ホットバーを復活させるためにはクリエイティブモードにいる必要があります", - "commands.chotbar.restoredHotbar": "ホットバーのアイテムを復活させました %d", + "commands.chotbar.restoredHotbar": "ホットバーのアイテムを復活させました %s", "commands.ckit.notFound": "キット \"%s\" が見つかりました", "commands.ckit.saveFile.failed": "キットファイルを保存できませんでした", @@ -147,14 +147,14 @@ "commands.cparticle.unsuitableParticleOption": "パーティクルの設定が不適当であるためパーティクルを表示しません", "commands.cparticle.success": "%s としてパーティクルを表示しています", - "commands.cpermissionlevel.success": "あなたの権限レベルは %d です", + "commands.cpermissionlevel.success": "あなたの権限レベルは %s です", "commands.cplaysound.success": "%s の音を自身に再生しました", "commands.cplugins.found": "次のプラグインが見つかりました:", - "commands.cping.success": "平均ピングは %dms です", - "commands.cping.success.other": " %s の平均pingは %dms です", + "commands.cping.success": "平均ピングは %sms です", + "commands.cping.success.other": " %s の平均pingは %sms です", "commands.cping.singleplayer": "あなたはシングルプレイヤーワールドにいます (╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "プレイヤーが見つかりませんでした", @@ -181,9 +181,9 @@ "commands.cstopsound.success.source.sound": "音 '%s' の音源 '%s' からの再生を停止しました", "commands.ctask.list.noTasks": "現在実行しているタスクはありません", - "commands.ctask.list.success": "%d 現在実行中のタスク", + "commands.ctask.list.success": "%s 現在実行中のタスク", "commands.ctask.stop.noMatch": "マッチするタスクがありません", - "commands.ctask.stop.success": "%d のタスクを停止しました", + "commands.ctask.stop.success": "%s のタスクを停止しました", "commands.ctime.reset.success": "時刻がサーバーに同期されました", @@ -225,7 +225,7 @@ "commands.cwiki.failed": "Wikiのコンテンツを取得するのに失敗しました", "commands.cwiki.noContent": "このアーティクルに導入部分は存在しません", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "キャンセル", "commands.client.crack": "クラック", "commands.client.enable": "有効化", @@ -238,7 +238,7 @@ "commands.client.requiresRestart": "この変更はクライアントの再起動後に影響を及ぼし始めます", "commands.client.tooFewArguments": "引数が少なすぎます", - "chorusManip.landing.success": "着地点: %d, %d, %d", + "chorusManip.landing.success": "着地点: %s, %s, %s", "chorusManip.landing.failed": "着地点操作に失敗しました", "chorusManip.goalTooFar": "ゴール地点が遠すぎます!", "chorusManip.needChorusManipulation": "Chorus Fruit Manipulationは無効化されています", @@ -251,19 +251,19 @@ "enchCrack.enchantments": "エンチャント:", "enchCrack.clues": "手がかり:", - "enchCrack.slot": "スロット %d:", - "enchCrack.bookshelfCount": "本棚の個数: %d", + "enchCrack.slot": "スロット %s:", + "enchCrack.bookshelfCount": "本棚の個数: %s", - "enchCrack.xpSeed.one": "XPシード: %08X", - "enchCrack.xpSeed.many": "可能性のあるXPシード: %d", - "enchCrack.playerRNGSeed.many": "可能性のあるプレイヤーRNGシード: %d", + "enchCrack.xpSeed.one": "XPシード: %s", + "enchCrack.xpSeed.many": "可能性のあるXPシード: %s", + "enchCrack.playerRNGSeed.many": "可能性のあるプレイヤーRNGシード: %s", "enchCrack.addInfo": "情報を追加", "enchCrack.insn.dummy": "ダミーエンチャントをしてください", "enchCrack.insn.ready": "エンチャントシードの準備ができました", - "enchCrack.insn.bookshelves": "必要本棚数: %d", - "enchCrack.insn.slot": "スロット: %d", - "enchCrack.insn.itemThrows": "アイテムを投げることが必要です: %d (約 %f 秒)", + "enchCrack.insn.bookshelves": "必要本棚数: %s", + "enchCrack.insn.slot": "スロット: %s", + "enchCrack.insn.itemThrows": "アイテムを投げることが必要です: %s (約 %s 秒)", "enchCrack.insn.itemThrows.noDummy": "ダミーエンチャントは不要です", "enchCrack.insn.enchantments": "アイテムのエンチャント:", @@ -307,13 +307,13 @@ "playerManip.reset.recreated": "プレイヤーの再作成", "playerManip.serverBrandWarning": "警告:現在あなたがプレイしているサーバーはModで変更されています。このようなサーバーではRNG操作が無効化されている可能性があります", - "playerManip.toolBreakWarning": "警告: ツールはあと %d の耐久値しかありません", - "playerManip.throwError": "その状態は不可能であるか %d 回以上のアイテムを投げることが必要です", - "playerManip.notEnoughItems": "シードを操作するためのアイテムが不足しています (%d 分の %d)", + "playerManip.toolBreakWarning": "警告: ツールはあと %s の耐久値しかありません", + "playerManip.throwError": "その状態は不可能であるか %s 回以上のアイテムを投げることが必要です", + "playerManip.notEnoughItems": "シードを操作するためのアイテムが不足しています (%s 分の %s)", "playerManip.uncracked": "プレイヤーシードがクラックされている必要があります", "snakeGame.title": "スネーク", - "snakeGame.score": "スコア: %d", + "snakeGame.score": "スコア: %s", "c2cpacket.messageTooLong": "メッセージが長ぎます、 (最大. 255 文字) %s 文字が入力されました", "c2cpacket.publicKeyNotFound": "パブリックキーが見つかりませんでした", diff --git a/src/main/resources/assets/clientcommands/lang/nl_nl.json b/src/main/resources/assets/clientcommands/lang/nl_nl.json index 400e738b6..678c4c261 100644 --- a/src/main/resources/assets/clientcommands/lang/nl_nl.json +++ b/src/main/resources/assets/clientcommands/lang/nl_nl.json @@ -3,15 +3,15 @@ "commands.cbook.commandException": "Je houdt geen boek vast", "commands.ccalc.expected": "Verwachtte %s", - "commands.ccalc.invalidArgumentCount": "Functie \"%s\" kan niet %d argumenten krijgen", + "commands.ccalc.invalidArgumentCount": "Functie \"%s\" kan niet %s argumenten krijgen", - "commands.ccalcstack.success": "%d %s zijn %d stacks en %d extra", - "commands.ccalcstack.success.empty": "%d items zijn %d stacks en %d extra", - "commands.ccalcstack.success.empty.exact": "%d zijn precies %d stacks", - "commands.ccalcstack.success.exact": "%d %s zijn precies %d stacks", + "commands.ccalcstack.success": "%s %s zijn %s stacks en %s extra", + "commands.ccalcstack.success.empty": "%s items zijn %s stacks en %s extra", + "commands.ccalcstack.success.empty.exact": "%s zijn precies %s stacks", + "commands.ccalcstack.success.exact": "%s %s zijn precies %s stacks", "commands.ccrackrng.starting": "Spelersseed aan het kraken", - "commands.ccrackrng.success": "Spelers RNG gekraakt: %d", + "commands.ccrackrng.success": "Spelers RNG gekraakt: %s", "commands.cenchant.failed": "Het is onmogelijk of het zou te lang duren om deze betoveringen te krijgen", "commands.cenchant.incompatible": "Onverenigbare betoveringen", @@ -23,40 +23,40 @@ "commands.cfind.found.right": ", %2$s blokken verwijderd", "commands.cfind.keepSearching.success": "Entiteiten aan het vinden.", "commands.cfind.noMatch": "Geen enkele entiteit matchte jouw query", - "commands.cfind.success": "%d entiteiten matchten jouw query", + "commands.cfind.success": "%s entiteiten matchten jouw query", "commands.cfindblock.notFound": "Een dergelijk blok is niet gevonden", "commands.cfindblock.success.left": "De dichtstbijzijnde match is op ", "commands.cfindblock.success.right": ", %1$s blokken verwijderd", - "commands.cfinditem.match.left": "%dx %s gevonden op ", + "commands.cfinditem.match.left": "%sx %s gevonden op ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Aan het zoeken naar %s", "commands.cfinditem.starting.keepSearching": "Oneindig zoekend naar %s.", - "commands.cfinditem.total": "In totaal %dx %s gevonden", + "commands.cfinditem.total": "In totaal %sx %s gevonden", "commands.cfish.addGoal.success": "doel %s succesvol toegevoegd", - "commands.cfish.correctLoot": "De correcte buit is verkregen met een correctie van %dms", + "commands.cfish.correctLoot": "De correcte buit is verkregen met een correctie van %sms", "commands.cfish.error.crackFailed": "Gefaald om de dobber RNG te kraken, is de server gemodificeerd?", "commands.cfish.error.outOfWater": "Dobber uit het water, de manipulatie zal niet werken", "commands.cfish.listGoals.noGoals": "Er zijn geen visdoelen", - "commands.cfish.listGoals.success": "Er zijn %d visdoelen:", + "commands.cfish.listGoals.success": "Er zijn %s visdoelen:", "commands.cfish.needFishingManipulation": "Vismanipulatie is niet geactiveerd.", "commands.cfish.removeGoal.success": "doel %s succesvol verwijderd", - "commands.cfish.wrongLoot": "Kreeg niet de correcte buit met een correctie van %dms, zou %s ticks verder kunnen zijn", + "commands.cfish.wrongLoot": "Kreeg niet de correcte buit met een correctie van %sms, zou %s ticks verder kunnen zijn", - "commands.cgamma.success": "Gamma ingesteld op %f", + "commands.cgamma.success": "Gamma ingesteld op %s", - "commands.cghostblock.fill.success": "%d geestblokken gevuld", + "commands.cghostblock.fill.success": "%s geestblokken gevuld", "commands.cghostblock.set.success": "Geestblok geplaatst", - "commands.cgive.success": "%d %s gegeven", + "commands.cgive.success": "%s %s gegeven", "commands.cgive.notCreative": "Speler moet in spelmodus creatief zijn om blokken aan zichzelf te geven", "commands.cglow.entity.keepSearching.success": "Entiteiten aan het gloeien.", "commands.cglow.entity.failed": "Geen entiteiten om te gloeien", - "commands.cglow.entity.success": "%d entiteiten aan het gloeien", - "commands.cglow.area.success": "%d oppervlakte(s) aan het gloeien", + "commands.cglow.entity.success": "%s entiteiten aan het gloeien", + "commands.cglow.area.success": "%s oppervlakte(s) aan het gloeien", "commands.cplaysound.success": "Geluid %s afgespeeld", @@ -70,20 +70,20 @@ "commands.cstopsound.success.source.sound": "Geluid '%s' gestopt van bron '%s'", "commands.ctask.list.noTasks": "Geen taken die momenteel worden uitgevoerd", - "commands.ctask.list.success": "%d taken die momenteel worden uitgevoerd", + "commands.ctask.list.success": "%s taken die momenteel worden uitgevoerd", "commands.ctask.stop.noMatch": "Geen overeenkomende taken", - "commands.ctask.stop.success": "%d taken gestopt", + "commands.ctask.stop.success": "%s taken gestopt", "commands.cwiki.failed": "Kon wiki-inhoud niet ophalen", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Annuleren", "commands.client.crack": "Kraken", "commands.client.enable": "Activeren", "commands.client.expectedRegex": "Ongeldige regex %s", "commands.client.notClient": "Geen client-side commando", - "chorusManip.landing.success": "Landen op: %d, %d, %d", + "chorusManip.landing.success": "Landen op: %s, %s, %s", "chorusManip.landing.failed": "Landingsmanipulatie niet mogelijk", "chorusManip.goalTooFar": "Doel is te ver weg!", "chorusManip.needChorusManipulation": "Chorusfruitmanipulatie is niet geactiveerd.", @@ -96,18 +96,18 @@ "enchCrack.enchantments": "Betoveringen:", "enchCrack.clues": "Aanwijzingen:", - "enchCrack.slot": "Slot %d:", + "enchCrack.slot": "Slot %s:", - "enchCrack.xpSeed.one": "XP Seed: %08X", - "enchCrack.xpSeed.many": "Mogelijke XP seeds: %d", - "enchCrack.playerRNGSeed.many": "Mogelijke speler RNG seeds: %d", + "enchCrack.xpSeed.one": "XP Seed: %s", + "enchCrack.xpSeed.many": "Mogelijke XP seeds: %s", + "enchCrack.playerRNGSeed.many": "Mogelijke speler RNG seeds: %s", "enchCrack.addInfo": "Voeg info toe", "enchCrack.insn.dummy": "Doe een dummy betovering", "enchCrack.insn.ready": "Je betoveringsseed is gereed", - "enchCrack.insn.bookshelves": "Boekenkasten nodig: %d", - "enchCrack.insn.slot": "In slot: %d", - "enchCrack.insn.itemThrows": "Itemworpen modig: %d (about %f seconds)", + "enchCrack.insn.bookshelves": "Boekenkasten nodig: %s", + "enchCrack.insn.slot": "In slot: %s", + "enchCrack.insn.itemThrows": "Itemworpen modig: %s (about %s seconds)", "enchCrack.insn.itemThrows.noDummy": "Geen dummy betovering", "enchCrack.insn.enchantments": "Betoveringen op item:", @@ -147,9 +147,9 @@ "playerManip.reset.recreated": "Speler hergemaakt", "playerManip.serverBrandWarning": "Waarschuwing: de server waarop je speelt is gemodificeerd. Het is niet gegarandeerd dat RNG-functies in deze mod werken!", - "playerManip.toolBreakWarning": "Waarschuwing: gereedschap heeft %d levensduur over", - "playerManip.throwError": "Conditie niet mogelijk of zou meer dan %d itemworpen nodig hebben", - "playerManip.notEnoughItems": "Niet genoeg items(%d van %d) om seed te manipuleren", + "playerManip.toolBreakWarning": "Waarschuwing: gereedschap heeft %s levensduur over", + "playerManip.throwError": "Conditie niet mogelijk of zou meer dan %s itemworpen nodig hebben", + "playerManip.notEnoughItems": "Niet genoeg items(%s van %s) om seed te manipuleren", "playerManip.uncracked": "Spelersseed moet gekraakt zijn.", "itemCrack.notEnoughItems": "RNG SeedCracker kan niet worden gebruikt: niet genoeg items in spelershand" diff --git a/src/main/resources/assets/clientcommands/lang/pl_pl.json b/src/main/resources/assets/clientcommands/lang/pl_pl.json index 175a7077a..0df224b07 100644 --- a/src/main/resources/assets/clientcommands/lang/pl_pl.json +++ b/src/main/resources/assets/clientcommands/lang/pl_pl.json @@ -11,20 +11,20 @@ "commands.calias.removeAlias.success": "Pomyślnie usunięto alias \"%s\"", "commands.careastats.notLoaded": "Chunk w tym obszarze nie jest załadowany", - "commands.careastats.output.chunksScanned": "Przeskanowano %d chunków w %dns ≈ %dms", - "commands.careastats.output.blocksMatched": "Dopasowano %d z %d bloków łącznie", - "commands.careastats.output.entitiesFound": "Znaleziono %d obiektów w tym obszarze", + "commands.careastats.output.chunksScanned": "Przeskanowano %s chunków w %sns ≈ %sms", + "commands.careastats.output.blocksMatched": "Dopasowano %s z %s bloków łącznie", + "commands.careastats.output.entitiesFound": "Znaleziono %s obiektów w tym obszarze", "commands.cbook.success": "Pomyślnie nadpisano książkę", "commands.cbook.commandException": "Nie trzymasz książki", "commands.ccalc.expected": "Spodziewane %s", - "commands.ccalc.invalidArgumentCount": "Funkcja \"%s\" nie może mieć %d argumentów", + "commands.ccalc.invalidArgumentCount": "Funkcja \"%s\" nie może mieć %s argumentów", "commands.ccalc.parse": "Przeanalizowane wyrażenie: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(stała '%s')", @@ -33,13 +33,13 @@ "commands.ccalc.parse.negate": "(zanegowane: %s)", "commands.ccalc.tooDeeplyNested": "Wyrażenie jest zbyt głęboko zagnieżdżone", - "commands.ccalcstack.success": "%d %s to %d staki i %d dodatkowe", - "commands.ccalcstack.success.empty": "%d przedmiotów to %d staki i %d dodatkowe", - "commands.ccalcstack.success.empty.exact": "%d przedmiotów to dokładnie %d staki", - "commands.ccalcstack.success.exact": "%d %s to dokładnie %d staki", + "commands.ccalcstack.success": "%s %s to %s staki i %s dodatkowe", + "commands.ccalcstack.success.empty": "%s przedmiotów to %s staki i %s dodatkowe", + "commands.ccalcstack.success.empty.exact": "%s przedmiotów to dokładnie %s staki", + "commands.ccalcstack.success.exact": "%s %s to dokładnie %s staki", "commands.ccrackrng.starting": "Łamanie ziarna gracza", - "commands.ccrackrng.success": "RNG gracza złamane: %d", + "commands.ccrackrng.success": "RNG gracza złamane: %s", "commands.ccreativetab.addStack.success": "Pomyślnie dodano %s do \"%s\"", "commands.ccreativetab.addTab.alreadyExists": "Grupa \"%s\" już istnieje", @@ -47,12 +47,12 @@ "commands.ccreativetab.addTab.success": "Pomyślnie dodano grupę \"%s\"", "commands.ccreativetab.changeIcon.success": "Pomyślnie zmieniono ikonę grupy \"%s\" z %s na %s", "commands.ccreativetab.notFound": "Nie znaleziono grupy \"%s\"", - "commands.ccreativetab.outOfBounds": "Indeks %d wykroczył poza wyznaczone granice", - "commands.ccreativetab.removeStack.success": "Usunięto stos w \"%s\" o indeksie %d", + "commands.ccreativetab.outOfBounds": "Indeks %s wykroczył poza wyznaczone granice", + "commands.ccreativetab.removeStack.success": "Usunięto stos w \"%s\" o indeksie %s", "commands.ccreativetab.removeTab.success": "Pomyślnie usunięto grupę \"%s\"", "commands.ccreativetab.renameTab.success": "Pomyślnie zmieniono nazwę grupy \"%s\" na \"%s\"", "commands.ccreativetab.saveFile.failed": "Błąd zapisu do pliku grup", - "commands.ccreativetab.setStack.success": "Ustawiono stos w \"%s\" o indeksie %d na %s", + "commands.ccreativetab.setStack.success": "Ustawiono stos w \"%s\" o indeksie %s na %s", "commands.cenchant.failed": "To niemożliwe albo zajmie to zbyt długo aby otrzymać te zaklęcia", "commands.cenchant.incompatible": "Niekompatybilne zaklęcia", @@ -64,21 +64,21 @@ "commands.cfind.found.right": ", %2$s bloków dalej", "commands.cfind.keepSearching.success": "Szukam obiektów", "commands.cfind.noMatch": "Żadne obiekty nie pasują twoim wymaganiom", - "commands.cfind.success": "%d obiektów pasuje twoim wymaganiom", + "commands.cfind.success": "%s obiektów pasuje twoim wymaganiom", "commands.cfindblock.notFound": "Nie znaleziono takiego bloku", "commands.cfindblock.success.left": "Najbliższe trafienie jest na ", "commands.cfindblock.success.glow": "[Podświetl]", "commands.cfindblock.success.right": ", %1$s bloków dalej", - "commands.cfinditem.match.left": "%dx %s znaleziono na ", + "commands.cfinditem.match.left": "%sx %s znaleziono na ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Szukam %s", "commands.cfinditem.starting.keepSearching": "Będę szukać %s", - "commands.cfinditem.total": "Znaleziono %dx %s", + "commands.cfinditem.total": "Znaleziono %sx %s", "commands.cfish.addGoal.success": "Ustawiono cel %s", - "commands.cfish.correctLoot": "Otrzymano prawidłowy przedmiot z dokładnością do %dms", + "commands.cfish.correctLoot": "Otrzymano prawidłowy przedmiot z dokładnością do %sms", "commands.cfish.error.biome": "Przedmiot jest niedostępny na tym biomie. Potrzeba %s", "commands.cfish.error.crackFailed": "Nie udało się złamać RNG spławika, czy serwer jest zmodowany?", "commands.cfish.error.collision": "Spławik o coś zahaczył", @@ -90,28 +90,28 @@ "commands.cfish.error.outOfWater": "Spławik jest poza wodą, manipulacja się nie uda", "commands.cfish.help.tooManyEnchants": "Pomoc: Im wiecej zakleć na wędce, tym trudniej jest zdobyć porządane przedmioty", "commands.cfish.listGoals.noGoals": "Nie mam żadnego celu", - "commands.cfish.listGoals.success": "Są %d cele:", + "commands.cfish.listGoals.success": "Są %s cele:", "commands.cfish.needFishingManipulation": "Manipulacja łowienia jest wyłączona", "commands.cfish.removeGoal.success": "Pomyślnie usunięto cel %s", - "commands.cfish.wrongLoot": "Nie mogłem otrzymać przedmiotu z dokładnością do %dms, mogłem wyprzedzić %s ticków w przód", + "commands.cfish.wrongLoot": "Nie mogłem otrzymać przedmiotu z dokładnością do %sms, mogłem wyprzedzić %s ticków w przód", - "commands.cfov.success": "Ustawiono pole widzenia na %f", + "commands.cfov.success": "Ustawiono pole widzenia na %s", - "commands.cgamma.success": "Ustawiono gamma na %f", + "commands.cgamma.success": "Ustawiono gamma na %s", - "commands.cghostblock.fill.success": "Zapełniono %d \"ghost blocks\"", + "commands.cghostblock.fill.success": "Zapełniono %s \"ghost blocks\"", "commands.cghostblock.set.success": "Położono \"ghost block\"", - "commands.cgive.success": "Wręczono %d %s", + "commands.cgive.success": "Wręczono %s %s", "commands.cgive.notCreative": "Gracz musi być w trybie kreatywnym aby użyć tej komendy", "commands.cglow.entity.keepSearching.success": "Podświetlono obiekty", "commands.cglow.entity.failed": "Brak obiektów do podświetlenia", - "commands.cglow.entity.success": "Podświetlono %d obiekty", - "commands.cglow.area.success": "Podświetlono %d terenów", + "commands.cglow.entity.success": "Podświetlono %s obiekty", + "commands.cglow.area.success": "Podświetlono %s terenów", "commands.chotbar.notCreative": "Gracz musi byc w trybie kreatywnym aby przywrócić pasek dostępu", - "commands.chotbar.restoredHotbar": "Przywrócono pasek dostępu %d", + "commands.chotbar.restoredHotbar": "Przywrócono pasek dostępu %s", "commands.ckit.notFound": "Zestaw \"%s\" nie istnieje", "commands.ckit.saveFile.failed": "Nie można zapisać pliku zestawów", @@ -130,7 +130,7 @@ "commands.cparticle.unsuitableParticleOption": "Nie można wyświetlić cząsteczki ponieważ opcje cząsteczek są ustawione na \"minimalne\"", "commands.cparticle.success": "Pokazuję cząsteczkę %s", - "commands.cpermissionlevel.success": "Twój poziom uprawnień to %d", + "commands.cpermissionlevel.success": "Twój poziom uprawnień to %s", "commands.cplaysound.success": "Odtworzono dźwięk %s", @@ -144,16 +144,16 @@ "commands.cstopsound.success.source.sound": "Zatrzymano dźwięk '%s' na źródle '%s'", "commands.ctask.list.noTasks": "Nie ma w tej chwili działających zadań.", - "commands.ctask.list.success": "Działające zadania: %d", + "commands.ctask.list.success": "Działające zadania: %s", "commands.ctask.stop.noMatch": "Żadnych pasujących zadań", - "commands.ctask.stop.success": "Zatrzymano %d zadań", + "commands.ctask.stop.success": "Zatrzymano %s zadań", "commands.ctp.notSpectator": "Gracz musi być w trybie obserwatora by się przeteleportować", "commands.ctp.success": "Przeteleportowano gracza do %s", "commands.cwiki.failed": "Nie można było otrzymać zawartości z wiki", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Anuluj", "commands.client.crack": "Złam", "commands.client.enable": "Włącz", @@ -162,7 +162,7 @@ "commands.client.tooFewArguments": "Zbyt mało argumentów", "commands.client.invalidArgumentException": "Nieprawidłowy argument '%s'", - "chorusManip.landing.success": "Ląduję na: %d, %d, %d", + "chorusManip.landing.success": "Ląduję na: %s, %s, %s", "chorusManip.landing.failed": "Manipulacja pozycjonowania jest niemożliwa", "chorusManip.goalTooFar": "Cel jest zbyt daleko!", "chorusManip.needChorusManipulation": "Manipulacja kwiatu Chorus'a jest wyłączona", @@ -175,18 +175,18 @@ "enchCrack.enchantments": "Zaklęcia:", "enchCrack.clues": "Podpowiedzi:", - "enchCrack.slot": "Slot %d:", + "enchCrack.slot": "Slot %s:", - "enchCrack.xpSeed.one": "Ziarno XP: %08X", - "enchCrack.xpSeed.many": "Liczba możliwych ziarn XP: %d", - "enchCrack.playerRNGSeed.many": "Liczba możliwych ziaren RNG gracza: %d", + "enchCrack.xpSeed.one": "Ziarno XP: %s", + "enchCrack.xpSeed.many": "Liczba możliwych ziarn XP: %s", + "enchCrack.playerRNGSeed.many": "Liczba możliwych ziaren RNG gracza: %s", "enchCrack.addInfo": "Dodaj Informacje", "enchCrack.insn.dummy": "Rzuć słabe zaklęcie na zbędny przedmiot", "enchCrack.insn.ready": "Twoje ziarno zaklęcia jest gotowe", - "enchCrack.insn.bookshelves": "Półki na książki: %d", - "enchCrack.insn.slot": "W Slocie: %d", - "enchCrack.insn.itemThrows": "Ile musisz wyrzucić przedmiotów: %d (około %f sekund)", + "enchCrack.insn.bookshelves": "Półki na książki: %s", + "enchCrack.insn.slot": "W Slocie: %s", + "enchCrack.insn.itemThrows": "Ile musisz wyrzucić przedmiotów: %s (około %s sekund)", "enchCrack.insn.itemThrows.noDummy": "Nie rzucaj zaklęcia na zbędny przedmiot", "enchCrack.insn.enchantments": "Zaklęcia na przedmiocie:", @@ -226,9 +226,9 @@ "playerManip.reset.recreated": "Player Recreated", "playerManip.serverBrandWarning": "Ostrzeżenie: Serwer na którym grasz jest zmodyfikowany. Nie ma gwarancji że funkcje RNG będą działać na tym serwerze", - "playerManip.toolBreakWarning": "Ostrzeżenie: Narzędzie ma %d wytrzymałości", - "playerManip.throwError": "Czynność jest niemożliwa lub wymagała by więcej niż %d rzutów przedmiotami", - "playerManip.notEnoughItems": "Nie wystarczająca ilość przedmiotów (%d of %d) by manipulować ziarnem", + "playerManip.toolBreakWarning": "Ostrzeżenie: Narzędzie ma %s wytrzymałości", + "playerManip.throwError": "Czynność jest niemożliwa lub wymagała by więcej niż %s rzutów przedmiotami", + "playerManip.notEnoughItems": "Nie wystarczająca ilość przedmiotów (%s of %s) by manipulować ziarnem", "playerManip.uncracked": "Ziarno gracza musi być złamane", "itemCrack.notEnoughItems": "Nie można użyć RNG SeedCracker: niewystarczająca ilość przedmiotów w ekwipunku" diff --git a/src/main/resources/assets/clientcommands/lang/ru_ru.json b/src/main/resources/assets/clientcommands/lang/ru_ru.json index dd4429c39..eccf65ca9 100644 --- a/src/main/resources/assets/clientcommands/lang/ru_ru.json +++ b/src/main/resources/assets/clientcommands/lang/ru_ru.json @@ -11,20 +11,20 @@ "commands.calias.removeAlias.success": "Псевдоним успешно удален \"%s\"", "commands.careastats.notLoaded": "Чанк в этой области не загружен", - "commands.careastats.output.chunksScanned": "Просканировано %d чанков в %dns ≈ %dms", - "commands.careastats.output.blocksMatched": "Совпало %d из %d блоков", - "commands.careastats.output.entitiesFound": "Найденно %d сущностей в этой области", + "commands.careastats.output.chunksScanned": "Просканировано %s чанков в %sns ≈ %sms", + "commands.careastats.output.blocksMatched": "Совпало %s из %s блоков", + "commands.careastats.output.entitiesFound": "Найденно %s сущностей в этой области", "commands.cbook.success": "Книга успешно отредактирована", "commands.cbook.commandException": "Вы не держите книгу", "commands.ccalc.expected": "Ожидал %s", - "commands.ccalc.invalidArgumentCount": "Функция \"%s\" не может принимать %d аргументов", + "commands.ccalc.invalidArgumentCount": "Функция \"%s\" не может принимать %s аргументов", "commands.ccalc.parse": "Разобранное выражение: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(постоянный '%s')", @@ -33,16 +33,16 @@ "commands.ccalc.parse.negate": "(отрицал: %s)", "commands.ccalc.tooDeeplyNested": "Выражение вложено слишком глубоко", - "commands.ccalcstack.success": "%d %s это %d стаков и %d дополнительных", - "commands.ccalcstack.success.empty": "%d предметов составляет %d стаков и %d дополнительных", - "commands.ccalcstack.success.empty.exact": "%d предметов это ровно %d стаков", - "commands.ccalcstack.success.exact": "%d %s это ровно %d стаков", + "commands.ccalcstack.success": "%s %s это %s стаков и %s дополнительных", + "commands.ccalcstack.success.empty": "%s предметов составляет %s стаков и %s дополнительных", + "commands.ccalcstack.success.empty.exact": "%s предметов это ровно %s стаков", + "commands.ccalcstack.success.exact": "%s %s это ровно %s стаков", "commands.ccrackrng.failed": "Не удалось взломать сид игрока", "commands.ccrackrng.failed.help": "Справка: Работа с Манипуляцией Рандомного Генератора Чисел не работает на некоторых модифицированных серверах, в частности на Paper.", - "commands.ccrackrng.retries": "Взлом сида игрока, попытка %d/%d", + "commands.ccrackrng.retries": "Взлом сида игрока, попытка %s/%s", "commands.ccrackrng.starting": "Взлом сида игрока", - "commands.ccrackrng.success": "Player RNG взломан: %d", + "commands.ccrackrng.success": "Player RNG взломан: %s", "commands.ccreativetab.addStack.success": "Успешно добавлено %s в \"%s\"", "commands.ccreativetab.addTab.alreadyExists": "Группа элементов \"%s\" уже существует", @@ -50,12 +50,12 @@ "commands.ccreativetab.addTab.success": "Группа предметов успешно добавлена \"%s\"", "commands.ccreativetab.changeIcon.success": "Значок \"%s\" успешно изменен с %s на %s", "commands.ccreativetab.notFound": "Группа предметов \"%s\" не найдена", - "commands.ccreativetab.outOfBounds": "Индекс %d выходит за допустимые пределы", - "commands.ccreativetab.removeStack.success": "Успешно удален стак из \"%s\" по индексу %d", + "commands.ccreativetab.outOfBounds": "Индекс %s выходит за допустимые пределы", + "commands.ccreativetab.removeStack.success": "Успешно удален стак из \"%s\" по индексу %s", "commands.ccreativetab.removeTab.success": "Группа элементов удалена \"%s\"", "commands.ccreativetab.renameTab.success": "Группа элементов \"%s\" успешно переименована в \"%s\"", "commands.ccreativetab.saveFile.failed": "Не удалось сохранить файл групп элементов", - "commands.ccreativetab.setStack.success": "Успешно установил стак из \"%s\" с индексом %d в %s", + "commands.ccreativetab.setStack.success": "Успешно установил стак из \"%s\" с индексом %s в %s", "commands.cenchant.failed": "Невозможно или это займет слишком много времени, чтобы получить эти чары", "commands.cenchant.incompatible": "Несовместимые чары", @@ -67,21 +67,21 @@ "commands.cfind.found.right": ", %2$s блоков от вас", "commands.cfind.keepSearching.success": "Поиск сущностей", "commands.cfind.noMatch": "Нет объектов, соответствующих вашему запросу", - "commands.cfind.success": "%d сущностей соответствуют вашему запросу", + "commands.cfind.success": "%s сущностей соответствуют вашему запросу", "commands.cfindblock.notFound": "Такой блок не найден", "commands.cfindblock.success.left": "Ближайший в ", "commands.cfindblock.success.glow": "[Подсветить]", "commands.cfindblock.success.right": ", %1$s блоков от вас", - "commands.cfinditem.match.left": "%dx %s найдено в ", + "commands.cfinditem.match.left": "%sx %s найдено в ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Поиск %s", "commands.cfinditem.starting.keepSearching": "Бесконечный поиск %s", - "commands.cfinditem.total": "Всего найдено %dx %s", + "commands.cfinditem.total": "Всего найдено %sx %s", "commands.cfish.addGoal.success": "Цель добавлена %s", - "commands.cfish.correctLoot": "Получил корректный лут с поправкой %dms", + "commands.cfish.correctLoot": "Получил корректный лут с поправкой %sms", "commands.cfish.error.biome": "Вещь не может быть получена в этом биоме, требуется %s", "commands.cfish.error.crackFailed": "Не удалось взломать Рандомный Генератор Чисел поплавка, сервер модифицирован?", "commands.cfish.error.collision": "Поплавок столкнулся с чем-то", @@ -93,28 +93,28 @@ "commands.cfish.error.outOfWater": "Поплавок не в воде, манипуляции не сработают", "commands.cfish.help.tooManyEnchants": "Справка: несколько зачарований одновременно маловероятны, и их получение может занять много времени", "commands.cfish.listGoals.noGoals": "Нет целей для рыбалки", - "commands.cfish.listGoals.success": "Есть цели для рыбалки: %d", + "commands.cfish.listGoals.success": "Есть цели для рыбалки: %s", "commands.cfish.needFishingManipulation": "Манипуляции с рыбалкой не включены", "commands.cfish.removeGoal.success": "Цель успешно удалена %s", - "commands.cfish.wrongLoot": "Не получил корректный лут с исправлением %dms, мог быть на %s тиков впереди", + "commands.cfish.wrongLoot": "Не получил корректный лут с исправлением %sms, мог быть на %s тиков впереди", - "commands.cfov.success": "Установлен поле зрения %f", + "commands.cfov.success": "Установлен поле зрения %s", - "commands.cgamma.success": "Установленна яркость %f", + "commands.cgamma.success": "Установленна яркость %s", - "commands.cghostblock.fill.success": "%d блоки-призраки заполнены", + "commands.cghostblock.fill.success": "%s блоки-призраки заполнены", "commands.cghostblock.set.success": "Блок-призрак размещен", - "commands.cgive.success": "Дал %d %s себе", + "commands.cgive.success": "Дал %s %s себе", "commands.cgive.notCreative": "Игрок должен быть в творческом режиме, чтобы выдать себе предметы", "commands.cglow.entity.keepSearching.success": "Сущности подсвечены", "commands.cglow.entity.failed": "Нет объектов для свечения", - "commands.cglow.entity.success": "Светящиеся объекты: %d", - "commands.cglow.area.success": "Светящаяся область %d(s)", + "commands.cglow.entity.success": "Светящиеся объекты: %s", + "commands.cglow.area.success": "Светящаяся область %s(s)", "commands.chotbar.notCreative": "Игрок должен быть в творческом режиме, чтобы восстановить панели быстрого доступа к предметам.", - "commands.chotbar.restoredHotbar": "Панели быстрого доступа восстановленно предметов %d", + "commands.chotbar.restoredHotbar": "Панели быстрого доступа восстановленно предметов %s", "commands.ckit.notFound": "Набор \"%s\" не найден", "commands.ckit.saveFile.failed": "Не удалось сохранить файл набора", @@ -133,12 +133,12 @@ "commands.cparticle.unsuitableParticleOption": "Частицы не отображаются, так как настройки видео частиц не подходят.", "commands.cparticle.success": "Отображение частицы %s", - "commands.cpermissionlevel.success": "Ваш уровень разрешений %d", + "commands.cpermissionlevel.success": "Ваш уровень разрешений %s", "commands.cplaysound.success": "Проиграл звук %s самому себе", "commands.cping.singleplayer": "Вы находитесь в одиночном мире (╯°□°)╯︵ ┻━┻", - "commands.cping.success": "Ваш средний пинг %dms", + "commands.cping.success": "Ваш средний пинг %sms", "commands.crelog.failed": "Не удалось повторно войти", @@ -150,9 +150,9 @@ "commands.cstopsound.success.source.sound": "Остановлен звук '%s' в источнике '%s' ", "commands.ctask.list.noTasks": "В настоящее время нет выполняемых задач", - "commands.ctask.list.success": "%d в настоящее время выполняет задачи", + "commands.ctask.list.success": "%s в настоящее время выполняет задачи", "commands.ctask.stop.noMatch": "Нет подходящих задач", - "commands.ctask.stop.success": "Остановлено %d задач", + "commands.ctask.stop.success": "Остановлено %s задач", "commands.ctitle.cleared": "Очищенные заголовки", "commands.ctitle.reset": "Сбросить параметры заголовка", @@ -171,7 +171,7 @@ "commands.cwiki.failed": "Не удалось получить содержимое вики.", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Отменить", "commands.client.crack": "Взломать", "commands.client.enable": "Включить", @@ -180,7 +180,7 @@ "commands.client.tooFewArguments": "Слишком мало аргументов", "commands.client.invalidArgumentException": "Недействительным аргумент '%s'", - "chorusManip.landing.success": "Посадка на: %d, %d, %d", + "chorusManip.landing.success": "Посадка на: %s, %s, %s", "chorusManip.landing.failed": "Манипуляции с местом посадки невозможны", "chorusManip.goalTooFar": "Цель слишком далека!", "chorusManip.needChorusManipulation": "Манипуляции с Плодом хоруса не включены", @@ -193,18 +193,18 @@ "enchCrack.enchantments": "Чары:", "enchCrack.clues": "Улики:", - "enchCrack.slot": "Слот %d:", + "enchCrack.slot": "Слот %s:", - "enchCrack.xpSeed.one": "Сид Опыта: %08X", - "enchCrack.xpSeed.many": "Возможный Сид Опыта: %d", - "enchCrack.playerRNGSeed.many": "Возможные сиды Рандомного Генератора Чисел игрока: %d", + "enchCrack.xpSeed.one": "Сид Опыта: %s", + "enchCrack.xpSeed.many": "Возможный Сид Опыта: %s", + "enchCrack.playerRNGSeed.many": "Возможные сиды Рандомного Генератора Чисел игрока: %s", "enchCrack.addInfo": "Добавить информацию", "enchCrack.insn.dummy": "Сделать тестовое зачарование", "enchCrack.insn.ready": "Ваш сид зачарования готов", - "enchCrack.insn.bookshelves": "Нужно книжных полок: %d", - "enchCrack.insn.slot": "В слоте: %d", - "enchCrack.insn.itemThrows": "Требуется бросков предметов: %d (около %f секунд)", + "enchCrack.insn.bookshelves": "Нужно книжных полок: %s", + "enchCrack.insn.slot": "В слоте: %s", + "enchCrack.insn.itemThrows": "Требуется бросков предметов: %s (около %s секунд)", "enchCrack.insn.itemThrows.noDummy": "Нет тестовых чар", "enchCrack.insn.enchantments": "Чары на предмете:", @@ -248,11 +248,11 @@ "playerManip.reset.recreated": "Игрок воссоздан", "playerManip.serverBrandWarning": "Предупреждение: сервер, на котором вы играете, модифицирован. Работоспособность функций на этом сервере не гарантируются!", - "playerManip.toolBreakWarning": "Предупреждение: у инструмента осталось %d прочности", - "playerManip.throwError": "Условие невозможно или потребует более %d бросков предметов", - "playerManip.notEnoughItems": "Недостаточно элементов (%d из %d) для манипуляций с seed", + "playerManip.toolBreakWarning": "Предупреждение: у инструмента осталось %s прочности", + "playerManip.throwError": "Условие невозможно или потребует более %s бросков предметов", + "playerManip.notEnoughItems": "Недостаточно элементов (%s из %s) для манипуляций с seed", "playerManip.uncracked": "Сид-Игрока нуждается в взломе", "snakeGame.title": "Змейка", - "snakeGame.score": "Счёт: %d" + "snakeGame.score": "Счёт: %s" } diff --git a/src/main/resources/assets/clientcommands/lang/sl_si.json b/src/main/resources/assets/clientcommands/lang/sl_si.json index e306d8787..c460853a4 100644 --- a/src/main/resources/assets/clientcommands/lang/sl_si.json +++ b/src/main/resources/assets/clientcommands/lang/sl_si.json @@ -2,10 +2,10 @@ "commands.cbook.success": "Knjiga je bila uspešno urejena", "commands.ccalc.expected": "Pričakovano %s", - "commands.ccalc.invalidArgumentCount": "Funkcija \"%s\" ne more vzeti %d argumentov", + "commands.ccalc.invalidArgumentCount": "Funkcija \"%s\" ne more vzeti %s argumentov", "commands.ccrackrng.starting": "Ugotavljanje semena igralca", - "commands.ccrackrng.success": "RNG seme igralca uspešno ugotovljeno: %d", + "commands.ccrackrng.success": "RNG seme igralca uspešno ugotovljeno: %s", "commands.cenchant.failed": "Nemogoče je ali bi trajalo pre dolgo, da bi dobile te čare", "commands.cenchant.incompatible": "Nezdružljivi čari", @@ -16,27 +16,27 @@ "commands.cfind.found.left": "Najdeno %1$s ob ", "commands.cfind.found.right": ", %2$s blokov proč", "commands.cfind.noMatch": "Nič se ne ujema z vašo poizvedbo", - "commands.cfind.success": "%d entitet se ujema z vašo poizvedbo", + "commands.cfind.success": "%s entitet se ujema z vašo poizvedbo", "commands.cfindblock.notFound": "Takega bloka ni mogoče najti", "commands.cfindblock.success.left": "Najbližje ujemanje je ob ", "commands.cfindblock.success.right": ", %1$s blokov vstran", - "commands.cfinditem.match.left": "%dx %s najdeno ob ", + "commands.cfinditem.match.left": "%sx %s najdeno ob ", "commands.cfinditem.match.right": "", "commands.cfinditem.starting": "Iskati %s", "commands.cfinditem.starting.keepSearching": "Neskončno iskanje za %s.", - "commands.cfinditem.total": "Skupno najdeno %dx %s", + "commands.cfinditem.total": "Skupno najdeno %sx %s", "commands.crender.entities.success": "Pravila za upodabljanje entitet so bila posodobljena", "commands.ctask.list.noTasks": "Nič trenutno izvajajočih nalog", - "commands.ctask.list.success": "%d trenutno izvajajočih nalog", + "commands.ctask.list.success": "%s trenutno izvajajočih nalog", "commands.ctask.stop.noMatch": "Ni ujemajočih se nalog", "commands.cwiki.failed": "Vsebine wikija ni bilo mogoče pridobiti", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "Prekliči", "commands.client.crack": "Ugotovi", "commands.client.enable": "Omogoči", @@ -49,18 +49,18 @@ "enchCrack.enchantments": "Uroki:", "enchCrack.clues": "Namigi:", - "enchCrack.slot": "Mesto %d:", + "enchCrack.slot": "Mesto %s:", - "enchCrack.xpSeed.one": "XP Seme: %08X", - "enchCrack.xpSeed.many": "Možna XP semena: %d", - "enchCrack.playerRNGSeed.many": "Možna RNG semena igralci: %d", + "enchCrack.xpSeed.one": "XP Seme: %s", + "enchCrack.xpSeed.many": "Možna XP semena: %s", + "enchCrack.playerRNGSeed.many": "Možna RNG semena igralci: %s", "enchCrack.addInfo": "Dodaj informacije", "enchCrack.insn.dummy": "Opravite poskusno čaranje", "enchCrack.insn.ready": "Vaše seme čaranje je pripravljeno", - "enchCrack.insn.bookshelves": "Knjižne police potrebovane: %d", - "enchCrack.insn.slot": "V mestu: %d", - "enchCrack.insn.itemThrows": "Potrebovanih metanj: %d (V priblžno %f sekundah)", + "enchCrack.insn.bookshelves": "Knjižne police potrebovane: %s", + "enchCrack.insn.slot": "V mestu: %s", + "enchCrack.insn.itemThrows": "Potrebovanih metanj: %s (V priblžno %s sekundah)", "enchCrack.insn.itemThrows.noDummy": "Brez poskusnega čaranja", "enchCrack.insn.enchantments": "Čari na predmetu:", @@ -99,7 +99,7 @@ "playerManip.reset.recreated": "Igralec Obnovljen", "playerManip.serverBrandWarning": "Opozorilo: Strežnik na katerem igrate je modiran. Funkcije RNG morda ne bodo delovale!", - "playerManip.toolBreakWarning": "Opozorilo: orodju ostaja %d trajnosti", + "playerManip.toolBreakWarning": "Opozorilo: orodju ostaja %s trajnosti", "itemCrack.notEnoughItems": "Ni mogoče uporabiti RNG UgotavljalcaSemena: Ni dovolj predmetov v roki igralca" diff --git a/src/main/resources/assets/clientcommands/lang/zh_cn.json b/src/main/resources/assets/clientcommands/lang/zh_cn.json index c0da35000..1ce67355f 100644 --- a/src/main/resources/assets/clientcommands/lang/zh_cn.json +++ b/src/main/resources/assets/clientcommands/lang/zh_cn.json @@ -12,20 +12,20 @@ "commands.calias.removeAlias.success": "成功移除别名“%s”", "commands.careastats.notLoaded": "该区域的区块未加载", - "commands.careastats.output.chunksScanned": "扫描%d个区块,用时%d纳秒≈%d毫秒", - "commands.careastats.output.blocksMatched": "在一共%2$d个方块中匹配到%1$d个方块", - "commands.careastats.output.entitiesFound": "在此区域中找到%d个实体", + "commands.careastats.output.chunksScanned": "扫描%s个区块,用时%s纳秒≈%s毫秒", + "commands.careastats.output.blocksMatched": "在一共%2$s个方块中匹配到%1$s个方块", + "commands.careastats.output.entitiesFound": "在此区域中找到%s个实体", "commands.cbook.success": "成功编辑书本", "commands.cbook.commandException": "你没有手握书本", "commands.ccalc.expected": "期望的标识符%s", - "commands.ccalc.invalidArgumentCount": "函数“%s”无法接受%d个自变量", + "commands.ccalc.invalidArgumentCount": "函数“%s”无法接受%s个自变量", "commands.ccalc.parse": "表达式解析结果:%s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", "commands.ccalc.parse.binaryOperator.exponentiation": "(%s ^ %s)", - "commands.ccalc.parse.binaryOperator.modulo": "(%s % %s)", + "commands.ccalc.parse.binaryOperator.modulo": "(%s %% %s)", "commands.ccalc.parse.binaryOperator.multiplication": "(%s * %s)", "commands.ccalc.parse.binaryOperator.subtraction": "(%s - %s)", "commands.ccalc.parse.constant": "(常量‘%s’)", @@ -34,16 +34,16 @@ "commands.ccalc.parse.negate": "(负值:%s)", "commands.ccalc.tooDeeplyNested": "表达式嵌套过深", - "commands.ccalcstack.success": "%d个%s是%d组余%d个", - "commands.ccalcstack.success.empty": "%d个物品是%d组余%d个", - "commands.ccalcstack.success.empty.exact": "%d个物品是正好%d组", - "commands.ccalcstack.success.exact": "%d个%s是正好%d组", + "commands.ccalcstack.success": "%s个%s是%s组余%s个", + "commands.ccalcstack.success.empty": "%s个物品是%s组余%s个", + "commands.ccalcstack.success.empty.exact": "%s个物品是正好%s组", + "commands.ccalcstack.success.exact": "%s个%s是正好%s组", "commands.ccrackrng.failed": "破解玩家随机种子失败", "commands.ccrackrng.failed.help": "提示:RNG控制并不在一些被修改过的服务器有效,特别是Paper端。", - "commands.ccrackrng.retries": "正在破解玩家随机种子,尝试次数:%d/%d", + "commands.ccrackrng.retries": "正在破解玩家随机种子,尝试次数:%s/%s", "commands.ccrackrng.starting": "正在破解玩家随机种子", - "commands.ccrackrng.success": "成功破解玩家随机种子:%d", + "commands.ccrackrng.success": "成功破解玩家随机种子:%s", "commands.ccreativetab.addStack.success": "成功将%s添加到“%s”", "commands.ccreativetab.addTab.alreadyExists": "创造模式物品栏“%s”已经存在", @@ -51,12 +51,12 @@ "commands.ccreativetab.addTab.success": "成功添加创造模式物品栏“%s”", "commands.ccreativetab.changeIcon.success": "成功将“%s”的图标由%s替换为%s", "commands.ccreativetab.notFound": "未找到创造模式物品栏“%s”", - "commands.ccreativetab.outOfBounds": "索引%d越界", - "commands.ccreativetab.removeStack.success": "成功将“%s”中第%d个物品移除", + "commands.ccreativetab.outOfBounds": "索引%s越界", + "commands.ccreativetab.removeStack.success": "成功将“%s”中第%s个物品移除", "commands.ccreativetab.removeTab.success": "成功移除创造模式物品栏“%s”", "commands.ccreativetab.renameTab.success": "成功将“%s”重命名为“%s”", "commands.ccreativetab.saveFile.failed": "无法保存创造模式物品栏文件", - "commands.ccreativetab.setStack.success": "成功将“%s”中第%d个物品设为%s", + "commands.ccreativetab.setStack.success": "成功将“%s”中第%s个物品设为%s", "commands.cenchant.failed": "你请求的附魔无法获得或者需要太长时间", "commands.cenchant.help.uncrackedPlayerSeed": "提示:你还没有完全破解玩家种子", @@ -69,7 +69,7 @@ "commands.cfind.found.right": "找到%1$s, 距离你%2$s格", "commands.cfind.keepSearching.success": "正在搜寻实体", "commands.cfind.noMatch": "未找到匹配查找条件的实体", - "commands.cfind.success": "找到%d个匹配查找条件的实体", + "commands.cfind.success": "找到%s个匹配查找条件的实体", "commands.cfindblock.notFound": "未发现此方块", "commands.cfindblock.starting": "正在搜索:%s", @@ -77,16 +77,16 @@ "commands.cfindblock.success.glow": "[发光]", "commands.cfindblock.success.right": ",距离你%1$s格", - "commands.cfinditem.match.entity.left": "%d个%s在%s中被找到,位于", + "commands.cfinditem.match.entity.left": "%s个%s在%s中被找到,位于", "commands.cfinditem.match.entity.right": "", "commands.cfinditem.match.left": "在", - "commands.cfinditem.match.right": "找到了%d个%s", + "commands.cfinditem.match.right": "找到了%s个%s", "commands.cfinditem.starting": "正在搜索%s", "commands.cfinditem.starting.keepSearching": "正在持续搜索%s", - "commands.cfinditem.total": "一共找到了%d个%s", + "commands.cfinditem.total": "一共找到了%s个%s", "commands.cfish.addGoal.success": "成功添加目标%s", - "commands.cfish.correctLoot": "校正%dms后得到了目标战利品", + "commands.cfish.correctLoot": "校正%sms后得到了目标战利品", "commands.cfish.error.biome": "无法在这个区块得到目标战利品,需要%s ", "commands.cfish.error.crackFailed": "无法破解浮标随机种子,服务器是否受到修改?", "commands.cfish.error.collision": "浮标撞到了奇怪的东西", @@ -100,38 +100,38 @@ "commands.cfish.error.outOfWater": "浮标不在水中, 自动控制无法工作", "commands.cfish.help.tooManyEnchants": "提示:把多个附魔放在一起获得会很难且可能需要很长时间", "commands.cfish.listGoals.noGoals": "没有钓鱼目标", - "commands.cfish.listGoals.success": "有%d个钓鱼目标:", + "commands.cfish.listGoals.success": "有%s个钓鱼目标:", "commands.cfish.needFishingManipulation": "本命令需要启用钓鱼控制", "commands.cfish.removeGoal.success": "成功移除目标%s", - "commands.cfish.wrongLoot": "校正%dms后未获得目标战利品,可能超前了%s刻", + "commands.cfish.wrongLoot": "校正%sms后未获得目标战利品,可能超前了%s刻", - "commands.cfov.success": "将视场角设为%f", + "commands.cfov.success": "将视场角设为%s", - "commands.cfunction.limitReached": "已达到命令限制(%d)", - "commands.cfunction.success": "从函数%s中运行%d个命令", + "commands.cfunction.limitReached": "已达到命令限制(%s)", + "commands.cfunction.success": "从函数%s中运行%s个命令", "commands.cgamemode.playerNotFound": "未找到玩家", "commands.cgamemode.playerGameMode": "玩家%s处于%s游戏模式", "commands.cgamemode.noneWithGameMode": "没有玩家处于%s游戏模式", "commands.cgamemode.listWithGameMode": "以下玩家处于%s游戏模式:", - "commands.cgamma.success": "将伽马值设为%f", + "commands.cgamma.success": "将伽马值设为%s", - "commands.cghostblock.fill.success": "成功填充%d个幽灵方块", + "commands.cghostblock.fill.success": "成功填充%s个幽灵方块", "commands.cghostblock.set.success": "成功放置幽灵方块", - "commands.cgive.success": "成功给予%d个%s给自己", + "commands.cgive.success": "成功给予%s个%s给自己", "commands.cgive.notCreative": "仅创造模式玩家可以将物品给予自己", "commands.cglow.entity.keepSearching.success": "正在使实体发光", "commands.cglow.entity.failed": "没有目标实体可以发光", - "commands.cglow.entity.success": "成功使%d个实体发光", - "commands.cglow.area.success": "成功使%d个区域发光", + "commands.cglow.entity.success": "成功使%s个实体发光", + "commands.cglow.area.success": "成功使%s个区域发光", "commands.chat.success": "喜报:已经成功地打开了聊天窗口!!", "commands.chotbar.notCreative": "仅创造模式玩家可以恢复物品栏", - "commands.chotbar.restoredHotbar": "成功恢复物品栏%d", + "commands.chotbar.restoredHotbar": "成功恢复物品栏%s", "commands.ckit.notFound": "未找到背包存档“%s”", "commands.ckit.saveFile.failed": "无法保存背包存档文件", @@ -167,14 +167,14 @@ "commands.cparticle.unsuitableParticleOption": "无法在视频设置中“粒子效果”一项为“最少”时播放粒子效果,", "commands.cparticle.success": "成功显示粒子效果%s", - "commands.cpermissionlevel.success": "你的权限等级为%d", + "commands.cpermissionlevel.success": "你的权限等级为%s", "commands.cplaysound.success": "成功播放音效%s给自己", "commands.cplugins.found": "找到以下插件:", - "commands.cping.success": "你的平均ping是%dms", - "commands.cping.success.other": "%s的平均ping是%dms", + "commands.cping.success": "你的平均ping是%sms", + "commands.cping.success.other": "%s的平均ping是%sms", "commands.cping.singleplayer": "你在一个单人游戏世界里(╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "未找到玩家", @@ -202,9 +202,9 @@ "commands.ctask.conflicting": "一个有冲突的任务‘%s’已在运行。%s", "commands.ctask.list.noTasks": "当前没有正在执行的任务", - "commands.ctask.list.success": "%d个任务正在执行", + "commands.ctask.list.success": "%s个任务正在执行", "commands.ctask.stop.noMatch": "没有匹配的任务", - "commands.ctask.stop.success": "已停止%d个任务", + "commands.ctask.stop.success": "已停止%s个任务", "commands.ctictactoe.playerNotFound": "未找到玩家", "commands.ctictactoe.noGameWithPlayer": "目前没有与该玩家一起进行游戏", @@ -249,7 +249,7 @@ "commands.cwiki.failed": "未能获取维基内容", "commands.cwiki.noContent": "那篇文章中没有用于介绍的段落", - "commands.client.blockpos": "(%d,%d,%d)", + "commands.client.blockpos": "(%s,%s,%s)", "commands.client.cancel": "取消", "commands.client.crack": "破解", "commands.client.enable": "启用", @@ -263,7 +263,7 @@ "commands.client.requiresRestart": "此更改将在你重新启动客户端后生效", "commands.client.tooFewArguments": "参数过少", - "chorusManip.landing.success": "成功降落在:%d,%d,%d", + "chorusManip.landing.success": "成功降落在:%s,%s,%s", "chorusManip.landing.failed": "降落操作不可用", "chorusManip.goalTooFar": "目标过远!", "chorusManip.needChorusManipulation": "本命令需要启用紫颂果操作", @@ -276,26 +276,26 @@ "enchCrack.enchantments": "附魔:", "enchCrack.clues": "提示:", - "enchCrack.slot": "第%d行:", - "enchCrack.bookshelfCount": "书架数量:%d", + "enchCrack.slot": "第%s行:", + "enchCrack.bookshelfCount": "书架数量:%s", - "enchCrack.xpSeed.one": "经验值种子:%08X", - "enchCrack.xpSeed.many": "可能的经验值种子数量:%d", - "enchCrack.playerRNGSeed.many": "可能的玩家随机种子数量:%d", + "enchCrack.xpSeed.one": "经验值种子:%s", + "enchCrack.xpSeed.many": "可能的经验值种子数量:%s", + "enchCrack.playerRNGSeed.many": "可能的玩家随机种子数量:%s", "enchCrack.addInfo": "添加信息", "enchCrack.insn.dummy": "附魔一件其他物品", "enchCrack.insn.ready": "你的附魔已就绪", - "enchCrack.insn.bookshelves": "需要的书架数:%d", - "enchCrack.insn.slot": "在附魔台的第%d行", - "enchCrack.insn.itemThrows": "需要扔出物品:%d次(大约%f秒)", + "enchCrack.insn.bookshelves": "需要的书架数:%s", + "enchCrack.insn.slot": "在附魔台的第%s行", + "enchCrack.insn.itemThrows": "需要扔出物品:%s次(大约%s秒)", "enchCrack.insn.itemThrows.noDummy": "无需附魔其他物品", "enchCrack.insn.enchantments": "最终获得的附魔:", "itemCrack.notEnoughItems": "无法使用随机数种子破解:玩家手中物品不足", - "minesweeperGame.minesLeft": "剩余地雷:%d", - "minesweeperGame.timePlayed": "游玩时间:%d秒", + "minesweeperGame.minesLeft": "剩余地雷:%s", + "minesweeperGame.timePlayed": "游玩时间:%s秒", "minesweeperGame.title": "扫雷", "playerManip.state": "玩家种子破解状态:%s", @@ -336,13 +336,13 @@ "playerManip.reset.recreated": "重新创建了玩家", "playerManip.serverBrandWarning": "警告:你所在的服务器受到修改。随机数相关功能不保证正常可用!", - "playerManip.toolBreakWarning": "警告:工具还有%d耐久度", - "playerManip.throwError": "条件不可达成,或者需要丢出大于%d个物品", - "playerManip.notEnoughItems": "物品数量(%d,共%d)不足以破解玩家种子", + "playerManip.toolBreakWarning": "警告:工具还有%s耐久度", + "playerManip.throwError": "条件不可达成,或者需要丢出大于%s个物品", + "playerManip.notEnoughItems": "物品数量(%s,共%s)不足以破解玩家种子", "playerManip.uncracked": "需要破解玩家种子", "snakeGame.title": "贪吃蛇", - "snakeGame.score": "分数:%d", + "snakeGame.score": "分数:%s", "ticTacToeGame.title": "井字棋对手:%s", "ticTacToeGame.playingWith": "你正在与%s玩", diff --git a/src/main/resources/assets/clientcommands/lang/zh_tw.json b/src/main/resources/assets/clientcommands/lang/zh_tw.json index 8a6d72395..55eaa3409 100644 --- a/src/main/resources/assets/clientcommands/lang/zh_tw.json +++ b/src/main/resources/assets/clientcommands/lang/zh_tw.json @@ -12,15 +12,15 @@ "commands.calias.removeAlias.success": "成功移除別名「%s」", "commands.careastats.notLoaded": "此區域的區塊尚未載入", - "commands.careastats.output.chunksScanned": "在 %dns ≈ %dms 內掃描了 %d 個區塊", - "commands.careastats.output.blocksMatched": "匹配了 %d 個方塊(總共 %d 個)", - "commands.careastats.output.entitiesFound": "在此區域找到 %d 個實體", + "commands.careastats.output.chunksScanned": "在 %sns ≈ %sms 內掃描了 %s 個區塊", + "commands.careastats.output.blocksMatched": "匹配了 %s 個方塊(總共 %s 個)", + "commands.careastats.output.entitiesFound": "在此區域找到 %s 個實體", "commands.cbook.success": "成功編輯書本", "commands.cbook.commandException": "您沒有手握書本", "commands.ccalc.expected": "期望值 %s", - "commands.ccalc.invalidArgumentCount": "函數「%s」無法接受 %d 個參數", + "commands.ccalc.invalidArgumentCount": "函數「%s」無法接受 %s 個參數", "commands.ccalc.parse": "已解析的表達式: %s", "commands.ccalc.parse.binaryOperator.addition": "(%s + %s)", "commands.ccalc.parse.binaryOperator.division": "(%s / %s)", @@ -34,16 +34,16 @@ "commands.ccalc.parse.negate": "(否定: %s)", "commands.ccalc.tooDeeplyNested": "表達式巢狀過深", - "commands.ccalcstack.success": "%d 個 %s 是 %d 組餘 %d 個", - "commands.ccalcstack.success.empty": "%d 個物品是 %d 組餘 %d 個", - "commands.ccalcstack.success.empty.exact": "%d 個物品是正好 %d 組", - "commands.ccalcstack.success.exact": "%d 個 %s 是正好 %d 組", + "commands.ccalcstack.success": "%s 個 %s 是 %s 組餘 %s 個", + "commands.ccalcstack.success.empty": "%s 個物品是 %s 組餘 %s 個", + "commands.ccalcstack.success.empty.exact": "%s 個物品是正好 %s 組", + "commands.ccalcstack.success.exact": "%s 個 %s 是正好 %s 組", "commands.ccrackrng.failed": "破譯玩家隨機種子失敗", "commands.ccrackrng.failed.help": "說明: 隨機數操控在某些模組伺服器上無法運作,尤其是 Paper。", - "commands.ccrackrng.retries": "正在破譯玩家隨機種子,嘗試 %d/%d", + "commands.ccrackrng.retries": "正在破譯玩家隨機種子,嘗試 %s/%s", "commands.ccrackrng.starting": "正在破譯玩家隨機種子", - "commands.ccrackrng.success": "玩家隨機種子已破譯: %d", + "commands.ccrackrng.success": "玩家隨機種子已破譯: %s", "commands.ccreativetab.addStack.success": "成功將 %s 新增至「%s」", "commands.ccreativetab.addTab.alreadyExists": "創造模式標籤頁「%s」已存在", @@ -51,12 +51,12 @@ "commands.ccreativetab.addTab.success": "成功新增創造模式標籤頁「%s」", "commands.ccreativetab.changeIcon.success": "成功將「%s」的圖示從 %s 變更為 %s", "commands.ccreativetab.notFound": "找不到創造模式標籤頁「%s」", - "commands.ccreativetab.outOfBounds": "索引 %d 超出範圍", - "commands.ccreativetab.removeStack.success": "成功從「%s」的索引 %d 移除堆疊", + "commands.ccreativetab.outOfBounds": "索引 %s 超出範圍", + "commands.ccreativetab.removeStack.success": "成功從「%s」的索引 %s 移除堆疊", "commands.ccreativetab.removeTab.success": "成功移除創造模式標籤頁「%s」", "commands.ccreativetab.renameTab.success": "成功將創造模式標籤頁「%s」重新命名為「%s」", "commands.ccreativetab.saveFile.failed": "無法儲存創造模式標籤頁檔案", - "commands.ccreativetab.setStack.success": "成功將「%s」的索引 %d 的堆疊設定為 %s", + "commands.ccreativetab.setStack.success": "成功將「%s」的索引 %s 的堆疊設定為 %s", "commands.cenchant.failed": "您請求的附魔無法獲得,或者需要太長時間", "commands.cenchant.help.uncrackedPlayerSeed": "說明: 您尚未完全破譯玩家隨機種子", @@ -69,7 +69,7 @@ "commands.cfind.found.right": " 找到 %1$s,距離您 %2$s 格", "commands.cfind.keepSearching.success": "找尋實體中。", "commands.cfind.noMatch": "沒有實體符合您的搜尋條件", - "commands.cfind.success": "%d 個實體符合您的搜尋條件", + "commands.cfind.success": "%s 個實體符合您的搜尋條件", "commands.cfindblock.notFound": "沒有發現此方塊", "commands.cfindblock.starting": "正在搜尋 %s", @@ -78,15 +78,15 @@ "commands.cfindblock.success.right": ",距離您 %1$s 格", "commands.cfinditem.match.entity.left": "在 %s 的 ", - "commands.cfinditem.match.entity.right": " 找到 %dx %s", + "commands.cfinditem.match.entity.right": " 找到 %sx %s", "commands.cfinditem.match.left": "在 ", - "commands.cfinditem.match.right": " 找到 %dx %s", + "commands.cfinditem.match.right": " 找到 %sx %s", "commands.cfinditem.starting": "正在搜尋 %s", "commands.cfinditem.starting.keepSearching": "正在持續搜尋 %s。", - "commands.cfinditem.total": "一共找到了 %d 個 %s 。", + "commands.cfinditem.total": "一共找到了 %s 個 %s 。", "commands.cfish.addGoal.success": "成功新增目標 %s", - "commands.cfish.correctLoot": "使用 %dms 校正得到目標戰利品", + "commands.cfish.correctLoot": "使用 %sms 校正得到目標戰利品", "commands.cfish.error.biome": "在此生態域無法獲得戰利品,需要 %s", "commands.cfish.error.crackFailed": "無法破譯釣魚氣泡隨機數,這是個模組伺服器?", "commands.cfish.error.collision": "釣魚浮標與某物發生碰撞", @@ -100,38 +100,38 @@ "commands.cfish.error.outOfWater": "釣魚浮標在水域外,操控將無法工作", "commands.cfish.help.tooManyEnchants": "說明: 一次使用多個附魔的可能性很小,並且可能需要很長時間才能獲得", "commands.cfish.listGoals.noGoals": "沒有設定釣魚目標", - "commands.cfish.listGoals.success": "已設定 %d 個釣魚目標:", + "commands.cfish.listGoals.success": "已設定 %s 個釣魚目標:", "commands.cfish.needFishingManipulation": "本指令需要啟用釣魚操控。", "commands.cfish.removeGoal.success": "成功移除目標 %s", - "commands.cfish.wrongLoot": "使用 %dms 校正沒有得到目標戰利品,大約有 %s 個遊戲刻在前面", + "commands.cfish.wrongLoot": "使用 %sms 校正沒有得到目標戰利品,大約有 %s 個遊戲刻在前面", - "commands.cfov.success": "將 FOV 設定為 %f", + "commands.cfov.success": "將 FOV 設定為 %s", - "commands.cfunction.limitReached": "已達到指令限制(%d)", - "commands.cfunction.success": "從函數 %s 執行了 %d 個指令", + "commands.cfunction.limitReached": "已達到指令限制(%s)", + "commands.cfunction.success": "從函數 %s 執行了 %s 個指令", "commands.cgamemode.playerNotFound": "找不到玩家", "commands.cgamemode.playerGameMode": "玩家 %s 的遊戲模式為 %s", "commands.cgamemode.noneWithGameMode": "沒有玩家的遊戲模式為 %s", "commands.cgamemode.listWithGameMode": "以下玩家的遊戲模式為 %s:", - "commands.cgamma.success": "將伽瑪值設定為 %f", + "commands.cgamma.success": "將伽瑪值設定為 %s", - "commands.cghostblock.fill.success": "%d 個幽靈方塊已被填充", + "commands.cghostblock.fill.success": "%s 個幽靈方塊已被填充", "commands.cghostblock.set.success": "幽靈方塊已放置", - "commands.cgive.success": "給予自己 %d 個 %s", + "commands.cgive.success": "給予自己 %s 個 %s", "commands.cgive.notCreative": "玩家必須在創造模式才能給予自己物品", "commands.cglow.entity.keepSearching.success": "發光的實體", "commands.cglow.entity.failed": "沒有實體可以發光", - "commands.cglow.entity.success": "%d 個實體正在發光", - "commands.cglow.area.success": "%d 個區域正在發光", + "commands.cglow.entity.success": "%s 個實體正在發光", + "commands.cglow.area.success": "%s 個區域正在發光", "commands.chat.success": "成功開啟 c🎩", "commands.chotbar.notCreative": "玩家必須在創造模式才能還原物品快捷欄", - "commands.chotbar.restoredHotbar": "已還原物品快捷欄 %d", + "commands.chotbar.restoredHotbar": "已還原物品快捷欄 %s", "commands.ckit.notFound": "找不到套件「%s」", "commands.ckit.saveFile.failed": "無法儲存套件檔案", @@ -167,14 +167,14 @@ "commands.cparticle.unsuitableParticleOption": "由於粒子顯示設定不適合,因此無法顯示粒子", "commands.cparticle.success": "正在顯示粒子 %s", - "commands.cpermissionlevel.success": "您的權限等級為 %d", + "commands.cpermissionlevel.success": "您的權限等級為 %s", "commands.cplaysound.success": "播放音效 %s 給自己", "commands.cplugins.found": "找到以下外掛:", - "commands.cping.success": "您的平均 Ping 值為 %dms", - "commands.cping.success.other": "%s 的平均 Ping 值為 %dms", + "commands.cping.success": "您的平均 Ping 值為 %sms", + "commands.cping.success.other": "%s 的平均 Ping 值為 %sms", "commands.cping.singleplayer": "您在單人遊戲世界中 (╯°□°)╯︵ ┻━┻", "commands.cping.playerNotFound": "找不到玩家", @@ -202,9 +202,9 @@ "commands.ctask.conflicting": "衝突的任務「%s」已在執行中。 %s", "commands.ctask.list.noTasks": "目前沒有正在執行的任務", - "commands.ctask.list.success": "%d 個任務正在執行", + "commands.ctask.list.success": "%s 個任務正在執行", "commands.ctask.stop.noMatch": "沒有符合的任務", - "commands.ctask.stop.success": "已停止 %d 個任務", + "commands.ctask.stop.success": "已停止 %s 個任務", "commands.ctictactoe.playerNotFound": "找不到玩家", "commands.ctictactoe.noGameWithPlayer": "目前沒有與該玩家進行遊戲", @@ -249,7 +249,7 @@ "commands.cwiki.failed": "無法取得 wiki 內容", "commands.cwiki.noContent": "該條目中沒有引言段落", - "commands.client.blockpos": "(%d, %d, %d)", + "commands.client.blockpos": "(%s, %s, %s)", "commands.client.cancel": "取消", "commands.client.crack": "破譯", "commands.client.enable": "啟用", @@ -263,7 +263,7 @@ "commands.client.requiresRestart": "此變更將在您重新啟動用戶端後生效", "commands.client.tooFewArguments": "參數過少", - "chorusManip.landing.success": "著陸於: %d, %d, %d", + "chorusManip.landing.success": "著陸於: %s, %s, %s", "chorusManip.landing.failed": "無法操控著陸", "chorusManip.goalTooFar": "目標距離過遠!", "chorusManip.needChorusManipulation": "未啟用紫頌果操控", @@ -276,26 +276,26 @@ "enchCrack.enchantments": "附魔:", "enchCrack.clues": "線索:", - "enchCrack.slot": "第 %d 行:", - "enchCrack.bookshelfCount": "書架數量: %d", + "enchCrack.slot": "第 %s 行:", + "enchCrack.bookshelfCount": "書架數量: %s", - "enchCrack.xpSeed.one": "經驗值種子: %08X", - "enchCrack.xpSeed.many": "可能的經驗值種子數量: %d", - "enchCrack.playerRNGSeed.many": "可能的玩家隨機種子數量: %d", + "enchCrack.xpSeed.one": "經驗值種子: %s", + "enchCrack.xpSeed.many": "可能的經驗值種子數量: %s", + "enchCrack.playerRNGSeed.many": "可能的玩家隨機種子數量: %s", "enchCrack.addInfo": "新增資訊", "enchCrack.insn.dummy": "附魔一件其他物品", "enchCrack.insn.ready": "您的附魔已就緒", - "enchCrack.insn.bookshelves": "需要的書架數量: %d", - "enchCrack.insn.slot": "在附魔台的第 %d 行", - "enchCrack.insn.itemThrows": "需要丟出物品: %d 次(大約 %f 秒)", + "enchCrack.insn.bookshelves": "需要的書架數量: %s", + "enchCrack.insn.slot": "在附魔台的第 %s 行", + "enchCrack.insn.itemThrows": "需要丟出物品: %s 次(大約 %s 秒)", "enchCrack.insn.itemThrows.noDummy": "無需附魔其他物品", "enchCrack.insn.enchantments": "最終獲得的附魔:", "itemCrack.notEnoughItems": "無法使用隨機種子破譯: 玩家手中沒有足夠的物品", - "minesweeperGame.minesLeft": "剩餘地雷: %d", - "minesweeperGame.timePlayed": "遊戲時間: %ds", + "minesweeperGame.minesLeft": "剩餘地雷: %s", + "minesweeperGame.timePlayed": "遊戲時間: %ss", "minesweeperGame.title": "踩地雷", "playerManip.state": "玩家種子破譯狀態: %s", @@ -336,13 +336,13 @@ "playerManip.reset.recreated": "重新建立了玩家", "playerManip.serverBrandWarning": "警告: 您正在遊玩的伺服器包含模組。隨機數相關的功能並不保證能夠正常運作!", - "playerManip.toolBreakWarning": "警告: 工具還有 %d 耐久度。", - "playerManip.throwError": "條件不可行,或需要超過 %d 個物品拋出", - "playerManip.notEnoughItems": "物品數量不足(%d 的 %d)來操控種子", + "playerManip.toolBreakWarning": "警告: 工具還有 %s 耐久度。", + "playerManip.throwError": "條件不可行,或需要超過 %s 個物品拋出", + "playerManip.notEnoughItems": "物品數量不足(%s 的 %s)來操控種子", "playerManip.uncracked": "需要先破譯玩家隨機種子", "snakeGame.title": "貪吃蛇", - "snakeGame.score": "分數: %d", + "snakeGame.score": "分數: %s", "ticTacToeGame.title": "與 %s 玩井字遊戲", "ticTacToeGame.playingWith": "您正在與 %s 遊玩",