Add untranslated help keys

This commit is contained in:
fullwall 2024-03-02 22:36:07 +08:00
parent 52bb50fd8c
commit 2c501409ab
1 changed files with 141 additions and 8 deletions

View File

@ -1,7 +1,8 @@
{
"citizens.changed-implementation" : "Citizens implementation changed, disabling plugin.",
"citizens.contribute-to-translations-prompt" : "Detected system language [[{0}]]. If you'd like you can contribute to Citizens translations via our Discord! https://discord.gg/Q6pZGSR",
"citizens.commands.citizens.description" : "Show basic plugin information",
"citizens.commands.citizens.help" : "",
"citizens.commands.citizens.reload.description" : "Load Citizens fresh from disk, without saving first",
"citizens.commands.citizens.reload.help" : "",
"citizens.commands.citizens.save.description" : "Save NPCs",
"citizens.commands.citizens.save.help" : "Use the -a flag to save async (off the main server thread).",
"citizens.commands.console-error" : "Please report this error: [See console]",
@ -14,35 +15,39 @@
"citizens.commands.invalid-number" : "That is not a valid number.",
"citizens.commands.invalid.class" : "Invalid external commands class.",
"citizens.commands.npc.activationrange.description" : "Sets the activation range",
"citizens.commands.citizens.description" : "Show basic plugin information",
"citizens.commands.npc.activationrange.help" : "",
"citizens.commands.npc.activationrange.set" : "Activation range set to [[{0}]].",
"citizens.commands.npc.age.cannot-be-aged" : "The mob type {0} cannot be aged.",
"citizens.commands.npc.age.description" : "Set the age of an NPC",
"citizens.commands.npc.age.description" : "Set the age of an NPC",
"citizens.commands.npc.age.help" : "Can only be used on entities that can become babies. Use the [[-l]] flag to lock age over time (note: relogs may be required to see this).",
"citizens.commands.npc.age.invalid-age" : "Invalid age. Valid ages are adult, baby, number between -24000 and 0",
"citizens.commands.npc.age.locked" : "Age locked.",
"citizens.commands.npc.age.set" : "[[{0}]] is now [[{1}]].",
"citizens.commands.npc.age.set-adult" : "[[{0}]] is now an adult.",
"citizens.commands.npc.age.set-baby" : "[[{0}]] is now a baby.",
"citizens.commands.waypoints.hpa" : "Command for Citizens developers testing new pathfinding only",
"citizens.commands.npc.age.set-normal" : "[[{0}]] is now age [[{1}]].",
"citizens.commands.npc.age.unlocked" : "Age unlocked.",
"citizens.commands.npc.aggressive.description" : "Sets the aggressive status of the entity",
"citizens.commands.npc.aggressive.help" : "",
"citizens.commands.npc.ai.description" : "Sets whether the NPC should use vanilla AI",
"citizens.commands.npc.ai.help" : "",
"citizens.commands.npc.ai.started" : "Now using Minecraft AI.",
"citizens.commands.npc.description" : "Show basic NPC information",
"citizens.commands.npc.ai.stopped" : "No longer using Minecraft AI.",
"citizens.commands.npc.allay.dancing-set" : "[[{0}]] is now dancing.",
"citizens.commands.npc.allay.dancing-unset" : "[[{0}]] is no longer dancing.",
"citizens.commands.npc.allay.description" : "Sets allay modifiers",
"citizens.commands.npc.allay.help" : "",
"citizens.commands.npc.anchor.added" : "Anchor added.",
"citizens.commands.npc.anchor.already-exists" : "The anchor [[{0}]] already exists.",
"citizens.commands.npc.anchor.description" : "Changes/Saves/Lists NPC''s location anchor(s)",
"citizens.commands.npc.anchor.description" : "Manages the NPC''s location anchor(s)",
"citizens.commands.npc.anchor.help" : "",
"citizens.commands.npc.anchor.invalid-name" : "Invalid anchor name.",
"citizens.commands.npc.anchor.missing" : "The anchor [[{1}]] does not exist.",
"citizens.commands.npc.anchor.removed" : "Anchor removed.",
"citizens.commands.npc.armorstand.description" : "Edit armorstand properties",
"citizens.commands.npc.armorstand.help" : "",
"citizens.commands.npc.axolotl.description" : "Sets axolotl modifiers",
"citizens.commands.npc.axolotl.help" : "",
"citizens.commands.npc.axolotl.invalid-variant" : "Invalid variant. Valid variants are [[{0}]].",
"citizens.commands.npc.axolotl.playing-dead" : "[[{0}]] now playing dead.",
"citizens.commands.npc.axolotl.playing-dead-stopped" : "[[{0}]] no longer playing dead.",
@ -51,14 +56,18 @@
"citizens.commands.npc.bee.bee-stung" : "[[{0}]] has now stung.",
"citizens.commands.npc.bee.description" : "Sets bee modifiers",
"citizens.commands.npc.bee.has-nectar" : "[[{0}]] has nectar.",
"citizens.commands.npc.bee.help" : "",
"citizens.commands.npc.bee.invalid-anger" : "Anger should be above zero. ",
"citizens.commands.npc.bee.no-nectar" : "[[{0}]] has no nectar.",
"citizens.commands.npc.bee.not-stung" : "[[{0}]] has no longer stung.",
"citizens.commands.npc.bossbar.description" : "Edit bossbar properties",
"citizens.commands.npc.bossbar.help" : "",
"citizens.commands.npc.camel.description" : "Sets camel modifiers",
"citizens.commands.npc.camel.help" : "",
"citizens.commands.npc.camel.pose-set" : "Pose set to [[{0}]].",
"citizens.commands.npc.cat.collar-color-set" : "Collar color set to [[{0}]].",
"citizens.commands.npc.cat.description" : "Sets cat modifiers",
"citizens.commands.npc.cat.help" : "",
"citizens.commands.npc.cat.invalid-collar-color" : "Invalid collar color specified. Valid types are [[{0}]].",
"citizens.commands.npc.cat.invalid-type" : "Invalid type specified. Valid types are [[{0}]].",
"citizens.commands.npc.cat.lying-start" : "[[{0}]] started lying down.",
@ -67,9 +76,11 @@
"citizens.commands.npc.cat.sitting-stop" : "[[{0}]] stopped sitting.",
"citizens.commands.npc.cat.type-set" : "Type set to [[{0}]].",
"citizens.commands.npc.chunkload.description" : "Toggle the NPC forcing chunks to stay loaded",
"citizens.commands.npc.chunkload.help" : "",
"citizens.commands.npc.chunkload.set" : "[[{0}]] will now force chunks to be loaded.",
"citizens.commands.npc.chunkload.unset" : "[[{0}]] will no longer force chunks to be loaded.",
"citizens.commands.npc.collidable.description" : "Toggles an NPC''s collidability",
"citizens.commands.npc.collidable.help" : "",
"citizens.commands.npc.collidable.set" : "[[{0}]] will now collide with entities.",
"citizens.commands.npc.collidable.unset" : "[[{0}]] will no longer collide with entities.",
"citizens.commands.npc.command.cleared" : "[[{0}]]''s commands cleared.",
@ -101,37 +112,53 @@
"citizens.commands.npc.commands.sequential-set" : "Commands will now execute sequentially.",
"citizens.commands.npc.commands.sequential-unset" : "Commands will no longer execute sequentially.",
"citizens.commands.npc.configgui.description": "Display NPC configuration GUI",
"citizens.commands.npc.configgui.help" : "",
"citizens.commands.npc.controllable.description" : "Toggles whether the NPC can be ridden and controlled",
"citizens.commands.npc.controllable.help" : "",
"citizens.commands.npc.controllable.not-controllable" : "[[{0}]] is not controllable.",
"citizens.commands.npc.controllable.removed" : "[[{0}]] can no longer be controlled.",
"citizens.commands.npc.controllable.set" : "[[{0}]] can now be controlled.",
"citizens.commands.npc.copier.description" : "Toggle the NPC copier",
"citizens.commands.npc.copier.help" : "",
"citizens.commands.npc.copy.copied" : "[[{0}]] has been copied.",
"citizens.commands.npc.copy.description" : "Copies an NPC",
"citizens.commands.npc.copy.help" : "",
"citizens.commands.npc.create.description" : "Create a new NPC",
"citizens.commands.npc.create.help" : "",
"citizens.commands.npc.create.invalid-location" : "Location could not be parsed or was not found.",
"citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] is not a valid mob type.",
"citizens.commands.npc.create.mobtype-missing" : "[[{0}]] is not supported as an NPC mobtype.",
"citizens.commands.npc.create.no-player-for-spawn" : "No player could be found by that name to spawn an NPC at.",
"citizens.commands.npc.create.npc-name-too-long" : "NPC names cannot be longer than [[{0}]] characters. The name has been shortened.",
"citizens.commands.npc.debug.description" : "Display debugging information",
"citizens.commands.npc.debug.help" : "",
"citizens.commands.npc.description" : "Show basic NPC information",
"citizens.commands.npc.deselect" : "Deselected NPC.",
"citizens.commands.npc.deselect.description" : "Deselect currently selected NPC",
"citizens.commands.npc.deselect.help" : "",
"citizens.commands.npc.despawn.description" : "Despawn a NPC",
"citizens.commands.npc.despawn.despawned" : "You despawned [[{0}]].",
"citizens.commands.npc.despawn.help" : "",
"citizens.commands.npc.drops.description" : "Edit an NPC''s drops",
"citizens.commands.npc.drops.help" : "",
"citizens.commands.npc.endercrystal.description" : "Edit endercrystal modifiers",
"citizens.commands.npc.endercrystal.help" : "",
"citizens.commands.npc.endercrystal.not-showing-bottom" : "[[{0}]] is no longer showing its base.",
"citizens.commands.npc.endercrystal.showing-bottom" : "[[{0}]] is now showing its base.",
"citizens.commands.npc.enderdragon.description" : "Sets enderdragon modifiers",
"citizens.commands.npc.enderdragon.help" : "",
"citizens.commands.npc.enderman.angry-set" : "[[{0}]] is now angry.",
"citizens.commands.npc.enderman.angry-unset" : "[[{0}]] is no longer angry.",
"citizens.commands.npc.enderman.description" : "Set enderman modifiers",
"citizens.commands.npc.enderman.help" : "",
"citizens.commands.npc.equip.description" : "Toggle the equipment editor",
"citizens.commands.npc.equip.help" : "",
"citizens.commands.npc.flyable.description" : "Toggles or sets an NPC''s flyable status",
"citizens.commands.npc.flyable.help" : "",
"citizens.commands.npc.flyable.set" : "[[{0}]] is now flyable.",
"citizens.commands.npc.flyable.unset" : "[[{0}]] is no longer flyable.",
"citizens.commands.npc.follow.description" : "Toggles NPC following you",
"citizens.commands.npc.follow.help" : "",
"citizens.commands.npc.follow.margin-set" : "[[{0}]]''s will now follow [[{1}]] blocks away from the target.",
"citizens.commands.npc.follow.set" : "[[{0}]] is now following [[{1}]]. ",
"citizens.commands.npc.follow.unset" : "[[{0}]] is no longer following anyone.",
@ -139,35 +166,44 @@
"citizens.commands.npc.fox.crouching-unset" : "[[{0}]] is no longer crouching.",
"citizens.commands.npc.fox.description" : "Sets fox modifiers",
"citizens.commands.npc.fox.fox-type-set" : "Fox type set to [[{0}]].",
"citizens.commands.npc.fox.help" : "",
"citizens.commands.npc.fox.invalid-fox-type" : "Invalid fox type specified. Valid types are [[{0}]].",
"citizens.commands.npc.fox.sitting-set" : "[[{0}]] is now sitting.",
"citizens.commands.npc.fox.sitting-unset" : "[[{0}]] is no longer sitting.",
"citizens.commands.npc.fox.sleeping-set" : "[[{0}]] is now sleeping.",
"citizens.commands.npc.fox.sleeping-unset" : "[[{0}]] is no longer sleeping.",
"citizens.commands.npc.frog.description" : "Sets frog modifiers",
"citizens.commands.npc.frog.help" : "",
"citizens.commands.npc.frog.invalid-variant" : "Invalid frog variant. Valid variants are [[{0}]].",
"citizens.commands.npc.frog.variant-set" : "Variant set to [[{0}]].",
"citizens.commands.npc.gamemode.describe" : "{0}''s gamemode is [[{1}]].",
"citizens.commands.npc.gamemode.description": "Changes the gamemode",
"citizens.commands.npc.gamemode.help" : "",
"citizens.commands.npc.gamemode.invalid" : "{0} is not a valid gamemode.",
"citizens.commands.npc.gamemode.set" : "Gamemode set to [[{0}]].",
"citizens.commands.npc.glowing.color-set" : "[[{0}]]''s glowing color set to {1}]].",
"citizens.commands.npc.glowing.description" : "Toggles an NPC''s glowing status",
"citizens.commands.npc.glowing.help" : "",
"citizens.commands.npc.glowing.player-only" : "Glowing color can only be changed for player-type NPCs.",
"citizens.commands.npc.glowing.set" : "[[{0}]] is now glowing.",
"citizens.commands.npc.glowing.unset" : "[[{0}]] is no longer glowing.",
"citizens.commands.npc.goat.description" : "Sets goat modifiers",
"citizens.commands.npc.goat.help" : "",
"citizens.commands.npc.goat.horns-set" : "[[{0}]]''s horns set to left: [[{1}]] right: [[{2}]]",
"citizens.commands.npc.gravity.description" : "Toggles gravity",
"citizens.commands.npc.gravity.disabled" : "Gravity [[disabled]].",
"citizens.commands.npc.gravity.enabled" : "Gravity [[enabled]].",
"citizens.commands.npc.gravity.help" : "",
"citizens.commands.npc.guardian.elder-set" : "[[{0}]] is now an elder guardian.",
"citizens.commands.npc.guardian.elder-unset" : "[[{0}]] is no longer an elder guardian.",
"citizens.commands.npc.help" : "",
"citizens.commands.npc.hitbox.description" : "Sets the NPC hitbox",
"citizens.commands.npc.hitbox.help" : "",
"citizens.commands.npc.hitbox.set" : "Hitbox set to [[{0}]].",
"citizens.commands.npc.hologram.cleared" : "Hologram lines cleared.",
"citizens.commands.npc.hologram.description" : "Controls NPC hologram text",
"citizens.commands.npc.hologram.direction-set" : "Direction set to [[{0}]].",
"citizens.commands.npc.hologram.help" : "",
"citizens.commands.npc.hologram.invalid-text-id" : "Invalid line number.",
"citizens.commands.npc.hologram.line-add" : "Added a new hologram line: [[{0}]].",
"citizens.commands.npc.hologram.line-height-set" : "Line height set to [[{0}]].",
@ -182,6 +218,7 @@
"citizens.commands.npc.home.delay-set" : "Delay before returning home set to [[{0}]] ticks.",
"citizens.commands.npc.home.description" : "Controls home location",
"citizens.commands.npc.home.distance-set" : "Distance before returning home set to [[{0}]] blocks.",
"citizens.commands.npc.home.help" : "",
"citizens.commands.npc.home.home-set" : "Home set to [[{0}]].",
"citizens.commands.npc.home.pathfind-set" : "[[{0}]] will now try to pathfind home.",
"citizens.commands.npc.home.teleport-set" : "[[{0}]] will now teleport home.",
@ -190,28 +227,39 @@
"citizens.commands.npc.horse.color-set" : "The horse''s color was set to [[{0}]]. ",
"citizens.commands.npc.horse.describe" : "The horse''s color is [[{0}]], the type is [[{1}]] and the style is [[{2}]].",
"citizens.commands.npc.horse.description" : "Sets horse and horse-like entity modifiers",
"citizens.commands.npc.horse.help" : "",
"citizens.commands.npc.horse.help" : "Use the -c flag to make the NPC have a chest, or the -b flag to stop them from having a chest.",
"citizens.commands.npc.horse.invalid-color" : "Invalid horse color given. Valid colors are: [[{0}]].",
"citizens.commands.npc.horse.invalid-style" : "Invalid horse style given. Valid styles are: [[{0}]].",
"citizens.commands.npc.horse.invalid-type" : "Invalid horse type given. Valid types are: [[{0}]].",
"citizens.commands.npc.horse.style-set" : "The horse''s style was set to [[{0}]].",
"citizens.commands.npc.hurt.description" : "Damages the NPC",
"citizens.commands.npc.hurt.help" : "",
"citizens.commands.npc.hurt.not-damageable" : "NPC type [[{0}]] cannot be hurt.",
"citizens.commands.npc.hurt.protected" : "NPC is protected and cannot be hurt. <click:run_command:/npc vulnerable>[[<u>Click to unprotect</click>",
"citizens.commands.npc.id.description" : "Sends the selected NPC''s ID to the sender",
"citizens.commands.npc.id.help" : "",
"citizens.commands.npc.inventory.description" : "Show''s an NPC''s inventory",
"citizens.commands.npc.inventory.help" : "",
"citizens.commands.npc.item.description": "Sets the NPC''s item",
"citizens.commands.npc.item.help" : "",
"citizens.commands.npc.item.item-set" : "[[{0}]]''s item set to [[{1}]].",
"citizens.commands.npc.item.unknown-material" : "Unknown material given.",
"citizens.commands.npc.jump.description": "Makes the NPC jump",
"citizens.commands.npc.jump.help" : "",
"citizens.commands.npc.knockback.description" : "Toggle NPC knockback",
"citizens.commands.npc.knockback.help" : "",
"citizens.commands.npc.knockback.set" : "[[{0}]] will now take knockback.",
"citizens.commands.npc.knockback.unset" : "[[{0}]] will no longer take knockback.",
"citizens.commands.npc.leashable.description" : "Toggles leashability",
"citizens.commands.npc.leashable.help" : "",
"citizens.commands.npc.leashable.set" : "[[{0}]] is now leashable.",
"citizens.commands.npc.leashable.stopped" : "[[{0}]] is no longer leashable.",
"citizens.commands.npc.list.description" : "List NPCs",
"citizens.commands.npc.list.help" : "",
"citizens.commands.npc.llama.color-set" : "Llama color set to [[{0}]].",
"citizens.commands.npc.llama.description" : "Sets llama modifiers",
"citizens.commands.npc.llama.help" : "",
"citizens.commands.npc.llama.invalid-color" : "Invalid llama color given. Valid colors are: [[{0}]].",
"citizens.commands.npc.llama.strength-set" : "Llama strength set to [[{0}]].",
"citizens.commands.npc.lookclose.description" : "Toggle whether a NPC will look when a player is near",
@ -220,6 +268,7 @@
"citizens.commands.npc.lookclose.error-random-range" : "Invalid range [[{0}]]. Use the format `min,max`.",
"citizens.commands.npc.lookclose.headonly-set" : "[[{0}]] will now only rotate using its head.",
"citizens.commands.npc.lookclose.headonly-unset" : "[[{0}]] will now rotate its body.",
"citizens.commands.npc.lookclose.help" : "",
"citizens.commands.npc.lookclose.linkedbody-set" : "[[{0}]] will now set head and body yaw to be the same.",
"citizens.commands.npc.lookclose.linkedbody-unset" : "[[{0}]] will no longer set head and body yaw to be the same.",
"citizens.commands.npc.lookclose.perplayer-set" : "[[{0}]] will now use per player looking.",
@ -239,43 +288,55 @@
"citizens.commands.npc.lookclose.target-npcs-set" : "[[{0}]] will now look at NPCs.",
"citizens.commands.npc.lookclose.target-npcs-unset" : "[[{0}]] will no longer look at NPCs.",
"citizens.commands.npc.metadata.description" : "Manages NPC metadata",
"citizens.commands.npc.metadata.help" : "",
"citizens.commands.npc.metadata.set" : "[[{0}]] set to [[{1}]].",
"citizens.commands.npc.metadata.unset" : "Removed [[{0}]] from [[{1}]].",
"citizens.commands.npc.minecart.description" : "Sets minecart item",
"citizens.commands.npc.minecart.help" : "",
"citizens.commands.npc.minecart.set" : "[[{0}]] now has item [[{1}]]:[[{2}]] with offset [[{3}]].",
"citizens.commands.npc.mirror.description" : "Controls mirroring of NPC skins and more",
"citizens.commands.npc.mirror.help" : "",
"citizens.commands.npc.mirror.namemirror-set" : "[[{0}]] will now mirror player names.",
"citizens.commands.npc.mirror.namemirror-unset" : "[[{0}]] will no longer mirror player names.",
"citizens.commands.npc.mirror.set" : "[[{0}]] is now mirroring player skins.",
"citizens.commands.npc.mirror.unset" : "[[{0}]] is no longer mirroring player skins.",
"citizens.commands.npc.mount.description" : "Mounts a controllable NPC",
"citizens.commands.npc.mount.failed" : "Couldn''t mount [[{0}]].",
"citizens.commands.npc.mount.help" : "",
"citizens.commands.npc.mount.mount-on-itself" : "Can''t mount NPC on itself.",
"citizens.commands.npc.mount.must-be-spawned" : "Couldn''t mount [[{0}]]. Make sure that the destination NPC ID is correct and it is spawned.",
"citizens.commands.npc.moveto.description" : "Teleports a NPC to a given location",
"citizens.commands.npc.moveto.format" : "Format is x:y:z(:world) or x y z( world).",
"citizens.commands.npc.moveto.help" : "",
"citizens.commands.npc.moveto.teleported" : "[[{0}]] teleported to [[{1}]].",
"citizens.commands.npc.mushroomcow.description" : "Sets mushroom cow modifiers",
"citizens.commands.npc.mushroomcow.help" : "",
"citizens.commands.npc.mushroomcow.invalid-variant" : "Invalid variant. Valid values are: [[{0}]].",
"citizens.commands.npc.mushroomcow.variant-set" : "[[{0}]]''s variant set to [[{1}]].",
"citizens.commands.npc.name.description": "Toggle nameplate visibility, or only show names on hover",
"citizens.commands.npc.name.help" : "",
"citizens.commands.npc.nameplate.set" : "Nameplate visibility set to [[{0}]].",
"citizens.commands.npc.ocelot.deprecated" : "Ocelot types don''t work in this version of Minecraft. Use [[/npc type cat]] if you want to change the colour.",
"citizens.commands.npc.ocelot.description" : "Set the ocelot type of an NPC and whether it is sitting",
"citizens.commands.npc.ocelot.help" : "",
"citizens.commands.npc.ocelot.invalid-type" : "Invalid ocelot type. Valid types are: [[{0}]].",
"citizens.commands.npc.owner.already-owner" : "{0} is already the owner of [[{1}]].",
"citizens.commands.npc.owner.description" : "Set the owner of an NPC",
"citizens.commands.npc.owner.help" : "",
"citizens.commands.npc.owner.owner" : "[[{0}]]''s owner is [[{1}]].",
"citizens.commands.npc.owner.set" : "[[{1}]] is now the owner of [[{0}]].",
"citizens.commands.npc.owner.set-server" : "[[The server]] is now the owner of [[{0}]].",
"citizens.commands.npc.packet.description" : "Controls packet NPC settings",
"citizens.commands.npc.packet.disabled" : "[[{0}]] is no longer a packet NPC.",
"citizens.commands.npc.packet.enabled" : "[[{0}]] is now a packet NPC.",
"citizens.commands.npc.packet.help" : "",
"citizens.commands.npc.painting.art-set" : "[[{0}]]''s art set to [[{1}]].",
"citizens.commands.npc.painting.description" : "Set painting modifiers",
"citizens.commands.npc.painting.help" : "",
"citizens.commands.npc.panda.description" : "Sets panda modifiers",
"citizens.commands.npc.panda.eating-set" : "[[{0}]] started eating.",
"citizens.commands.npc.panda.eating-unset" : "[[{0}]] stopped eating.",
"citizens.commands.npc.panda.help" : "",
"citizens.commands.npc.panda.hidden-gene-set" : "Hidden gene set to [[{0}]].",
"citizens.commands.npc.panda.invalid-gene" : "Invalid gene. Valid genes are [[{0}]].",
"citizens.commands.npc.panda.main-gene-set" : "Main gene set to [[{0}]].",
@ -286,14 +347,18 @@
"citizens.commands.npc.panda.sneezing-stopped" : "[[{0}]] stopped sneezing.",
"citizens.commands.npc.panda.stopped-sitting" : "[[{0}]] stopped sitting.",
"citizens.commands.npc.panimate.description" : "Plays a player animation",
"citizens.commands.npc.panimate.help" : "",
"citizens.commands.npc.panimate.unknown-animation" : "Unknown animation. Valid animations are [[{0}]].",
"citizens.commands.npc.parrot.description" : "Sets parrot modifiers",
"citizens.commands.npc.parrot.help" : "",
"citizens.commands.npc.parrot.invalid-variant" : "Invalid parrot variant. Valid variants are [[{0}]].",
"citizens.commands.npc.parrot.variant-set" : "Variant set to [[{0}]].",
"citizens.commands.npc.passive.description" : "Sets whether an NPC damages other entities or not",
"citizens.commands.npc.passive.help" : "",
"citizens.commands.npc.passive.set" : "[[{0}]] will no longer damage entities.",
"citizens.commands.npc.passive.unset" : "[[{0}]] will now damage entities.",
"citizens.commands.npc.path.description" : "Toggle the waypoint editor",
"citizens.commands.npc.path.help" : "",
"citizens.commands.npc.pathfindingrange.set" : "Pathfinding range set to [[{0}]].",
"citizens.commands.npc.pathopt.attack-range-set" : "[[{0}]]''s attack range set to [[{1}]].",
"citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] will now avoid water.",
@ -301,25 +366,31 @@
"citizens.commands.npc.pathopt.description" : "Sets an NPC''s pathfinding options",
"citizens.commands.npc.pathopt.distance-margin-set" : "[[{0}]]''s pathfinding distance margin set to [[{1}]].",
"citizens.commands.npc.pathopt.falling-distance-set" : "[[{0}]]''s falling distance set to [[{1}]].",
"citizens.commands.npc.pathopt.help" : "",
"citizens.commands.npc.pathopt.open-doors-set" : "[[{0}]] will now try to open doors.",
"citizens.commands.npc.pathopt.open-doors-unset" : "[[{0}]] will no longer try to open doors.",
"citizens.commands.npc.pathopt.path-distance-margin-set" : "[[{0}]]''s pathfinding path distance margin set to [[{1}]].",
"citizens.commands.npc.pathopt.stationary-ticks-set" : "[[{0}]]''s maximum stationary ticks set to [[{1}]].",
"citizens.commands.npc.pathopt.use-new-finder" : "[[{0}]]''s use new finder set to [[{1}]].",
"citizens.commands.npc.pathto.description" : "Starts pathfinding to a certain location",
"citizens.commands.npc.pathto.help" : "",
"citizens.commands.npc.pausepathfinding.description" : "Sets pathfinding pause",
"citizens.commands.npc.pausepathfinding.help" : "",
"citizens.commands.npc.pausepathfinding.pause-range-set" : "[{0}]] will now pause pathfinding when a player is within [[{1}]] blocks.",
"citizens.commands.npc.pausepathfinding.pause-ticks-set" : "[[{0}]] will now pause pathfinding for [[{1}]] ticks at a time.",
"citizens.commands.npc.pausepathfinding.rightclick-set" : "[[{0}]] will now pause pathfinding on right click.",
"citizens.commands.npc.pausepathfinding.rightclick-unset" : "[[{0}]] will no longer pause pathfinding on right click.",
"citizens.commands.npc.phantom.description" : "Sets phantom modifiers",
"citizens.commands.npc.phantom.help" : "",
"citizens.commands.npc.phantom.phantom-set" : "Size set to [[{0}]].",
"citizens.commands.npc.pickupitems.description" : "Allow NPC to pick up items",
"citizens.commands.npc.pickupitems.help" : "",
"citizens.commands.npc.pickupitems.set" : "[[{0}]] will now pickup items.",
"citizens.commands.npc.pickupitems.unset" : "[[{0}]] will no longer pickup items.",
"citizens.commands.npc.piglin.dancing-set" : "[[{0}]] is now dancing.",
"citizens.commands.npc.piglin.dancing-unset" : "[[{0}]] is no longer dancing.",
"citizens.commands.npc.piglin.description" : "Sets piglin modifiers",
"citizens.commands.npc.piglin.help" : "",
"citizens.commands.npc.playerfilter.added" : "[[{0}]] added to [[{1}]]''s filter players.",
"citizens.commands.npc.playerfilter.allowlist-set" : "[[{0}]] filter mode set to allowlist.",
"citizens.commands.npc.playerfilter.applyrange-set": "[[{0}]]''s filter will now apply within [[{1}]] blocks.",
@ -329,59 +400,79 @@
"citizens.commands.npc.playerfilter.emptied" : "[[{0}]]''s filter was emptied.",
"citizens.commands.npc.playerfilter.group-added" : "[[{0}]] added to [[{1}]]''s filter groups.",
"citizens.commands.npc.playerfilter.group-removed" : "[[{0}]] removed from [[{1}]]''s filter players. ",
"citizens.commands.npc.playerfilter.help" : "",
"citizens.commands.npc.playerfilter.removed" : "[[{0}]] removed from [[{1}]]''s filter players. ",
"citizens.commands.npc.playerlist.added" : "Added [[{0}]] to the player list.",
"citizens.commands.npc.playerlist.description" : "Sets whether the NPC is put in the playerlist",
"citizens.commands.npc.playerlist.help" : "",
"citizens.commands.npc.playerlist.removed" : "Removed [[{0}]] from the player list. ",
"citizens.commands.npc.playsound.description" : "Plays a sound at the NPC''s location",
"citizens.commands.npc.playsound.help" : "",
"citizens.commands.npc.polarbear.description" : "Sets polarbear modifiers",
"citizens.commands.npc.polarbear.help" : "",
"citizens.commands.npc.polarbear.rearing-set" : "[[{0}]] is now rearing.",
"citizens.commands.npc.polarbear.rearing-unset" : "[[{0}]] is no longer rearing.",
"citizens.commands.npc.pose.added" : "Pose added.",
"citizens.commands.npc.pose.already-exists" : "The pose [[{0}]] already exists.",
"citizens.commands.npc.pose.default-pose-set" : "Default pose set to [[{0}]].",
"citizens.commands.npc.pose.description" : "Manage NPC poses",
"citizens.commands.npc.pose.help" : "",
"citizens.commands.npc.pose.invalid-name" : "Invalid pose name.",
"citizens.commands.npc.pose.missing" : "The pose [[{0}]] does not exist.",
"citizens.commands.npc.pose.removed" : "Pose removed.",
"citizens.commands.npc.powered.description" : "Toggle a creeper NPC as powered",
"citizens.commands.npc.powered.help" : "",
"citizens.commands.npc.powered.set" : "[[{0}]] will now be powered.",
"citizens.commands.npc.powered.stopped" : "[[{0}]] will no longer be powered.",
"citizens.commands.npc.profession.description" : "Set a NPC''s profession",
"citizens.commands.npc.profession.help" : "",
"citizens.commands.npc.profession.invalid-profession" : "[[{0}]] is not a valid profession. Try one of the following: [[{1}]].",
"citizens.commands.npc.profession.set" : "[[{0}]] is now a [[{1}]].",
"citizens.commands.npc.pufferfish.description" : "Sets pufferfish modifiers",
"citizens.commands.npc.pufferfish.help" : "",
"citizens.commands.npc.pufferfish.state-set" : "State set to [[{0}]].",
"citizens.commands.npc.rabbittype.description" : "Set the NPC''s rabbit type",
"citizens.commands.npc.rabbittype.help" : "",
"citizens.commands.npc.rabbittype.invalid-type" : "Invalid rabbit type. Try one of the following: [[{0}]].",
"citizens.commands.npc.rabbittype.type-set" : "[[{0}]]''s rabbit type has been set to [[{1}]]",
"citizens.commands.npc.rabbittype.description" : "Set the NPC''s rabbit type",
"citizens.commands.npc.remove.description" : "Remove a NPC",
"citizens.commands.npc.remove.help" : "",
"citizens.commands.npc.remove.npcs-removed" : "NPCs removed. ",
"citizens.commands.npc.remove.removed" : "You permanently removed [[{0}]] ID [[{1}]] (<click:run_command:/npc undo><hover:show_text:Undo this removal><red><u>undo</u></red></hover></click>).",
"citizens.commands.npc.remove.removed-all" : "You permanently removed all NPCs.",
"citizens.commands.npc.rename.description" : "Rename a NPC",
"citizens.commands.npc.rename.help" : "",
"citizens.commands.npc.rename.renamed" : "You renamed [[{0}]] to [[{1}]].",
"citizens.commands.npc.respawn.delay-set" : "Respawn delay set to [[{0}]] ticks.",
"citizens.commands.npc.respawn.describe" : "Respawn delay is currently [[{0}]] ticks.",
"citizens.commands.npc.respawn.description" : "Sets an NPC''s respawn delay",
"citizens.commands.npc.respawn.help" : "",
"citizens.commands.npc.rotate.description" : "Rotate NPC",
"citizens.commands.npc.rotate.help" : "",
"citizens.commands.npc.select.already-selected" : "You already have that NPC selected. ",
"citizens.commands.npc.select.description" : "Select a NPC with the given ID or name",
"citizens.commands.npc.select.help" : "",
"citizens.commands.npc.setequipment.description" : "Sets equipment via commands",
"citizens.commands.npc.setequipment.help" : "",
"citizens.commands.npc.setequipment.set" : "Set [[{0}]] to [[{1}]].",
"citizens.commands.npc.sheep.color-set" : "The sheep''s color was set to [[{0}]].",
"citizens.commands.npc.sheep.description" : "Sets sheep modifiers",
"citizens.commands.npc.sheep.help" : "",
"citizens.commands.npc.sheep.invalid-color" : "Invalid sheep color given. Valid colors are: [[{0}]]. ",
"citizens.commands.npc.shop.description" : "NPC shop edit/show",
"citizens.commands.npc.shop.help" : "",
"citizens.commands.npc.shulker.color-set" : "[[{0}]]''s color set to [[{1}]].",
"citizens.commands.npc.shulker.description" : "Sets shulker modifiers",
"citizens.commands.npc.shulker.help" : "",
"citizens.commands.npc.shulker.invalid-color" : "Invalid shulker color given. Valid colors are: [[{0}]].",
"citizens.commands.npc.shulker.peek-set" : "[[{0}]]''s peek amount set to [[{1}]].",
"citizens.commands.npc.sitting.description" : "Sets the NPC sitting",
"citizens.commands.npc.sitting.help" : "",
"citizens.commands.npc.sitting.set" : "[[{0}]] is now sitting at [[{1}]].",
"citizens.commands.npc.sitting.unset" : "[[{0}]] is no longer sitting.",
"citizens.commands.npc.size.describe" : "[[{0}]]''s size is [[{1}]].",
"citizens.commands.npc.size.description" : "Sets the NPC''s size",
"citizens.commands.npc.size.help" : "",
"citizens.commands.npc.size.set" : "[[{0}]]''s size set to [[{1}]].",
"citizens.commands.npc.skeletontype.invalid-type" : "Invalid skeleton type. Try one of the following: [[{0}]].",
"citizens.commands.npc.skeletontype.set" : "{0}''s skeleton type set to [[{1}]].",
@ -390,82 +481,109 @@
"citizens.commands.npc.skin.error-setting-url" : "Error downloading skin texture from [[{0}]]. Are you sure the URL is valid?",
"citizens.commands.npc.skin.exported" : "Exported skin to [[{0}]]",
"citizens.commands.npc.skin.fetching" : "Attempting to generate skin using https://mineskin.org",
"citizens.commands.npc.skin.help" : "",
"citizens.commands.npc.skin.invalid-file" : "Skin file [[{0}]] not found. Must be a file under plugins/Citizens/skins/<file.png> ",
"citizens.commands.npc.skin.layers-set" : "[[{0}]]''s skin layers: cape - [[{1}]], hat - [[{2}]], jacket - [[{3}]], sleeves - [[{4}]], pants - [[{5}]].",
"citizens.commands.npc.skin.missing-skin" : "A skin name is required.",
"citizens.commands.npc.skin.set" : "[[{0}]]''s skin name set to [[{1}]].",
"citizens.commands.npc.skin.skin-url-set" : "Downloaded [[{0}]]''s skin from [[{1}]].",
"citizens.commands.npc.skinlayers.description" : "Sets an NPC''s skin layers visibility",
"citizens.commands.npc.skinlayers.help" : "",
"citizens.commands.npc.sniffer.description" : "Sets sniffer modifiers",
"citizens.commands.npc.sniffer.help" : "",
"citizens.commands.npc.sniffer.state-set" : "[[{0}]]''s state set to [[{1}]].",
"citizens.commands.npc.snowman.derp-set" : "[[{0}]] is now in derp mode.",
"citizens.commands.npc.snowman.derp-stopped" : "[[{0}]] is no longer in derp mode.",
"citizens.commands.npc.snowman.description" : "Sets snowman modifiers",
"citizens.commands.npc.snowman.form-snow-set": "[[{0}]] will now form snow when walking.",
"citizens.commands.npc.snowman.form-snow-stopped": "[[{0}]] will no longer form snow when walking.",
"citizens.commands.npc.snowman.help" : "",
"citizens.commands.npc.sound.description" : "Sets an NPC''s played sounds",
"citizens.commands.npc.sound.help" : "",
"citizens.commands.npc.sound.info" : "[[{0}]]''s sounds are: ambient - [[{1}]] hurt - [[{2}]] and death - [[{3}]].<br><br>Valid sounds are {4}.",
"citizens.commands.npc.sound.invalid-sound" : "Invalid sound.",
"citizens.commands.npc.sound.set" : "[[{0}]]''s sounds are now: ambient - [[{1}]] hurt - [[{2}]] and death - [[{3}]].",
"citizens.commands.npc.spawn.already-spawned" : "[[{0}]] is already spawned at another location. Use ''/npc tphere'' to teleport the NPC to your location.",
"citizens.commands.npc.spawn.description" : "Spawn an existing NPC",
"citizens.commands.npc.spawn.help" : "",
"citizens.commands.npc.spawn.missing-npc-id" : "No NPC with the ID {0} exists.",
"citizens.commands.npc.spawn.no-location" : "No stored location available - command must be used ingame. ",
"citizens.commands.npc.spawn.spawned" : "You spawned [[{0}]]. ",
"citizens.commands.npc.speak.description" : "Says a message from the NPC",
"citizens.commands.npc.speak.help" : "",
"citizens.commands.npc.speed.description" : "Sets the movement speed of an NPC as a percentage",
"citizens.commands.npc.speed.help" : "",
"citizens.commands.npc.speed.set" : "NPC speed modifier set to [[{0}]].",
"citizens.commands.npc.spellcaster.description" : "Sets spellcaster modifiers",
"citizens.commands.npc.spellcaster.help" : "",
"citizens.commands.npc.spellcaster.spell-set" : "Spell set to [[{0}]].",
"citizens.commands.npc.swim.description" : "Sets an NPC to swim or not",
"citizens.commands.npc.swim.help" : "",
"citizens.commands.npc.swim.set" : "[[{0}]] will now swim in water.",
"citizens.commands.npc.swim.unset" : "[[{0}]] will no longer swim in water.",
"citizens.commands.npc.target.description" : "Target a given entity",
"citizens.commands.npc.target.help" : "",
"citizens.commands.npc.targetable.description" : "Toggles an NPC''s targetability",
"citizens.commands.npc.targetable.help" : "",
"citizens.commands.npc.targetable.set" : "[[{0}]] can now be targeted by mobs.",
"citizens.commands.npc.targetable.unset" : "[[{0}]] can no longer be targeted by mobs.",
"citizens.commands.npc.text.description" : "Toggle the text editor",
"citizens.commands.npc.text.help" : "",
"citizens.commands.npc.tp.description" : "Teleport in front of an NPC",
"citizens.commands.npc.tp.help" : "",
"citizens.commands.npc.tp.location-not-found" : "Couldn''t find the target NPC''s location.",
"citizens.commands.npc.tp.teleported" : "You teleported to [[{0}]].",
"citizens.commands.npc.tphere.description" : "Teleport a NPC to your location",
"citizens.commands.npc.tphere.help" : "",
"citizens.commands.npc.tphere.missing-cursor-block" : "Please look at a block to teleport to.",
"citizens.commands.npc.tphere.teleported" : "[[{0}]] was teleported to {1}.",
"citizens.commands.npc.tpto.description" : "Teleport an NPC or player to another NPC or player",
"citizens.commands.npc.tpto.from-not-found" : "Source entity not found.",
"citizens.commands.npc.tpto.help" : "",
"citizens.commands.npc.tpto.success" : "Teleported successfully.",
"citizens.commands.npc.tpto.to-not-found" : "Destination entity not found.",
"citizens.commands.npc.trackingrange.description" : "Sets the tracking range",
"citizens.commands.npc.trackingrange.help" : "",
"citizens.commands.npc.trackingrange.set" : "Tracking range set to [[{0}]].",
"citizens.commands.npc.tropicalfish.body-color-set" : "Body color set to [[{0}]].",
"citizens.commands.npc.tropicalfish.description" : "Sets tropical fish modifiers",
"citizens.commands.npc.tropicalfish.help" : "",
"citizens.commands.npc.tropicalfish.invalid-color" : "Invalid fish color. Valid colors are: [[{0}]]",
"citizens.commands.npc.tropicalfish.invalid-pattern" : "Invalid fish pattern. Valid patterns are: [[{0}]]",
"citizens.commands.npc.tropicalfish.pattern-color-set" : "Pattern color set to [[{0}]].",
"citizens.commands.npc.tropicalfish.pattern-set" : "Pattern set to [[{0}]].",
"citizens.commands.npc.type.description" : "Sets an NPC''s entity type",
"citizens.commands.npc.type.help" : "",
"citizens.commands.npc.type.invalid" : "[[{0}]] is not a valid type.",
"citizens.commands.npc.type.set" : "[[{0}]]''s type set to [[{1}]].",
"citizens.commands.npc.undo.description" : "Undoes the last action (currently only create/remove supported)",
"citizens.commands.npc.undo.help" : "",
"citizens.commands.npc.undo.successful" : "Undo successful.",
"citizens.commands.npc.undo.unsuccessful" : "No commands to undo.",
"citizens.commands.npc.useitem.description" : "Sets an NPC to be using their held items",
"citizens.commands.npc.useitem.held-item-toggled" : "Using held item set to [[{0}]].",
"citizens.commands.npc.useitem.help" : "",
"citizens.commands.npc.useitem.offhand-item-toggled" : "Using offhand item set to [[{0}]].",
"citizens.commands.npc.villager.description" : "Sets villager modifiers",
"citizens.commands.npc.villager.help" : "",
"citizens.commands.npc.villager.invalid-type" : "Invalid villager type. Valid types are: [[{0}]].",
"citizens.commands.npc.villager.level-set" : "Level set to [[{0}]].",
"citizens.commands.npc.villager.type-set" : "Type set to [[{0}]].",
"citizens.commands.npc.vulnerable.description" : "Toggles an NPC''s vulnerability",
"citizens.commands.npc.vulnerable.help" : "",
"citizens.commands.npc.vulnerable.set" : "[[{0}]] is now vulnerable.",
"citizens.commands.npc.vulnerable.stopped" : "[[{0}]] is no longer vulnerable.",
"citizens.commands.npc.wander.description" : "Sets the NPC to wander around",
"citizens.commands.npc.wander.help" : "",
"citizens.commands.npc.warden.anger-added" : "[[{1}]] anger added towards [[{0}]].",
"citizens.commands.npc.warden.description" : "Sets warden modifiers",
"citizens.commands.npc.warden.help" : "",
"citizens.commands.npc.warden.pose-set" : "[[{0}]]''s pose set to [[{1}]].",
"citizens.commands.npc.wither.description" : "Sets wither modifiers",
"citizens.commands.npc.wither.help" : "",
"citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] is not a RGB color code that can be used on a wolf''s collar.",
"citizens.commands.npc.wolf.description" : "Sets wolf modifiers",
"citizens.commands.npc.wolf.help" : "",
"citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] is not an RGB-formatted collar color or the name of a DyeColor.",
"citizens.commands.page-missing" : "The page [[{0}]] does not exist.",
"citizens.commands.requirements.disallowed-mobtype" : "The NPC cannot be the mob type [[{0}]] for that command.",
@ -479,37 +597,51 @@
"citizens.commands.requirements.too-many-arguments" : "Too many arguments. ",
"citizens.commands.template.applied" : "Template applied to [[{0}]] NPCs.",
"citizens.commands.template.apply.description" : "Applies a template to the selected NPC",
"citizens.commands.template.apply.help" : "",
"citizens.commands.template.conflict" : "A template by that name already exists.",
"citizens.commands.template.create.description" : "Creates a template from the selected NPC",
"citizens.commands.template.create.help" : "",
"citizens.commands.template.created" : "Template created. Check your Citizens plugin folder.",
"citizens.commands.template.delete.deleted" : "Deleted template [[{0}]].",
"citizens.commands.template.delete.description" : "Deletes a template",
"citizens.commands.template.delete.help" : "",
"citizens.commands.template.list.description" : "Lists available templates",
"citizens.commands.template.list.header" : "]]Available templates[[:]]",
"citizens.commands.template.list.help" : "",
"citizens.commands.template.missing" : "Template not found.",
"citizens.commands.trait.add.description" : "Adds traits to the NPC",
"citizens.commands.trait.add.help" : "",
"citizens.commands.trait.added" : "Added {0} successfully.",
"citizens.commands.trait.failed-to-add" : "Couldn''t add {0}.",
"citizens.commands.trait.failed-to-remove" : "Couldn''t remove {0}.",
"citizens.commands.trait.remove.description" : "Removes traits on the NPC",
"citizens.commands.trait.remove.help" : "",
"citizens.commands.trait.removed" : "Removed {0} successfully.",
"citizens.commands.trait.toggle.description" : "Toggles traits on the NPC",
"citizens.commands.trait.toggle.help" : "",
"citizens.commands.traitc.*.description" : "Configures a trait",
"citizens.commands.traitc.*.help" : "",
"citizens.commands.traitc.missing" : "Trait not found.",
"citizens.commands.traitc.not-configurable" : "That trait is not configurable.",
"citizens.commands.traitc.not-on-npc" : "The NPC doesn''t have that trait.",
"citizens.commands.unknown-command" : "Unknown command.",
"citizens.commands.waypoints.add.description" : "Adds a waypoint at a point",
"citizens.commands.waypoints.add.help" : "",
"citizens.commands.waypoints.add.waypoint-added" : "Added waypoint at [[{0}]] (index [[{1}]]).",
"citizens.commands.waypoints.disableteleport.description" : "Disables teleportation when stuck",
"citizens.commands.waypoints.disableteleport.help" : "",
"citizens.commands.waypoints.disableteleporting.disabled" : "[[{0}]] will no longer teleport when stuck pathfinding.",
"citizens.commands.waypoints.disableteleporting.enabled" : "[[{0}]] will now teleport when stuck pathfinding.",
"citizens.commands.waypoints.hpa" : "Command for Citizens developers testing new pathfinding only",
"citizens.commands.waypoints.opendoors.disabled" : "[[{0}]] will no longer doors while pathfinding.",
"citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] will now open doors while pathfinding.",
"citizens.commands.waypoints.provider.description" : "Sets the current waypoint provider",
"citizens.commands.waypoints.provider.help" : "",
"citizens.commands.waypoints.remove.description" : "Adds a waypoint at a point",
"citizens.commands.waypoints.remove.help" : "",
"citizens.commands.waypoints.waypoint-removed" : "Removed waypoint at [[{0}]].",
"citizens.commands.wolf.traits-updated" : "[[{0}]]''s Traits were updated. Angry:[[{1}]], Sitting:[[{2}]], Tamed:[[{3}]], Collar Color:[[{4}]] ",
"citizens.contribute-to-translations-prompt" : "Detected system language [[{0}]]. If you'd like you can contribute to Citizens translations via our Discord! https://discord.gg/Q6pZGSR",
"citizens.conversations.selection.invalid-choice" : "[[{0}]] is not a valid option.",
"citizens.economy.loaded" : "Loaded economy handling via Vault.",
"citizens.economy.minimum-cost-required" : "Need at least [[{0}]].",
@ -633,4 +765,5 @@
"citizens.waypoints.available-providers-header" : "List of available providers",
"citizens.waypoints.current-provider" : "The current waypoint provider is [[{0}]].",
"citizens.waypoints.set-provider" : "Set the waypoint provider to [[{0}]]."
{
}