From 4705cff283d5c06fa2423cedb680a8b97dbd8ae5 Mon Sep 17 00:00:00 2001 From: fullwall Date: Fri, 3 Nov 2023 01:45:12 +0800 Subject: [PATCH] Convert translations to json files --- main/pom.xml | 2 +- main/src/main/resources/de.json | 165 ++++++ main/src/main/resources/en.json | 493 +++++++++++++++++ main/src/main/resources/es.json | 236 ++++++++ main/src/main/resources/fr.json | 329 ++++++++++++ main/src/main/resources/he.json | 77 +++ .../src/main/resources/messages_de.properties | 172 ------ .../src/main/resources/messages_en.properties | 503 ------------------ .../src/main/resources/messages_es.properties | 266 --------- .../src/main/resources/messages_fr.properties | 369 ------------- .../src/main/resources/messages_nl.properties | 172 ------ .../src/main/resources/messages_pl.properties | 414 -------------- .../main/resources/messages_zh-tw.properties | 416 --------------- .../src/main/resources/messages_zh.properties | 366 ------------- main/src/main/resources/nl.json | 147 +++++ main/src/main/resources/pl.json | 380 +++++++++++++ main/src/main/resources/zh-tw.json | 382 +++++++++++++ main/src/main/resources/zh.json | 331 ++++++++++++ 18 files changed, 2541 insertions(+), 2679 deletions(-) create mode 100644 main/src/main/resources/de.json create mode 100644 main/src/main/resources/en.json create mode 100644 main/src/main/resources/es.json create mode 100644 main/src/main/resources/fr.json create mode 100644 main/src/main/resources/he.json delete mode 100644 main/src/main/resources/messages_de.properties delete mode 100644 main/src/main/resources/messages_en.properties delete mode 100644 main/src/main/resources/messages_es.properties delete mode 100644 main/src/main/resources/messages_fr.properties delete mode 100644 main/src/main/resources/messages_nl.properties delete mode 100644 main/src/main/resources/messages_pl.properties delete mode 100644 main/src/main/resources/messages_zh-tw.properties delete mode 100644 main/src/main/resources/messages_zh.properties create mode 100644 main/src/main/resources/nl.json create mode 100644 main/src/main/resources/pl.json create mode 100644 main/src/main/resources/zh-tw.json create mode 100644 main/src/main/resources/zh.json diff --git a/main/pom.xml b/main/pom.xml index 8b70165f6..1facb4b18 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -151,7 +151,7 @@ ${basedir}/src/main/resources plugin.yml - *.properties + *.json diff --git a/main/src/main/resources/de.json b/main/src/main/resources/de.json new file mode 100644 index 000000000..3a90e7bbd --- /dev/null +++ b/main/src/main/resources/de.json @@ -0,0 +1,165 @@ +{ + "citizens.changed-implementation" : "Implementation von Citizens wurde geändert, Plugin wird deaktiviert.", + "citizens.commands.citizens.save.help" : "Benutze -a um asynchron (zum Haupt-Thread) zu speichern.", + "citizens.commands.console-error" : "Bitte melde diesen Fehler: [Siehe Konsole]", + "citizens.commands.errors.missing-world" : "Welt nicht gefunden.", + "citizens.commands.errors.unknown-registry" : "Unbekannte NPC Registry [[{0}]].", + "citizens.commands.help.command-missing" : "Befehl /{0} wurde nicht gefunden.", + "citizens.commands.help.header" : "Hilfe", + "citizens.commands.id-not-found" : "Konnte keinen gültigen NPC mit ID {0} finden.", + "citizens.commands.invalid.class" : "Ungültige externe Befehlsklasse.", + "citizens.commands.invalid-mobtype" : "{0} ist kein gültiger NPC-Typ.", + "citizens.commands.invalid-number" : "Das ist keine gültige ID.", + "citizens.commands.npc.activationrange.set" : "Aktivierungsreichweite wurde auf [[{0}]] gesetzt.", + "citizens.commands.npc.age.cannot-be-aged" : "Dem NPC-Typ {0} kann kein Alter zugewiesen werden.", + "citizens.commands.npc.age.help" : "Kann nur auf NPCs angewendet werden, die Kinder bekommen können. Benutze [[-l]] um das Alter zu sperren (Achtung: Ein erneutes Einloggen könnte benötigt werden, um den Effekt zu sehen).", + "citizens.commands.npc.age.invalid-age" : "Ungültiges Alter. Gültig sind: adult, baby und eine Nummer zwischen -24000 und 0", + "citizens.commands.npc.age.locked" : "Alter gesperrt.", + "citizens.commands.npc.age.set" : "[[{0}]] ist jetzt [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] ist jetzt erwachsen.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] ist jetzt ein Baby.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] ist nun [[{1}]] Ticks alt.", + "citizens.commands.npc.age.unlocked" : "Alter entsperrt.", + "citizens.commands.npc.ai.started" : "Nutzt jetzt Minecraft KI.", + "citizens.commands.npc.ai.stopped" : "Nutzt nicht länger Minecraft KI.", + "citizens.commands.npc.allay.dancing-set" : "[[{0}]] tanzt jetzt.", + "citizens.commands.npc.allay.dancing-unset" : "[[{0}]] tanzt nicht mehr.", + "citizens.commands.npc.anchor.added" : "Anker hinzugefügt.", + "citizens.commands.npc.anchor.already-exists" : "Der Anker {0} exisitert bereits.", + "citizens.commands.npc.anchor.invalid-name" : "ungültiger Ankername.", + "citizens.commands.npc.anchor.missing" : "Der Anker {1} existiert nicht.", + "citizens.commands.npc.anchor.removed" : "Anker entfernt.", + "citizens.commands.npc.axolotl.invalid-variant" : "Ungültige Variante. Gültige Varianten sind [[{0}]].", + "citizens.commands.npc.axolotl.playing-dead" : "[[{0}]] spielt jetzt tod.", + "citizens.commands.npc.axolotl.playing-dead-stopped" : "[[{0}]] spielt nicht mehr tod.", + "citizens.commands.npc.axolotl.variant-set" : "Variante auf [[{0}]] gesetzt.", + "citizens.commands.npc.command.command-added" : "Befehl [[{0}]] mit der ID [[{1}]] hinzugefügt.", + "citizens.commands.npc.command.command-removed" : "Befehl [[{0}]] entfernt.", + "citizens.commands.npc.command.describe-format" : "
- {0} [{1}s] [cost:{2}] [exp:{3}] [-]", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] ist nicht kontrollierbar.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] kann nicht länger kontrolliert werden.", + "citizens.commands.npc.controllable.set" : "[[{0}]] kann nun kontrolliert werden.", + "citizens.commands.npc.copy.copied" : "[[{0}]] wurde kopiert.", + "citizens.commands.npc.create.invalid-mobtype" : "{0} ist kein gültiger NPC-Typ. Es wird der Standard-Typ verwendet.", + "citizens.commands.npc.create.npc-name-too-long" : "Namen von NPCs können nicht länger als 16 Zeichen sein. Der Name wurde gekürzt.", + "citizens.commands.npc.deselect" : "NPC abgewählt.", + "citizens.commands.npc.despawn.despawned" : "Du hast [[{0}]] despawned.", + "citizens.commands.npc.gravity.disabled" : "Gravitation [[deaktiviert]].", + "citizens.commands.npc.gravity.enabled" : "Gravitation [[aktiviert]].", + "citizens.commands.npc.hologram.invalid-text-id" : "Ungültige Zeile.", + "citizens.commands.npc.hologram.line-height-set" : "Zeilenhöhe beträgt nun [[{0}]].", + "citizens.commands.npc.lookclose.set" : "[[{0}]] wurd sich nun drehen, wenn Spieler in der Nähe sind.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] wird sich nicht mehr drehen, wenn Spieler in der Nähe sind.", + "citizens.commands.npc.mount.failed" : "Kontrolle von [[{0}]] fehlgeschlagen.", + "citizens.commands.npc.moveto.format" : "Format ist x:y:z(:Welt) oder x y z( Welt).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] teleportiert zu {1}.", + "citizens.commands.npc.owner.already-owner" : "{0} ist bereits der Besitzer von {1}.", + "citizens.commands.npc.owner.owner" : "[[{0}]]'s Besitzer ist [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] ist nun der Besitzer von {0}.", + "citizens.commands.npc.owner.set-server" : "[[Der Server]] ist nun der Besitzer von {0}.", + "citizens.commands.npc.pose.added" : "Pose hinzugefügt.", + "citizens.commands.npc.pose.already-exists" : "Die Pose {0} exisitert bereits.", + "citizens.commands.npc.pose.invalid-name" : "Ungültiger Posen-Name.", + "citizens.commands.npc.pose.missing" : "Pose {1} existiert nicht.", + "citizens.commands.npc.pose.removed" : "Pose entfernt.", + "citizens.commands.npc.powered.set" : "[[{0}]] empfängt nun Strom.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] wird nicht länger Strom empfangen.", + "citizens.commands.npc.profession.invalid-profession" : "{0} ist kein gültiger Beruf.", + "citizens.commands.npc.profession.set" : "[[{0}]] ist nun ein [[{1}]].", + "citizens.commands.npc.remove.removed" : "Du hast [[{0}]] permanent entfernt.", + "citizens.commands.npc.remove.removed-all" : "Du hast alle NPCs permanent gelöscht.", + "citizens.commands.npc.rename.renamed" : "Du hast [[{0}]] in [[{1}]] umbenannt.", + "citizens.commands.npc.select.already-selected" : "Der NPC ist bereits ausgewählt.", + "citizens.commands.npc.size.description" : "{0}'s Grüße ist [[{1}]].", + "citizens.commands.npc.size.set" : "{0}'s Grüße zu [[{1}]] gesetzt.", + "citizens.commands.npc.spawn.already-spawned" : "{0} exisitert bereits an einem anderen Ort. Benutze '/npc tphere' um den NPC zu deiner Position zu teleportieren.", + "citizens.commands.npc.spawn.missing-npc-id" : "Kein NPC mit ID {0} gefunden.", + "citizens.commands.npc.spawn.no-location" : "Kein gespeicherter Ort vorhanden - Befehl muss In-Game ausgeführt werden.", + "citizens.commands.npc.spawn.spawned" : "Du hast [[{0}]] gespawned.", + "citizens.commands.npc.speed.set" : "NPC Geschwindigkeit zu [[{0}]] gesetzt.", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] wurde zu dir teleportiert.", + "citizens.commands.npc.tp.teleported" : "Du wurdest zu [[{0}]] teleportiert.", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] ist nun verletzlich.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] kann keinen Schaden mehr zugefügt werden.", + "citizens.commands.page-missing" : "Seite [[{0}]] existiert nicht.", + "citizens.commands.requirements.disallowed-mobtype" : "Der NPC darf nicht vom Typ {0} sein, um den Befehl auszuführen.", + "citizens.commands.requirements.missing-required-trait" : "Benötigte Eigenschaft {0} fehlt.", + "citizens.commands.requirements.must-be-ingame" : "Du musst im Spiel sein, um diesen Befehlt ausführen zu können.", + "citizens.commands.requirements.must-be-owner" : "Du musst der Besitzer dieses NPCs sein um den Befehl ausführen zu können.", + "citizens.commands.requirements.must-have-selected" : "Ein NPC muss ausgewählt sein, bevor der Befehl ausgeführt werden kann!", + "citizens.commands.template.applied" : "Vorlage auf [[{0}]] NPCs angewendet.", + "citizens.commands.template.conflict" : "Eine Vorlage mit diesem Namen existiert bereits.", + "citizens.commands.template.created" : "Vorlage erstellt.", + "citizens.commands.template.missing" : "Vorlage nicht gefunden.", + "citizens.commands.trait.added" : "{0} wurde erfolgreich hinzugefuügt.", + "citizens.commands.traitc.missing" : "Eigenschaft nicht gefunden.", + "citizens.commands.traitc.not-configurable" : "Diese Eigenschaft nicht nicht konfigurierbar.", + "citizens.commands.traitc.not-on-npc" : "Der NPC besitzt nicht diese Eigenschaft.", + "citizens.commands.trait.failed-to-add" : "<7>Konnte {0} nicht hinzufügen.", + "citizens.commands.trait.failed-to-change" : "<7>Konnte {0} nicht ändern.", + "citizens.commands.trait.failed-to-remove" : "<7>Konnte {0} nicht entfernen.", + "citizens.commands.trait.removed" : "Erfolgreich {0} entfernt.", + "citizens.commands.unknown-command" : "Befehl nicht erkannt. Meintest du vielleicht:", + "citizens.economy.minimum-cost-required" : "Mindestens {0} werden benötigt.", + "citizens.economy.money-withdrawn" : "Hebe {0} vom NPC ab.", + "citizens.editors.already-in-editor" : "Du bist bereits in einem anderen Editor!", + "citizens.editors.equipment.begin" : "Equipment-Editor geöffnet!
[[Rechtsklick]] zum Ausstatten des NPC!", + "citizens.editors.equipment.end" : "Equipment-Editor geschlossen.", + "citizens.editors.equipment.saddled-set" : "[[{0}]] wurde ein Sattel aufgsetzt.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] wurde der Sattel abgenommen.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] ist nun geschoren.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] ist wieder Fell gewachsen.", + "citizens.editors.equipment.sheep-coloured" : "{0} ist nun {1} gefärbt.", + "citizens.editors.selection.start-prompt" : "Es existieren mehrere NPCs mit dem gleichen Namen.
Bitte gebe eine eindeutige ID von der Liste an um den NPC auszuwählen.", + "citizens.editors.text.added-entry" : "Eintrag [[{0}]] [[hinzugefügt]].", + "citizens.editors.text.add-prompt" : "Gebe den Text ein, der zum NPC hinzugefügt werden soll.", + "citizens.editors.text.begin" : "Text-Editor geöffnet!", + "citizens.editors.text.change-page-prompt" : "Gebe eine Seitenzahl ein um weitere Einträge zu sehen.", + "citizens.editors.text.close-talker-set" : "'[[Rede zu nahen Spielern]]' auf [[{0}]] gesetzt.", + "citizens.editors.text.end" : "Text-Editor geschlossen.", + "citizens.editors.text.invalid-edit-type" : "Ungültiger Editor.", + "citizens.editors.text.invalid-index" : "{0} ist kein gültiger Eintrag!", + "citizens.editors.text.invalid-input" : "Ungültige Eingabe.", + "citizens.editors.text.invalid-page" : "Ungültige Seitenzahl.", + "citizens.editors.text.random-talker-set" : "'[[Zufällig Reden]]' auf [[{0}]] gesetzt.", + "citizens.editors.text.realistic-looking-set" : "'[[Realistisches Angucken]] auf [[{0}]] gesetzt.", + "citizens.editors.waypoints.linear.added-waypoint" : "Neue Wegpunkt [[hinzugefüt]] ({0}) ([[{1}]], [[{2}]])", + "citizens.editors.waypoints.linear.begin" : "Wegpunkt-Editor (linear) geöffnet!
[[Linksklick]] zum Hinzufügen, [[Rechtsklick]] zum Entfernen eines Wegpunktes.
Gebe [[toggle path]] ein, um Entities an Wegpunkten anzuzeigen.", + "citizens.editors.waypoints.linear.end" : "Wegpunkt-Editor verlassen.", + "citizens.editors.waypoints.linear.not-showing-markers" : "Wegpunkt-Markierungen werden [[nicht mehr angezeigt]].", + "citizens.editors.waypoints.linear.range-exceeded" : "Vorheriger Wegpunkt ist {0} Blöcke entfernt, das Limit beträgt {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "Wegpunkt [[entfernt]] ([[{0}]] verbleiben) ([[{1}]])", + "citizens.editors.waypoints.linear.showing-markers" : "[[Zeige]] Wegpunkte.", + "citizens.limits.over-npc-limit" : "über dem Limit von {0} NPCs.", + "citizens.load-task-error" : "NPC Ladevorgang konnte nicht gestartet werden, deaktivere Citizens...", + "citizens.nms-errors.clearing-goals" : "Konnte Ziel nicht löschen: {0}.", + "citizens.nms-errors.getting-field" : "Konnte Feld {0} nicht abrufen: {1}.", + "citizens.nms-errors.getting-id-mapping" : "Konnte NPC-Eintrag nicht abrufen: {0}.", + "citizens.nms-errors.spawning-custom-entity" : "Konnte benutzerdefinierten NPC nicht spawnen: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Konnte Netzwerk-Prozesse nicht stoppen: {0}.", + "citizens.nms-errors.updating-land-modifier" : "Konnte die Geschwindigkeit zu Lande nicht ändern: {0}.", + "citizens.nms-errors.updating-navigation-world" : "Konnte NPC-Bewegungen in der Welt nicht aktualisieren: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "Konnte Wegfinde-Radius nicht aktualisieren: {0}.", + "citizens.notifications.error-reloading" : "Ein Fehler ist während eines Reloads aufgetreten, siehe Konsole.", + "citizens.notifications.exception-updating-npc" : "Schwerwiegender Fehler während Update von {0}: {1}.", + "citizens.notifications.incompatible-version" : "v{0} ist nicht kompatibel mit Minecraft v{1}. Deaktivere Citizens.", + "citizens.notifications.locale" : "Verwende Sprache {0}.", + "citizens.notifications.metrics-load-error" : "Metrics konnte nicht gestartet werden: {0}.", + "citizens.notifications.missing-translations" : "Fehlende Übersetzung für {0}. Wechsel zurück zu Englisch.", + "citizens.notifications.npc-name-not-found" : "Konnte keinen Namen für ID {0} finden.", + "citizens.notifications.npc-not-found" : "Es wurden keine NPCs gefunden.", + "citizens.notifications.npcs-loaded" : "{0} NPCs geladen.", + "citizens.notifications.reloaded" : "Citizens wurde neu geladen.", + "citizens.notifications.reloading" : "Lade Citizens neu...", + "citizens.notifications.saved" : "Citizens gespeichert.", + "citizens.notifications.saving" : "Speichere Citizens...", + "citizens.notifications.skipping-invalid-pose" : "Haltung {0} verworfen - ungültige Drehung/Neigung ({1}).", + "citizens.notifications.trait-load-failed" : "Fehler beim Laden der Eigenschaft {0} für NPC-ID {1}.", + "citizens.notifications.unknown-npc-type" : "NPC-Typ {0} wurde nicht erkannt. Wurde er richtig geschrieben?", + "citizens.saves.load-failed" : "Konnte Saves nicht laden, deaktivere Citizens...", + "citizens.settings.writing-default" : "Schreibe Standard-Einstellung: {0}", + "citizens.traits.age-description" : "{0}'s Alter beträgt [[{1}]]. Festgelegt ist [[{2}]].", + "citizens.waypoints.available-providers-header" : "Liste aller Wegpunkt-Besitzer", + "citizens.waypoints.current-provider" : "Dieser Wegpunkt gehört zu [[{0}]].", + "citizens.waypoints.set-provider" : "Setze Wegpunkt-Besitzer zu [[{0}]]." +} \ No newline at end of file diff --git a/main/src/main/resources/en.json b/main/src/main/resources/en.json new file mode 100644 index 000000000..311e258b1 --- /dev/null +++ b/main/src/main/resources/en.json @@ -0,0 +1,493 @@ +{ + "citizens.changed-implementation" : "Citizens implementation changed, disabling plugin.", + "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]", + "citizens.commands.errors.missing-world" : "World not found.", + "citizens.commands.errors.unknown-registry" : "Unknown NPC registry [[{0}]].", + "citizens.commands.help.command-missing" : "Command /{0} not found.", + "citizens.commands.help.header" : "Help", + "citizens.commands.id-not-found" : "Couldn''t find any NPC with ID [[{0}]].", + "citizens.commands.invalid.class" : "Invalid external commands class.", + "citizens.commands.invalid-mobtype" : "[[{0}]] is not a valid mobtype.", + "citizens.commands.invalid-number" : "That is not a valid number.", + "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.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.npc.age.set-normal" : "[[{0}]] is now age [[{1}]].", + "citizens.commands.npc.age.unlocked" : "Age unlocked.", + "citizens.commands.npc.ai.started" : "Now using Minecraft AI.", + "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.anchor.added" : "Anchor added.", + "citizens.commands.npc.anchor.already-exists" : "The anchor [[{0}]] already exists.", + "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.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.", + "citizens.commands.npc.axolotl.variant-set" : "Variant set to [[{0}]].", + "citizens.commands.npc.bee.anger-set" : "Anger set to [[{0}]].", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] has now stung.", + "citizens.commands.npc.bee.has-nectar" : "[[{0}]] has nectar.", + "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.camel.pose-set" : "Pose set to [[{0}]].", + "citizens.commands.npc.cat.collar-color-set" : "Collar color set to [[{0}]].", + "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.", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] stopped lying down.", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] started sitting.", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] stopped sitting.", + "citizens.commands.npc.cat.type-set" : "Type set to [[{0}]].", + "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.set" : "[[{0}]] will now collide with entities.", + "citizens.commands.npc.collidable.unset" : "[[{0}]] will no longer collide with entities.", + "citizens.commands.npc.command.command-added" : "Command [[{0}]] added with id [[{1}]].", + "citizens.commands.npc.command.command-removed" : "Command [[{0}]] removed.", + "citizens.commands.npc.command.cost-missing" : "Missing cost to set.", + "citizens.commands.npc.command.cost-set" : "Set cost per click to [[{0}]].", + "citizens.commands.npc.command.describe-format" : "
- {0} [{1}s] [cost:{2}] [exp:{3}] [-]", + "citizens.commands.npc.command.errors-cleared" : "Errors cleared for [[{0}]].", + "citizens.commands.npc.command.experience-cost-set" : "Set xp level cost per click to [[{0}]].", + "citizens.commands.npc.command.help" : "
Use the [[-l]] flag to make the command run on left click, [[-r]] on right click (default).
Set the per-player cooldown before the command can be used again using [[--cooldown]] (in [[seconds]]).
Set the server-wide cooldown in seconds using [[--gcooldown]].
[[--delay]] will wait the specified amount in [[ticks]] before executing the command.
[[--permissions]] will set the command to require specific permissions (separate multiple with commas).
[[--n]] will only let the player run the command that number of times.
Use [[-o]] to temporarily execute the command as an op and [[-p]] to run the command as the clicking player instead of the server.
To give the player temporary permissions instead of op, use [[/npc command permissions]].
Set the cost of each click with [[/npc command cost/expcost/itemcost]].
Commands can be executed one by one instead of all at once by using [[/npc command sequential]].", + "citizens.commands.npc.command.hide-error-messages-set" : "Now hiding error messages.", + "citizens.commands.npc.command.hide-error-messages-unset" : "No longer hiding error messages.", + "citizens.commands.npc.command.individual-cost-set" : "Set cost per click to [[{0}]] for command id [[{1}]].", + "citizens.commands.npc.command.individual-experience-cost-set" : "Set xp level cost per click to [[{0}]] for command id [[{1}]].", + "citizens.commands.npc.command.invalid-error-message" : "Invalid error message. Valid messages are [[{0}]].", + "citizens.commands.npc.command.left-hand-header" : "Commands to run on [[left click]]:", + "citizens.commands.npc.command.none-added" : "No commands have been added.", + "citizens.commands.npc.command.persist-sequence-set" : "Command sequences will now be saved across server restarts.", + "citizens.commands.npc.command.persist-sequence-unset" : "Command sequences will no longer be saved across server restarts.", + "citizens.commands.npc.command.right-hand-header" : "Commands to run on [[right click]]:", + "citizens.commands.npc.commands.random-set" : "Commands will now execute at random.", + "citizens.commands.npc.commands.random-unset" : "Commands will no longer execute at random.", + "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.command.temporary-permissions-set" : "Temporary permissions set to [[{0}]].", + "citizens.commands.npc.command.unknown-id" : "Unknown command id [[{0}]] for this NPC.", + "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.copy.copied" : "[[{0}]] has been copied.", + "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.deselect" : "Deselected NPC.", + "citizens.commands.npc.despawn.despawned" : "You despawned [[{0}]].", + "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.enderman.angry-set" : "[[{0}]] is now angry.", + "citizens.commands.npc.enderman.angry-unset" : "[[{0}]] is no longer angry.", + "citizens.commands.npc.flyable.set" : "[[{0}]] is now flyable.", + "citizens.commands.npc.flyable.unset" : "[[{0}]] is no longer flyable.", + "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.", + "citizens.commands.npc.fox.crouching-set" : "[[{0}]] is now crouching.", + "citizens.commands.npc.fox.crouching-unset" : "[[{0}]] is no longer crouching.", + "citizens.commands.npc.fox.fox-type-set" : "Fox type set to [[{0}]].", + "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.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.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.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.horns-set" : "[[{0}]]''s horns set to left: [[{1}]] right: [[{2}]]", + "citizens.commands.npc.gravity.disabled" : "Gravity [[disabled]].", + "citizens.commands.npc.gravity.enabled" : "Gravity [[enabled]].", + "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.hitbox.set" : "Hitbox set to [[{0}]].", + "citizens.commands.npc.hologram.cleared" : "Hologram lines cleared.", + "citizens.commands.npc.hologram.direction-set" : "Direction set to [[{0}]].", + "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}]].", + "citizens.commands.npc.hologram.line-removed" : "Removed line [[{0}]].", + "citizens.commands.npc.hologram.margin-missing" : "Missing margin to set.", + "citizens.commands.npc.hologram.margin-set" : "Set hologram line [[{0}]] margin [[{1}]] to [[{2}]].", + "citizens.commands.npc.hologram.text-describe-header" : "[[{0}]]''s hologram text (in bottom-up order):", + "citizens.commands.npc.hologram.text-missing" : "Missing text to add.", + "citizens.commands.npc.hologram.text-removed" : "Removed hologram text.", + "citizens.commands.npc.hologram.text-set" : "Set hologram text line [[{0}]] to [[{1}]].", + "citizens.commands.npc.home.delay-set" : "Delay before returning home set to [[{0}]] ticks.", + "citizens.commands.npc.home.distance-set" : "Distance before returning home set to [[{0}]] blocks.", + "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.", + "citizens.commands.npc.horse.chest-set" : "The horse is now carrying a chest.", + "citizens.commands.npc.horse.chest-unset" : "The horse is no longer carrying a chest.", + "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.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.not-damageable" : "NPC type [[{0}]] cannot be hurt.", + "citizens.commands.npc.hurt.protected" : "NPC is protected and cannot be hurt. [[Click to unprotect", + "citizens.commands.npc.item.item-set" : "NPC item set to [[{0}]].", + "citizens.commands.npc.item.unknown-material" : "Unknown material given.", + "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.set" : "[[{0}]] is now leashable.", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] is no longer leashable.", + "citizens.commands.npc.llama.color-set" : "Llama color set to [[{0}]].", + "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.disable-when-navigating" : "[[{0}]] will no longer look close when navigating.", + "citizens.commands.npc.lookclose.enable-when-navigating" : "[[{0}]] will now look close when navigating.", + "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.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.", + "citizens.commands.npc.lookclose.perplayer-unset" : "[[{0}]] will no longer use per player looking.", + "citizens.commands.npc.lookclose.random-look-delay-set" : "[[{0}]] will now randomly look every [[{1}]] ticks.", + "citizens.commands.npc.lookclose.random-pitch-range-set" : "[[{0}]] will now randomly choose a pitch in the range [{1}].", + "citizens.commands.npc.lookclose.random-set" : "[[{0}]] will now randomly look around.", + "citizens.commands.npc.lookclose.random-stopped" : "[[{0}]] will no longer randomly look around.", + "citizens.commands.npc.lookclose.random-target-switch-disabled" : "[[{0}]] will no longer randomly switch targets.", + "citizens.commands.npc.lookclose.random-target-switch-enabled" : "[[{0}]] will now randomly switch targets depending on the random look delay.", + "citizens.commands.npc.lookclose.random-yaw-range-set" : "[[{0}]] will now randomly choose a yaw in the range [{1}].", + "citizens.commands.npc.lookclose.range-set" : "[[{0}]]''s lookclose range set to [[{1}]] blocks.", + "citizens.commands.npc.lookclose.rl-set" : "[[{0}]] will no longer look through blocks at players.", + "citizens.commands.npc.lookclose.rl-unset" : "[[{0}]] will now always look at players, even through blocks.", + "citizens.commands.npc.lookclose.set" : "[[{0}]] will now rotate when players are nearby.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] will no longer rotate when players are nearby.", + "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.set" : "[[{0}]] set to [[{1}]].", + "citizens.commands.npc.metadata.unset" : "Removed [[{0}]] from [[{1}]].", + "citizens.commands.npc.minecart.set" : "[[{0}]] now has item [[{1}]]:[[{2}]] with offset [[{3}]].", + "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.failed" : "Couldn''t mount [[{0}]].", + "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.format" : "Format is x:y:z(:world) or x y z( world).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] teleported to [[{1}]].", + "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.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.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.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.disabled" : "[[{0}]] is no longer a packet NPC.", + "citizens.commands.npc.packet.enabled" : "[[{0}]] is now a packet NPC.", + "citizens.commands.npc.painting.art-set" : "[[{0}]]''s art set to [[{1}]].", + "citizens.commands.npc.panda.eating-set" : "[[{0}]] started eating.", + "citizens.commands.npc.panda.eating-unset" : "[[{0}]] stopped eating.", + "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}]].", + "citizens.commands.npc.panda.rolling" : "[[{0}]] started rolling.", + "citizens.commands.npc.panda.rolling-stopped" : "[[{0}]] stopped rolling.", + "citizens.commands.npc.panda.sitting" : "[[{0}]] started sitting.", + "citizens.commands.npc.panda.sneezing" : "[[{0}]] started sneezing.", + "citizens.commands.npc.panda.sneezing-stopped" : "[[{0}]] stopped sneezing.", + "citizens.commands.npc.panda.stopped-sitting" : "[[{0}]] stopped sitting.", + "citizens.commands.npc.panimate.unknown-animation" : "Unknown animation. Valid animations are [[{0}]].", + "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.set" : "[[{0}]] will no longer damage entities.", + "citizens.commands.npc.passive.unset" : "[[{0}]] will now damage entities.", + "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.", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] will no longer avoid water.", + "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.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.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.phantom-set" : "Size set to [[{0}]].", + "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.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.cleared" : "[[{0}]]''s filter cleared.", + "citizens.commands.npc.playerfilter.denylist-set" : "[[{0}]] filter mode set to denylist. ", + "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.removed" : "[[{0}]] removed from [[{1}]]''s filter players. ", + "citizens.commands.npc.playerlist.added" : "Added [[{0}]] to the player list.", + "citizens.commands.npc.playerlist.removed" : "Removed [[{0}]] from the player list. ", + "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.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.set" : "[[{0}]] will now be powered.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] will no longer be powered.", + "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.state-set" : "State set to [[{0}]].", + "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.remove.npcs-removed" : "NPCs removed. ", + "citizens.commands.npc.remove.removed" : "You permanently removed [[{0}]] ID [[{1}]] (undo).", + "citizens.commands.npc.remove.removed-all" : "You permanently removed all NPCs.", + "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.select.already-selected" : "You already have that NPC selected. ", + "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.invalid-color" : "Invalid sheep color given. Valid colors are: [[{0}]]. ", + "citizens.commands.npc.shulker.color-set" : "[[{0}]]''s color set to [[{1}]].", + "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.set" : "[[{0}]] is now sitting at [[{1}]].", + "citizens.commands.npc.sitting.unset" : "[[{0}]] is no longer sitting.", + "citizens.commands.npc.size.description" : "[[{0}]]''s size is [[{1}]].", + "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}]].", + "citizens.commands.npc.skin.cleared" : "[[{0}]]''s skin name was cleared.", + "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.invalid-file" : "Skin file [[{0}]] not found. Must be a file under plugins/Citizens/skins/ ", + "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.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.sound.info" : "[[{0}]]''s sounds are: ambient - [[{1}]] hurt - [[{2}]] and death - [[{3}]].

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.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.speed.set" : "NPC speed modifier set to [[{0}]].", + "citizens.commands.npc.spellcaster.spell-set" : "Spell set to [[{0}]].", + "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.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.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.tp.location-not-found" : "Couldn''t find the target NPC''s location.", + "citizens.commands.npc.tp.teleported" : "You teleported to [[{0}]].", + "citizens.commands.npc.tpto.from-not-found" : "Source entity not found.", + "citizens.commands.npc.tpto.success" : "Teleported successfully.", + "citizens.commands.npc.tpto.to-not-found" : "Destination entity not found.", + "citizens.commands.npc.trackingdistance.set" : "Tracking range set to [[{0}]].", + "citizens.commands.npc.tropicalfish.body-color-set" : "Body color set to [[{0}]].", + "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.invalid" : "[[{0}]] is not a valid type.", + "citizens.commands.npc.type.set" : "[[{0}]]''s type set to [[{1}]].", + "citizens.commands.npc.undo.successful" : "Undo successful.", + "citizens.commands.npc.undo.unsuccessful" : "No commands to undo.", + "citizens.commands.npc.useitem.held-item-toggled" : "Using held item set to [[{0}]].", + "citizens.commands.npc.useitem.offhand-item-toggled" : "Using offhand item set to [[{0}]].", + "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.set" : "[[{0}]] is now vulnerable.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] is no longer vulnerable.", + "citizens.commands.npc.warden.anger-added" : "[[{1}]] anger added towards [[{0}]].", + "citizens.commands.npc.warden.pose-set" : "[[{0}]]''s pose set to [[{1}]].", + "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.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.", + "citizens.commands.requirements.living-entity" : "The NPC must be a living entity.", + "citizens.commands.requirements.missing-permission" : "You don''t have permission to execute that command.", + "citizens.commands.requirements.missing-required-trait" : "Missing required trait [[{0}]].", + "citizens.commands.requirements.must-be-ingame" : "You must be ingame to use that command.", + "citizens.commands.requirements.must-be-owner" : "You must be the owner of this NPC to execute that command.", + "citizens.commands.requirements.must-have-selected" : "You must have an NPC selected to execute that command.", + "citizens.commands.requirements.too-few-arguments" : "Too few arguments.", + "citizens.commands.requirements.too-many-arguments" : "Too many arguments. ", + "citizens.commands.template.applied" : "Template applied to [[{0}]] NPCs.", + "citizens.commands.template.conflict" : "A template by that name already exists.", + "citizens.commands.template.created" : "Template created. Check your Citizens plugin folder.", + "citizens.commands.template.delete.deleted" : "Deleted template [[{0}]].", + "citizens.commands.template.list.header" : "]]Available templates[[:]]", + "citizens.commands.template.missing" : "Template not found.", + "citizens.commands.trait.added" : "Added {0} successfully.", + "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.trait.failed-to-add" : "Couldn''t add {0}.", + "citizens.commands.trait.failed-to-change" : "Couldn''t change {0}.", + "citizens.commands.trait.failed-to-remove" : "Couldn''t remove {0}.", + "citizens.commands.trait.removed" : "Removed {0} successfully.", + "citizens.commands.unknown-command" : "Unknown command.", + "citizens.commands.waypoints.add.waypoint-added" : "Added waypoint at [[{0}]] (index [[{1}]]).", + "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.opendoors.disabled" : "[[{0}]] will no longer doors while pathfinding.", + "citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] will now open doors while pathfinding.", + "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.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}]].", + "citizens.economy.money-withdrawn" : "Withdrew [[{0}]] for your NPC.", + "citizens.editors.already-in-editor" : "You''re already in an editor!", + "citizens.editors.copier.begin" : "Entered the NPC copier!
Click anywhere to copy the currently selected NPC.", + "citizens.editors.copier.end" : "Exited the NPC copier. ", + "citizens.editors.equipment.begin" : "Entered the equipment editor!
[[Right click]] to equip the NPC or [[crouch right click]] to change the item in hand!
Type [[offhand]], [[chestplate]], [[helmet]], etc. in chat to equip specific slots with the item you''re holding!", + "citizens.editors.equipment.end" : "Exited the equipment editor. ", + "citizens.editors.equipment.saddled-set" : "[[{0}]] is now saddled.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] is no longer saddled.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] is now sheared.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] is no longer sheared.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] is now coloured [[{1}]].", + "citizens.editors.selection.start-prompt" : "There were multiple NPCs with the supplied name.
Please enter an id or number from the list below to select that NPC.", + "citizens.editors.text.added-entry" : "[[Added]] the entry [[{0}]].", + "citizens.editors.text.add-prompt" : "Enter text to add to the NPC.", + "citizens.editors.text.begin" : "Entered the text editor! Type [[exit]] to leave the editor.", + "citizens.editors.text.change-page-prompt" : "Enter a page number to view more text entries.", + "citizens.editors.text.close-talker-set" : "[[Close talker]] set to [[{0}]]. ", + "citizens.editors.text.delay-set" : "[[Delay]] set to [[{0}]] ticks.", + "citizens.editors.text.end" : "Exited the text editor.", + "citizens.editors.text.invalid-delay" : "Invalid delay.", + "citizens.editors.text.invalid-edit-type" : "Invalid edit type.", + "citizens.editors.text.invalid-index" : "[[{0}]] is not a valid index!", + "citizens.editors.text.invalid-input" : "Invalid input.", + "citizens.editors.text.invalid-page" : "Invalid page number.", + "citizens.editors.text.invalid-range" : "Invalid range.", + "citizens.editors.text.missing-item-set-pattern" : "Missing item in hand pattern.", + "citizens.editors.text.random-talker-set" : "[[Random talking]] set to [[{0}]].", + "citizens.editors.text.range-set" : "[[Range]] set to [[{0}]].", + "citizens.editors.text.realistic-looking-set" : "[[Realistic looking]] set to [[{0}]].", + "citizens.editors.text.speech-bubbles-set" : "[[Speech bubbles]] set to [[{0}]].", + "citizens.editors.text.start-prompt" : "Add text | default to clear)\">item | range | delay
{0}talk close | {1}random | {2}speech bubbles | {3}realistic", + "citizens.editors.text.talk-item-set" : "[[Talk item pattern]] set to [[{0}]].", + "citizens.editors.text.text-list-header" : "Current text:", + "citizens.editors.waypoints.guided.added-available" : "Added a [[destination]] waypoint which the NPC will randomly pathfind between.", + "citizens.editors.waypoints.guided.added-guide" : "Added a [[guide]] waypoint which the NPC will follow on the way to their destination.", + "citizens.editors.waypoints.guided.already-taken" : "There is already a waypoint here.", + "citizens.editors.waypoints.guided.begin" : "Entered the guided waypoint editor! The NPC will randomly walk to a [[destination]] waypoint following the nearest [[guide]] point. For example, try putting guide points on a road and destinations inside houses!
[[Left click]] to add a guide waypoint and [[right click]] to remove.
[[Sneak]] while left clicking to add a destination waypoint.
Type [[toggle path]] to toggle showing entities at waypoints.
Type [[clear]] to clear all waypoints.
Type [[distance ]] to adjust the pathfinding range.", + "citizens.editors.waypoints.guided.distance-set" : "Distance between guides set to [[{0}]].", + "citizens.editors.waypoints.guided.end" : "Exited the guided waypoint editor.", + "citizens.editors.waypoints.linear.added-waypoint" : "[[Added]] a waypoint at ({0}) ([[{1}]] total).", + "citizens.editors.waypoints.linear.begin" : "=== [[Linear Waypoint Editor]] ===
[[Left click]] to add a waypoint, [[right click]] to remove it.
Right click while sneaking to select and remove points.
Type [[markers]] to hide waypoints,
[[triggers]] to enter the trigger editor,
[[clear]] to clear all waypoints,
[[cycle]] to cycle waypoints instead of looping.", + "citizens.editors.waypoints.linear.cycle-set" : "Now [[cycling]] through waypoints.", + "citizens.editors.waypoints.linear.cycle-unset" : "Now [[looping]] through waypoints.", + "citizens.editors.waypoints.linear.end" : "Exited the linear waypoint editor.", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[Stopped]] showing waypoint markers.", + "citizens.editors.waypoints.linear.range-exceeded" : "Previous waypoint is {0} blocks away but the distance limit is {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[Removed]] a waypoint ([[{0}]] remaining)", + "citizens.editors.waypoints.linear.selected-waypoint" : "Selected waypoint at {0}. Sneak + right click again to remove this waypoint.", + "citizens.editors.waypoints.linear.showing-markers" : "[[Showing]] waypoint markers.", + "citizens.editors.waypoints.linear.waypoints-cleared" : "Waypoints cleared.", + "citizens.editors.waypoints.triggers.add.added" : "Added waypoint trigger successfully ({0}).", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "Couldn''t create a trigger by the name [[{0}]].", + "citizens.editors.waypoints.triggers.add.prompt" : "Enter in a trigger name to add or type [[back]] to return to the edit prompt. Valid trigger names are {0}.", + "citizens.editors.waypoints.triggers.animation.added" : "Animation [[{0}]] added.", + "citizens.editors.waypoints.triggers.animation.at-set" : "Animation location set to [[{0}]].", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "Invalid animation [[{0}]]. Valid animations are {1}.", + "citizens.editors.waypoints.triggers.animation.prompt" : "Enter in animations to perform - valid animations are {0}.
[[at (x:y:z:world)]] optionally set a location to perform the animation at.
Type in [[finish]] to finish the animation trigger or [[back]] to return to the previous prompt.", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "The radius must be a number.", + "citizens.editors.waypoints.triggers.chat.message-added" : "Message added: [[{0}]].", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "No radius supplied.", + "citizens.editors.waypoints.triggers.chat.prompt" : "Enter in chat lines to say.
Type in [[radius (radius)]] to set the block radius to broadcast the messages.
Type [[finish]] to finish the chat trigger or [[back]] to return to the previous prompt.", + "citizens.editors.waypoints.triggers.chat.radius-set" : "Radius set to [[{0}]] blocks.", + "citizens.editors.waypoints.triggers.command.added" : "Command [[{0}]] added.", + "citizens.editors.waypoints.triggers.command.prompt" : "Enter one or more commands (without the leading slash). ", + "citizens.editors.waypoints.triggers.delay.prompt" : "Enter the delay in [[server ticks]]. You can also specify durations like 1s, 1m or 1hr.", + "citizens.editors.waypoints.triggers.list" : "Current triggers are: {0}", + "citizens.editors.waypoints.triggers.main.exit" : "Exited the waypoint trigger editor.", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "Not editing a waypoint.", + "citizens.editors.waypoints.triggers.main.prompt" : "- Waypoint Trigger Editor -
Type [[add]] to add triggers.
Type [[triggers]] or [[exit]] to exit this editor.", + "citizens.editors.waypoints.triggers.speed.prompt" : "Enter the speed modifier as a [[percentage]] of its base speed.", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "Invalid location given. Format is [[world]]:[[x]]:[[y]]:[[z]].", + "citizens.editors.waypoints.triggers.teleport.prompt" : "Enter the destination in the format world:x:y:z. Type [[here]] to use your current location. Type [[back]] to return to the edit prompt.", + "citizens.editors.waypoints.wander.added-region" : "[[Added]] wanderable region at ({0}) ([[{1}]]).", + "citizens.editors.waypoints.wander.begin" : "Entered the wander waypoint editor.
{0}Pathfind | x range | y range | delay
Enter the region editor | WorldGuard region", + "citizens.editors.waypoints.wander.delay-set" : "Delay between wanders set to [[{0}]] ticks.", + "citizens.editors.waypoints.wander.editing-regions" : "Now editing regions!
[[Left click]] to add a new wanderable region using the xrange/yrange box centred at that block.
[[Right click]] an existing marker to remove that region.
Type [[regions]] to stop or simply exit the editor. Regions should be overlap or touch each other.", + "citizens.editors.waypoints.wander.editing-regions-stop" : "Exited the region editor.", + "citizens.editors.waypoints.wander.end" : "Exited the wander waypoint editor.", + "citizens.editors.waypoints.wander.invalid-delay" : "Invalid delay specified.", + "citizens.editors.waypoints.wander.range-set" : "Wander range set to xrange [[{0}]] and yrange [[{1}]].", + "citizens.editors.waypoints.wander.removed-region" : "[[Removed]] wanderable region at ({0}) ([[{1}]] remaining).", + "citizens.editors.waypoints.wander.worldguard-region-not-found" : "WorldGuard region not found.", + "citizens.editors.waypoints.wander.worldguard-region-set" : "WorldGuard region set to [[{0}]].", + "citizens.limits.over-npc-limit" : "Over the NPC limit of {0}.", + "citizens.load-task-error" : "NPC load task couldn''t be scheduled, disabling...", + "citizens.nms-errors.clearing-goals" : "Could not clear goals: {0}.", + "citizens.nms-errors.error-setting-persistent" : "Could not set NPC as persistent: {0}. NPC entity may despawn.", + "citizens.nms-errors.getting-field" : "Could not fetch NMS field {0}: [[{1}.", + "citizens.nms-errors.getting-id-mapping" : "Could not fetch entity id mapping fields: {0}.", + "citizens.nms-errors.getting-method" : "Could not fetch NMS method {0}: [[{1}.", + "citizens.nms-errors.restoring-goals" : "Could not restore goals: {0}.", + "citizens.nms-errors.spawning-custom-entity" : "Could not spawn custom entity: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Could not stop network threads: {0}.", + "citizens.nms-errors.updating-land-modifier" : "Could not update land speed modifier: {0}.", + "citizens.nms-errors.updating-navigation-world" : "Could not update navigation world: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "Could not update pathfinding range: {0}. ", + "citizens.notifications.error-reloading" : "Error occured while reloading, see console.", + "citizens.notifications.exception-updating-npc" : "Exception while updating {0}: {1}.", + "citizens.notifications.incompatible-version" : "v{0} is not compatible with Minecraft {1} - try upgrading Minecraft or Citizens. Disabling...", + "citizens.notifications.locale" : "Using locale {0}.", + "citizens.notifications.metrics-load-error" : "Unable to start metrics: {0}.", + "citizens.notifications.missing-translations" : "Missing translations file for locale {0}. Defaulting to en locale.", + "citizens.notifications.npc-name-not-found" : "Could not find a name for ID {0}.", + "citizens.notifications.npc-not-found" : "No NPC could be found.", + "citizens.notifications.npcs-loaded" : "Loaded {0} NPCs.", + "citizens.notifications.reloaded" : "Citizens reloaded.", + "citizens.notifications.reloading" : "Reloading Citizens...", + "citizens.notifications.reload-warning" : "WARNING: this command will load all data from disk without saving first. Please retype /citizens reload to confirm. You can disable this warning in settings.", + "citizens.notifications.saved" : "Citizens saved.", + "citizens.notifications.saving" : "Saving Citizens... ", + "citizens.notifications.skipping-invalid-pose" : "Skipping pose {0} - invalid yaw/pitch ({1}).", + "citizens.notifications.trait-load-failed" : "The trait {0} failed to load for NPC ID: {1}.", + "citizens.notifications.trait-onspawn-failed" : "An exception occurred while the trait {0} was spawning for NPC ID {1}.", + "citizens.notifications.unknown-npc-type" : "NPC type {0} was not recognized. Did you spell it correctly?", + "citizens.saves.load-failed" : "Unable to load saves, disabling...", + "citizens.settings.writing-default" : "Writing default setting: {0}", + "citizens.traits.age-description" : "{0}''s age is [[{1}]]. Locked is [[{2}]].", + "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}]]." +} \ No newline at end of file diff --git a/main/src/main/resources/es.json b/main/src/main/resources/es.json new file mode 100644 index 000000000..0944fcfa4 --- /dev/null +++ b/main/src/main/resources/es.json @@ -0,0 +1,236 @@ +{ + "citizens.changed-implementation" : "Citizens implementación cambiada, descapacitando plugin.", + "citizens.commands.citizens.save.help" : "Usa -a flag para guardar async.", + "citizens.commands.console-error" : ":Por favor informa sobre este error. [See console]", + "citizens.commands.errors.missing-world" : "Mundo no encontrado.", + "citizens.commands.help.command-missing" : "Comando /{0} no existe.", + "citizens.commands.help.header" : "Ayuda", + "citizens.commands.id-not-found" : "No se puede encontrar NPC con esa ID {0}.", + "citizens.commands.invalid.class" : "Clase de comando externo invalido.", + "citizens.commands.invalid-mobtype" : "{0} Ese tipo de mob no es valido.", + "citizens.commands.invalid-number" : "Este no es un numero valido.", + "citizens.commands.npc.age.cannot-be-aged" : "El tipo de mob {0} no tiene opcion de edad.", + "citizens.commands.npc.age.help" : "Solo puede utilizarse in las entidades que puedan convertirse en bebe. Usa el [[-l]] flag se bloquea la edad con el tiempo.", + "citizens.commands.npc.age.invalid-age" : "Edad invalida. Edades validad son adultas, bebe, numero entre -24000 y 0", + "citizens.commands.npc.age.locked" : "Edad bloqueado.", + "citizens.commands.npc.age.set" : "[[{0}]] Es ahora [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] Ahora es adulto.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] Ahora es un bebe", + "citizens.commands.npc.age.set-normal" : "[[{0}]] Ahora su edad es de [[{1}]]", + "citizens.commands.npc.age.unlocked" : "Edad desbloqueada.", + "citizens.commands.npc.anchor.added" : "Ancla añadida.", + "citizens.commands.npc.anchor.already-exists" : "El ancla {0} ya existe.", + "citizens.commands.npc.anchor.invalid-name" : "Nombre de ancla invalido.", + "citizens.commands.npc.anchor.missing" : "El ancla {1} no existe.", + "citizens.commands.npc.anchor.removed" : "Ancla quitada.", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] no es controlable.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] ya no puede ser controlado.", + "citizens.commands.npc.controllable.set" : "[[{0}]] Ahora puede ser controlado.", + "citizens.commands.npc.copy.copied" : "[[{0}]] se ha copiado.", + "citizens.commands.npc.create.invalid-location" : "Ubicación de aparicion no se puede analizar o no se ha encontrado.", + "citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] no es un tipo de mob valido.", + "citizens.commands.npc.create.mobtype-missing" : "[[{0}]] no se admite como un tipo de mob NPC.", + "citizens.commands.npc.create.no-player-for-spawn" : "Ningun jugador pudo ser encontrado con ese nombre para aparecer como NPC.", + "citizens.commands.npc.create.npc-name-too-long" : "Los nombres de los NPC no puedes mas largos de 16 caracteres. El nombre a sido acortado.", + "citizens.commands.npc.despawn.despawned" : "Quitaste a [[{0}]].", + "citizens.commands.npc.flyable.set" : "[[{0}]] ahora puede volar.", + "citizens.commands.npc.flyable.unset" : "[[{0}]] ya no puede volar.", + "citizens.commands.npc.gamemode.describe" : "{0} es el modo de juego [[{1}]].", + "citizens.commands.npc.gamemode.invalid" : "{0} no es un modo de juego valido.", + "citizens.commands.npc.gamemode.set" : "Ajustando modo de juego a [[{0}]].", + "citizens.commands.npc.gravity.disabled" : "Gravedad [[disabled]].", + "citizens.commands.npc.gravity.enabled" : "Gravedad [[enabled]].", + "citizens.commands.npc.horse.chest-set" : "El caballo esta ahora llevando un cofre.", + "citizens.commands.npc.horse.chest-unset" : "El caballo ya no esta llevando un cofre.", + "citizens.commands.npc.horse.color-set" : "Los caballas son ahora de color [[{0}]].", + "citizens.commands.npc.horse.describe" : "Los caballos son de color [[{0}]], de tipo [[{1}]] y de estilo [[{2}]].", + "citizens.commands.npc.horse.invalid-color" : "Has elegido un color no valido para el caballo. Los colores validos son: [[{0}]].", + "citizens.commands.npc.horse.invalid-style" : "Has elegido un estilo de caballo no valido . Los estilos validos son: [[{0}]].", + "citizens.commands.npc.horse.invalid-type" : "Has elegido un tipo de caballo no valido. Los tipos validos son: [[{0}]].", + "citizens.commands.npc.horse.style-set" : "El estilo de los cabalos se establecen en [[{0}]].", + "citizens.commands.npc.item.item-set" : "El NPC a entregado un objeto a [[{0}]].", + "citizens.commands.npc.item.unknown-material" : "Entregado material desconocido.", + "citizens.commands.npc.leashable.set" : "[[{0}]] es ahora atrapable.", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] ya no se puede atrapar.", + "citizens.commands.npc.lookclose.set" : "[[{0}]] ahora se gira cuando los jugadores estan cerca.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] ya no se gira cuando los jugadores estan cerca.", + "citizens.commands.npc.minecart.set" : "[[{0}]] ahora tiene el item [[{1}]]:[[{2}]] con recompensa [[{3}]].", + "citizens.commands.npc.mount.failed" : "No se pueden montar [[{0}]].", + "citizens.commands.npc.moveto.format" : "Formato es x:y:z(:mundo) o x y z( mundo).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] has sido teletransportado a {1}.", + "citizens.commands.npc.ocelot.invalid-type" : "Tipo de ocelote no valido. Los tipos validos son: [[{0}]].", + "citizens.commands.npc.owner.already-owner" : "{0} ahora es el dueño de {1}.", + "citizens.commands.npc.owner.owner" : "[[{0}]] son dueños de [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] es ahora dueño de {0}.", + "citizens.commands.npc.owner.set-server" : "[[The server]] es ahora el dueño de {0}.", + "citizens.commands.npc.passive.set" : "[[{0}]] ya no puede hacerle daño a las entidades.", + "citizens.commands.npc.passive.unset" : "[[{0}]] ahora puedes hacerle daño a las entidades.", + "citizens.commands.npc.pathfindingrange.set" : "El rango de rastreo establecido en [[{0}]].", + "citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] ahora evitara el agua.", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] ahora no evitara el agua.", + "citizens.commands.npc.playerlist.added" : "Agrega [[{0}]] a la lista de jugadores.", + "citizens.commands.npc.playerlist.removed" : "Quita [[{0}]] a la lista de jugadores.", + "citizens.commands.npc.pose.added" : "Agregar recorrido.", + "citizens.commands.npc.pose.already-exists" : "El recorrido [[{0}]] ya existe.", + "citizens.commands.npc.pose.invalid-name" : "Nombre de recorrido no valido.", + "citizens.commands.npc.pose.missing" : "El recorrido [[{0}]] no existe.", + "citizens.commands.npc.pose.removed" : "Recorrido eliminado.", + "citizens.commands.npc.powered.set" : "[[{0}]] ahora sera potenciado.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] ahora no sera potenciado.", + "citizens.commands.npc.profession.invalid-profession" : "[[{0}]] no es una profesion valida. Prueba uno de los siguientes: [[{1}]].", + "citizens.commands.npc.profession.set" : "[[{0}]] es ahora un [[{1}]].", + "citizens.commands.npc.rabbittype.invalid-type" : "Tipo de conejo no valido. Prueba uno de los siguientes: [[{0}]].", + "citizens.commands.npc.rabbittype.type-set" : "[[{0}]] tipos de conejo establecido en [[{1}]]", + "citizens.commands.npc.remove.removed" : "Tu permanencia a sido eliminada [[{0}]].", + "citizens.commands.npc.remove.removed-all" : "Tu has eliminado permanentemente a todos los NPCs.", + "citizens.commands.npc.rename.renamed" : "Tu renombras de [[{0}]] a [[{1}]].", + "citizens.commands.npc.respawn.delay-set" : "Reaparición retrasada durante [[{0}]].", + "citizens.commands.npc.respawn.describe" : "El tiempo de reaparicon es de [[{0}]].", + "citizens.commands.npc.select.already-selected" : "Ya tienes al NPC seleccionado.", + "citizens.commands.npc.size.description" : "{0} su tamaño es [[{1}]].", + "citizens.commands.npc.size.set" : "{0} sus tamaños han sido ajustados [[{1}]].", + "citizens.commands.npc.skeletontype.invalid-type" : "Tipo de esqueleto invalido. Prueba uno de los siguientes: [[{0}]].", + "citizens.commands.npc.skeletontype.set" : "{0} los tipos de esqueletos se establece en [[{1}]].", + "citizens.commands.npc.skin.cleared" : "[[{0}]] su skin fue limpiada. ", + "citizens.commands.npc.skin.set" : "[[{0}]] su skin se establece a [[{1}]].", + "citizens.commands.npc.sound.info" : "{0} sus sonidos son: ambiente - [[{1}]] herida - [[{2}]] y muerte - [[{3}]].

Sonidos validos son {4}.", + "citizens.commands.npc.sound.invalid-sound" : "Sonido no valido.", + "citizens.commands.npc.sound.set" : "{0} sus sonidos son ahora: ambiente - [[{1}]] herida - [[{2}]] y muerte - [[{3}]].", + "citizens.commands.npc.spawn.already-spawned" : "[[{0}]] se ha generado en otra ubicación. Usa ''/npc tphere'' para teletrasportar al NPC a tu localización.", + "citizens.commands.npc.spawn.missing-npc-id" : "El NPC con la ID {0} no existe.", + "citizens.commands.npc.spawn.no-location" : "No hay ubicación almacenada disponible - solo usar este comando en juego.", + "citizens.commands.npc.spawn.spawned" : "Tu has aparecido en [[{0}]].", + "citizens.commands.npc.speed.set" : "La velocidad del NPC se a establecido en [[{0}]].", + "citizens.commands.npc.swim.set" : "[[{0}]] ahora puede nadar en el agua.", + "citizens.commands.npc.swim.unset" : "[[{0}]] ahora no puede nadar por el agua.", + "citizens.commands.npc.targetable.set" : "[[{0}]] ahora puede ser objetivo de mobs.", + "citizens.commands.npc.targetable.unset" : "[[{0}]] ya no puede ser objetivo de mobs.", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] se ha teletransportado a tu ubicación.", + "citizens.commands.npc.tp.location-not-found" : "No se encuentra la ubicación del NPC's objetivo.", + "citizens.commands.npc.tp.teleported" : "Te estas teletransportandote a [[{0}]].", + "citizens.commands.npc.tpto.from-not-found" : "Entidad de origen no encontrada.", + "citizens.commands.npc.tpto.success" : "Te has teletransportado satisfactoriamente.", + "citizens.commands.npc.tpto.to-not-found" : "Entidad destinada no encontrada.", + "citizens.commands.npc.type.invalid" : "[[{0}]] no es un tipo valido.", + "citizens.commands.npc.type.set" : "[[{0}]] sus tipos se han establecido a [[{1}]].", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] ahora es vulnerable.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] ya no es vulnerable.", + "citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] no es un formato de color RGB valido para poner en el collar de lobo.", + "citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] no es un formato de RGB valido o el nombre de un color de tinte para el collar.", + "citizens.commands.page-missing" : "La pagina [[{0}]] no existe.", + "citizens.commands.requirements.disallowed-mobtype" : "El NPC no puede ser un tipo de mob [[{0}]] para este comando.", + "citizens.commands.requirements.living-entity" : "El NPC ahora es una entidad viviente.", + "citizens.commands.requirements.missing-permission" : "Tu no tienes permiso para ejecutar este comando.", + "citizens.commands.requirements.missing-required-trait" : "No se encuentra el rasgo requerido para [[{0}]].", + "citizens.commands.requirements.must-be-ingame" : "Tu solo puedes usar este comando en juego.", + "citizens.commands.requirements.must-be-owner" : "Tu solo puedes ser dueño de este NPC ejecutando este comando.", + "citizens.commands.requirements.must-have-selected" : "Tu tienes que tener un NPC seleccionado para ejecutar este comando.", + "citizens.commands.requirements.too-few-arguments" : "Muy pocos argumentos.", + "citizens.commands.requirements.too-many-arguments" : "Demasiados argumentos.", + "citizens.commands.template.applied" : "Plantilla aplicada a [[{0}]] NPCs.", + "citizens.commands.template.conflict" : "El nombre de esta plantilla ya existe.", + "citizens.commands.template.created" : "Plantilla creada.", + "citizens.commands.template.delete.deleted" : "Plantilla eliminada [[{0}]].", + "citizens.commands.template.list.header" : "]]Plantilla disponible[[:]]", + "citizens.commands.template.missing" : "Plantilla no encontrada.", + "citizens.commands.trait.added" : "Agregada {0} satisfactoriamente.", + "citizens.commands.traitc.missing" : "Plantilla no encontrada.", + "citizens.commands.traitc.not-configurable" : "Esta plantilla no es configurable.", + "citizens.commands.traitc.not-on-npc" : "Los NPC's no pueden tener esta plantilla.", + "citizens.commands.trait.failed-to-add" : "<7>No se pueden agregar {0}.", + "citizens.commands.trait.failed-to-change" : "<7>No se pueden cambiar {0}.", + "citizens.commands.trait.failed-to-remove" : "<7>No se pueden eliminar {0}.", + "citizens.commands.trait.removed" : "Eliminado {0} satisfactoriamente.", + "citizens.commands.unknown-command" : "Comando desconocido. Querias decir:", + "citizens.commands.wolf.traits-updated" : "[[{0}]] Las plantillas han sido actualizadas. Furioso:[[{1}]], Sentado:[[{2}]], Domado:[[{3}]], Color del collar:[[{4}]] ", + "citizens.conversations.selection.invalid-choice" : "[[{0}]] esta opción no es valida.", + "citizens.economy.minimum-cost-required" : "Necesitas al menos [[{0}]].", + "citizens.economy.money-withdrawn" : "Intercambias [[{0}]] con tu NPC.", + "citizens.editors.already-in-editor" : "Tu ya esta en el editor!", + "citizens.editors.copier.begin" : "Ingresa la copia del NPC!
Haz click para seleccionar el NPC que quieres copiar.", + "citizens.editors.copier.end" : "Se ha hecho una copia del NPC.", + "citizens.editors.equipment.begin" : "Entraste en el editor de quipamiento!
[[Right click]] para equipar al NPC!", + "citizens.editors.equipment.end" : "Saliste del editor de equipamiento.", + "citizens.editors.equipment.saddled-set" : "[[{0}]] ahora tiene una silla de montar.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] ya no tiene silla de montar.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] ahora se puede esquilar.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] ya no se puede esquilar.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] ahora esta coloreado de [[{1}]].", + "citizens.editors.selection.start-prompt" : "Hay varios NPC's con el mismo nombre.
Por favor, introduzca un ID o número de la lista de abajo para seleccionar ese NPC.", + "citizens.editors.text.added-entry" : "[[Added]] la entrada a [[{0}]].", + "citizens.editors.text.add-prompt" : "Introduce el texto a añadir al NPC.", + "citizens.editors.text.begin" : "Entraste en el editor de texto! Escribe 'exit' para salir del editor.", + "citizens.editors.text.change-page-prompt" : "Introduce el numero de la pagina para ver mas entradas de texto.", + "citizens.editors.text.close-talker-set" : "[[Close talker]] ajustado a [[{0}]].", + "citizens.editors.text.end" : "Saliste del editor de texto.", + "citizens.editors.text.invalid-edit-type" : "Invalido tipo de edición.", + "citizens.editors.text.invalid-index" : "[[{0}]] indice no es valido!", + "citizens.editors.text.invalid-input" : "Entrada no valida.", + "citizens.editors.text.invalid-page" : "Numero de pagina invalida.", + "citizens.editors.text.invalid-range" : "Rango no valido.", + "citizens.editors.text.random-talker-set" : "[[Random talking]] ajustado a [[{0}]].", + "citizens.editors.text.range-set" : "[[Range]] ajustado a [[{0}]].", + "citizens.editors.text.realistic-looking-set" : "[[Realistic looking]] ajustado a [[{0}]].", + "citizens.editors.text.talk-item-set" : "[[Talk item pattern]] ajustado a [[{0}]].", + "citizens.editors.waypoints.guided.added-available" : "Añadido a [[destination]] waypoint. Esto estara disponible para los NPCs de camino a.", + "citizens.editors.waypoints.guided.added-guide" : "Añadido a [[guide]] waypoint. Esto guiará NPCs a su destino.", + "citizens.editors.waypoints.guided.begin" : "Entraste en la guia del editor de waypoint!
[[Left click]] para añadir una guia de waypoint, [[right click]] elimina un waypoint existente.
[[Sneak]] pulsa click izquierdo para añadir un destino waypoint.
Escribe [[toggle path]] para alternar mostrando entidades en waypoints.", + "citizens.editors.waypoints.guided.end" : "Saliste del editor guiado de waypoint.", + "citizens.editors.waypoints.linear.added-waypoint" : "[[Added]] el waypoint en ({0}) ([[{1}]], [[{2}]])", + "citizens.editors.waypoints.linear.begin" : "Entraste en el editor de waypoints lineales!
[[Left click]] para añadir waypoint, [[right click]] para eliminar.
Escribe [[toggle path]] para alternar mostrando entidades en waypoints, [[triggers]] para entrar en el editor de triggers y [[clear]] para eliminar todos los waypoints.", + "citizens.editors.waypoints.linear.end" : "Saliendo del editor lineal de waypoints.", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[Stopped]] montrando marcas en waypoints.", + "citizens.editors.waypoints.linear.range-exceeded" : "El waypoint previo es {0} bloques de distancia , pero el límite de distancia es {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[Removed]] a waypoint ([[{0}]] remaining) ([[{1}]])", + "citizens.editors.waypoints.linear.showing-markers" : "[[Showing]] waypoint marcados.", + "citizens.editors.waypoints.linear.waypoints-cleared" : "Waypoints eliminado.", + "citizens.editors.waypoints.triggers.add.added" : "[[Added]] waypoint funciona correctamente ({0}).", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "No se ha podido crear un trigger con el nombre[[{0}]].", + "citizens.editors.waypoints.triggers.add.prompt" : "Pon el nombre en la casilla para añadir o escribe [[back]] para volver al indicador de edición. Nombres validos en la casilla {0}.", + "citizens.editors.waypoints.triggers.animation.added" : "Animacion [[{0}]] agregada.", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "Animacion incorrecta [[{0}]]. La animacion valida es {1}.", + "citizens.editors.waypoints.triggers.animation.prompt" : "Ingrese en animaciones para realizar- animaciones validas son {0}.
Escribe [[finish]] para terminar la animacion de trigger o [[back]] para volver a la pantalla anterior.", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "El radio debe ser un numero.", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "Radio no soportado.", + "citizens.editors.waypoints.triggers.chat.prompt" : "Escriba en las líneas de chat que decir.
Escribe [[radius (radius)]] para ajustar el radio de bloque para transmitir los mensajes.
Escribe [[finish]] para terminar el chat de trigger o [[back]] para volver a la pantalla anterior.", + "citizens.editors.waypoints.triggers.delay.prompt" : "Introduce el restraso en [[server ticks]] utilizar. (20 ticks = 1 second)", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "No se puede editar el waypoint.", + "citizens.editors.waypoints.triggers.main.prompt" : "Entraste en el editor de waypoints triggers.
Escribe [[add]] para empezar a añadir triggers y [[remove]] para eliminar triggers.
Escribe [[triggers]] para entrar el editor de waypoints de triggers.
Current triggers are:", + "citizens.editors.waypoints.triggers.speed.prompt" : "Introduce el modificador de velocidad como [[percentage]] de su velocidad base.", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "Ubicación proporcionado no es valido. El formato es [[world]]:[[x]]:[[y]]:[[z]].", + "citizens.editors.waypoints.triggers.teleport.prompt" : "Introduzca el destino en el formato de mundo:x:y:z. Escribe [[here]] Utilizar su ubicación actual. Escribe [[back]] para volver al indicador de edición.", + "citizens.limits.over-npc-limit" : "El limite de NPC esta por encima de {0}.", + "citizens.load-task-error" : "La tarea de cargar el NPC no puede ser programada, deshabilitado...", + "citizens.nms-errors.clearing-goals" : "No se puede limpiar la metas: {0}.", + "citizens.nms-errors.error-setting-persistent" : "No puede configurarse el NPC como persistente: {0}. El NPC puede ser eliminada.", + "citizens.nms-errors.getting-field" : "No se puede traer al campo NMS {0}: {1}.", + "citizens.nms-errors.getting-id-mapping" : "Could not fetch entity id mapping fields: {0}.", + "citizens.nms-errors.spawning-custom-entity" : "Could not spawn custom entity: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Could not stop network threads: {0}.", + "citizens.nms-errors.updating-land-modifier" : "No se pudo actualizar modificador de velocidad en tierra: {0}.", + "citizens.nms-errors.updating-navigation-world" : "No se puede actualizar la navigación del mundo: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "No se puede actualizar el rango de busqueda de caminos: {0}.", + "citizens.notifications.error-reloading" : "El error ocurrio mientras se cargaba, mira en la consola.", + "citizens.notifications.exception-updating-npc" : "Excepción al actualizar {0}: {1}.", + "citizens.notifications.incompatible-version" : "La version {0} no es compatible con la version {1} - Intenta Actualizar o descargar el citizens para la version en la que te encuentres. Deshabilitando.", + "citizens.notifications.locale" : "Utilizando el local {0}.", + "citizens.notifications.metrics-load-error" : "Incapaz de cargar Metrics: {0}.", + "citizens.notifications.missing-translations" : "Traduccion perdida para el archivo local {0}. Predeterminado para el local", + "citizens.notifications.npc-name-not-found" : "No puedes encontrar el nombre para el ID {0}.", + "citizens.notifications.npc-not-found" : "El NPC no puede ser encontrado.", + "citizens.notifications.npcs-loaded" : "Cargando a {0} NPCs.", + "citizens.notifications.reloaded" : "Citizens recargado.", + "citizens.notifications.reloading" : "Recargando Citizens...", + "citizens.notifications.saved" : "Citizens guardado.", + "citizens.notifications.saving" : "Guardando Citizens...", + "citizens.notifications.skipping-invalid-pose" : "Omitiendo pose {0} - invalido yaw/pitch ({1}).", + "citizens.notifications.trait-load-failed" : "El rasgo {0} fallo al cargar la ID del NPC: {1}.", + "citizens.notifications.trait-onspawn-failed" : "Ha ocurrido un error al escribir la característica {0} fue generado de NPC ID {1}.", + "citizens.notifications.unknown-npc-type" : "Tipo de NPC {0} no ha sido reconocido. Lo ha escrito correctamente?", + "citizens.saves.load-failed" : "Incapaz de cargar archivos cargados, deshabilitando...", + "citizens.settings.writing-default" : "Escribiendo configuración por defecto: {0}", + "citizens.traits.age-description" : "{0} la edad es [[{1}]]. Es bloqueado [[{2}]].", + "citizens.waypoints.available-providers-header" : "Lista de proveedores disponible.", + "citizens.waypoints.current-provider" : "Actualmente el Waypoint del proveedor esta en [[{0}]].", + "citizens.waypoints.set-provider" : "Ajustados los Waypoint del proveedor en [[{0}]]." +} \ No newline at end of file diff --git a/main/src/main/resources/fr.json b/main/src/main/resources/fr.json new file mode 100644 index 000000000..38b5e8d23 --- /dev/null +++ b/main/src/main/resources/fr.json @@ -0,0 +1,329 @@ +{ + "citizens.changed-implementation" : "Implémentation de Citizen changé, désactivation du plugin.", + "citizens.commands.citizens.save.help" : "Utilisez le flag -a pour sauvegarder de manière désynchronisée (en dehors du serveur principal).", + "citizens.commands.console-error" : "Veuillez rapporter cette erreur\\: [Voir console]", + "citizens.commands.errors.missing-world" : "Monde non-trouvé.", + "citizens.commands.help.command-missing" : "Commande /{0} non-trouvée.", + "citizens.commands.help.header" : "Aide", + "citizens.commands.id-not-found" : "Impossible de trouver de NPC avec l''ID [[{0}]].", + "citizens.commands.invalid.class" : "Classe de commande extérieur invalide.", + "citizens.commands.invalid-mobtype" : "[[{0}]] n''est pas un type de mob valide.", + "citizens.commands.invalid-number" : "Ceci n''est pas un nombre valide.", + "citizens.commands.npc.age.cannot-be-aged" : "Le type de mob {0} ne peut pas viellir.", + "citizens.commands.npc.age.help" : "Peut être uniquement utilisé sur des entitées pouvant devenir des bébés. Utilisez le flag [[-l]] pour bloquer le vieillissement (note\\: Un rechargement peut être requis pour voir ceci).", + "citizens.commands.npc.age.invalid-age" : "Age invalide. Les ages valides sont adulte, bébé, nombre entre -24000 et 0", + "citizens.commands.npc.age.locked" : "Age blocké.", + "citizens.commands.npc.age.set" : "[[{0}]] est maintenant [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] est maintenant un adulte.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] est maintenant un bébé.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] est maintenant agé de [[{1}]].", + "citizens.commands.npc.age.unlocked" : "Age déverouillé.", + "citizens.commands.npc.anchor.added" : "Ancrage ajouté.", + "citizens.commands.npc.anchor.already-exists" : "L''ancrage [[{0}]] existe déjà.", + "citizens.commands.npc.anchor.invalid-name" : "Nom ancré invalide.", + "citizens.commands.npc.anchor.missing" : "L''ancrage [[{1}]] n''existe pas.", + "citizens.commands.npc.anchor.removed" : "Acrage supprimé.", + "citizens.commands.npc.bee.anger-set" : "Colère mise à [[{0}]].", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] a maintenant piqué.", + "citizens.commands.npc.bee.has-nectar" : "[[{0}]] a du nectar.", + "citizens.commands.npc.bee.invalid-anger" : "La colère doit être au dessus de zéro.", + "citizens.commands.npc.bee.no-nectar" : "[[{0}]] n''a pas de nectar.", + "citizens.commands.npc.bee.not-stung" : "[[{0}]] n''a plus piqué.", + "citizens.commands.npc.cat.collar-color-set" : "Couleur du collier mise à [[{0}]].", + "citizens.commands.npc.cat.invalid-collar-color" : "Couleur de collier invalide. Les couleurs valides sont [[{0}]].", + "citizens.commands.npc.cat.invalid-type" : "Le type spécifié est invalide. Les types valides sont [[{0}]].", + "citizens.commands.npc.cat.lying-start" : "[[{0}]] s''est allongé.", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] n''est plus couché.", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] s''est assis.", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] a arrêté d''être assis.", + "citizens.commands.npc.cat.type-set" : "Type mis à [[{0}]].", + "citizens.commands.npc.collidable.set" : "[[{0}]] pourra maintenant entrer en collision avec les entités.", + "citizens.commands.npc.collidable.unset" : "[[{0}]] n''entrera plus en collision avec les entitées.", + "citizens.commands.npc.command.command-added" : "Commande [[{0}]] ajoutée avec l''ID [[{1}]].", + "citizens.commands.npc.command.command-removed" : "Commande [[{0}]] supprimée.", + "citizens.commands.npc.command.left-hand-header" : "Commandes déclanchées avec [[clic gauche]]\\:", + "citizens.commands.npc.command.none-added" : "Aucune commande n''a été ajoutée.", + "citizens.commands.npc.command.right-hand-header" : "Commande à exécuter avec [[clic droit]]\\:", + "citizens.commands.npc.command.unknown-id" : "Commande inconnue d''id [[{0}]] pour ce NPC.", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] n''est pas contrôlable.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] ne peut plus être contrôllé.", + "citizens.commands.npc.controllable.set" : "[[{0}]] peut maintenant être contrôllé.", + "citizens.commands.npc.copy.copied" : "[[{0}]] a été copié.", + "citizens.commands.npc.create.invalid-location" : "La localisation du spawn n''a pas pu être analysée ou n''a pas été trouvée.", + "citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] n''est pas un type de mob valide.", + "citizens.commands.npc.create.mobtype-missing" : "[[{0}]] n''est pas supporté en tant que type de mob.", + "citizens.commands.npc.create.no-player-for-spawn" : "Impossible de spawner le NPC: Aucun joueur portant ce nom n''a été trouvé.", + "citizens.commands.npc.create.npc-name-too-long" : "Les noms de NPC ne peuvent pas être plus grand que 16 caractères. Le nom a été raccourcis.", + "citizens.commands.npc.despawn.despawned" : "Vous avez despawné [[{0}]].", + "citizens.commands.npc.flyable.set" : "[[{0}]] Peut maintenant voler.", + "citizens.commands.npc.flyable.unset" : "[[{0}]] n''est plus pilotable.", + "citizens.commands.npc.follow.set" : "[[{0}]] est maintenant en train de suivre [[{1}]]. ", + "citizens.commands.npc.follow.unset" : "[[{0}]] ne suis plus personne.", + "citizens.commands.npc.fox.crouching-set" : "[[{0}]] est maintenant accroupi.", + "citizens.commands.npc.fox.crouching-unset" : "[[{0}]] n''est plus accroupi.", + "citizens.commands.npc.fox.fox-type-set" : "Type de renard mis à [[{0}]].", + "citizens.commands.npc.fox.invalid-fox-type" : "Type de renard invalide. Les types valides sont [[{0}]].", + "citizens.commands.npc.fox.sitting-set" : "[[{0}]] est maintenant assis.", + "citizens.commands.npc.fox.sitting-unset" : "[[{0}]] n''est plus assis.", + "citizens.commands.npc.fox.sleeping-set" : "[[{0}]] est maintenant endormi.", + "citizens.commands.npc.fox.sleeping-unset" : "[[{0}]] n''est plus endormi.", + "citizens.commands.npc.gamemode.describe" : "Le mode de jeu de {0} est [[{1}]].", + "citizens.commands.npc.gamemode.invalid" : "{0} n''est pas un mode de jeu valide.", + "citizens.commands.npc.gamemode.set" : "Mode de jeu mis à [[{0}]].", + "citizens.commands.npc.glowing.color-set" : "Couleur de lueur de [[{0}]] mise à [[{1}]].", + "citizens.commands.npc.glowing.player-only" : "La couleur de surbrillance ne peut être changée que pour les NPC de type Joueur.", + "citizens.commands.npc.glowing.set" : "[[{0}]] est maintenant en train de briller.", + "citizens.commands.npc.glowing.unset" : "[[{0}]] ne brille plus.", + "citizens.commands.npc.gravity.disabled" : "Gravitée [[désactivée]].", + "citizens.commands.npc.gravity.enabled" : "Gravitée [[activée]].", + "citizens.commands.npc.guardian.elder-set" : "[[{0}]] est maintenant un Ancien gardien.", + "citizens.commands.npc.horse.chest-set" : "Le cheval est maintenant en train de porter un coffre.", + "citizens.commands.npc.horse.chest-unset" : "Le cheval ne porte plus de coffre.", + "citizens.commands.npc.horse.color-set" : "La couleur du cheval a été mise à [[{0}]].", + "citizens.commands.npc.horse.describe" : "La couleur du cheval est [[{0}]], le type est [[{1}]] et les style est [[{2}]].", + "citizens.commands.npc.horse.invalid-color" : "Couleur de cheval donnée invalide. Les couleurs valides sont\\: [[{0}]].", + "citizens.commands.npc.horse.invalid-style" : "Style de cheval invalide. Les styles valides sont\\: [[{0}]].", + "citizens.commands.npc.horse.invalid-type" : "Type de cheval invalide. Les types valides sont\\: [[{0}]].", + "citizens.commands.npc.horse.style-set" : "Le style du cheval a été mis à [[{0}]].", + "citizens.commands.npc.item.item-set" : "Item du NPC mis à [[{0}]].", + "citizens.commands.npc.item.unknown-material" : "Materiel donné inconnu.", + "citizens.commands.npc.leashable.set" : "[[{0}]] peut maintenant être tenu en laisse.", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] ne peut plus êtretenu en laisse.", + "citizens.commands.npc.llama.color-set" : "Couleur du lama mis à [[{0}]].", + "citizens.commands.npc.llama.invalid-color" : "Couleur de lama invalide. Les couleurs valides sont\\: [[{0}]].", + "citizens.commands.npc.llama.strength-set" : "Force du Llama mis à [[{0}]].", + "citizens.commands.npc.lookclose.error-random-range" : "Éventail de valeurs invalide [[{0}]]. Utilisez le format `min,max`.", + "citizens.commands.npc.lookclose.random-look-delay-set" : "[[{0}]] va maintenant regarder aléatoirement tout les [[{1}]] ticks.", + "citizens.commands.npc.lookclose.random-pitch-range-set" : "[[{0}]] va maintenant choisir aléatoirement un pitch dans cette gamme [{1}].", + "citizens.commands.npc.lookclose.random-set" : "[[{0}]] va maintenant regarder autours de manière aléatoire.", + "citizens.commands.npc.lookclose.random-stopped" : "[[{0}]] ne regardera plus aléatoirement autour de lui.", + "citizens.commands.npc.lookclose.random-yaw-range-set" : "[[{0}]] va maintenant choisir aléatoirement un lacet(yaw) dans la gamme [{1}].", + "citizens.commands.npc.lookclose.set" : "[[{0}]] va maintenant tourner quand les joueurs seront près de lui.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] ne tournera plus lorsque des joueurs sont proche.", + "citizens.commands.npc.metadata.set" : "[[{0}]] mis à [[{1}]].", + "citizens.commands.npc.metadata.unset" : "Suppression de [[{{0}}]] de [[{1}]].", + "citizens.commands.npc.minecart.set" : "[[{0}]] à maintenant les items [[{1}]]\\:[[{2}]] avec un décalage de [[{3}]].", + "citizens.commands.npc.mount.failed" : "Impossible de monter [[{0}]].", + "citizens.commands.npc.mount.must-be-spawned" : "Impossible de monter [[{0}]]. Faites attention à ce que l''ID du NPC est correcte et spawné.", + "citizens.commands.npc.moveto.format" : "Le format est x\\:y\\:z(\\:world) ou x y z( world).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] a été téléporté à [[{1}]].", + "citizens.commands.npc.mushroomcow.invalid-variant" : "Variante invalide. Les valeurs valides sont\\: [[{0}]].", + "citizens.commands.npc.mushroomcow.variant-set" : "La variante [[{0}]] a été mise à [[{1}]].", + "citizens.commands.npc.ocelot.invalid-type" : "Type d''ocelot invalide. Les types valides sont\\: [[{0}]].", + "citizens.commands.npc.owner.already-owner" : "{0} est déjà le propriétaire de [[{1}]].", + "citizens.commands.npc.owner.owner" : "Le propriétaire de [[{0}]] est [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] est maintenant le propriétaire de [[{0}]].", + "citizens.commands.npc.owner.set-server" : "[[Le serveur]] est maintenant le protiétaire de [[{0}]].", + "citizens.commands.npc.panda.hidden-gene-set" : "Gène caché mis à [[{0}]].", + "citizens.commands.npc.panda.invalid-gene" : "Gène invalide. Les gènes valides sont [[{0}]].", + "citizens.commands.npc.panda.main-gene-set" : "Gène principal mis à [[{0}]].", + "citizens.commands.npc.parrot.invalid-variant" : "Variante de perroquet invalide. les variantes valides sont [[{0}]].", + "citizens.commands.npc.parrot.variant-set" : "Variante mise à [[{0}]].", + "citizens.commands.npc.passive.set" : "[[{0}]] ne fera plus de dégâts aux entitées.", + "citizens.commands.npc.passive.unset" : "[[{0}]] fera maintenant des dégâts aux entitées.", + "citizens.commands.npc.pathfindingrange.set" : "Distance de recherche d''itinéraires mise à [[{0}]].", + "citizens.commands.npc.pathopt.attack-range-set" : "La distance d''attaque de [[{0}]] a été mise à [[{1}]].", + "citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] va maintenant éviter l''eau.", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] n''évitera plus l''eau.", + "citizens.commands.npc.pathopt.distance-margin-set" : "Distance de marge de la recherche d''itinéraires de [[{0}]] mise à [[{1}]].", + "citizens.commands.npc.pathopt.path-distance-margin-set" : "La marge du chemin de la recherche de chemin de [[{0}]] a été mise à [[{1}]].", + "citizens.commands.npc.pathopt.stationary-ticks-set" : "Le nombre de ticks maximums à l''arrêt de [[{0}]] a été mis à [[{1}]].", + "citizens.commands.npc.phantom.phantom-set" : "Taille mise à [[{0}]].", + "citizens.commands.npc.playerlist.added" : "Ajouté [[{0}]] à la liste de joueurs.", + "citizens.commands.npc.playerlist.removed" : "Supprimé [[{0}]] de la liste de joueurs. ", + "citizens.commands.npc.pose.added" : "Pose ajoutée.", + "citizens.commands.npc.pose.already-exists" : "La pose [[{0}]] existe déjà.", + "citizens.commands.npc.pose.invalid-name" : "Nom de pose invalide.", + "citizens.commands.npc.pose.missing" : "La pose [[{0}]] n''existe pas.", + "citizens.commands.npc.pose.removed" : "Pose supprimée.", + "citizens.commands.npc.powered.set" : "[[{0}]] sera maintenant alimenté.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] ne sera plus alimenté.", + "citizens.commands.npc.profession.invalid-profession" : "[[{0}]] n''est pas une profession valide. Essayez l''une des suivantes\\: [[{1}]].", + "citizens.commands.npc.profession.set" : "[[{0}]] est maintenant un [[{1}]].", + "citizens.commands.npc.pufferfish.state-set" : "Etat mis à [[{0}]].", + "citizens.commands.npc.rabbittype.invalid-type" : "Type de lapin invalide. Essayez l''un des suivants\\: [[{0}]].", + "citizens.commands.npc.rabbittype.type-set" : "Le type de lapin de [[{0}]] a été mis à [[{1}]]", + "citizens.commands.npc.remove.npcs-removed" : "NPCs supprimés.", + "citizens.commands.npc.remove.removed" : "Vous avez supprimé définitivement [[{0}]].", + "citizens.commands.npc.remove.removed-all" : "Vous avez supprimé de manière permanente tous les NPCs.", + "citizens.commands.npc.rename.renamed" : "Vous avez renommé [[{0}]] en [[{1}]].", + "citizens.commands.npc.respawn.delay-set" : "Délais de respawn mis à [[{0}]].", + "citizens.commands.npc.respawn.describe" : "Délais de respawn actuellement mis à [[{0}]].", + "citizens.commands.npc.select.already-selected" : "Vous avez déjà sélectionné ce NPC.", + "citizens.commands.npc.sheep.color-set" : "La couleur du mouton a été mise à [[{0}]].", + "citizens.commands.npc.sheep.invalid-color" : "Couleur de mouton ivalide. Les couleurs valides sont\\: [[{0}]].", + "citizens.commands.npc.shulker.color-set" : "La couleur de [[{0}]] a été mise à [[{1}]].", + "citizens.commands.npc.shulker.invalid-color" : "Couleur de shulker invalide. Les couleurs valides sont\\: [[{0}]].", + "citizens.commands.npc.shulker.peek-set" : "Nombre de coup d''oeils de [[{0}]] mis à [[{1}]].", + "citizens.commands.npc.size.description" : "La taille de [[{0}]] est [[{1}]].", + "citizens.commands.npc.size.set" : "Taille de [[{0}]] mise à [[{1}]].", + "citizens.commands.npc.skeletontype.invalid-type" : "Type de squelette invalide. Essayez un des suivants\\: [[{0}]].", + "citizens.commands.npc.skeletontype.set" : "Le type de squelette de {0} a été mis à [[{1}]].", + "citizens.commands.npc.skin.cleared" : "Le nom du skin de [[{0}]] à été supprimé.", + "citizens.commands.npc.skin.layers-set" : "Couche de skin de [[{0}]]\\: cape - [[{1}]], chapeau - [[{2}]], veste - [[{3}]], manches - [[{4}]], pentalong - [[{5}]].", + "citizens.commands.npc.skin.missing-skin" : "Un nom de skin est requis.", + "citizens.commands.npc.skin.set" : "Skin de [[{0}]] mis à [[{1}]].", + "citizens.commands.npc.sound.info" : "Les sons de [[{0}]] sont\\: ambiant - [[{1}]] dégât - [[{2}]] et mort - [[{3}]].

Les sons valides sont {4}.", + "citizens.commands.npc.sound.invalid-sound" : "Son invalide.", + "citizens.commands.npc.sound.set" : "Les sons de [[{0}]] sont maintenant\\: ambient - [[{1}]] dégat - [[{2}]] et mort - [[{3}]].", + "citizens.commands.npc.spawn.already-spawned" : "[[{0}]] est déjà spawné à un autre endroit. Faites ''/npc tphere'' pour téléporter le NPC à votre position.", + "citizens.commands.npc.spawn.missing-npc-id" : "Aucuns NPC avec l''ID {0} existe.", + "citizens.commands.npc.spawn.no-location" : "Aucun emplacement stocké disponible - la commande doit être utilisée en-jeu.", + "citizens.commands.npc.spawn.spawned" : "Vous avez spawné [[{0}]].", + "citizens.commands.npc.speed.set" : "Vitesse de NPC mis à [[{0}]].", + "citizens.commands.npc.swim.set" : "[[{0}]] peut maintenant nager dans l''eau.", + "citizens.commands.npc.swim.unset" : "[[{0}]] ne nagera plus dans l''eau.", + "citizens.commands.npc.targetable.set" : "[[{0}]] peut maintenant être ciblé par les mobs.", + "citizens.commands.npc.targetable.unset" : "[[{0}]] ne peut plus être visé par les mobs.", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] s''est fait téléporté à votre position.", + "citizens.commands.npc.tp.location-not-found" : "Impossible de trouver l''emplacement du NPC selectionné.", + "citizens.commands.npc.tp.teleported" : "Vous vous êtes téléporté à [[{0}]].", + "citizens.commands.npc.tpto.from-not-found" : "Entitée source non-trouvée.", + "citizens.commands.npc.tpto.success" : "Téléporté avec succès.", + "citizens.commands.npc.tpto.to-not-found" : "Entitée de destination non-trouvée.", + "citizens.commands.npc.tropicalfish.body-color-set" : "Couleur du corp mis à [[{0}]].", + "citizens.commands.npc.tropicalfish.invalid-color" : "Couleur de poisson invalide. Les couleurs valides sont\\: [[{0}]]", + "citizens.commands.npc.tropicalfish.invalid-pattern" : "Motif de poisson invalide. Les motifs valides sont\\: [[{0}]]", + "citizens.commands.npc.tropicalfish.pattern-color-set" : "Couleur de motif mis à [[{0}]].", + "citizens.commands.npc.tropicalfish.pattern-set" : "Motif mis à [[{0}]].", + "citizens.commands.npc.type.invalid" : "[[{0}]] n''est pas un type valide.", + "citizens.commands.npc.type.set" : "Type de [[{0}]] mis à [[{1}]].", + "citizens.commands.npc.villager.invalid-type" : "Type de villageois invalide. Les types valides sont\\: [[{0}]].", + "citizens.commands.npc.villager.level-set" : "Niveau mis à [[{0}]].", + "citizens.commands.npc.villager.type-set" : "Type mis à [[{0}]].", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] est maintenant vulnérable.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] n''est plus vulnérable.", + "citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] n''est pas un code couleur RGB qui peut être utilisé sur un collier de loup.", + "citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] n''est pas une couleur RGB formatée pour colliers ou le nom d''un colorant minecraft.", + "citizens.commands.page-missing" : "La page [[{0}]] n''éxiste pas.", + "citizens.commands.requirements.disallowed-mobtype" : "Le NPC ne peut pas être le type de mob [[{0}]] pour cette commande.", + "citizens.commands.requirements.living-entity" : "Le NPC doit être une entitée vivante.", + "citizens.commands.requirements.missing-permission" : "Vous n''avez pas la permission d''executer cette commande.", + "citizens.commands.requirements.missing-required-trait" : "Trait requis manquant [[{0}]].", + "citizens.commands.requirements.must-be-ingame" : "Vous devez être en jeu pour utiliser cete commande.", + "citizens.commands.requirements.must-be-owner" : "Vous devez être le propriétaire de ce NPC pour faire cette commande.", + "citizens.commands.requirements.must-have-selected" : "Vous devez avoir selectionné un NPC pour faire cette commande.", + "citizens.commands.requirements.too-few-arguments" : "Pas assez de paramètres.", + "citizens.commands.requirements.too-many-arguments" : "Pas assez de paramètres.", + "citizens.commands.template.applied" : "Modèle appliqué sur [[{0}]] NPCs.", + "citizens.commands.template.conflict" : "Un modèle portant le même nom existe déjà.", + "citizens.commands.template.created" : "Modèle créé.", + "citizens.commands.template.delete.deleted" : "Supression du modèle [[{0}]].", + "citizens.commands.template.list.header" : "]]Modèles disponibles[[\\:]]", + "citizens.commands.template.missing" : "Modèle non-trouvé.", + "citizens.commands.trait.added" : "Ajout de {0} avec succès.", + "citizens.commands.traitc.missing" : "Trait non-trouvé.", + "citizens.commands.traitc.not-configurable" : "Ce trait n''est pas configurable.", + "citizens.commands.traitc.not-on-npc" : "Le NPC n''as pas ce trait.", + "citizens.commands.trait.failed-to-add" : "<7> impossible d''ajouter {0}.", + "citizens.commands.trait.failed-to-change" : "<7>Impossible de changer {0}.", + "citizens.commands.trait.failed-to-remove" : "<7>Impossible de supprimer {0}.", + "citizens.commands.trait.removed" : "Supprimé {0} avec succès.", + "citizens.commands.unknown-command" : "Commande inconnue. Vouliez vous faire\\:", + "citizens.commands.waypoints.opendoors.disabled" : "[[{0}]] N''ouvrira plus les portes durant la recherche d''itinéraires.", + "citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] ouvrira les portes en recherchant les itinéraires.", + "citizens.commands.wolf.traits-updated" : "Les traits de [[{0}]] on été mis à jours. Colère\\:[[{1}]], Assis\\:[[{2}]], Apprivoisé\\:[[{3}]], Couleur du collier\\:[[{4}]] ", + "citizens.conversations.selection.invalid-choice" : "[[{0}]] n''est pas une option valide.", + "citizens.economy.minimum-cost-required" : "A besoins d''au moins [[{0}]].", + "citizens.economy.money-withdrawn" : "Enlevé [[{0}]] de votre NPC.", + "citizens.editors.already-in-editor" : "Vous êtes déjà dans l''éditeur\\!", + "citizens.editors.copier.begin" : "Entrée dans le copieur de NPC\\!
Cliquez n''importe où pour copier l''NPC selectionné.", + "citizens.editors.copier.end" : "Sorti du copieur d''NPC.", + "citizens.editors.equipment.begin" : "Entrée dans l''éditeur d''équiement\\!
[[Clic droit]] pour équiper le NPC\\!", + "citizens.editors.equipment.end" : "Sorti de l''éditeur d''équipement.", + "citizens.editors.equipment.saddled-set" : "[[{0}]] est maintenant sellé.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] n''est plus sellé.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] est maintenant tondu.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] n''est plus tondu.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] est maintenant coloré en [[{1}]].", + "citizens.editors.text.added-entry" : "[[Ajouté]] l''entrée [[{0}]].", + "citizens.editors.text.add-prompt" : "Entrez du texte pour ajouter le NPC.", + "citizens.editors.text.begin" : "Entrée dans l''éditeur de texte\\! Faites ''exit'' pour quitter l''éditeur.", + "citizens.editors.text.change-page-prompt" : "Entrez un numéro de page pour voir plus d''entrées.", + "citizens.editors.text.close-talker-set" : "[[Parler de près]] mis à [[{0}]].", + "citizens.editors.text.delay-set" : "[[Délais]] mis à [[{0}]] ticks.", + "citizens.editors.text.end" : "Sorti de l''éditeur de texte.", + "citizens.editors.text.invalid-delay" : "Délai invalide.", + "citizens.editors.text.invalid-edit-type" : "Type d''édition invalide.", + "citizens.editors.text.invalid-index" : "[[{0}]] n''est pas un index valide\\!", + "citizens.editors.text.invalid-input" : "Saisie invalide.", + "citizens.editors.text.invalid-page" : "Numéro de page invalide.", + "citizens.editors.text.invalid-range" : "Gamme invalide.", + "citizens.editors.text.random-talker-set" : "[[Dialogue aléatoire]] mis à [[{0}]].", + "citizens.editors.text.range-set" : "[[Portée]] mise à [[{0}]].", + "citizens.editors.text.realistic-looking-set" : "[[Regard réaliste]] mis à [[{0}]].", + "citizens.editors.text.talk-item-set" : "[[Motif de l''Item de discussion]] mis à [[{0}]].", + "citizens.editors.waypoints.guided.added-available" : "Ajouté un point de passage de [[destination]]. Les NPCs pourront s''y rendre.", + "citizens.editors.waypoints.guided.added-guide" : "Ajout d''un point de passage [[guide]]. Cela guidera les NPC vers leur destination.", + "citizens.editors.waypoints.guided.already-taken" : "Il y a déjà un point de passage ici.", + "citizens.editors.waypoints.guided.begin" : "Entré dans l''éditeur de points de passages guidé\\!
[[Clic gauche]] pour ajouter un point de passage, [[clic droit]] sur un point de passage existant pour le supprimer.
[[Accroupissez-vous]] tout en faisant clic-gauche pour ajouter un point de destination.
Entrez [[toggle path]] pour montrer les entitées aux points de passages.", + "citizens.editors.waypoints.guided.end" : "Sortie de l''éditeur de points de passages guidés.", + "citizens.editors.waypoints.linear.added-waypoint" : "[[Ajout]] d''un point de passage en ({0}) ([[{1}]], [[{2}]])", + "citizens.editors.waypoints.linear.begin" : "Entrée dans l''éditeur de points de passages linéaires\\!
[[Clic gauche]] pour ajouter un point de passage, [[Clic droit]] pour supprimer.
Faites [[toggle path]] pour afficher les entitées aux points de passages, [[triggers]] pour entrer dans l''éditeur de déclancheurs et [[clear]] pour supprimer tout les points de passages.", + "citizens.editors.waypoints.linear.end" : "Sorti de l''éditeur de points de passages linéaires.", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[Arrêté]] de montrer les marqueurs de points de passage.", + "citizens.editors.waypoints.linear.range-exceeded" : "Le point de passage précédent est à {0} blocs mais la distance limite est de {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[Supprimé]] un point de passage ([[{0}]] restant) ([[{1}]])", + "citizens.editors.waypoints.linear.showing-markers" : "[[Montre]] les marqueurs de points de passages.", + "citizens.editors.waypoints.linear.waypoints-cleared" : "Points de passages supprimés.", + "citizens.editors.waypoints.triggers.add.added" : "Ajout de déclancheur de point de passage avec succès ({0}).", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "Impossible de créer un déclancheur du nom de [[{0}]].", + "citizens.editors.waypoints.triggers.add.prompt" : "Entrez un nom du déclancheur à ajouter ou faites [[back]] pour revenir en arrière. Les noms de déclancheurs valides sont {0}.", + "citizens.editors.waypoints.triggers.animation.added" : "Animation [[{0}]] added.", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "Animation invalide [[{0}]]. Les animations valides sont {1}.", + "citizens.editors.waypoints.triggers.animation.prompt" : "Entrez les animations à faire - Les animations valides sont {0}.
Faites [[finish]] pour finir le déclancheur d''animations ou [[back]] pour revenir en arrière.", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "Le rayon doit être un nombre.", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "Aucun rayon donné.", + "citizens.editors.waypoints.triggers.chat.prompt" : "Entrez dans les lignes de chat pour parler.
Faites [[radius (radius)]] pour définir le périmètre de blocs de diffusion du message.
Faites [[finish]] pour finir le déclancheur de chat ou [[back]] pour revenir en arrière.", + "citizens.editors.waypoints.triggers.delay.prompt" : "Entrez le délais en [[ticks de serveur]] pour l'utiliser. (20 ticks \\= 1 seconde)", + "citizens.editors.waypoints.triggers.list" : "Les évènements actuels sont\\:{0}", + "citizens.editors.waypoints.triggers.main.exit" : "Sorti de l''éditeur d''évènements de points de passages.", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "Vous n''éditez pas de point de passage.", + "citizens.editors.waypoints.triggers.main.prompt" : "- Editeur de déclancheurs de point de passage -
Faite [[add]] ou [[remove]] pour éditer les déclancheurs.
Faites [[triggers]] ou [[exit]] pour sortir de l''éditeur.
Les déclancheurs actuels sont\\:{0}", + "citizens.editors.waypoints.triggers.speed.prompt" : "Entrez le modifieur de vitesse en tant que [[pourcentage]] de sa vitesse de base.", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "Position donnée invalide. Le format est [[world]]\\:[[x]]\\:[[y]]\\:[[z]].", + "citizens.editors.waypoints.triggers.teleport.prompt" : "Entrez la destination sous la forme monde\\:x\\:y\\:z. Tapez [[here]] pour utilisez votre position actuelle. Tapez [[back]] pour retourner au texte d'édition.", + "citizens.editors.waypoints.wander.added-region" : "[[Ajout]] d''une zone d''errance en ({0}) ([[{1}]]).", + "citizens.editors.waypoints.wander.begin" : "Entrée dans l''éditeur de point de passages d''errance.
Faites [[xrange ]] ou [[yrange ]] pour modifier la distance d''errance aléatoire. Faites [[regions]] pour entrer dans l''éditeur de régions.", + "citizens.editors.waypoints.wander.delay-set" : "Délais entre vagabondages mis à [[{0}]] ticks.", + "citizens.editors.waypoints.wander.editing-regions" : "En train d''éditer les région\\!
[[Clic gauche]] pour ajouter une nouvelle zone d''errance en utilisant la boîte xrange/yrange centrée à ce bloc.
[[Clic droit]] sur un marqueur existant pour supprimer la zone.
Faites [[regions]] pour arrêter ou juste sortir de l''éditeur. Les zones peuvent se superposer.", + "citizens.editors.waypoints.wander.end" : "Sorti de l''éditeur de points de passages d''errance.", + "citizens.editors.waypoints.wander.invalid-delay" : "Délais spécifié invalide.", + "citizens.editors.waypoints.wander.range-set" : "Distance d''errance mis à xrange [[{0}]] et yrange [[{1}]].", + "citizens.editors.waypoints.wander.removed-region" : "[[Supprimé]] région d''errance à ({0}) ([[{1}]] restante).", + "citizens.limits.over-npc-limit" : "Au dessus de la limite de NPC mise à {0}.", + "citizens.load-task-error" : "La tache de chargement du NPC n''a pas pu être programmée, désactivation...", + "citizens.nms-errors.clearing-goals" : "Impossible de suprimer les objectifs\\: {0}.", + "citizens.nms-errors.error-setting-persistent" : "Impossible de définir le NPC en tant que persistant\\: {0}. Le NPC pourrait despawner.", + "citizens.nms-errors.getting-field" : "Impossible de récupérer le champ NMS {0}\\: [[{1}.", + "citizens.nms-errors.getting-id-mapping" : "Impossible d''accéder aux champs de mapping d''ID d''entité\\: {0}.", + "citizens.nms-errors.getting-method" : "Impossible de récupérer le mode NMS {0}\\: [[{1}.", + "citizens.nms-errors.spawning-custom-entity" : "Impossible de spawner une entitée customisée\\: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Impossible d''arrêter les threads du réseau\\: {0}.", + "citizens.nms-errors.updating-land-modifier" : "Impossible de mettre à jour le modifieur de vitesse à terre\\: {0}.", + "citizens.nms-errors.updating-navigation-world" : "Impossible de mettre à jour le monde de navigation\\: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "Impossible de mettre à jour la distance de recherche d''itinéraires\\: {0}.", + "citizens.notifications.error-reloading" : "Une erreur est survenue pendant le chargement, regardez la console.", + "citizens.notifications.exception-updating-npc" : "Problème durant la mise à jour de {0}\\: {1}.", + "citizens.notifications.incompatible-version" : "v{0} n''est pas compatible avec Minecraft v{1} - essayez de mettre à jour ou de télécharger une ancienne version de Citizen. Désactivation.", + "citizens.notifications.locale" : "Utilisation de la localisation {0}.", + "citizens.notifications.metrics-load-error" : "Impossible de lancer metrics\\: {0}.", + "citizens.notifications.missing-translations" : "Fichier de traduction manquant pour la localisation {0}. Localisation ''en'' mise par défaut.", + "citizens.notifications.npc-name-not-found" : "Impossible de trouver un nom pour l''ID {0}.", + "citizens.notifications.npc-not-found" : "Aucun NPC n''a été trouvé.", + "citizens.notifications.npcs-loaded" : "Chargement de {0} NPCs.", + "citizens.notifications.reloaded" : "Citizens rechargé.", + "citizens.notifications.reloading" : "Rechargement de Citizens...", + "citizens.notifications.saved" : "Citizens sauvegardés.", + "citizens.notifications.saving" : "Sauvegarde des Citizens...", + "citizens.notifications.skipping-invalid-pose" : "pose {0} passée - yaw/pitch invalide ({1}).", + "citizens.notifications.trait-load-failed" : "Le trait {0} a échoué au chargement pour le NPC ID\\: {1}.", + "citizens.notifications.trait-onspawn-failed" : "Une erreur s''est produite lorsque le trait {0} spawnais pour le NPC ID {1}.", + "citizens.notifications.unknown-npc-type" : "Le type de NPC {0} n''est pas reconnu. L''avez-vous écris correctement?", + "citizens.saves.load-failed" : "Impossible de charger les sauvegardes, désactivation...", + "citizens.settings.writing-default" : "Ecriture des paramètres par défaut\\: {0}", + "citizens.traits.age-description" : "L''âge de {0} est [[{1}]]. Verrouillé est [[{2}]].", + "citizens.waypoints.available-providers-header" : "Liste des fournisseurs disponibles", + "citizens.waypoints.current-provider" : "Le fournisseur de points de passages actuel est [[{0}]].", + "citizens.waypoints.set-provider" : "Fournisseur de point de contrôle mis à [[{0}]]." +} \ No newline at end of file diff --git a/main/src/main/resources/he.json b/main/src/main/resources/he.json new file mode 100644 index 000000000..e9f194f20 --- /dev/null +++ b/main/src/main/resources/he.json @@ -0,0 +1,77 @@ +{ + "citizens.changed-implementation" : "היישום של Citizens לא נמצא, משבית תוסף ", + "citizens.commands.citizens.save.help" : "תשתמש ב דגל -a כדי לשמור באופן אסינכרוני (מחוץ לפתיל השרת הראשי)", + "citizens.commands.console-error" : "נא דווח על שגיאה זאת: (ראה מסוף)", + "citizens.commands.errors.missing-world" : "עולם לא נמצא", + "citizens.commands.errors.unknown-registry" : "רישום NPC לא ידוע [[{0}]].", + "citizens.commands.help.command-missing" : "פקודה /{0} לא נמצאה.", + "citizens.commands.help.header" : "עזרה", + "citizens.commands.id-not-found" : "לא נמצא NPC עם מזהה [[{0}]]", + "citizens.commands.invalid.class" : "מחלקת פקודות חיצוניות לא חוקית.", + "citizens.commands.invalid-mobtype" : "[[{0}]] הוא לא מזהה מפלצת חוקי.", + "citizens.commands.invalid-number" : "זה לא מספר חוקי.", + "citizens.commands.npc.activationrange.set" : "טווח הפעלה הוגדר ל-[[{0}]].", + "citizens.commands.npc.age.cannot-be-aged" : "הגיל של סוג המפלצת {0} לא יכול להשתנות. ", + "citizens.commands.npc.age.help" : "אפשרי לשימוש רק על סוגי מפלצות שיש להן צורת תינוק. השתמש בדגל [[-l]] כדי לנעול את תהליך ההזדקנות לאורך זמן (נ.ב.: התחברות מחדש עלולה להיות מחויבת כדי לראות שינוי).", + "citizens.commands.npc.age.invalid-age" : "גיל לא חוקי. גילאיים חוקיים הינם adult, baby ומספרים בין -24000 ו- 0", + "citizens.commands.npc.age.locked" : "גיל הוקפא.", + "citizens.commands.npc.age.set" : "[[{0}]] הוא עכשיו [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] עכשיו מבוגר.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] עכשיו תינוק.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] עכשיו בן [[{1}]]", + "citizens.commands.npc.age.unlocked" : "גיל הופשר", + "citizens.commands.npc.ai.started" : "עכשיו משתמש באינטיליגנציה המלאכותית של מיינקרפט.", + "citizens.commands.npc.ai.stopped" : "כבר לא משתמש באינטיליגנציה המלאכותית של מיינקרפט", + "citizens.commands.npc.allay.dancing-set" : "[[{0}]] עכשיו רוקד.", + "citizens.commands.npc.allay.dancing-unset" : "[[{0}]] כבר לא רוקד.", + "citizens.commands.npc.anchor.added" : "עוגן התווסף.", + "citizens.commands.npc.anchor.already-exists" : "העוגן [[{0}]] כבר קיים.", + "citizens.commands.npc.anchor.invalid-name" : "שם עוגן לא חוקי.", + "citizens.commands.npc.anchor.missing" : "העוגן [[{1}]] לא קיים.", + "citizens.commands.npc.anchor.removed" : "עוגן הוסר.", + "citizens.commands.npc.axolotl.invalid-variant" : "גרסה לא תקפה. גרסאות תקפות הן [[{0}]].", + "citizens.commands.npc.axolotl.playing-dead" : "[[{0}]] עכשיו נראה מת.", + "citizens.commands.npc.axolotl.playing-dead-stopped" : "[[{0}]] כבר לא משחק מת.", + "citizens.commands.npc.axolotl.variant-set" : "גרסה הוגדרה ל[[{0}]].", + "citizens.commands.npc.bee.anger-set" : "כעס הוגדר ל[[{0}]].", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] עכשיו עקץ.", + "citizens.commands.npc.bee.has-nectar" : "ל[[{0}]] יש עכשיו צוף. ", + "citizens.commands.npc.bee.invalid-anger" : "כעס צריך להיות מעל אפס.", + "citizens.commands.npc.bee.no-nectar" : "ל[[{0}]] עכשיו אין צוף.", + "citizens.commands.npc.bee.not-stung" : "[[{0}]] כבר לא עקץ.", + "citizens.commands.npc.camel.pose-set" : "פוזה הוגדרה ל[[{0}]].", + "citizens.commands.npc.cat.collar-color-set" : "צבע קולר הוגדר כ[[{0}]]", + "citizens.commands.npc.cat.invalid-collar-color" : "צבע קולר לא חוקי צוין. צבעיים חוקיים הם [[{0}]].", + "citizens.commands.npc.cat.invalid-type" : "צוין סוג לא חוקי. סוגים חוקיים הם [[{0}]].", + "citizens.commands.npc.cat.lying-start" : "[[{0}]] התחיל לשכב.", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] הפסיק לשכב.", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] התחיל לשבת.", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] הפסיק לשבת.", + "citizens.commands.npc.cat.type-set" : "סוג הוגדר כ[[{0}]]", + "citizens.commands.npc.chunkload.set" : "[[{0}]] עכשיו יכריח גושים מהעולם להיטען", + "citizens.commands.npc.chunkload.unset" : "[[{0}]] כבר לא מכריח גושים מהעולם להיטען.", + "citizens.commands.npc.collidable.set" : "[[{0}]] עכשיו ייתקע בחיות.", + "citizens.commands.npc.collidable.unset" : "[[{0}]] כבר לא ייתקע בחיות.", + "citizens.commands.npc.command.command-added" : "הפקודה [[{0}]] נוספה עם מזהה [[{1}]].", + "citizens.commands.npc.command.command-removed" : "הפקודה [[{0}]] הוסרה.", + "citizens.commands.npc.command.cost-missing" : "מחיר להגדרה לא נמצא.", + "citizens.commands.npc.command.cost-set" : "מחיר לקליק הוגדר כ[[{0}]].", + "citizens.commands.npc.command.errors-cleared" : "שגיאות נוקו בשביל [[{0}]].", + "citizens.commands.npc.command.experience-cost-set" : "מחיר שלב xp לקליק הוגדר כ[[{0}]].", + "citizens.commands.npc.command.hide-error-messages-set" : "עכשיו מסתיר הודעות של שגיאות.", + "citizens.commands.npc.command.hide-error-messages-unset" : "כבר לא מסתיר הודעות של שגיאות.", + "citizens.commands.npc.command.individual-cost-set" : "מחיר לקליק הוגדר כ[[{0}]] למזהה פקודה [[{1}]].", + "citizens.commands.npc.command.individual-experience-cost-set" : "מחיר שלב xp לקליק הוגדר כ [[{0}]] למזהה פקודה [[{1}]].", + "citizens.commands.npc.command.invalid-error-message" : "הודעת שגיאה לא חוקית. הודעות חוקיות הן [[{0}]].", + "citizens.commands.npc.command.left-hand-header" : "פקודות להריץ ב[[left click]]:", + "citizens.commands.npc.command.none-added" : "אף פקודה לא נוספה.", + "citizens.commands.npc.command.persist-sequence-set" : "שרשראות פקודות עכשיו יישמרו בין הפעלות מחדש של השרת.", + "citizens.commands.npc.command.persist-sequence-unset" : "שרשראות פקודות כבר לא יישמאו בין הפעלות מחדש של השרת.", + "citizens.commands.npc.command.right-hand-header" : "פקודות להריץ ב[[right click]]:", + "citizens.commands.npc.commands.random-set" : "פקודות עכשיו ירוצו באופן אקראי.", + "citizens.commands.npc.commands.random-unset" : "פקודות כבר לא ירוצו באופן אקראי.", + "citizens.commands.npc.commands.sequential-set" : "פקודות עכשיו ירוצו ברצף.", + "citizens.commands.npc.commands.sequential-unset" : "פקודות כבר לא ירוצו ברצף.", + "citizens.commands.npc.command.temporary-permissions-set" : "הרשאות זמניות הוגדרו כ[[{0}]].", + "citizens.commands.npc.command.unknown-id" : "מזהה פקודה [[{0}]] לא נמצא בשביל הNPC הזה." +} \ No newline at end of file diff --git a/main/src/main/resources/messages_de.properties b/main/src/main/resources/messages_de.properties deleted file mode 100644 index 801e4fede..000000000 --- a/main/src/main/resources/messages_de.properties +++ /dev/null @@ -1,172 +0,0 @@ -citizens.changed-implementation=Implementation von Citizens wurde ge\u00e4ndert, Plugin wird deaktiviert. -citizens.commands.citizens.save.help=Benutze -a um asynchron (zum Haupt-Thread) zu speichern. -citizens.commands.console-error=Bitte melde diesen Fehler: [Siehe Konsole] -citizens.commands.help.command-missing=Befehl /{0} wurde nicht gefunden. -citizens.commands.help.header=Hilfe -citizens.commands.id-not-found=Konnte keinen g\u00fcltigen NPC mit ID {0} finden. -citizens.commands.invalid-mobtype={0} ist kein g\u00fcltiger NPC-Typ. -citizens.commands.invalid-number=Das ist keine g\u00fcltige ID. -citizens.commands.npc.age.cannot-be-aged=Dem NPC-Typ {0} kann kein Alter zugewiesen werden. -citizens.commands.npc.age.help=Kann nur auf NPCs angewendet werden, die Kinder bekommen k\u00f6nnen. Benutze [[-l]] um das Alter zu sperren (Achtung: Ein erneutes Einloggen k\u00f6nnte ben\u00f6tigt werden, um den Effekt zu sehen). -citizens.commands.npc.age.invalid-age=Ung\u00fcltiges Alter. G\u00fcltig sind: adult, baby und eine Nummer zwischen -24000 und 0 -citizens.commands.npc.age.locked=Alter gesperrt. -citizens.commands.npc.age.set-adult=[[{0}]] ist jetzt erwachsen. -citizens.commands.npc.age.set-baby=[[{0}]] ist jetzt ein Baby. -citizens.commands.npc.age.set-normal=[[{0}]] ist nun [[{1}]] Ticks alt. -citizens.commands.npc.age.set=[[{0}]] ist jetzt [[{1}]]. -citizens.commands.npc.age.unlocked=Alter entsperrt. -citizens.commands.npc.anchor.added=Anker hinzugef\u00fcgt. -citizens.commands.npc.size.set={0}'s Gr\u00fc\u00dfe zu [[{1}]] gesetzt. -citizens.commands.npc.gravity.disabled=Gravitation [[deaktiviert]]. -citizens.commands.npc.gravity.enabled=Gravitation [[aktiviert]]. -citizens.commands.npc.size.description={0}'s Gr\u00fc\u00dfe ist [[{1}]]. -citizens.commands.npc.anchor.already-exists=Der Anker {0} exisitert bereits. -citizens.commands.npc.anchor.invalid-name=ung\u00fcltiger Ankername. -citizens.commands.npc.anchor.missing=Der Anker {1} existiert nicht. -citizens.commands.npc.anchor.removed=Anker entfernt. -citizens.commands.npc.behaviour.added=Verhalten hinzugef\u00fcgt. -citizens.commands.npc.behaviour.help=Das Argument des Scripts ist eine mit einem Komma getrennte List von Dateinamen. Scripts werden automatisch geladen und jeden Tick ausgef\u00fchrt. Benutze [[-r]] um Verhalten zu entfernen. -citizens.commands.npc.behaviour.removed=Verhalten entfernt. -citizens.commands.npc.controllable.not-controllable=[[{0}]] ist nicht kontrollierbar. -citizens.commands.npc.controllable.removed=[[{0}]] kann nicht l\u00e4nger kontrolliert werden. -citizens.commands.npc.controllable.set=[[{0}]] kann nun kontrolliert werden. -citizens.commands.npc.copy.copied=[[{0}]] wurde kopiert. -citizens.commands.npc.create.invalid-mobtype={0} ist kein g\u00fcltiger NPC-Typ. Es wird der Standard-Typ verwendet. -citizens.commands.npc.create.not-living-mobtype={0} ist kein lebender NPC-Typ. Es wird der Standard-Typ verwendet. -citizens.commands.npc.create.npc-name-too-long=Namen von NPCs k\u00f6nnen nicht l\u00e4nger als 16 Zeichen sein. Der Name wurde gek\u00fcrzt. -citizens.commands.npc.despawn.despawned=Du hast [[{0}]] despawned. -citizens.commands.npc.lookclose.set=[[{0}]] wurd sich nun drehen, wenn Spieler in der N\u00e4he sind. -citizens.commands.npc.lookclose.stopped=[[{0}]] wird sich nicht mehr drehen, wenn Spieler in der N\u00e4he sind. -citizens.commands.npc.mount.failed=Kontrolle von [[{0}]] fehlgeschlagen. -citizens.commands.npc.moveto.format=Format ist x:y:z(:Welt) oder x y z( Welt). -citizens.commands.npc.moveto.missing-world=Welt nicht gefunden. -citizens.commands.npc.moveto.teleported=[[{0}]] teleportiert zu {1}. -citizens.commands.npc.owner.already-owner={0} ist bereits der Besitzer von {1}. -citizens.commands.npc.owner.owner=[[{0}]]'s Besitzer ist [[{1}]]. -citizens.commands.npc.owner.set-server=[[Der Server]] ist nun der Besitzer von {0}. -citizens.commands.npc.owner.set=[[{1}]] ist nun der Besitzer von {0}. -citizens.commands.npc.pose.added=Pose hinzugef\u00fcgt. -citizens.commands.npc.pose.already-exists=Die Pose {0} exisitert bereits. -citizens.commands.npc.pose.invalid-name=Ung\u00fcltiger Posen-Name. -citizens.commands.npc.pose.missing=Pose {1} existiert nicht. -citizens.commands.npc.pose.removed=Pose entfernt. -citizens.commands.npc.powered.set=[[{0}]] empf\u00e4ngt nun Strom. -citizens.commands.npc.powered.stopped=[[{0}]] wird nicht l\u00e4nger Strom empfangen. -citizens.commands.npc.profession.invalid-profession={0} ist kein g\u00fcltiger Beruf. -citizens.commands.npc.profession.set=[[{0}]] ist nun ein [[{1}]]. -citizens.commands.npc.remove.incorrect-syntax=Ung\u00fcltige Syntax. /npc remove (all) -citizens.commands.npc.remove.removed-all=Du hast alle NPCs permanent gel\u00f6scht. -citizens.commands.npc.remove.removed=Du hast [[{0}]] permanent entfernt. -citizens.commands.npc.rename.renamed=Du hast [[{0}]] in [[{1}]] umbenannt. -citizens.commands.npc.select.already-selected=Der NPC ist bereits ausgew\u00e4hlt. -citizens.commands.npc.spawn.already-spawned={0} exisitert bereits an einem anderen Ort. Benutze '/npc tphere' um den NPC zu deiner Position zu teleportieren. -citizens.commands.npc.spawn.missing-npc-id=Kein NPC mit ID {0} gefunden. -citizens.commands.npc.spawn.no-location=Kein gespeicherter Ort vorhanden - Befehl muss In-Game ausgef\u00fchrt werden. -citizens.commands.npc.spawn.spawned=Du hast [[{0}]] gespawned. -citizens.commands.npc.speed.modifier-above-limit=Geschwindigkeit ist \u00fcber dem Limit. -citizens.commands.npc.speed.set=NPC Geschwindigkeit zu [[{0}]] gesetzt. -citizens.commands.npc.tp.teleported=Du wurdest zu [[{0}]] teleportiert. -citizens.commands.npc.tphere.teleported=[[{0}]] wurde zu dir teleportiert. -citizens.commands.npc.vulnerable.set=[[{0}]] ist nun verletzlich. -citizens.commands.npc.vulnerable.stopped=[[{0}]] kann keinen Schaden mehr zugef\u00fcgt werden. -citizens.commands.page-missing=Seite [[{0}]] existiert nicht. -citizens.commands.requirements.disallowed-mobtype=Der NPC darf nicht vom Typ {0} sein, um den Befehl auszuf\u00fchren. -citizens.commands.requirements.missing-required-trait=Ben\u00f6tigte Eigenschaft {0} fehlt. -citizens.commands.requirements.must-be-ingame=Du musst im Spiel sein, um diesen Befehlt ausf\u00fchren zu k\u00f6nnen. -citizens.commands.requirements.must-be-owner=Du musst der Besitzer dieses NPCs sein um den Befehl ausf\u00fchren zu k\u00f6nnen. -citizens.commands.requirements.must-have-selected=Ein NPC muss ausgew\u00e4hlt sein, bevor der Befehl ausgef\u00fchrt werden kann! -citizens.commands.script.compiled=Script kompiliert. -citizens.commands.script.compiling=Script wird kompiliert... -citizens.commands.script.file-missing=Datei {0} existiert nicht! -citizens.commands.template.applied=Vorlage auf [[{0}]] NPCs angewendet. -citizens.commands.template.conflict=Eine Vorlage mit diesem Namen existiert bereits. -citizens.commands.template.created=Vorlage erstellt. -citizens.commands.template.missing=Vorlage nicht gefunden. -citizens.commands.trait.added={0} wurde erfolgreich hinzugefu\u00fcgt. -citizens.commands.trait.failed-to-add=<7>Konnte {0} nicht hinzuf\u00fcgen. -citizens.commands.trait.failed-to-change=<7>Konnte {0} nicht \u00e4ndern. -citizens.commands.trait.failed-to-remove=<7>Konnte {0} nicht entfernen. -citizens.commands.trait.removed=Erfolgreich {0} entfernt. -citizens.commands.traitc.missing=Eigenschaft nicht gefunden. -citizens.commands.traitc.not-configurable=Diese Eigenschaft nicht nicht konfigurierbar. -citizens.commands.traitc.not-on-npc=Der NPC besitzt nicht diese Eigenschaft. -citizens.commands.unknown-command=Befehl nicht erkannt. Meintest du vielleicht: -citizens.economy.error-loading=Fehler bei der Economy-Integration. Wurde Vault aktiviert? -citizens.economy.minimum-cost-required=Mindestens {0} werden ben\u00f6tigt. -citizens.economy.money-withdrawn=Hebe {0} vom NPC ab. -citizens.editors.already-in-editor=Du bist bereits in einem anderen Editor! -citizens.editors.equipment.all-items-removed=[[{0}]] wurden alle Items entfernt. -citizens.editors.equipment.begin=Equipment-Editor ge\u00f6ffnet!
[[Rechtsklick]] zum Ausstatten des NPC! -citizens.editors.equipment.end=Equipment-Editor geschlossen. -citizens.editors.equipment.invalid-block=Ung\u00fcltiger Block! -citizens.editors.equipment.saddled-set=[[{0}]] wurde ein Sattel aufgsetzt. -citizens.editors.equipment.saddled-stopped=[[{0}]] wurde der Sattel abgenommen. -citizens.editors.equipment.sheared-set=[[{0}]] ist nun geschoren. -citizens.editors.equipment.sheared-stopped=[[{0}]] ist wieder Fell gewachsen. -citizens.editors.equipment.sheep-coloured={0} ist nun {1} gef\u00e4rbt. -citizens.editors.text.add-prompt=Gebe den Text ein, der zum NPC hinzugef\u00fcgt werden soll. -citizens.editors.text.added-entry=Eintrag [[{0}]] [[hinzugef\u00fcgt]]. -citizens.editors.text.begin=Text-Editor ge\u00f6ffnet! -citizens.editors.text.change-page-prompt=Gebe eine Seitenzahl ein um weitere Eintr\u00e4ge zu sehen. -citizens.editors.text.close-talker-set='[[Rede zu nahen Spielern]]' auf [[{0}]] gesetzt. -citizens.editors.text.edit-begin-prompt=Gebe den Index von dem Eintrag ein, den du bearbeiten willst oder [[page]] f\u00fcr mehr Seiten. -citizens.editors.text.edit-prompt=Gebe einen neuen Text ein, um den Eintrag zu bearbeitet. -citizens.editors.text.edited-text=Eintrag [[{0}]] zu [[{1}]] ge\u00e4ndert. -citizens.editors.text.end=Text-Editor geschlossen. -citizens.editors.text.invalid-edit-type=Ung\u00fcltiger Editor. -citizens.editors.text.invalid-index={0} ist kein g\u00fcltiger Eintrag! -citizens.editors.text.invalid-input=Ung\u00fcltige Eingabe. -citizens.editors.text.invalid-page=Ung\u00fcltige Seitenzahl. -citizens.editors.text.random-talker-set='[[Zuf\u00e4llig Reden]]' auf [[{0}]] gesetzt. -citizens.editors.text.realistic-looking-set='[[Realistisches Angucken]] auf [[{0}]] gesetzt. -citizens.editors.text.remove-prompt=Gebe die Nummer des Eintrags ein, den du l\u00f6schen willst, oder [[page]] um weitere Seiten zu sehen. -citizens.editors.text.removed-entry=Entrag [[{0}]] [[entfernt]]. -citizens.editors.selection.start-prompt=Es existieren mehrere NPCs mit dem gleichen Namen.
Bitte gebe eine eindeutige ID von der Liste an um den NPC auszuw\u00e4hlen. -citizens.editors.waypoints.linear.added-waypoint=Neue Wegpunkt [[hinzugef\u00fct]] ({0}) ([[{1}]], [[{2}]]) -citizens.editors.waypoints.linear.begin=Wegpunkt-Editor (linear) ge\u00f6ffnet!
[[Linksklick]] zum Hinzuf\u00fcgen, [[Rechtsklick]] zum Entfernen eines Wegpunktes.
Gebe [[toggle path]] ein, um Entities an Wegpunkten anzuzeigen. -citizens.editors.waypoints.linear.edit-slot-set=Editierbarer Wegpunkt gesetzt zu [[{0}]] ({1}). -citizens.editors.waypoints.linear.end=Wegpunkt-Editor verlassen. -citizens.editors.waypoints.linear.not-showing-markers=Wegpunkt-Markierungen werden [[nicht mehr angezeigt]]. -citizens.editors.waypoints.linear.range-exceeded=Vorheriger Wegpunkt ist {0} Bl\u00f6cke entfernt, das Limit betr\u00e4gt {1}. -citizens.editors.waypoints.linear.removed-waypoint=Wegpunkt [[entfernt]] ([[{0}]] verbleiben) ([[{1}]]) -citizens.editors.waypoints.linear.showing-markers=[[Zeige]] Wegpunkte. -citizens.limits.over-npc-limit=\u00fcber dem Limit von {0} NPCs. -citizens.load-task-error=NPC Ladevorgang konnte nicht gestartet werden, deaktivere Citizens... -citizens.nms-errors.clearing-goals=Konnte Ziel nicht l\u00f6schen: {0}. -citizens.nms-errors.getting-field=Konnte Feld {0} nicht abrufen: {1}. -citizens.nms-errors.getting-id-mapping=Konnte NPC-Eintrag nicht abrufen: {0}. -citizens.nms-errors.spawning-custom-entity=Konnte benutzerdefinierten NPC nicht spawnen: {0}. -citizens.nms-errors.stopping-network-threads=Konnte Netzwerk-Prozesse nicht stoppen: {0}. -citizens.nms-errors.updating-land-modifier=Konnte die Geschwindigkeit zu Lande nicht \u00e4ndern: {0}. -citizens.nms-errors.updating-navigation-world=Konnte NPC-Bewegungen in der Welt nicht aktualisieren: {0}. -citizens.nms-errors.updating-pathfinding-range=Konnte Wegfinde-Radius nicht aktualisieren: {0}. -citizens.notifications.database-connection-failed=Konnte nicht mit der Datenbank verbinden, YAML wird verwendet -citizens.notifications.disabled=v{0} deaktiviert. -citizens.notifications.enabled=v{0} aktiviert. -citizens.notifications.error-reloading=Ein Fehler ist w\u00e4hrend eines Reloads aufgetreten, siehe Konsole. -citizens.notifications.exception-updating-npc=Schwerwiegender Fehler w\u00e4hrend Update von {0}: {1}. -citizens.notifications.incompatible-version=v{0} ist nicht kompatibel mit Minecraft v{1}. Deaktivere Citizens. -citizens.notifications.locale=Verwende Sprache {0}. -citizens.notifications.metrics-load-error=Metrics konnte nicht gestartet werden: {0}. -citizens.notifications.metrics-started=Metrics gestartet. -citizens.notifications.missing-translations=Fehlende \u00dcbersetzung f\u00fcr {0}. Wechsel zur\u00fcck zu Englisch. -citizens.notifications.npc-name-not-found=Konnte keinen Namen f\u00fcr ID {0} finden. -citizens.notifications.npc-not-found=Es wurden keine NPCs gefunden. -citizens.notifications.npcs-loaded={0} NPCs geladen. -citizens.notifications.reloaded=Citizens wurde neu geladen. -citizens.notifications.reloading=Lade Citizens neu... -citizens.notifications.save-method-set=Speichermethode gesetzt zu {0}. -citizens.notifications.saved=Citizens gespeichert. -citizens.notifications.saving=Speichere Citizens... -citizens.notifications.skipping-broken-trait=Ung\u00fcltige oder fehlende Eigenschaft {0} verworfen w\u00e4hrend ID {1} geladen wurde. Hat sich der Name ge\u00e4ndert? -citizens.notifications.skipping-invalid-pose=Haltung {0} verworfen - ung\u00fcltige Drehung/Neigung ({1}). -citizens.notifications.trait-load-failed=Fehler beim Laden der Eigenschaft {0} f\u00fcr NPC-ID {1}. -citizens.notifications.unknown-npc-type=NPC-Typ {0} wurde nicht erkannt. Wurde er richtig geschrieben? -citizens.saves.load-failed=Konnte Saves nicht laden, deaktivere Citizens... -citizens.settings.writing-default=Schreibe Standard-Einstellung: {0} -citizens.sub-plugins.error-on-load={0} initialisiert {1} -citizens.sub-plugins.load=Lade {0} -citizens.traits.age-description={0}'s Alter betr\u00e4gt [[{1}]]. Festgelegt ist [[{2}]]. -citizens.waypoints.available-providers-header=Liste aller Wegpunkt-Besitzer -citizens.waypoints.current-provider=Dieser Wegpunkt geh\u00f6rt zu [[{0}]]. -citizens.waypoints.set-provider=Setze Wegpunkt-Besitzer zu [[{0}]]. \ No newline at end of file diff --git a/main/src/main/resources/messages_en.properties b/main/src/main/resources/messages_en.properties deleted file mode 100644 index fcfc811e8..000000000 --- a/main/src/main/resources/messages_en.properties +++ /dev/null @@ -1,503 +0,0 @@ -citizens.changed-implementation=Citizens implementation changed, disabling plugin. -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] -citizens.commands.errors.missing-world=World not found. -citizens.commands.errors.unknown-registry=Unknown NPC registry [[{0}]]. -citizens.commands.help.command-missing=Command /{0} not found. -citizens.commands.help.header=Help -citizens.commands.id-not-found=Couldn''t find any NPC with ID [[{0}]]. -citizens.commands.invalid.class=Invalid external commands class. -citizens.commands.invalid-mobtype=[[{0}]] is not a valid mobtype. -citizens.commands.invalid-number=That is not a valid number. -citizens.commands.npc.activationrange.set=Activation range set to [[{0}]]. -citizens.commands.npc.ai.started=Now using Minecraft AI. -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.age.cannot-be-aged=The mob type {0} cannot be aged. -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-adult=[[{0}]] is now an adult. -citizens.commands.npc.age.set-baby=[[{0}]] is now a baby. -citizens.commands.npc.age.set-normal=[[{0}]] is now age [[{1}]]. -citizens.commands.npc.age.set=[[{0}]] is now [[{1}]]. -citizens.commands.npc.age.unlocked=Age unlocked. -citizens.commands.npc.anchor.added=Anchor added. -citizens.commands.npc.anchor.already-exists=The anchor [[{0}]] already exists. -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.axolotl.invalid-variant=Invalid variant. Valid variants are [[{0}]]. -citizens.commands.npc.axolotl.variant-set=Variant set to [[{0}]]. -citizens.commands.npc.axolotl.playing-dead=[[{0}]] now playing dead. -citizens.commands.npc.axolotl.playing-dead-stopped=[[{0}]] no longer playing dead. -citizens.commands.npc.bee.anger-set=Anger set to [[{0}]]. -citizens.commands.npc.bee.has-nectar=[[{0}]] has nectar. -citizens.commands.npc.bee.no-nectar=[[{0}]] has no nectar. -citizens.commands.npc.bee.not-stung=[[{0}]] has no longer stung. -citizens.commands.npc.bee.bee-stung=[[{0}]] has now stung. -citizens.commands.npc.bee.invalid-anger=Anger should be above zero. -citizens.commands.npc.behaviour.added=Behaviours added. -citizens.commands.npc.behaviour.help=The scripts argument is a comma-separated list of file names. Scripts will be loaded automatically and run every tick. Use the [[-r]] flag to remove behaviours. -citizens.commands.npc.behaviour.removed=Behaviours removed. -citizens.commands.npc.cat.invalid-type=Invalid type specified. Valid types are [[{0}]]. -citizens.commands.npc.cat.invalid-collar-color=Invalid collar color specified. Valid types are [[{0}]]. -citizens.commands.npc.cat.collar-color-set=Collar color set to [[{0}]]. -citizens.commands.npc.cat.sitting-start=[[{0}]] started sitting. -citizens.commands.npc.cat.sitting-stop=[[{0}]] stopped sitting. -citizens.commands.npc.cat.lying-start=[[{0}]] started lying down. -citizens.commands.npc.cat.lying-stop=[[{0}]] stopped lying down. -citizens.commands.npc.cat.type-set=Type set to [[{0}]]. -citizens.commands.npc.camel.pose-set=Pose set to [[{0}]]. -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.set=[[{0}]] will now collide with entities. -citizens.commands.npc.collidable.unset=[[{0}]] will no longer collide with entities. -citizens.commands.npc.command.persist-sequence-set=Command sequences will now be saved across server restarts. -citizens.commands.npc.command.persist-sequence-unset=Command sequences will no longer be saved across server restarts. -citizens.commands.npc.command.none-added=No commands have been added. -citizens.commands.npc.command.cost-set=Set cost per click to [[{0}]]. -citizens.commands.npc.command.individual-cost-set=Set cost per click to [[{0}]] for command id [[{1}]]. -citizens.commands.npc.command.cost-missing=Missing cost to set. -citizens.commands.npc.command.invalid-error-message=Invalid error message. Valid messages are [[{0}]]. -citizens.commands.npc.command.hide-error-messages-set=Now hiding error messages. -citizens.commands.npc.command.hide-error-messages-unset=No longer hiding error messages. -citizens.commands.npc.command.experience-cost-set=Set xp level cost per click to [[{0}]]. -citizens.commands.npc.command.individual-experience-cost-set=Set xp level cost per click to [[{0}]] for command id [[{1}]]. -citizens.commands.npc.command.left-hand-header=Commands to run on [[left click]]: -citizens.commands.npc.command.right-hand-header=Commands to run on [[right click]]: -citizens.commands.npc.command.command-removed=Command [[{0}]] removed. -citizens.commands.npc.command.command-added=Command [[{0}]] added with id [[{1}]]. -citizens.commands.npc.command.describe-format=
- {0} [{1}s] [cost:{2}] [exp:{3}] [-] -citizens.commands.npc.command.help=
Use the [[-l]] flag to make the command run on left click, [[-r]] on right click (default).
Set the per-player cooldown before the command can be used again using [[--cooldown]] (in [[seconds]]).
Set the server-wide cooldown in seconds using [[--gcooldown]].
[[--delay]] will wait the specified amount in [[ticks]] before executing the command.
[[--permissions]] will set the command to require specific permissions (separate multiple with commas).
[[--n]] will only let the player run the command that number of times.
Use [[-o]] to temporarily execute the command as an op and [[-p]] to run the command as the clicking player instead of the server.
To give the player temporary permissions instead of op, use [[/npc command permissions]].
Set the cost of each click with [[/npc command cost/expcost/itemcost]].
Commands can be executed one by one instead of all at once by using [[/npc command sequential]]. -citizens.commands.npc.command.unknown-id=Unknown command id [[{0}]] for this NPC. -citizens.commands.npc.command.temporary-permissions-set=Temporary permissions set to [[{0}]]. -citizens.commands.npc.command.errors-cleared=Errors cleared for [[{0}]]. -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.commands.random-set=Commands will now execute at random. -citizens.commands.npc.commands.random-unset=Commands will no longer execute at random. -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.copy.copied=[[{0}]] has been copied. -citizens.commands.npc.create.mobtype-missing=[[{0}]] is not supported as an NPC mobtype. -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.npc-name-too-long=NPC names cannot be longer than [[{0}]] characters. The name has been shortened. -citizens.commands.npc.create.no-player-for-spawn=No player could be found by that name to spawn an NPC at. -citizens.commands.npc.despawn.despawned=You despawned [[{0}]]. -citizens.commands.npc.deselect=Deselected NPC. -citizens.commands.npc.endercrystal.showing-bottom=[[{0}]] is now showing its base. -citizens.commands.npc.endercrystal.not-showing-bottom=[[{0}]] is no longer showing its base. -citizens.commands.npc.enderman.angry-set=[[{0}]] is now angry. -citizens.commands.npc.enderman.angry-unset=[[{0}]] is no longer angry. -citizens.commands.npc.flyable.set=[[{0}]] is now flyable. -citizens.commands.npc.flyable.unset=[[{0}]] is no longer flyable. -citizens.commands.npc.fox.crouching-set=[[{0}]] is now crouching. -citizens.commands.npc.fox.crouching-unset=[[{0}]] is no longer crouching. -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.fox.fox-type-set=Fox type set to [[{0}]]. -citizens.commands.npc.fox.invalid-fox-type=Invalid fox type specified. Valid types are [[{0}]]. -citizens.commands.npc.follow.set=[[{0}]] is now following [[{1}]]. -citizens.commands.npc.follow.unset=[[{0}]] is no longer following anyone. -citizens.commands.npc.follow.margin-set=[[{0}]]''s will now follow [[{1}]] blocks away from the target. -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.invalid={0} is not a valid gamemode. -citizens.commands.npc.gamemode.set=Gamemode set to [[{0}]]. -citizens.commands.npc.gravity.disabled=Gravity [[disabled]]. -citizens.commands.npc.gravity.enabled=Gravity [[enabled]]. -citizens.commands.npc.glowing.set=[[{0}]] is now glowing. -citizens.commands.npc.glowing.player-only=Glowing color can only be changed for player-type NPCs. -citizens.commands.npc.glowing.unset=[[{0}]] is no longer glowing. -citizens.commands.npc.glowing.color-set=[[{0}]]''s glowing color set to {1}]]. -citizens.commands.npc.goat.horns-set=[[{0}]]''s horns set to left: [[{1}]] right: [[{2}]] -citizens.commands.npc.guardian.elder-unset=[[{0}]] is no longer an elder guardian. -citizens.commands.npc.guardian.elder-set=[[{0}]] is now an elder guardian. -citizens.commands.npc.hitbox.set=Hitbox set to [[{0}]]. -citizens.commands.npc.hologram.text-set=Set hologram text line [[{0}]] to [[{1}]]. -citizens.commands.npc.hologram.text-removed=Removed hologram text. -citizens.commands.npc.hologram.text-missing=Missing text to add. -citizens.commands.npc.hologram.text-describe-header=[[{0}]]''s hologram text (in bottom-up order): -citizens.commands.npc.hologram.invalid-text-id=Invalid line number. -citizens.commands.npc.hologram.line-height-set=Line height set to [[{0}]]. -citizens.commands.npc.hologram.line-removed=Removed line [[{0}]]. -citizens.commands.npc.hologram.direction-set=Direction set to [[{0}]]. -citizens.commands.npc.hologram.line-add=Added a new hologram line: [[{0}]]. -citizens.commands.npc.hologram.cleared=Hologram lines cleared. -citizens.commands.npc.hologram.margin-missing=Missing margin to set. -citizens.commands.npc.hologram.margin-set=Set hologram line [[{0}]] margin [[{1}]] to [[{2}]]. -citizens.commands.npc.home.home-set=Home set to [[{0}]]. -citizens.commands.npc.home.distance-set=Distance before returning home set to [[{0}]] blocks. -citizens.commands.npc.home.teleport-set=[[{0}]] will now teleport home. -citizens.commands.npc.home.pathfind-set=[[{0}]] will now try to pathfind home. -citizens.commands.npc.home.delay-set=Delay before returning home set to [[{0}]] ticks. -citizens.commands.npc.horse.chest-set=The horse is now carrying a chest. -citizens.commands.npc.horse.chest-unset=The horse is no longer carrying a chest. -citizens.commands.npc.horse.color-set=The horse''s color was set to [[{0}]]. -citizens.commands.npc.horse.style-set=The horse''s style 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.invalid-color=Invalid horse color given. Valid colors are: [[{0}]]. -citizens.commands.npc.horse.invalid-type=Invalid horse type given. Valid types are: [[{0}]]. -citizens.commands.npc.horse.invalid-style=Invalid horse style given. Valid styles are: [[{0}]]. -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 to unprotect -citizens.commands.npc.item.item-set=NPC item set to [[{0}]]. -citizens.commands.npc.item.unknown-material=Unknown material given. -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.set=[[{0}]] is now leashable. -citizens.commands.npc.leashable.stopped=[[{0}]] is no longer leashable. -citizens.commands.npc.llama.strength-set=Llama strength set to [[{0}]]. -citizens.commands.npc.llama.color-set=Llama color set to [[{0}]]. -citizens.commands.npc.llama.invalid-color=Invalid llama color given. Valid colors are: [[{0}]]. -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.range-set=[[{0}]]''s lookclose range set to [[{1}]] blocks. -citizens.commands.npc.lookclose.rl-set=[[{0}]] will no longer look through blocks at players. -citizens.commands.npc.lookclose.rl-unset=[[{0}]] will now always look at players, even through blocks. -citizens.commands.npc.lookclose.random-look-delay-set=[[{0}]] will now randomly look every [[{1}]] ticks. -citizens.commands.npc.lookclose.random-pitch-range-set=[[{0}]] will now randomly choose a pitch in the range [{1}]. -citizens.commands.npc.lookclose.random-yaw-range-set=[[{0}]] will now randomly choose a yaw in the range [{1}]. -citizens.commands.npc.lookclose.random-set=[[{0}]] will now randomly look around. -citizens.commands.npc.lookclose.random-stopped=[[{0}]] will no longer randomly look around. -citizens.commands.npc.lookclose.perplayer-unset=[[{0}]] will no longer use per player looking. -citizens.commands.npc.lookclose.perplayer-set=[[{0}]] will now use per player looking. -citizens.commands.npc.lookclose.error-random-range=Invalid range [[{0}]]. Use the format `min,max`. -citizens.commands.npc.lookclose.set=[[{0}]] will now rotate when players are nearby. -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.lookclose.enable-when-navigating=[[{0}]] will now look close when navigating. -citizens.commands.npc.lookclose.disable-when-navigating=[[{0}]] will no longer look close when navigating. -citizens.commands.npc.lookclose.random-target-switch-enabled=[[{0}]] will now randomly switch targets depending on the random look delay. -citizens.commands.npc.lookclose.random-target-switch-disabled=[[{0}]] will no longer randomly switch targets. -citizens.commands.npc.lookclose.stopped=[[{0}]] will no longer rotate when players are nearby. -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.metadata.set=[[{0}]] set to [[{1}]]. -citizens.commands.npc.metadata.unset=Removed [[{0}]] from [[{1}]]. -citizens.commands.npc.minecart.set=[[{0}]] now has item [[{1}]]:[[{2}]] with offset [[{3}]]. -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.failed=Couldn''t mount [[{0}]]. -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.format=Format is x:y:z(:world) or x y z( world). -citizens.commands.npc.mount.mount-on-itself=Can''t mount NPC on itself. -citizens.commands.npc.moveto.teleported=[[{0}]] teleported to [[{1}]]. -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.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.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.owner=[[{0}]]''s owner is [[{1}]]. -citizens.commands.npc.owner.set-server=[[The server]] is now the owner of [[{0}]]. -citizens.commands.npc.owner.set=[[{1}]] is now the owner of [[{0}]]. -citizens.commands.npc.packet.enabled=[[{0}]] is now a packet NPC. -citizens.commands.npc.packet.disabled=[[{0}]] is no longer a packet NPC. -citizens.commands.npc.panda.invalid-gene=Invalid gene. Valid genes are [[{0}]]. -citizens.commands.npc.panda.sneezing=[[{0}]] started sneezing. -citizens.commands.npc.panda.sneezing-stopped=[[{0}]] stopped sneezing. -citizens.commands.npc.panda.rolling=[[{0}]] started rolling. -citizens.commands.npc.panda.rolling-stopped=[[{0}]] stopped rolling. -citizens.commands.npc.panda.sitting=[[{0}]] started sitting. -citizens.commands.npc.panda.stopped-sitting=[[{0}]] stopped sitting. -citizens.commands.npc.panda.eating-set=[[{0}]] started eating. -citizens.commands.npc.panda.eating-unset=[[{0}]] stopped eating. -citizens.commands.npc.panda.main-gene-set=Main gene set to [[{0}]]. -citizens.commands.npc.panda.hidden-gene-set=Hidden gene set to [[{0}]]. -citizens.commands.npc.panimate.unknown-animation=Unknown animation. Valid animations are [[{0}]]. -citizens.commands.npc.passive.set=[[{0}]] will no longer damage entities. -citizens.commands.npc.passive.unset=[[{0}]] will now damage entities. -citizens.commands.npc.pathfindingrange.set=Pathfinding range set to [[{0}]]. -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.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.avoid-water-set=[[{0}]] will now avoid water. -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] will no longer avoid water. -citizens.commands.npc.pathopt.stationary-ticks-set=[[{0}]]''s maximum stationary ticks set to [[{1}]]. -citizens.commands.npc.pathopt.distance-margin-set=[[{0}]]''s pathfinding distance margin set to [[{1}]]. -citizens.commands.npc.pathopt.path-distance-margin-set=[[{0}]]''s pathfinding path distance margin set to [[{1}]]. -citizens.commands.npc.pathopt.attack-range-set=[[{0}]]''s attack range set to [[{1}]]. -citizens.commands.npc.pathopt.use-new-finder=[[{0}]]''s use new finder set to [[{1}]]. -citizens.commands.npc.pathopt.falling-distance-set=[[{0}]]''s falling distance set to [[{1}]]. -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.painting.art-set=[[{0}]]''s art set to [[{1}]]. -citizens.commands.npc.playerlist.added=Added [[{0}]] to the player list. -citizens.commands.npc.playerlist.removed=Removed [[{0}]] from the player list. -citizens.commands.npc.playerfilter.cleared=[[{0}]]''s filter cleared. -citizens.commands.npc.playerfilter.emptied=[[{0}]]''s filter was emptied. -citizens.commands.npc.playerfilter.added=[[{0}]] added to [[{1}]]''s filter players. -citizens.commands.npc.playerfilter.removed=[[{0}]] removed from [[{1}]]''s filter players. -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.allowlist-set=[[{0}]] filter mode set to allowlist. -citizens.commands.npc.playerfilter.denylist-set=[[{0}]] filter mode set to denylist. -citizens.commands.npc.polarbear.rearing-set=[[{0}]] is now rearing. -citizens.commands.npc.polarbear.rearing-unset=[[{0}]] is no longer rearing. -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.pose.added=Pose added. -citizens.commands.npc.pose.already-exists=The pose [[{0}]] already exists. -citizens.commands.npc.pose.invalid-name=Invalid pose name. -citizens.commands.npc.pose.missing=The pose [[{0}]] does not exist. -citizens.commands.npc.pose.default-pose-set=Default pose set to [[{0}]]. -citizens.commands.npc.pose.removed=Pose removed. -citizens.commands.npc.powered.set=[[{0}]] will now be powered. -citizens.commands.npc.powered.stopped=[[{0}]] will no longer be powered. -citizens.commands.npc.phantom.phantom-set=Size set to [[{0}]]. -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.body-color-set=Body color set to [[{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.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.state-set=State set to [[{0}]]. -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.remove.npcs-removed=NPCs removed. -citizens.commands.npc.remove.incorrect-syntax=Incorrect syntax. /npc remove (all) -citizens.commands.npc.remove.removed-all=You permanently removed all NPCs. -citizens.commands.npc.remove.removed=You permanently removed [[{0}]] ID [[{1}]] (undo). -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.setequipment.set=Set [[{0}]] to [[{1}]]. -citizens.commands.npc.select.already-selected=You already have that NPC selected. -citizens.commands.npc.script.invalid-file=Unknown or unavailable script ''[[{0}]]''. -citizens.commands.npc.sheep.color-set=The sheep''s color was set to [[{0}]]. -citizens.commands.npc.sheep.invalid-color=Invalid sheep color given. Valid colors are: [[{0}]]. -citizens.commands.npc.script.current-scripts=[[{0}]]''s current scripts are [[{1}]]. -citizens.commands.npc.shulker.peek-set=[[{0}]]''s peek amount set to [[{1}]]. -citizens.commands.npc.shulker.color-set=[[{0}]]''s color set to [[{1}]]. -citizens.commands.npc.shulker.invalid-color=Invalid shulker color given. Valid colors are: [[{0}]]. -citizens.commands.npc.sitting.set=[[{0}]] is now sitting at [[{1}]]. -citizens.commands.npc.sitting.unset=[[{0}]] is no longer sitting. -citizens.commands.npc.skin.exported=Exported skin to [[{0}]] -citizens.commands.npc.skin.error-setting-url=Error downloading skin texture from [[{0}]]. Are you sure the URL is valid? -citizens.commands.npc.skin.skin-url-set=Downloaded [[{0}]]''s skin from [[{1}]]. -citizens.commands.npc.skin.set=[[{0}]]''s skin name set to [[{1}]]. -citizens.commands.npc.skin.missing-skin=A skin name is required. -citizens.commands.npc.skin.fetching=Attempting to generate skin using https://mineskin.org -citizens.commands.npc.skin.invalid-file=Skin file [[{0}]] not found. Must be a file under plugins/Citizens/skins/ -citizens.commands.npc.skin.cleared=[[{0}]]''s skin name was cleared. -citizens.commands.npc.skin.layers-set=[[{0}]]''s skin layers: cape - [[{1}]], hat - [[{2}]], jacket - [[{3}]], sleeves - [[{4}]], pants - [[{5}]]. -citizens.commands.npc.size.description=[[{0}]]''s size is [[{1}]]. -citizens.commands.npc.size.set=[[{0}]]''s size set to [[{1}]]. -citizens.commands.npc.sniffer.state-set=[[{0}]]''s state set to [[{1}]]. -citizens.commands.npc.spellcaster.spell-set=Spell set to [[{0}]]. -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.sound.info=[[{0}]]''s sounds are: ambient - [[{1}]] hurt - [[{2}]] and death - [[{3}]].

Valid sounds are {4}. -citizens.commands.npc.skeletontype.set={0}''s skeleton type set to [[{1}]]. -citizens.commands.npc.skeletontype.invalid-type=Invalid skeleton type. Try one of the following: [[{0}]]. -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.spawn.already-spawned=[[{0}]] is already spawned at another location. Use ''/npc tphere'' to teleport the NPC to your location. -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.numeric-id-only=Only numeric IDs can be used for /npc spawn. -citizens.commands.npc.spawn.spawned=You spawned [[{0}]]. -citizens.commands.npc.speed.modifier-above-limit=Speed is above the limit. -citizens.commands.npc.speed.set=NPC speed modifier set to [[{0}]]. -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.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.tp.teleported=You teleported to [[{0}]]. -citizens.commands.npc.tp.location-not-found=Couldn''t find the target NPC''s location. -citizens.commands.npc.tpto.success=Teleported successfully. -citizens.commands.npc.tpto.to-not-found=Destination entity not found. -citizens.commands.npc.tpto.from-not-found=Source entity not found. -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.trackingdistance.set=Tracking range set to [[{0}]]. -citizens.commands.npc.type.set=[[{0}]]''s type set to [[{1}]]. -citizens.commands.npc.type.invalid=[[{0}]] is not a valid type. -citizens.commands.npc.useitem.held-item-toggled=Using held item set to [[{0}]]. -citizens.commands.npc.useitem.offhand-item-toggled=Using offhand item set to [[{0}]]. -citizens.commands.npc.vulnerable.set=[[{0}]] is now vulnerable. -citizens.commands.npc.vulnerable.stopped=[[{0}]] is no longer vulnerable. -citizens.commands.npc.warden.anger-added=[[{1}]] anger added towards [[{0}]]. -citizens.commands.npc.warden.pose-set=[[{0}]]''s pose set to [[{1}]]. -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] is not an RGB-formatted collar color or the name of a DyeColor. -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.villager.level-set=Level set to [[{0}]]. -citizens.commands.npc.villager.invalid-type=Invalid villager type. Valid types are: [[{0}]]. -citizens.commands.npc.villager.type-set=Type set to [[{0}]]. -citizens.commands.npc.undo.successful=Undo successful. -citizens.commands.npc.undo.unsuccessful=No commands to undo. -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. -citizens.commands.requirements.living-entity=The NPC must be a living entity. -citizens.commands.requirements.missing-permission=You don''t have permission to execute that command. -citizens.commands.requirements.missing-required-trait=Missing required trait [[{0}]]. -citizens.commands.requirements.must-be-ingame=You must be ingame to use that command. -citizens.commands.requirements.must-be-owner=You must be the owner of this NPC to execute that command. -citizens.commands.requirements.must-have-selected=You must have an NPC selected to execute that command. -citizens.commands.requirements.too-few-arguments=Too few arguments. -citizens.commands.requirements.too-many-arguments=Too many arguments. -citizens.commands.template.applied=Template applied to [[{0}]] NPCs. -citizens.commands.template.conflict=A template by that name already exists. -citizens.commands.template.created=Template created. Check your Citizens plugin folder. -citizens.commands.template.missing=Template not found. -citizens.commands.template.delete.deleted=Deleted template [[{0}]]. -citizens.commands.template.list.header=]]Available templates[[:]] -citizens.commands.trait.added=Added {0} successfully. -citizens.commands.trait.failed-to-add=Couldn''t add {0}. -citizens.commands.trait.failed-to-change=Couldn''t change {0}. -citizens.commands.trait.failed-to-remove=Couldn''t remove {0}. -citizens.commands.trait.removed=Removed {0} successfully. -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.waypoint-added=Added waypoint at [[{0}]] (index [[{1}]]). -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.opendoors.enabled=[[{0}]] will now open doors while pathfinding. -citizens.commands.waypoints.opendoors.disabled=[[{0}]] will no longer doors while pathfinding. -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.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}]]. -citizens.economy.money-withdrawn=Withdrew [[{0}]] for your NPC. -citizens.editors.already-in-editor=You''re already in an editor! -citizens.editors.copier.begin=Entered the NPC copier!
Click anywhere to copy the currently selected NPC. -citizens.editors.copier.end=Exited the NPC copier. -citizens.editors.equipment.begin=Entered the equipment editor!
[[Right click]] to equip the NPC or [[crouch right click]] to change the item in hand!
Type [[offhand]], [[chestplate]], [[helmet]], etc. in chat to equip specific slots with the item you''re holding! -citizens.editors.equipment.end=Exited the equipment editor. -citizens.editors.equipment.saddled-set=[[{0}]] is now saddled. -citizens.editors.equipment.saddled-stopped=[[{0}]] is no longer saddled. -citizens.editors.equipment.sheared-set=[[{0}]] is now sheared. -citizens.editors.equipment.sheared-stopped=[[{0}]] is no longer sheared. -citizens.editors.equipment.sheep-coloured=[[{0}]] is now coloured [[{1}]]. -citizens.editors.selection.start-prompt=There were multiple NPCs with the supplied name.
Please enter an id or number from the list below to select that NPC. -citizens.editors.text.add-prompt=Enter text to add to the NPC. -citizens.editors.text.added-entry=[[Added]] the entry [[{0}]]. -citizens.editors.text.begin=Entered the text editor! Type [[exit]] to leave the editor. -citizens.editors.text.change-page-prompt=Enter a page number to view more text entries. -citizens.editors.text.close-talker-set=[[Close talker]] set to [[{0}]]. -citizens.editors.text.end=Exited the text editor. -citizens.editors.text.missing-item-set-pattern=Missing item in hand pattern. -citizens.editors.text.invalid-edit-type=Invalid edit type. -citizens.editors.text.invalid-index=[[{0}]] is not a valid index! -citizens.editors.text.invalid-input=Invalid input. -citizens.editors.text.invalid-page=Invalid page number. -citizens.editors.text.invalid-range=Invalid range. -citizens.editors.text.invalid-delay=Invalid delay. -citizens.editors.text.random-talker-set=[[Random talking]] set to [[{0}]]. -citizens.editors.text.range-set=[[Range]] set to [[{0}]]. -citizens.editors.text.delay-set=[[Delay]] set to [[{0}]] ticks. -citizens.editors.text.realistic-looking-set=[[Realistic looking]] set to [[{0}]]. -citizens.editors.text.speech-bubbles-set=[[Speech bubbles]] set to [[{0}]]. -citizens.editors.text.start-prompt=Add text | default to clear)">item | range | delay
{0}talk close | {1}random | {2}speech bubbles | {3}realistic -citizens.editors.text.talk-item-set=[[Talk item pattern]] set to [[{0}]]. -citizens.editors.text.text-list-header=Current text: -citizens.editors.waypoints.wander.editing-regions-stop=Exited the region editor. -citizens.editors.waypoints.wander.worldguard-region-not-found=WorldGuard region not found. -citizens.editors.waypoints.wander.worldguard-region-set=WorldGuard region set to [[{0}]]. -citizens.editors.waypoints.wander.range-set=Wander range set to xrange [[{0}]] and yrange [[{1}]]. -citizens.editors.waypoints.wander.begin=Entered the wander waypoint editor.
{0}Pathfind | x range | y range | delay
Enter the region editor | WorldGuard region -citizens.editors.waypoints.wander.end=Exited the wander waypoint editor. -citizens.editors.waypoints.wander.delay-set=Delay between wanders set to [[{0}]] ticks. -citizens.editors.waypoints.wander.invalid-delay=Invalid delay specified. -citizens.editors.waypoints.wander.added-region=[[Added]] wanderable region at ({0}) ([[{1}]]). -citizens.editors.waypoints.wander.removed-region=[[Removed]] wanderable region at ({0}) ([[{1}]] remaining). -citizens.editors.waypoints.wander.editing-regions=Now editing regions!
[[Left click]] to add a new wanderable region using the xrange/yrange box centred at that block.
[[Right click]] an existing marker to remove that region.
Type [[regions]] to stop or simply exit the editor. Regions should be overlap or touch each other. -citizens.editors.waypoints.guided.end=Exited the guided waypoint editor. -citizens.editors.waypoints.guided.begin=Entered the guided waypoint editor! The NPC will randomly walk to a [[destination]] waypoint following the nearest [[guide]] point. For example, try putting guide points on a road and destinations inside houses!
[[Left click]] to add a guide waypoint and [[right click]] to remove.
[[Sneak]] while left clicking to add a destination waypoint.
Type [[toggle path]] to toggle showing entities at waypoints.
Type [[clear]] to clear all waypoints.
Type [[distance ]] to adjust the pathfinding range. -citizens.editors.waypoints.guided.added-guide=Added a [[guide]] waypoint which the NPC will follow on the way to their destination. -citizens.editors.waypoints.guided.added-available=Added a [[destination]] waypoint which the NPC will randomly pathfind between. -citizens.editors.waypoints.guided.already-taken=There is already a waypoint here. -citizens.editors.waypoints.guided.distance-set=Distance between guides set to [[{0}]]. -citizens.editors.waypoints.linear.added-waypoint=[[Added]] a waypoint at ({0}) ([[{1}]] total). -citizens.editors.waypoints.linear.begin==== [[Linear Waypoint Editor]] ===
[[Left click]] to add a waypoint, [[right click]] to remove it.
Right click while sneaking to select and remove points.
Type [[markers]] to hide waypoints,
[[triggers]] to enter the trigger editor,
[[clear]] to clear all waypoints,
[[cycle]] to cycle waypoints instead of looping. -citizens.editors.waypoints.linear.selected-waypoint=Selected waypoint at {0}. Sneak + right click again to remove this waypoint. -citizens.editors.waypoints.linear.end=Exited the linear waypoint editor. -citizens.editors.waypoints.linear.not-showing-markers=[[Stopped]] showing waypoint markers. -citizens.editors.waypoints.linear.range-exceeded=Previous waypoint is {0} blocks away but the distance limit is {1}. -citizens.editors.waypoints.linear.removed-waypoint=[[Removed]] a waypoint ([[{0}]] remaining) -citizens.editors.waypoints.linear.showing-markers=[[Showing]] waypoint markers. -citizens.editors.waypoints.linear.waypoints-cleared=Waypoints cleared. -citizens.editors.waypoints.linear.cycle-set=Now [[cycling]] through waypoints. -citizens.editors.waypoints.linear.cycle-unset=Now [[looping]] through waypoints. -citizens.editors.waypoints.triggers.add.added=Added waypoint trigger successfully ({0}). -citizens.editors.waypoints.triggers.add.invalid-trigger=Couldn''t create a trigger by the name [[{0}]]. -citizens.editors.waypoints.triggers.add.prompt=Enter in a trigger name to add or type [[back]] to return to the edit prompt. Valid trigger names are {0}. -citizens.editors.waypoints.triggers.animation.added=Animation [[{0}]] added. -citizens.editors.waypoints.triggers.animation.at-set=Animation location set to [[{0}]]. -citizens.editors.waypoints.triggers.list=Current triggers are: {0} -citizens.editors.waypoints.triggers.command.added=Command [[{0}]] added. -citizens.editors.waypoints.triggers.command.prompt=Enter one or more commands (without the leading slash). -citizens.editors.waypoints.triggers.animation.prompt=Enter in animations to perform - valid animations are {0}.
[[at (x:y:z:world)]] optionally set a location to perform the animation at.
Type in [[finish]] to finish the animation trigger or [[back]] to return to the previous prompt. -citizens.editors.waypoints.triggers.animation.invalid-animation=Invalid animation [[{0}]]. Valid animations are {1}. -citizens.editors.waypoints.triggers.chat.invalid-radius=The radius must be a number. -citizens.editors.waypoints.triggers.chat.missing-radius=No radius supplied. -citizens.editors.waypoints.triggers.chat.message-added=Message added: [[{0}]]. -citizens.editors.waypoints.triggers.chat.radius-set=Radius set to [[{0}]] blocks. -citizens.editors.waypoints.triggers.chat.prompt=Enter in chat lines to say.
Type in [[radius (radius)]] to set the block radius to broadcast the messages.
Type [[finish]] to finish the chat trigger or [[back]] to return to the previous prompt. -citizens.editors.waypoints.triggers.delay.prompt=Enter the delay in [[server ticks]]. You can also specify durations like 1s, 1m or 1hr. -citizens.editors.waypoints.triggers.main.missing-waypoint=Not editing a waypoint. -citizens.editors.waypoints.triggers.main.exit=Exited the waypoint trigger editor. -citizens.editors.waypoints.triggers.main.prompt=- Waypoint Trigger Editor -
Type [[add]] to add triggers.
Type [[triggers]] or [[exit]] to exit this editor. -citizens.editors.waypoints.triggers.speed.prompt=Enter the speed modifier as a [[percentage]] of its base speed. -citizens.editors.waypoints.triggers.teleport.invalid-format=Invalid location given. Format is [[world]]:[[x]]:[[y]]:[[z]]. -citizens.editors.waypoints.triggers.teleport.prompt=Enter the destination in the format world:x:y:z. Type [[here]] to use your current location. Type [[back]] to return to the edit prompt. -citizens.limits.over-npc-limit=Over the NPC limit of {0}. -citizens.load-task-error=NPC load task couldn''t be scheduled, disabling... -citizens.nms-errors.clearing-goals=Could not clear goals: {0}. -citizens.nms-errors.restoring-goals=Could not restore goals: {0}. -citizens.nms-errors.error-setting-persistent=Could not set NPC as persistent: {0}. NPC entity may despawn. -citizens.nms-errors.getting-field=Could not fetch NMS field {0}: [[{1}. -citizens.nms-errors.getting-method=Could not fetch NMS method {0}: [[{1}. -citizens.nms-errors.getting-id-mapping=Could not fetch entity id mapping fields: {0}. -citizens.nms-errors.spawning-custom-entity=Could not spawn custom entity: {0}. -citizens.nms-errors.stopping-network-threads=Could not stop network threads: {0}. -citizens.nms-errors.updating-land-modifier=Could not update land speed modifier: {0}. -citizens.nms-errors.updating-navigation-world=Could not update navigation world: {0}. -citizens.nms-errors.updating-pathfinding-range=Could not update pathfinding range: {0}. -citizens.notifications.database-connection-failed=Unable to connect to database, falling back to YAML -citizens.notifications.error-reloading=Error occured while reloading, see console. -citizens.notifications.exception-updating-npc=Exception while updating {0}: {1}. -citizens.notifications.incompatible-version=v{0} is not compatible with Minecraft {1} - try upgrading Minecraft or Citizens. Disabling... -citizens.notifications.locale=Using locale {0}. -citizens.notifications.metrics-load-error=Unable to start metrics: {0}. -citizens.notifications.missing-translations=Missing translations file for locale {0}. Defaulting to en locale. -citizens.notifications.npc-name-not-found=Could not find a name for ID {0}. -citizens.notifications.npc-not-found=No NPC could be found. -citizens.notifications.npcs-loaded=Loaded {0} NPCs. -citizens.notifications.reloaded=Citizens reloaded. -citizens.notifications.reloading=Reloading Citizens... -citizens.notifications.saved=Citizens saved. -citizens.notifications.reload-warning=WARNING: this command will load all data from disk without saving first. Please retype /citizens reload to confirm. You can disable this warning in settings. -citizens.notifications.saving=Saving Citizens... -citizens.notifications.skipping-broken-trait=Skipped broken or missing trait {0} while loading ID {1}. Has the name changed? -citizens.notifications.skipping-invalid-pose=Skipping pose {0} - invalid yaw/pitch ({1}). -citizens.notifications.trait-load-failed=The trait {0} failed to load for NPC ID: {1}. -citizens.notifications.trait-onspawn-failed=An exception occurred while the trait {0} was spawning for NPC ID {1}. -citizens.notifications.unknown-npc-type=NPC type {0} was not recognized. Did you spell it correctly? -citizens.saves.load-failed=Unable to load saves, disabling... -citizens.settings.writing-default=Writing default setting: {0} -citizens.sub-plugins.error-on-load={0} initializing {1} -citizens.sub-plugins.load=Loading {0} -citizens.traits.age-description={0}''s age is [[{1}]]. Locked is [[{2}]]. -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}]]. diff --git a/main/src/main/resources/messages_es.properties b/main/src/main/resources/messages_es.properties deleted file mode 100644 index 82076bac6..000000000 --- a/main/src/main/resources/messages_es.properties +++ /dev/null @@ -1,266 +0,0 @@ -citizens.changed-implementation=Citizens implementación cambiada, descapacitando plugin. -citizens.commands.citizens.save.help=Usa -a flag para guardar async. -citizens.commands.console-error=:Por favor informa sobre este error. [See console] -citizens.commands.errors.missing-world=Mundo no encontrado. -citizens.commands.help.command-missing=Comando /{0} no existe. -citizens.commands.help.header=Ayuda -citizens.commands.id-not-found=No se puede encontrar NPC con esa ID {0}. -citizens.commands.invalid.class=Clase de comando externo invalido. -citizens.commands.invalid-mobtype={0} Ese tipo de mob no es valido. -citizens.commands.invalid-number=Este no es un numero valido. -citizens.commands.npc.age.cannot-be-aged=El tipo de mob {0} no tiene opcion de edad. -citizens.commands.npc.age.help=Solo puede utilizarse in las entidades que puedan convertirse en bebe. Usa el [[-l]] flag se bloquea la edad con el tiempo. -citizens.commands.npc.age.invalid-age=Edad invalida. Edades validad son adultas, bebe, numero entre -24000 y 0 -citizens.commands.npc.age.locked=Edad bloqueado. -citizens.commands.npc.age.set-adult=[[{0}]] Ahora es adulto. -citizens.commands.npc.age.set-baby=[[{0}]] Ahora es un bebe -citizens.commands.npc.age.set-normal=[[{0}]] Ahora su edad es de [[{1}]] -citizens.commands.npc.age.set=[[{0}]] Es ahora [[{1}]]. -citizens.commands.npc.age.unlocked=Edad desbloqueada. -citizens.commands.npc.anchor.added=Ancla añadida. -citizens.commands.npc.anchor.already-exists=El ancla {0} ya existe. -citizens.commands.npc.anchor.invalid-name=Nombre de ancla invalido. -citizens.commands.npc.anchor.missing=El ancla {1} no existe. -citizens.commands.npc.anchor.removed=Ancla quitada. -citizens.commands.npc.behaviour.added=Comportamiento añadido. -citizens.commands.npc.behaviour.help=Los argumentos de la lista de nombres van separados por coma. Los Scripts se cargaran automaticamente y se activara cada tick. Usa [[-r]] para eliminar los anteriores. -citizens.commands.npc.behaviour.removed=Comportamiento quitado. -citizens.commands.npc.controllable.not-controllable=[[{0}]] no es controlable. -citizens.commands.npc.controllable.removed=[[{0}]] ya no puede ser controlado. -citizens.commands.npc.controllable.set=[[{0}]] Ahora puede ser controlado. -citizens.commands.npc.copy.copied=[[{0}]] se ha copiado. -citizens.commands.npc.create.mobtype-missing=[[{0}]] no se admite como un tipo de mob NPC. -citizens.commands.npc.create.invalid-location=Ubicación de aparicion no se puede analizar o no se ha encontrado. -citizens.commands.npc.create.invalid-mobtype=[[{0}]] no es un tipo de mob valido. -citizens.commands.npc.create.npc-name-too-long=Los nombres de los NPC no puedes mas largos de 16 caracteres. El nombre a sido acortado. -citizens.commands.npc.create.no-player-for-spawn=Ningun jugador pudo ser encontrado con ese nombre para aparecer como NPC. -citizens.commands.npc.despawn.despawned=Quitaste a [[{0}]]. -citizens.commands.npc.flyable.set=[[{0}]] ahora puede volar. -citizens.commands.npc.flyable.unset=[[{0}]] ya no puede volar. -citizens.commands.npc.gamemode.describe={0} es el modo de juego [[{1}]]. -citizens.commands.npc.gamemode.invalid={0} no es un modo de juego valido. -citizens.commands.npc.gamemode.set=Ajustando modo de juego a [[{0}]]. -citizens.commands.npc.gravity.disabled=Gravedad [[disabled]]. -citizens.commands.npc.gravity.enabled=Gravedad [[enabled]]. -citizens.commands.npc.horse.chest-set=El caballo esta ahora llevando un cofre. -citizens.commands.npc.horse.chest-unset=El caballo ya no esta llevando un cofre. -citizens.commands.npc.horse.color-set=Los caballas son ahora de color [[{0}]]. -citizens.commands.npc.horse.type-set=Los caballos son ahora de tipo [[{0}]]. -citizens.commands.npc.horse.style-set=El estilo de los cabalos se establecen en [[{0}]]. -citizens.commands.npc.horse.describe=Los caballos son de color [[{0}]], de tipo [[{1}]] y de estilo [[{2}]]. -citizens.commands.npc.horse.invalid-color=Has elegido un color no valido para el caballo. Los colores validos son: [[{0}]]. -citizens.commands.npc.horse.invalid-type=Has elegido un tipo de caballo no valido. Los tipos validos son: [[{0}]]. -citizens.commands.npc.horse.invalid-style=Has elegido un estilo de caballo no valido . Los estilos validos son: [[{0}]]. -citizens.commands.npc.item.item-set=El NPC a entregado un objeto a [[{0}]]. -citizens.commands.npc.item.unknown-material=Entregado material desconocido. -citizens.commands.npc.leashable.set=[[{0}]] es ahora atrapable. -citizens.commands.npc.leashable.stopped=[[{0}]] ya no se puede atrapar. -citizens.commands.npc.lookclose.set=[[{0}]] ahora se gira cuando los jugadores estan cerca. -citizens.commands.npc.lookclose.stopped=[[{0}]] ya no se gira cuando los jugadores estan cerca. -citizens.commands.npc.minecart.set=[[{0}]] ahora tiene el item [[{1}]]:[[{2}]] con recompensa [[{3}]]. -citizens.commands.npc.mount.failed=No se pueden montar [[{0}]]. -citizens.commands.npc.moveto.format=Formato es x:y:z(:mundo) o x y z( mundo). -citizens.commands.npc.moveto.teleported=[[{0}]] has sido teletransportado a {1}. -citizens.commands.npc.nameplate.toggled=La visibilidad del nickname a desaparecido. -citizens.commands.npc.ocelot.invalid-type=Tipo de ocelote no valido. Los tipos validos son: [[{0}]]. -citizens.commands.npc.owner.already-owner={0} ahora es el dueño de {1}. -citizens.commands.npc.owner.owner=[[{0}]] son dueños de [[{1}]]. -citizens.commands.npc.owner.set-server=[[The server]] es ahora el dueño de {0}. -citizens.commands.npc.owner.set=[[{1}]] es ahora dueño de {0}. -citizens.commands.npc.passive.set=[[{0}]] ya no puede hacerle daño a las entidades. -citizens.commands.npc.passive.unset=[[{0}]] ahora puedes hacerle daño a las entidades. -citizens.commands.npc.pathfindingrange.set=El rango de rastreo establecido en [[{0}]]. -citizens.commands.npc.pathopt.avoid-water-set=[[{0}]] ahora evitara el agua. -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] ahora no evitara el agua. -citizens.commands.npc.playerlist.added=Agrega [[{0}]] a la lista de jugadores. -citizens.commands.npc.playerlist.removed=Quita [[{0}]] a la lista de jugadores. -citizens.commands.npc.pose.added=Agregar recorrido. -citizens.commands.npc.pose.already-exists=El recorrido [[{0}]] ya existe. -citizens.commands.npc.pose.invalid-name=Nombre de recorrido no valido. -citizens.commands.npc.pose.missing=El recorrido [[{0}]] no existe. -citizens.commands.npc.pose.removed=Recorrido eliminado. -citizens.commands.npc.powered.set=[[{0}]] ahora sera potenciado. -citizens.commands.npc.powered.stopped=[[{0}]] ahora no sera potenciado. -citizens.commands.npc.profession.invalid-profession=[[{0}]] no es una profesion valida. Prueba uno de los siguientes: [[{1}]]. -citizens.commands.npc.profession.set=[[{0}]] es ahora un [[{1}]]. -citizens.commands.npc.rabbittype.invalid-type=Tipo de conejo no valido. Prueba uno de los siguientes: [[{0}]]. -citizens.commands.npc.rabbittype.type-set=[[{0}]] tipos de conejo establecido en [[{1}]] -citizens.commands.npc.remove.incorrect-syntax=Sintaxis Incorrecta. /npc remove (all) -citizens.commands.npc.remove.removed-all=Tu has eliminado permanentemente a todos los NPCs. -citizens.commands.npc.remove.removed=Tu permanencia a sido eliminada [[{0}]]. -citizens.commands.npc.rename.renamed=Tu renombras de [[{0}]] a [[{1}]]. -citizens.commands.npc.respawn.delay-set=Reaparición retrasada durante [[{0}]]. -citizens.commands.npc.respawn.describe=El tiempo de reaparicon es de [[{0}]]. -citizens.commands.npc.select.already-selected=Ya tienes al NPC seleccionado. -citizens.commands.npc.skin.set=[[{0}]] su skin se establece a [[{1}]]. -citizens.commands.npc.skin.cleared=[[{0}]] su skin fue limpiada. -citizens.commands.npc.size.description={0} su tamaño es [[{1}]]. -citizens.commands.npc.size.set={0} sus tamaños han sido ajustados [[{1}]]. -citizens.commands.npc.sound.invalid-sound=Sonido no valido. -citizens.commands.npc.sound.set={0} sus sonidos son ahora: ambiente - [[{1}]] herida - [[{2}]] y muerte - [[{3}]]. -citizens.commands.npc.sound.info={0} sus sonidos son: ambiente - [[{1}]] herida - [[{2}]] y muerte - [[{3}]].

Sonidos validos son {4}. -citizens.commands.npc.skeletontype.set={0} los tipos de esqueletos se establece en [[{1}]]. -citizens.commands.npc.skeletontype.invalid-type=Tipo de esqueleto invalido. Prueba uno de los siguientes: [[{0}]]. -citizens.commands.npc.spawn.already-spawned=[[{0}]] se ha generado en otra ubicación. Usa ''/npc tphere'' para teletrasportar al NPC a tu localización. -citizens.commands.npc.spawn.missing-npc-id=El NPC con la ID {0} no existe. -citizens.commands.npc.spawn.no-location=No hay ubicación almacenada disponible - solo usar este comando en juego. -citizens.commands.npc.spawn.numeric-id-only=Solo el numero de las ID's pueden utilizarse para /npc spawn. -citizens.commands.npc.spawn.spawned=Tu has aparecido en [[{0}]]. -citizens.commands.npc.speed.modifier-above-limit=La velocidad esta por encima del limite. -citizens.commands.npc.speed.set=La velocidad del NPC se a establecido en [[{0}]]. -citizens.commands.npc.swim.set=[[{0}]] ahora puede nadar en el agua. -citizens.commands.npc.swim.unset=[[{0}]] ahora no puede nadar por el agua. -citizens.commands.npc.targetable.set=[[{0}]] ahora puede ser objetivo de mobs. -citizens.commands.npc.targetable.unset=[[{0}]] ya no puede ser objetivo de mobs. -citizens.commands.npc.tp.teleported=Te estas teletransportandote a [[{0}]]. -citizens.commands.npc.tp.location-not-found=No se encuentra la ubicación del NPC's objetivo. -citizens.commands.npc.tpto.success=Te has teletransportado satisfactoriamente. -citizens.commands.npc.tpto.to-not-found=Entidad destinada no encontrada. -citizens.commands.npc.tpto.from-not-found=Entidad de origen no encontrada. -citizens.commands.npc.tphere.teleported=[[{0}]] se ha teletransportado a tu ubicación. -citizens.commands.npc.type.set=[[{0}]] sus tipos se han establecido a [[{1}]]. -citizens.commands.npc.type.invalid=[[{0}]] no es un tipo valido. -citizens.commands.npc.vulnerable.set=[[{0}]] ahora es vulnerable. -citizens.commands.npc.vulnerable.stopped=[[{0}]] ya no es vulnerable. -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] no es un formato de RGB valido o el nombre de un color de tinte para el collar. -citizens.commands.npc.wolf.collar-color-unsupported=[[{0}]] no es un formato de color RGB valido para poner en el collar de lobo. -citizens.commands.npc.zombiemod.villager-set=[[{0}]] ahora es un aldeano. -citizens.commands.npc.zombiemod.villager-unset=[[{0}]] ahora ya no es aldeano. -citizens.commands.npc.zombiemod.baby-set=[[{0}]] ahora es un bebe. -citizens.commands.npc.zombiemod.baby-unset=[[{0}]] ya no es mas un bebe. -citizens.commands.page-missing=La pagina [[{0}]] no existe. -citizens.commands.requirements.disallowed-mobtype=El NPC no puede ser un tipo de mob [[{0}]] para este comando. -citizens.commands.requirements.living-entity=El NPC ahora es una entidad viviente. -citizens.commands.requirements.missing-permission=Tu no tienes permiso para ejecutar este comando. -citizens.commands.requirements.missing-required-trait=No se encuentra el rasgo requerido para [[{0}]]. -citizens.commands.requirements.must-be-ingame=Tu solo puedes usar este comando en juego. -citizens.commands.requirements.must-be-owner=Tu solo puedes ser dueño de este NPC ejecutando este comando. -citizens.commands.requirements.must-have-selected=Tu tienes que tener un NPC seleccionado para ejecutar este comando. -citizens.commands.requirements.too-few-arguments=Muy pocos argumentos. -citizens.commands.requirements.too-many-arguments=Demasiados argumentos. -citizens.commands.script.compiled=Script compilado. -citizens.commands.script.compiling=Compilando script... -citizens.commands.script.file-missing=Los archivos [[{0}]] no existen! -citizens.commands.template.applied=Plantilla aplicada a [[{0}]] NPCs. -citizens.commands.template.conflict=El nombre de esta plantilla ya existe. -citizens.commands.template.created=Plantilla creada. -citizens.commands.template.missing=Plantilla no encontrada. -citizens.commands.template.delete.deleted=Plantilla eliminada [[{0}]]. -citizens.commands.template.list.header=]]Plantilla disponible[[:]] -citizens.commands.trait.added=Agregada {0} satisfactoriamente. -citizens.commands.trait.failed-to-add=<7>No se pueden agregar {0}. -citizens.commands.trait.failed-to-change=<7>No se pueden cambiar {0}. -citizens.commands.trait.failed-to-remove=<7>No se pueden eliminar {0}. -citizens.commands.trait.removed=Eliminado {0} satisfactoriamente. -citizens.commands.traitc.missing=Plantilla no encontrada. -citizens.commands.traitc.not-configurable=Esta plantilla no es configurable. -citizens.commands.traitc.not-on-npc=Los NPC's no pueden tener esta plantilla. -citizens.commands.unknown-command=Comando desconocido. Querias decir: -citizens.commands.wolf.traits-updated=[[{0}]] Las plantillas han sido actualizadas. Furioso:[[{1}]], Sentado:[[{2}]], Domado:[[{3}]], Color del collar:[[{4}]] -citizens.conversations.selection.invalid-choice=[[{0}]] esta opción no es valida. -citizens.economy.error-loading=No se puede manipular el uso de la economia. Has Vault esta activado? -citizens.economy.minimum-cost-required=Necesitas al menos [[{0}]]. -citizens.economy.money-withdrawn=Intercambias [[{0}]] con tu NPC. -citizens.editors.already-in-editor=Tu ya esta en el editor! -citizens.editors.copier.begin=Ingresa la copia del NPC!
Haz click para seleccionar el NPC que quieres copiar. -citizens.editors.copier.end=Se ha hecho una copia del NPC. -citizens.editors.equipment.all-items-removed=[[{0}]] todos sus articulos han sido eliminados. -citizens.editors.equipment.begin=Entraste en el editor de quipamiento!
[[Right click]] para equipar al NPC! -citizens.editors.equipment.end=Saliste del editor de equipamiento. -citizens.editors.equipment.invalid-block=Bloque invalido! -citizens.editors.equipment.saddled-set=[[{0}]] ahora tiene una silla de montar. -citizens.editors.equipment.saddled-stopped=[[{0}]] ya no tiene silla de montar. -citizens.editors.equipment.sheared-set=[[{0}]] ahora se puede esquilar. -citizens.editors.equipment.sheared-stopped=[[{0}]] ya no se puede esquilar. -citizens.editors.equipment.sheep-coloured=[[{0}]] ahora esta coloreado de [[{1}]]. -citizens.editors.selection.start-prompt=Hay varios NPC's con el mismo nombre.
Por favor, introduzca un ID o número de la lista de abajo para seleccionar ese NPC. -citizens.editors.text.add-prompt=Introduce el texto a añadir al NPC. -citizens.editors.text.added-entry=[[Added]] la entrada a [[{0}]]. -citizens.editors.text.begin=Entraste en el editor de texto! Escribe 'exit' para salir del editor. -citizens.editors.text.change-page-prompt=Introduce el numero de la pagina para ver mas entradas de texto. -citizens.editors.text.close-talker-set=[[Close talker]] ajustado a [[{0}]]. -citizens.editors.text.edit-begin-prompt=Introduce el indice del editor con [[page]] para ver mas paginas. -citizens.editors.text.edit-prompt=Introduce el texto para editar la entrada. -citizens.editors.text.edited-text=Cambiada la entrada del indice de [[{0}]] a [[{1}]]. -citizens.editors.text.end=Saliste del editor de texto. -citizens.editors.text.invalid-edit-type=Invalido tipo de edición. -citizens.editors.text.invalid-index=[[{0}]] indice no es valido! -citizens.editors.text.invalid-input=Entrada no valida. -citizens.editors.text.invalid-page=Numero de pagina invalida. -citizens.editors.text.invalid-range=Rango no valido. -citizens.editors.text.random-talker-set=[[Random talking]] ajustado a [[{0}]]. -citizens.editors.text.range-set=[[Range]] ajustado a [[{0}]]. -citizens.editors.text.realistic-looking-set=[[Realistic looking]] ajustado a [[{0}]]. -citizens.editors.text.remove-prompt=Introduzca el índice de la entrada que desea eliminar con [[page]] para ver mas paginas. -citizens.editors.text.removed-entry=[[Removed]] entrada al indice [[{0}]]. -citizens.editors.text.talk-item-set=[[Talk item pattern]] ajustado a [[{0}]]. -citizens.editors.waypoints.guided.begin=Entraste en la guia del editor de waypoint!
[[Left click]] para añadir una guia de waypoint, [[right click]] elimina un waypoint existente.
[[Sneak]] pulsa click izquierdo para añadir un destino waypoint.
Escribe [[toggle path]] para alternar mostrando entidades en waypoints. -citizens.editors.waypoints.guided.end=Saliste del editor guiado de waypoint. -citizens.editors.waypoints.guided.added-guide=Añadido a [[guide]] waypoint. Esto guiará NPCs a su destino. -citizens.editors.waypoints.guided.added-available=Añadido a [[destination]] waypoint. Esto estara disponible para los NPCs de camino a. -citizens.editors.waypoints.linear.added-waypoint=[[Added]] el waypoint en ({0}) ([[{1}]], [[{2}]]) -citizens.editors.waypoints.linear.begin=Entraste en el editor de waypoints lineales!
[[Left click]] para añadir waypoint, [[right click]] para eliminar.
Escribe [[toggle path]] para alternar mostrando entidades en waypoints, [[triggers]] para entrar en el editor de triggers y [[clear]] para eliminar todos los waypoints. -citizens.editors.waypoints.linear.edit-slot-set=Editando ranura ajustada a [[{0}]] ({1}). -citizens.editors.waypoints.linear.end=Saliendo del editor lineal de waypoints. -citizens.editors.waypoints.linear.not-showing-markers=[[Stopped]] montrando marcas en waypoints. -citizens.editors.waypoints.linear.range-exceeded=El waypoint previo es {0} bloques de distancia , pero el límite de distancia es {1}. -citizens.editors.waypoints.linear.removed-waypoint=[[Removed]] a waypoint ([[{0}]] remaining) ([[{1}]]) -citizens.editors.waypoints.linear.showing-markers=[[Showing]] waypoint marcados. -citizens.editors.waypoints.linear.waypoints-cleared=Waypoints eliminado. -citizens.editors.waypoints.triggers.add.added=[[Added]] waypoint funciona correctamente ({0}). -citizens.editors.waypoints.triggers.add.invalid-trigger=No se ha podido crear un trigger con el nombre[[{0}]]. -citizens.editors.waypoints.triggers.add.prompt=Pon el nombre en la casilla para añadir o escribe [[back]] para volver al indicador de edición. Nombres validos en la casilla {0}. -citizens.editors.waypoints.triggers.animation.added=Animacion [[{0}]] agregada. -citizens.editors.waypoints.triggers.animation.prompt=Ingrese en animaciones para realizar- animaciones validas son {0}.
Escribe [[finish]] para terminar la animacion de trigger o [[back]] para volver a la pantalla anterior. -citizens.editors.waypoints.triggers.animation.invalid-animation=Animacion incorrecta [[{0}]]. La animacion valida es {1}. -citizens.editors.waypoints.triggers.chat.invalid-radius=El radio debe ser un numero. -citizens.editors.waypoints.triggers.chat.missing-radius=Radio no soportado. -citizens.editors.waypoints.triggers.chat.prompt=Escriba en las líneas de chat que decir.
Escribe [[radius (radius)]] para ajustar el radio de bloque para transmitir los mensajes.
Escribe [[finish]] para terminar el chat de trigger o [[back]] para volver a la pantalla anterior. -citizens.editors.waypoints.triggers.delay.prompt=Introduce el restraso en [[server ticks]] utilizar. (20 ticks = 1 second) -citizens.editors.waypoints.triggers.main.missing-waypoint=No se puede editar el waypoint. -citizens.editors.waypoints.triggers.main.prompt=Entraste en el editor de waypoints triggers.
Escribe [[add]] para empezar a añadir triggers y [[remove]] para eliminar triggers.
Escribe [[triggers]] para entrar el editor de waypoints de triggers.
Current triggers are: -citizens.editors.waypoints.triggers.remove.index-out-of-range=El indice debe estar en el rango [[1-{0}]]. -citizens.editors.waypoints.triggers.remove.not-a-number=El indice debe ser un numero. -citizens.editors.waypoints.triggers.remove.prompt=Introduce en el indice de los trigger para eliminar o [[back]] para volver al indicador de edición. Los triggers actuales son: -citizens.editors.waypoints.triggers.remove.removed=trigger removido satisfactoriamente {0}. -citizens.editors.waypoints.triggers.speed.prompt=Introduce el modificador de velocidad como [[percentage]] de su velocidad base. -citizens.editors.waypoints.triggers.teleport.invalid-format=Ubicación proporcionado no es valido. El formato es [[world]]:[[x]]:[[y]]:[[z]]. -citizens.editors.waypoints.triggers.teleport.prompt=Introduzca el destino en el formato de mundo:x:y:z. Escribe [[here]] Utilizar su ubicación actual. Escribe [[back]] para volver al indicador de edición. -citizens.limits.over-npc-limit=El limite de NPC esta por encima de {0}. -citizens.load-task-error=La tarea de cargar el NPC no puede ser programada, deshabilitado... -citizens.nms-errors.clearing-goals=No se puede limpiar la metas: {0}. -citizens.nms-errors.error-setting-persistent=No puede configurarse el NPC como persistente: {0}. El NPC puede ser eliminada. -citizens.nms-errors.getting-field=No se puede traer al campo NMS {0}: {1}. -citizens.nms-errors.getting-id-mapping=Could not fetch entity id mapping fields: {0}. -citizens.nms-errors.spawning-custom-entity=Could not spawn custom entity: {0}. -citizens.nms-errors.stopping-network-threads=Could not stop network threads: {0}. -citizens.nms-errors.updating-land-modifier=No se pudo actualizar modificador de velocidad en tierra: {0}. -citizens.nms-errors.updating-navigation-world=No se puede actualizar la navigación del mundo: {0}. -citizens.nms-errors.updating-pathfinding-range=No se puede actualizar el rango de busqueda de caminos: {0}. -citizens.notifications.database-connection-failed=Incapaz de conectar con la base de datos. -citizens.notifications.error-reloading=El error ocurrio mientras se cargaba, mira en la consola. -citizens.notifications.exception-updating-npc=Excepción al actualizar {0}: {1}. -citizens.notifications.incompatible-version=La version {0} no es compatible con la version {1} - Intenta Actualizar o descargar el citizens para la version en la que te encuentres. Deshabilitando. -citizens.notifications.locale=Utilizando el local {0}. -citizens.notifications.metrics-load-error=Incapaz de cargar Metrics: {0}. -citizens.notifications.missing-translations=Traduccion perdida para el archivo local {0}. Predeterminado para el local -citizens.notifications.npc-name-not-found=No puedes encontrar el nombre para el ID {0}. -citizens.notifications.npc-not-found=El NPC no puede ser encontrado. -citizens.notifications.npcs-loaded=Cargando a {0} NPCs. -citizens.notifications.reloaded=Citizens recargado. -citizens.notifications.reloading=Recargando Citizens... -citizens.notifications.saved=Citizens guardado. -citizens.notifications.saving=Guardando Citizens... -citizens.notifications.skipping-broken-trait=El rasgo esta roto o falta caracteristica {0} durante la carda de ID {1}. Has puesto el mismo nombre? -citizens.notifications.skipping-invalid-pose=Omitiendo pose {0} - invalido yaw/pitch ({1}). -citizens.notifications.trait-load-failed=El rasgo {0} fallo al cargar la ID del NPC: {1}. -citizens.notifications.trait-onspawn-failed=Ha ocurrido un error al escribir la característica {0} fue generado de NPC ID {1}. -citizens.notifications.unknown-npc-type=Tipo de NPC {0} no ha sido reconocido. Lo ha escrito correctamente? -citizens.saves.load-failed=Incapaz de cargar archivos cargados, deshabilitando... -citizens.settings.writing-default=Escribiendo configuración por defecto: {0} -citizens.sub-plugins.error-on-load={0} iniciando en {1} -citizens.sub-plugins.load=Cargando {0} -citizens.traits.age-description={0} la edad es [[{1}]]. Es bloqueado [[{2}]]. -citizens.waypoints.available-providers-header=Lista de proveedores disponible. -citizens.waypoints.current-provider=Actualmente el Waypoint del proveedor esta en [[{0}]]. -citizens.waypoints.set-provider=Ajustados los Waypoint del proveedor en [[{0}]]. diff --git a/main/src/main/resources/messages_fr.properties b/main/src/main/resources/messages_fr.properties deleted file mode 100644 index 71858e753..000000000 --- a/main/src/main/resources/messages_fr.properties +++ /dev/null @@ -1,369 +0,0 @@ -# Fait par Cidalex & [ajouter votre nom si vous contribuez] -# https://github.com/CitizensDev/Citizens2 -# Plugin par CitizensDev -#Sat Jan 04 18:40:42 UTC 2020 -citizens.commands.npc.sound.set=Les sons de [[{0}]] sont maintenant\: ambient - [[{1}]] dégat - [[{2}]] et mort - [[{3}]]. -citizens.editors.already-in-editor=Vous êtes déjà dans l''éditeur\! -citizens.editors.waypoints.triggers.main.exit=Sorti de l''éditeur d''évènements de points de passages. -citizens.commands.npc.anchor.invalid-name=Nom ancré invalide. -citizens.commands.npc.gravity.enabled=Gravitée [[activée]]. -citizens.commands.trait.removed=Supprimé {0} avec succès. -citizens.notifications.trait-load-failed=Le trait {0} a échoué au chargement pour le NPC ID\: {1}. -citizens.commands.npc.speed.set=Vitesse de NPC mis à [[{0}]]. -citizens.editors.text.invalid-page=Numéro de page invalide. -citizens.commands.npc.gravity.disabled=Gravitée [[désactivée]]. -citizens.changed-implementation=Implémentation de Citizen changé, désactivation du plugin. -citizens.commands.npc.age.locked=Age blocké. -citizens.commands.requirements.missing-required-trait=Trait requis manquant [[{0}]]. -citizens.commands.npc.llama.strength-set=Force du Llama mis à [[{0}]]. -citizens.commands.npc.command.unknown-id=Commande inconnue d''id [[{0}]] pour ce NPC. -citizens.commands.npc.create.invalid-mobtype=[[{0}]] n''est pas un type de mob valide. -citizens.commands.template.list.header=]]Modèles disponibles[[\:]] -citizens.commands.npc.mushroomcow.invalid-variant=Variante invalide. Les valeurs valides sont\: [[{0}]]. -citizens.editors.waypoints.triggers.list=Les évènements actuels sont\:{0} -citizens.commands.npc.horse.chest-set=Le cheval est maintenant en train de porter un coffre. -citizens.commands.npc.follow.unset=[[{0}]] ne suis plus personne. -citizens.notifications.skipping-invalid-pose=pose {0} passée - yaw/pitch invalide ({1}). -citizens.waypoints.set-provider=Fournisseur de point de contrôle mis à [[{0}]]. -citizens.commands.npc.command.command-removed=Commande [[{0}]] supprimée. -citizens.editors.waypoints.triggers.teleport.prompt=Entrez la destination sous la forme monde\:x\:y\:z. Tapez [[here]] pour utilisez votre position actuelle. Tapez [[back]] pour retourner au texte d'édition. -citizens.commands.npc.bee.anger-set=Colère mise à [[{0}]]. -citizens.commands.npc.item.item-set=Item du NPC mis à [[{0}]]. -citizens.editors.waypoints.wander.range-set=Distance d''errance mis à xrange [[{0}]] et yrange [[{1}]]. -citizens.commands.id-not-found=Impossible de trouver de NPC avec l''ID [[{0}]]. -citizens.commands.npc.tropicalfish.body-color-set=Couleur du corp mis à [[{0}]]. -citizens.limits.over-npc-limit=Au dessus de la limite de NPC mise à {0}. -citizens.commands.npc.size.description=La taille de [[{0}]] est [[{1}]]. -citizens.editors.copier.end=Sorti du copieur d''NPC. -citizens.commands.npc.skeletontype.invalid-type=Type de squelette invalide. Essayez un des suivants\: [[{0}]]. -citizens.commands.npc.lookclose.random-look-delay-set=[[{0}]] va maintenant regarder aléatoirement tout les [[{1}]] ticks. -citizens.editors.text.edit-begin-prompt=Entrez l''index de l''entrée que vous voulez éditer ou faites [[page]] pour voir plus de pages. -citizens.commands.waypoints.opendoors.disabled=[[{0}]] N''ouvrira plus les portes durant la recherche d''itinéraires. -citizens.commands.npc.rabbittype.invalid-type=Type de lapin invalide. Essayez l''un des suivants\: [[{0}]]. -citizens.waypoints.available-providers-header=Liste des fournisseurs disponibles -citizens.commands.npc.zombiemod.villager-profession-set=La profession de [[{0}]] à été mise à [[{1}]]. -citizens.commands.trait.failed-to-change=<7>Impossible de changer {0}. -citizens.commands.npc.remove.incorrect-syntax=Syntaxe incorrecte. /npc remove (all) -citizens.commands.npc.bee.has-nectar=[[{0}]] a du nectar. -citizens.commands.npc.fox.sitting-set=[[{0}]] est maintenant assis. -citizens.editors.waypoints.wander.removed-region=[[Supprimé]] région d''errance à ({0}) ([[{1}]] restante). -citizens.editors.text.added-entry=[[Ajouté]] l''entrée [[{0}]]. -citizens.commands.requirements.living-entity=Le NPC doit être une entitée vivante. -citizens.commands.npc.zombiemod.villager-set=[[{0}]] est maintenant un villageois. -citizens.editors.equipment.saddled-stopped=[[{0}]] n''est plus sellé. -citizens.commands.npc.pathfindingrange.set=Distance de recherche d''itinéraires mise à [[{0}]]. -citizens.nms-errors.error-setting-persistent=Impossible de définir le NPC en tant que persistant\: {0}. Le NPC pourrait despawner. -citizens.notifications.reloaded=Citizens rechargé. -citizens.commands.npc.spawn.already-spawned=[[{0}]] est déjà spawné à un autre endroit. Faites ''/npc tphere'' pour téléporter le NPC à votre position. -citizens.editors.waypoints.guided.begin=Entré dans l''éditeur de points de passages guidé\!
[[Clic gauche]] pour ajouter un point de passage, [[clic droit]] sur un point de passage existant pour le supprimer.
[[Accroupissez-vous]] tout en faisant clic-gauche pour ajouter un point de destination.
Entrez [[toggle path]] pour montrer les entitées aux points de passages. -citizens.nms-errors.updating-navigation-world=Impossible de mettre à jour le monde de navigation\: {0}. -citizens.editors.waypoints.wander.invalid-delay=Délais spécifié invalide. -citizens.commands.npc.pose.added=Pose ajoutée. -citizens.commands.npc.cat.lying-stop=[[{0}]] n''est plus couché. -citizens.commands.npc.glowing.unset=[[{0}]] ne brille plus. -citizens.commands.requirements.must-be-ingame=Vous devez être en jeu pour utiliser cete commande. -citizens.editors.waypoints.triggers.chat.prompt=Entrez dans les lignes de chat pour parler.
Faites [[radius (radius)]] pour définir le périmètre de blocs de diffusion du message.
Faites [[finish]] pour finir le déclancheur de chat ou [[back]] pour revenir en arrière. -citizens.commands.npc.behaviour.removed=Comportements supprimés. -citizens.commands.help.header=Aide -citizens.editors.waypoints.linear.end=Sorti de l''éditeur de points de passages linéaires. -citizens.commands.npc.horse.describe=La couleur du cheval est [[{0}]], le type est [[{1}]] et les style est [[{2}]]. -citizens.editors.text.end=Sorti de l''éditeur de texte. -citizens.commands.npc.gamemode.describe=Le mode de jeu de {0} est [[{1}]]. -citizens.commands.npc.lookclose.random-set=[[{0}]] va maintenant regarder autours de manière aléatoire. -citizens.commands.template.applied=Modèle appliqué sur [[{0}]] NPCs. -citizens.commands.npc.shulker.peek-set=Nombre de coup d''oeils de [[{0}]] mis à [[{1}]]. -citizens.editors.waypoints.triggers.remove.removed=Suppression du déclancheur [[{0}]] avec succès. -citizens.commands.npc.villager.type-set=Type mis à [[{0}]]. -citizens.commands.npc.lookclose.stopped=[[{0}]] ne tournera plus lorsque des joueurs sont proche. -citizens.commands.npc.passive.unset=[[{0}]] fera maintenant des dégâts aux entitées. -citizens.commands.npc.sound.info=Les sons de [[{0}]] sont\: ambiant - [[{1}]] dégât - [[{2}]] et mort - [[{3}]].

Les sons valides sont {4}. -citizens.commands.invalid-mobtype=[[{0}]] n''est pas un type de mob valide. -citizens.editors.waypoints.triggers.main.missing-waypoint=Vous n''éditez pas de point de passage. -citizens.conversations.selection.invalid-choice=[[{0}]] n''est pas une option valide. -citizens.commands.npc.lookclose.error-random-range=Éventail de valeurs invalide [[{0}]]. Utilisez le format `min,max`. -citizens.editors.text.edited-text=Changé l''entrée à l''index [[{0}]]à [[{1}]]. -citizens.commands.npc.gamemode.invalid={0} n''est pas un mode de jeu valide. -citizens.commands.requirements.missing-permission=Vous n''avez pas la permission d''executer cette commande. -citizens.commands.npc.create.mobtype-missing=[[{0}]] n''est pas supporté en tant que type de mob. -citizens.commands.npc.glowing.color-set=Couleur de lueur de [[{0}]] mise à [[{1}]]. -citizens.commands.npc.horse.chest-unset=Le cheval ne porte plus de coffre. -citizens.commands.script.compiled=Script compilé. -citizens.editors.waypoints.triggers.add.added=Ajout de déclancheur de point de passage avec succès ({0}). -citizens.commands.trait.failed-to-remove=<7>Impossible de supprimer {0}. -citizens.commands.npc.command.right-hand-header=Commande à exécuter avec [[clic droit]]\: -citizens.commands.npc.horse.invalid-type=Type de cheval invalide. Les types valides sont\: [[{0}]]. -citizens.commands.requirements.too-few-arguments=Pas assez de paramètres. -citizens.economy.minimum-cost-required=A besoins d''au moins [[{0}]]. -citizens.commands.npc.zombiemod.villager-unset=[[{0}]] n''est plus un villageois. -citizens.commands.npc.metadata.set=[[{0}]] mis à [[{1}]]. -citizens.commands.errors.missing-world=Monde non-trouvé. -citizens.notifications.skipping-broken-trait=Le trait {0} est manquant ou cassé et à donc été sauté en chargeant l''ID {1}. Est-ce-que le nom à changé? -citizens.commands.npc.llama.color-set=Couleur du lama mis à [[{0}]]. -citizens.commands.npc.behaviour.added=Comportement ajouté. -citizens.commands.npc.mushroomcow.variant-set=La variante [[{0}]] a été mise à [[{1}]]. -citizens.editors.text.close-talker-set=[[Parler de près]] mis à [[{0}]]. -citizens.editors.text.invalid-input=Saisie invalide. -citizens.editors.waypoints.wander.begin=Entrée dans l''éditeur de point de passages d''errance.
Faites [[xrange ]] ou [[yrange ]] pour modifier la distance d''errance aléatoire. Faites [[regions]] pour entrer dans l''éditeur de régions. -citizens.commands.npc.scoreboard.removed-tags=Suppression des étiquettes suivantes\: [[{0}]]. -citizens.editors.equipment.begin=Entrée dans l''éditeur d''équiement\!
[[Clic droit]] pour équiper le NPC\! -citizens.commands.npc.collidable.unset=[[{0}]] n''entrera plus en collision avec les entitées. -citizens.commands.npc.rename.renamed=Vous avez renommé [[{0}]] en [[{1}]]. -citizens.commands.npc.leashable.set=[[{0}]] peut maintenant être tenu en laisse. -citizens.notifications.trait-onspawn-failed=Une erreur s''est produite lorsque le trait {0} spawnais pour le NPC ID {1}. - citizens.commands.npc.guardian.elder-unset=[[{0}]] n''est plus un Ancien Gardien. -citizens.commands.npc.fox.sleeping-set=[[{0}]] est maintenant endormi. -citizens.commands.npc.anchor.added=Ancrage ajouté. -citizens.commands.traitc.not-on-npc=Le NPC n''as pas ce trait. -citizens.editors.waypoints.guided.end=Sortie de l''éditeur de points de passages guidés. -citizens.commands.npc.cat.type-set=Type mis à [[{0}]]. -citizens.editors.waypoints.triggers.remove.not-a-number=L''index doit être un nombre -citizens.editors.text.removed-entry=[[Suppression]]de l''entrée à l''index [[{0}]]. -citizens.commands.npc.size.set=Taille de [[{0}]] mise à [[{1}]]. -citizens.commands.npc.swim.set=[[{0}]] peut maintenant nager dans l''eau. -citizens.commands.npc.pathopt.distance-margin-set=Distance de marge de la recherche d''itinéraires de [[{0}]] mise à [[{1}]]. -citizens.commands.npc.playerlist.removed=Supprimé [[{0}]] de la liste de joueurs. -citizens.commands.npc.flyable.set=[[{0}]] Peut maintenant voler. -citizens.commands.npc.mount.must-be-spawned=Impossible de monter [[{0}]]. Faites attention à ce que l''ID du NPC est correcte et spawné. -citizens.commands.npc.horse.type-set=Le type du cheval à été mis à [[{0}]]. -citizens.commands.npc.mount.failed=Impossible de monter [[{0}]]. -citizens.editors.waypoints.triggers.teleport.invalid-format=Position donnée invalide. Le format est [[world]]\:[[x]]\:[[y]]\:[[z]]. -citizens.saves.load-failed=Impossible de charger les sauvegardes, désactivation... -citizens.commands.npc.tpto.success=Téléporté avec succès. -citizens.commands.npc.targetable.unset=[[{0}]] ne peut plus être visé par les mobs. -citizens.editors.waypoints.linear.range-exceeded=Le point de passage précédent est à {0} blocs mais la distance limite est de {1}. -citizens.editors.equipment.saddled-set=[[{0}]] est maintenant sellé. -citizens.commands.requirements.too-many-arguments=Pas assez de paramètres. -citizens.commands.npc.horse.invalid-color=Couleur de cheval donnée invalide. Les couleurs valides sont\: [[{0}]]. -citizens.commands.npc.profession.invalid-profession=[[{0}]] n''est pas une profession valide. Essayez l''une des suivantes\: [[{1}]]. -citizens.commands.npc.shulker.color-set=La couleur de [[{0}]] a été mise à [[{1}]]. -citizens.editors.waypoints.guided.already-taken=Il y a déjà un point de passage ici. -citizens.nms-errors.getting-id-mapping=Impossible d''accéder aux champs de mapping d''ID d''entité\: {0}. -citizens.commands.npc.cat.sitting-stop=[[{0}]] a arrêté d''être assis. -citizens.commands.npc.remove.npcs-removed=NPCs supprimés. -citizens.commands.npc.sheep.invalid-color=Couleur de mouton ivalide. Les couleurs valides sont\: [[{0}]]. -citizens.traits.age-description=L''âge de {0} est [[{1}]]. Verrouillé est [[{2}]]. -citizens.commands.template.missing=Modèle non-trouvé. -citizens.commands.npc.cat.lying-start=[[{0}]] s''est allongé. -citizens.commands.npc.bee.bee-stung=[[{0}]] a maintenant piqué. -citizens.commands.npc.age.set-normal=[[{0}]] est maintenant agé de [[{1}]]. -citizens.commands.npc.collidable.set=[[{0}]] pourra maintenant entrer en collision avec les entités. -citizens.notifications.incompatible-version=v{0} n''est pas compatible avec Minecraft v{1} - essayez de mettre à jour ou de télécharger une ancienne version de Citizen. Désactivation. -citizens.commands.npc.skin.cleared=Le nom du skin de [[{0}]] à été supprimé. -citizens.commands.npc.llama.invalid-color=Couleur de lama invalide. Les couleurs valides sont\: [[{0}]]. -citizens.commands.page-missing=La page [[{0}]] n''éxiste pas. -citizens.notifications.metrics-load-error=Impossible de lancer metrics\: {0}. -citizens.commands.unknown-command=Commande inconnue. Vouliez vous faire\: -citizens.commands.npc.spawn.numeric-id-only=Seulement des IDs numériques peuvent être utilisés avec /npc spawn. -citizens.commands.invalid-number=Ceci n''est pas un nombre valide. -citizens.commands.npc.skin.missing-skin=Un nom de skin est requis. -citizens.economy.money-withdrawn=Enlevé [[{0}]] de votre NPC. -citizens.editors.waypoints.triggers.animation.prompt=Entrez les animations à faire - Les animations valides sont {0}.
Faites [[finish]] pour finir le déclancheur d''animations ou [[back]] pour revenir en arrière. -citizens.commands.npc.moveto.teleported=[[{0}]] a été téléporté à [[{1}]]. -citizens.commands.npc.playerlist.added=Ajouté [[{0}]] à la liste de joueurs. -citizens.editors.waypoints.linear.begin=Entrée dans l''éditeur de points de passages linéaires\!
[[Clic gauche]] pour ajouter un point de passage, [[Clic droit]] pour supprimer.
Faites [[toggle path]] pour afficher les entitées aux points de passages, [[triggers]] pour entrer dans l''éditeur de déclancheurs et [[clear]] pour supprimer tout les points de passages. -citizens.commands.npc.create.npc-name-too-long=Les noms de NPC ne peuvent pas être plus grand que 16 caractères. Le nom a été raccourcis. -citizens.commands.npc.pose.already-exists=La pose [[{0}]] existe déjà. -citizens.editors.waypoints.guided.added-available=Ajouté un point de passage de [[destination]]. Les NPCs pourront s''y rendre. -citizens.commands.npc.vulnerable.stopped=[[{0}]] n''est plus vulnérable. -citizens.commands.script.file-missing=Le fichier [[{0}]] n''éxiste pas\! -citizens.commands.npc.minecart.set=[[{0}]] à maintenant les items [[{1}]]\:[[{2}]] avec un décalage de [[{3}]]. -citizens.commands.npc.metadata.unset=Suppression de [[{{0}}]] de [[{1}]]. -citizens.commands.npc.targetable.set=[[{0}]] peut maintenant être ciblé par les mobs. -citizens.commands.npc.owner.set-server=[[Le serveur]] est maintenant le protiétaire de [[{0}]]. -citizens.commands.npc.zombiemod.baby-unset=[[{0}]] n''est plus un bébé. -citizens.commands.npc.spawn.missing-npc-id=Aucuns NPC avec l''ID {0} existe. -citizens.commands.npc.fox.invalid-fox-type=Type de renard invalide. Les types valides sont [[{0}]]. -citizens.commands.npc.pathopt.avoid-water-set=[[{0}]] va maintenant éviter l''eau. -citizens.notifications.saved=Citizens sauvegardés. -citizens.notifications.reloading=Rechargement de Citizens... -citizens.editors.text.delay-set=[[Délais]] mis à [[{0}]] ticks. -citizens.commands.npc.create.no-player-for-spawn=Impossible de spawner le NPC: Aucun joueur portant ce nom n''a été trouvé. -citizens.commands.citizens.save.help=Utilisez le flag -a pour sauvegarder de manière désynchronisée (en dehors du serveur principal). -citizens.commands.npc.script.invalid-file=Script inconnu ou invalide ''[[{0}]]''. -citizens.editors.copier.begin=Entrée dans le copieur de NPC\!
Cliquez n''importe où pour copier l''NPC selectionné. -citizens.editors.text.add-prompt=Entrez du texte pour ajouter le NPC. -citizens.commands.npc.horse.style-set=Le style du cheval a été mis à [[{0}]]. -citizens.commands.npc.age.set-adult=[[{0}]] est maintenant un adulte. -citizens.commands.npc.fox.fox-type-set=Type de renard mis à [[{0}]]. -citizens.nms-errors.clearing-goals=Impossible de suprimer les objectifs\: {0}. -citizens.notifications.npc-not-found=Aucun NPC n''a été trouvé. -citizens.commands.npc.vulnerable.set=[[{0}]] est maintenant vulnérable. -citizens.commands.npc.pose.missing=La pose [[{0}]] n''existe pas. -citizens.commands.npc.pose.removed=Pose supprimée. -citizens.notifications.saving=Sauvegarde des Citizens... -citizens.commands.npc.fox.crouching-set=[[{0}]] est maintenant accroupi. -citizens.commands.npc.controllable.set=[[{0}]] peut maintenant être contrôllé. -citizens.notifications.missing-translations=Fichier de traduction manquant pour la localisation {0}. Localisation ''en'' mise par défaut. -citizens.notifications.error-reloading=Une erreur est survenue pendant le chargement, regardez la console. -citizens.editors.text.remove-prompt=Entrez l''index ou l''entrée que vous voulez supprimer ou [[page]] pour voir plus de pages. -citizens.commands.npc.create.invalid-location=La localisation du spawn n''a pas pu être analysée ou n''a pas été trouvée. -citizens.settings.writing-default=Ecriture des paramètres par défaut\: {0} -citizens.editors.equipment.invalid-block=Bloc invalide\! -citizens.commands.npc.parrot.invalid-variant=Variante de perroquet invalide. les variantes valides sont [[{0}]]. -citizens.commands.npc.moveto.format=Le format est x\:y\:z(\:world) ou x y z( world). -citizens.commands.npc.tpto.to-not-found=Entitée de destination non-trouvée. -citizens.commands.trait.added=Ajout de {0} avec succès. -citizens.commands.npc.behaviour.help=Les arguments de scripts sont des listes de nom de fichier séparés par des virgules. Les scripts seront chargés automatiquement et éxécutés chaque tick. Utilisez le flag [[-r]] pour supprimer les comportements. -citizens.nms-errors.spawning-custom-entity=Impossible de spawner une entitée customisée\: {0}. -citizens.commands.npc.swim.unset=[[{0}]] ne nagera plus dans l''eau. -citizens.commands.npc.villager.level-set=Niveau mis à [[{0}]]. -citizens.notifications.npc-name-not-found=Impossible de trouver un nom pour l''ID {0}. -citizens.commands.npc.owner.already-owner={0} est déjà le propriétaire de [[{1}]]. -citizens.commands.npc.powered.stopped=[[{0}]] ne sera plus alimenté. -citizens.commands.npc.glowing.set=[[{0}]] est maintenant en train de briller. -citizens.commands.npc.skin.set=Skin de [[{0}]] mis à [[{1}]]. -citizens.commands.npc.owner.set=[[{1}]] est maintenant le propriétaire de [[{0}]]. -citizens.commands.console-error=Veuillez rapporter cette erreur\: [Voir console] -citizens.commands.npc.tropicalfish.invalid-color=Couleur de poisson invalide. Les couleurs valides sont\: [[{0}]] -citizens.commands.npc.nameplate.toggled=Visibilitée de la plaque-de-nom changée. -citizens.commands.npc.command.none-added=Aucune commande n''a été ajoutée. -citizens.nms-errors.getting-method=Impossible de récupérer le mode NMS {0}\: [[{1}. -citizens.nms-errors.getting-field=Impossible de récupérer le champ NMS {0}\: [[{1}. -citizens.commands.npc.cat.collar-color-set=Couleur du collier mise à [[{0}]]. -citizens.commands.npc.gamemode.set=Mode de jeu mis à [[{0}]]. -citizens.commands.template.created=Modèle créé. -citizens.editors.equipment.end=Sorti de l''éditeur d''équipement. -citizens.economy.error-loading=Impossible d''utiliser l''économie. Est-ce que Vault est bien activé? -citizens.editors.text.random-talker-set=[[Dialogue aléatoire]] mis à [[{0}]]. -citizens.commands.npc.parrot.variant-set=Variante mise à [[{0}]]. -citizens.commands.npc.despawn.despawned=Vous avez despawné [[{0}]]. -citizens.commands.npc.anchor.already-exists=L''ancrage [[{0}]] existe déjà. -citizens.notifications.locale=Utilisation de la localisation {0}. -citizens.editors.waypoints.triggers.main.prompt=- Editeur de déclancheurs de point de passage -
Faite [[add]] ou [[remove]] pour éditer les déclancheurs.
Faites [[triggers]] ou [[exit]] pour sortir de l''éditeur.
Les déclancheurs actuels sont\:{0} -citizens.commands.npc.lookclose.random-pitch-range-set=[[{0}]] va maintenant choisir aléatoirement un pitch dans cette gamme [{1}]. -citizens.commands.npc.sound.invalid-sound=Son invalide. -citizens.commands.npc.age.set-baby=[[{0}]] est maintenant un bébé. -citizens.commands.npc.respawn.describe=Délais de respawn actuellement mis à [[{0}]]. -citizens.editors.text.invalid-edit-type=Type d''édition invalide. -citizens.editors.waypoints.triggers.add.invalid-trigger=Impossible de créer un déclancheur du nom de [[{0}]]. -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] n''est pas une couleur RGB formatée pour colliers ou le nom d''un colorant minecraft. -citizens.commands.npc.fox.sitting-unset=[[{0}]] n''est plus assis. -citizens.commands.npc.profession.set=[[{0}]] est maintenant un [[{1}]]. -citizens.editors.text.invalid-range=Gamme invalide. -citizens.nms-errors.updating-pathfinding-range=Impossible de mettre à jour la distance de recherche d''itinéraires\: {0}. -citizens.commands.npc.tropicalfish.invalid-pattern=Motif de poisson invalide. Les motifs valides sont\: [[{0}]] -citizens.commands.npc.tropicalfish.pattern-color-set=Couleur de motif mis à [[{0}]]. -citizens.sub-plugins.error-on-load={0} Initialisation {1} -citizens.commands.npc.cat.invalid-type=Le type spécifié est invalide. Les types valides sont [[{0}]]. -citizens.commands.wolf.traits-updated=Les traits de [[{0}]] on été mis à jours. Colère\:[[{1}]], Assis\:[[{2}]], Apprivoisé\:[[{3}]], Couleur du collier\:[[{4}]] -citizens.commands.npc.lookclose.set=[[{0}]] va maintenant tourner quand les joueurs seront près de lui. -citizens.commands.npc.villager.invalid-type=Type de villageois invalide. Les types valides sont\: [[{0}]]. -citizens.editors.waypoints.triggers.remove.index-out-of-range=L''index doit être dans la gamme [[1-{0}]]. -citizens.editors.waypoints.guided.added-guide=Ajout d''un point de passage [[guide]]. Cela guidera les NPC vers leur destination. -citizens.commands.npc.wolf.collar-color-unsupported=[[{0}]] n''est pas un code couleur RGB qui peut être utilisé sur un collier de loup. -citizens.commands.npc.age.cannot-be-aged=Le type de mob {0} ne peut pas viellir. -citizens.commands.waypoints.opendoors.enabled=[[{0}]] ouvrira les portes en recherchant les itinéraires. -citizens.commands.npc.type.set=Type de [[{0}]] mis à [[{1}]]. -citizens.commands.npc.glowing.player-only=La couleur de surbrillance ne peut être changée que pour les NPC de type Joueur. -citizens.commands.npc.spawn.spawned=Vous avez spawné [[{0}]]. -citizens.commands.npc.guardian.elder-set=[[{0}]] est maintenant un Ancien gardien. -citizens.nms-errors.stopping-network-threads=Impossible d''arrêter les threads du réseau\: {0}. -citizens.notifications.npcs-loaded=Chargement de {0} NPCs. -citizens.commands.npc.tphere.teleported=[[{0}]] s''est fait téléporté à votre position. -citizens.commands.npc.remove.removed=Vous avez supprimé définitivement [[{0}]]. -citizens.commands.invalid.class=Classe de commande extérieur invalide. -citizens.commands.npc.bee.invalid-anger=La colère doit être au dessus de zéro. -citizens.editors.waypoints.linear.removed-waypoint=[[Supprimé]] un point de passage ([[{0}]] restant) ([[{1}]]) -citizens.commands.npc.age.unlocked=Age déverouillé. -citizens.commands.npc.tropicalfish.pattern-set=Motif mis à [[{0}]]. -citizens.load-task-error=La tache de chargement du NPC n''a pas pu être programmée, désactivation... -citizens.nms-errors.updating-land-modifier=Impossible de mettre à jour le modifieur de vitesse à terre\: {0}. -citizens.commands.npc.powered.set=[[{0}]] sera maintenant alimenté. -citizens.commands.npc.scoreboard.added-tags=Ajout de ces tags\: [[{0}]]. -citizens.commands.npc.ocelot.invalid-type=Type d''ocelot invalide. Les types valides sont\: [[{0}]]. -citizens.commands.npc.follow.set=[[{0}]] est maintenant en train de suivre [[{1}]]. -citizens.commands.npc.rabbittype.type-set=Le type de lapin de [[{0}]] a été mis à [[{1}]] -citizens.commands.npc.fox.sleeping-unset=[[{0}]] n''est plus endormi. -citizens.commands.npc.lookclose.random-stopped=[[{0}]] ne regardera plus aléatoirement autour de lui. -citizens.commands.npc.cat.sitting-start=[[{0}]] s''est assis. -citizens.commands.npc.age.help=Peut être uniquement utilisé sur des entitées pouvant devenir des bébés. Utilisez le flag [[-l]] pour bloquer le vieillissement (note\: Un rechargement peut être requis pour voir ceci). -citizens.editors.waypoints.triggers.chat.missing-radius=Aucun rayon donné. -citizens.commands.npc.horse.color-set=La couleur du cheval a été mise à [[{0}]]. -citizens.editors.waypoints.triggers.animation.invalid-animation=Animation invalide [[{0}]]. Les animations valides sont {1}. -citizens.editors.waypoints.linear.not-showing-markers=[[Arrêté]] de montrer les marqueurs de points de passage. -citizens.commands.npc.type.invalid=[[{0}]] n''est pas un type valide. -citizens.commands.npc.bee.not-stung=[[{0}]] n''a plus piqué. -citizens.commands.npc.age.invalid-age=Age invalide. Les ages valides sont adulte, bébé, nombre entre -24000 et 0 -citizens.commands.npc.panda.hidden-gene-set=Gène caché mis à [[{0}]]. -citizens.commands.npc.respawn.delay-set=Délais de respawn mis à [[{0}]]. -citizens.commands.npc.pathopt.path-distance-margin-set=La marge du chemin de la recherche de chemin de [[{0}]] a été mise à [[{1}]]. -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] n''évitera plus l''eau. -citizens.editors.waypoints.triggers.animation.added=Animation [[{0}]] added. -citizens.commands.npc.tp.teleported=Vous vous êtes téléporté à [[{0}]]. -citizens.commands.npc.item.unknown-material=Materiel donné inconnu. -citizens.editors.equipment.sheared-set=[[{0}]] est maintenant tondu. -citizens.commands.npc.lookclose.random-yaw-range-set=[[{0}]] va maintenant choisir aléatoirement un lacet(yaw) dans la gamme [{1}]. -citizens.commands.npc.pathopt.stationary-ticks-set=Le nombre de ticks maximums à l''arrêt de [[{0}]] a été mis à [[{1}]]. -citizens.commands.template.conflict=Un modèle portant le même nom existe déjà. -citizens.commands.npc.leashable.stopped=[[{0}]] ne peut plus êtretenu en laisse. -citizens.editors.waypoints.wander.editing-regions=En train d''éditer les région\!
[[Clic gauche]] pour ajouter une nouvelle zone d''errance en utilisant la boîte xrange/yrange centrée à ce bloc.
[[Clic droit]] sur un marqueur existant pour supprimer la zone.
Faites [[regions]] pour arrêter ou juste sortir de l''éditeur. Les zones peuvent se superposer. -citizens.commands.traitc.not-configurable=Ce trait n''est pas configurable. -citizens.commands.npc.shulker.invalid-color=Couleur de shulker invalide. Les couleurs valides sont\: [[{0}]]. -citizens.commands.npc.fox.crouching-unset=[[{0}]] n''est plus accroupi. -citizens.commands.npc.anchor.missing=L''ancrage [[{1}]] n''existe pas. -citizens.commands.npc.cat.invalid-collar-color=Couleur de collier invalide. Les couleurs valides sont [[{0}]]. -citizens.commands.npc.anchor.removed=Acrage supprimé. -citizens.editors.text.range-set=[[Portée]] mise à [[{0}]]. -citizens.commands.npc.copy.copied=[[{0}]] a été copié. -citizens.commands.npc.panda.main-gene-set=Gène principal mis à [[{0}]]. -citizens.commands.npc.owner.owner=Le propriétaire de [[{0}]] est [[{1}]]. -citizens.commands.npc.passive.set=[[{0}]] ne fera plus de dégâts aux entitées. -citizens.commands.npc.skeletontype.set=Le type de squelette de {0} a été mis à [[{1}]]. -citizens.notifications.exception-updating-npc=Problème durant la mise à jour de {0}\: {1}. -citizens.commands.npc.tp.location-not-found=Impossible de trouver l''emplacement du NPC selectionné. -citizens.waypoints.current-provider=Le fournisseur de points de passages actuel est [[{0}]]. -citizens.editors.text.talk-item-set=[[Motif de l''Item de discussion]] mis à [[{0}]]. -citizens.commands.npc.horse.invalid-style=Style de cheval invalide. Les styles valides sont\: [[{0}]]. -citizens.editors.waypoints.linear.added-waypoint=[[Ajout]] d''un point de passage en ({0}) ([[{1}]], [[{2}]]) -citizens.editors.equipment.sheared-stopped=[[{0}]] n''est plus tondu. -citizens.editors.waypoints.triggers.add.prompt=Entrez un nom du déclancheur à ajouter ou faites [[back]] pour revenir en arrière. Les noms de déclancheurs valides sont {0}. -citizens.commands.npc.bee.no-nectar=[[{0}]] n''a pas de nectar. -citizens.editors.waypoints.triggers.chat.invalid-radius=Le rayon doit être un nombre. -citizens.commands.npc.pufferfish.state-set=Etat mis à [[{0}]]. -citizens.commands.help.command-missing=Commande /{0} non-trouvée. -citizens.editors.waypoints.triggers.remove.prompt=Entrez l''index du déclancheur pour le supprimer ou [[back]] pour revenir en arrière. Les déclancheurs actuels sont\:{0} -citizens.editors.waypoints.wander.added-region=[[Ajout]] d''une zone d''errance en ({0}) ([[{1}]]). -citizens.commands.npc.controllable.not-controllable=[[{0}]] n''est pas contrôlable. -citizens.commands.npc.skin.layers-set=Couche de skin de [[{0}]]\: cape - [[{1}]], chapeau - [[{2}]], veste - [[{3}]], manches - [[{4}]], pentalong - [[{5}]]. -citizens.commands.npc.flyable.unset=[[{0}]] n''est plus pilotable. -citizens.commands.trait.failed-to-add=<7> impossible d''ajouter {0}. -citizens.commands.npc.speed.modifier-above-limit=La vitesse est au dessus de la limite. -citizens.commands.requirements.disallowed-mobtype=Le NPC ne peut pas être le type de mob [[{0}]] pour cette commande. -citizens.commands.npc.command.left-hand-header=Commandes déclanchées avec [[clic gauche]]\: -citizens.commands.script.compiling=Compilation du script... -citizens.commands.npc.sheep.color-set=La couleur du mouton a été mise à [[{0}]]. -citizens.commands.npc.pathopt.attack-range-set=La distance d''attaque de [[{0}]] a été mise à [[{1}]]. -citizens.editors.text.change-page-prompt=Entrez un numéro de page pour voir plus d''entrées. -citizens.commands.traitc.missing=Trait non-trouvé. -citizens.commands.npc.zombiemod.baby-set=[[{0}]] est maintenant un bébé. -citizens.editors.waypoints.triggers.delay.prompt=Entrez le délais en [[ticks de serveur]] pour l'utiliser. (20 ticks \= 1 seconde) -citizens.editors.text.invalid-index=[[{0}]] n''est pas un index valide\! -citizens.commands.npc.command.command-added=Commande [[{0}]] ajoutée avec l''ID [[{1}]]. -citizens.commands.requirements.must-be-owner=Vous devez être le propriétaire de ce NPC pour faire cette commande. -citizens.editors.equipment.all-items-removed=[[{0}]] a eu tout ses items supprimés. -citizens.notifications.unknown-npc-type=Le type de NPC {0} n''est pas reconnu. L''avez-vous écris correctement? -citizens.commands.npc.remove.removed-all=Vous avez supprimé de manière permanente tous les NPCs. -citizens.commands.npc.tpto.from-not-found=Entitée source non-trouvée. -citizens.editors.text.realistic-looking-set=[[Regard réaliste]] mis à [[{0}]]. -citizens.commands.npc.age.set=[[{0}]] est maintenant [[{1}]]. -citizens.commands.npc.select.already-selected=Vous avez déjà sélectionné ce NPC. -citizens.editors.waypoints.wander.end=Sorti de l''éditeur de points de passages d''errance. -citizens.commands.npc.phantom.phantom-set=Taille mise à [[{0}]]. -citizens.commands.npc.panda.invalid-gene=Gène invalide. Les gènes valides sont [[{0}]]. -citizens.commands.npc.controllable.removed=[[{0}]] ne peut plus être contrôllé. -citizens.editors.waypoints.linear.showing-markers=[[Montre]] les marqueurs de points de passages. -citizens.editors.text.invalid-delay=Délai invalide. -citizens.editors.waypoints.linear.waypoints-cleared=Points de passages supprimés. -citizens.commands.requirements.must-have-selected=Vous devez avoir selectionné un NPC pour faire cette commande. -citizens.commands.npc.script.current-scripts=Les scripts actuels de [[{0}]] sont [[{1}]]. -citizens.notifications.database-connection-failed=Impossible de se connecter à la base de donnée, retour au YAML -citizens.editors.waypoints.triggers.speed.prompt=Entrez le modifieur de vitesse en tant que [[pourcentage]] de sa vitesse de base. -citizens.editors.text.edit-prompt=Entrez du texte pour éditer l''entrée. -citizens.editors.equipment.sheep-coloured=[[{0}]] est maintenant coloré en [[{1}]]. -citizens.commands.npc.pose.invalid-name=Nom de pose invalide. -citizens.editors.waypoints.wander.delay-set=Délais entre vagabondages mis à [[{0}]] ticks. -citizens.editors.text.begin=Entrée dans l''éditeur de texte\! Faites ''exit'' pour quitter l''éditeur. -citizens.commands.npc.spawn.no-location=Aucun emplacement stocké disponible - la commande doit être utilisée en-jeu. -citizens.sub-plugins.load=Chargement de {0} -citizens.editors.waypoints.linear.edit-slot-set=Emplacement d''édition mis à [[{0}]] ({1}). -citizens.commands.template.delete.deleted=Supression du modèle [[{0}]]. diff --git a/main/src/main/resources/messages_nl.properties b/main/src/main/resources/messages_nl.properties deleted file mode 100644 index 916b9c754..000000000 --- a/main/src/main/resources/messages_nl.properties +++ /dev/null @@ -1,172 +0,0 @@ -citizens.changed-implementation=Citizens uitvoeringen veranderd, plugin wordt uitgeschakeld. -citizens.commands.citizens.save.help=Gebruik -a vlag om het async op te slaan. -citizens.commands.console-error=Geef a.u.b. deze error aan [Zie console voor error] -citizens.commands.help.command-missing=Commando /{0} niet gevonden. -citizens.commands.help.header=Help -citizens.commands.id-not-found=NPC met ID {0} niet gevonden. -citizens.commands.invalid-mobtype={0} is geen beschikbaar monster-type. -citizens.commands.invalid-number=Dat is geen beschikbaar nummer. -citizens.commands.npc.age.cannot-be-aged=Het monster-type {0} kan geen leeftijd hebben. -citizens.commands.npc.age.help=Kan alleen gebruikt worden op entities die babies kunnen krijgen. Gebruik [[-l]] vlag om de leeftijd vast te zetten (notitie: om dit te zien moet je mischien opnieuw inloggen). -citizens.commands.npc.age.invalid-age=Onbekende leeftijd, mogelijke leeftijden zijn adult, baby of een nummer tussen -24000 en 0 -citizens.commands.npc.age.locked=Leeftijd vastgezet. -citizens.commands.npc.age.set-adult=[[{0}]] is nu een oudere. -citizens.commands.npc.age.set-baby=[[{0}]] is nu een baby. -citizens.commands.npc.age.set-normal=[[{0}]] is nu [[{1}]] jaar oud. -citizens.commands.npc.age.set=[[{0}]] is nu [[{1}]]. -citizens.commands.npc.age.unlocked=Leeftijd niet meer vastgezet. -citizens.commands.npc.anchor.added=Anker vastgezet. -citizens.commands.npc.size.set=grootte van {0} is nu [[{1}]]. -citizens.commands.npc.gravity.disabled=Zwaartekracht [[uitgeschakeld]]. -citizens.commands.npc.gravity.enabled=Zwaartekracht [[aangezet]]. -citizens.commands.npc.size.description=Grootte van {0} is [[{1}]]. -citizens.commands.npc.anchor.already-exists=Anker {0} bestaat al. -citizens.commands.npc.anchor.invalid-name=Onbekende anker naam. -citizens.commands.npc.anchor.missing=Het anker {1} bestaat niet. -citizens.commands.npc.anchor.removed=Anker verwijderd. -citizens.commands.npc.behaviour.added=Gedrag toegevoegd. -citizens.commands.npc.behaviour.help=Het script zijn argument is een door komma's van elkaar gescheiden lijst van bestandsnamen. Scripten worden automatisch iedere tik geladen en geactiveerd. Gebruik de [[-r]] vlag om gedrag te veranderen. -citizens.commands.npc.behaviour.removed=Gedragen verwijderd. -citizens.commands.npc.controllable.not-controllable=[[{0}]] is niet besrijdbaar. -citizens.commands.npc.controllable.removed=[[{0}]] kan niet meer worden bereden. -citizens.commands.npc.controllable.set=[[{0}]] kan nu bereden worden. -citizens.commands.npc.copy.copied=[[{0}]] is gekopieerd. -citizens.commands.npc.create.invalid-mobtype={0} is geen bekend monster-type. Het normale type wordt gebruikt. -citizens.commands.npc.create.not-living-mobtype={0} is geen levend entity-type. Het normale type wordt gebruikt. -citizens.commands.npc.create.npc-name-too-long=NPC namen kunnen niet langer zijn dan 16 letters, de naam is verkort. -citizens.commands.npc.despawn.despawned=Je hebt [[{0}]] laten despawnen. -citizens.commands.npc.lookclose.set=[[{0}]] draait nu naar spelers zijn buurt. -citizens.commands.npc.lookclose.stopped=[[{0}]] draait nu niet meer naar spelers zijn buurt. -citizens.commands.npc.mount.failed=Kan niet op [[{0}]] rijden. -citizens.commands.npc.moveto.format=Het formaat is x:y:z(:wereld) of x y z( wereld). -citizens.commands.npc.moveto.missing-world=Wereld niet gevonden. -citizens.commands.npc.moveto.teleported=[[{0}]] geteleporteerd naar {1}. -citizens.commands.npc.owner.already-owner={0} is de eigenaar van {1} al. -citizens.commands.npc.owner.owner=[[{0}]] zijn eigenaar is [[{1}]]. -citizens.commands.npc.owner.set-server=[[The server]] is nu de eigenaar van {0}. -citizens.commands.npc.owner.set=[[{1}]] is nu de eigenaar van {0}. -citizens.commands.npc.pose.added=Pose added. -citizens.commands.npc.pose.already-exists=De pose {0} bestaat al. -citizens.commands.npc.pose.invalid-name=Onbekende pose naam. -citizens.commands.npc.pose.missing=De pose {1} bestaat niet. -citizens.commands.npc.pose.removed=Pose verwijderd. -citizens.commands.npc.powered.set=[[{0}]] is nu elektrisch. -citizens.commands.npc.powered.stopped=[[{0}]] is nu niet meer elektrisch. -citizens.commands.npc.profession.invalid-profession={0} is geen bekend beroep. -citizens.commands.npc.profession.set=[[{0}]] is nu een [[{1}]]. -citizens.commands.npc.remove.incorrect-syntax=onbekende vorm. /npc remove (all) -citizens.commands.npc.remove.removed-all=Je hebt alle NPC's permanent verwijderd. -citizens.commands.npc.remove.removed=Je hebt [[{0}]] permanent verwijderd. -citizens.commands.npc.rename.renamed=Je hebt [[{0}]] zijn naam veranderd naar [[{1}]]. -citizens.commands.npc.select.already-selected=Je hebt deze NPC al geselecteerd. -citizens.commands.npc.spawn.already-spawned={0} is al gespawned op een andere locatie. Gebruik '/npc tphere' om de NPC naar jou toe te teleporteren. -citizens.commands.npc.spawn.missing-npc-id=Er bestaat geen NPC met de ID {0}. -citizens.commands.npc.spawn.no-location=Geen opgeslagen locatie bekend - Dit commando moet door een online speler gebruikt worden. -citizens.commands.npc.spawn.spawned=Je hebt [[{0}]] gespawned. -citizens.commands.npc.speed.modifier-above-limit=Snelheid is boven het limiet. -citizens.commands.npc.speed.set=NPC snelheid gezet naar [[{0}]]. -citizens.commands.npc.tp.teleported=Jij bent naar [[{0}]] geteleporteerd. -citizens.commands.npc.tphere.teleported=[[{0}]] is naar jou toe geteleporteerd. -citizens.commands.npc.vulnerable.set=[[{0}]] is nu kwetsbaar. -citizens.commands.npc.vulnerable.stopped=[[{0}]] is niet langer kwetsbaar. -citizens.commands.page-missing=The page [[{0}]] bestaat niet. -citizens.commands.requirements.disallowed-mobtype=De NPC kan monster-type {0} niet zijn om dat commando te gebruiken. -citizens.commands.requirements.missing-required-trait=Het benodigde karaktertype {0} kan niet worden gevonden. -citizens.commands.requirements.must-be-ingame=Je moet online zijn om dit commando te gebruiken. -citizens.commands.requirements.must-be-owner=Je moet de eigenaar van deze NPC te zijn om dit commando te gebruiken. -citizens.commands.requirements.must-have-selected=Je moet een NPC geselecteerd hebben om dit commando te gebruiken. -citizens.commands.script.compiled=Script opgesteld -citizens.commands.script.compiling=Het script wordt opgesteld... -citizens.commands.script.file-missing=Het bestand {0} bestaat niet! -citizens.commands.template.applied=Model toegevoegd aan [[{0}]] NPCs. -citizens.commands.template.conflict=Een model op deze naam bestaat al. -citizens.commands.template.created=Model gemaakt. -citizens.commands.template.missing=Model niet gevonden. -citizens.commands.trait.added={0} toegevoegd. -citizens.commands.trait.failed-to-add=<7>Kon {0} niet toevoegen. -citizens.commands.trait.failed-to-change=<7>Kon {0} niet veranderen. -citizens.commands.trait.failed-to-remove=<7>Kon {0} niet verwijderen. -citizens.commands.trait.removed={0} verwijderd. -citizens.commands.traitc.missing=Eigenschap niet gevonden. -citizens.commands.traitc.not-configurable=Dit eigenschap kan niet worden aangepast. -citizens.commands.traitc.not-on-npc=De NPC heeft deze eigenschap niet. -citizens.commands.unknown-command=Onbekend commando, bedoelde je: -citizens.economy.error-loading=Niet mogelijk je economy te handelen. Staat de Vault plugin aan? -citizens.economy.minimum-cost-required=Je hebt ten minste {0} nodig. -citizens.economy.money-withdrawn=[[{0}]] van je NPC afgenomen. -citizens.editors.already-in-editor=Je bent al in een editor -citizens.editors.equipment.all-items-removed=[[{0}]] heeft alle voorwerpen van zich afgenomen. -citizens.editors.equipment.begin=Uitrusting editor aangezet!
[[Rechter Muisknop]] om de NPC aan te kleden! -citizens.editors.equipment.end=Uitrusting editor uitgezet -citizens.editors.equipment.invalid-block=Onbekend blok! -citizens.editors.equipment.saddled-set=[[{0}]] is nu bezadeld. -citizens.editors.equipment.saddled-stopped=[[{0}]] is niet langer bezadeld. -citizens.editors.equipment.sheared-set=[[{0}]] is nu van vacht ontdaan. -citizens.editors.equipment.sheared-stopped=[[{0}]] heeft nu weer een vacht. -citizens.editors.equipment.sheep-coloured=[[{0}]] is nu [[{1}]] gekleurd. -citizens.editors.text.add-prompt=Vul een tekst in om deze aan je NPC toe te voegen. -citizens.editors.text.added-entry=[[{0}]] [[Toegevoegd]]. -citizens.editors.text.begin=tekst editor ingeschakeld! -citizens.editors.text.change-page-prompt=Vul een pagina nummer in om meer teksten te bekijken. -citizens.editors.text.close-talker-set=[[Praten tegen mensen dicht bij]] is nu [[{0}]]. -citizens.editors.text.edit-begin-prompt=Vul de tekst in van het gedeelte dat je wilt aanpassen of [[page]] om meer pagina's te laten zien. -citizens.editors.text.edit-prompt=Vul een text in om een gedeelte aan te passen. -citizens.editors.text.edited-text=Gedeelte [[{0}]] naar [[{1}]] veranderd. -citizens.editors.text.end=Tekst editor aangepast. -citizens.editors.text.invalid-edit-type=Onbekend aanpassings type. -citizens.editors.text.invalid-index={0} is geen bekend gedeelte! -citizens.editors.text.invalid-input=Onbekende input. -citizens.editors.text.invalid-page=Onbekend pagina nummer. -citizens.editors.text.random-talker-set=[[Zonder volgorde praten]] [[{0}]] gezet. -citizens.editors.text.realistic-looking-set=[[Realistisch kijken]] [[{0}]] gezet. -citizens.editors.text.remove-prompt=Vul het nummer van het gedeelte dat je wilt verwijderen in of [[page]] om meer pagina's te bekijken. -citizens.editors.text.removed-entry=Gedeelte [[verwijderd]] op nummer [[{0}]]. -citizens.editors.selection.start-prompt=Er zijn meer NPC's met de aangegeven naam.
Vul a.u.b. een nummer in van de onderstaande lijst. -citizens.editors.waypoints.linear.added-waypoint=[[Toegevoegd:]] een looppunt op ({0}) ([[{1}]], [[{2}]]) -citizens.editors.waypoints.linear.begin=Looppunt editor ingeschakeld!
[[Linker muisknop]] om een loop punt toe te voegen, [[right click]] om een te verwijderen.
Typ [[toggle path]] om entities laten zien op looppunten te veranderen. -citizens.editors.waypoints.linear.edit-slot-set=Aanpas slot gezet naar [[{0}]] ({1}). -citizens.editors.waypoints.linear.end=Looppunt editor verlaten -citizens.editors.waypoints.linear.not-showing-markers=[[Gestopt met]] het laten zien van looppunt markeerders. -citizens.editors.waypoints.linear.range-exceeded=Vorige looppunt is {0} blokken weg, maar het limiet is {1}. -citizens.editors.waypoints.linear.removed-waypoint=[[Verwijdering van]] een looppunt ([[{0}]] over) ([[{1}]]) -citizens.editors.waypoints.linear.showing-markers=[[Laten zien van]] looppunt markeerders. -citizens.limits.over-npc-limit=NPC limiet van {0} verstreken. -citizens.load-task-error=NPC laad opdracht kon niet worden getimed, disabling... -citizens.nms-errors.clearing-goals=Kon doelen niet opschonen: {0}. -citizens.nms-errors.getting-field=Kon niet halen, het veld {0}: {1}. -citizens.nms-errors.getting-id-mapping=Kon entity-id-mapping-fields niet ophalen: {0}. -citizens.nms-errors.spawning-custom-entity=Spawnen mislukt van het aangepaste entity: {0}. -citizens.nms-errors.stopping-network-threads=Kon netwerk groepen niet stoppen: {0}. -citizens.nms-errors.updating-land-modifier=Kon landsnelheid niet updaten: {0}. -citizens.nms-errors.updating-navigation-world=Kon navigatie niet updaten in world: {0}. -citizens.nms-errors.updating-pathfinding-range=Padvind-bereik kon niet worden g\u00ebupdate: {0}. -citizens.notifications.database-connection-failed=Het was niet mogelijk met de database verbinding op te maken, terugvallen op YAML (.yml) -citizens.notifications.disabled=v{0} uitgeschakeld. -citizens.notifications.enabled=v{0} ingeschakeld. -citizens.notifications.error-reloading=Error ontstaan tijdens het opnieuw laden, bekijk de console! -citizens.notifications.exception-updating-npc=Fout tijdens het updaten van {0}: {1}. -citizens.notifications.incompatible-version=v{0} werkt niet met Minecraft v{1}. Uitschakelen -citizens.notifications.locale=Gebruik van locale {0} wordt gemaakt. -citizens.notifications.metrics-load-error=Niet gelukt om de statistieken te starten: {0}. -citizens.notifications.metrics-started=Statistieken gestart -citizens.notifications.missing-translations=Vertalings bestand {0} mist. Normale engelse taal wordt gebruikt. -citizens.notifications.npc-name-not-found=Geen naam kom worden gevonden voor ID {0}. -citizens.notifications.npc-not-found=Geen NPC kon gevonden worden. -citizens.notifications.npcs-loaded={0} NPCs geladen. -citizens.notifications.reloaded=Citizens opnieuw geladen. -citizens.notifications.reloading=Opnieuw laden van Citizens... -citizens.notifications.save-method-set=Opslaan methode is nu {0}. -citizens.notifications.saved=Citizens opgeslagen. -citizens.notifications.saving=Opslaan van Citizens... -citizens.notifications.skipping-broken-trait=Missende eigenschap over geslagen: {0} Tijdens het laden van ID {1}. Is de naam veranderd? -citizens.notifications.skipping-invalid-pose=Pose wordt overgeslagen: {0} - verkeerde yaw/pitch ({1}). -citizens.notifications.trait-load-failed=De eigenschap {0} heeft gefaald om zich te laten voor NPC ID: {1}. -citizens.notifications.unknown-npc-type=NPC type {0} is niet herkend. Heb je het goed gespeld? -citizens.saves.load-failed=Niet mogelijk om bestanden te laden, uitschakellen... -citizens.settings.writing-default=Normale instellingen worden geschreven: {0} -citizens.sub-plugins.error-on-load={0} opstarten {1} -citizens.sub-plugins.load={0} wordt geladen -citizens.traits.age-description={0}'s leeftijd is [[{1}]]. Gesloten is [[{2}]]. -citizens.waypoints.available-providers-header=Lijst van alle mogelijke aanbieders -citizens.waypoints.current-provider=Dit looppunt is [[{0}]]. -citizens.waypoints.set-provider=Looppunten aanbieder naar [[{0}]] gezet. \ No newline at end of file diff --git a/main/src/main/resources/messages_pl.properties b/main/src/main/resources/messages_pl.properties deleted file mode 100644 index 23153fa04..000000000 --- a/main/src/main/resources/messages_pl.properties +++ /dev/null @@ -1,414 +0,0 @@ -citizens.changed-implementation=Citizens implementation changed, disabling plugin. -citizens.commands.citizens.save.help=Use the -a flag to save async (off the main server thread). -citizens.commands.console-error=Prosz\u0119 zg\u0142o\u015b ten b\u0142\u0105d: [Zobacz konsol\u0119] -citizens.commands.errors.missing-world=Nie znaleziono \u015bwiata. -citizens.commands.help.command-missing=Komenda /{0} nie znaleziona. -citizens.commands.help.header=Pomoc -citizens.commands.id-not-found=Nie znaleziono NPC z ID [[{0}]]. -citizens.commands.invalid.class=Nieprawid\u0142owa klasa polece\u0144 zewn\u0119trznych. -citizens.commands.invalid-mobtype=Nieprawid\u0142owa nazwa moba: [[{0}]]. -citizens.commands.invalid-number=Niepoprawna liczba. -citizens.commands.npc.ai.started=U\u017cywanie inteligencji minecrafta. -citizens.commands.npc.ai.stopped=Koniec u\u017cywania inteligencji minecrafta. -citizens.commands.npc.age.cannot-be-aged=Typu moba {0} nie mo\u017cna zmieni\u0107 wieku. -citizens.commands.npc.age.help=Mo\u017ce by\u0107 u\u017cyty tylko na bytach, kt\u00f3re mog\u0105 sta\u0107 si\u0119 dzie\u0107mi. U\u017cyj flag\u0119 [[-l]], aby zablokowa\u0107 wzort moba (notatka: mo\u017ce by\u0107 wymagany reload). -citizens.commands.npc.age.invalid-age=Nieprawid\u0142owy wiek. Prawid\u0142owy wiek to: adult (doros\u0142y), baby (dziecko), liczba od -24000 do 0. -citizens.commands.npc.age.locked=Wiek zablokowany. -citizens.commands.npc.age.set-adult=[[{0}]] jest teraz doros\u0142y. -citizens.commands.npc.age.set-baby=[[{0}]] jest teraz dzieckiem. -citizens.commands.npc.age.set-normal=[[{0}]] is now age [[{1}]]. -citizens.commands.npc.age.set=[[{0}]] jest teraz [[{1}]]. -citizens.commands.npc.age.unlocked=Wiek odblokowany. -citizens.commands.npc.anchor.added=Dodano kotwic\u0119. -citizens.commands.npc.anchor.already-exists=Kotwica [[{0}]] ju\u017c istnieje. -citizens.commands.npc.anchor.invalid-name=Nieprawid\u0142owa nazwa kotwicy. -citizens.commands.npc.anchor.missing=Kotwica [[{1}]] nie istnieje. -citizens.commands.npc.anchor.removed=Usuni\u0119to kotwic\u0119. -citizens.commands.npc.bee.anger-set=Gniew ustawiono na [[{0}]]. -citizens.commands.npc.bee.has-nectar=[[{0}]] ma nektar. -citizens.commands.npc.bee.no-nectar=[[{0}]] nie ma nektaru. -citizens.commands.npc.bee.not-stung=[[{0}]] ju\u017c nie jest uk\u0105szony/a. -citizens.commands.npc.bee.bee-stung=[[{0}]] jest teraz uk\u0105szony/a. -citizens.commands.npc.bee.invalid-anger=Gniew powinien by\u0107 wi\u0119kszy od 0. -citizens.commands.npc.behaviour.added=Dodano zachowanie. -citizens.commands.npc.behaviour.help=Argument skrypt\u00f3w to lista nazw plik\u00f3w oddzielonych przecinkami. Skrypty b\u0119d\u0105 \u0142adowane automatycznie i uruchamiane przy ka\u017cdym ticku. U\u017cyj flagi [[-r]], aby usun\u0105\u0107 zachowania. -citizens.commands.npc.behaviour.removed=Usuni\u0119to zachowanie. -citizens.commands.npc.cat.invalid-type=Okre\u015blono nieprawid\u0142owy tyop. Prawid\u0142owy typ to: [[{0}]]. -citizens.commands.npc.cat.invalid-collar-color=Okre\u015blono nieprawid\u0142owy typ koloru obro\u017cy. Prawid\u0142owy typ to: [[{0}]]. -citizens.commands.npc.cat.collar-color-set=Kolor obro\u017cy ustawiono na [[{0}]]. -citizens.commands.npc.cat.sitting-start=[[{0}]] zacz\u0105\u0142/\u0119\u0142a siedzie\u0107. -citizens.commands.npc.cat.sitting-stop=[[{0}]] zako\u0144czy\u0142/a siedzie\u0107. -citizens.commands.npc.cat.lying-start=[[{0}]] zacz\u0105\u0142/\u0119\u0142a le\u017ce\u0107. -citizens.commands.npc.cat.lying-stop=[[{0}]] zako\u0144czy\u0142/a le\u017ce\u0107. -citizens.commands.npc.cat.type-set=Ustawiono typ na [[{0}]]. -citizens.commands.npc.collidable.set=[[{0}]] b\u0119dzie teraz kolidowa\u0107 z bytami. -citizens.commands.npc.collidable.unset=[[{0}]] nie b\u0119dzie teraz kolidowa\u0107 z bytami. -citizens.commands.npc.command.none-added=Nie dodano \u017cadnych komend. -citizens.commands.npc.command.cost-set=Ustawiono koszt klikni\u0119cia na [[{0}]]. -citizens.commands.npc.command.left-hand-header=Wywo\u0142ywane komendy [[lewy przycisk]]: -citizens.commands.npc.command.right-hand-header=Wywo\u0142ywane komendy [[prawy przycisk]]: -citizens.commands.npc.command.command-removed=Usuni\u0119to komend\u0119 [[{0}]]. -citizens.commands.npc.command.command-added=Komenda [[{0}]] dodana z id [[{1}]]. -citizens.commands.npc.command.help=
U\u017cyj flagi [[-l]], aby komenda by\u0142a pod lewym przyciskiem, lub [[-r]], \u017ceby by\u0142a pod prawym (domy\u015blnie).
U\u017cyj czas odnowienia na gracza na wykonanie klikni\u0119cia [[--cooldown]] (w [[sekundach]]).
Ustaw czas odnowienia ca\u0142ego serwera w sekundach za pomoc\u0105 [[--gcooldown]].
[[--delay]] b\u0119dzie czeka\u0107 na okre\u015blon\u0105 kwot\u0119 [[ticks]] zanim u\u017cyje komendy.
[[--permissions]] ustawi polecenie tak, aby wymaga\u0142o okre\u015blonych uprawnie\u0144 (w przypadku kliku oddziel przecinkami).
[[--n]] pozwoli graczowi uruchomi\u0107 polecenie tylko tyle razy.
U\u017cyj [[-o]] tymczasowe wykonanie polecenia jako op i [[-p]], aby uruchomi\u0107 polecenie jako klikaj\u0105cy gracz zamiast serwera.
Aby da\u0107 graczowi tymczasowe uprawnienia zamiast op, u\u017cyj [[/npc command permissions]].
Ustaw koszt na klikni\u0119cie pod [[/npc command cost]].
Komendy mo\u017cna wykonywa\u0107 pojedynczo zamiast wszystkich naraz za pomoc\u0105 [[/npc command sequential]]. -citizens.commands.npc.command.unknown-id=Nieznane ID polecenia [[{0}]] dla tego NPC. -citizens.commands.npc.command.temporary-permissions-set=Tymczasowe uprawnienia ustawione na [[{0}]]. -citizens.commands.npc.commands.sequential-set=Komendy b\u0119d\u0105 teraz wykonywane po kolei. -citizens.commands.npc.commands.sequential-unset=Komendy nie b\u0119d\u0105 teraz wykonywane po kolei. -citizens.commands.npc.commands.random-set=Komendy b\u0119d\u0105 teraz wykonywane losowo. -citizens.commands.npc.commands.random-unset=Komendy b\u0119d\u0105 teraz wykonywane losowo. -citizens.commands.npc.controllable.not-controllable=[[{0}]] nie podlega kontrolowaniu. -citizens.commands.npc.controllable.removed=[[{0}]] nie mo\u017cna ju\u017c d\u0142u\u017cej kontrolowa\u0107. -citizens.commands.npc.controllable.set=[[{0}]] mo\u017cna ju\u017c kontrolowa\u0107. -citizens.commands.npc.copy.copied=[[{0}]] zosta\u0142/a skopiowany/a. -citizens.commands.npc.create.mobtype-missing=[[{0}]] nie jest obs\u0142ugiwany jako typ mobu NPC. -citizens.commands.npc.create.invalid-location=Nie mo\u017cna przeanalizowa\u0107 lokalizacji odradzania lub nie zosta\u0142a ona znaleziona. -citizens.commands.npc.create.invalid-mobtype=[[{0}]] to nieprawid\u0142owy typ moba. -citizens.commands.npc.create.npc-name-too-long=Nazwa NPC nie mo\u017ce by\u0107 d\u0142u\u017csza ni\u017c [[{0}]] znak\u00f3w. Nazwa zosta\u0142a skr\u00f3cona. -citizens.commands.npc.create.no-player-for-spawn=Nie mo\u017cna znale\u017a\u0107 \u017cadnego gracza o tej nazwie, u kt\u00f3rego m\u00f3g\u0142by pojawi\u0107 si\u0119 NPC. -citizens.commands.npc.despawn.despawned=Usun\u0105\u0142e\u015b [[{0}]]. -citizens.commands.npc.endercrystal.showing-bottom=[[{0}]] pokazuje teraz swoj\u0105 podstaw\u0119. -citizens.commands.npc.endercrystal.not-showing-bottom=[[{0}]] nie pokazuje ju\u017c swojej podstawy. -citizens.commands.npc.enderman.angry-set=[[{0}]] jest teraz agresywny. -citizens.commands.npc.enderman.angry-unset=[[{0}]] nie jest ju\u017c agresywny. -citizens.commands.npc.flyable.set=[[{0}]] mo\u017ce teraz lata\u0107. -citizens.commands.npc.flyable.unset=[[{0}]] nie mo\u017ce ju\u017c lata\u0107. -citizens.commands.npc.fox.crouching-set=[[{0}]] teraz kuca. -citizens.commands.npc.fox.crouching-unset=[[{0}]] ju\u017c nie kuca. -citizens.commands.npc.fox.sitting-set=[[{0}]] teraz siedzi. -citizens.commands.npc.fox.sitting-unset=[[{0}]] ju\u017c nie siedzi. -citizens.commands.npc.fox.sleeping-set=[[{0}]] teraz \u015bpi. -citizens.commands.npc.fox.sleeping-unset=[[{0}]] ju\u017c nie \u015bpi. -citizens.commands.npc.fox.fox-type-set=Typ lisa ustawiony na [[{0}]]. -citizens.commands.npc.fox.invalid-fox-type=B\u0142\u0119dny typ lisa. Prawid\u0142owy typ to: [[{0}]]. -citizens.commands.npc.follow.set=[[{0}]] pod\u0105\u017ca teraz za [[{1}]]. -citizens.commands.npc.follow.unset=[[{0}]] ju\u017c za nikim nie pod\u0105\u017ca. -citizens.commands.npc.gamemode.describe=Tryb gry {0} ustawiono na [[{1}]]. -citizens.commands.npc.gamemode.invalid={0} to nieprawid\u0142owy typ gry. -citizens.commands.npc.gamemode.set=Ustawiono typ gry na [[{0}]]. -citizens.commands.npc.gravity.disabled=Grawitacja [[wy\u0142\u0105czona]]. -citizens.commands.npc.gravity.enabled=Grawitacja [[w\u0142\u0105czona]]. -citizens.commands.npc.glowing.set=[[{0}]] teraz \u015bwieci. -citizens.commands.npc.glowing.player-only=Kolor \u015bwiecenia mo\u017ce zosta\u0107 zmieniony tylko dla NPC typu gracz. -citizens.commands.npc.glowing.unset=[[{0}]] ju\u017c nie \u015bwieci. -citizens.commands.npc.glowing.color-set=[[{0}]] \u015bwieci teraz kolorem {1}]]. -citizens.commands.npc.guardian.elder-unset=[[{0}]] nie jest ju\u017c starszym sta\u017cnikiem. -citizens.commands.npc.guardian.elder-set=[[{0}]] jest teraz starszym stra\u017cnikiem. -citizens.commands.npc.hologram.text-set=Ustawiono lini\u0119 tekstu hologramu [[{0}]] na [[{1}]]. -citizens.commands.npc.hologram.text-removed=Usuni\u0119to tekst hologramu. -citizens.commands.npc.hologram.text-missing=Brak tekstu do dodania. -citizens.commands.npc.hologram.text-describe-header=Tekst hologram\u00f3w [[{0}]] (w kolejno\u015bci od do\u0142u): -citizens.commands.npc.hologram.invalid-text-id=Nieprawid\u0142owy numer lini -citizens.commands.npc.hologram.line-height-set=Wysoko\u015b\u0107 lini ustawiona na [[{0}]]. -citizens.commands.npc.hologram.line-removed=Usuni\u0119to lini\u0119 [[{0}]]. -citizens.commands.npc.hologram.direction-set=Ustawiono kierunek na [[{0}]]. -citizens.commands.npc.hologram.line-add=Dodano now\u0105 linijk\u0119 hologramu: [[{0}]]. -citizens.commands.npc.hologram.cleared=Wyczyszczono linijk\u0119 hologramu. -citizens.commands.npc.horse.chest-set=Ko\u0144 teraz ma na sobie skrzyni\u0119. -citizens.commands.npc.horse.chest-unset=Ko\u0144 ju\u017c nie ma na sobie skrzyni. -citizens.commands.npc.horse.color-set=Kolor konia ustawiono na [[{0}]]. -citizens.commands.npc.horse.type-set=Typ konia ustawiono na [[{0}]]. -citizens.commands.npc.horse.style-set=Styl konia ustawiono na [[{0}]]. -citizens.commands.npc.horse.describe=Kolor konia to [[{0}]], typ to [{1}]] i styl to [[{2}]]. -citizens.commands.npc.horse.invalid-color=Dano nieprawid\u0142owy kolor konia. Prawid\u0142owe kolory: [[{0}]]. -citizens.commands.npc.horse.invalid-type=Dano nieprawid\u0142owy typ konia. Prawid\u0142owe typy: [[{0}]]. -citizens.commands.npc.horse.invalid-style=Dano nieprawid\u0142owy styl konia. Prawid\u0142owe style: [[{0}]]. -citizens.commands.npc.item.item-set=Przedmiot NPC ustawiono na [[{0}]]. -citizens.commands.npc.item.unknown-material=Nieznany przedmiot. -citizens.commands.npc.leashable.set=[[{0}]] jest teraz na smyczy. -citizens.commands.npc.leashable.stopped=[[{0}]] nie jest ju\u017c na smyczy. -citizens.commands.npc.llama.strength-set=Si\u0142a lamy ustawiona na [[{0}]]. -citizens.commands.npc.llama.color-set=Kolor lamy ustawiony na [[{0}]]. -citizens.commands.npc.llama.invalid-color=Dano nieprawid\u0142owy kolor lamy. Prawid\u0142owe kolory: [[{0}]]. -citizens.commands.npc.lookclose.random-look-delay-set=[[{0}]] b\u0119dzie teraz losowo wygl\u0105da\u0107 co [[{1}]] tick\u00f3w. -citizens.commands.npc.lookclose.random-pitch-range-set=[[{0}]] b\u0119dzie teraz losowo wybiera\u0107 tonacj\u0119 z zakresu [{1}]. -citizens.commands.npc.lookclose.random-yaw-range-set=[[{0}]] b\u0119dzie teraz losowo wybiera\u0107 odchylenie w zakresie [{1}]. -citizens.commands.npc.lookclose.random-set=[[{0}]] b\u0119dzie si\u0119 teraz losowo rozgl\u0105da\u0107. -citizens.commands.npc.lookclose.random-stopped=[[{0}]] nie b\u0119dzie si\u0119 ju\u017c losowo rozgl\u0105da\u0107. -citizens.commands.npc.lookclose.error-random-range=Nieprawid\u0142owy zakres [[{0}]]. U\u017cyj formatu `min,max`. -citizens.commands.npc.lookclose.set=[[{0}]] b\u0119dzie si\u0119 teraz obraca\u0107, gdy gracz jest w pobli\u017cu. -citizens.commands.npc.lookclose.stopped=[[{0}]] nie b\u0119dzie si\u0119 ju\u017c obraca\u0107, gdy gracz jest w pobli\u017cu. -citizens.commands.npc.metadata.set=[[{0}]] ustawiono na [[{1}]]. -citizens.commands.npc.metadata.unset=Usuni\u0119to [[{{0}}]] z [[{1}]]. -citizens.commands.npc.minecart.set=[[{0}]] ma teraz przedmiot [[{1}]]:[[{2}]] z przesuni\u0119ciem [[{3}]]. -citizens.commands.npc.mount.failed=Nie mo\u017cna zamontowa\u0107 [[{0}]]. -citizens.commands.npc.mount.must-be-spawned=Nie mo\u017cna zamontowa\u0107 [[{0}]]. Upewnij si\u0119, \u017ce ID docelowego NPC jest poprawny i zosta\u0142 utworzony. -citizens.commands.npc.moveto.format=Format to x:y:z(:world) albo x y z( world). -citizens.commands.npc.mount.mount-on-itself=Nie mo\u017cna zamontowa\u0107 na sobie NPC. -citizens.commands.npc.moveto.teleported=[[{0}]] z''teleportowano do [[{1}]]. -citizens.commands.npc.mushroomcow.invalid-variant=Nieprawid\u0142owy wariant. Prawid\u0142owy wariant to: [[{0}]]. -citizens.commands.npc.mushroomcow.variant-set=Wariant [[{0}]] ustawiono na [[{1}]]. -citizens.commands.npc.nameplate.toggled=Prze\u0142\u0105czana widoczno\u015b\u0107 nazwy. -citizens.commands.npc.ocelot.deprecated=Typy Ocelot nie dzia\u0142aj\u0105 w tej wersji Minecrafta. U\u017cyj [[/ npc type cat]], je\u015bli chcesz zmieni\u0107 kolor. -citizens.commands.npc.ocelot.invalid-type=Nieprawid\u0142owy typ ocelota. Prawid\u0142owe typy to: [[{0}]]. -citizens.commands.npc.owner.already-owner={0} jest ju\u017c w\u0142a\u015bcicielem [[{1}]]. -citizens.commands.npc.owner.owner=W\u0142a\u015bciciel [[{0}]] to [[{1}]]. -citizens.commands.npc.owner.set-server=[[server]] jest teraz w\u0142a\u015bcicielem [[{0}]]. -citizens.commands.npc.owner.set=[[{1}]] jest teraz w\u0142a\u015bcicielem [[{0}]]. -citizens.commands.npc.panda.invalid-gene=Nieprawid\u0142owy gen. Prawid\u0142owy gen to [[{0}]]. -citizens.commands.npc.panda.sitting=Zacz\u0105\u0142/\u0119\u0142a siedzie\u0107. -citizens.commands.npc.panda.stopped-sitting=Sko\u0144czy\u0142/a siedzie\u0107. -citizens.commands.npc.panda.main-gene-set=G\u0142\u00f3wny gen ustawiono na [[{0}]]. -citizens.commands.npc.panda.hidden-gene-set=Schowany gen ustawiono na [[{0}]]. -citizens.commands.npc.passive.set=[[{0}]] nie b\u0119dzie ju\u017c zadawa\u0107 obra\u017cenia istotom. -citizens.commands.npc.passive.unset=[[{0}]] b\u0119dzie teraz zadawa\u0107 obra\u017cenia istotom. -citizens.commands.npc.pathfindingrange.set=Zakres wyszukiwania \u015bcie\u017cki ustawiony na [[{0}]]. -citizens.commands.npc.parrot.invalid-variant=Nieprawid\u0142owy wariant papugi. Prawid\u0142owe warianty to [[{0}]]. -citizens.commands.npc.parrot.variant-set=Wariant ustawiony na [[{0}]]. -citizens.commands.npc.pathopt.avoid-water-set=[[{0}]] b\u0119dzie teraz unika\u0107 wody. -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] nie b\u0119dzie ju\u017c unika\u0107 wody. -citizens.commands.npc.pathopt.stationary-ticks-set=Maksymalne sta\u0142e ticki u\u017cytkownika [[{0}]] ustawiono na [[{1}]]. -citizens.commands.npc.pathopt.distance-margin-set=Margines odleg\u0142o\u015bci znajdowania \u015bcie\u017cki [[{0}]] zosta\u0142 ustawiony na [[{1}]]. -citizens.commands.npc.pathopt.path-distance-margin-set=[[{0}]]''s pathfinding path distance margin set to [[{1}]]. -citizens.commands.npc.pathopt.attack-range-set=Zasi\u0119g ataku [[{0}]] ustawiono na [[{1}]]. -citizens.commands.npc.pathopt.use-new-finder=[[{0}]] u\u017cywa nowej wyszukiwarki ustawionej na [[{1}]]. -citizens.commands.npc.playerlist.added=Dodano [[{0}]] do listy graczt. -citizens.commands.npc.playerlist.removed=Usuni\u0119to [[{0}]] z listy graczy. -citizens.commands.npc.polarbear.rearing-set=[[{0}]] teraz si\u0119 wychowywuje. -citizens.commands.npc.polarbear.rearing-unset=[[{0}]] ju\u017c si\u0119 nie wychowywuje. -citizens.commands.npc.pose.added=Dodano pozycj\u0119. -citizens.commands.npc.pose.already-exists=Pozycja [[{0}]] ju\u017c istnieje. -citizens.commands.npc.pose.invalid-name=Nieprawid\u0142owa nazwa pozycji. -citizens.commands.npc.pose.missing=Pozycja [[{0}]] nie istnieje. -citizens.commands.npc.pose.default-pose-set=Domy\u015blna pozycja ustawiona na [[{0}]]. -citizens.commands.npc.pose.removed=Usuni\u0119to pozycj\u0119. -citizens.commands.npc.powered.set=[[{0}]] jest teraz na\u0142adowany. -citizens.commands.npc.powered.stopped=[[{0}]] ju\u017c nie jest na\u0142adowany. -citizens.commands.npc.phantom.phantom-set=Ustawiono wielko\u015b\u0107 na [[{0}]]. -citizens.commands.npc.tropicalfish.invalid-color=Nieprawid\u0142owy kolor ryby. [[{0}]] -citizens.commands.npc.tropicalfish.invalid-pattern=Nieznany wz\u00f3r ryby. Poprawne wzory: [[{0}]] -citizens.commands.npc.tropicalfish.body-color-set=Kolor cia\u0142a ustawiony na [[{0}]]. -citizens.commands.npc.tropicalfish.pattern-color-set=Kolor wzoru ustawiony na [[{0}]]. -citizens.commands.npc.tropicalfish.pattern-set=Wz\u00f3r ustawiony na [[{0}]]. -citizens.commands.npc.profession.invalid-profession=[[{0}]] to nieprawid\u0142owa profesja. Wypr\u00f3buj jedn\u0105 z poni\u017cszych mo\u017cliwo\u015bci: [[{1}]]. -citizens.commands.npc.profession.set=[[{0}]] jest teraz [[{1}]]. -citizens.commands.npc.pufferfish.state-set=Stan ustawiony na [[{0}]]. -citizens.commands.npc.rabbittype.invalid-type=Nieprawid\u0142owy typ kr\u00f3lika. Wypr\u00f3buj jedn\u0105 z poni\u017cszych mo\u017cliwo\u015bci: [[{0}]]. -citizens.commands.npc.rabbittype.type-set=Ustawiono typ kr\u00f3lika [[{0}]] na [[{1}]] -citizens.commands.npc.remove.npcs-removed=Usuni\u0119to NPC''\u00f3w. -citizens.commands.npc.remove.incorrect-syntax=Niepoprawna sk\u0142adnia. /npc remove (all) -citizens.commands.npc.remove.removed-all=Permamentnie usuni\u0119to wszystkich NPC''\u00f3w. -citizens.commands.npc.remove.removed=Permamentnie usuni\u0119to [[{0}]]. -citizens.commands.npc.rename.renamed=Zmieniono nazw\u0119 [[{0}]] na [[{1}]]. -citizens.commands.npc.respawn.delay-set=Op\u00f3\u017anienie odrodzenia ustawiono na [[{0}]]. -citizens.commands.npc.respawn.describe=Op\u00f3\u017anienie odradzania wynosi [[{0}]]. -citizens.commands.npc.select.already-selected=Ten NPC jest aktualnie zaznaczony. -citizens.commands.npc.script.invalid-file=Nieznany lub niedost\u0119pny skrypt ''[[{0}]]''. -citizens.commands.npc.scoreboard.added-tags=Dodano nast\u0119puj\u0105ce tagi: [[{0}]]. -citizens.commands.npc.scoreboard.removed-tags=Usuni\u0119to nast\u0119puj\u0105ce tagi: [[{0}]]. -citizens.commands.npc.sheep.color-set=Ustawiono kolor owcy na [[{0}]]. -citizens.commands.npc.sheep.invalid-color=Nieprawid\u0142owy kolor. Mo\u017cliwe kolory: [[{0}]]. -citizens.commands.npc.script.current-scripts=Bie\u017c\u0105ce skrypty u\u017cytkownika [[{0}]] to [[{1}]]. -citizens.commands.npc.shulker.peek-set=Wy\u015bwietlona kwota [[{0}]] ustawiona na [[{1}]]. -citizens.commands.npc.shulker.color-set=Ustawiono kolor [[{0}]] na [[{1}]]. -citizens.commands.npc.shulker.invalid-color=Nieprawid\u0142owy kolor. Mo\u017cliwe kolory: [[{0}]]. -citizens.commands.npc.skin.error-setting-url=B\u0142\u0105d podczas pobierania tekstury sk\u00f3rki z [[{0}]]. Czy na pewno adres URL jest prawid\u0142owy? -citizens.commands.npc.skin.skin-url-set=Pobrano sk\u00f3rk\u0119 u\u017cytkownika [[{0}]] z [[{1}]]. -citizens.commands.npc.skin.set=Nazwa sk\u00f3rki u\u017cytkownika [[{0}]] zosta\u0142a ustawiona na [[{1}]]. -citizens.commands.npc.skin.missing-skin=Nazwa sk\u00f3rki jest wymagana. -citizens.commands.npc.skin.cleared=Pomy\u015blnie usuni\u0119to sk\u00f3rk\u0119 [[{0}]]. -citizens.commands.npc.skin.layers-set=Warstwy sk\u00f3ry u\u017cytkownika [[{0}]]: peleryna - [[{1}]], czapka - [[{2}]], kurtka - [[{3}]], r\u0119kawy - [[{4} ]], spodnie - [[{5}]]. -citizens.commands.npc.size.description=Wielko\u015b\u0107 [[{0}]] wynosi [[{1}]]. -citizens.commands.npc.size.set=Ustawiono wielko\u015b\u0107 [[{0}]] na [[{1}]]. -citizens.commands.npc.sound.invalid-sound=Nieprawid\u0142owy d\u017awi\u0119k. -citizens.commands.npc.sound.set=D\u017awi\u0119ki u\u017cytkownika [[{0}]] to teraz: odg\u0142osy \u017cycia - [[{1}]], ran - [[{2}]] i \u015bmier\u0107 - [[{3}]]. -citizens.commands.npc.sound.info=D\u017awi\u0119ki u\u017cytkownika [[{0}]] to: og\u0142osy \u017cycia - [[{1}]] ran - [[{2}]], i \u015bmier\u0107 - [[{3}]].

Prawid\u0142owe d\u017awi\u0119ki to {4}. -citizens.commands.npc.skeletontype.set=Typ szkieletu {0} ustawiony na [[{1}]]. -citizens.commands.npc.skeletontype.invalid-type=Nieprawid\u0142owy typ szkieleta. Wypr\u00f3buj jeden z poni\u017cszych: [[{0}]]. -citizens.commands.npc.snowman.derp-set=[[{0}]] jest teraz w trybie g\u0142upi. -citizens.commands.npc.snowman.derp-stopped=[[{0}]] ju\u017c nie jest g\u0142upi. -citizens.commands.npc.spawn.already-spawned=[[{0}]] jest ju\u017c utworzony w innym miejscu. U\u017cyj `` / npc tphere '', aby teleportowa\u0107 NPC do swojej lokalizacji. -citizens.commands.npc.spawn.missing-npc-id=\u017baden NPC o ID {0} nie istnieje. -citizens.commands.npc.spawn.no-location=Brak dost\u0119pnej lokalizacji - polecenie musi by\u0107 u\u017cywane w grze. -citizens.commands.npc.spawn.numeric-id-only=Mo\u017cna u\u017cywa\u0107 tylko ID numerycznych dla /npc spawn. -citizens.commands.npc.spawn.spawned=Odrodzono [[{0}]]. -citizens.commands.npc.speed.modifier-above-limit=Pr\u0119dko\u015b\u0107 jest powy\u017cej limitu. -citizens.commands.npc.speed.set=Modyfikator pr\u0119dko\u015bci NPC ustawiony na [[{0}]]. -citizens.commands.npc.swim.set=[[{0}]] b\u0119dzie teraz p\u0142ywa\u0107 w wodzie. -citizens.commands.npc.swim.unset=[[{0}]] ju\u017c nie b\u0119dzie p\u0142ywa\u0107 w wodzie. -citizens.commands.npc.targetable.set=[[{0}]] mo\u017ce teraz by\u0107 celem mob\u00f3w. -citizens.commands.npc.targetable.unset=[[{0}]] ju\u017c nie mo\u017ce by\u0107 celem mob\u00f3w. -citizens.commands.npc.tp.teleported=Zou teleportowano do [[{0}]]. -citizens.commands.npc.tp.location-not-found=Nie mo\u017cna znale\u017a\u0107 lokalizacji docelowego NPC. -citizens.commands.npc.tpto.success=Pomy\u015blnie przteleportowano. -citizens.commands.npc.tpto.to-not-found=Nie znaleziono jednostki docelowej. -citizens.commands.npc.tpto.from-not-found=Nie znaleziono jednostki \u017ar\u00f3d\u0142owej. -citizens.commands.npc.tphere.missing-cursor-block=Sp\u00f3jrz na blok, do kt\u00f3rego chcesz si\u0119 teleportowa\u0107. -citizens.commands.npc.tphere.teleported=Teleportowano [[{0}]] do {1}. -citizens.commands.npc.type.set=Typ [[{0}]] ustawiono na [[{1}]]. -citizens.commands.npc.type.invalid=[[{0}]] nie jest poprawnym typem. -citizens.commands.npc.vulnerable.set=[[{0}]] jest teraz podatny na obra\u017cenia. -citizens.commands.npc.vulnerable.stopped=[[{0}]] ju\u017c nie jest podatny na obra\u017cenia. -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] nie jest kolorem w formacie RGB ani nazw\u0105 DyeColor. -citizens.commands.npc.wolf.collar-color-unsupported=[[{0}]] nie jest kodem koloru RGB, kt\u00f3rego mo\u017cna u\u017cy\u0107 na obro\u017cy wilka. -citizens.commands.npc.villager.level-set=Ustawiono poziom na [[{0}]]. -citizens.commands.npc.villager.invalid-type=Nieprawid\u0142owy typ osadnika. Poprawne typy: [[{0}]]. -citizens.commands.npc.villager.type-set=Ustawiono typ na [[{0}]]. -citizens.commands.npc.zombiemod.villager-set=[[{0}]] jest teraz osadnikiem. -citizens.commands.npc.zombiemod.villager-unset=[[{0}]] ju\u017c nie jest osadnikiem. -citizens.commands.npc.zombiemod.baby-set=[[{0}]] jest teraz dzieckiem. -citizens.commands.npc.zombiemod.baby-unset=[[{0}]] ju\u017c nie jest dzieckiem. -citizens.commands.npc.zombiemod.villager-profession-set=Ustawiono profesj\u0119 [[{0}]] na [[{1}]]. -citizens.commands.page-missing=Strona [[{0}]] nie istnieje. -citizens.commands.requirements.disallowed-mobtype=NPC nie mo\u017ce by\u0107 typem mobu [[{0}]] dla tej komendy. -citizens.commands.requirements.living-entity=NPC musi by\u0107 \u017cywym bytem. -citizens.commands.requirements.missing-permission=Nie masz permisji do tej komendy. -citizens.commands.requirements.missing-required-trait=Brak wymaganej cechy [[{0}]]. -citizens.commands.requirements.must-be-ingame=Musisz by\u0107 w grze, aby u\u017cyj tej komendy. -citizens.commands.requirements.must-be-owner=Musisz by\u0107 w\u0142a\u015bcicielem tego NPC, aby u\u017cy\u0107 tej komendy. -citizens.commands.requirements.must-have-selected=Musisz zaznaczy\u0107 NPC, aby u\u017cy\u0107 tej komendy. -citizens.commands.requirements.too-few-arguments=Za ma\u0142o argument\u00f3w. -citizens.commands.requirements.too-many-arguments=Za du\u017co argument\u00f3w. -citizens.commands.script.compiled=Skompilowano skrypt. -citizens.commands.script.compiling=Komilowanie skryptu... -citizens.commands.script.file-missing=Plik [[{0}]] nie istnieje! -citizens.commands.template.applied=Szablon zastosowany do [[{0}]] NPC''\u00f3w. -citizens.commands.template.conflict=Szablon o tej nazwie ju\u017c istnieje. -citizens.commands.template.created=Stworzono szablon. -citizens.commands.template.missing=Nie znaleziono szablonu. -citizens.commands.template.delete.deleted=Usuni\u0119to szablon [[{0}]]. -citizens.commands.template.list.header=]]Mo\u017cliwe szablony[[:]] -citizens.commands.trait.added=Pomy\u015blnie dodano {0}. -citizens.commands.trait.failed-to-add=<7>Nie uda\u0142o si\u0119 doda\u0107 {0}. -citizens.commands.trait.failed-to-change=<7>Nie uda\u0142o si\u0119 zmieni\u0107 {0}. -citizens.commands.trait.failed-to-remove=<7>Nie uda\u0142o si\u0119 usun\u0105\u0107 {0}. -citizens.commands.trait.removed=Pomy\u015blnie usuni\u0119to {0}. -citizens.commands.traitc.missing=Nie znaleziono cechy. -citizens.commands.traitc.not-configurable=Nie mo\u017cna konfigurowa\u0107 tej cechy. -citizens.commands.traitc.not-on-npc=NPC nie ma tej cechy. -citizens.commands.unknown-command=Nieznana komenda. My\u015bla\u0142e\u015b mo\u017ce o: -citizens.commands.waypoints.add.waypoint-added=Dodano punkt podr\u00f3\u017cy w [[{0}]] (indeks [[{1}]]). -citizens.commands.waypoints.disableteleporting.disabled=[[{0}]] nie b\u0119dzie ju\u017c si\u0119 teleportowa\u0107, gdy zgubi \u015bcie\u017ck\u0119. -citizens.commands.waypoints.opendoors.enabled=[[{0}]] b\u0119dzie teraz otwiera\u0107 drzwi podczas znajdowania \u015bcie\u017cki. -citizens.commands.waypoints.opendoors.disabled=[[{0}]] nie b\u0119dzie ju\u017c otwiera\u0107 drzwi podczas znajdowania \u015bcie\u017cki. -citizens.commands.wolf.traits-updated=Cecha [[{0}]] zosta\u0142a zaktualizowana. Wrogi:[[{1}]], Siedzenie:[[{2}]], Oswojony:[[{3}]], Kolor obro\u017cy:[[{4}]] -citizens.conversations.selection.invalid-choice=[[{0}]] nie jest poprawn\u0105 opcj\u0105. -citizens.economy.error-loading=Nie znaleziono Vault -> brak obs\u0142ugi ekonomii. -citizens.economy.minimum-cost-required=Potrzebujesz przynajmniej [[{0}]]. -citizens.economy.money-withdrawn=Withdrew [[{0}]] za Twojego NPC. -citizens.editors.already-in-editor=Ju\u017c jeste\u015b w edytorze! -citizens.editors.copier.begin=Wchodzenie do kopiowania NPC!
Kliknij gdziekolwiek, aby skopiowa\u0107 zaznaczonego NPC. -citizens.editors.copier.end=Wychodzenie z kopiowania NPC. -citizens.editors.equipment.all-items-removed=Usuni\u0119to wszystkie przedmioty [[{0}]]. -citizens.editors.equipment.begin=Wchodzenie do edytora ekwipunku!
[[Right click]] to equip the NPC or [[crouch right click]] to change the item in hand!
Type [[offhand]], [[chestplate]], [[helmet]], etc. in chat to equip specific slots with the item you''re holding! -citizens.editors.equipment.end=Wychodzenie z edytora ekwipunku. -citizens.editors.equipment.invalid-block=Nieznany b\u0142\u0105d! -citizens.editors.equipment.saddled-set=[[{0}]] jest teraz saddled. -citizens.editors.equipment.saddled-stopped=[[{0}]] ju\u017c nie jest saddled. -citizens.editors.equipment.sheared-set=[[{0}]] jest teraz ostrzy\u017cony/a. -citizens.editors.equipment.sheared-stopped=[[{0}]] ju\u017c nie jest ostrzy\u017cony/a. -citizens.editors.equipment.sheep-coloured=[[{0}]] jest teraz koloru [[{1}]]. -citizens.editors.selection.start-prompt=By\u0142o wiele NPC o tej samej podanej nazwie.
Napisz ID tego NPC z listy poni\u017cej. -citizens.editors.text.add-prompt=Wpisz tekst, aby doda\u0107 go do NPC. -citizens.editors.text.added-entry=[[Added]] the entry [[{0}]]. -citizens.editors.text.begin=Wchodzenie do edytora tekstu! Wpisz ''exit'', aby wyj\u015b\u0107 z edytora. -citizens.editors.text.change-page-prompt=Wprowad\u017a numer strony, aby wy\u015bwietli\u0107 wi\u0119cej tekst\u00f3w NPC. -citizens.editors.text.close-talker-set=[[Close talker]] ustawiono na [[{0}]]. -citizens.editors.text.edit-begin-prompt=Wprowad\u017a indeks pozycji, kt\u00f3r\u0105 chcesz edytowa\u0107 lub [[page]], aby zobaczy\u0107 wi\u0119cej stron. -citizens.editors.text.edit-prompt=Wpisz tekst, aby edytowa\u0107 wej\u015bcie. -citizens.editors.text.edited-text=Changed entry at index [[{0}]] to [[{1}]]. -citizens.editors.text.end=Wychodzenie z edytora tekst\u00f3w. -citizens.editors.text.missing-item-set-pattern=Brakuje modelu przedmiotu w r\u0119ce. -citizens.editors.text.invalid-edit-type=Nieprawid\u0142owy typ edycji. -citizens.editors.text.invalid-index=[[{0}]] nie jest poprawnym indeksem! -citizens.editors.text.invalid-input=Niepoprawne wej\u015bcie. -citizens.editors.text.invalid-page=Niepoprawny numer strony. -citizens.editors.text.invalid-range=Niepoprawny zasi\u0119g. -citizens.editors.text.invalid-delay=Niepoprawny czas. -citizens.editors.text.random-talker-set=[[Random talking]] Ustawiono na [[{0}]]. -citizens.editors.text.range-set=[[Range]] Ustawiono na [[{0}]]. -citizens.editors.text.delay-set=[[Delay]] Ustawiono na [[{0}]] seconds. -citizens.editors.text.realistic-looking-set=[[Realistic looking]] Ustawiono na [[{0}]]. -citizens.editors.text.remove-prompt=Wprowad\u017a indeks pozycji, kt\u00f3r\u0105 chcesz usun\u0105\u0107 lub [[page]], aby zobaczy\u0107 wi\u0119cej stron. -citizens.editors.text.removed-entry=[[Removed]] entry at index [[{0}]]. -citizens.editors.text.talk-item-set=[[Talk item pattern]] set to [[{0}]]. -citizens.editors.waypoints.wander.editing-regions-stop=Exited the region editor. -citizens.editors.waypoints.wander.worldguard-region-not-found=WorldGuard region not found. -citizens.editors.waypoints.wander.worldguard-region-set=WorldGuard region set to [[{0}]]. -citizens.editors.waypoints.wander.range-set=Wander range set to xrange [[{0}]] and yrange [[{1}]]. -citizens.editors.waypoints.wander.begin=Entered the wander waypoint editor.
Type [[xrange ]] or [[yrange ]] to modify the random wander range. Type [[regions]] to enter the region editor.
Type [[delay ]] to delay the NPC between wanders. Type [[worldguardregion ]] to restrict movement to a specific WorldGuard region. -citizens.editors.waypoints.wander.end=Exited the wander waypoint editor. -citizens.editors.waypoints.wander.delay-set=Delay between wanders set to [[{0}]] ticks. -citizens.editors.waypoints.wander.invalid-delay=Invalid delay specified. -citizens.editors.waypoints.wander.added-region=[[Added]] wanderable region at ({0}) ([[{1}]]). -citizens.editors.waypoints.wander.removed-region=[[Removed]] wanderable region at ({0}) ([[{1}]] remaining). -citizens.editors.waypoints.wander.editing-regions=Now editing regions!
[[Left click]] to add a new wanderable region using the xrange/yrange box centred at that block.
[[Right click]] an existing marker to remove that region.
Type [[regions]] to stop or simply exit the editor. Regions should be overlapping with each other. -citizens.editors.waypoints.guided.end=Exited the guided waypoint editor. -citizens.editors.waypoints.guided.begin=Entered the guided waypoint editor! The NPC will randomly walk to a [[destination]] waypoint following the nearest [[guide]] point. For example, try putting guide points on a road and destinations inside houses!
[[Left click]] to add a guide waypoint and [[right click]] to remove an existing waypoint.
[[Sneak]] while left clicking to add a destination waypoint.
Type [[toggle path]] to toggle showing entities at waypoints.
Type [[clear]] to clear all waypoints. -citizens.editors.waypoints.guided.added-guide=Added a [[guide]] waypoint which the NPC will follow on the way to their destination. -citizens.editors.waypoints.guided.added-available=Added a [[destination]] waypoint which the NPC will randomly pathfind between. -citizens.editors.waypoints.guided.already-taken=There is already a waypoint here. -citizens.editors.waypoints.linear.added-waypoint=[[Added]] a waypoint at ({0}) ([[{1}]] total). -citizens.editors.waypoints.linear.begin==== Linear Waypoint Editor ===
[[Left click]] to add a waypoint, [[right click]] to remove it.
You can right click while sneaking to select and remove specific points.
Type [[markers]] to hide waypoints,
[[triggers]] to enter the trigger editor,
[[clear]] to clear all waypoints,
[[cycle]] to make NPCs cycle through waypoints instead of looping. -citizens.editors.waypoints.linear.selected-waypoint=Selected waypoint at {0}. Sneak + right click again to remove this waypoint. -citizens.editors.waypoints.linear.end=Exited the linear waypoint editor. -citizens.editors.waypoints.linear.not-showing-markers=[[Stopped]] showing waypoint markers. -citizens.editors.waypoints.linear.range-exceeded=Previous waypoint is {0} blocks away but the distance limit is {1}. -citizens.editors.waypoints.linear.removed-waypoint=[[Removed]] a waypoint ([[{0}]] remaining) -citizens.editors.waypoints.linear.showing-markers=[[Showing]] waypoint markers. -citizens.editors.waypoints.linear.waypoints-cleared=Wyczyszczono punkty trasy. -citizens.editors.waypoints.linear.cycle-set=Now [[cycling]] through waypoints. -citizens.editors.waypoints.linear.cycle-unset=Now [[looping]] through waypoints. -citizens.editors.waypoints.triggers.add.added=Added waypoint trigger successfully ({0}). -citizens.editors.waypoints.triggers.add.invalid-trigger=Couldn''t create a trigger by the name [[{0}]]. -citizens.editors.waypoints.triggers.add.prompt=Enter in a trigger name to add or type [[back]] to return to the edit prompt. Valid trigger names are {0}. -citizens.editors.waypoints.triggers.animation.added=Animacja [[{0}]] zosta\u0142a dodana. -citizens.editors.waypoints.triggers.list=Current triggers are:{0} -citizens.editors.waypoints.triggers.animation.prompt=Enter in animations to perform - valid animations are {0}.
Type in [[finish]] to finish the animation trigger or [[back]] to return to the previous prompt. -citizens.editors.waypoints.triggers.animation.invalid-animation=Niepoprawna animacja [[{0}]]. Poprawne animacje to {1}. -citizens.editors.waypoints.triggers.chat.invalid-radius=Zasi\u0119g musi by\u0107 liczb\u0105. -citizens.editors.waypoints.triggers.chat.missing-radius=Nie podano promienia. -citizens.editors.waypoints.triggers.chat.message-added=Dodano wiadomo\u015b\u0107: [[{0}]]. -citizens.editors.waypoints.triggers.chat.radius-set=Ustawiono zasi\u0119g na [[{0}]] blok\u00f3w. -citizens.editors.waypoints.triggers.chat.prompt=Enter in chat lines to say.
Type in [[radius (radius)]] to set the block radius to broadcast the messages.
Type [[finish]] to finish the chat trigger or [[back]] to return to the previous prompt. -citizens.editors.waypoints.triggers.delay.prompt=Wprowad\u017a czas w [[server ticks]], aby u\u017cy\u0107. (20 tik\u00f3w = 1 sekunda) -citizens.editors.waypoints.triggers.main.missing-waypoint=Brak edycji punktu trasy. -citizens.editors.waypoints.triggers.main.exit=Exited the waypoint trigger editor. -citizens.editors.waypoints.triggers.main.prompt=- Waypoint Trigger Editor -
Type [[add]] or [[remove]] to edit triggers.
Type [[triggers]] or [[exit]] to exit this editor.
Current triggers are:{0} -citizens.editors.waypoints.triggers.remove.index-out-of-range=Index must be in the range [[1-{0}]]. -citizens.editors.waypoints.triggers.remove.not-a-number=Index must be a number. -citizens.editors.waypoints.triggers.remove.prompt=Enter in the index of the trigger to delete or [[back]] to return to the edit prompt. Current triggers are:{0} -citizens.editors.waypoints.triggers.remove.removed=Successfully removed trigger [[{0}]]. -citizens.editors.waypoints.triggers.speed.prompt=Enter the speed modifier as a [[percentage]] of its base speed. -citizens.editors.waypoints.triggers.teleport.invalid-format=Podano niepoprawn\u0105 lokacj\u0119. Format to [[world]]:[[x]]:[[y]]:[[z]]. -citizens.editors.waypoints.triggers.teleport.prompt=Enter the destination in the format world:x:y:z. Type [[here]] to use your current location. Type [[back]] to return to the edit prompt. -citizens.limits.over-npc-limit=Przekroczono limit NPC wynosz\u0105cy {0}. -citizens.load-task-error=Nie mo\u017cna zaplanowa\u0107 zadania \u0142adowania NPC, wy\u0142\u0105czanie... -citizens.nms-errors.clearing-goals=Nie uda\u0142o si\u0119 wyznaczy\u0107 cel\u00f3w: {0}. -citizens.nms-errors.restoring-goals=Nie uda\u0142o si\u0119 przywr\u00f3ci\u0107 cel\u00f3w: {0}. -citizens.nms-errors.error-setting-persistent=Nie mo\u017cna ustawi\u0107 NPC jako trwa\u0142ego: {0}. Usuni\u0119to NPC. -citizens.nms-errors.getting-field=Nie uda\u0142o si\u0119 pobra\u0107 pola NMS {0}: [[{1}. -citizens.nms-errors.getting-method=Nie uda\u0142o si\u0119 pobra\u0107 metody NMS {0}: [[{1}. -citizens.nms-errors.getting-id-mapping=Nie uda\u0142o si\u0119 pobra\u0107 p\u00f3l mapowania ID bytu: {0}. -citizens.nms-errors.spawning-custom-entity=Nie uda\u0142o si\u0119 odrodzi\u0107 niestandardowego bytu: {0}. -citizens.nms-errors.stopping-network-threads=Nie uda\u0142o si\u0119 zatrzyma\u0107 w\u0105tk\u00f3w sieciowych: {0}. -citizens.nms-errors.updating-land-modifier=Nie mo\u017cna zaktualizowa\u0107 modyfikatora pr\u0119dko\u015bci l\u0105dowej: {0}. -citizens.nms-errors.updating-navigation-world=Nie mo\u017cna zaktualizowa\u0107 \u015bwiata nawigacji: {0}. -citizens.nms-errors.updating-pathfinding-range=Nie mo\u017cna zaktualizowa\u0107 zakresu wyszukiwania \u015bcie\u017cki: {0}. -citizens.notifications.database-connection-failed=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z baz\u0105 danych, wracanie do do YAML -citizens.notifications.error-reloading=Wyst\u0105pi\u0142 b\u0142\u0105d podczas ponownego \u0142adowania, zobacz konsol\u0119. -citizens.notifications.exception-updating-npc=Wyj\u0105tek podczas aktualizacji {0}: {1}. -citizens.notifications.incompatible-version=v{0} nie jest kompatybilny z wersj\u0105 minecraft v{1} - spr\u00f3buj uaktualni\u0107 lub obni\u017cy\u0107 wersj\u0119 Citizens. Wy\u0142\u0105czanie. -citizens.notifications.locale=U\u017cywanie pliku j\u0119zykowego {0}. -citizens.notifications.metrics-load-error=Nie mo\u017cna uruchomi\u0107 danych: {0}. -citizens.notifications.missing-translations=Brak pliku t\u0142umacze\u0144 dla j\u0119zyka {0}. Domy\u015blnie j\u0119zyk en (angielski). -citizens.notifications.npc-name-not-found=Nie uda\u0142o si\u0119 znale\u017a\u0107 nazwy dla ID {0}. -citizens.notifications.npc-not-found=Nie znaleziono \u017cadnych NPC''\u00f3w. -citizens.notifications.npcs-loaded=Za\u0142adowano {0} NPC''\u00f3w. -citizens.notifications.reloaded=Prze\u0142adowano Citizens. -citizens.notifications.reloading=Prze\u0142adowywanie Citizens... -citizens.notifications.saved=Zapisano Citizens. -citizens.notifications.reload-warning=UWAGA: to polecenie za\u0142aduje wszystkie dane z dysku bez wcze\u015bniejszego zapisywania. Wpisz ponownie /citizens reload, aby potwierdzi\u0107. Mo\u017cesz wy\u0142\u0105czy\u0107 to ostrze\u017cenie w ustawieniach. -citizens.notifications.saving=Zapisywanie Citizens... -citizens.notifications.skipping-broken-trait=Pomini\u0119to zepsut\u0105 lub brakuj\u0105c\u0105 cech\u0119 {0} podczas \u0142adowania ID {1}. Czy nazwa si\u0119 zmieni\u0142a? -citizens.notifications.skipping-invalid-pose=Pomijanie pozycji {0} - nieprawid\u0142owe odchylenie/nachylenie ({1}). -citizens.notifications.trait-load-failed=Nie uda\u0142o si\u0119 za\u0142adowa\u0107 cechy {0} dla NPC ID: {1}. -citizens.notifications.trait-onspawn-failed=Wyst\u0105pi\u0142 wyj\u0105tek, gdy cecha {0} pojawia\u0142a si\u0119 dla NPC ID {1}. -citizens.notifications.unknown-npc-type=Typ NPC {0} nie zosta\u0142 rozpoznany. Czy przeliterowa\u0142e\u015b to poprawnie? -citizens.saves.load-failed=Nie mo\u017cna za\u0142adowa\u0107 zapis\u00f3w, wy\u0142\u0105czanie... -citizens.settings.writing-default=Zapisywanie ustawie\u0144 domy\u015blnych: {0} -citizens.sub-plugins.error-on-load={0} inicjuje {1} -citizens.sub-plugins.load=\u0141adowanie {0} -citizens.traits.age-description={0} ma wiek [[{1}]]. Zablokowany jest na [[{2}]]. -citizens.waypoints.available-providers-header=Lista aktualnych dostawc\u00f3w -citizens.waypoints.current-provider=Aktyalny punkt podr\u00f3\u017cy dostawcy to [[{0}]]. -citizens.waypoints.set-provider=Ustawiono punkt podr\u00f3\u017cy dostawcy na [[{0}]]. diff --git a/main/src/main/resources/messages_zh-tw.properties b/main/src/main/resources/messages_zh-tw.properties deleted file mode 100644 index 49e4ce76c..000000000 --- a/main/src/main/resources/messages_zh-tw.properties +++ /dev/null @@ -1,416 +0,0 @@ -citizens.changed-implementation=Citizens \u57F7\u884C\u7A0B\u5E8F\u5DF2\u8B8A\u66F4\uFF0C\u6B63\u5728\u505C\u7528\u63D2\u4EF6\u3002 -citizens.commands.citizens.save.help=\u4F7F\u7528 -a \u6A19\u7C64\u4F86\u4EE5\u7570\u6B65\u5132\u5B58 (\u8207\u4E3B\u4F3A\u670D\u5668\u57F7\u884C\u7DD2\u812B\u96E2)\u3002 -citizens.commands.console-error=\u8ACB\u56DE\u5831\u6B64\u932F\u8AA4\uFF1A[\u67E5\u770B\u63A7\u5236\u53F0]] -citizens.commands.errors.missing-world=\u627E\u4E0D\u5230\u4E16\u754C\u3002 -citizens.commands.help.command-missing=\u627E\u4E0D\u5230\u6307\u4EE4 /{0}\u3002 -citizens.commands.help.header=\u5E6B\u52A9 -citizens.commands.id-not-found=\u627E\u4E0D\u5230\u4EFB\u4F55 ID \u70BA [[{0}]] \u7684 NPC\u3002 -citizens.commands.invalid.class=\u5916\u90E8\u6307\u4EE4\u985E\u5225\u7121\u6548\u3002 -citizens.commands.invalid-mobtype=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u751F\u7269\u985E\u578B\u3002 -citizens.commands.invalid-number=\u9019\u4E0D\u662F\u6709\u6548\u7684\u6578\u5B57\u3002 -citizens.commands.npc.ai.started=\u958B\u59CB\u4F7F\u7528 Minecraft AI\u3002 -citizens.commands.npc.ai.stopped=\u505C\u6B62\u4F7F\u7528 Minecraft AI\u3002 -citizens.commands.npc.age.cannot-be-aged=\u751F\u7269\u985E\u578B {0} \u7121\u6CD5\u8ABF\u6574\u5E74\u9F61\u3002 -citizens.commands.npc.age.help=\u53EA\u80FD\u7528\u65BC\u6709\u5E7C\u5E74\u671F\u7684\u5BE6\u9AD4\u3002\u4F7F\u7528 [[-l]] \u6A19\u7C64\u53EF\u4EE5\u8B93\u5BE6\u9AD4\u505C\u6B62\u6210\u9577 (\u63D0\u9192\uFF1A\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u7D00\u5F8B\u624D\u80FD\u67E5\u770B)\u3002 -citizens.commands.npc.age.invalid-age=\u8F38\u5165\u7684\u5E74\u9F61\u7121\u6548\u3002\u6709\u6548\u7684\u5E74\u9F61\u70BA adult\u3001baby\u3001\u548C -24000 \u5230 0 \u4E4B\u9593\u7684\u6578\u5B57 -citizens.commands.npc.age.locked=\u5DF2\u9396\u5B9A\u5E74\u9F61\u3002 -citizens.commands.npc.age.set-adult=[[{0}]] \u73FE\u5728\u6210\u5E74\u4E86\u3002 -citizens.commands.npc.age.set-baby=[[{0}]] \u73FE\u5728\u70BA\u5E7C\u5E74\u671F\u3002 -citizens.commands.npc.age.set-normal=[[{0}]] \u73FE\u5728 [[{1}]] \u6B72\u4E86\u3002 -citizens.commands.npc.age.set=[[{0}]] \u73FE\u5728 [[{1}]] \u6B72\u4E86\u3002 -citizens.commands.npc.age.unlocked=\u5DF2\u89E3\u9396\u5E74\u9F61\u3002 -citizens.commands.npc.anchor.added=\u5DF2\u65B0\u589E\u9328\u9EDE\u3002 -citizens.commands.npc.anchor.already-exists=\u9328\u9EDE [[{0}]] \u5DF2\u7D93\u5B58\u5728\u3002 -citizens.commands.npc.anchor.invalid-name=\u7121\u6548\u7684\u9328\u9EDE\u540D\u7A31\u3002 -citizens.commands.npc.anchor.missing=\u9328\u9EDE [[{1}]] \u4E0D\u5B58\u5728\u3002 -citizens.commands.npc.anchor.removed=\u5DF2\u79FB\u9664\u9328\u9EDE\u3002 -citizens.commands.npc.bee.anger-set=\u61A4\u6012\u503C\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.bee.has-nectar=[[{0}]] \u73FE\u5728\u651C\u5E36\u4E86\u82B1\u7C89\u3002 -citizens.commands.npc.bee.no-nectar=[[{0}]] \u4E0D\u518D\u651C\u5E36\u82B1\u7C89\u3002 -citizens.commands.npc.bee.not-stung=[[{0}]] \u5931\u53BB\u4E86\u87AB\u91DD\u3002 -citizens.commands.npc.bee.bee-stung=[[{0}]] \u64C1\u6709\u4E86\u87AB\u91DD\u3002 -citizens.commands.npc.bee.invalid-anger=\u61A4\u6012\u503C\u61C9\u5927\u65BC 0\u3002 -citizens.commands.npc.behaviour.added=\u5DF2\u65B0\u589E\u884C\u70BA\u3002 -citizens.commands.npc.behaviour.help=\u8173\u672C\u53C3\u6578\u662F\u4EE5\u9017\u865F\u5206\u9694\u7684\u6A94\u6848\u5217\u8868\u3002\u8173\u672C\u6703\u81EA\u52D5\u8F09\u5165\u4E26\u4E14\u6BCF\u9694\u4E00\u523B\u5C31\u57F7\u884C\u4E00\u6B21\u3002\u4F7F\u7528 [[-r]] \u6A19\u7C64\u4EE5\u79FB\u9664\u884C\u70BA\u3002 -citizens.commands.npc.behaviour.removed=\u5DF2\u79FB\u9664\u884C\u70BA\u3002 -citizens.commands.npc.cat.invalid-type=\u8F38\u5165\u7684\u985E\u578B\u7121\u6548\u3002\u6709\u6548\u7684\u985E\u578B\u70BA [[{0}]]\u3002 -citizens.commands.npc.cat.invalid-collar-color=\u8F38\u5165\u7684\u9805\u5708\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA [[{0}]]\u3002 -citizens.commands.npc.cat.collar-color-set=\u9805\u5708\u984F\u8272\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.cat.sitting-start=[[{0}]] \u5750\u4E0B\u4E86\u3002 -citizens.commands.npc.cat.sitting-stop=[[{0}]] \u505C\u6B62\u5750\u4E0B\u4E86\u3002 -citizens.commands.npc.cat.lying-start=[[{0}]] \u8EBA\u4E0B\u4E86\u3002 -citizens.commands.npc.cat.lying-stop=[[{0}]] \u505C\u6B62\u8EBA\u4E0B\u4E86\u3002 -citizens.commands.npc.cat.type-set=\u985E\u578B\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.chunkload.set=[[{0}]] \u73FE\u5728\u6703\u5F37\u8FEB\u5340\u584A\u8F09\u5165\u3002 -citizens.commands.npc.chunkload.unset=[[{0}]] \u4E0D\u518D\u5F37\u8FEB\u5340\u584A\u8F09\u5165\u3002 -citizens.commands.npc.collidable.set=[[{0}]] \u5C07\u8207\u5176\u4ED6\u5BE6\u9AD4\u78B0\u649E\u3002 -citizens.commands.npc.collidable.unset=[[{0}]] \u5C07\u4E0D\u518D\u8207\u5176\u4ED6\u5BE6\u9AD4\u78B0\u649E\u3002 -citizens.commands.npc.command.none-added=\u672A\u65B0\u589E\u4EFB\u4F55\u6307\u4EE4\u3002 -citizens.commands.npc.command.cost-set=\u5C07\u6BCF\u6B21\u9EDE\u64CA\u82B1\u8CBB\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.command.left-hand-header=\u9EDE\u64CA[[\u5DE6\u9375]]\u4EE5\u57F7\u884C\u7684\u6307\u4EE4\uFF1A -citizens.commands.npc.command.right-hand-header=\u9EDE\u64CA[[\u53F3\u9375]]\u4EE5\u57F7\u884C\u7684\u6307\u4EE4\uFF1A -citizens.commands.npc.command.command-removed=\u5DF2\u79FB\u9664\u6307\u4EE4 [[{0}]]\u3002 -citizens.commands.npc.command.command-added=\u5DF2\u65B0\u589E\u6307\u4EE4 [[{0}]]\uFF0C\u5176 ID \u70BA [[{1}]]\u3002 -citizens.commands.npc.command.help=
\u4F7F\u7528 [[-l]] \u6A19\u7C64\u4F86\u8B93\u6307\u4EE4\u5728\u9EDE\u64CA\u5DE6\u9375\u6642\u57F7\u884C \uFF0C[[-r]] \u5728\u9EDE\u64CA\u53F3\u9375\u6642\u57F7\u884C (\u9810\u8A2D)\u3002
\u4F7F\u7528 [[--cooldown]] \u4F86\u8A2D\u5B9A\u6BCF\u4F4D\u73A9\u5BB6\u4F7F\u7528\u6307\u4EE4\u7684\u51B7\u537B\u6642\u9593 (\u4EE5[[\u79D2]]\u70BA\u55AE\u4F4D)\u3002
\u4F7F\u7528 [[--gcooldown]] \u4F86\u8A2D\u5B9A\u5168\u4F3A\u670D\u5668\u7684\u6307\u4EE4\u51B7\u537B\u6642\u9593 (\u4EE5\u79D2\u70BA\u55AE\u4F4D)\u3002
[[--delay]] \u6307\u5B9A\u5728\u57F7\u884C\u6307\u4EE4\u524D\u8981\u7B49\u5F85\u591A\u4E45\u6642\u9593\u3002(\u4EE5\u523B\u70BA\u55AE\u4F4D)
[[--permissions]] \u6307\u5B9A\u57F7\u884C\u6307\u4EE4\u9700\u8981\u7684\u6B0A\u9650 (\u4F7F\u7528\u9017\u9EDE\u4F86\u9593\u9694\u591A\u500B\u6B0A\u9650)\u3002
[[--n]] \u6307\u5B9A\u73A9\u5BB6\u80FD\u5920\u57F7\u884C\u8A72\u6307\u4EE4\u591A\u5C11\u6B21\u3002
\u4F7F\u7528 [[-o]] \u4F86\u66AB\u6642\u4EE5 op \u8EAB\u5206\u57F7\u884C\u6307\u4EE4\uFF0C\u6216 [[-p]] \u4F86\u4EE5\u9EDE\u64CA\u7684\u73A9\u5BB6\u8EAB\u5206\u57F7\u884C\uFF0C\u800C\u975E\u4F3A\u670D\u5668\u3002
\u82E5\u8981\u7D66\u73A9\u5BB6\u66AB\u6642\u6027\u6B0A\u9650\uFF0C\u800C\u4E0D\u662F op\uFF0C\u4F7F\u7528 [[/npc command permissions]]\u3002
\u4F7F\u7528 [[/npc command cost]] \u4EE5\u8A2D\u7F6E\u6BCF\u6B21\u9EDE\u64CA\u7684\u82B1\u8CBB\u3002
\u82E5\u8981\u4F7F\u6307\u4EE4\u4E00\u500B\u4E00\u500B\u57F7\u884C\uFF0C\u800C\u4E0D\u662F\u5168\u90E8\u4E00\u6B21\u57F7\u884C\uFF0C\u4F7F\u7528 [[/npc command sequential]]\u3002 -citizens.commands.npc.command.unknown-id=\u6B64 NPC \u7684\u6307\u4EE4 ID [[{0}]] \u672A\u77E5\u3002 -citizens.commands.npc.command.temporary-permissions-set=\u66AB\u6642\u6027\u6B0A\u9650\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.commands.sequential-set=\u6307\u4EE4\u73FE\u5728\u6703\u6309\u7167\u9806\u5E8F\u57F7\u884C\u3002 -citizens.commands.npc.commands.sequential-unset=\u6307\u4EE4\u4E0D\u518D\u6309\u7167\u9806\u5E8F\u57F7\u884C\u3002 -citizens.commands.npc.commands.random-set=\u6307\u4EE4\u73FE\u5728\u6703\u4EE5\u96A8\u6A5F\u9806\u5E8F\u57F7\u884C\u3002 -citizens.commands.npc.commands.random-unset=\u6307\u4EE4\u4E0D\u518D\u4EE5\u96A8\u6A5F\u9806\u5E8F\u57F7\u884C\u3002 -citizens.commands.npc.controllable.not-controllable=[[{0}]] \u7121\u6CD5\u88AB\u63A7\u5236\u3002 -citizens.commands.npc.controllable.removed=[[{0}]] \u4E0D\u518D\u80FD\u88AB\u63A7\u5236\u3002 -citizens.commands.npc.controllable.set=[[{0}]] \u73FE\u5728\u80FD\u5920\u88AB\u63A7\u5236\u3002 -citizens.commands.npc.copy.copied=\u5DF2\u8907\u88FD [[{0}]]\u3002 -citizens.commands.npc.create.mobtype-missing=[[{0}]] \u4E0D\u662F\u652F\u63F4\u7684 NPC \u751F\u7269\u985E\u578B\u3002 -citizens.commands.npc.create.invalid-location=\u751F\u6210\u4F4D\u7F6E\u7121\u6CD5\u89E3\u6790\u6216\u7121\u6CD5\u627E\u5230\u3002 -citizens.commands.npc.create.invalid-mobtype=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u751F\u7269\u985E\u578B\u3002 -citizens.commands.npc.create.npc-name-too-long=NPC \u540D\u7A31\u4E0D\u5F97\u591A\u65BC [[{0}]] \u500B\u5B57\u5143\u3002\u540D\u7A31\u5DF2\u88AB\u7E2E\u77ED\u3002 -citizens.commands.npc.create.no-player-for-spawn=\u627E\u4E0D\u5230\u8A72\u540D\u5B57\u7684\u73A9\u5BB6\u4EE5\u751F\u6210 NPC\u3002 -citizens.commands.npc.despawn.despawned=\u60A8\u8B93 [[{0}]] \u6D88\u5931\u4E86\u3002 -citizens.commands.npc.endercrystal.showing-bottom=[[{0}]] \u73FE\u5728\u6703\u986F\u793A\u5E95\u5EA7\u3002 -citizens.commands.npc.endercrystal.not-showing-bottom=[[{0}]] \u4E0D\u518D\u986F\u793A\u5E95\u5EA7\u3002 -citizens.commands.npc.enderman.angry-set=[[{0}]] \u751F\u6C23\u4E86\u3002 -citizens.commands.npc.enderman.angry-unset=[[{0}]] \u505C\u6B62\u751F\u6C23\u4E86\u3002 -citizens.commands.npc.flyable.set=[[{0}]] \u73FE\u5728\u80FD\u5920\u98DB\u884C\u3002 -citizens.commands.npc.flyable.unset=[[{0}]] \u4E0D\u518D\u80FD\u5920\u98DB\u884C\u3002 -citizens.commands.npc.fox.crouching-set=[[{0}]] \u8E72\u4E0B\u4E86\u3002 -citizens.commands.npc.fox.crouching-unset=[[{0}]] \u505C\u6B62\u8E72\u4E0B\u4E86\u3002 -citizens.commands.npc.fox.sitting-set=[[{0}]] \u5750\u4E0B\u4E86\u3002 -citizens.commands.npc.fox.sitting-unset=[[{0}]] \u505C\u6B62\u5750\u4E0B\u4E86\u3002 -citizens.commands.npc.fox.sleeping-set=[[{0}]] \u7761\u8457\u4E86\u3002 -citizens.commands.npc.fox.sleeping-unset=[[{0}]] \u9192\u4E86\u3002 -citizens.commands.npc.fox.fox-type-set=\u72D0\u72F8\u985E\u578B\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.fox.invalid-fox-type=\u8F38\u5165\u7684\u72D0\u72F8\u985E\u578B\u7121\u6548\u3002\u6709\u6548\u7684\u985E\u578B\u70BA [[{0}]]\u3002 -citizens.commands.npc.follow.set=[[{0}]] \u73FE\u5728\u958B\u59CB\u8DDF\u96A8 [[{1}]]\u3002 -citizens.commands.npc.follow.unset=[[{0}]] \u5DF2\u505C\u6B62\u8DDF\u96A8\u4EFB\u4F55\u4EBA\u3002 -citizens.commands.npc.gamemode.describe={0} \u7684\u904A\u6232\u6A21\u5F0F\u70BA [[{1}]]\u3002 -citizens.commands.npc.gamemode.invalid={0} \u70BA\u7121\u6548\u7684\u904A\u6232\u6A21\u5F0F\u3002 -citizens.commands.npc.gamemode.set=\u904A\u6232\u6A21\u5F0F\u8A2D\u7F6E\u70BA [[{0}]]\u3002 -citizens.commands.npc.gravity.disabled=[[\u5DF2\u505C\u7528]]\u91CD\u529B\u3002 -citizens.commands.npc.gravity.enabled=[[\u5DF2\u555F\u7528]]\u91CD\u529B\u3002 -citizens.commands.npc.glowing.set=[[{0}]] \u73FE\u5728\u958B\u59CB\u767C\u5149\u3002 -citizens.commands.npc.glowing.player-only=\u53EA\u6709\u73A9\u5BB6\u985E\u578B\u7684 NPC \u80FD\u8ABF\u6574\u767C\u5149\u984F\u8272\u3002 -citizens.commands.npc.glowing.unset=[[{0}]] \u505C\u6B62\u767C\u5149\u3002 -citizens.commands.npc.glowing.color-set=[[{0}]] \u7684\u767C\u5149\u984F\u8272\u8A2D\u70BA {1}]]\u3002 -citizens.commands.npc.guardian.elder-unset=[[{0}]] \u4E0D\u518D\u662F\u9060\u53E4\u6DF1\u6D77\u5B88\u885B\u4E86\u3002 -citizens.commands.npc.guardian.elder-set=[[{0}]] \u6210\u70BA\u9060\u53E4\u6DF1\u6D77\u5B88\u885B\u4E86\u3002 -citizens.commands.npc.hologram.text-set=\u5C07\u5168\u606F\u5F71\u50CF\u7684\u7B2C [[{0}]] \u884C\u6587\u5B57\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.hologram.text-removed=\u5DF2\u79FB\u9664\u5168\u606F\u5F71\u50CF\u6587\u5B57\u3002 -citizens.commands.npc.hologram.text-missing=\u7F3A\u5C11\u8981\u65B0\u589E\u7684\u6587\u5B57\u3002 -citizens.commands.npc.hologram.text-describe-header=[[{0}]] \u7684\u5168\u606F\u5F71\u50CF\u6587\u5B57 (\u9806\u5E8F\u7531\u4E0B\u81F3\u4E0A)\uFF1A -citizens.commands.npc.hologram.invalid-text-id=\u884C\u865F\u7121\u6548\u3002 -citizens.commands.npc.hologram.line-height-set=\u884C\u9AD8\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.hologram.line-removed=\u5DF2\u79FB\u9664\u7B2C [[{0}]] \u884C\u3002 -citizens.commands.npc.hologram.direction-set=\u65B9\u5411\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.hologram.line-add=\u5DF2\u65B0\u589E\u4E00\u884C\u65B0\u7684\u5168\u606F\u5F71\u50CF\u6587\u5B57\uFF1A[[{0}]]\u3002 -citizens.commands.npc.hologram.cleared=\u5DF2\u6E05\u9664\u5168\u606F\u5F71\u50CF\u6587\u5B57\u3002 -citizens.commands.npc.horse.chest-set=\u99AC\u73FE\u5728\u88DD\u5099\u4E86\u7BB1\u5B50\u3002 -citizens.commands.npc.horse.chest-unset=\u99AC\u505C\u6B62\u88DD\u5099\u7BB1\u5B50\u4E86\u3002 -citizens.commands.npc.horse.color-set=\u99AC\u7684\u984F\u8272\u88AB\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.horse.type-set=\u99AC\u7684\u985E\u578B\u88AB\u8A2D\u70BA [[{0}]]. -citizens.commands.npc.horse.style-set=\u99AC\u7684\u82B1\u7D0B\u88AB\u8A2D\u70BA [[{0}]]. -citizens.commands.npc.horse.describe=\u99AC\u7684\u984F\u8272\u70BA [[{0}]]\uFF0C\u985E\u578B\u70BA [[{1}]]\uFF0C\u82B1\u7D0B\u70BA [[{2}]]\u3002 -citizens.commands.npc.horse.invalid-color=\u8F38\u5165\u7684\u99AC\u7684\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.horse.invalid-type=\u8F38\u5165\u7684\u99AC\u7684\u985E\u578B\u7121\u6548\u3002\u6709\u6548\u7684\u985E\u578B\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.horse.invalid-style=\u8F38\u5165\u7684\u99AC\u7684\u82B1\u7D0B\u7121\u6548\u3002\u6709\u6548\u7684\u82B1\u7D0B\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.item.item-set=NPC \u7269\u54C1\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.item.unknown-material=\u63D0\u4F9B\u7684\u6750\u6599\u7121\u6548\u3002 -citizens.commands.npc.leashable.set=[[{0}]] \u73FE\u5728\u80FD\u5920\u88AB\u97C1\u7E69\u727D\u5F15\u3002 -citizens.commands.npc.leashable.stopped=[[{0}]] \u4E0D\u518D\u80FD\u5920\u88AB\u97C1\u7E69\u727D\u5F15\u3002 -citizens.commands.npc.llama.strength-set=\u7F8A\u99DD\u7684\u529B\u91CF\u503C\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.llama.color-set=\u7F8A\u99DD\u7684\u984F\u8272\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.llama.invalid-color=\u8F38\u5165\u7684\u7F8A\u99DD\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.lookclose.random-look-delay-set=[[{0}]] \u73FE\u5728\u6BCF\u9694 [[{1}]] \u523B\u6703\u96A8\u6A5F\u770B\u5411\u5225\u8655\u3002 -citizens.commands.npc.lookclose.random-pitch-range-set=[[{0}]] \u73FE\u5728\u6703\u5728 [{1}] \u7684\u7BC4\u570D\u5167\u96A8\u6A5F\u9078\u53D6\u4FEF\u4EF0\u89D2\u3002 -citizens.commands.npc.lookclose.random-yaw-range-set=[[{0}]] \u73FE\u5728\u6703\u5728 [{1}] \u7684\u7BC4\u570D\u5167\u96A8\u6A5F\u9078\u53D6\u504F\u822A\u89D2\u3002 -citizens.commands.npc.lookclose.random-set=[[{0}]] \u73FE\u5728\u6703\u96A8\u6A5F\u74B0\u9867\u56DB\u5468\u3002 -citizens.commands.npc.lookclose.random-stopped=[[{0}]] \u4E0D\u518D\u6703\u96A8\u6A5F\u74B0\u9867\u56DB\u5468\u3002 -citizens.commands.npc.lookclose.error-random-range=\u7121\u6548\u7684\u7BC4\u570D [[{0}]]\u3002\u683C\u5F0F\u70BA `min,max`\u3002 -citizens.commands.npc.lookclose.set=[[{0}]] \u73FE\u5728\u7576\u73A9\u5BB6\u4F4D\u65BC\u9644\u8FD1\u6642\u6703\u65CB\u8F49\u3002 -citizens.commands.npc.lookclose.stopped=[[{0}]] \u73FE\u5728\u7576\u73A9\u5BB6\u4F4D\u65BC\u9644\u8FD1\u6642\u4E0D\u518D\u65CB\u8F49\u3002 -citizens.commands.npc.metadata.set=[[{0}]] \u8A2D\u70BA [[{1}]]. -citizens.commands.npc.metadata.unset=\u5DF2\u5F9E [[{{1}}]] \u79FB\u9664 [[{0}]]\u3002 -citizens.commands.npc.minecart.set=[[{0}]] \u73FE\u5728\u64C1\u6709\u7269\u54C1 [[{1}]]:[[{2}]]\uFF0C\u504F\u79FB\u70BA [[{3}]]\u3002 -citizens.commands.npc.mount.failed=\u7121\u6CD5\u9A0E\u4E58 [[{0}]]\u3002 -citizens.commands.npc.mount.must-be-spawned=\u7121\u6CD5\u9A0E\u4E58 [[{0}]]\u3002\u8ACB\u78BA\u8A8D\u76EE\u6A19 NPC \u7684 ID \u662F\u5426\u6B63\u78BA\u4E14\u5DF2\u751F\u6210\u3002 -citizens.commands.npc.moveto.format=\u683C\u5F0F\u70BA x:y:z(:world) \u6216 x y z( world)\u3002 -citizens.commands.npc.mount.mount-on-itself=\u7121\u6CD5\u8B93 NPC \u9A0E\u4E58\u5230\u81EA\u5DF1\u8EAB\u4E0A\u3002 -citizens.commands.npc.moveto.teleported=[[{0}]] \u50B3\u9001\u81F3 [[{1}]]\u3002 -citizens.commands.npc.mushroomcow.invalid-variant=\u8B8A\u7A2E\u7121\u6548\u3002\u53EF\u7528\u7684\u503C\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.mushroomcow.variant-set=[[{0}]] \u7684\u8B8A\u7A2E\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.nameplate.toggled=\u5207\u63DB\u986F\u793A\u982D\u4E0A\u6A19\u7C64\u3002 -citizens.commands.npc.ocelot.deprecated=\u5C71\u8C93\u985E\u578B\u5728\u6B64\u7248\u672C\u7684 Minecraft \u7121\u6CD5\u904B\u4F5C\u3002\u82E5\u8981\u66F4\u63DB\u984F\u8272\uFF0C\u8ACB\u4F7F\u7528 [[/npc type cat]]\u3002 -citizens.commands.npc.ocelot.invalid-type=\u5C71\u8C93\u985E\u578B\u7121\u6548\u3002\u6709\u6548\u7684\u985E\u578B\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.owner.already-owner={0} \u5DF2\u7D93\u662F [[{1}]] \u7684\u64C1\u6709\u8005\u4E86\u3002 -citizens.commands.npc.owner.owner=[[{0}]] \u7684\u64C1\u6709\u8005\u70BA [[{1}]]\u3002 -citizens.commands.npc.owner.set-server=[[\u4F3A\u670D\u5668]]\u6210\u70BA\u4E86 [[{0}]] \u7684\u64C1\u6709\u8005\u3002 -citizens.commands.npc.owner.set=[[{1}]] \u6210\u70BA\u4E86 [[{0}]] \u7684\u64C1\u6709\u8005\u3002 -citizens.commands.npc.panda.invalid-gene=\u57FA\u56E0\u7121\u6548\u3002\u6709\u6548\u7684\u57FA\u56E0\u70BA [[{0}]]\u3002 -citizens.commands.npc.panda.sitting=\u958B\u59CB\u5750\u8457\u3002 -citizens.commands.npc.panda.stopped-sitting=\u505C\u6B62\u5750\u8457\u3002 -citizens.commands.npc.panda.main-gene-set=\u986F\u6027\u57FA\u56E0\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.panda.hidden-gene-set=\u96B1\u6027\u57FA\u56E0\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.passive.set=[[{0}]] \u4E0D\u518D\u80FD\u50B7\u5BB3\u5176\u4ED6\u5BE6\u9AD4\u3002 -citizens.commands.npc.passive.unset=[[{0}]] \u73FE\u5728\u6703\u50B7\u5BB3\u5176\u4ED6\u5BE6\u9AD4\u3002 -citizens.commands.npc.pathfindingrange.set=\u5C0B\u5F91\u7BC4\u570D\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.parrot.invalid-variant=\u9E1A\u9D61\u8B8A\u7A2E\u7121\u6548\u3002\u6709\u6548\u7684\u8B8A\u7A2E\u70BA [[{0}]]\u3002 -citizens.commands.npc.parrot.variant-set=\u8B8A\u7A2E\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.pathopt.avoid-water-set=[[{0}]] \u5C07\u907F\u958B\u6C34\u3002 -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] \u5C07\u4E0D\u518D\u907F\u958B\u6C34\u3002 -citizens.commands.npc.pathopt.stationary-ticks-set=[[{0}]] \u7684\u6700\u9577\u975C\u6B62\u523B\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.pathopt.distance-margin-set=[[{0}]] \u7684\u5C0B\u5F91\u8DDD\u96E2\u908A\u754C\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.pathopt.path-distance-margin-set=[[{0}]] \u7684\u5C0B\u5F91\u8DEF\u5F91\u8DDD\u96E2\u908A\u754C\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.pathopt.attack-range-set=[[{0}]] \u7684\u653B\u64CA\u7BC4\u570D\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.pathopt.use-new-finder=[[{0}]] \u4F7F\u7528\u65B0\u627E\u5C0B\u5668\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.playerlist.added=\u5DF2\u65B0\u589E [[{0}]] \u81F3\u73A9\u5BB6\u5217\u8868\u3002 -citizens.commands.npc.playerlist.removed=\u5DF2\u5C07 [[{0}]] \u5F9E\u73A9\u5BB6\u5217\u8868\u4E2D\u79FB\u9664\u3002 -citizens.commands.npc.polarbear.rearing-set=[[{0}]] \u7AD9\u8D77\u4F86\u4E86\u3002 -citizens.commands.npc.polarbear.rearing-unset=[[{0}]] \u505C\u6B62\u7AD9\u7ACB\u3002 -citizens.commands.npc.pose.added=\u5DF2\u65B0\u589E\u59FF\u52E2\u3002 -citizens.commands.npc.pose.already-exists=\u59FF\u52E2 [[{0}]] \u5DF2\u7D93\u5B58\u5728\u3002 -citizens.commands.npc.pose.invalid-name=\u59FF\u52E2\u540D\u7A31\u7121\u6548\u3002 -citizens.commands.npc.pose.missing=\u59FF\u52E2 [[{0}]] \u4E0D\u5B58\u5728\u3002 -citizens.commands.npc.pose.default-pose-set=\u9810\u8A2D\u59FF\u52E2\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.pose.removed=\u5DF2\u79FB\u9664\u59FF\u52E2\u3002 -citizens.commands.npc.powered.set=[[{0}]] \u73FE\u5728\u5DF2\u7D93\u5145\u80FD\u3002 -citizens.commands.npc.powered.stopped=[[{0}]] \u4E0D\u518D\u5145\u80FD\u3002 -citizens.commands.npc.phantom.phantom-set=\u5927\u5C0F\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.tropicalfish.invalid-color=\u9B5A\u7684\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA\uFF1A[[{0}]] -citizens.commands.npc.tropicalfish.invalid-pattern=\u9B5A\u7684\u82B1\u7D0B\u7121\u6548\u3002\u6709\u6548\u7684\u82B1\u7D0B\u70BA\uFF1A[[{0}]] -citizens.commands.npc.tropicalfish.body-color-set=\u9B5A\u8EAB\u984F\u8272\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.tropicalfish.pattern-color-set=\u82B1\u7D0B\u984F\u8272\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.tropicalfish.pattern-set=\u82B1\u7D0B\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.profession.invalid-profession=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u8077\u696D\u3002\u8A66\u8A66\u4EE5\u4E0B\u7684\u8077\u696D\uFF1A[[{1}]]\u3002 -citizens.commands.npc.profession.set=[[{0}]] \u73FE\u5728\u7684\u8077\u696D\u662F [[{1}]]\u3002 -citizens.commands.npc.pufferfish.state-set=\u72C0\u614B\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.rabbittype.invalid-type=\u5154\u5B50\u985E\u578B\u7121\u6548\u3002\u8A66\u8A66\u4EE5\u4E0B\u7684\u985E\u578B\uFF1A[[{0}]]\u3002 -citizens.commands.npc.rabbittype.type-set=[[{0}]] \u7684\u5154\u5B50\u985E\u578B\u5DF2\u8A2D\u70BA [[{1}]] -citizens.commands.npc.remove.npcs-removed=NPC \u5DF2\u88AB\u79FB\u9664\u3002 -citizens.commands.npc.remove.incorrect-syntax=\u8A9E\u6CD5\u932F\u8AA4\u3002/npc remove (all) -citizens.commands.npc.remove.removed-all=\u60A8\u5DF2\u6C38\u4E45\u79FB\u9664\u6240\u6709 NPC\u3002 -citizens.commands.npc.remove.removed=\u60A8\u5DF2\u6C38\u4E45\u79FB\u9664 [[{0}]]\u3002 -citizens.commands.npc.rename.renamed=\u60A8\u5DF2\u5C07 [[{0}]] \u91CD\u65B0\u547D\u540D\u70BA [[{1}]]\u3002 -citizens.commands.npc.respawn.delay-set=\u91CD\u751F\u5EF6\u9072\u5DF2\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.respawn.describe=\u91CD\u751F\u5EF6\u9072\u76EE\u524D\u88AB\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.select.already-selected=\u60A8\u5DF2\u7D93\u9078\u53D6\u8A72 NPC \u4E86\u3002 -citizens.commands.npc.script.invalid-file=\u672A\u77E5\u6216\u7121\u6CD5\u4F7F\u7528\u7684\u8173\u672C\uFF1A''[[{0}]]''\u3002 -citizens.commands.npc.scoreboard.added-tags=\u65B0\u589E\u4E86\u9019\u4E9B\u6A19\u7C64\uFF1A[[{0}]]\u3002 -citizens.commands.npc.scoreboard.removed-tags=\u79FB\u9664\u4E86\u9019\u4E9B\u6A19\u7C64\uFF1A[[{0}]]\u3002 -citizens.commands.npc.sheep.color-set=\u7DBF\u7F8A\u7684\u984F\u8272\u88AB\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.sheep.invalid-color=\u8F38\u5165\u7684\u7DBF\u7F8A\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA\uFF1A[[{0}]]. -citizens.commands.npc.script.current-scripts=[[{0}]] \u76EE\u524D\u7684\u8173\u672C\u70BA [[{1}]]\u3002 -citizens.commands.npc.shulker.peek-set=[[{0}]] \u5916\u6BBC\u6253\u958B\u7684\u9AD8\u5EA6\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.shulker.color-set=[[{0}]] \u7684\u984F\u8272\u5DF2\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.shulker.invalid-color=\u8F38\u5165\u7684\u754C\u4F0F\u868C\u984F\u8272\u7121\u6548\u3002\u6709\u6548\u7684\u984F\u8272\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.skin.error-setting-url=\u5F9E [[{0}]] \u4E0B\u8F09 Skin \u6642\u767C\u751F\u932F\u8AA4\u3002\u60A8\u78BA\u5B9A\u7DB2\u5740\u662F\u6B63\u78BA\u7684\u55CE\uFF1F -citizens.commands.npc.skin.skin-url-set=\u5DF2\u5F9E [[{1}]] \u4E0B\u8F09 [[{0}]] \u7684 Skin\u3002 -citizens.commands.npc.skin.set=[[{0}]] \u7684 Skin \u540D\u7A31\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.skin.missing-skin=\u5FC5\u9808\u586B\u5BEB Skin \u7684\u540D\u7A31\u3002 -citizens.commands.npc.skin.cleared=\u5DF2\u6E05\u9664 [[{0}]] \u7684 Skin \u540D\u7A31\u3002 -citizens.commands.npc.skin.layers-set=[[{0}]] \u7684 Skin \u5716\u5C64\uFF1A\u62AB\u98A8 - [[{1}]]\u3001\u5E3D\u5B50 - [[{2}]]\u3001\u5916\u5957 - [[{3}]]\u3001\u8896\u5B50 - [[{4}]]\u3001\u8932\u5B50 - [[{5}]]\u3002 -citizens.commands.npc.size.description=[[{0}]] \u7684\u5927\u5C0F\u70BA [[{1}]]\u3002 -citizens.commands.npc.size.set=[[{0}]] \u7684\u5927\u5C0F\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.sound.invalid-sound=\u7121\u6548\u7684\u8072\u97F3\u3002 -citizens.commands.npc.sound.set=[[{0}]] \u7684\u8072\u97F3\u73FE\u5728\u70BA\uFF1A\u7A7A\u9592 - [[{1}]] \u53D7\u50B7 - [[{2}]] \u548C\u6B7B\u4EA1 - [[{3}]]\u3002 -citizens.commands.npc.sound.info=[[{0}]] \u7684\u8072\u97F3\u70BA\uFF1A\u7A7A\u9592 - [[{1}]] \u53D7\u50B7 - [[{2}]] \u548C\u6B7B\u4EA1 - [[{3}]]\u3002

\u6709\u6548\u7684\u8072\u97F3\u70BA {4}\u3002 -citizens.commands.npc.skeletontype.set={0} \u7684\u9AA8\u67B6\u985E\u578B\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.skeletontype.invalid-type=\u7121\u6548\u7684\u9AA8\u67B6\u985E\u578B\u3002\u8A66\u8A66\u4EE5\u4E0B\u7684\u985E\u578B\uFF1A[[{0}]]\u3002 -citizens.commands.npc.snowman.derp-set=[[{0}]] \u62D4\u6389\u4E86\u5357\u74DC\u982D\u3002 -citizens.commands.npc.snowman.derp-stopped=[[{0}]] \u6234\u56DE\u4E86\u5357\u74DC\u982D\u3002 -citizens.commands.npc.spawn.already-spawned=[[{0}]] \u5DF2\u7D93\u5728\u53E6\u4E00\u500B\u5730\u65B9\u751F\u6210\u4E86\u3002\u4F7F\u7528 ''/npc tphere'' \u4F86\u5C07 NPC \u50B3\u9001\u5230\u60A8\u7684\u4F4D\u7F6E\u3002 -citizens.commands.npc.spawn.missing-npc-id=\u627E\u4E0D\u5230 ID \u70BA {0} \u7684 NPC\u3002 -citizens.commands.npc.spawn.no-location=\u6C92\u6709\u53EF\u7528\u7684\u5DF2\u5132\u5B58\u4F4D\u7F6E - \u5FC5\u9808\u5728\u904A\u6232\u4E2D\u4F7F\u7528\u6B64\u6307\u4EE4\u3002 -citizens.commands.npc.spawn.numeric-id-only=\u4F7F\u7528 /npc spawn \u6642\u53EA\u80FD\u8F38\u5165\u6578\u5B57 ID\u3002 -citizens.commands.npc.spawn.spawned=\u60A8\u751F\u6210\u4E86 [[{0}]]\u3002 -citizens.commands.npc.speed.modifier-above-limit=\u8D85\u901F\u3002 -citizens.commands.npc.speed.set=NPC \u7684\u901F\u5EA6\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.swim.set=[[{0}]] \u73FE\u5728\u80FD\u5920\u5728\u6C34\u4E2D\u6E38\u6CF3\u3002 -citizens.commands.npc.swim.unset=[[{0}]] \u4E0D\u518D\u80FD\u5728\u6C34\u4E2D\u6E38\u6CF3\u3002 -citizens.commands.npc.targetable.set=[[{0}]] \u73FE\u5728\u80FD\u5920\u88AB\u5176\u4ED6\u751F\u7269\u9396\u5B9A\u3002 -citizens.commands.npc.targetable.unset=[[{0}]] \u4E0D\u518D\u80FD\u5920\u88AB\u5176\u4ED6\u751F\u7269\u9396\u5B9A\u3002 -citizens.commands.npc.tp.teleported=\u60A8\u5DF2\u50B3\u9001\u81F3 [[{0}]]\u3002 -citizens.commands.npc.tp.location-not-found=\u627E\u4E0D\u5230\u76EE\u6A19 NPC \u7684\u4F4D\u7F6E\u3002 -citizens.commands.npc.tpto.success=\u5DF2\u6210\u529F\u50B3\u9001\u3002 -citizens.commands.npc.tpto.to-not-found=\u627E\u4E0D\u5230\u76EE\u6A19\u5BE6\u9AD4\u3002 -citizens.commands.npc.tpto.from-not-found=\u627E\u4E0D\u5230\u4F86\u6E90\u5BE6\u9AD4\u3002 -citizens.commands.npc.tphere.missing-cursor-block=\u8ACB\u770B\u8457\u8981\u50B3\u9001\u7684\u65B9\u584A\u3002 -citizens.commands.npc.tphere.teleported=[[{0}]] \u88AB\u50B3\u9001\u81F3 {1}\u3002 -citizens.commands.npc.type.set=[[{0}]] \u7684\u985E\u578B\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.npc.type.invalid=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u985E\u578B\u3002 -citizens.commands.npc.vulnerable.set=[[{0}]] \u4E0D\u518D\u70BA\u7121\u6575\u72C0\u614B\u3002 -citizens.commands.npc.vulnerable.stopped=[[{0}]] \u70BA\u7121\u6575\u72C0\u614B\u3002 -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] \u4E0D\u662F RGB\u683C\u5F0F\u7684\u9805\u5708\u984F\u8272\u6216 DyeColor \u7684\u540D\u7A31\u3002 -citizens.commands.npc.wolf.collar-color-unsupported=[[{0}]] \u4E0D\u662F\u80FD\u7528\u5728\u72D7\u7684\u9805\u5708\u984F\u8272\u4E0A\u7684 RGB \u8272\u78BC\u3002 -citizens.commands.npc.villager.level-set=\u7B49\u7D1A\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.villager.invalid-type=\u7121\u6548\u7684\u6751\u6C11\u985E\u578B\u3002\u53EF\u7528\u7684\u6751\u6C11\u985E\u578B\u70BA\uFF1A[[{0}]]\u3002 -citizens.commands.npc.villager.type-set=\u985E\u578B\u8A2D\u70BA [[{0}]]\u3002 -citizens.commands.npc.zombiemod.villager-set=[[{0}]] \u73FE\u5728\u662F\u6751\u6C11\u4E86\u3002 -citizens.commands.npc.zombiemod.villager-unset=[[{0}]] \u4E0D\u518D\u662F\u6751\u6C11\u4E86\u3002 -citizens.commands.npc.zombiemod.baby-set=[[{0}]] \u73FE\u5728\u662F\u5B30\u5152\u4E86\u3002 -citizens.commands.npc.zombiemod.baby-unset=[[{0}]] \u4E0D\u518D\u662F\u5B30\u5152\u4E86\u3002 -citizens.commands.npc.zombiemod.villager-profession-set=[[{0}]] \u7684\u8077\u696D\u8A2D\u70BA [[{1}]]\u3002 -citizens.commands.page-missing=\u9801\u6578 [[{0}]] \u4E0D\u5B58\u5728\u3002 -citizens.commands.requirements.disallowed-mobtype=\u8A72\u6307\u4EE4\u4E0D\u80FD\u7528\u5728\u751F\u7269\u985E\u578B\u70BA [[{0}]] \u7684 NPC \u4E0A\u3002 -citizens.commands.requirements.living-entity=NPC \u5FC5\u9808\u70BA\u6709\u751F\u547D\u7684\u5BE6\u9AD4\u3002 -citizens.commands.requirements.missing-permission=\u60A8\u6C92\u6709\u57F7\u884C\u6B64\u6307\u4EE4\u7684\u6B0A\u9650\u3002 -citizens.commands.requirements.missing-required-trait=\u7F3A\u5C11\u5FC5\u8981\u7279\u5FB5 [[{0}]]\u3002 -citizens.commands.requirements.must-be-ingame=\u60A8\u5FC5\u9808\u5728\u904A\u6232\u4E2D\u4F7F\u7528\u8A72\u6307\u4EE4\u3002 -citizens.commands.requirements.must-be-owner=\u60A8\u5FC5\u9808\u662F\u6B64 NPC \u7684\u64C1\u6709\u8005\u624D\u80FD\u57F7\u884C\u8A72\u6307\u4EE4\u3002 -citizens.commands.requirements.must-have-selected=\u60A8\u5FC5\u9808\u9078\u64C7 NPC \u624D\u80FD\u57F7\u884C\u8A72\u6307\u4EE4\u3002 -citizens.commands.requirements.too-few-arguments=\u53C3\u6578\u904E\u5C11\u3002 -citizens.commands.requirements.too-many-arguments=\u53C3\u6578\u904E\u591A\u3002 -citizens.commands.script.compiled=\u8173\u672C\u5DF2\u7DE8\u8B6F\u3002 -citizens.commands.script.compiling=\u7DE8\u8B6F\u8173\u672C\u4E2D... -citizens.commands.script.file-missing=\u627E\u4E0D\u5230\u6A94\u6848 [[{0}]]\uFF01 -citizens.commands.template.applied=\u6A23\u672C\u5DF2\u5957\u7528\u5230 [[{0}]] \u500B NPC\u3002 -citizens.commands.template.conflict=\u5DF2\u5B58\u5728\u76F8\u540C\u540D\u7A31\u7684\u6A23\u672C\u3002 -citizens.commands.template.created=\u5DF2\u5EFA\u7ACB\u6A23\u672C\u3002 -citizens.commands.template.missing=\u627E\u4E0D\u5230\u6A23\u672C\u3002 -citizens.commands.template.delete.deleted=\u5DF2\u522A\u9664\u6A23\u672C [[{0}]]\u3002 -citizens.commands.template.list.header=]]\u53EF\u7528\u6A23\u672C[[:]] -citizens.commands.trait.added=\u6210\u529F\u65B0\u589E {0}\u3002 -citizens.commands.trait.failed-to-add=<7>\u7121\u6CD5\u65B0\u589E {0}\u3002 -citizens.commands.trait.failed-to-change=<7>\u7121\u6CD5\u8B8A\u66F4 {0}\u3002 -citizens.commands.trait.failed-to-remove=<7>\u7121\u6CD5\u79FB\u9664 {0}\u3002 -citizens.commands.trait.removed=\u6210\u529F\u79FB\u9664 {0}\u3002 -citizens.commands.traitc.missing=\u627E\u4E0D\u5230\u7279\u5FB5\u3002 -citizens.commands.traitc.not-configurable=\u7121\u6CD5\u8A2D\u5B9A\u8A72\u7279\u5FB5\u3002 -citizens.commands.traitc.not-on-npc=NPC \u6C92\u6709\u8A72\u7279\u5FB5\u3002 -citizens.commands.unknown-command=\u672A\u77E5\u7684\u6307\u4EE4\u3002\u60A8\u662F\u4E0D\u662F\u6307\uFF1A -citizens.commands.waypoints.add.waypoint-added=\u5728 [[{0}]] \u65B0\u589E\u822A\u9EDE (\u7DE8\u865F [[{1}]])\u3002 -citizens.commands.waypoints.disableteleporting.disabled=[[{0}]] \u5C0B\u5F91\u6642\u5361\u4F4F\u5F8C\u5C07\u4E0D\u518D\u50B3\u9001\u3002 -citizens.commands.waypoints.opendoors.enabled=[[{0}]] \u73FE\u5728\u5728\u5C0B\u5F91\u6642\u6703\u6253\u958B\u9580\u3002 -citizens.commands.waypoints.opendoors.disabled=[[{0}]] \u5C0B\u5F91\u6642\u4E0D\u5C07\u518D\u6253\u958B\u9580\u3002 -citizens.commands.wolf.traits-updated=\u66F4\u65B0\u4E86 [[{0}]] \u7684\u7279\u5FB5\u3002\u751F\u6C23\uFF1A[[{1}]]\uFF0C\u5750\u4E0B\uFF1A[[{2}]]\uFF0C\u99B4\u670D\uFF1A[[{3}]]\uFF0C\u9805\u5708\u984F\u8272\uFF1A[[{4}]] -citizens.conversations.selection.invalid-choice=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u9078\u9805\u3002 -citizens.economy.error-loading=\u627E\u4E0D\u5230 Vault -> \u4E0D\u8655\u7406\u7D93\u6FDF\u3002 -citizens.economy.minimum-cost-required=\u81F3\u5C11\u9700\u8981 [[{0}]]\u3002 -citizens.economy.money-withdrawn=\u5DF2\u70BA\u60A8\u7684 NPC \u63D0\u53D6\u4E86 [[{0}]]\u3002 -citizens.editors.already-in-editor=\u60A8\u5DF2\u7D93\u5728\u7DE8\u8F2F\u5668\u4E2D\u4E86\uFF01 -citizens.editors.copier.begin=\u60A8\u9032\u5165\u4E86 NPC \u8907\u88FD\u5668\uFF01
\u9EDE\u64CA\u4EFB\u4F55\u5730\u65B9\u4F86\u8907\u88FD\u76EE\u524D\u9078\u53D6\u7684 NPC -citizens.editors.copier.end=\u96E2\u958B\u4E86 NPC \u8907\u88FD\u5668\u3002 -citizens.editors.equipment.all-items-removed=\u5DF2\u6E05\u9664 [[{0}]] \u8EAB\u4E0A\u7684\u6240\u6709\u7269\u54C1\u3002 -citizens.editors.equipment.begin=\u60A8\u9032\u5165\u4E86\u88DD\u5099\u7DE8\u8F2F\u5668\uFF01
[[\u53F3\u9375]] \u4F86\u70BA NPC \u88DD\u5099\uFF0C\u6216 [[\u8E72\u4E0B + \u53F3\u9375]] \u4F86\u66F4\u63DB\u624B\u4E2D\u7684\u7269\u54C1\uFF01
\u5728\u804A\u5929\u6B04\u8F38\u5165 [[offhand]]\u3001[[chestplate]]\u3001[[helmet]]...\u7B49\u4F86\u5C07\u60A8\u624B\u4E2D\u7684\u7269\u54C1\u88DD\u5099\u5230\u6307\u5B9A\u6B04\u4F4D\uFF01 -citizens.editors.equipment.end=\u96E2\u958B\u4E86\u88DD\u5099\u7DE8\u8F2F\u5668\u3002 -citizens.editors.equipment.invalid-block=\u7121\u6548\u7684\u65B9\u584A\uFF01 -citizens.editors.equipment.saddled-set=[[{0}]] \u73FE\u5728\u88DD\u5099\u4E86\u978D\u3002 -citizens.editors.equipment.saddled-stopped=[[{0}]] \u4E0D\u518D\u88DD\u5099\u978D\u4E86\u3002 -citizens.editors.equipment.sheared-set=[[{0}]] \u7684\u6BDB\u88AB\u5243\u5149\u4E86\u3002 -citizens.editors.equipment.sheared-stopped=[[{0}]] \u7684\u6BDB\u9577\u56DE\u4F86\u4E86\u3002 -citizens.editors.equipment.sheep-coloured=[[{0}]] \u73FE\u5728\u7684\u984F\u8272\u70BA [[{1}]]\u3002 -citizens.editors.selection.start-prompt=\u6709\u591A\u500B NPC \u7B26\u5408\u60A8\u8F38\u5165\u7684\u540D\u5B57\u3002
\u8ACB\u8F38\u5165\u4E0B\u65B9\u540D\u55AE\u4E2D\u7684 ID \u6216\u6578\u5B57\u4F86\u9078\u53D6\u8A72\u540D NPC\u3002 -citizens.editors.text.add-prompt=\u8F38\u5165\u6587\u5B57\u4EE5\u65B0\u589E\u81F3 NPC\u3002 -citizens.editors.text.added-entry=\u5DF2[[\u65B0\u589E]]\u689D\u76EE [[{0}]]\u3002 -citizens.editors.text.begin=\u60A8\u9032\u5165\u4E86\u6587\u5B57\u7DE8\u8F2F\u5668\uFF01\u8F38\u5165 ''exit'' \u4EE5\u96E2\u958B\u7DE8\u8F2F\u5668\u3002 -citizens.editors.text.change-page-prompt=\u8F38\u5165\u9801\u78BC\u4F86\u770B\u66F4\u591A\u689D\u76EE\u3002 -citizens.editors.text.close-talker-set=[[\u8FD1\u8DDD\u96E2\u8AC7\u8A71]]\u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.text.edit-begin-prompt=\u8F38\u5165\u60A8\u60F3\u8981\u7DE8\u8F2F\u7684\u689D\u76EE\u7684\u7DE8\u865F\uFF0C\u6216 [[page]] \u4F86\u67E5\u770B\u5176\u4ED6\u9801\u9762\u3002 -citizens.editors.text.edit-prompt=\u8F38\u5165\u6587\u5B57\u4EE5\u7DE8\u8F2F\u689D\u76EE\u3002 -citizens.editors.text.edited-text=\u8B8A\u66F4\u7DE8\u865F [[{0}]] \u7684\u689D\u76EE\u81F3 [[{1}]]\u3002 -citizens.editors.text.end=\u96E2\u958B\u4E86\u6587\u5B57\u7DE8\u8F2F\u5668\u3002 -citizens.editors.text.missing-item-set-pattern=\u907A\u5931\u624B\u4E2D\u7269\u54C1\u7684\u6A23\u5F0F\u3002 -citizens.editors.text.invalid-edit-type=\u7DE8\u8F2F\u985E\u578B\u7121\u6548\u3002 -citizens.editors.text.invalid-index=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u7DE8\u865F\uFF01 -citizens.editors.text.invalid-input=\u8F38\u5165\u7121\u6548\u3002 -citizens.editors.text.invalid-page=\u8F38\u5165\u7684\u9801\u6578\u7121\u6548\u3002 -citizens.editors.text.invalid-range=\u8F38\u5165\u7684\u7BC4\u570D\u7121\u6548\u3002 -citizens.editors.text.invalid-delay=\u8F38\u5165\u7684\u5EF6\u9072\u7121\u6548\u3002 -citizens.editors.text.random-talker-set=[[\u96A8\u6A5F\u5C0D\u8A71]]\u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.text.range-set=[[\u7BC4\u570D]]\u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.text.delay-set=[[\u5EF6\u9072]]\u8A2D\u70BA [[{0}]] \u79D2\u3002 -citizens.editors.text.realistic-looking-set=[[\u4EFF\u771F\u8996\u7DDA]]\u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.text.remove-prompt=\u8F38\u5165\u60A8\u60F3\u8981\u79FB\u9664\u7684\u689D\u76EE\u7684\u7DE8\u865F\uFF0C\u6216 [[page]] \u4F86\u67E5\u770B\u5176\u4ED6\u9801\u9762\u3002 -citizens.editors.text.removed-entry=\u5DF2[[\u79FB\u9664]]\u7DE8\u865F [[{0}]] \u7684\u689D\u76EE\u3002 -citizens.editors.text.talk-item-set=[[\u5C0D\u8A71\u7269\u54C1\u6A23\u5F0F]] \u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.waypoints.wander.editing-regions-stop=\u96E2\u958B\u4E86\u5340\u57DF\u7DE8\u8F2F\u5668\u3002 -citizens.editors.waypoints.wander.worldguard-region-not-found=\u627E\u4E0D\u5230 WorldGuard \u5340\u57DF\u3002 -citizens.editors.waypoints.wander.worldguard-region-set=WorldGuard \u5340\u57DF\u8A2D\u70BA [[{0}]]\u3002 -citizens.editors.waypoints.wander.range-set=\u904A\u8569\u7BC4\u570D\u8A2D\u70BA xrange [[{0}]] \u548C yrange [[{1}]]\u3002 -citizens.editors.waypoints.wander.begin=\u60A8\u9032\u5165\u4E86\u904A\u8569\u822A\u9EDE\u7DE8\u8F2F\u5668\uFF01
\u8F38\u5165 [[xrange ]] \u6216 [[yrange ]] \u4EE5\u8B8A\u66F4\u96A8\u6A5F\u904A\u8569\u7684\u7BC4\u570D\u3002\u8F38\u5165 [[regions]] \u4F86\u9032\u5165\u5340\u57DF\u7DE8\u8F2F\u5668\u3002
\u8F38\u5165 [[delay ]] \u4F86\u8ABF\u6574 NPC \u904A\u8569\u7684\u9593\u9694\u3002 \u8F38\u5165 [[worldguardregion ]] \u4EE5\u9650\u5236 NPC \u53EA\u80FD\u5728\u7279\u5B9A\u7684 WorldGuard \u5340\u57DF\u79FB\u52D5\u3002 -citizens.editors.waypoints.wander.end=\u96E2\u958B\u4E86\u904A\u8569\u822A\u9EDE\u7DE8\u8F2F\u5668\u3002 -citizens.editors.waypoints.wander.delay-set=\u904A\u8569\u5EF6\u9072\u8A2D\u70BA [[{0}]] \u523B\u3002 -citizens.editors.waypoints.wander.invalid-delay=\u8F38\u5165\u7684\u5EF6\u9072\u7121\u6548\u3002 -citizens.editors.waypoints.wander.added-region=[[\u65B0\u589E]] \u53EF\u904A\u8569\u5340\u57DF\u65BC ({0}) ([[{1}]])\u3002 -citizens.editors.waypoints.wander.removed-region=[[\u79FB\u9664]]\u4F4D\u65BC ({0}) \u7684\u53EF\u904A\u8569\u5340\u57DF (\u5269\u9918 [[{1}]])\u3002 -citizens.editors.waypoints.wander.editing-regions=\u60A8\u73FE\u5728\u6B63\u5728\u7DE8\u8F2F\u5340\u57DF\uFF01
\u9EDE\u64CA[[\u5DE6\u9375]]\u4EE5\u65B0\u589E\u4EE5\u8A72\u65B9\u584A\u70BA\u4E2D\u5FC3\uFF0Cxrange/yrange \u70BA\u7BC4\u570D\u7684\u904A\u8569\u5340\u57DF\u3002
\u5C0D\u73FE\u6709\u7684\u8A18\u865F\u9EDE\u64CA[[\u53F3\u9375]]\u4EE5\u79FB\u9664\u8A72\u5340\u57DF\u3002
\u8F38\u5165 [[regions]] \u4EE5\u505C\u6B62\u6216\u662F\u96E2\u958B\u7DE8\u8F2F\u5668\u3002\u5340\u57DF\u5FC5\u9808\u4E92\u76F8\u91CD\u758A\u3002 -citizens.editors.waypoints.guided.end=\u96E2\u958B\u4E86\u5F15\u5C0E\u822A\u9EDE\u7DE8\u8F2F\u5668\u3002 -citizens.editors.waypoints.guided.begin=\u60A8\u9032\u5165\u4E86\u5F15\u5C0E\u822A\u9EDE\u7DE8\u8F2F\u5668\uFF01NPC \u5C07\u96A8\u6A5F\u8D70\u5411\u6700\u8FD1\u7684[[\u5F15\u5C0E]]\u822A\u9EDE\u4E26\u524D\u5F80[[\u76EE\u7684\u5730]]\u822A\u9EDE\u3002\u8A66\u8A66\u5728\u8DEF\u9762\u4E0A\u653E\u7F6E\u5F15\u5C0E\u822A\u9EDE\uFF0C\u7136\u5F8C\u5728\u623F\u5B50\u88E1\u653E\u7F6E\u76EE\u7684\u5730\u822A\u9EDE\uFF01
\u9EDE\u64CA[[\u5DE6\u9375]]\u4F86\u65B0\u589E\u5F15\u5C0E\u822A\u9EDE\u6216\u662F\u9EDE\u64CA[[\u53F3\u9375]]\u5DF2\u79FB\u9664\u73FE\u6709\u7684\u822A\u9EDE\u3002
[[\u8E72\u4E0B+\u5DE6\u9375]]\u4F86\u65B0\u589E\u76EE\u7684\u5730\u822A\u9EDE\u3002
\u8F38\u5165 [[toggle path]] \u4F86\u5207\u63DB\u5728\u822A\u9EDE\u986F\u793A\u5BE6\u9AD4\u3002
\u8F38\u5165 [[clear]] \u4EE5\u6E05\u9664\u6240\u6709\u822A\u9EDE\u3002 -citizens.editors.waypoints.guided.added-guide=\u5DF2\u65B0\u589E\u5F15\u5C0E\u822A\u9EDE\uFF0CNPC \u5728\u524D\u5F80\u76EE\u7684\u5730\u7684\u8DEF\u4E0A\u6703\u8DDF\u96A8\u6B64\u822A\u9EDE\u3002 -citizens.editors.waypoints.guided.added-available=\u5DF2\u65B0\u589E\u76EE\u7684\u5730\u822A\u9EDE\uFF0CNPC \u6703\u96A8\u6A5F\u5728\u5176\u9593\u5C0B\u5F91\u3002 -citizens.editors.waypoints.guided.already-taken=\u9019\u88E1\u5DF2\u7D93\u6709\u822A\u9EDE\u4E86\u3002 -citizens.editors.waypoints.linear.added-waypoint=\u5DF2\u5728 ({0}) [[\u65B0\u589E]]\u822A\u9EDE(\u7E3D\u5171 [[{1}]])\u3002 -citizens.editors.waypoints.linear.begin==== \u7DDA\u6027\u822A\u9EDE\u7DE8\u8F2F\u5668 ===
\u9EDE\u64CA[[\u5DE6\u9375]]\u4EE5\u65B0\u589E\u822A\u9EDE\uFF0C[[\u53F3\u9375]]\u4F86\u79FB\u9664\u3002
\u8E72\u4E0B + \u53F3\u9375\u80FD\u5920\u9078\u64C7\u4E26\u79FB\u9664\u6307\u5B9A\u822A\u9EDE\u3002
\u8F38\u5165 [[markers]] \u4F86\u96B1\u85CF\u822A\u9EDE\uFF0C
[[triggers]] \u4EE5\u9032\u5165\u89F8\u767C\u5668\u7DE8\u8F2F\u5668\uFF0C
[[clear]] \u4F86\u6E05\u9664\u6240\u6709\u822A\u9EDE\uFF0C
[[cycle]] \u4F86\u5207\u63DB\u822A\u9EDE\u9806\u5E8F\u3002 -citizens.editors.waypoints.linear.selected-waypoint=\u5DF2\u9078\u64C7\u4F4D\u65BC {0} \u7684\u822A\u9EDE\u3002\u6309\u4E0B\u8E72\u4E0B + \u53F3\u9375\u4F86\u79FB\u9664\u6B64\u822A\u9EDE\u3002 -citizens.editors.waypoints.linear.end=\u96E2\u958B\u4E86\u7DDA\u6027\u822A\u9EDE\u7DE8\u8F2F\u5668\u3002 -citizens.editors.waypoints.linear.not-showing-markers=[[\u505C\u6B62]] \u986F\u793A\u822A\u9EDE\u8A18\u865F\u3002 -citizens.editors.waypoints.linear.range-exceeded=\u524D\u4E00\u500B\u822A\u9EDE\u8DDD\u96E2 {0} \u500B\u65B9\u584A\uFF0C\u4F46\u8DDD\u96E2\u9650\u5236\u70BA {1}\u3002 -citizens.editors.waypoints.linear.removed-waypoint=\u5DF2[[\u79FB\u9664]]\u822A\u9EDE (\u5269\u9918 [[{0}]]) -citizens.editors.waypoints.linear.showing-markers=\u6B63\u5728[[\u986F\u793A]]\u822A\u9EDE\u8A18\u865F\u3002 -citizens.editors.waypoints.linear.waypoints-cleared=\u5DF2\u6E05\u9664\u6240\u6709\u822A\u9EDE\u3002 -citizens.editors.waypoints.linear.cycle-set=\u822A\u9EDE\u9806\u5E8F\u5207\u63DB\u70BA cycle\u3002 -citizens.editors.waypoints.linear.cycle-unset=\u822A\u9EDE\u9806\u5E8F\u5207\u63DB\u70BA loop\u3002 -citizens.editors.waypoints.triggers.add.added=\u5DF2\u65B0\u589E\u822A\u9EDE\u89F8\u767C\u5668 ({0})\u3002 -citizens.editors.waypoints.triggers.add.invalid-trigger=\u7121\u6CD5\u5EFA\u7ACB\u540D\u7A31\u70BA [[{0}]] \u7684\u89F8\u767C\u5668\u3002 -citizens.editors.waypoints.triggers.add.prompt=\u8F38\u5165\u89F8\u767C\u5668\u7684\u540D\u7A31\u4F86\u65B0\u589E\uFF0C\u6216\u8F38\u5165 [[back]] \u4F86\u56DE\u5230\u7DE8\u8F2F\u5668\u3002\u53EF\u7528\u7684\u89F8\u767C\u5668\u540D\u7A31\u70BA {0}\u3002 -citizens.editors.waypoints.triggers.animation.added=\u5DF2\u65B0\u589E\u52D5\u756B [[{0}]]\u3002 -citizens.editors.waypoints.triggers.list=\u76EE\u524D\u7684\u89F8\u767C\u5668\u70BA\uFF1A{0} -citizens.editors.waypoints.triggers.animation.prompt=\u8F38\u5165\u8981\u57F7\u884C\u7684\u52D5\u756B - \u53EF\u7528\u7684\u52D5\u756B\u70BA {0}\u3002
\u8F38\u5165 [[finish]] \u4F86\u7D50\u675F\u52D5\u756B\u89F8\u767C\u5668\u6216 [[back]] \u4F86\u56DE\u5230\u4E0A\u500B\u9801\u9762\u3002 -citizens.editors.waypoints.triggers.animation.invalid-animation=[[{0}]] \u70BA\u7121\u6548\u7684\u52D5\u756B\u3002\u53EF\u7528\u7684\u52D5\u756B\u70BA {1}\u3002 -citizens.editors.waypoints.triggers.chat.invalid-radius=\u7BC4\u570D\u5FC5\u9808\u662F\u6578\u5B57\u3002 -citizens.editors.waypoints.triggers.chat.missing-radius=\u672A\u63D0\u4F9B\u7BC4\u570D\u3002 -citizens.editors.waypoints.triggers.chat.message-added=\u5DF2\u65B0\u589E\u8A0A\u606F\uFF1A[[{0}]]\u3002 -citizens.editors.waypoints.triggers.chat.radius-set=\u7BC4\u570D\u8A2D\u70BA [[{0}]] \u500B\u65B9\u584A\u3002 -citizens.editors.waypoints.triggers.chat.prompt=\u8F38\u5165\u804A\u5929\u5167\u5BB9\u3002
\u8F38\u5165 [[radius (radius)]] \u4F86\u8A2D\u7F6E\u8A0A\u606F\u5EE3\u64AD\u7684\u7BC4\u570D\u3002
\u8F38\u5165 [[finish]] \u4F86\u7D50\u675F\u5C0D\u8A71\u89F8\u767C\u5668\u6216 [[back]] \u4F86\u56DE\u5230\u4E0A\u500B\u9801\u9762\u3002 -citizens.editors.waypoints.triggers.delay.prompt=\u8ACB\u4EE5[[\u4F3A\u670D\u5668\u523B]]\u70BA\u55AE\u4F4D\u8F38\u5165\u5EF6\u9072\u4F86\u4F7F\u7528\u3002(20 \u523B = 1 \u79D2) -citizens.editors.waypoints.triggers.main.missing-waypoint=\u672A\u5728\u7DE8\u8F2F\u822A\u9EDE\u3002 -citizens.editors.waypoints.triggers.main.exit=\u96E2\u958B\u4E86\u822A\u9EDE\u89F8\u767C\u5668\u7DE8\u8F2F\u5668\u3002 -citizens.editors.waypoints.triggers.main.prompt=- \u822A\u9EDE\u89F8\u767C\u5668\u7DE8\u8F2F\u5668 -
\u8F38\u5165 [[add]] \u6216 [[remove]] \u4F86\u7DE8\u8F2F\u89F8\u767C\u5668\u3002
\u8F38\u5165 [[triggers]] \u6216 [[exit]] \u4EE5\u9000\u51FA\u3002
\u76EE\u524D\u7684\u89F8\u767C\u5668\u70BA\uFF1A{0} -citizens.editors.waypoints.triggers.remove.index-out-of-range=\u7D22\u5F15\u5FC5\u9808\u5728 [[1-{0}]] \u7684\u7BC4\u570D\u5167\u3002 -citizens.editors.waypoints.triggers.remove.not-a-number=\u7D22\u5F15\u5FC5\u9808\u70BA\u6578\u5B57\u3002 -citizens.editors.waypoints.triggers.remove.prompt=\u8F38\u5165\u89F8\u767C\u5668\u7684\u7DE8\u865F\u4F86\u522A\u9664\uFF0C\u6216 [[back]] \u4F86\u56DE\u5230\u7DE8\u8F2F\u5668\u3002\u76EE\u524D\u7684\u89F8\u767C\u5668\u70BA\uFF1A{0} -citizens.editors.waypoints.triggers.remove.removed=\u6210\u529F\u79FB\u9664\u89F8\u767C\u5668 [[{0}]]\u3002 -citizens.editors.waypoints.triggers.speed.prompt=\u8ACB\u4EE5[[\u767E\u5206\u6BD4]]\u8F38\u5165\u901F\u5EA6\u3002 -citizens.editors.waypoints.triggers.teleport.invalid-format=\u8F38\u5165\u7684\u4F4D\u7F6E\u7121\u6548\u3002\u683C\u5F0F\u70BA [[world]]:[[x]]:[[y]]:[[z]]\u3002 -citizens.editors.waypoints.triggers.teleport.prompt=\u8ACB\u4EE5 world:x:y:z \u683C\u5F0F\u8F38\u5165\u76EE\u7684\u5730\u3002\u8F38\u5165 [[here]] \u4F86\u4F7F\u7528\u60A8\u76EE\u524D\u7684\u4F4D\u7F6E\u3002\u8F38\u5165 [[back]] \u4EE5\u56DE\u5230\u7DE8\u8F2F\u5668\u3002 -citizens.limits.over-npc-limit=\u8D85\u904E NPC \u9650\u5236 {0}\u3002 -citizens.load-task-error=\u7121\u6CD5\u5B89\u6392 NPC \u8F09\u5165\u5DE5\u4F5C\uFF0C\u6B63\u5728\u505C\u7528... -citizens.nms-errors.clearing-goals=\u7121\u6CD5\u6E05\u9664\u76EE\u6A19\uFF1A{0}\u3002 -citizens.nms-errors.restoring-goals=\u7121\u6CD5\u56DE\u5FA9\u76EE\u6A19\uFF1A{0}\u3002 -citizens.nms-errors.error-setting-persistent=\u7121\u6CD5\u5C07 NPC \u8A2D\u70BA\u6C38\u4E45\u5B58\u5728\uFF1A{0}\u3002NPC \u5BE6\u9AD4\u53EF\u80FD\u6703\u6D88\u5931\u3002 -citizens.nms-errors.getting-field=\u7121\u6CD5\u53D6\u5F97 NMS field {0}\uFF1A[[{1}\u3002 -citizens.nms-errors.getting-method=\u7121\u6CD5\u53D6\u5F97 NMS \u65B9\u6CD5 {0}\uFF1A[[{1}\u3002 -citizens.nms-errors.getting-id-mapping=\u7121\u6CD5\u53D6\u5F97\u5BE6\u9AD4 ID \u6620\u5C04\u5B57\u6BB5\uFF1A{0}\u3002 -citizens.nms-errors.spawning-custom-entity=\u7121\u6CD5\u751F\u6210\u81EA\u8A02\u5BE6\u9AD4\uFF1A{0}\u3002 -citizens.nms-errors.stopping-network-threads=\u7121\u6CD5\u505C\u6B62\u7DB2\u8DEF\u57F7\u884C\u7DD2\uFF1A{0}\u3002 -citizens.nms-errors.updating-land-modifier=\u7121\u6CD5\u66F4\u65B0\u5730\u9762\u901F\u5EA6\u4FEE\u6539\u5668\uFF1A{0}\u3002 -citizens.nms-errors.updating-navigation-world=\u7121\u6CD5\u66F4\u65B0\u5C0E\u822A\u4E16\u754C\uFF1A{0}\u3002 -citizens.nms-errors.updating-pathfinding-range=\u7121\u6CD5\u66F4\u65B0\u5C0B\u5F91\u7BC4\u570D\uFF1A{0}\u3002 -citizens.notifications.database-connection-failed=\u7121\u6CD5\u9023\u63A5\u81F3\u8CC7\u6599\u5EAB\u3002\u56DE\u9000\u81F3 YAML -citizens.notifications.error-reloading=\u91CD\u65B0\u8F09\u5165\u6642\u767C\u751F\u932F\u8AA4\uFF0C\u8A73\u898B\u63A7\u5236\u53F0\u3002 -citizens.notifications.exception-updating-npc=\u66F4\u65B0 {0} \u6642\u767C\u751F\u4F8B\u5916\u72C0\u6CC1\uFF1A{1}\u3002 -citizens.notifications.incompatible-version=v{0} \u8207 Minecraft v{1} \u4E0D\u76F8\u5BB9 - \u8ACB\u8A66\u8A66\u5C07 Citizens \u5347\u7D1A\u6216\u964D\u7D1A\u3002\u5373\u5C07\u505C\u7528\u3002 -citizens.notifications.locale=\u4F7F\u7528\u8A9E\u8A00 {0}\u3002 -citizens.notifications.metrics-load-error=\u7121\u6CD5\u958B\u59CB\u6307\u6A19\uFF1A{0}\u3002 -citizens.notifications.missing-translations=\u8A9E\u8A00 {0} \u7684\u7FFB\u8B6F\u6587\u4EF6\u907A\u5931\u3002\u56DE\u9000\u70BA\u9810\u8A2D\u8A9E\u8A00 (\u82F1\u6587)\u3002 -citizens.notifications.npc-name-not-found=\u627E\u4E0D\u5230 ID {0} \u7684\u540D\u5B57\u3002 -citizens.notifications.npc-not-found=\u627E\u4E0D\u5230 NPC\u3002 -citizens.notifications.npcs-loaded=\u5DF2\u8F09\u5165 {0} \u540D NPC\u3002 -citizens.notifications.reloaded=Citizens \u91CD\u65B0\u8F09\u5165\u5B8C\u6210\u3002 -citizens.notifications.reloading=\u6B63\u5728\u91CD\u65B0\u8F09\u5165 Citizens... -citizens.notifications.saved=Citizens \u5DF2\u5132\u5B58\u3002 -citizens.notifications.reload-warning=\u8B66\u544A\uFF1A\u6B64\u6307\u4EE4\u5C07\u8DF3\u904E\u5B58\u6A94\uFF0C\u76F4\u63A5\u5F9E\u786C\u789F\u8F09\u5165\u6240\u6709\u8CC7\u6599\u3002\u8ACB\u518D\u6B21\u8F38\u5165 /citizens reload \u4EE5\u78BA\u8A8D\u3002\u60A8\u53EF\u4EE5\u5728\u8A2D\u5B9A\u4E2D\u505C\u7528\u6B64\u8B66\u544A\u3002 -citizens.notifications.saving=\u6B63\u5728\u5132\u5B58 Citizens... -citizens.notifications.skipping-broken-trait=\u8F09\u5165 ID {1} \u6642\u8DF3\u904E\u640D\u6BC0\u6216\u907A\u5931\u7684\u7279\u5FB5 {0}\u3002\u540D\u5B57\u662F\u5426\u6709\u6539\u8B8A\uFF1F -citizens.notifications.skipping-invalid-pose=\u8DF3\u904E\u59FF\u52E2 {0} - \u4FEF\u4EF0/\u504F\u79FB\u89D2\u7121\u6548 ({1})\u3002 -citizens.notifications.trait-load-failed=\u7121\u6CD5\u70BA NPC ID\uFF1A{1} \u8F09\u5165\u7279\u5FB5 {0}\u3002 -citizens.notifications.trait-onspawn-failed=\u70BA NPC ID {1} \u751F\u6210\u7279\u5FB5 {0} \u6642\u767C\u751F\u4F8B\u5916\u60C5\u6CC1\u3002 -citizens.notifications.unknown-npc-type=\u7121\u6CD5\u8FA8\u8A8D NPC \u985E\u578B {0}\u3002\u60A8\u662F\u4E0D\u662F\u6253\u932F\u5B57\u4E86\uFF1F -citizens.saves.load-failed=\u7121\u6CD5\u8F09\u5165\u5B58\u6A94\uFF0C\u505C\u7528\u4E2D... -citizens.settings.writing-default=\u5BEB\u5165\u9810\u8A2D\u8A2D\u5B9A\uFF1A{0} -citizens.sub-plugins.error-on-load={0} \u6B63\u5728\u521D\u59CB\u5316 {1} -citizens.sub-plugins.load=\u8F09\u5165 {0} \u4E2D -citizens.traits.age-description={0} \u7684\u5E74\u9F61\u70BA [[{1}]]\u3002\u9396\u5B9A\u70BA [[{2}]]\u3002 -citizens.waypoints.available-providers-header=\u53EF\u7528\u7684\u63D0\u4F9B\u8005\u5217\u8868 -citizens.waypoints.current-provider=\u76EE\u524D\u7684\u822A\u9EDE\u63D0\u4F9B\u8005\u70BA [[{0}]]\u3002 -citizens.waypoints.set-provider=\u5C07\u822A\u9EDE\u63D0\u4F9B\u8005\u8A2D\u70BA [[{0}]]\u3002 diff --git a/main/src/main/resources/messages_zh.properties b/main/src/main/resources/messages_zh.properties deleted file mode 100644 index 9a4510890..000000000 --- a/main/src/main/resources/messages_zh.properties +++ /dev/null @@ -1,366 +0,0 @@ -citizens.commands.npc.bee.anger-set=\u6124\u6012 \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.bee.has-nectar=[[{0}]] \u6709\u82B1\u871C. -citizens.commands.npc.bee.no-nectar=[[{0}]] \u6CA1\u6709\u82B1\u871C. -citizens.commands.npc.bee.not-stung=[[{0}]] \u4E0D\u518D\u4F1A\u8707\u523A. -citizens.commands.npc.bee.bee-stung=[[{0}]] \u73B0\u5728\u4F1A\u8707\u523A. -citizens.commands.npc.bee.invalid-anger=\u6124\u6012\u503C\u5E94\u8BE5\u662F0\u4EE5\u4E0A. -citizens.commands.npc.cat.invalid-type=\u6307\u5B9A\u7684\u7C7B\u578B\u65E0\u6548. \u6709\u6548\u7C7B\u578B\u4E3A [[{0}]]. -citizens.commands.npc.cat.invalid-collar-color=\u6307\u5B9A\u7684\u732B\u989C\u8272\u65E0\u6548. \u6709\u6548\u7C7B\u578B\u4E3A [[{0}]]. -citizens.commands.npc.cat.collar-color-set=\u732B\u7684\u989C\u8272\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.cat.sitting-start=[[{0}]] \u5750\u4E0B\u4E86. -citizens.commands.npc.cat.sitting-stop=[[{0}]] \u8D77\u6765\u4E86. -citizens.commands.npc.cat.lying-start=[[{0}]] \u8EBA\u4E0B\u4E86. -citizens.commands.npc.cat.lying-stop=[[{0}]] \u8D77\u6765\u4E86. -citizens.commands.npc.cat.type-set=\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.command.none-added=\u5C1A\u672A\u6DFB\u52A0\u4EFB\u4F55\u547D\u4EE4. -citizens.commands.npc.command.left-hand-header=[[\u5DE6\u952E\u70B9\u51FB]] \u6267\u884C\u547D\u4EE4: -citizens.commands.npc.command.right-hand-header=[[\u53F3\u952E\u70B9\u51FB]] \u6267\u884C\u547D\u4EE4: -citizens.commands.npc.command.command-removed=\u5220\u9664\u4E86\u547D\u4EE4 [[{0}]]. -citizens.commands.npc.command.command-added=\u6DFB\u52A0\u4E86\u547D\u4EE4 [[{0}]], ID\u662F [[{1}]]. -citizens.commands.npc.command.unknown-id=\u6B64NPC\u7684\u547D\u4EE4ID [[{0}]] \u672A\u77E5. -citizens.commands.npc.fox.crouching-set=[[{0}]] \u8E72\u4E0B\u4E86. -citizens.commands.npc.fox.crouching-unset=[[{0}]] \u4E0D\u518D\u8E72\u4E0B. -citizens.commands.npc.fox.sitting-set=[[{0}]] \u5750\u4E0B\u4E86. -citizens.commands.npc.fox.sitting-unset=[[{0}]] \u4E0D\u518D\u5750\u4E0B. -citizens.commands.npc.fox.sleeping-set=[[{0}]] \u73B0\u5728\u5728\u7761\u89C9. -citizens.commands.npc.fox.sleeping-unset=[[{0}]] \u9192\u4E86. -citizens.commands.npc.fox.fox-type-set=\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.fox.invalid-fox-type=\u6307\u5B9A\u7684\u72D0\u72F8\u7C7B\u578B\u65E0\u6548, \u6709\u6548\u7684\u7C7B\u578B\u4E3A [[{0}]]. -citizens.commands.npc.glowing.player-only=\u53EA\u80FD\u4E3A\u73A9\u5BB6\u7C7B\u578B\u7684NPC\u66F4\u6539\u53D1\u5149\u989C\u8272. -citizens.commands.npc.lookclose.random-look-delay-set=[[{0}]] \u7684\u968F\u673A\u89C6\u7EBF\u5EF6\u8FDF\u8BBE\u7F6E\u4E3A [[{1}]] \u523B. -citizens.commands.npc.lookclose.random-pitch-range-set=[[{0}]] \u7684\u968F\u673A\u4FEF\u4EF0\u89D2\u9009\u62E9\u8303\u56F4\u8BBE\u7F6E\u4E3A [{1}]. -citizens.commands.npc.lookclose.random-yaw-range-set=[[{0}]] \u7684\u968F\u673A\u504F\u822A\u89D2\u9009\u62E9\u8303\u56F4\u8BBE\u7F6E\u4E3A [{1}]. -citizens.commands.npc.lookclose.random-set=[[{0}]] \u73B0\u5728\u5C06\u968F\u673A\u73AF\u987E\u56DB\u5468. -citizens.commands.npc.lookclose.random-stopped=[[{0}]] \u4E0D\u518D\u4F1A\u968F\u673A\u73AF\u987E\u56DB\u5468. -citizens.commands.npc.lookclose.error-random-range=\u8303\u56F4 [[{0}]] \u65E0\u6548. \u4F7F\u7528\u683C\u5F0F: `\u6700\u5C0F\u503C,\u6700\u5927\u503C`. -citizens.commands.npc.mushroomcow.invalid-variant=\u65E0\u6548\u7684\u53D8\u79CD, \u6709\u6548\u503C\u4E3A: [[{0}]]. -citizens.commands.npc.mushroomcow.variant-set=[[{0}]] \u7684\u53D8\u79CD\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.panda.invalid-gene=\u65E0\u6548\u7684\u57FA\u56E0, \u6709\u7684\u57FA\u56E0\u4E3A [[{0}]]. -citizens.commands.npc.panda.main-gene-set=\u663E\u6027\u57FA\u56E0\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.panda.hidden-gene-set=\u9690\u6027\u57FA\u56E0\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.pathopt.path-distance-margin-set=[[{0}]] \u7684\u5BFB\u8DEF\u8DEF\u5F84\u88D5\u5EA6\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.scoreboard.added-tags=\u6DFB\u52A0\u4E86\u8FD9\u4E9B\u6807\u7B7E: [[{0}]]. -citizens.commands.npc.scoreboard.removed-tags=\u5220\u9664\u4E86\u8FD9\u4E9B\u6807\u7B7E: [[{0}]]. -citizens.commands.npc.villager.level-set=\u7B49\u7EA7\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.villager.invalid-type=\u65E0\u6548\u7684\u6751\u6C11\u7C7B\u578B. \u6709\u6548\u7684\u7C7B\u578B\u662F: [[{0}]]. -citizens.commands.npc.villager.type-set=\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.waypoints.opendoors.enabled=[[{0}]] \u73B0\u5728\u5C06\u5728\u5BFB\u8DEF\u65F6\u6253\u5F00\u95E8. -citizens.commands.waypoints.opendoors.disabled=[[{0}]] \u5BFB\u8DEF\u65F6\u4E0D\u518D\u6253\u5F00\u95E8. -citizens.editors.waypoints.wander.delay-set=\u6F2B\u6E38\u5668\u4E4B\u95F4\u7684\u5EF6\u8FDF\u65F6\u95F4\u8BBE\u7F6E\u4E3A [[{{0}]] \u523B. -citizens.editors.waypoints.wander.invalid-delay=\u6307\u5B9A\u4E86\u65E0\u6548\u7684\u5EF6\u8FDF. -citizens.editors.waypoints.guided.already-taken=\u8FD9\u91CC\u5DF2\u7ECF\u6709\u4E00\u4E2A\u822A\u8DEF\u70B9. -citizens.changed-implementation=\u516C\u6C11\u5B9E\u73B0\u5DF2\u66F4\u6539\uFF0C\u4ECE\u800C\u7981\u7528\u4E86\u63D2\u4EF6. -citizens.commands.citizens.save.help=\u4F7F\u7528 -a \u6807\u8BB0\u8FDB\u884C\u5F02\u6B65\u4FDD\u5B58. -citizens.commands.console-error=\u8BF7\u67E5\u770B\u63A7\u5236\u53F0\u4FE1\u606F\u5E76\u62A5\u544A\u6B64\u9519\u8BEF. -citizens.commands.errors.missing-world=\u6CA1\u6709\u627E\u5230\u4E16\u754C. -citizens.commands.help.command-missing=\u547D\u4EE4 /{0} \u4E0D\u5B58\u5728. -citizens.commands.help.header=\u5E2E\u52A9 -citizens.commands.id-not-found=\u627E\u4E0D\u5230ID\u4E3A [[{0}]] \u7684\u4EFB\u4F55NPC. -citizens.commands.invalid.class=\u65E0\u6548\u7684\u5916\u90E8\u547D\u4EE4\u7C7B. -citizens.commands.invalid-mobtype=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u751F\u7269\u7C7B\u578B. -citizens.commands.invalid-number=\u8FD9\u4E0D\u662F\u6709\u6548\u6570\u5B57. -citizens.commands.npc.age.cannot-be-aged=\u8FD9\u79CD\u751F\u7269\u7C7B\u578B {0} \u4E0D\u80FD\u8BBE\u7F6E\u5E74\u9F84. -citizens.commands.npc.age.help=\u4EC5\u53EF\u7528\u4E8E\u53EF\u4EE5\u6210\u4E3A\u5A74\u513F\u7684\u5B9E\u4F53\u3002 \u4F7F\u7528 [[-l]] \u6807\u5FD7\u6765\u9501\u5B9A\u4E00\u6BB5\u65F6\u95F4\u5185\u7684\u5E74\u9F84(\u6CE8\u610F: \u53EF\u80FD\u9700\u8981\u91CD\u65B0\u8BB0\u5F55\u624D\u80FD\u770B\u5230\u6B64\u4FE1\u606F). -citizens.commands.npc.age.invalid-age=\u65E0\u6548\u5E74\u9F84. \u6709\u6548\u7684\u5E74\u9F84\u53EF\u4EE5\u662F adult(\u6210\u5E74), baby(\u5E7C\u5E74), \u4ECE -24000 \u5230 0 \u7684\u6570\u5B57. -citizens.commands.npc.age.locked=\u5E74\u9F84\u5DF2\u9501\u5B9A. -citizens.commands.npc.age.set-adult=[[{0}]] \u5E74\u9F84\u5DF2\u8BBE\u5B9A\u4E3A\u6210\u5E74. -citizens.commands.npc.age.set-baby=[[{0}]] \u5E74\u9F84\u5DF2\u8BBE\u5B9A\u4E3A\u5E7C\u5E74. -citizens.commands.npc.age.set-normal=[[{0}]] \u5E74\u9F84\u5DF2\u8BBE\u5B9A\u4E3A [[{1}]]. -citizens.commands.npc.age.set=[[{0}]] \u5E74\u9F84\u5DF2\u8BBE\u5B9A\u4E3A [[{1}]]. -citizens.commands.npc.age.unlocked=\u5E74\u9F84\u5DF2\u89E3\u9501. -citizens.commands.npc.anchor.added=\u5DF2\u6DFB\u52A0\u951A\u70B9. -citizens.commands.npc.anchor.already-exists=\u951A\u70B9 [[{0}]] \u5DF2\u7ECF\u5B58\u5728. -citizens.commands.npc.anchor.invalid-name=\u65E0\u6548\u7684\u951A\u70B9\u540D\u79F0. -citizens.commands.npc.anchor.missing=\u951A\u70B9 [[{0}]] \u4E0D\u5B58\u5728. -citizens.commands.npc.anchor.removed=\u951A\u70B9\u5DF2\u5220\u9664. -citizens.commands.npc.behaviour.added=\u5DF2\u6DFB\u52A0\u884C\u4E3A. -citizens.commands.npc.behaviour.help=\u811A\u672C\u53C2\u6570\u662F\u4EE5\u9017\u53F7\u5206\u9694\u7684\u6587\u4EF6\u540D\u5217\u8868. \u811A\u672C\u5C06\u81EA\u52A8\u52A0\u8F7D\u5E76\u6BCF\u9694\u4E00\u523B\u8FD0\u884C\u4E00\u6B21. \u4F7F\u7528 [[-r]] \u6807\u5FD7\u6765\u5220\u9664\u884C\u4E3A. -citizens.commands.npc.behaviour.removed=\u5DF2\u5220\u9664\u884C\u4E3A. -citizens.commands.npc.collidable.set=[[{0}]] \u5C06\u80FD\u591F\u4E0E\u5B9E\u4F53\u78B0\u649E. -citizens.commands.npc.collidable.unset=[[{0}]] \u5C06\u4E0D\u518D\u4E0E\u5B9E\u4F53\u78B0\u649E. -citizens.commands.npc.controllable.not-controllable=[[{0}]] \u4E0D\u80FD\u63A7\u5236. -citizens.commands.npc.controllable.removed=[[{0}]] \u4E0D\u518D\u53D7\u63A7\u5236. -citizens.commands.npc.controllable.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u63A7\u5236. -citizens.commands.npc.copy.copied=[[{0}]] \u5DF2\u590D\u5236. -citizens.commands.npc.create.mobtype-missing=[[{0}]] \u4E0D\u662F\u652F\u6301\u7684 NPC \u751F\u7269\u7C7B\u578B. -citizens.commands.npc.create.invalid-location=\u65E0\u6CD5\u89E3\u6790\u6216\u6CA1\u6709\u627E\u5230\u51FA\u751F\u70B9. -citizens.commands.npc.create.invalid-mobtype=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u751F\u7269\u7C7B\u578B. -citizens.commands.npc.create.npc-name-too-long=NPC \u540D\u79F0\u4E0D\u80FD\u8D85\u8FC7 16 \u4E2A\u5B57\u7B26, \u8FD9\u4E2A\u540D\u79F0\u5DF2\u88AB\u622A\u65AD. -citizens.commands.npc.create.no-player-for-spawn=\u627E\u4E0D\u5230\u7528\u6765\u751F\u6210NPC\u7684\u73A9\u5BB6\u540D. -citizens.commands.npc.despawn.despawned=[[{0}]] \u88AB\u53D6\u6D88\u751F\u6210. -citizens.commands.npc.flyable.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u98DE\u884C. -citizens.commands.npc.flyable.unset=[[{0}]] \u4E0D\u80FD\u98DE\u884C\u4E86. -citizens.commands.npc.follow.set=[[{0}]] \u6B63\u5728\u8DDF\u968F [[{1}]]. -citizens.commands.npc.follow.unset=[[{0}]] \u5DF2\u505C\u6B62\u8DDF\u968F. -citizens.commands.npc.gamemode.describe={0} \u7684\u6E38\u620F\u6A21\u5F0F\u4E3A [[{1}]]. -citizens.commands.npc.gamemode.invalid={0} \u4E0D\u662F\u6709\u6548\u7684\u6E38\u620F\u6A21\u5F0F. -citizens.commands.npc.gamemode.set=\u6E38\u620F\u6A21\u5F0F\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.gravity.disabled=\u91CD\u529B [[\u5DF2\u7981\u7528]]. -citizens.commands.npc.gravity.enabled=\u91CD\u529B [[\u5DF2\u542F\u7528]]. -citizens.commands.npc.glowing.set=[[{0}]] \u5DF2\u9AD8\u4EAE. -citizens.commands.npc.glowing.unset=[[{0}]] \u4E0D\u518D\u9AD8\u4EAE. -citizens.commands.npc.glowing.color-set=[[{0}]] \u7684\u9AD8\u4EAE\u989C\u8272\u5DF2\u8BBE\u7F6E\u4E3A {1}]]. -citizens.commands.npc.guardian.elder-unset=[[{0}]] \u4E0D\u518D\u662F\u76D1\u62A4\u4EBA. -citizens.commands.npc.guardian.elder-set=[[{0}]] \u73B0\u5728\u662F\u76D1\u62A4\u4EBA. -citizens.commands.npc.horse.chest-set=\u8FD9\u5339\u9A6C\u73B0\u5728\u6258\u7740\u7BB1\u5B50. -citizens.commands.npc.horse.chest-unset=\u8FD9\u5339\u9A6C\u73B0\u5728\u6CA1\u6709\u7BB1\u5B50\u4E86. -citizens.commands.npc.horse.color-set=\u8FD9\u5339\u9A6C\u7684\u989C\u8272\u5DF2\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.horse.type-set=\u8FD9\u5339\u9A6C\u7684\u7C7B\u578B\u5DF2\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.horse.style-set=\u8FD9\u5339\u9A6C\u7684\u6837\u5F0F\u5DF2\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.horse.describe=\u8FD9\u5339\u9A6C\u7684\u989C\u8272\u662F [[{0}]], \u7C7B\u578B\u662F [[{1}]], \u6837\u5F0F\u662F [[{2}]]. -citizens.commands.npc.horse.invalid-color=\u6307\u5B9A\u7684\u9A6C\u5339\u989C\u8272\u65E0\u6548, \u6709\u6548\u7684\u989C\u8272\u662F: [[{0}]]. -citizens.commands.npc.horse.invalid-type=\u6307\u5B9A\u7684\u9A6C\u5339\u7C7B\u578B\u65E0\u6548, \u6709\u6548\u7684\u7C7B\u578B\u662F: [[{0}]]. -citizens.commands.npc.horse.invalid-style=\u6307\u5B9A\u7684\u9A6C\u5339\u6837\u5F0F\u65E0\u6548, \u6709\u6548\u7684\u6837\u5F0F\u662F: [[{0}]]. -citizens.commands.npc.item.item-set=NPC \u7269\u54C1\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.item.unknown-material=\u672A\u77E5\u6750\u6599. -citizens.commands.npc.leashable.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u7275\u5F15. -citizens.commands.npc.leashable.stopped=[[{0}]] \u4E0D\u518D\u53EF\u4EE5\u7275\u5F15. -citizens.commands.npc.llama.strength-set=\u7F8A\u9A7C\u8D1F\u91CD\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.llama.color-set=\u7F8A\u9A7C\u989C\u8272\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.llama.invalid-color=\u6307\u5B9A\u4E86\u65E0\u6548\u7684\u7F8A\u9A7C\u989C\u8272. \u6709\u6548\u7684\u989C\u8272\u662F: [[{0}]]. -citizens.commands.npc.lookclose.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u770B\u5411\u9644\u8FD1\u7684\u73A9\u5BB6. -citizens.commands.npc.lookclose.stopped=[[{0}]] \u73B0\u5728\u4E0D\u4F1A\u770B\u5411\u4EFB\u4F55\u73A9\u5BB6. -citizens.commands.npc.metadata.set=[[{0}]] \u5DF2\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.metadata.unset=[[{{0}}]] \u5DF2\u4ECE [[{1}]] \u4E2D\u5220\u9664\u4E86. -citizens.commands.npc.minecart.set=[[{0}]] \u73B0\u5728\u6709\u4E86\u7269\u54C1 [[{1}]]:[[{2}]] \u5728\u504F\u79FB\u5904 [[{3}]]. -citizens.commands.npc.mount.failed=\u65E0\u6CD5\u6302\u8F7D [[{0}]]. -citizens.commands.npc.mount.must-be-spawned=\u65E0\u6CD5\u6302\u8F7D [[{0}]]. \u786E\u4FDD\u76EE\u6807NPC ID\u6B63\u786E\u4E14\u5DF2\u751F\u6210. -citizens.commands.npc.moveto.format=\u5750\u6807\u683C\u5F0F\u4E3A: x:y:z(:world) or x y z( world). -citizens.commands.npc.moveto.teleported=[[{0}]] \u4F20\u9001\u5230 [[{1}]]. -citizens.commands.npc.nameplate.toggled=\u540D\u5B57\u53EF\u89C1\u6027\u5DF2\u5207\u6362. -citizens.commands.npc.ocelot.invalid-type=\u65E0\u6548\u7684\u8C79\u732B\u7C7B\u578B, \u6709\u6548\u7684\u7C7B\u578B\u662F: [[{0}]]. -citizens.commands.npc.owner.already-owner={0} \u5DF2\u7ECF\u662F [[{1}]] \u7684\u6240\u6709\u8005. -citizens.commands.npc.owner.owner=[[{0}]] \u7684\u6240\u6709\u8005\u662F [[{1}]]. -citizens.commands.npc.owner.set-server=[[The server]] \u73B0\u5728\u662F [[{0}]] \u7684\u6240\u6709\u8005. -citizens.commands.npc.owner.set=[[{1}]] \u73B0\u5728\u662F [[{0}]] \u7684\u6240\u6709\u8005. -citizens.commands.npc.passive.set=[[{0}]] \u73B0\u5728\u662F\u88AB\u52A8\u653B\u51FB\u578B. -citizens.commands.npc.passive.unset=[[{0}]] \u73B0\u5728\u662F\u4E3B\u52A8\u653B\u51FB\u578B. -citizens.commands.npc.pathfindingrange.set=\u5BFB\u8DEF\u8303\u56F4\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.parrot.invalid-variant=\u65E0\u6548\u7684\u9E66\u9E49\u53D8\u4F53, \u6709\u6548\u7684\u9E66\u9E49\u53D8\u4F53\u662F [[{0}]]. -citizens.commands.npc.parrot.variant-set=\u9E66\u9E49\u53D8\u4F53\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.pathopt.avoid-water-set=[[{0}]] \u73B0\u5728\u4F1A\u907F\u5F00\u6C34. -citizens.commands.npc.pathopt.avoid-water-unset=[[{0}]] \u4E0D\u518D\u907F\u5F00\u6C34. -citizens.commands.npc.pathopt.stationary-ticks-set=[[{0}]] \u7684\u9759\u6B62\u65F6\u95F4\u5DF2\u8BBE\u7F6E\u4E3A [[{1}]] \u523B. -citizens.commands.npc.pathopt.distance-margin-set=[[{0}]] \u7684\u5BFB\u8DEF\u8DDD\u79BB\u5BB9\u5DEE\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.pathopt.attack-range-set=[[{0}]] \u7684\u653B\u51FB\u8303\u56F4\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.playerlist.added=\u5DF2\u628A [[{0}]] \u6DFB\u52A0\u5230\u73A9\u5BB6\u5217\u8868. -citizens.commands.npc.playerlist.removed=\u5DF2\u4ECE\u73A9\u5BB6\u5217\u8868\u4E2D\u5220\u9664\u4E86 [[{0}]]. -citizens.commands.npc.pose.added=\u59FF\u6001\u5DF2\u6DFB\u52A0. -citizens.commands.npc.pose.already-exists=\u59FF\u6001 [[{0}]] \u5DF2\u5B58\u5728. -citizens.commands.npc.pose.invalid-name=\u65E0\u6548\u7684\u59FF\u6001\u540D\u79F0. -citizens.commands.npc.pose.missing=\u59FF\u6001 [[{0}]] \u4E0D\u5B58\u5728. -citizens.commands.npc.pose.removed=\u59FF\u6001\u5DF2\u5220\u9664. -citizens.commands.npc.powered.set=[[{0}]] \u73B0\u5728\u5DF2\u901A\u7535. -citizens.commands.npc.powered.stopped=[[{0}]] \u73B0\u5728\u672A\u901A\u7535. -citizens.commands.npc.phantom.phantom-set=\u5C3A\u5BF8\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.tropicalfish.invalid-color=\u65E0\u6548\u7684\u9C7C\u989C\u8272, \u6709\u6548\u7684\u989C\u8272\u662F: [[{0}]] -citizens.commands.npc.tropicalfish.invalid-pattern=\u65E0\u6548\u7684\u9C7C\u56FE\u6848, \u6709\u6548\u7684\u56FE\u6848\u662F: [[{0}]] -citizens.commands.npc.tropicalfish.body-color-set=\u8EAB\u4F53\u989C\u8272\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.tropicalfish.pattern-color-set=\u56FE\u6848\u989C\u8272\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.tropicalfish.pattern-set=\u56FE\u6848\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.profession.invalid-profession=[[{0}]] \u65E0\u6548\u7684\u804C\u4E1A, \u6709\u6548\u7684\u804C\u4E1A\u662F: [[{1}]]. -citizens.commands.npc.profession.set=[[{0}]] \u73B0\u5728\u662F [[{1}]]. -citizens.commands.npc.pufferfish.state-set=\u72B6\u6001\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.rabbittype.invalid-type=\u65E0\u6548\u7684\u5154\u5B50\u7C7B\u578B, \u8BF7\u5C1D\u8BD5\u8BBE\u7F6E\u4E3A\u4EE5\u4E0B\u4E4B\u4E00: [[{0}]]. -citizens.commands.npc.rabbittype.type-set=[[{0}]] \u7684\u5154\u5B50\u7C7B\u578B\u5DF2\u8BBE\u7F6E\u4E3A [[{1}]] -citizens.commands.npc.remove.npcs-removed=\u4E00\u4E9BNPC\u5DF2\u88AB\u5220\u9664. -citizens.commands.npc.remove.incorrect-syntax=\u8BED\u6CD5\u9519\u8BEF. /npc remove (all) -citizens.commands.npc.remove.removed-all=\u5DF2\u6C38\u4E45\u5220\u9664\u6240\u6709NPC. -citizens.commands.npc.remove.removed=\u5DF2\u6C38\u4E45\u5220\u9664 [[{0}]]. -citizens.commands.npc.rename.renamed=\u5DF2\u628A [[{0}]] \u7684\u540D\u79F0\u6539\u4E3A [[{1}]]. -citizens.commands.npc.respawn.delay-set=\u91CD\u751F\u5EF6\u8FDF\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.respawn.describe=\u5F53\u524D\u91CD\u751F\u5EF6\u8FDF\u662F [[{0}]]. -citizens.commands.npc.select.already-selected=\u4F60\u5DF2\u7ECF\u9009\u62E9\u4E86\u8FD9\u4E2ANPC. -citizens.commands.npc.script.invalid-file=\u672A\u77E5\u6216\u4E0D\u53EF\u7528\u7684\u811A\u672C ''[[{0}]]''. -citizens.commands.npc.sheep.color-set=\u7F8A\u7684\u989C\u8272\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.sheep.invalid-color=\u65E0\u6548\u7684\u989C\u8272, \u6709\u6548\u7684\u989C\u8272\u662F: [[{0}]]. -citizens.commands.npc.script.current-scripts=[[{0}]] \u5F53\u524D\u811A\u672C\u662F [[{1}]]. -citizens.commands.npc.shulker.peek-set=[[{0}]] \u5916\u58F3\u6253\u5F00\u5EA6\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.shulker.color-set=[[{0}]] \u7684\u989C\u8272\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.shulker.invalid-color=\u65E0\u6548\u7684\u6F5C\u5F71\u8D1D\u989C\u8272\u503C, \u6709\u6548\u7684\u989C\u8272\u662F: [[{0}]]. -citizens.commands.npc.skin.set=[[{0}]] \u7684\u76AE\u80A4\u540D\u79F0\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.skin.missing-skin=\u5FC5\u987B\u63D0\u4F9B\u76AE\u80A4\u540D\u79F0. -citizens.commands.npc.skin.cleared=[[{0}]] \u7684\u76AE\u80A4\u540D\u79F0\u5DF2\u6E05\u9664. -citizens.commands.npc.skin.layers-set=[[{0}]] \u7684\u76AE\u80A4\u5C42: \u80A9\u80DB - [[{1}]], \u5934\u90E8 - [[{2}]], \u4E0A\u8863 - [[{3}]], \u8896\u5B50 - [[{4}]], \u88E4\u5B50 - [[{5}]]. -citizens.commands.npc.size.description=[[{0}]]' \u7684\u5C3A\u5BF8\u662F [[{1}]]. -citizens.commands.npc.size.set=[[{0}]] \u7684\u5C3A\u5BF8\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.sound.invalid-sound=\u65E0\u6548\u7684\u58F0\u97F3. -citizens.commands.npc.sound.set=[[{0}]] \u73B0\u5728\u7684\u58F0\u97F3\u662F: \u73AF\u5883 - [[{1}]], \u88AB\u653B\u51FB - [[{2}]], \u6B7B\u4EA1 - [[{3}]]. -citizens.commands.npc.sound.info=[[{0}]] \u7684\u58F0\u97F3: \u73AF\u5883 - [[{1}]], \u88AB\u653B\u51FB - [[{2}]], \u6B7B\u4EA1 - [[{3}]].\r\n\u6709\u6548\u7684\u58F0\u97F3\u662F {4}. -citizens.commands.npc.skeletontype.set={0} \u9AA8\u67B6\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.skeletontype.invalid-type=\u65E0\u6548\u7684\u9AA8\u67B6\u7C7B\u578B. \u8BF7\u5C1D\u8BD5\u4EE5\u4E0B\u503C\u4E4B\u4E00: [[{0}]]. -citizens.commands.npc.spawn.already-spawned=[[{0}]] \u5DF2\u7ECF\u5728\u53E6\u4E00\u4E2A\u4F4D\u7F6E\u751F\u6210. \u4F7F\u7528 ''/npc tphere'' \u628A\u5B83\u4F20\u9001\u5230\u8FD9\u91CC\u6765. -citizens.commands.npc.spawn.missing-npc-id=\u4E0D\u5B58\u5728ID\u4E3A {0} \u7684NPC. -citizens.commands.npc.spawn.no-location=\u6CA1\u6709\u53EF\u7528\u7684\u4F4D\u7F6E\u4FE1\u606F - \u5FC5\u987B\u5728\u6E38\u620F\u4E2D\u4F7F\u7528\u8FD9\u4E2A\u547D\u4EE4. -citizens.commands.npc.spawn.numeric-id-only=\u53EA\u6709\u6570\u5B57ID\u53EF\u4EE5\u7528\u4E8E ''/npc spawn''. -citizens.commands.npc.spawn.spawned=\u751F\u6210\u4E86 [[{0}]]. -citizens.commands.npc.speed.modifier-above-limit=\u901F\u5EA6\u8D85\u51FA\u9650\u5236. -citizens.commands.npc.speed.set=NPC \u901F\u5EA6\u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.commands.npc.swim.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u5728\u6C34\u91CC\u6E38\u6CF3. -citizens.commands.npc.swim.unset=[[{0}]] \u73B0\u5728\u4E0D\u80FD\u5728\u6C34\u91CC\u6E38\u6CF3. -citizens.commands.npc.targetable.set=[[{0}]] \u73B0\u5728\u53EF\u4EE5\u88AB\u751F\u7269\u4F5C\u4E3A\u76EE\u6807(\u53EF\u4EE5\u5438\u5F15\u4EC7\u6068). -citizens.commands.npc.targetable.unset=[[{0}]] \u73B0\u5728\u4E0D\u80FD\u4F5C\u4E3A\u751F\u7269\u7684\u76EE\u6807(\u4E0D\u80FD\u5438\u5F15\u4EC7\u6068). -citizens.commands.npc.tp.teleported=\u4F20\u9001\u5230 [[{0}]]. -citizens.commands.npc.tp.location-not-found=\u627E\u4E0D\u5230\u76EE\u6807NPC\u7684\u4F4D\u7F6E. -citizens.commands.npc.tpto.success=\u4F20\u9001\u6210\u529F. -citizens.commands.npc.tpto.to-not-found=\u627E\u4E0D\u5230\u76EE\u6807\u5B9E\u4F53. -citizens.commands.npc.tpto.from-not-found=\u627E\u4E0D\u5230\u6E90\u5B9E\u4F53. -citizens.commands.npc.tphere.teleported=[[{0}]] \u88AB\u4F20\u9001\u5230\u4F60\u7684\u4F4D\u7F6E. -citizens.commands.npc.type.set=[[{0}]] \u7684\u7C7B\u578B\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.npc.type.invalid=[[{0}]] \u662F\u65E0\u6548\u7684\u7C7B\u578B. -citizens.commands.npc.vulnerable.set=[[{0}]] \u73B0\u5728\u5BB9\u6613\u53D7\u4F24. -citizens.commands.npc.vulnerable.stopped=[[{0}]] \u4E0D\u518D\u5BB9\u6613\u53D7\u4F24. -citizens.commands.npc.wolf.unknown-collar-color=[[{0}]] \u4E0D\u662FRGB\u989C\u8272\u683C\u5F0F\u6216\u6709\u6548\u7684\u9879\u5708\u989C\u8272. -citizens.commands.npc.wolf.collar-color-unsupported=[[{0}]] \u4E0D\u662F\u53EF\u4EE5\u5728\u72FC\u9879\u5708\u4E0A\u4F7F\u7528\u7684RGB\u989C\u8272\u4EE3\u7801. -citizens.commands.npc.zombiemod.villager-set=[[{0}]] \u73B0\u5728\u662F\u6751\u6C11. -citizens.commands.npc.zombiemod.villager-unset=[[{0}]] \u73B0\u5728\u4E0D\u662F\u6751\u6C11. -citizens.commands.npc.zombiemod.baby-set=[[{0}]] \u73B0\u5728\u662F\u5E7C\u5E74. -citizens.commands.npc.zombiemod.baby-unset=[[{0}]] \u4E0D\u518D\u662F\u5E7C\u5E74. -citizens.commands.npc.zombiemod.villager-profession-set=[[{0}]] \u7684\u804C\u4E1A\u8BBE\u7F6E\u4E3A [[{1}]]. -citizens.commands.page-missing=\u9875 [[{0}]] \u4E0D\u5B58\u5728. -citizens.commands.requirements.disallowed-mobtype=\u8FD9\u4E2A\u547D\u4EE4\u4E0D\u80FD\u4F7F\u7528\u5728\u751F\u7269\u7C7B\u578B\u4E3A [[{0}]] \u7684NPC\u4E0A. -citizens.commands.requirements.living-entity=NPC\u5FC5\u987B\u662F\u6709\u751F\u547D\u7684\u5B9E\u4F53. -citizens.commands.requirements.missing-permission=\u4F60\u65E0\u6743\u6267\u884C\u8FD9\u4E2A\u547D\u4EE4. -citizens.commands.requirements.missing-required-trait=\u7F3A\u5C11\u5FC5\u987B\u7684\u7279\u5F81 [[{0}]]. -citizens.commands.requirements.must-be-ingame=\u5FC5\u987B\u5728\u6E38\u620F\u91CC\u624D\u80FD\u4F7F\u7528\u8FD9\u4E2A\u547D\u4EE4. -citizens.commands.requirements.must-be-owner=\u4F60\u5FC5\u987B\u662F\u8FD9\u4E2ANPC\u7684\u6240\u6709\u8005\u624D\u80FD\u6267\u884C\u8FD9\u4E2A\u547D\u4EE4. -citizens.commands.requirements.must-have-selected=\u4F60\u5FC5\u987B\u9009\u62E9\u4E00\u4E2ANPC\u624D\u80FD\u6267\u884C\u8FD9\u4E2A\u547D\u4EE4. -citizens.commands.requirements.too-few-arguments=\u53C2\u6570\u592A\u5C11. -citizens.commands.requirements.too-many-arguments=\u53C2\u6570\u592A\u591A. -citizens.commands.script.compiled=\u811A\u672C\u5DF2\u7F16\u8BD1. -citizens.commands.script.compiling=\u6B63\u5728\u7F16\u8BD1\u811A\u672C... -citizens.commands.script.file-missing=\u6587\u4EF6 [[{0}]] \u4E0D\u5B58\u5728! -citizens.commands.template.applied=\u6A21\u677F\u5DF2\u5E94\u7528\u4E8E [[{0}]] NPC. -citizens.commands.template.conflict=\u8FD9\u4E2A\u6A21\u677F\u540D\u79F0\u5DF2\u5B58\u5728. -citizens.commands.template.created=\u6A21\u677F\u5DF2\u521B\u5EFA. -citizens.commands.template.missing=\u627E\u4E0D\u5230\u6A21\u677F. -citizens.commands.template.delete.deleted=\u6A21\u677F [[{0}]] \u5DF2\u5220\u9664. -citizens.commands.template.list.header=]]\u53EF\u7528\u6A21\u677F[[:]] -citizens.commands.trait.added=\u5DF2\u6210\u529F\u6DFB\u52A0 {0}. -citizens.commands.trait.failed-to-add=<7>\u65E0\u6CD5\u6DFB\u52A0 {0}. -citizens.commands.trait.failed-to-change=<7>\u65E0\u6CD5\u66F4\u6539 {0}. -citizens.commands.trait.failed-to-remove=<7>\u65E0\u6CD5\u5220\u9664 {0}. -citizens.commands.trait.removed=\u5DF2\u6210\u529F\u5220\u9664 {0}. -citizens.commands.traitc.missing=\u627E\u4E0D\u5230\u7279\u5F81. -citizens.commands.traitc.not-configurable=\u8BE5\u7279\u5F81\u662F\u4E0D\u53EF\u914D\u7F6E\u7684. -citizens.commands.traitc.not-on-npc=\u6CA1\u6709\u8FD9\u4E2A\u7279\u5F81. -citizens.commands.unknown-command=\u672A\u77E5\u547D\u4EE4, \u4F60\u662F\u5426\u8981\u4F7F\u7528: -citizens.commands.wolf.traits-updated=[[{0}]] \u7684\u7279\u5F81\u5DF2\u66F4\u65B0. \u6124\u6012:[[{1}]], \u5750\u7740:[[{2}]], \u5DF2\u9A6F\u670D:[[{3}]], \u9879\u5708\u989C\u8272:[[{4}]] -citizens.conversations.selection.invalid-choice=[[{0}]] \u4E0D\u662F\u6709\u6548\u7684\u9009\u9879. -citizens.economy.error-loading=\u65E0\u6CD5\u4F7F\u7528\u7ECF\u6D4E. \u662F\u5426\u5DF2\u542F\u7528 Vault? -citizens.economy.minimum-cost-required=\u81F3\u5C11\u9700\u8981 [[{0}]]. -citizens.economy.money-withdrawn=\u4E3A\u4F60\u7684NPC\u6536\u56DE [[{0}]]. -citizens.editors.already-in-editor=\u4F60\u5DF2\u7ECF\u6253\u5F00\u4E86\u7F16\u8F91\u5668! -citizens.editors.copier.begin=\u8FDB\u5165\u4E86NPC\u590D\u5370\u673A!
\u5355\u51FB\u4EFB\u610F\u4F4D\u7F6E\u4EE5\u590D\u5236\u5F53\u524D\u9009\u5B9A\u7684NPC. -citizens.editors.copier.end=\u9000\u51FA\u4E86NPC\u590D\u5370\u673A. -citizens.editors.equipment.all-items-removed=[[{0}]] \u5220\u9664\u4E86\u6240\u6709\u7269\u54C1. -citizens.editors.equipment.begin=\u8FDB\u5165\u4E86\u88C5\u5907\u7F16\u8F91\u5668!
[[\u53F3\u952E\u70B9\u51FB]] \u4E3ANPC\u8BBE\u7F6E\u88C5\u5907! -citizens.editors.equipment.end=\u9000\u51FA\u4E86\u88C5\u5907\u7F16\u8F91\u5668. -citizens.editors.equipment.invalid-block=\u65E0\u6548\u65B9\u5757! -citizens.editors.equipment.saddled-set=[[{0}]] \u5DF2\u7ECF\u88C5\u5907\u4E86\u9A6C\u978D. -citizens.editors.equipment.saddled-stopped=[[{0}]] \u4E0D\u518D\u88C5\u5907\u9A6C\u978D. -citizens.editors.equipment.sheared-set=[[{0}]] \u8EAB\u4E0A\u5149\u79C3\u79C3\u7684. -citizens.editors.equipment.sheared-stopped=[[{0}]] \u8EAB\u4E0A\u4E0D\u518D\u662F\u5149\u79C3\u79C3\u7684. -citizens.editors.equipment.sheep-coloured=[[{0}]] \u73B0\u5728\u662F\u5F69\u8272\u7684 [[{1}]]. -citizens.editors.selection.start-prompt=\u6709\u591A\u4E2A\u76F8\u540C\u540D\u79F0\u7684NPC.
\u8BF7\u8F93\u5165\u4E0B\u5217\u7F16\u53F7\u4EE5\u9009\u62E9\u8FD9\u4E2ANPC. -citizens.editors.text.add-prompt=\u8BF7\u8F93\u5165\u6587\u5B57\u4EE5\u6DFB\u52A0\u5230NPC. -citizens.editors.text.added-entry=[[\u6DFB\u52A0\u4E86]] \u6761\u76EE [[{0}]]. -citizens.editors.text.begin=\u8FDB\u5165\u4E86\u6587\u672C\u7F16\u8F91\u5668! \u8F93\u5165 ''exit'' \u9000\u51FA\u7F16\u8F91\u5668. -citizens.editors.text.change-page-prompt=\u8F93\u5165\u9875\u7801\u67E5\u770B\u66F4\u591A\u6587\u672C\u6761\u76EE. -citizens.editors.text.close-talker-set=[[\u8FD1\u8DDD\u79BB\u8BF4\u8BDD]] \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.editors.text.edit-begin-prompt=\u8F93\u5165\u60A8\u8981\u7F16\u8F91\u7684\u6761\u76EE\u7D22\u5F15, \u6216\u8F93\u5165 [[\u9875\u7801]] \u67E5\u770B\u66F4\u591A\u9875\u9762. -citizens.editors.text.edit-prompt=\u8F93\u5165\u6587\u5B57\u6765\u7F16\u8F91\u8FD9\u4E2A\u6761\u76EE. -citizens.editors.text.edited-text=\u7D22\u5F15 [[{{0}]] \u7684\u6761\u76EE\u5DF2\u6539\u4E3A [[{1}]]. -citizens.editors.text.end=\u9000\u51FA\u4E86\u6587\u672C\u7F16\u8F91\u5668. -citizens.editors.text.invalid-edit-type=\u65E0\u6548\u7684\u7F16\u8F91\u7C7B\u578B. -citizens.editors.text.invalid-index=[[{0}]] \u65E0\u6548\u7D22\u5F15! -citizens.editors.text.invalid-input=\u65E0\u6548\u8F93\u5165. -citizens.editors.text.invalid-page=\u65E0\u6548\u9875\u7801. -citizens.editors.text.invalid-range=\u65E0\u6548\u8303\u56F4. -citizens.editors.text.invalid-delay=\u65E0\u6548\u5EF6\u8FDF. -citizens.editors.text.random-talker-set=[[\u968F\u673A\u8BF4\u8BDD]] \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.editors.text.range-set=[[\u8303\u56F4]] \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.editors.text.delay-set=[[\u5EF6\u8FDF]] \u8BBE\u7F6E\u4E3A [[{0}]] \u523B. -citizens.editors.text.realistic-looking-set=[[\u4EFF\u771F\u89C6\u7EBF]] \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.editors.text.remove-prompt=\u8F93\u5165\u60A8\u8981\u5220\u9664\u7684\u6761\u76EE\u7D22\u5F15, \u6216\u8F93\u5165 [[\u9875\u7801]] \u67E5\u770B\u66F4\u591A\u9875\u9762. -citizens.editors.text.removed-entry=[[\u5220\u9664\u4E86]] \u6761\u76EE [[{0}]]. -citizens.editors.text.talk-item-set=[[Talk item pattern]] \u8BBE\u7F6E\u4E3A [[{0}]]. -citizens.editors.waypoints.wander.range-set=\u6F2B\u6E38\u8303\u56F4\u8BBE\u7F6E\u4E3A x\u8303\u56F4[[{{0}]] \u548C y\u8303\u56F4[[{{1}]]. -citizens.editors.waypoints.wander.begin=\u8FDB\u5165\u4E86\u6F2B\u6E38\u822A\u70B9\u7F16\u8F91\u5668.
\u8F93\u5165 [[xrange ]] \u6216 [[yrange ]] \u4FEE\u6539\u968F\u673A\u6F2B\u6E38\u8303\u56F4. \u8F93\u5165 [[regions]] \u8FDB\u5165\u533A\u57DF\u7F16\u8F91\u5668. -citizens.editors.waypoints.wander.end=\u9000\u51FA\u4E86\u6F2B\u6E38\u822A\u70B9\u7F16\u8F91\u5668. -citizens.editors.waypoints.wander.added-region=[[\u6DFB\u52A0\u4E86]]\u6F2B\u6E38\u533A\u57DF ({0}) ([[{1}]]). -citizens.editors.waypoints.wander.removed-region=[[\u5220\u9664\u4E86]]\u6F2B\u6E38\u533A\u57DF ({0}) ([[{1}]] \u5269\u4F59\u7684). -citizens.editors.waypoints.wander.editing-regions=\u73B0\u5728\u7F16\u8F91\u533A\u57DF!
[[\u5DE6\u952E\u70B9\u51FB]] \u6DFB\u52A0\u4E00\u4E2A\u4EE5\u8FD9\u4E2A\u65B9\u5757\u4E2D\u5FC3, xrange/yrange \u4E3A\u8303\u56F4\u7684\u7684\u6F2B\u6E38\u533A\u57DF.
[[\u53F3\u952E\u70B9\u51FB]] \u73B0\u6709\u6807\u8BB0\u4EE5\u5220\u9664\u8BE5\u533A\u57DF.
\u8F93\u5165 [[regions]] \u505C\u6B62\u6216\u9000\u51FA\u7F16\u8F91\u5668. \u533A\u57DF\u5E94\u8BE5\u76F8\u4E92\u91CD\u53E0. -citizens.editors.waypoints.guided.end=\u9000\u51FA\u4E86\u5BFC\u822A\u70B9\u7F16\u8F91\u5668. -citizens.editors.waypoints.guided.begin=\u8FDB\u5165\u4E86\u5BFC\u822A\u70B9\u7F16\u8F91\u5668!
[[\u5DE6\u952E\u70B9\u51FB]] \u6DFB\u52A0\u4E00\u4E2A\u5BFC\u822A\u70B9, [[\u53F3\u952E\u70B9\u51FB]] \u4E00\u4E2A\u73B0\u5B58\u7684\u5BFC\u822A\u70B9\u4EE5\u5220\u9664.
[[Shift+\u5DE6\u952E]] \u6DFB\u52A0\u4E00\u4E2A\u76EE\u6807\u822A\u70B9.
\u8F93\u5165 [[toggle path]] \u6253\u5F00\u6216\u5173\u95ED\u5728\u5BFC\u822A\u70B9\u4E0A\u663E\u793A\u5B9E\u4F53. -citizens.editors.waypoints.guided.added-guide=\u6DFB\u52A0\u4E00\u4E2A [[\u5BFC\u822A]] \u822A\u70B9. \u8FD9\u5C06\u5F15\u5BFCNPC\u5230\u8FBE\u76EE\u7684\u5730. -citizens.editors.waypoints.guided.added-available=\u6DFB\u52A0\u4E00\u4E2A [[\u76EE\u6807]] \u822A\u70B9. \u8FD9\u5C06\u4E3ANPC\u63D0\u4F9B\u884C\u52A8\u8DEF\u5F84. -citizens.editors.waypoints.linear.added-waypoint= \u5411 ({0}) [[\u6DFB\u52A0\u4E86]] \u4E00\u4E2A\u5BFC\u822A\u70B9: ([[{1}]], [[{2}]]) -citizens.editors.waypoints.linear.begin=\u8FDB\u5165\u7EBF\u6027\u822A\u70B9\u7F16\u8F91\u5668!
[[\u5DE6\u952E\u70B9\u51FB]] \u6DFB\u52A0\u4E00\u4E2A\u822A\u70B9, [[\u53F3\u952E\u70B9\u51FB]] \u5220\u9664\u4E00\u4E2A\u822A\u70B9.
\u8F93\u5165 [[toggle path]] \u5207\u6362\u822A\u70B9\u4E0A\u7684\u5B9E\u4F53\u663E\u793A, [[triggers]] \u8FDB\u5165\u89E6\u53D1\u5668\u7F16\u8F91\u5668, [[clear]] \u6E05\u9664\u6240\u6709\u822A\u70B9. -citizens.editors.waypoints.linear.edit-slot-set=\u7F16\u8F91\u63D2\u69FD\u8BBE\u7F6E\u4E3A [[{0}]] ({1}). -citizens.editors.waypoints.linear.end=\u9000\u51FA\u4E86\u7EBF\u6027\u822A\u70B9\u7F16\u8F91\u5668. -citizens.editors.waypoints.linear.not-showing-markers=[[\u505C\u6B62\u4E86]] \u663E\u793A\u822A\u70B9\u6807\u8BB0. -citizens.editors.waypoints.linear.range-exceeded=\u4E0A\u4E00\u4E2A\u822A\u8DEF\u70B9\u8DDD\u79BB {0} \u4E2A\u5757, \u4F46\u8DDD\u79BB\u9650\u5236\u4E3A {1}. -citizens.editors.waypoints.linear.removed-waypoint=[[\u5220\u9664\u4E86]] \u4E00\u4E2A\u822A\u70B9 ([[{0}]] \u5269\u4F59) ([[{1}]]) -citizens.editors.waypoints.linear.showing-markers=[[\u663E\u793A]] \u822A\u70B9\u6807\u8BB0. -citizens.editors.waypoints.linear.waypoints-cleared=\u5DF2\u6E05\u9664\u822A\u70B9. -citizens.editors.waypoints.triggers.add.added=\u6210\u529F\u6DFB\u52A0\u4E86\u822A\u70B9\u89E6\u53D1\u5668({0}). -citizens.editors.waypoints.triggers.add.invalid-trigger=\u65E0\u6CD5\u521B\u5EFA\u8FD9\u4E2A\u540D\u79F0\u7684\u822A\u70B9\u89E6\u53D1\u5668 [[{0}]]. -citizens.editors.waypoints.triggers.add.prompt=\u8F93\u5165\u540D\u79F0\u4EE5\u6DFB\u52A0\u4E00\u4E2A\u89E6\u53D1\u5668, \u6216\u8005\u8F93\u5165 [[back]] \u8FD4\u56DE\u5230\u7F16\u8F91\u63D0\u793A. \u6709\u6548\u7684\u89E6\u53D1\u5668\u540D\u79F0\u662F {0}. -citizens.editors.waypoints.triggers.animation.added=\u6DFB\u52A0\u4E86\u52A8\u753B [[{0}]]. -citizens.editors.waypoints.triggers.list=\u5F53\u524D\u89E6\u53D1\u5668\u662F:{0} -citizens.editors.waypoints.triggers.animation.prompt=\u8F93\u5165\u8981\u6267\u884C\u7684\u52A8\u753B - \u6709\u6548\u7684\u52A8\u753B\u662F {0}.
\u8F93\u5165 [[finish]] \u5B8C\u6210\u52A8\u753B\u89E6\u53D1\u5668, \u6216\u8005\u8F93\u5165 [[back]] \u8FD4\u56DE\u5230\u4E0A\u4E00\u4E2A\u63D0\u793A. -citizens.editors.waypoints.triggers.animation.invalid-animation=\u65E0\u6548\u7684\u52A8\u753B [[{0}]]. \u6709\u6548\u7684\u52A8\u753B\u662F {1}. -citizens.editors.waypoints.triggers.chat.invalid-radius=\u534A\u5F84\u5FC5\u987B\u662F\u4E00\u4E2A\u6570\u5B57. -citizens.editors.waypoints.triggers.chat.missing-radius=\u6CA1\u6709\u63D0\u4F9B\u534A\u5F84. -citizens.editors.waypoints.triggers.chat.prompt=\u8F93\u5165\u804A\u5929\u5185\u5BB9.
\u8F93\u5165 [[radius (radius)]] \u8BBE\u7F6E\u534A\u5F84\u4EE5\u5E7F\u64AD\u6D88\u606F.
\u8F93\u5165 [[finish]] \u5B8C\u6210\u804A\u5929\u89E6\u53D1\u5668, \u6216\u8005\u8F93\u5165 [[back]] \u8FD4\u56DE\u5230\u4E0A\u4E00\u4E2A\u63D0\u793A. -citizens.editors.waypoints.triggers.delay.prompt=\u8F93\u5165\u5EF6\u8FDF [[\u670D\u52A1\u5668\u523B]]. (20 \u523B = 1 \u79D2) -citizens.editors.waypoints.triggers.main.missing-waypoint=\u6CA1\u6709\u7F16\u8F91\u822A\u70B9. -citizens.editors.waypoints.triggers.main.exit=\u9000\u51FA\u4E86\u822A\u70B9\u89E6\u53D1\u5668\u7F16\u8F91\u5668. -citizens.editors.waypoints.triggers.main.prompt=- \u822A\u70B9\u89E6\u53D1\u5668\u7F16\u8F91\u5668 -
\u8F93\u5165 [[add]] \u6216\u8005 [[remove]] \u7F16\u8F91\u89E6\u53D1\u5668.
\u8F93\u5165 [[triggers]] \u6216\u8005 [[exit]] \u9000\u51FA\u7F16\u8F91\u5668.
\u5F53\u524D\u89E6\u53D1\u5668\u662F:{0} -citizens.editors.waypoints.triggers.remove.index-out-of-range=\u7D22\u5F15\u5FC5\u987B\u5728 [[1-{0}]] \u8303\u56F4\u5185. -citizens.editors.waypoints.triggers.remove.not-a-number=\u7D22\u5F15\u5FC5\u987B\u662F\u6570\u5B57. -citizens.editors.waypoints.triggers.remove.prompt=\u8F93\u5165\u8981\u5220\u9664\u7684\u89E6\u53D1\u5668\u7D22\u5F15, \u6216\u8F93\u5165 [[back]] \u8FD4\u56DE\u5230\u7F16\u8F91\u63D0\u793A. \u5F53\u524D\u89E6\u53D1\u5668\u662F: {0} -citizens.editors.waypoints.triggers.remove.removed=\u6210\u529F\u5220\u9664\u4E86\u89E6\u53D1\u5668 [[{0}]]. -citizens.editors.waypoints.triggers.speed.prompt=\u8F93\u5165\u57FA\u672C\u901F\u5EA6\u7684 [[\u767E\u5206\u6BD4]] \u4EE5\u4FEE\u6539\u901F\u5EA6. -citizens.editors.waypoints.triggers.teleport.invalid-format=\u6307\u5B9A\u7684\u4F4D\u7F6E\u65E0\u6548. \u683C\u5F0F\u662F [[world]]:[[x]]:[[y]]:[[z]]. -citizens.editors.waypoints.triggers.teleport.prompt=\u8F93\u5165\u683C\u5F0F\u4E3A world:x:y:z \u7684\u76EE\u7684\u4F4D\u7F6E. \u8F93\u5165 [[here]] \u4F7F\u7528\u4F60\u5F53\u524D\u7684\u4F4D\u7F6E. \u8F93\u5165 [[back]] \u8FD4\u56DE\u5230\u7F16\u8F91\u63D0\u793A. -citizens.limits.over-npc-limit=\u8D85\u8FC7NPC\u9650\u5236 {0}. -citizens.load-task-error=\u65E0\u6CD5\u5B89\u6392NPC\u52A0\u8F7D\u4EFB\u52A1\uFF0C\u6B63\u5728\u7981\u7528... -citizens.nms-errors.clearing-goals=\u65E0\u6CD5\u6E05\u9664\u76EE\u6807: {0}. -citizens.nms-errors.error-setting-persistent=\u65E0\u6CD5\u628ANPC\u8BBE\u7F6E\u4E3A\u6C38\u4E45\u7684: {0}. NPC\u5B9E\u4F53\u53EF\u80FD\u4F1A\u6D88\u5931. -citizens.nms-errors.getting-field=\u65E0\u6CD5\u83B7\u53D6NMS\u5B57\u6BB5 {0}: [[{1}. -citizens.nms-errors.getting-method=\u65E0\u6CD5\u83B7\u53D6NMS\u65B9\u6CD5 {0}: [[{1}. -citizens.nms-errors.getting-id-mapping=\u65E0\u6CD5\u83B7\u53D6\u5B9E\u4F53ID\u6620\u5C04\u5B57\u6BB5: {0}. -citizens.nms-errors.spawning-custom-entity=\u65E0\u6CD5\u751F\u6210\u81EA\u5B9A\u4E49\u5B9E\u4F53: {0}. -citizens.nms-errors.stopping-network-threads=\u65E0\u6CD5\u505C\u6B62\u7F51\u7EDC\u7EBF\u7A0B: {0}. -citizens.nms-errors.updating-land-modifier=\u65E0\u6CD5\u66F4\u65B0\u5730\u9762\u901F\u5EA6\u4FEE\u6539\u5668: {0}. -citizens.nms-errors.updating-navigation-world=\u65E0\u6CD5\u66F4\u65B0\u5BFC\u822A\u4E16\u754C: {0}. -citizens.nms-errors.updating-pathfinding-range=\u65E0\u6CD5\u66F4\u65B0\u5BFB\u8DEF\u8303\u56F4: {0}. -citizens.notifications.database-connection-failed=\u65E0\u6CD5\u8FDE\u63A5\u5230\u6570\u636E\u5E93, \u56DE\u9000\u5230YAML -citizens.notifications.error-reloading=\u91CD\u65B0\u52A0\u8F7D\u65F6\u53D1\u751F\u9519\u8BEF, \u8BF7\u53C2\u9605\u63A7\u5236\u53F0. -citizens.notifications.exception-updating-npc=\u66F4\u65B0\u65F6\u53D1\u751F\u5F02\u5E38 {0}: {1}. -citizens.notifications.incompatible-version=v{0} \u4E0E Minecraft v{1}\u4E0D\u517C\u5BB9 - \u5C1D\u8BD5\u5347\u7EA7\u6216\u964D\u7EA7Citizens, \u6B63\u5728\u7981\u7528\u3002 -citizens.notifications.locale=\u4F7F\u7528\u5730\u533A {0}. -citizens.notifications.metrics-load-error=\u65E0\u6CD5\u542F\u52A8\u6307\u6807\u7CFB\u7EDF: {0}. -citizens.notifications.missing-translations=\u7F3A\u5C11 {0} \u7684\u8BED\u8A00\u7FFB\u8BD1\u6587\u4EF6. -citizens.notifications.npc-name-not-found=\u627E\u4E0D\u5230ID\u4E3A {0} \u7684\u540D\u79F0. -citizens.notifications.npc-not-found=\u627E\u4E0D\u5230NPC. -citizens.notifications.npcs-loaded=\u5DF2\u8F7D\u5165 {0} \u4E2ANPC. -citizens.notifications.reloaded=Citizens \u5DF2\u91CD\u8F7D. -citizens.notifications.reloading=\u6B63\u5728\u91CD\u8F7D Citizens... -citizens.notifications.saved=Citizens \u5DF2\u4FDD\u5B58. -citizens.notifications.saving=\u4FDD\u5B58 Citizens... -citizens.notifications.skipping-broken-trait=\u88C5\u5165ID {1} \u65F6\u8DF3\u8FC7\u4E86\u635F\u574F\u6216\u4E22\u5931\u7684\u7279\u5F81 {0}. \u662F\u540D\u79F0\u66F4\u6539\u4E86\u5417? -citizens.notifications.skipping-invalid-pose=\u8DF3\u8FC7\u59FF\u6001 {0} - \u65E0\u6548\u7684\u504F\u822A\u5EA6/\u4FEF\u4EF0\u89D2 ({1}). -citizens.notifications.trait-load-failed=\u65E0\u6CD5\u8F7D\u5165\u7279\u5F81 {0} \u5230 NPC ID: {1}. -citizens.notifications.trait-onspawn-failed=\u751F\u6210\u7279\u5F81\u5230 {0} NPC ID {1} \u65F6\u53D1\u751F\u5F02\u5E38. -citizens.notifications.unknown-npc-type=\u65E0\u6CD5\u8BC6\u522BNPC\u7C7B\u578B {0}. \u62FC\u5199\u662F\u5426\u6B63\u786E? -citizens.saves.load-failed=\u65E0\u6CD5\u8F7D\u5165\u5B58\u6863, \u7981\u7528\u4E2D... -citizens.settings.writing-default=\u5199\u5165\u9ED8\u8BA4\u8BBE\u7F6E: {0} -citizens.sub-plugins.error-on-load={0} \u6B63\u5728\u521D\u59CB\u5316 {1} -citizens.sub-plugins.load=\u6B63\u5728\u8F7D\u5165 {0} -citizens.traits.age-description={0} \u7684\u5E74\u9F84\u662F [[{1}]]. \u9501\u5B9A\u4E3A [[{2}]]. -citizens.waypoints.available-providers-header=\u53EF\u7528\u7684\u63D0\u4F9B\u8005\u5217\u8868 -citizens.waypoints.current-provider=\u5F53\u524D\u7684\u822A\u70B9\u63D0\u4F9B\u8005\u662F [[{0}]]. -citizens.waypoints.set-provider=\u5C06\u822A\u70B9\u63D0\u4F9B\u8005\u8BBE\u7F6E\u4E3A [[{0}]]. \ No newline at end of file diff --git a/main/src/main/resources/nl.json b/main/src/main/resources/nl.json new file mode 100644 index 000000000..5911c08f6 --- /dev/null +++ b/main/src/main/resources/nl.json @@ -0,0 +1,147 @@ +{ + "citizens.changed-implementation" : "Citizens uitvoeringen veranderd, plugin wordt uitgeschakeld.", + "citizens.commands.citizens.save.help" : "Gebruik -a vlag om het async op te slaan.", + "citizens.commands.console-error" : "Geef a.u.b. deze error aan [Zie console voor error]", + "citizens.commands.help.command-missing" : "Commando /{0} niet gevonden.", + "citizens.commands.help.header" : "Help", + "citizens.commands.id-not-found" : "NPC met ID {0} niet gevonden.", + "citizens.commands.invalid-mobtype" : "{0} is geen beschikbaar monster-type.", + "citizens.commands.invalid-number" : "Dat is geen beschikbaar nummer.", + "citizens.commands.npc.age.cannot-be-aged" : "Het monster-type {0} kan geen leeftijd hebben.", + "citizens.commands.npc.age.help" : "Kan alleen gebruikt worden op entities die babies kunnen krijgen. Gebruik [[-l]] vlag om de leeftijd vast te zetten (notitie: om dit te zien moet je mischien opnieuw inloggen).", + "citizens.commands.npc.age.invalid-age" : "Onbekende leeftijd, mogelijke leeftijden zijn adult, baby of een nummer tussen -24000 en 0", + "citizens.commands.npc.age.locked" : "Leeftijd vastgezet.", + "citizens.commands.npc.age.set" : "[[{0}]] is nu [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] is nu een oudere.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] is nu een baby.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] is nu [[{1}]] jaar oud.", + "citizens.commands.npc.age.unlocked" : "Leeftijd niet meer vastgezet.", + "citizens.commands.npc.anchor.added" : "Anker vastgezet.", + "citizens.commands.npc.anchor.already-exists" : "Anker {0} bestaat al.", + "citizens.commands.npc.anchor.invalid-name" : "Onbekende anker naam.", + "citizens.commands.npc.anchor.missing" : "Het anker {1} bestaat niet.", + "citizens.commands.npc.anchor.removed" : "Anker verwijderd.", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] is niet besrijdbaar.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] kan niet meer worden bereden.", + "citizens.commands.npc.controllable.set" : "[[{0}]] kan nu bereden worden.", + "citizens.commands.npc.copy.copied" : "[[{0}]] is gekopieerd.", + "citizens.commands.npc.create.invalid-mobtype" : "{0} is geen bekend monster-type. Het normale type wordt gebruikt.", + "citizens.commands.npc.create.npc-name-too-long" : "NPC namen kunnen niet langer zijn dan 16 letters, de naam is verkort.", + "citizens.commands.npc.despawn.despawned" : "Je hebt [[{0}]] laten despawnen.", + "citizens.commands.npc.gravity.disabled" : "Zwaartekracht [[uitgeschakeld]].", + "citizens.commands.npc.gravity.enabled" : "Zwaartekracht [[aangezet]].", + "citizens.commands.npc.lookclose.set" : "[[{0}]] draait nu naar spelers zijn buurt.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] draait nu niet meer naar spelers zijn buurt.", + "citizens.commands.npc.mount.failed" : "Kan niet op [[{0}]] rijden.", + "citizens.commands.npc.moveto.format" : "Het formaat is x:y:z(:wereld) of x y z( wereld).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] geteleporteerd naar {1}.", + "citizens.commands.npc.owner.already-owner" : "{0} is de eigenaar van {1} al.", + "citizens.commands.npc.owner.owner" : "[[{0}]] zijn eigenaar is [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] is nu de eigenaar van {0}.", + "citizens.commands.npc.owner.set-server" : "[[The server]] is nu de eigenaar van {0}.", + "citizens.commands.npc.pose.added" : "Pose added.", + "citizens.commands.npc.pose.already-exists" : "De pose {0} bestaat al.", + "citizens.commands.npc.pose.invalid-name" : "Onbekende pose naam.", + "citizens.commands.npc.pose.missing" : "De pose {1} bestaat niet.", + "citizens.commands.npc.pose.removed" : "Pose verwijderd.", + "citizens.commands.npc.powered.set" : "[[{0}]] is nu elektrisch.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] is nu niet meer elektrisch.", + "citizens.commands.npc.profession.invalid-profession" : "{0} is geen bekend beroep.", + "citizens.commands.npc.profession.set" : "[[{0}]] is nu een [[{1}]].", + "citizens.commands.npc.remove.removed" : "Je hebt [[{0}]] permanent verwijderd.", + "citizens.commands.npc.remove.removed-all" : "Je hebt alle NPC's permanent verwijderd.", + "citizens.commands.npc.rename.renamed" : "Je hebt [[{0}]] zijn naam veranderd naar [[{1}]].", + "citizens.commands.npc.select.already-selected" : "Je hebt deze NPC al geselecteerd.", + "citizens.commands.npc.size.description" : "Grootte van {0} is [[{1}]].", + "citizens.commands.npc.size.set" : "grootte van {0} is nu [[{1}]].", + "citizens.commands.npc.spawn.already-spawned" : "{0} is al gespawned op een andere locatie. Gebruik '/npc tphere' om de NPC naar jou toe te teleporteren.", + "citizens.commands.npc.spawn.missing-npc-id" : "Er bestaat geen NPC met de ID {0}.", + "citizens.commands.npc.spawn.no-location" : "Geen opgeslagen locatie bekend - Dit commando moet door een online speler gebruikt worden.", + "citizens.commands.npc.spawn.spawned" : "Je hebt [[{0}]] gespawned.", + "citizens.commands.npc.speed.set" : "NPC snelheid gezet naar [[{0}]].", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] is naar jou toe geteleporteerd.", + "citizens.commands.npc.tp.teleported" : "Jij bent naar [[{0}]] geteleporteerd.", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] is nu kwetsbaar.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] is niet langer kwetsbaar.", + "citizens.commands.page-missing" : "The page [[{0}]] bestaat niet.", + "citizens.commands.requirements.disallowed-mobtype" : "De NPC kan monster-type {0} niet zijn om dat commando te gebruiken.", + "citizens.commands.requirements.missing-required-trait" : "Het benodigde karaktertype {0} kan niet worden gevonden.", + "citizens.commands.requirements.must-be-ingame" : "Je moet online zijn om dit commando te gebruiken.", + "citizens.commands.requirements.must-be-owner" : "Je moet de eigenaar van deze NPC te zijn om dit commando te gebruiken.", + "citizens.commands.requirements.must-have-selected" : "Je moet een NPC geselecteerd hebben om dit commando te gebruiken.", + "citizens.commands.template.applied" : "Model toegevoegd aan [[{0}]] NPCs.", + "citizens.commands.template.conflict" : "Een model op deze naam bestaat al.", + "citizens.commands.template.created" : "Model gemaakt.", + "citizens.commands.template.missing" : "Model niet gevonden.", + "citizens.commands.trait.added" : "{0} toegevoegd.", + "citizens.commands.traitc.missing" : "Eigenschap niet gevonden.", + "citizens.commands.traitc.not-configurable" : "Dit eigenschap kan niet worden aangepast.", + "citizens.commands.traitc.not-on-npc" : "De NPC heeft deze eigenschap niet.", + "citizens.commands.trait.failed-to-add" : "<7>Kon {0} niet toevoegen.", + "citizens.commands.trait.failed-to-change" : "<7>Kon {0} niet veranderen.", + "citizens.commands.trait.failed-to-remove" : "<7>Kon {0} niet verwijderen.", + "citizens.commands.trait.removed" : "{0} verwijderd.", + "citizens.commands.unknown-command" : "Onbekend commando, bedoelde je:", + "citizens.economy.minimum-cost-required" : "Je hebt ten minste {0} nodig.", + "citizens.economy.money-withdrawn" : "[[{0}]] van je NPC afgenomen.", + "citizens.editors.already-in-editor" : "Je bent al in een editor", + "citizens.editors.equipment.begin" : "Uitrusting editor aangezet!
[[Rechter Muisknop]] om de NPC aan te kleden!", + "citizens.editors.equipment.end" : "Uitrusting editor uitgezet", + "citizens.editors.equipment.saddled-set" : "[[{0}]] is nu bezadeld.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] is niet langer bezadeld.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] is nu van vacht ontdaan.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] heeft nu weer een vacht.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] is nu [[{1}]] gekleurd.", + "citizens.editors.selection.start-prompt" : "Er zijn meer NPC's met de aangegeven naam.
Vul a.u.b. een nummer in van de onderstaande lijst.", + "citizens.editors.text.added-entry" : "[[{0}]] [[Toegevoegd]].", + "citizens.editors.text.add-prompt" : "Vul een tekst in om deze aan je NPC toe te voegen.", + "citizens.editors.text.begin" : "tekst editor ingeschakeld!", + "citizens.editors.text.change-page-prompt" : "Vul een pagina nummer in om meer teksten te bekijken.", + "citizens.editors.text.close-talker-set" : "[[Praten tegen mensen dicht bij]] is nu [[{0}]].", + "citizens.editors.text.end" : "Tekst editor aangepast.", + "citizens.editors.text.invalid-edit-type" : "Onbekend aanpassings type.", + "citizens.editors.text.invalid-index" : "{0} is geen bekend gedeelte!", + "citizens.editors.text.invalid-input" : "Onbekende input.", + "citizens.editors.text.invalid-page" : "Onbekend pagina nummer.", + "citizens.editors.text.random-talker-set" : "[[Zonder volgorde praten]] [[{0}]] gezet.", + "citizens.editors.text.realistic-looking-set" : "[[Realistisch kijken]] [[{0}]] gezet.", + "citizens.editors.waypoints.linear.added-waypoint" : "[[Toegevoegd:]] een looppunt op ({0}) ([[{1}]], [[{2}]])", + "citizens.editors.waypoints.linear.begin" : "Looppunt editor ingeschakeld!
[[Linker muisknop]] om een loop punt toe te voegen, [[right click]] om een te verwijderen.
Typ [[toggle path]] om entities laten zien op looppunten te veranderen.", + "citizens.editors.waypoints.linear.end" : "Looppunt editor verlaten", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[Gestopt met]] het laten zien van looppunt markeerders.", + "citizens.editors.waypoints.linear.range-exceeded" : "Vorige looppunt is {0} blokken weg, maar het limiet is {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[Verwijdering van]] een looppunt ([[{0}]] over) ([[{1}]])", + "citizens.editors.waypoints.linear.showing-markers" : "[[Laten zien van]] looppunt markeerders.", + "citizens.limits.over-npc-limit" : "NPC limiet van {0} verstreken.", + "citizens.load-task-error" : "NPC laad opdracht kon niet worden getimed, disabling...", + "citizens.nms-errors.clearing-goals" : "Kon doelen niet opschonen: {0}.", + "citizens.nms-errors.getting-field" : "Kon niet halen, het veld {0}: {1}.", + "citizens.nms-errors.getting-id-mapping" : "Kon entity-id-mapping-fields niet ophalen: {0}.", + "citizens.nms-errors.spawning-custom-entity" : "Spawnen mislukt van het aangepaste entity: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Kon netwerk groepen niet stoppen: {0}.", + "citizens.nms-errors.updating-land-modifier" : "Kon landsnelheid niet updaten: {0}.", + "citizens.nms-errors.updating-navigation-world" : "Kon navigatie niet updaten in world: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "Padvind-bereik kon niet worden gëupdate: {0}.", + "citizens.notifications.error-reloading" : "Error ontstaan tijdens het opnieuw laden, bekijk de console!", + "citizens.notifications.exception-updating-npc" : "Fout tijdens het updaten van {0}: {1}.", + "citizens.notifications.incompatible-version" : "v{0} werkt niet met Minecraft v{1}. Uitschakelen", + "citizens.notifications.locale" : "Gebruik van locale {0} wordt gemaakt.", + "citizens.notifications.metrics-load-error" : "Niet gelukt om de statistieken te starten: {0}.", + "citizens.notifications.missing-translations" : "Vertalings bestand {0} mist. Normale engelse taal wordt gebruikt.", + "citizens.notifications.npc-name-not-found" : "Geen naam kom worden gevonden voor ID {0}.", + "citizens.notifications.npc-not-found" : "Geen NPC kon gevonden worden.", + "citizens.notifications.npcs-loaded" : "{0} NPCs geladen.", + "citizens.notifications.reloaded" : "Citizens opnieuw geladen.", + "citizens.notifications.reloading" : "Opnieuw laden van Citizens...", + "citizens.notifications.saved" : "Citizens opgeslagen.", + "citizens.notifications.saving" : "Opslaan van Citizens...", + "citizens.notifications.skipping-invalid-pose" : "Pose wordt overgeslagen: {0} - verkeerde yaw/pitch ({1}).", + "citizens.notifications.trait-load-failed" : "De eigenschap {0} heeft gefaald om zich te laten voor NPC ID: {1}.", + "citizens.notifications.unknown-npc-type" : "NPC type {0} is niet herkend. Heb je het goed gespeld?", + "citizens.saves.load-failed" : "Niet mogelijk om bestanden te laden, uitschakellen...", + "citizens.settings.writing-default" : "Normale instellingen worden geschreven: {0}", + "citizens.traits.age-description" : "{0}'s leeftijd is [[{1}]]. Gesloten is [[{2}]].", + "citizens.waypoints.available-providers-header" : "Lijst van alle mogelijke aanbieders", + "citizens.waypoints.current-provider" : "Dit looppunt is [[{0}]].", + "citizens.waypoints.set-provider" : "Looppunten aanbieder naar [[{0}]] gezet." +} \ No newline at end of file diff --git a/main/src/main/resources/pl.json b/main/src/main/resources/pl.json new file mode 100644 index 000000000..70f6a0e3e --- /dev/null +++ b/main/src/main/resources/pl.json @@ -0,0 +1,380 @@ +{ + "citizens.changed-implementation" : "Citizens implementation changed, disabling plugin.", + "citizens.commands.citizens.save.help" : "Use the -a flag to save async (off the main server thread).", + "citizens.commands.console-error" : "Proszę zgłoś ten błąd: [Zobacz konsolę]", + "citizens.commands.errors.missing-world" : "Nie znaleziono świata.", + "citizens.commands.help.command-missing" : "Komenda /{0} nie znaleziona.", + "citizens.commands.help.header" : "Pomoc", + "citizens.commands.id-not-found" : "Nie znaleziono NPC z ID [[{0}]].", + "citizens.commands.invalid.class" : "Nieprawidłowa klasa poleceń zewnętrznych.", + "citizens.commands.invalid-mobtype" : "Nieprawidłowa nazwa moba: [[{0}]].", + "citizens.commands.invalid-number" : "Niepoprawna liczba.", + "citizens.commands.npc.age.cannot-be-aged" : "Typu moba {0} nie można zmienić wieku.", + "citizens.commands.npc.age.help" : "Może być użyty tylko na bytach, które mogą stać się dziećmi. Użyj flagę [[-l]], aby zablokować wzort moba (notatka: może być wymagany reload).", + "citizens.commands.npc.age.invalid-age" : "Nieprawidłowy wiek. Prawidłowy wiek to: adult (dorosły), baby (dziecko), liczba od -24000 do 0.", + "citizens.commands.npc.age.locked" : "Wiek zablokowany.", + "citizens.commands.npc.age.set" : "[[{0}]] jest teraz [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] jest teraz dorosły.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] jest teraz dzieckiem.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] is now age [[{1}]].", + "citizens.commands.npc.age.unlocked" : "Wiek odblokowany.", + "citizens.commands.npc.ai.started" : "Używanie inteligencji minecrafta.", + "citizens.commands.npc.ai.stopped" : "Koniec używania inteligencji minecrafta.", + "citizens.commands.npc.anchor.added" : "Dodano kotwicę.", + "citizens.commands.npc.anchor.already-exists" : "Kotwica [[{0}]] już istnieje.", + "citizens.commands.npc.anchor.invalid-name" : "Nieprawidłowa nazwa kotwicy.", + "citizens.commands.npc.anchor.missing" : "Kotwica [[{1}]] nie istnieje.", + "citizens.commands.npc.anchor.removed" : "Usunięto kotwicę.", + "citizens.commands.npc.bee.anger-set" : "Gniew ustawiono na [[{0}]].", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] jest teraz ukąszony/a.", + "citizens.commands.npc.bee.has-nectar" : "[[{0}]] ma nektar.", + "citizens.commands.npc.bee.invalid-anger" : "Gniew powinien być większy od 0.", + "citizens.commands.npc.bee.no-nectar" : "[[{0}]] nie ma nektaru.", + "citizens.commands.npc.bee.not-stung" : "[[{0}]] już nie jest ukąszony/a.", + "citizens.commands.npc.cat.collar-color-set" : "Kolor obroży ustawiono na [[{0}]].", + "citizens.commands.npc.cat.invalid-collar-color" : "Określono nieprawidłowy typ koloru obroży. Prawidłowy typ to: [[{0}]].", + "citizens.commands.npc.cat.invalid-type" : "Określono nieprawidłowy tyop. Prawidłowy typ to: [[{0}]].", + "citizens.commands.npc.cat.lying-start" : "[[{0}]] zaczął/ęła leżeć.", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] zakończył/a leżeć.", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] zaczął/ęła siedzieć.", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] zakończył/a siedzieć.", + "citizens.commands.npc.cat.type-set" : "Ustawiono typ na [[{0}]].", + "citizens.commands.npc.collidable.set" : "[[{0}]] będzie teraz kolidować z bytami.", + "citizens.commands.npc.collidable.unset" : "[[{0}]] nie będzie teraz kolidować z bytami.", + "citizens.commands.npc.command.command-added" : "Komenda [[{0}]] dodana z id [[{1}]].", + "citizens.commands.npc.command.command-removed" : "Usunięto komendę [[{0}]].", + "citizens.commands.npc.command.cost-set" : "Ustawiono koszt kliknięcia na [[{0}]].", + "citizens.commands.npc.command.help" : "
Użyj flagi [[-l]], aby komenda była pod lewym przyciskiem, lub [[-r]], żeby była pod prawym (domyślnie).
Użyj czas odnowienia na gracza na wykonanie kliknięcia [[--cooldown]] (w [[sekundach]]).
Ustaw czas odnowienia całego serwera w sekundach za pomocą [[--gcooldown]].
[[--delay]] będzie czekać na określoną kwotę [[ticks]] zanim użyje komendy.
[[--permissions]] ustawi polecenie tak, aby wymagało określonych uprawnień (w przypadku kliku oddziel przecinkami).
[[--n]] pozwoli graczowi uruchomić polecenie tylko tyle razy.
Użyj [[-o]] tymczasowe wykonanie polecenia jako op i [[-p]], aby uruchomić polecenie jako klikający gracz zamiast serwera.
Aby dać graczowi tymczasowe uprawnienia zamiast op, użyj [[/npc command permissions]].
Ustaw koszt na kliknięcie pod [[/npc command cost]].
Komendy można wykonywać pojedynczo zamiast wszystkich naraz za pomocą [[/npc command sequential]].", + "citizens.commands.npc.command.left-hand-header" : "Wywoływane komendy [[lewy przycisk]]:", + "citizens.commands.npc.command.none-added" : "Nie dodano żadnych komend.", + "citizens.commands.npc.command.right-hand-header" : "Wywoływane komendy [[prawy przycisk]]:", + "citizens.commands.npc.commands.random-set" : "Komendy będą teraz wykonywane losowo.", + "citizens.commands.npc.commands.random-unset" : "Komendy będą teraz wykonywane losowo.", + "citizens.commands.npc.commands.sequential-set" : "Komendy będą teraz wykonywane po kolei.", + "citizens.commands.npc.commands.sequential-unset" : "Komendy nie będą teraz wykonywane po kolei.", + "citizens.commands.npc.command.temporary-permissions-set" : "Tymczasowe uprawnienia ustawione na [[{0}]].", + "citizens.commands.npc.command.unknown-id" : "Nieznane ID polecenia [[{0}]] dla tego NPC.", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] nie podlega kontrolowaniu.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] nie można już dłużej kontrolować.", + "citizens.commands.npc.controllable.set" : "[[{0}]] można już kontrolować.", + "citizens.commands.npc.copy.copied" : "[[{0}]] został/a skopiowany/a.", + "citizens.commands.npc.create.invalid-location" : "Nie można przeanalizować lokalizacji odradzania lub nie została ona znaleziona.", + "citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] to nieprawidłowy typ moba.", + "citizens.commands.npc.create.mobtype-missing" : "[[{0}]] nie jest obsługiwany jako typ mobu NPC.", + "citizens.commands.npc.create.no-player-for-spawn" : "Nie można znaleźć żadnego gracza o tej nazwie, u którego mógłby pojawić się NPC.", + "citizens.commands.npc.create.npc-name-too-long" : "Nazwa NPC nie może być dłuższa niż [[{0}]] znaków. Nazwa została skrócona.", + "citizens.commands.npc.despawn.despawned" : "Usunąłeś [[{0}]].", + "citizens.commands.npc.endercrystal.not-showing-bottom" : "[[{0}]] nie pokazuje już swojej podstawy.", + "citizens.commands.npc.endercrystal.showing-bottom" : "[[{0}]] pokazuje teraz swoją podstawę.", + "citizens.commands.npc.enderman.angry-set" : "[[{0}]] jest teraz agresywny.", + "citizens.commands.npc.enderman.angry-unset" : "[[{0}]] nie jest już agresywny.", + "citizens.commands.npc.flyable.set" : "[[{0}]] może teraz latać.", + "citizens.commands.npc.flyable.unset" : "[[{0}]] nie może już latać.", + "citizens.commands.npc.follow.set" : "[[{0}]] podąża teraz za [[{1}]]. ", + "citizens.commands.npc.follow.unset" : "[[{0}]] już za nikim nie podąża.", + "citizens.commands.npc.fox.crouching-set" : "[[{0}]] teraz kuca.", + "citizens.commands.npc.fox.crouching-unset" : "[[{0}]] już nie kuca.", + "citizens.commands.npc.fox.fox-type-set" : "Typ lisa ustawiony na [[{0}]].", + "citizens.commands.npc.fox.invalid-fox-type" : "Błędny typ lisa. Prawidłowy typ to: [[{0}]].", + "citizens.commands.npc.fox.sitting-set" : "[[{0}]] teraz siedzi.", + "citizens.commands.npc.fox.sitting-unset" : "[[{0}]] już nie siedzi.", + "citizens.commands.npc.fox.sleeping-set" : "[[{0}]] teraz śpi.", + "citizens.commands.npc.fox.sleeping-unset" : "[[{0}]] już nie śpi.", + "citizens.commands.npc.gamemode.describe" : "Tryb gry {0} ustawiono na [[{1}]].", + "citizens.commands.npc.gamemode.invalid" : "{0} to nieprawidłowy typ gry.", + "citizens.commands.npc.gamemode.set" : "Ustawiono typ gry na [[{0}]].", + "citizens.commands.npc.glowing.color-set" : "[[{0}]] świeci teraz kolorem {1}]].", + "citizens.commands.npc.glowing.player-only" : "Kolor świecenia może zostać zmieniony tylko dla NPC typu gracz.", + "citizens.commands.npc.glowing.set" : "[[{0}]] teraz świeci.", + "citizens.commands.npc.glowing.unset" : "[[{0}]] już nie świeci.", + "citizens.commands.npc.gravity.disabled" : "Grawitacja [[wyłączona]].", + "citizens.commands.npc.gravity.enabled" : "Grawitacja [[włączona]].", + "citizens.commands.npc.guardian.elder-set" : "[[{0}]] jest teraz starszym strażnikiem.", + "citizens.commands.npc.guardian.elder-unset" : "[[{0}]] nie jest już starszym stażnikiem.", + "citizens.commands.npc.hologram.cleared" : "Wyczyszczono linijkę hologramu.", + "citizens.commands.npc.hologram.direction-set" : "Ustawiono kierunek na [[{0}]].", + "citizens.commands.npc.hologram.invalid-text-id" : "Nieprawidłowy numer lini", + "citizens.commands.npc.hologram.line-add" : "Dodano nową linijkę hologramu: [[{0}]].", + "citizens.commands.npc.hologram.line-height-set" : "Wysokość lini ustawiona na [[{0}]].", + "citizens.commands.npc.hologram.line-removed" : "Usunięto linię [[{0}]].", + "citizens.commands.npc.hologram.text-describe-header" : "Tekst hologramów [[{0}]] (w kolejności od dołu):", + "citizens.commands.npc.hologram.text-missing" : "Brak tekstu do dodania.", + "citizens.commands.npc.hologram.text-removed" : "Usunięto tekst hologramu.", + "citizens.commands.npc.hologram.text-set" : "Ustawiono linię tekstu hologramu [[{0}]] na [[{1}]].", + "citizens.commands.npc.horse.chest-set" : "Koń teraz ma na sobie skrzynię.", + "citizens.commands.npc.horse.chest-unset" : "Koń już nie ma na sobie skrzyni.", + "citizens.commands.npc.horse.color-set" : "Kolor konia ustawiono na [[{0}]].", + "citizens.commands.npc.horse.describe" : "Kolor konia to [[{0}]], typ to [{1}]] i styl to [[{2}]].", + "citizens.commands.npc.horse.invalid-color" : "Dano nieprawidłowy kolor konia. Prawidłowe kolory: [[{0}]].", + "citizens.commands.npc.horse.invalid-style" : "Dano nieprawidłowy styl konia. Prawidłowe style: [[{0}]].", + "citizens.commands.npc.horse.invalid-type" : "Dano nieprawidłowy typ konia. Prawidłowe typy: [[{0}]].", + "citizens.commands.npc.horse.style-set" : "Styl konia ustawiono na [[{0}]].", + "citizens.commands.npc.item.item-set" : "Przedmiot NPC ustawiono na [[{0}]].", + "citizens.commands.npc.item.unknown-material" : "Nieznany przedmiot.", + "citizens.commands.npc.leashable.set" : "[[{0}]] jest teraz na smyczy.", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] nie jest już na smyczy.", + "citizens.commands.npc.llama.color-set" : "Kolor lamy ustawiony na [[{0}]].", + "citizens.commands.npc.llama.invalid-color" : "Dano nieprawidłowy kolor lamy. Prawidłowe kolory: [[{0}]].", + "citizens.commands.npc.llama.strength-set" : "Siła lamy ustawiona na [[{0}]].", + "citizens.commands.npc.lookclose.error-random-range" : "Nieprawidłowy zakres [[{0}]]. Użyj formatu `min,max`.", + "citizens.commands.npc.lookclose.random-look-delay-set" : "[[{0}]] będzie teraz losowo wyglądać co [[{1}]] ticków.", + "citizens.commands.npc.lookclose.random-pitch-range-set" : "[[{0}]] będzie teraz losowo wybierać tonację z zakresu [{1}].", + "citizens.commands.npc.lookclose.random-set" : "[[{0}]] będzie się teraz losowo rozglądać.", + "citizens.commands.npc.lookclose.random-stopped" : "[[{0}]] nie będzie się już losowo rozglądać.", + "citizens.commands.npc.lookclose.random-yaw-range-set" : "[[{0}]] będzie teraz losowo wybierać odchylenie w zakresie [{1}].", + "citizens.commands.npc.lookclose.set" : "[[{0}]] będzie się teraz obracać, gdy gracz jest w pobliżu.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] nie będzie się już obracać, gdy gracz jest w pobliżu.", + "citizens.commands.npc.metadata.set" : "[[{0}]] ustawiono na [[{1}]].", + "citizens.commands.npc.metadata.unset" : "Usunięto [[{{0}}]] z [[{1}]].", + "citizens.commands.npc.minecart.set" : "[[{0}]] ma teraz przedmiot [[{1}]]:[[{2}]] z przesunięciem [[{3}]].", + "citizens.commands.npc.mount.failed" : "Nie można zamontować [[{0}]].", + "citizens.commands.npc.mount.mount-on-itself" : "Nie można zamontować na sobie NPC.", + "citizens.commands.npc.mount.must-be-spawned" : "Nie można zamontować [[{0}]]. Upewnij się, że ID docelowego NPC jest poprawny i został utworzony.", + "citizens.commands.npc.moveto.format" : "Format to x:y:z(:world) albo x y z( world).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] z''teleportowano do [[{1}]].", + "citizens.commands.npc.mushroomcow.invalid-variant" : "Nieprawidłowy wariant. Prawidłowy wariant to: [[{0}]].", + "citizens.commands.npc.mushroomcow.variant-set" : "Wariant [[{0}]] ustawiono na [[{1}]].", + "citizens.commands.npc.ocelot.deprecated" : "Typy Ocelot nie działają w tej wersji Minecrafta. Użyj [[/ npc type cat]], jeśli chcesz zmienić kolor.", + "citizens.commands.npc.ocelot.invalid-type" : "Nieprawidłowy typ ocelota. Prawidłowe typy to: [[{0}]].", + "citizens.commands.npc.owner.already-owner" : "{0} jest już właścicielem [[{1}]].", + "citizens.commands.npc.owner.owner" : "Właściciel [[{0}]] to [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] jest teraz właścicielem [[{0}]].", + "citizens.commands.npc.owner.set-server" : "[[server]] jest teraz właścicielem [[{0}]].", + "citizens.commands.npc.panda.hidden-gene-set" : "Schowany gen ustawiono na [[{0}]].", + "citizens.commands.npc.panda.invalid-gene" : "Nieprawidłowy gen. Prawidłowy gen to [[{0}]].", + "citizens.commands.npc.panda.main-gene-set" : "Główny gen ustawiono na [[{0}]].", + "citizens.commands.npc.panda.sitting" : "Zaczął/ęła siedzieć.", + "citizens.commands.npc.panda.stopped-sitting" : "Skończył/a siedzieć.", + "citizens.commands.npc.parrot.invalid-variant" : "Nieprawidłowy wariant papugi. Prawidłowe warianty to [[{0}]].", + "citizens.commands.npc.parrot.variant-set" : "Wariant ustawiony na [[{0}]].", + "citizens.commands.npc.passive.set" : "[[{0}]] nie będzie już zadawać obrażenia istotom.", + "citizens.commands.npc.passive.unset" : "[[{0}]] będzie teraz zadawać obrażenia istotom.", + "citizens.commands.npc.pathfindingrange.set" : "Zakres wyszukiwania ścieżki ustawiony na [[{0}]].", + "citizens.commands.npc.pathopt.attack-range-set" : "Zasięg ataku [[{0}]] ustawiono na [[{1}]].", + "citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] będzie teraz unikać wody.", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] nie będzie już unikać wody.", + "citizens.commands.npc.pathopt.distance-margin-set" : "Margines odległości znajdowania ścieżki [[{0}]] został ustawiony na [[{1}]].", + "citizens.commands.npc.pathopt.path-distance-margin-set" : "[[{0}]]''s pathfinding path distance margin set to [[{1}]].", + "citizens.commands.npc.pathopt.stationary-ticks-set" : "Maksymalne stałe ticki użytkownika [[{0}]] ustawiono na [[{1}]].", + "citizens.commands.npc.pathopt.use-new-finder" : "[[{0}]] używa nowej wyszukiwarki ustawionej na [[{1}]].", + "citizens.commands.npc.phantom.phantom-set" : "Ustawiono wielkość na [[{0}]].", + "citizens.commands.npc.playerlist.added" : "Dodano [[{0}]] do listy graczt.", + "citizens.commands.npc.playerlist.removed" : "Usunięto [[{0}]] z listy graczy. ", + "citizens.commands.npc.polarbear.rearing-set" : "[[{0}]] teraz się wychowywuje.", + "citizens.commands.npc.polarbear.rearing-unset" : "[[{0}]] już się nie wychowywuje.", + "citizens.commands.npc.pose.added" : "Dodano pozycję.", + "citizens.commands.npc.pose.already-exists" : "Pozycja [[{0}]] już istnieje.", + "citizens.commands.npc.pose.default-pose-set" : "Domyślna pozycja ustawiona na [[{0}]].", + "citizens.commands.npc.pose.invalid-name" : "Nieprawidłowa nazwa pozycji.", + "citizens.commands.npc.pose.missing" : "Pozycja [[{0}]] nie istnieje.", + "citizens.commands.npc.pose.removed" : "Usunięto pozycję.", + "citizens.commands.npc.powered.set" : "[[{0}]] jest teraz naładowany.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] już nie jest naładowany.", + "citizens.commands.npc.profession.invalid-profession" : "[[{0}]] to nieprawidłowa profesja. Wypróbuj jedną z poniższych możliwości: [[{1}]].", + "citizens.commands.npc.profession.set" : "[[{0}]] jest teraz [[{1}]].", + "citizens.commands.npc.pufferfish.state-set" : "Stan ustawiony na [[{0}]].", + "citizens.commands.npc.rabbittype.invalid-type" : "Nieprawidłowy typ królika. Wypróbuj jedną z poniższych możliwości: [[{0}]].", + "citizens.commands.npc.rabbittype.type-set" : "Ustawiono typ królika [[{0}]] na [[{1}]]", + "citizens.commands.npc.remove.npcs-removed" : "Usunięto NPC''ów.", + "citizens.commands.npc.remove.removed" : "Permamentnie usunięto [[{0}]].", + "citizens.commands.npc.remove.removed-all" : "Permamentnie usunięto wszystkich NPC''ów.", + "citizens.commands.npc.rename.renamed" : "Zmieniono nazwę [[{0}]] na [[{1}]].", + "citizens.commands.npc.respawn.delay-set" : "Opóźnienie odrodzenia ustawiono na [[{0}]].", + "citizens.commands.npc.respawn.describe" : "Opóźnienie odradzania wynosi [[{0}]].", + "citizens.commands.npc.select.already-selected" : "Ten NPC jest aktualnie zaznaczony.", + "citizens.commands.npc.sheep.color-set" : "Ustawiono kolor owcy na [[{0}]].", + "citizens.commands.npc.sheep.invalid-color" : "Nieprawidłowy kolor. Możliwe kolory: [[{0}]].", + "citizens.commands.npc.shulker.color-set" : "Ustawiono kolor [[{0}]] na [[{1}]].", + "citizens.commands.npc.shulker.invalid-color" : "Nieprawidłowy kolor. Możliwe kolory: [[{0}]].", + "citizens.commands.npc.shulker.peek-set" : "Wyświetlona kwota [[{0}]] ustawiona na [[{1}]].", + "citizens.commands.npc.size.description" : "Wielkość [[{0}]] wynosi [[{1}]].", + "citizens.commands.npc.size.set" : "Ustawiono wielkość [[{0}]] na [[{1}]].", + "citizens.commands.npc.skeletontype.invalid-type" : "Nieprawidłowy typ szkieleta. Wypróbuj jeden z poniższych: [[{0}]].", + "citizens.commands.npc.skeletontype.set" : "Typ szkieletu {0} ustawiony na [[{1}]].", + "citizens.commands.npc.skin.cleared" : "Pomyślnie usunięto skórkę [[{0}]].", + "citizens.commands.npc.skin.error-setting-url" : "Błąd podczas pobierania tekstury skórki z [[{0}]]. Czy na pewno adres URL jest prawidłowy?", + "citizens.commands.npc.skin.layers-set" : "Warstwy skóry użytkownika [[{0}]]: peleryna - [[{1}]], czapka - [[{2}]], kurtka - [[{3}]], rękawy - [[{4} ]], spodnie - [[{5}]].", + "citizens.commands.npc.skin.missing-skin" : "Nazwa skórki jest wymagana.", + "citizens.commands.npc.skin.set" : "Nazwa skórki użytkownika [[{0}]] została ustawiona na [[{1}]].", + "citizens.commands.npc.skin.skin-url-set" : "Pobrano skórkę użytkownika [[{0}]] z [[{1}]].", + "citizens.commands.npc.snowman.derp-set" : "[[{0}]] jest teraz w trybie głupi.", + "citizens.commands.npc.snowman.derp-stopped" : "[[{0}]] już nie jest głupi.", + "citizens.commands.npc.sound.info" : "Dźwięki użytkownika [[{0}]] to: ogłosy życia - [[{1}]] ran - [[{2}]], i śmierć - [[{3}]].

Prawidłowe dźwięki to {4}.", + "citizens.commands.npc.sound.invalid-sound" : "Nieprawidłowy dźwięk.", + "citizens.commands.npc.sound.set" : "Dźwięki użytkownika [[{0}]] to teraz: odgłosy życia - [[{1}]], ran - [[{2}]] i śmierć - [[{3}]].", + "citizens.commands.npc.spawn.already-spawned" : "[[{0}]] jest już utworzony w innym miejscu. Użyj `` / npc tphere '', aby teleportować NPC do swojej lokalizacji.", + "citizens.commands.npc.spawn.missing-npc-id" : "Żaden NPC o ID {0} nie istnieje.", + "citizens.commands.npc.spawn.no-location" : "Brak dostępnej lokalizacji - polecenie musi być używane w grze.", + "citizens.commands.npc.spawn.spawned" : "Odrodzono [[{0}]].", + "citizens.commands.npc.speed.set" : "Modyfikator prędkości NPC ustawiony na [[{0}]].", + "citizens.commands.npc.swim.set" : "[[{0}]] będzie teraz pływać w wodzie.", + "citizens.commands.npc.swim.unset" : "[[{0}]] już nie będzie pływać w wodzie.", + "citizens.commands.npc.targetable.set" : "[[{0}]] może teraz być celem mobów.", + "citizens.commands.npc.targetable.unset" : "[[{0}]] już nie może być celem mobów.", + "citizens.commands.npc.tphere.missing-cursor-block" : "Spójrz na blok, do którego chcesz się teleportować.", + "citizens.commands.npc.tphere.teleported" : "Teleportowano [[{0}]] do {1}.", + "citizens.commands.npc.tp.location-not-found" : "Nie można znaleźć lokalizacji docelowego NPC.", + "citizens.commands.npc.tp.teleported" : "Zou teleportowano do [[{0}]].", + "citizens.commands.npc.tpto.from-not-found" : "Nie znaleziono jednostki źródłowej.", + "citizens.commands.npc.tpto.success" : "Pomyślnie przteleportowano.", + "citizens.commands.npc.tpto.to-not-found" : "Nie znaleziono jednostki docelowej.", + "citizens.commands.npc.tropicalfish.body-color-set" : "Kolor ciała ustawiony na [[{0}]].", + "citizens.commands.npc.tropicalfish.invalid-color" : "Nieprawidłowy kolor ryby. [[{0}]]", + "citizens.commands.npc.tropicalfish.invalid-pattern" : "Nieznany wzór ryby. Poprawne wzory: [[{0}]]", + "citizens.commands.npc.tropicalfish.pattern-color-set" : "Kolor wzoru ustawiony na [[{0}]].", + "citizens.commands.npc.tropicalfish.pattern-set" : "Wzór ustawiony na [[{0}]].", + "citizens.commands.npc.type.invalid" : "[[{0}]] nie jest poprawnym typem.", + "citizens.commands.npc.type.set" : "Typ [[{0}]] ustawiono na [[{1}]].", + "citizens.commands.npc.villager.invalid-type" : "Nieprawidłowy typ osadnika. Poprawne typy: [[{0}]].", + "citizens.commands.npc.villager.level-set" : "Ustawiono poziom na [[{0}]].", + "citizens.commands.npc.villager.type-set" : "Ustawiono typ na [[{0}]].", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] jest teraz podatny na obrażenia.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] już nie jest podatny na obrażenia.", + "citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] nie jest kodem koloru RGB, którego można użyć na obroży wilka.", + "citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] nie jest kolorem w formacie RGB ani nazwą DyeColor.", + "citizens.commands.page-missing" : "Strona [[{0}]] nie istnieje.", + "citizens.commands.requirements.disallowed-mobtype" : "NPC nie może być typem mobu [[{0}]] dla tej komendy.", + "citizens.commands.requirements.living-entity" : "NPC musi być żywym bytem.", + "citizens.commands.requirements.missing-permission" : "Nie masz permisji do tej komendy.", + "citizens.commands.requirements.missing-required-trait" : "Brak wymaganej cechy [[{0}]].", + "citizens.commands.requirements.must-be-ingame" : "Musisz być w grze, aby użyj tej komendy.", + "citizens.commands.requirements.must-be-owner" : "Musisz być właścicielem tego NPC, aby użyć tej komendy.", + "citizens.commands.requirements.must-have-selected" : "Musisz zaznaczyć NPC, aby użyć tej komendy.", + "citizens.commands.requirements.too-few-arguments" : "Za mało argumentów.", + "citizens.commands.requirements.too-many-arguments" : "Za dużo argumentów.", + "citizens.commands.template.applied" : "Szablon zastosowany do [[{0}]] NPC''ów.", + "citizens.commands.template.conflict" : "Szablon o tej nazwie już istnieje.", + "citizens.commands.template.created" : "Stworzono szablon.", + "citizens.commands.template.delete.deleted" : "Usunięto szablon [[{0}]].", + "citizens.commands.template.list.header" : "]]Możliwe szablony[[:]]", + "citizens.commands.template.missing" : "Nie znaleziono szablonu.", + "citizens.commands.trait.added" : "Pomyślnie dodano {0}.", + "citizens.commands.traitc.missing" : "Nie znaleziono cechy.", + "citizens.commands.traitc.not-configurable" : "Nie można konfigurować tej cechy.", + "citizens.commands.traitc.not-on-npc" : "NPC nie ma tej cechy.", + "citizens.commands.trait.failed-to-add" : "<7>Nie udało się dodać {0}.", + "citizens.commands.trait.failed-to-change" : "<7>Nie udało się zmienić {0}.", + "citizens.commands.trait.failed-to-remove" : "<7>Nie udało się usunąć {0}.", + "citizens.commands.trait.removed" : "Pomyślnie usunięto {0}.", + "citizens.commands.unknown-command" : "Nieznana komenda. Myślałeś może o:", + "citizens.commands.waypoints.add.waypoint-added" : "Dodano punkt podróży w [[{0}]] (indeks [[{1}]]).", + "citizens.commands.waypoints.disableteleporting.disabled" : "[[{0}]] nie będzie już się teleportować, gdy zgubi ścieżkę.", + "citizens.commands.waypoints.opendoors.disabled" : "[[{0}]] nie będzie już otwierać drzwi podczas znajdowania ścieżki.", + "citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] będzie teraz otwierać drzwi podczas znajdowania ścieżki.", + "citizens.commands.wolf.traits-updated" : "Cecha [[{0}]] została zaktualizowana. Wrogi:[[{1}]], Siedzenie:[[{2}]], Oswojony:[[{3}]], Kolor obroży:[[{4}]] ", + "citizens.conversations.selection.invalid-choice" : "[[{0}]] nie jest poprawną opcją.", + "citizens.economy.minimum-cost-required" : "Potrzebujesz przynajmniej [[{0}]].", + "citizens.economy.money-withdrawn" : "Withdrew [[{0}]] za Twojego NPC.", + "citizens.editors.already-in-editor" : "Już jesteś w edytorze!", + "citizens.editors.copier.begin" : "Wchodzenie do kopiowania NPC!
Kliknij gdziekolwiek, aby skopiować zaznaczonego NPC.", + "citizens.editors.copier.end" : "Wychodzenie z kopiowania NPC.", + "citizens.editors.equipment.begin" : "Wchodzenie do edytora ekwipunku!
[[Right click]] to equip the NPC or [[crouch right click]] to change the item in hand!
Type [[offhand]], [[chestplate]], [[helmet]], etc. in chat to equip specific slots with the item you''re holding!", + "citizens.editors.equipment.end" : "Wychodzenie z edytora ekwipunku.", + "citizens.editors.equipment.saddled-set" : "[[{0}]] jest teraz saddled.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] już nie jest saddled.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] jest teraz ostrzyżony/a.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] już nie jest ostrzyżony/a.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] jest teraz koloru [[{1}]].", + "citizens.editors.selection.start-prompt" : "Było wiele NPC o tej samej podanej nazwie.
Napisz ID tego NPC z listy poniżej.", + "citizens.editors.text.added-entry" : "[[Added]] the entry [[{0}]].", + "citizens.editors.text.add-prompt" : "Wpisz tekst, aby dodać go do NPC.", + "citizens.editors.text.begin" : "Wchodzenie do edytora tekstu! Wpisz ''exit'', aby wyjść z edytora.", + "citizens.editors.text.change-page-prompt" : "Wprowadź numer strony, aby wyświetlić więcej tekstów NPC.", + "citizens.editors.text.close-talker-set" : "[[Close talker]] ustawiono na [[{0}]].", + "citizens.editors.text.delay-set" : "[[Delay]] Ustawiono na [[{0}]] seconds.", + "citizens.editors.text.end" : "Wychodzenie z edytora tekstów.", + "citizens.editors.text.invalid-delay" : "Niepoprawny czas.", + "citizens.editors.text.invalid-edit-type" : "Nieprawidłowy typ edycji.", + "citizens.editors.text.invalid-index" : "[[{0}]] nie jest poprawnym indeksem!", + "citizens.editors.text.invalid-input" : "Niepoprawne wejście.", + "citizens.editors.text.invalid-page" : "Niepoprawny numer strony.", + "citizens.editors.text.invalid-range" : "Niepoprawny zasięg.", + "citizens.editors.text.missing-item-set-pattern" : "Brakuje modelu przedmiotu w ręce.", + "citizens.editors.text.random-talker-set" : "[[Random talking]] Ustawiono na [[{0}]].", + "citizens.editors.text.range-set" : "[[Range]] Ustawiono na [[{0}]].", + "citizens.editors.text.realistic-looking-set" : "[[Realistic looking]] Ustawiono na [[{0}]].", + "citizens.editors.text.talk-item-set" : "[[Talk item pattern]] set to [[{0}]].", + "citizens.editors.waypoints.guided.added-available" : "Added a [[destination]] waypoint which the NPC will randomly pathfind between.", + "citizens.editors.waypoints.guided.added-guide" : "Added a [[guide]] waypoint which the NPC will follow on the way to their destination.", + "citizens.editors.waypoints.guided.already-taken" : "There is already a waypoint here.", + "citizens.editors.waypoints.guided.begin" : "Entered the guided waypoint editor! The NPC will randomly walk to a [[destination]] waypoint following the nearest [[guide]] point. For example, try putting guide points on a road and destinations inside houses!
[[Left click]] to add a guide waypoint and [[right click]] to remove an existing waypoint.
[[Sneak]] while left clicking to add a destination waypoint.
Type [[toggle path]] to toggle showing entities at waypoints.
Type [[clear]] to clear all waypoints.", + "citizens.editors.waypoints.guided.end" : "Exited the guided waypoint editor.", + "citizens.editors.waypoints.linear.added-waypoint" : "[[Added]] a waypoint at ({0}) ([[{1}]] total).", + "citizens.editors.waypoints.linear.begin" : "=== Linear Waypoint Editor ===
[[Left click]] to add a waypoint, [[right click]] to remove it.
You can right click while sneaking to select and remove specific points.
Type [[markers]] to hide waypoints,
[[triggers]] to enter the trigger editor,
[[clear]] to clear all waypoints,
[[cycle]] to make NPCs cycle through waypoints instead of looping.", + "citizens.editors.waypoints.linear.cycle-set" : "Now [[cycling]] through waypoints.", + "citizens.editors.waypoints.linear.cycle-unset" : "Now [[looping]] through waypoints.", + "citizens.editors.waypoints.linear.end" : "Exited the linear waypoint editor.", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[Stopped]] showing waypoint markers.", + "citizens.editors.waypoints.linear.range-exceeded" : "Previous waypoint is {0} blocks away but the distance limit is {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[Removed]] a waypoint ([[{0}]] remaining)", + "citizens.editors.waypoints.linear.selected-waypoint" : "Selected waypoint at {0}. Sneak + right click again to remove this waypoint.", + "citizens.editors.waypoints.linear.showing-markers" : "[[Showing]] waypoint markers.", + "citizens.editors.waypoints.linear.waypoints-cleared" : "Wyczyszczono punkty trasy.", + "citizens.editors.waypoints.triggers.add.added" : "Added waypoint trigger successfully ({0}).", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "Couldn''t create a trigger by the name [[{0}]].", + "citizens.editors.waypoints.triggers.add.prompt" : "Enter in a trigger name to add or type [[back]] to return to the edit prompt. Valid trigger names are {0}.", + "citizens.editors.waypoints.triggers.animation.added" : "Animacja [[{0}]] została dodana.", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "Niepoprawna animacja [[{0}]]. Poprawne animacje to {1}.", + "citizens.editors.waypoints.triggers.animation.prompt" : "Enter in animations to perform - valid animations are {0}.
Type in [[finish]] to finish the animation trigger or [[back]] to return to the previous prompt.", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "Zasięg musi być liczbą.", + "citizens.editors.waypoints.triggers.chat.message-added" : "Dodano wiadomość: [[{0}]].", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "Nie podano promienia.", + "citizens.editors.waypoints.triggers.chat.prompt" : "Enter in chat lines to say.
Type in [[radius (radius)]] to set the block radius to broadcast the messages.
Type [[finish]] to finish the chat trigger or [[back]] to return to the previous prompt.", + "citizens.editors.waypoints.triggers.chat.radius-set" : "Ustawiono zasięg na [[{0}]] bloków.", + "citizens.editors.waypoints.triggers.delay.prompt" : "Wprowadź czas w [[server ticks]], aby użyć. (20 tików = 1 sekunda)", + "citizens.editors.waypoints.triggers.list" : "Current triggers are:{0}", + "citizens.editors.waypoints.triggers.main.exit" : "Exited the waypoint trigger editor.", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "Brak edycji punktu trasy.", + "citizens.editors.waypoints.triggers.main.prompt" : "- Waypoint Trigger Editor -
Type [[add]] or [[remove]] to edit triggers.
Type [[triggers]] or [[exit]] to exit this editor.
Current triggers are:{0}", + "citizens.editors.waypoints.triggers.speed.prompt" : "Enter the speed modifier as a [[percentage]] of its base speed.", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "Podano niepoprawną lokację. Format to [[world]]:[[x]]:[[y]]:[[z]].", + "citizens.editors.waypoints.triggers.teleport.prompt" : "Enter the destination in the format world:x:y:z. Type [[here]] to use your current location. Type [[back]] to return to the edit prompt.", + "citizens.editors.waypoints.wander.added-region" : "[[Added]] wanderable region at ({0}) ([[{1}]]).", + "citizens.editors.waypoints.wander.begin" : "Entered the wander waypoint editor.
Type [[xrange ]] or [[yrange ]] to modify the random wander range. Type [[regions]] to enter the region editor.
Type [[delay ]] to delay the NPC between wanders. Type [[worldguardregion ]] to restrict movement to a specific WorldGuard region.", + "citizens.editors.waypoints.wander.delay-set" : "Delay between wanders set to [[{0}]] ticks.", + "citizens.editors.waypoints.wander.editing-regions" : "Now editing regions!
[[Left click]] to add a new wanderable region using the xrange/yrange box centred at that block.
[[Right click]] an existing marker to remove that region.
Type [[regions]] to stop or simply exit the editor. Regions should be overlapping with each other.", + "citizens.editors.waypoints.wander.editing-regions-stop" : "Exited the region editor.", + "citizens.editors.waypoints.wander.end" : "Exited the wander waypoint editor.", + "citizens.editors.waypoints.wander.invalid-delay" : "Invalid delay specified.", + "citizens.editors.waypoints.wander.range-set" : "Wander range set to xrange [[{0}]] and yrange [[{1}]].", + "citizens.editors.waypoints.wander.removed-region" : "[[Removed]] wanderable region at ({0}) ([[{1}]] remaining).", + "citizens.editors.waypoints.wander.worldguard-region-not-found" : "WorldGuard region not found.", + "citizens.editors.waypoints.wander.worldguard-region-set" : "WorldGuard region set to [[{0}]].", + "citizens.limits.over-npc-limit" : "Przekroczono limit NPC wynoszący {0}.", + "citizens.load-task-error" : "Nie można zaplanować zadania ładowania NPC, wyłączanie...", + "citizens.nms-errors.clearing-goals" : "Nie udało się wyznaczyć celów: {0}.", + "citizens.nms-errors.error-setting-persistent" : "Nie można ustawić NPC jako trwałego: {0}. Usunięto NPC.", + "citizens.nms-errors.getting-field" : "Nie udało się pobrać pola NMS {0}: [[{1}.", + "citizens.nms-errors.getting-id-mapping" : "Nie udało się pobrać pól mapowania ID bytu: {0}.", + "citizens.nms-errors.getting-method" : "Nie udało się pobrać metody NMS {0}: [[{1}.", + "citizens.nms-errors.restoring-goals" : "Nie udało się przywrócić celów: {0}.", + "citizens.nms-errors.spawning-custom-entity" : "Nie udało się odrodzić niestandardowego bytu: {0}.", + "citizens.nms-errors.stopping-network-threads" : "Nie udało się zatrzymać wątków sieciowych: {0}.", + "citizens.nms-errors.updating-land-modifier" : "Nie można zaktualizować modyfikatora prędkości lądowej: {0}.", + "citizens.nms-errors.updating-navigation-world" : "Nie można zaktualizować świata nawigacji: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "Nie można zaktualizować zakresu wyszukiwania ścieżki: {0}.", + "citizens.notifications.error-reloading" : "Wystąpił błąd podczas ponownego ładowania, zobacz konsolę.", + "citizens.notifications.exception-updating-npc" : "Wyjątek podczas aktualizacji {0}: {1}.", + "citizens.notifications.incompatible-version" : "v{0} nie jest kompatybilny z wersją minecraft v{1} - spróbuj uaktualnić lub obniżyć wersję Citizens. Wyłączanie.", + "citizens.notifications.locale" : "Używanie pliku językowego {0}.", + "citizens.notifications.metrics-load-error" : "Nie można uruchomić danych: {0}.", + "citizens.notifications.missing-translations" : "Brak pliku tłumaczeń dla języka {0}. Domyślnie język en (angielski).", + "citizens.notifications.npc-name-not-found" : "Nie udało się znaleźć nazwy dla ID {0}.", + "citizens.notifications.npc-not-found" : "Nie znaleziono żadnych NPC''ów.", + "citizens.notifications.npcs-loaded" : "Załadowano {0} NPC''ów.", + "citizens.notifications.reloaded" : "Przeładowano Citizens.", + "citizens.notifications.reloading" : "Przeładowywanie Citizens...", + "citizens.notifications.reload-warning" : "UWAGA: to polecenie załaduje wszystkie dane z dysku bez wcześniejszego zapisywania. Wpisz ponownie /citizens reload, aby potwierdzić. Możesz wyłączyć to ostrzeżenie w ustawieniach.", + "citizens.notifications.saved" : "Zapisano Citizens.", + "citizens.notifications.saving" : "Zapisywanie Citizens...", + "citizens.notifications.skipping-invalid-pose" : "Pomijanie pozycji {0} - nieprawidłowe odchylenie/nachylenie ({1}).", + "citizens.notifications.trait-load-failed" : "Nie udało się załadować cechy {0} dla NPC ID: {1}.", + "citizens.notifications.trait-onspawn-failed" : "Wystąpił wyjątek, gdy cecha {0} pojawiała się dla NPC ID {1}.", + "citizens.notifications.unknown-npc-type" : "Typ NPC {0} nie został rozpoznany. Czy przeliterowałeś to poprawnie?", + "citizens.saves.load-failed" : "Nie można załadować zapisów, wyłączanie...", + "citizens.settings.writing-default" : "Zapisywanie ustawień domyślnych: {0}", + "citizens.traits.age-description" : "{0} ma wiek [[{1}]]. Zablokowany jest na [[{2}]].", + "citizens.waypoints.available-providers-header" : "Lista aktualnych dostawców", + "citizens.waypoints.current-provider" : "Aktyalny punkt podróży dostawcy to [[{0}]].", + "citizens.waypoints.set-provider" : "Ustawiono punkt podróży dostawcy na [[{0}]]." +} \ No newline at end of file diff --git a/main/src/main/resources/zh-tw.json b/main/src/main/resources/zh-tw.json new file mode 100644 index 000000000..810c2d019 --- /dev/null +++ b/main/src/main/resources/zh-tw.json @@ -0,0 +1,382 @@ +{ + "citizens.changed-implementation" : "Citizens 執行程序已變更,正在停用插件。", + "citizens.commands.citizens.save.help" : "使用 -a 標籤來以異步儲存 (與主伺服器執行緒脫離)。", + "citizens.commands.console-error" : "請回報此錯誤:[查看控制台]]", + "citizens.commands.errors.missing-world" : "找不到世界。", + "citizens.commands.help.command-missing" : "找不到指令 /{0}。", + "citizens.commands.help.header" : "幫助", + "citizens.commands.id-not-found" : "找不到任何 ID 為 [[{0}]] 的 NPC。", + "citizens.commands.invalid.class" : "外部指令類別無效。", + "citizens.commands.invalid-mobtype" : "[[{0}]] 不是有效的生物類型。", + "citizens.commands.invalid-number" : "這不是有效的數字。", + "citizens.commands.npc.age.cannot-be-aged" : "生物類型 {0} 無法調整年齡。", + "citizens.commands.npc.age.help" : "只能用於有幼年期的實體。使用 [[-l]] 標籤可以讓實體停止成長 (提醒:可能需要重新紀律才能查看)。", + "citizens.commands.npc.age.invalid-age" : "輸入的年齡無效。有效的年齡為 adult、baby、和 -24000 到 0 之間的數字", + "citizens.commands.npc.age.locked" : "已鎖定年齡。", + "citizens.commands.npc.age.set" : "[[{0}]] 現在 [[{1}]] 歲了。", + "citizens.commands.npc.age.set-adult" : "[[{0}]] 現在成年了。", + "citizens.commands.npc.age.set-baby" : "[[{0}]] 現在為幼年期。", + "citizens.commands.npc.age.set-normal" : "[[{0}]] 現在 [[{1}]] 歲了。", + "citizens.commands.npc.age.unlocked" : "已解鎖年齡。", + "citizens.commands.npc.ai.started" : "開始使用 Minecraft AI。", + "citizens.commands.npc.ai.stopped" : "停止使用 Minecraft AI。", + "citizens.commands.npc.anchor.added" : "已新增錨點。", + "citizens.commands.npc.anchor.already-exists" : "錨點 [[{0}]] 已經存在。", + "citizens.commands.npc.anchor.invalid-name" : "無效的錨點名稱。", + "citizens.commands.npc.anchor.missing" : "錨點 [[{1}]] 不存在。", + "citizens.commands.npc.anchor.removed" : "已移除錨點。", + "citizens.commands.npc.bee.anger-set" : "憤怒值設為 [[{0}]]。", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] 擁有了螫針。", + "citizens.commands.npc.bee.has-nectar" : "[[{0}]] 現在攜帶了花粉。", + "citizens.commands.npc.bee.invalid-anger" : "憤怒值應大於 0。", + "citizens.commands.npc.bee.no-nectar" : "[[{0}]] 不再攜帶花粉。", + "citizens.commands.npc.bee.not-stung" : "[[{0}]] 失去了螫針。", + "citizens.commands.npc.cat.collar-color-set" : "項圈顏色設為 [[{0}]]。", + "citizens.commands.npc.cat.invalid-collar-color" : "輸入的項圈顏色無效。有效的顏色為 [[{0}]]。", + "citizens.commands.npc.cat.invalid-type" : "輸入的類型無效。有效的類型為 [[{0}]]。", + "citizens.commands.npc.cat.lying-start" : "[[{0}]] 躺下了。", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] 停止躺下了。", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] 坐下了。", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] 停止坐下了。", + "citizens.commands.npc.cat.type-set" : "類型設為 [[{0}]]。", + "citizens.commands.npc.chunkload.set" : "[[{0}]] 現在會強迫區塊載入。", + "citizens.commands.npc.chunkload.unset" : "[[{0}]] 不再強迫區塊載入。", + "citizens.commands.npc.collidable.set" : "[[{0}]] 將與其他實體碰撞。", + "citizens.commands.npc.collidable.unset" : "[[{0}]] 將不再與其他實體碰撞。", + "citizens.commands.npc.command.command-added" : "已新增指令 [[{0}]],其 ID 為 [[{1}]]。", + "citizens.commands.npc.command.command-removed" : "已移除指令 [[{0}]]。", + "citizens.commands.npc.command.cost-set" : "將每次點擊花費設為 [[{0}]]。", + "citizens.commands.npc.command.help" : "
使用 [[-l]] 標籤來讓指令在點擊左鍵時執行 ,[[-r]] 在點擊右鍵時執行 (預設)。
使用 [[--cooldown]] 來設定每位玩家使用指令的冷卻時間 (以[[秒]]為單位)。
使用 [[--gcooldown]] 來設定全伺服器的指令冷卻時間 (以秒為單位)。
[[--delay]] 指定在執行指令前要等待多久時間。(以刻為單位)
[[--permissions]] 指定執行指令需要的權限 (使用逗點來間隔多個權限)。
[[--n]] 指定玩家能夠執行該指令多少次。
使用 [[-o]] 來暫時以 op 身分執行指令,或 [[-p]] 來以點擊的玩家身分執行,而非伺服器。
若要給玩家暫時性權限,而不是 op,使用 [[/npc command permissions]]。
使用 [[/npc command cost]] 以設置每次點擊的花費。
若要使指令一個一個執行,而不是全部一次執行,使用 [[/npc command sequential]]。", + "citizens.commands.npc.command.left-hand-header" : "點擊[[左鍵]]以執行的指令:", + "citizens.commands.npc.command.none-added" : "未新增任何指令。", + "citizens.commands.npc.command.right-hand-header" : "點擊[[右鍵]]以執行的指令:", + "citizens.commands.npc.commands.random-set" : "指令現在會以隨機順序執行。", + "citizens.commands.npc.commands.random-unset" : "指令不再以隨機順序執行。", + "citizens.commands.npc.commands.sequential-set" : "指令現在會按照順序執行。", + "citizens.commands.npc.commands.sequential-unset" : "指令不再按照順序執行。", + "citizens.commands.npc.command.temporary-permissions-set" : "暫時性權限設為 [[{0}]]。", + "citizens.commands.npc.command.unknown-id" : "此 NPC 的指令 ID [[{0}]] 未知。", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] 無法被控制。", + "citizens.commands.npc.controllable.removed" : "[[{0}]] 不再能被控制。", + "citizens.commands.npc.controllable.set" : "[[{0}]] 現在能夠被控制。", + "citizens.commands.npc.copy.copied" : "已複製 [[{0}]]。", + "citizens.commands.npc.create.invalid-location" : "生成位置無法解析或無法找到。", + "citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] 不是有效的生物類型。", + "citizens.commands.npc.create.mobtype-missing" : "[[{0}]] 不是支援的 NPC 生物類型。", + "citizens.commands.npc.create.no-player-for-spawn" : "找不到該名字的玩家以生成 NPC。", + "citizens.commands.npc.create.npc-name-too-long" : "NPC 名稱不得多於 [[{0}]] 個字元。名稱已被縮短。", + "citizens.commands.npc.despawn.despawned" : "您讓 [[{0}]] 消失了。", + "citizens.commands.npc.endercrystal.not-showing-bottom" : "[[{0}]] 不再顯示底座。", + "citizens.commands.npc.endercrystal.showing-bottom" : "[[{0}]] 現在會顯示底座。", + "citizens.commands.npc.enderman.angry-set" : "[[{0}]] 生氣了。", + "citizens.commands.npc.enderman.angry-unset" : "[[{0}]] 停止生氣了。", + "citizens.commands.npc.flyable.set" : "[[{0}]] 現在能夠飛行。", + "citizens.commands.npc.flyable.unset" : "[[{0}]] 不再能夠飛行。", + "citizens.commands.npc.follow.set" : "[[{0}]] 現在開始跟隨 [[{1}]]。", + "citizens.commands.npc.follow.unset" : "[[{0}]] 已停止跟隨任何人。", + "citizens.commands.npc.fox.crouching-set" : "[[{0}]] 蹲下了。", + "citizens.commands.npc.fox.crouching-unset" : "[[{0}]] 停止蹲下了。", + "citizens.commands.npc.fox.fox-type-set" : "狐狸類型設為 [[{0}]]。", + "citizens.commands.npc.fox.invalid-fox-type" : "輸入的狐狸類型無效。有效的類型為 [[{0}]]。", + "citizens.commands.npc.fox.sitting-set" : "[[{0}]] 坐下了。", + "citizens.commands.npc.fox.sitting-unset" : "[[{0}]] 停止坐下了。", + "citizens.commands.npc.fox.sleeping-set" : "[[{0}]] 睡著了。", + "citizens.commands.npc.fox.sleeping-unset" : "[[{0}]] 醒了。", + "citizens.commands.npc.gamemode.describe" : "{0} 的遊戲模式為 [[{1}]]。", + "citizens.commands.npc.gamemode.invalid" : "{0} 為無效的遊戲模式。", + "citizens.commands.npc.gamemode.set" : "遊戲模式設置為 [[{0}]]。", + "citizens.commands.npc.glowing.color-set" : "[[{0}]] 的發光顏色設為 {1}]]。", + "citizens.commands.npc.glowing.player-only" : "只有玩家類型的 NPC 能調整發光顏色。", + "citizens.commands.npc.glowing.set" : "[[{0}]] 現在開始發光。", + "citizens.commands.npc.glowing.unset" : "[[{0}]] 停止發光。", + "citizens.commands.npc.gravity.disabled" : "[[已停用]]重力。", + "citizens.commands.npc.gravity.enabled" : "[[已啟用]]重力。", + "citizens.commands.npc.guardian.elder-set" : "[[{0}]] 成為遠古深海守衛了。", + "citizens.commands.npc.guardian.elder-unset" : "[[{0}]] 不再是遠古深海守衛了。", + "citizens.commands.npc.hologram.cleared" : "已清除全息影像文字。", + "citizens.commands.npc.hologram.direction-set" : "方向設為 [[{0}]]。", + "citizens.commands.npc.hologram.invalid-text-id" : "行號無效。", + "citizens.commands.npc.hologram.line-add" : "已新增一行新的全息影像文字:[[{0}]]。", + "citizens.commands.npc.hologram.line-height-set" : "行高設為 [[{0}]]。", + "citizens.commands.npc.hologram.line-removed" : "已移除第 [[{0}]] 行。", + "citizens.commands.npc.hologram.text-describe-header" : "[[{0}]] 的全息影像文字 (順序由下至上):", + "citizens.commands.npc.hologram.text-missing" : "缺少要新增的文字。", + "citizens.commands.npc.hologram.text-removed" : "已移除全息影像文字。", + "citizens.commands.npc.hologram.text-set" : "將全息影像的第 [[{0}]] 行文字設為 [[{1}]]。", + "citizens.commands.npc.horse.chest-set" : "馬現在裝備了箱子。 ", + "citizens.commands.npc.horse.chest-unset" : "馬停止裝備箱子了。", + "citizens.commands.npc.horse.color-set" : "馬的顏色被設為 [[{0}]]。", + "citizens.commands.npc.horse.describe" : "馬的顏色為 [[{0}]],類型為 [[{1}]],花紋為 [[{2}]]。", + "citizens.commands.npc.horse.invalid-color" : "輸入的馬的顏色無效。有效的顏色為:[[{0}]]。", + "citizens.commands.npc.horse.invalid-style" : "輸入的馬的花紋無效。有效的花紋為:[[{0}]]。", + "citizens.commands.npc.horse.invalid-type" : "輸入的馬的類型無效。有效的類型為:[[{0}]]。", + "citizens.commands.npc.horse.style-set" : "馬的花紋被設為 [[{0}]].", + "citizens.commands.npc.item.item-set" : "NPC 物品設為 [[{0}]]。", + "citizens.commands.npc.item.unknown-material" : "提供的材料無效。", + "citizens.commands.npc.leashable.set" : "[[{0}]] 現在能夠被韁繩牽引。", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] 不再能夠被韁繩牽引。", + "citizens.commands.npc.llama.color-set" : "羊駝的顏色設為 [[{0}]]。", + "citizens.commands.npc.llama.invalid-color" : "輸入的羊駝顏色無效。有效的顏色為:[[{0}]]。", + "citizens.commands.npc.llama.strength-set" : "羊駝的力量值設為 [[{0}]]。", + "citizens.commands.npc.lookclose.error-random-range" : "無效的範圍 [[{0}]]。格式為 `min,max`。", + "citizens.commands.npc.lookclose.random-look-delay-set" : "[[{0}]] 現在每隔 [[{1}]] 刻會隨機看向別處。", + "citizens.commands.npc.lookclose.random-pitch-range-set" : "[[{0}]] 現在會在 [{1}] 的範圍內隨機選取俯仰角。", + "citizens.commands.npc.lookclose.random-set" : "[[{0}]] 現在會隨機環顧四周。", + "citizens.commands.npc.lookclose.random-stopped" : "[[{0}]] 不再會隨機環顧四周。", + "citizens.commands.npc.lookclose.random-yaw-range-set" : "[[{0}]] 現在會在 [{1}] 的範圍內隨機選取偏航角。", + "citizens.commands.npc.lookclose.set" : "[[{0}]] 現在當玩家位於附近時會旋轉。", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] 現在當玩家位於附近時不再旋轉。", + "citizens.commands.npc.metadata.set" : "[[{0}]] 設為 [[{1}]].", + "citizens.commands.npc.metadata.unset" : "已從 [[{{1}}]] 移除 [[{0}]]。", + "citizens.commands.npc.minecart.set" : "[[{0}]] 現在擁有物品 [[{1}]]:[[{2}]],偏移為 [[{3}]]。", + "citizens.commands.npc.mount.failed" : "無法騎乘 [[{0}]]。", + "citizens.commands.npc.mount.mount-on-itself" : "無法讓 NPC 騎乘到自己身上。", + "citizens.commands.npc.mount.must-be-spawned" : "無法騎乘 [[{0}]]。請確認目標 NPC 的 ID 是否正確且已生成。", + "citizens.commands.npc.moveto.format" : "格式為 x:y:z(:world) 或 x y z( world)。", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] 傳送至 [[{1}]]。", + "citizens.commands.npc.mushroomcow.invalid-variant" : "變種無效。可用的值為:[[{0}]]。", + "citizens.commands.npc.mushroomcow.variant-set" : "[[{0}]] 的變種設為 [[{1}]]。", + "citizens.commands.npc.ocelot.deprecated" : "山貓類型在此版本的 Minecraft 無法運作。若要更換顏色,請使用 [[/npc type cat]]。", + "citizens.commands.npc.ocelot.invalid-type" : "山貓類型無效。有效的類型為:[[{0}]]。", + "citizens.commands.npc.owner.already-owner" : "{0} 已經是 [[{1}]] 的擁有者了。", + "citizens.commands.npc.owner.owner" : "[[{0}]] 的擁有者為 [[{1}]]。", + "citizens.commands.npc.owner.set" : "[[{1}]] 成為了 [[{0}]] 的擁有者。", + "citizens.commands.npc.owner.set-server" : "[[伺服器]]成為了 [[{0}]] 的擁有者。", + "citizens.commands.npc.panda.hidden-gene-set" : "隱性基因設為 [[{0}]]。", + "citizens.commands.npc.panda.invalid-gene" : "基因無效。有效的基因為 [[{0}]]。", + "citizens.commands.npc.panda.main-gene-set" : "顯性基因設為 [[{0}]]。", + "citizens.commands.npc.panda.sitting" : "開始坐著。", + "citizens.commands.npc.panda.stopped-sitting" : "停止坐著。", + "citizens.commands.npc.parrot.invalid-variant" : "鸚鵡變種無效。有效的變種為 [[{0}]]。", + "citizens.commands.npc.parrot.variant-set" : "變種設為 [[{0}]]。", + "citizens.commands.npc.passive.set" : "[[{0}]] 不再能傷害其他實體。", + "citizens.commands.npc.passive.unset" : "[[{0}]] 現在會傷害其他實體。", + "citizens.commands.npc.pathfindingrange.set" : "尋徑範圍設為 [[{0}]]。", + "citizens.commands.npc.pathopt.attack-range-set" : "[[{0}]] 的攻擊範圍設為 [[{1}]]。", + "citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] 將避開水。", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] 將不再避開水。", + "citizens.commands.npc.pathopt.distance-margin-set" : "[[{0}]] 的尋徑距離邊界設為 [[{1}]]。", + "citizens.commands.npc.pathopt.path-distance-margin-set" : "[[{0}]] 的尋徑路徑距離邊界設為 [[{1}]]。", + "citizens.commands.npc.pathopt.stationary-ticks-set" : "[[{0}]] 的最長靜止刻設為 [[{1}]]。", + "citizens.commands.npc.pathopt.use-new-finder" : "[[{0}]] 使用新找尋器設為 [[{1}]]。", + "citizens.commands.npc.phantom.phantom-set" : "大小設為 [[{0}]]。", + "citizens.commands.npc.playerlist.added" : "已新增 [[{0}]] 至玩家列表。", + "citizens.commands.npc.playerlist.removed" : "已將 [[{0}]] 從玩家列表中移除。 ", + "citizens.commands.npc.polarbear.rearing-set" : "[[{0}]] 站起來了。", + "citizens.commands.npc.polarbear.rearing-unset" : "[[{0}]] 停止站立。", + "citizens.commands.npc.pose.added" : "已新增姿勢。", + "citizens.commands.npc.pose.already-exists" : "姿勢 [[{0}]] 已經存在。", + "citizens.commands.npc.pose.default-pose-set" : "預設姿勢設為 [[{0}]]。", + "citizens.commands.npc.pose.invalid-name" : "姿勢名稱無效。", + "citizens.commands.npc.pose.missing" : "姿勢 [[{0}]] 不存在。", + "citizens.commands.npc.pose.removed" : "已移除姿勢。", + "citizens.commands.npc.powered.set" : "[[{0}]] 現在已經充能。", + "citizens.commands.npc.powered.stopped" : "[[{0}]] 不再充能。", + "citizens.commands.npc.profession.invalid-profession" : "[[{0}]] 不是有效的職業。試試以下的職業:[[{1}]]。", + "citizens.commands.npc.profession.set" : "[[{0}]] 現在的職業是 [[{1}]]。", + "citizens.commands.npc.pufferfish.state-set" : "狀態設為 [[{0}]]。", + "citizens.commands.npc.rabbittype.invalid-type" : "兔子類型無效。試試以下的類型:[[{0}]]。", + "citizens.commands.npc.rabbittype.type-set" : "[[{0}]] 的兔子類型已設為 [[{1}]]", + "citizens.commands.npc.remove.npcs-removed" : "NPC 已被移除。", + "citizens.commands.npc.remove.removed" : "您已永久移除 [[{0}]]。", + "citizens.commands.npc.remove.removed-all" : "您已永久移除所有 NPC。", + "citizens.commands.npc.rename.renamed" : "您已將 [[{0}]] 重新命名為 [[{1}]]。", + "citizens.commands.npc.respawn.delay-set" : "重生延遲已設為 [[{0}]]。", + "citizens.commands.npc.respawn.describe" : "重生延遲目前被設為 [[{0}]]。", + "citizens.commands.npc.select.already-selected" : "您已經選取該 NPC 了。", + "citizens.commands.npc.sheep.color-set" : "綿羊的顏色被設為 [[{0}]]。", + "citizens.commands.npc.sheep.invalid-color" : "輸入的綿羊顏色無效。有效的顏色為:[[{0}]].", + "citizens.commands.npc.shulker.color-set" : "[[{0}]] 的顏色已設為 [[{1}]]。", + "citizens.commands.npc.shulker.invalid-color" : "輸入的界伏蚌顏色無效。有效的顏色為:[[{0}]]。", + "citizens.commands.npc.shulker.peek-set" : "[[{0}]] 外殼打開的高度設為 [[{1}]]。", + "citizens.commands.npc.size.description" : "[[{0}]] 的大小為 [[{1}]]。", + "citizens.commands.npc.size.set" : "[[{0}]] 的大小設為 [[{1}]]。", + "citizens.commands.npc.skeletontype.invalid-type" : "無效的骨架類型。試試以下的類型:[[{0}]]。", + "citizens.commands.npc.skeletontype.set" : "{0} 的骨架類型設為 [[{1}]]。", + "citizens.commands.npc.skin.cleared" : "已清除 [[{0}]] 的 Skin 名稱。", + "citizens.commands.npc.skin.error-setting-url" : "從 [[{0}]] 下載 Skin 時發生錯誤。您確定網址是正確的嗎?", + "citizens.commands.npc.skin.layers-set" : "[[{0}]] 的 Skin 圖層:披風 - [[{1}]]、帽子 - [[{2}]]、外套 - [[{3}]]、袖子 - [[{4}]]、褲子 - [[{5}]]。", + "citizens.commands.npc.skin.missing-skin" : "必須填寫 Skin 的名稱。", + "citizens.commands.npc.skin.set" : "[[{0}]] 的 Skin 名稱設為 [[{1}]]。", + "citizens.commands.npc.skin.skin-url-set" : "已從 [[{1}]] 下載 [[{0}]] 的 Skin。", + "citizens.commands.npc.snowman.derp-set" : "[[{0}]] 拔掉了南瓜頭。", + "citizens.commands.npc.snowman.derp-stopped" : "[[{0}]] 戴回了南瓜頭。", + "citizens.commands.npc.sound.info" : "[[{0}]] 的聲音為:空閒 - [[{1}]] 受傷 - [[{2}]] 和死亡 - [[{3}]]。

有效的聲音為 {4}。", + "citizens.commands.npc.sound.invalid-sound" : "無效的聲音。", + "citizens.commands.npc.sound.set" : "[[{0}]] 的聲音現在為:空閒 - [[{1}]] 受傷 - [[{2}]] 和死亡 - [[{3}]]。", + "citizens.commands.npc.spawn.already-spawned" : "[[{0}]] 已經在另一個地方生成了。使用 ''/npc tphere'' 來將 NPC 傳送到您的位置。", + "citizens.commands.npc.spawn.missing-npc-id" : "找不到 ID 為 {0} 的 NPC。", + "citizens.commands.npc.spawn.no-location" : "沒有可用的已儲存位置 - 必須在遊戲中使用此指令。", + "citizens.commands.npc.spawn.spawned" : "您生成了 [[{0}]]。", + "citizens.commands.npc.speed.set" : "NPC 的速度設為 [[{0}]]。", + "citizens.commands.npc.swim.set" : "[[{0}]] 現在能夠在水中游泳。", + "citizens.commands.npc.swim.unset" : "[[{0}]] 不再能在水中游泳。", + "citizens.commands.npc.targetable.set" : "[[{0}]] 現在能夠被其他生物鎖定。", + "citizens.commands.npc.targetable.unset" : "[[{0}]] 不再能夠被其他生物鎖定。", + "citizens.commands.npc.tphere.missing-cursor-block" : "請看著要傳送的方塊。", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] 被傳送至 {1}。", + "citizens.commands.npc.tp.location-not-found" : "找不到目標 NPC 的位置。", + "citizens.commands.npc.tp.teleported" : "您已傳送至 [[{0}]]。", + "citizens.commands.npc.tpto.from-not-found" : "找不到來源實體。", + "citizens.commands.npc.tpto.success" : "已成功傳送。", + "citizens.commands.npc.tpto.to-not-found" : "找不到目標實體。", + "citizens.commands.npc.tropicalfish.body-color-set" : "魚身顏色設為 [[{0}]]。", + "citizens.commands.npc.tropicalfish.invalid-color" : "魚的顏色無效。有效的顏色為:[[{0}]]", + "citizens.commands.npc.tropicalfish.invalid-pattern" : "魚的花紋無效。有效的花紋為:[[{0}]]", + "citizens.commands.npc.tropicalfish.pattern-color-set" : "花紋顏色設為 [[{0}]]。", + "citizens.commands.npc.tropicalfish.pattern-set" : "花紋設為 [[{0}]]。", + "citizens.commands.npc.type.invalid" : "[[{0}]] 不是有效的類型。", + "citizens.commands.npc.type.set" : "[[{0}]] 的類型設為 [[{1}]]。", + "citizens.commands.npc.villager.invalid-type" : "無效的村民類型。可用的村民類型為:[[{0}]]。", + "citizens.commands.npc.villager.level-set" : "等級設為 [[{0}]]。", + "citizens.commands.npc.villager.type-set" : "類型設為 [[{0}]]。", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] 不再為無敵狀態。", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] 為無敵狀態。", + "citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] 不是能用在狗的項圈顏色上的 RGB 色碼。", + "citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] 不是 RGB格式的項圈顏色或 DyeColor 的名稱。", + "citizens.commands.page-missing" : "頁數 [[{0}]] 不存在。", + "citizens.commands.requirements.disallowed-mobtype" : "該指令不能用在生物類型為 [[{0}]] 的 NPC 上。", + "citizens.commands.requirements.living-entity" : "NPC 必須為有生命的實體。", + "citizens.commands.requirements.missing-permission" : "您沒有執行此指令的權限。", + "citizens.commands.requirements.missing-required-trait" : "缺少必要特徵 [[{0}]]。", + "citizens.commands.requirements.must-be-ingame" : "您必須在遊戲中使用該指令。", + "citizens.commands.requirements.must-be-owner" : "您必須是此 NPC 的擁有者才能執行該指令。", + "citizens.commands.requirements.must-have-selected" : "您必須選擇 NPC 才能執行該指令。", + "citizens.commands.requirements.too-few-arguments" : "參數過少。", + "citizens.commands.requirements.too-many-arguments" : "參數過多。", + "citizens.commands.template.applied" : "樣本已套用到 [[{0}]] 個 NPC。", + "citizens.commands.template.conflict" : "已存在相同名稱的樣本。", + "citizens.commands.template.created" : "已建立樣本。", + "citizens.commands.template.delete.deleted" : "已刪除樣本 [[{0}]]。", + "citizens.commands.template.list.header" : "]]可用樣本[[:]]", + "citizens.commands.template.missing" : "找不到樣本。", + "citizens.commands.trait.added" : "成功新增 {0}。", + "citizens.commands.traitc.missing" : "找不到特徵。", + "citizens.commands.traitc.not-configurable" : "無法設定該特徵。", + "citizens.commands.traitc.not-on-npc" : "NPC 沒有該特徵。", + "citizens.commands.trait.failed-to-add" : "<7>無法新增 {0}。", + "citizens.commands.trait.failed-to-change" : "<7>無法變更 {0}。", + "citizens.commands.trait.failed-to-remove" : "<7>無法移除 {0}。", + "citizens.commands.trait.removed" : "成功移除 {0}。", + "citizens.commands.unknown-command" : "未知的指令。您是不是指:", + "citizens.commands.waypoints.add.waypoint-added" : "在 [[{0}]] 新增航點 (編號 [[{1}]])。", + "citizens.commands.waypoints.disableteleporting.disabled" : "[[{0}]] 尋徑時卡住後將不再傳送。", + "citizens.commands.waypoints.opendoors.disabled" : "[[{0}]] 尋徑時不將再打開門。", + "citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] 現在在尋徑時會打開門。", + "citizens.commands.wolf.traits-updated" : "更新了 [[{0}]] 的特徵。生氣:[[{1}]],坐下:[[{2}]],馴服:[[{3}]],項圈顏色:[[{4}]] ", + "citizens.conversations.selection.invalid-choice" : "[[{0}]] 不是有效的選項。", + "citizens.economy.minimum-cost-required" : "至少需要 [[{0}]]。", + "citizens.economy.money-withdrawn" : "已為您的 NPC 提取了 [[{0}]]。", + "citizens.editors.already-in-editor" : "您已經在編輯器中了!", + "citizens.editors.copier.begin" : "您進入了 NPC 複製器!
點擊任何地方來複製目前選取的 NPC", + "citizens.editors.copier.end" : "離開了 NPC 複製器。", + "citizens.editors.equipment.begin" : "您進入了裝備編輯器!
[[右鍵]] 來為 NPC 裝備,或 [[蹲下 + 右鍵]] 來更換手中的物品!
在聊天欄輸入 [[offhand]]、[[chestplate]]、[[helmet]]...等來將您手中的物品裝備到指定欄位!", + "citizens.editors.equipment.end" : "離開了裝備編輯器。", + "citizens.editors.equipment.saddled-set" : "[[{0}]] 現在裝備了鞍。", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] 不再裝備鞍了。", + "citizens.editors.equipment.sheared-set" : "[[{0}]] 的毛被剃光了。", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] 的毛長回來了。", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] 現在的顏色為 [[{1}]]。", + "citizens.editors.selection.start-prompt" : "有多個 NPC 符合您輸入的名字。
請輸入下方名單中的 ID 或數字來選取該名 NPC。", + "citizens.editors.text.added-entry" : "已[[新增]]條目 [[{0}]]。", + "citizens.editors.text.add-prompt" : "輸入文字以新增至 NPC。", + "citizens.editors.text.begin" : "您進入了文字編輯器!輸入 ''exit'' 以離開編輯器。", + "citizens.editors.text.change-page-prompt" : "輸入頁碼來看更多條目。", + "citizens.editors.text.close-talker-set" : "[[近距離談話]]設為 [[{0}]]。", + "citizens.editors.text.delay-set" : "[[延遲]]設為 [[{0}]] 秒。", + "citizens.editors.text.end" : "離開了文字編輯器。", + "citizens.editors.text.invalid-delay" : "輸入的延遲無效。", + "citizens.editors.text.invalid-edit-type" : "編輯類型無效。", + "citizens.editors.text.invalid-index" : "[[{0}]] 不是有效的編號!", + "citizens.editors.text.invalid-input" : "輸入無效。", + "citizens.editors.text.invalid-page" : "輸入的頁數無效。", + "citizens.editors.text.invalid-range" : "輸入的範圍無效。", + "citizens.editors.text.missing-item-set-pattern" : "遺失手中物品的樣式。", + "citizens.editors.text.random-talker-set" : "[[隨機對話]]設為 [[{0}]]。", + "citizens.editors.text.range-set" : "[[範圍]]設為 [[{0}]]。", + "citizens.editors.text.realistic-looking-set" : "[[仿真視線]]設為 [[{0}]]。", + "citizens.editors.text.talk-item-set" : "[[對話物品樣式]] 設為 [[{0}]]。", + "citizens.editors.waypoints.guided.added-available" : "已新增目的地航點,NPC 會隨機在其間尋徑。", + "citizens.editors.waypoints.guided.added-guide" : "已新增引導航點,NPC 在前往目的地的路上會跟隨此航點。", + "citizens.editors.waypoints.guided.already-taken" : "這裡已經有航點了。", + "citizens.editors.waypoints.guided.begin" : "您進入了引導航點編輯器!NPC 將隨機走向最近的[[引導]]航點並前往[[目的地]]航點。試試在路面上放置引導航點,然後在房子裡放置目的地航點!
點擊[[左鍵]]來新增引導航點或是點擊[[右鍵]]已移除現有的航點。
[[蹲下+左鍵]]來新增目的地航點。
輸入 [[toggle path]] 來切換在航點顯示實體。
輸入 [[clear]] 以清除所有航點。", + "citizens.editors.waypoints.guided.end" : "離開了引導航點編輯器。", + "citizens.editors.waypoints.linear.added-waypoint" : "已在 ({0}) [[新增]]航點(總共 [[{1}]])。", + "citizens.editors.waypoints.linear.begin" : "=== 線性航點編輯器 ===
點擊[[左鍵]]以新增航點,[[右鍵]]來移除。
蹲下 + 右鍵能夠選擇並移除指定航點。
輸入 [[markers]] 來隱藏航點,
[[triggers]] 以進入觸發器編輯器,
[[clear]] 來清除所有航點,
[[cycle]] 來切換航點順序。", + "citizens.editors.waypoints.linear.cycle-set" : "航點順序切換為 cycle。", + "citizens.editors.waypoints.linear.cycle-unset" : "航點順序切換為 loop。", + "citizens.editors.waypoints.linear.end" : "離開了線性航點編輯器。", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[停止]] 顯示航點記號。", + "citizens.editors.waypoints.linear.range-exceeded" : "前一個航點距離 {0} 個方塊,但距離限制為 {1}。", + "citizens.editors.waypoints.linear.removed-waypoint" : "已[[移除]]航點 (剩餘 [[{0}]])", + "citizens.editors.waypoints.linear.selected-waypoint" : "已選擇位於 {0} 的航點。按下蹲下 + 右鍵來移除此航點。", + "citizens.editors.waypoints.linear.showing-markers" : "正在[[顯示]]航點記號。", + "citizens.editors.waypoints.linear.waypoints-cleared" : "已清除所有航點。", + "citizens.editors.waypoints.triggers.add.added" : "已新增航點觸發器 ({0})。", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "無法建立名稱為 [[{0}]] 的觸發器。", + "citizens.editors.waypoints.triggers.add.prompt" : "輸入觸發器的名稱來新增,或輸入 [[back]] 來回到編輯器。可用的觸發器名稱為 {0}。", + "citizens.editors.waypoints.triggers.animation.added" : "已新增動畫 [[{0}]]。", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "[[{0}]] 為無效的動畫。可用的動畫為 {1}。", + "citizens.editors.waypoints.triggers.animation.prompt" : "輸入要執行的動畫 - 可用的動畫為 {0}。
輸入 [[finish]] 來結束動畫觸發器或 [[back]] 來回到上個頁面。", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "範圍必須是數字。", + "citizens.editors.waypoints.triggers.chat.message-added" : "已新增訊息:[[{0}]]。", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "未提供範圍。", + "citizens.editors.waypoints.triggers.chat.prompt" : "輸入聊天內容。
輸入 [[radius (radius)]] 來設置訊息廣播的範圍。
輸入 [[finish]] 來結束對話觸發器或 [[back]] 來回到上個頁面。", + "citizens.editors.waypoints.triggers.chat.radius-set" : "範圍設為 [[{0}]] 個方塊。", + "citizens.editors.waypoints.triggers.delay.prompt" : "請以[[伺服器刻]]為單位輸入延遲來使用。(20 刻 = 1 秒)", + "citizens.editors.waypoints.triggers.list" : "目前的觸發器為:{0}", + "citizens.editors.waypoints.triggers.main.exit" : "離開了航點觸發器編輯器。", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "未在編輯航點。", + "citizens.editors.waypoints.triggers.main.prompt" : "- 航點觸發器編輯器 -
輸入 [[add]] 或 [[remove]] 來編輯觸發器。
輸入 [[triggers]] 或 [[exit]] 以退出。
目前的觸發器為:{0}", + "citizens.editors.waypoints.triggers.speed.prompt" : "請以[[百分比]]輸入速度。", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "輸入的位置無效。格式為 [[world]]:[[x]]:[[y]]:[[z]]。", + "citizens.editors.waypoints.triggers.teleport.prompt" : "請以 world:x:y:z 格式輸入目的地。輸入 [[here]] 來使用您目前的位置。輸入 [[back]] 以回到編輯器。", + "citizens.editors.waypoints.wander.added-region" : "[[新增]] 可遊蕩區域於 ({0}) ([[{1}]])。", + "citizens.editors.waypoints.wander.begin" : "您進入了遊蕩航點編輯器!
輸入 [[xrange ]] 或 [[yrange ]] 以變更隨機遊蕩的範圍。輸入 [[regions]] 來進入區域編輯器。
輸入 [[delay ]] 來調整 NPC 遊蕩的間隔。 輸入 [[worldguardregion ]] 以限制 NPC 只能在特定的 WorldGuard 區域移動。", + "citizens.editors.waypoints.wander.delay-set" : "遊蕩延遲設為 [[{0}]] 刻。", + "citizens.editors.waypoints.wander.editing-regions" : "您現在正在編輯區域!
點擊[[左鍵]]以新增以該方塊為中心,xrange/yrange 為範圍的遊蕩區域。
對現有的記號點擊[[右鍵]]以移除該區域。
輸入 [[regions]] 以停止或是離開編輯器。區域必須互相重疊。", + "citizens.editors.waypoints.wander.editing-regions-stop" : "離開了區域編輯器。", + "citizens.editors.waypoints.wander.end" : "離開了遊蕩航點編輯器。", + "citizens.editors.waypoints.wander.invalid-delay" : "輸入的延遲無效。", + "citizens.editors.waypoints.wander.range-set" : "遊蕩範圍設為 xrange [[{0}]] 和 yrange [[{1}]]。", + "citizens.editors.waypoints.wander.removed-region" : "[[移除]]位於 ({0}) 的可遊蕩區域 (剩餘 [[{1}]])。", + "citizens.editors.waypoints.wander.worldguard-region-not-found" : "找不到 WorldGuard 區域。", + "citizens.editors.waypoints.wander.worldguard-region-set" : "WorldGuard 區域設為 [[{0}]]。", + "citizens.limits.over-npc-limit" : "超過 NPC 限制 {0}。", + "citizens.load-task-error" : "無法安排 NPC 載入工作,正在停用...", + "citizens.nms-errors.clearing-goals" : "無法清除目標:{0}。", + "citizens.nms-errors.error-setting-persistent" : "無法將 NPC 設為永久存在:{0}。NPC 實體可能會消失。", + "citizens.nms-errors.getting-field" : "無法取得 NMS field {0}:[[{1}。", + "citizens.nms-errors.getting-id-mapping" : "無法取得實體 ID 映射字段:{0}。", + "citizens.nms-errors.getting-method" : "無法取得 NMS 方法 {0}:[[{1}。", + "citizens.nms-errors.restoring-goals" : "無法回復目標:{0}。", + "citizens.nms-errors.spawning-custom-entity" : "無法生成自訂實體:{0}。", + "citizens.nms-errors.stopping-network-threads" : "無法停止網路執行緒:{0}。", + "citizens.nms-errors.updating-land-modifier" : "無法更新地面速度修改器:{0}。", + "citizens.nms-errors.updating-navigation-world" : "無法更新導航世界:{0}。", + "citizens.nms-errors.updating-pathfinding-range" : "無法更新尋徑範圍:{0}。", + "citizens.notifications.error-reloading" : "重新載入時發生錯誤,詳見控制台。", + "citizens.notifications.exception-updating-npc" : "更新 {0} 時發生例外狀況:{1}。", + "citizens.notifications.incompatible-version" : "v{0} 與 Minecraft v{1} 不相容 - 請試試將 Citizens 升級或降級。即將停用。", + "citizens.notifications.locale" : "使用語言 {0}。", + "citizens.notifications.metrics-load-error" : "無法開始指標:{0}。", + "citizens.notifications.missing-translations" : "語言 {0} 的翻譯文件遺失。回退為預設語言 (英文)。", + "citizens.notifications.npc-name-not-found" : "找不到 ID {0} 的名字。", + "citizens.notifications.npc-not-found" : "找不到 NPC。", + "citizens.notifications.npcs-loaded" : "已載入 {0} 名 NPC。", + "citizens.notifications.reloaded" : "Citizens 重新載入完成。", + "citizens.notifications.reloading" : "正在重新載入 Citizens...", + "citizens.notifications.reload-warning" : "警告:此指令將跳過存檔,直接從硬碟載入所有資料。請再次輸入 /citizens reload 以確認。您可以在設定中停用此警告。", + "citizens.notifications.saved" : "Citizens 已儲存。", + "citizens.notifications.saving" : "正在儲存 Citizens...", + "citizens.notifications.skipping-invalid-pose" : "跳過姿勢 {0} - 俯仰/偏移角無效 ({1})。", + "citizens.notifications.trait-load-failed" : "無法為 NPC ID:{1} 載入特徵 {0}。", + "citizens.notifications.trait-onspawn-failed" : "為 NPC ID {1} 生成特徵 {0} 時發生例外情況。", + "citizens.notifications.unknown-npc-type" : "無法辨認 NPC 類型 {0}。您是不是打錯字了?", + "citizens.saves.load-failed" : "無法載入存檔,停用中...", + "citizens.settings.writing-default" : "寫入預設設定:{0}", + "citizens.traits.age-description" : "{0} 的年齡為 [[{1}]]。鎖定為 [[{2}]]。", + "citizens.waypoints.available-providers-header" : "可用的提供者列表", + "citizens.waypoints.current-provider" : "目前的航點提供者為 [[{0}]]。", + "citizens.waypoints.set-provider" : "將航點提供者設為 [[{0}]]。" +} \ No newline at end of file diff --git a/main/src/main/resources/zh.json b/main/src/main/resources/zh.json new file mode 100644 index 000000000..46c9db38c --- /dev/null +++ b/main/src/main/resources/zh.json @@ -0,0 +1,331 @@ +{ + "citizens.changed-implementation" : "公民实现已更改,从而禁用了插件.", + "citizens.commands.citizens.save.help" : "使用 -a 标记进行异步保存.", + "citizens.commands.console-error" : "请查看控制台信息并报告此错误.", + "citizens.commands.errors.missing-world" : "没有找到世界.", + "citizens.commands.help.command-missing" : "命令 /{0} 不存在.", + "citizens.commands.help.header" : "帮助", + "citizens.commands.id-not-found" : "找不到ID为 [[{0}]] 的任何NPC.", + "citizens.commands.invalid.class" : "无效的外部命令类.", + "citizens.commands.invalid-mobtype" : "[[{0}]] 不是有效的生物类型.", + "citizens.commands.invalid-number" : "这不是有效数字.", + "citizens.commands.npc.age.cannot-be-aged" : "这种生物类型 {0} 不能设置年龄.", + "citizens.commands.npc.age.help" : "仅可用于可以成为婴儿的实体。 使用 [[-l]] 标志来锁定一段时间内的年龄(注意: 可能需要重新记录才能看到此信息).", + "citizens.commands.npc.age.invalid-age" : "无效年龄. 有效的年龄可以是 adult(成年), baby(幼年), 从 -24000 到 0 的数字.", + "citizens.commands.npc.age.locked" : "年龄已锁定.", + "citizens.commands.npc.age.set" : "[[{0}]] 年龄已设定为 [[{1}]].", + "citizens.commands.npc.age.set-adult" : "[[{0}]] 年龄已设定为成年.", + "citizens.commands.npc.age.set-baby" : "[[{0}]] 年龄已设定为幼年.", + "citizens.commands.npc.age.set-normal" : "[[{0}]] 年龄已设定为 [[{1}]].", + "citizens.commands.npc.age.unlocked" : "年龄已解锁.", + "citizens.commands.npc.anchor.added" : "已添加锚点.", + "citizens.commands.npc.anchor.already-exists" : "锚点 [[{0}]] 已经存在.", + "citizens.commands.npc.anchor.invalid-name" : "无效的锚点名称.", + "citizens.commands.npc.anchor.missing" : "锚点 [[{0}]] 不存在.", + "citizens.commands.npc.anchor.removed" : "锚点已删除.", + "citizens.commands.npc.bee.anger-set" : "愤怒 设置为 [[{0}]].", + "citizens.commands.npc.bee.bee-stung" : "[[{0}]] 现在会蜇刺.", + "citizens.commands.npc.bee.has-nectar" : "[[{0}]] 有花蜜.", + "citizens.commands.npc.bee.invalid-anger" : "愤怒值应该是0以上.", + "citizens.commands.npc.bee.no-nectar" : "[[{0}]] 没有花蜜.", + "citizens.commands.npc.bee.not-stung" : "[[{0}]] 不再会蜇刺.", + "citizens.commands.npc.cat.collar-color-set" : "猫的颜色设置为 [[{0}]].", + "citizens.commands.npc.cat.invalid-collar-color" : "指定的猫颜色无效. 有效类型为 [[{0}]].", + "citizens.commands.npc.cat.invalid-type" : "指定的类型无效. 有效类型为 [[{0}]].", + "citizens.commands.npc.cat.lying-start" : "[[{0}]] 躺下了.", + "citizens.commands.npc.cat.lying-stop" : "[[{0}]] 起来了.", + "citizens.commands.npc.cat.sitting-start" : "[[{0}]] 坐下了.", + "citizens.commands.npc.cat.sitting-stop" : "[[{0}]] 起来了.", + "citizens.commands.npc.cat.type-set" : "类型设置为 [[{0}]].", + "citizens.commands.npc.collidable.set" : "[[{0}]] 将能够与实体碰撞.", + "citizens.commands.npc.collidable.unset" : "[[{0}]] 将不再与实体碰撞.", + "citizens.commands.npc.command.command-added" : "添加了命令 [[{0}]], ID是 [[{1}]].", + "citizens.commands.npc.command.command-removed" : "删除了命令 [[{0}]].", + "citizens.commands.npc.command.left-hand-header" : "[[左键点击]] 执行命令:", + "citizens.commands.npc.command.none-added" : "尚未添加任何命令.", + "citizens.commands.npc.command.right-hand-header" : "[[右键点击]] 执行命令:", + "citizens.commands.npc.command.unknown-id" : "此NPC的命令ID [[{0}]] 未知.", + "citizens.commands.npc.controllable.not-controllable" : "[[{0}]] 不能控制.", + "citizens.commands.npc.controllable.removed" : "[[{0}]] 不再受控制.", + "citizens.commands.npc.controllable.set" : "[[{0}]] 现在可以控制.", + "citizens.commands.npc.copy.copied" : "[[{0}]] 已复制.", + "citizens.commands.npc.create.invalid-location" : "无法解析或没有找到出生点.", + "citizens.commands.npc.create.invalid-mobtype" : "[[{0}]] 不是有效的生物类型.", + "citizens.commands.npc.create.mobtype-missing" : "[[{0}]] 不是支持的 NPC 生物类型.", + "citizens.commands.npc.create.no-player-for-spawn" : "找不到用来生成NPC的玩家名.", + "citizens.commands.npc.create.npc-name-too-long" : "NPC 名称不能超过 16 个字符, 这个名称已被截断.", + "citizens.commands.npc.despawn.despawned" : "[[{0}]] 被取消生成.", + "citizens.commands.npc.flyable.set" : "[[{0}]] 现在可以飞行.", + "citizens.commands.npc.flyable.unset" : "[[{0}]] 不能飞行了.", + "citizens.commands.npc.follow.set" : "[[{0}]] 正在跟随 [[{1}]].", + "citizens.commands.npc.follow.unset" : "[[{0}]] 已停止跟随.", + "citizens.commands.npc.fox.crouching-set" : "[[{0}]] 蹲下了.", + "citizens.commands.npc.fox.crouching-unset" : "[[{0}]] 不再蹲下.", + "citizens.commands.npc.fox.fox-type-set" : "类型设置为 [[{0}]].", + "citizens.commands.npc.fox.invalid-fox-type" : "指定的狐狸类型无效, 有效的类型为 [[{0}]].", + "citizens.commands.npc.fox.sitting-set" : "[[{0}]] 坐下了.", + "citizens.commands.npc.fox.sitting-unset" : "[[{0}]] 不再坐下.", + "citizens.commands.npc.fox.sleeping-set" : "[[{0}]] 现在在睡觉.", + "citizens.commands.npc.fox.sleeping-unset" : "[[{0}]] 醒了.", + "citizens.commands.npc.gamemode.describe" : "{0} 的游戏模式为 [[{1}]].", + "citizens.commands.npc.gamemode.invalid" : "{0} 不是有效的游戏模式.", + "citizens.commands.npc.gamemode.set" : "游戏模式设置为 [[{0}]].", + "citizens.commands.npc.glowing.color-set" : "[[{0}]] 的高亮颜色已设置为 {1}]].", + "citizens.commands.npc.glowing.player-only" : "只能为玩家类型的NPC更改发光颜色.", + "citizens.commands.npc.glowing.set" : "[[{0}]] 已高亮.", + "citizens.commands.npc.glowing.unset" : "[[{0}]] 不再高亮.", + "citizens.commands.npc.gravity.disabled" : "重力 [[已禁用]].", + "citizens.commands.npc.gravity.enabled" : "重力 [[已启用]].", + "citizens.commands.npc.guardian.elder-set" : "[[{0}]] 现在是监护人.", + "citizens.commands.npc.guardian.elder-unset" : "[[{0}]] 不再是监护人.", + "citizens.commands.npc.horse.chest-set" : "这匹马现在托着箱子.", + "citizens.commands.npc.horse.chest-unset" : "这匹马现在没有箱子了.", + "citizens.commands.npc.horse.color-set" : "这匹马的颜色已设置为 [[{0}]].", + "citizens.commands.npc.horse.describe" : "这匹马的颜色是 [[{0}]], 类型是 [[{1}]], 样式是 [[{2}]].", + "citizens.commands.npc.horse.invalid-color" : "指定的马匹颜色无效, 有效的颜色是: [[{0}]].", + "citizens.commands.npc.horse.invalid-style" : "指定的马匹样式无效, 有效的样式是: [[{0}]].", + "citizens.commands.npc.horse.invalid-type" : "指定的马匹类型无效, 有效的类型是: [[{0}]].", + "citizens.commands.npc.horse.style-set" : "这匹马的样式已设置为 [[{0}]].", + "citizens.commands.npc.item.item-set" : "NPC 物品设置为 [[{0}]].", + "citizens.commands.npc.item.unknown-material" : "未知材料.", + "citizens.commands.npc.leashable.set" : "[[{0}]] 现在可以牵引.", + "citizens.commands.npc.leashable.stopped" : "[[{0}]] 不再可以牵引.", + "citizens.commands.npc.llama.color-set" : "羊驼颜色设置为 [[{0}]].", + "citizens.commands.npc.llama.invalid-color" : "指定了无效的羊驼颜色. 有效的颜色是: [[{0}]].", + "citizens.commands.npc.llama.strength-set" : "羊驼负重设置为 [[{0}]].", + "citizens.commands.npc.lookclose.error-random-range" : "范围 [[{0}]] 无效. 使用格式: `最小值,最大值`.", + "citizens.commands.npc.lookclose.random-look-delay-set" : "[[{0}]] 的随机视线延迟设置为 [[{1}]] 刻.", + "citizens.commands.npc.lookclose.random-pitch-range-set" : "[[{0}]] 的随机俯仰角选择范围设置为 [{1}].", + "citizens.commands.npc.lookclose.random-set" : "[[{0}]] 现在将随机环顾四周.", + "citizens.commands.npc.lookclose.random-stopped" : "[[{0}]] 不再会随机环顾四周.", + "citizens.commands.npc.lookclose.random-yaw-range-set" : "[[{0}]] 的随机偏航角选择范围设置为 [{1}].", + "citizens.commands.npc.lookclose.set" : "[[{0}]] 现在可以看向附近的玩家.", + "citizens.commands.npc.lookclose.stopped" : "[[{0}]] 现在不会看向任何玩家.", + "citizens.commands.npc.metadata.set" : "[[{0}]] 已设置为 [[{1}]].", + "citizens.commands.npc.metadata.unset" : "[[{{0}}]] 已从 [[{1}]] 中删除了.", + "citizens.commands.npc.minecart.set" : "[[{0}]] 现在有了物品 [[{1}]]:[[{2}]] 在偏移处 [[{3}]].", + "citizens.commands.npc.mount.failed" : "无法挂载 [[{0}]].", + "citizens.commands.npc.mount.must-be-spawned" : "无法挂载 [[{0}]]. 确保目标NPC ID正确且已生成.", + "citizens.commands.npc.moveto.format" : "坐标格式为: x:y:z(:world) or x y z( world).", + "citizens.commands.npc.moveto.teleported" : "[[{0}]] 传送到 [[{1}]].", + "citizens.commands.npc.mushroomcow.invalid-variant" : "无效的变种, 有效值为: [[{0}]].", + "citizens.commands.npc.mushroomcow.variant-set" : "[[{0}]] 的变种类型设置为 [[{1}]].", + "citizens.commands.npc.ocelot.invalid-type" : "无效的豹猫类型, 有效的类型是: [[{0}]].", + "citizens.commands.npc.owner.already-owner" : "{0} 已经是 [[{1}]] 的所有者.", + "citizens.commands.npc.owner.owner" : "[[{0}]] 的所有者是 [[{1}]].", + "citizens.commands.npc.owner.set" : "[[{1}]] 现在是 [[{0}]] 的所有者.", + "citizens.commands.npc.owner.set-server" : "[[The server]] 现在是 [[{0}]] 的所有者.", + "citizens.commands.npc.panda.hidden-gene-set" : "隐性基因设置为 [[{0}]].", + "citizens.commands.npc.panda.invalid-gene" : "无效的基因, 有的基因为 [[{0}]].", + "citizens.commands.npc.panda.main-gene-set" : "显性基因设置为 [[{0}]].", + "citizens.commands.npc.parrot.invalid-variant" : "无效的鹦鹉变体, 有效的鹦鹉变体是 [[{0}]].", + "citizens.commands.npc.parrot.variant-set" : "鹦鹉变体设置为 [[{0}]].", + "citizens.commands.npc.passive.set" : "[[{0}]] 现在是被动攻击型.", + "citizens.commands.npc.passive.unset" : "[[{0}]] 现在是主动攻击型.", + "citizens.commands.npc.pathfindingrange.set" : "寻路范围设置为 [[{0}]].", + "citizens.commands.npc.pathopt.attack-range-set" : "[[{0}]] 的攻击范围设置为 [[{1}]].", + "citizens.commands.npc.pathopt.avoid-water-set" : "[[{0}]] 现在会避开水.", + "citizens.commands.npc.pathopt.avoid-water-unset" : "[[{0}]] 不再避开水.", + "citizens.commands.npc.pathopt.distance-margin-set" : "[[{0}]] 的寻路距离容差设置为 [[{1}]].", + "citizens.commands.npc.pathopt.path-distance-margin-set" : "[[{0}]] 的寻路路径裕度设置为 [[{1}]].", + "citizens.commands.npc.pathopt.stationary-ticks-set" : "[[{0}]] 的静止时间已设置为 [[{1}]] 刻.", + "citizens.commands.npc.phantom.phantom-set" : "尺寸设置为 [[{0}]].", + "citizens.commands.npc.playerlist.added" : "已把 [[{0}]] 添加到玩家列表.", + "citizens.commands.npc.playerlist.removed" : "已从玩家列表中删除了 [[{0}]].", + "citizens.commands.npc.pose.added" : "姿态已添加.", + "citizens.commands.npc.pose.already-exists" : "姿态 [[{0}]] 已存在.", + "citizens.commands.npc.pose.invalid-name" : "无效的姿态名称.", + "citizens.commands.npc.pose.missing" : "姿态 [[{0}]] 不存在.", + "citizens.commands.npc.pose.removed" : "姿态已删除.", + "citizens.commands.npc.powered.set" : "[[{0}]] 现在已通电.", + "citizens.commands.npc.powered.stopped" : "[[{0}]] 现在未通电.", + "citizens.commands.npc.profession.invalid-profession" : "[[{0}]] 无效的职业, 有效的职业是: [[{1}]].", + "citizens.commands.npc.profession.set" : "[[{0}]] 现在是 [[{1}]].", + "citizens.commands.npc.pufferfish.state-set" : "状态设置为 [[{0}]].", + "citizens.commands.npc.rabbittype.invalid-type" : "无效的兔子类型, 请尝试设置为以下之一: [[{0}]].", + "citizens.commands.npc.rabbittype.type-set" : "[[{0}]] 的兔子类型已设置为 [[{1}]]", + "citizens.commands.npc.remove.npcs-removed" : "一些NPC已被删除.", + "citizens.commands.npc.remove.removed" : "已永久删除 [[{0}]].", + "citizens.commands.npc.remove.removed-all" : "已永久删除所有NPC.", + "citizens.commands.npc.rename.renamed" : "已把 [[{0}]] 的名称改为 [[{1}]].", + "citizens.commands.npc.respawn.delay-set" : "重生延迟设置为 [[{0}]].", + "citizens.commands.npc.respawn.describe" : "当前重生延迟是 [[{0}]].", + "citizens.commands.npc.select.already-selected" : "你已经选择了这个NPC.", + "citizens.commands.npc.sheep.color-set" : "羊的颜色设置为 [[{0}]].", + "citizens.commands.npc.sheep.invalid-color" : "无效的颜色, 有效的颜色是: [[{0}]].", + "citizens.commands.npc.shulker.color-set" : "[[{0}]] 的颜色设置为 [[{1}]].", + "citizens.commands.npc.shulker.invalid-color" : "无效的潜影贝颜色值, 有效的颜色是: [[{0}]].", + "citizens.commands.npc.shulker.peek-set" : "[[{0}]] 外壳打开度设置为 [[{1}]].", + "citizens.commands.npc.size.description" : "[[{0}]]' 的尺寸是 [[{1}]].", + "citizens.commands.npc.size.set" : "[[{0}]] 的尺寸设置为 [[{1}]].", + "citizens.commands.npc.skeletontype.invalid-type" : "无效的骨架类型. 请尝试以下值之一: [[{0}]].", + "citizens.commands.npc.skeletontype.set" : "{0} 骨架类型设置为 [[{1}]].", + "citizens.commands.npc.skin.cleared" : "[[{0}]] 的皮肤名称已清除.", + "citizens.commands.npc.skin.layers-set" : "[[{0}]] 的皮肤层: 肩胛 - [[{1}]], 头部 - [[{2}]], 上衣 - [[{3}]], 袖子 - [[{4}]], 裤子 - [[{5}]].", + "citizens.commands.npc.skin.missing-skin" : "必须提供皮肤名称.", + "citizens.commands.npc.skin.set" : "[[{0}]] 的皮肤名称设置为 [[{1}]].", + "citizens.commands.npc.sound.info" : "[[{0}]] 的声音: 环境 - [[{1}]], 被攻击 - [[{2}]], 死亡 - [[{3}]].\r\n有效的声音是 {4}.", + "citizens.commands.npc.sound.invalid-sound" : "无效的声音.", + "citizens.commands.npc.sound.set" : "[[{0}]] 现在的声音是: 环境 - [[{1}]], 被攻击 - [[{2}]], 死亡 - [[{3}]].", + "citizens.commands.npc.spawn.already-spawned" : "[[{0}]] 已经在另一个位置生成. 使用 ''/npc tphere'' 把它传送到这里来.", + "citizens.commands.npc.spawn.missing-npc-id" : "不存在ID为 {0} 的NPC.", + "citizens.commands.npc.spawn.no-location" : "没有可用的位置信息 - 必须在游戏中使用这个命令.", + "citizens.commands.npc.spawn.spawned" : "生成了 [[{0}]].", + "citizens.commands.npc.speed.set" : "NPC 速度设置为 [[{0}]].", + "citizens.commands.npc.swim.set" : "[[{0}]] 现在可以在水里游泳.", + "citizens.commands.npc.swim.unset" : "[[{0}]] 现在不能在水里游泳.", + "citizens.commands.npc.targetable.set" : "[[{0}]] 现在可以被生物作为目标(可以吸引仇恨).", + "citizens.commands.npc.targetable.unset" : "[[{0}]] 现在不能作为生物的目标(不能吸引仇恨).", + "citizens.commands.npc.tphere.teleported" : "[[{0}]] 被传送到你的位置.", + "citizens.commands.npc.tp.location-not-found" : "找不到目标NPC的位置.", + "citizens.commands.npc.tp.teleported" : "传送到 [[{0}]].", + "citizens.commands.npc.tpto.from-not-found" : "找不到源实体.", + "citizens.commands.npc.tpto.success" : "传送成功.", + "citizens.commands.npc.tpto.to-not-found" : "找不到目标实体.", + "citizens.commands.npc.tropicalfish.body-color-set" : "身体颜色设置为 [[{0}]].", + "citizens.commands.npc.tropicalfish.invalid-color" : "无效的鱼颜色, 有效的颜色是: [[{0}]]", + "citizens.commands.npc.tropicalfish.invalid-pattern" : "无效的鱼图案, 有效的图案是: [[{0}]]", + "citizens.commands.npc.tropicalfish.pattern-color-set" : "图案颜色设置为 [[{0}]].", + "citizens.commands.npc.tropicalfish.pattern-set" : "图案设置为 [[{0}]].", + "citizens.commands.npc.type.invalid" : "[[{0}]] 是无效的类型.", + "citizens.commands.npc.type.set" : "[[{0}]] 的类型设置为 [[{1}]].", + "citizens.commands.npc.villager.invalid-type" : "无效的村民类型. 有效的类型是: [[{0}]].", + "citizens.commands.npc.villager.level-set" : "等级设置为 [[{0}]].", + "citizens.commands.npc.villager.type-set" : "类型设置为 [[{0}]].", + "citizens.commands.npc.vulnerable.set" : "[[{0}]] 现在容易受伤.", + "citizens.commands.npc.vulnerable.stopped" : "[[{0}]] 不再容易受伤.", + "citizens.commands.npc.wolf.collar-color-unsupported" : "[[{0}]] 不是可以在狼项圈上使用的RGB颜色代码.", + "citizens.commands.npc.wolf.unknown-collar-color" : "[[{0}]] 不是RGB颜色格式或有效的项圈颜色.", + "citizens.commands.page-missing" : "页 [[{0}]] 不存在.", + "citizens.commands.requirements.disallowed-mobtype" : "这个命令不能使用在生物类型为 [[{0}]] 的NPC上.", + "citizens.commands.requirements.living-entity" : "NPC必须是有生命的实体.", + "citizens.commands.requirements.missing-permission" : "你无权执行这个命令.", + "citizens.commands.requirements.missing-required-trait" : "缺少必须的特征 [[{0}]].", + "citizens.commands.requirements.must-be-ingame" : "必须在游戏里才能使用这个命令.", + "citizens.commands.requirements.must-be-owner" : "你必须是这个NPC的所有者才能执行这个命令.", + "citizens.commands.requirements.must-have-selected" : "你必须选择一个NPC才能执行这个命令.", + "citizens.commands.requirements.too-few-arguments" : "参数太少.", + "citizens.commands.requirements.too-many-arguments" : "参数太多.", + "citizens.commands.template.applied" : "模板已应用于 [[{0}]] NPC.", + "citizens.commands.template.conflict" : "这个模板名称已存在.", + "citizens.commands.template.created" : "模板已创建.", + "citizens.commands.template.delete.deleted" : "模板 [[{0}]] 已删除.", + "citizens.commands.template.list.header" : "]]可用模板[[:]]", + "citizens.commands.template.missing" : "找不到模板.", + "citizens.commands.trait.added" : "已成功添加 {0}.", + "citizens.commands.traitc.missing" : "找不到特征.", + "citizens.commands.traitc.not-configurable" : "该特征是不可配置的.", + "citizens.commands.traitc.not-on-npc" : "没有这个特征.", + "citizens.commands.trait.failed-to-add" : "<7>无法添加 {0}.", + "citizens.commands.trait.failed-to-change" : "<7>无法更改 {0}.", + "citizens.commands.trait.failed-to-remove" : "<7>无法删除 {0}.", + "citizens.commands.trait.removed" : "已成功删除 {0}.", + "citizens.commands.unknown-command" : "未知命令, 你是否要使用:", + "citizens.commands.waypoints.opendoors.disabled" : "[[{0}]] 寻路时不再打开门.", + "citizens.commands.waypoints.opendoors.enabled" : "[[{0}]] 现在将在寻路时打开门.", + "citizens.commands.wolf.traits-updated" : "[[{0}]] 的特征已更新. 愤怒:[[{1}]], 坐着:[[{2}]], 已驯服:[[{3}]], 项圈颜色:[[{4}]]", + "citizens.conversations.selection.invalid-choice" : "[[{0}]] 不是有效的选项.", + "citizens.economy.minimum-cost-required" : "至少需要 [[{0}]].", + "citizens.economy.money-withdrawn" : "为你的NPC收回 [[{0}]].", + "citizens.editors.already-in-editor" : "你已经打开了编辑器!", + "citizens.editors.copier.begin" : "进入了NPC复印机!
单击任意位置以复制当前选定的NPC.", + "citizens.editors.copier.end" : "退出了NPC复印机.", + "citizens.editors.equipment.begin" : "进入了装备编辑器!
[[右键点击]] 为NPC设置装备!", + "citizens.editors.equipment.end" : "退出了装备编辑器.", + "citizens.editors.equipment.saddled-set" : "[[{0}]] 已经装备了马鞍.", + "citizens.editors.equipment.saddled-stopped" : "[[{0}]] 不再装备马鞍.", + "citizens.editors.equipment.sheared-set" : "[[{0}]] 身上光秃秃的.", + "citizens.editors.equipment.sheared-stopped" : "[[{0}]] 身上不再是光秃秃的.", + "citizens.editors.equipment.sheep-coloured" : "[[{0}]] 现在是彩色的 [[{1}]].", + "citizens.editors.selection.start-prompt" : "有多个相同名称的NPC.
请输入下列编号以选择这个NPC.", + "citizens.editors.text.added-entry" : "[[添加了]] 条目 [[{0}]].", + "citizens.editors.text.add-prompt" : "请输入文字以添加到NPC.", + "citizens.editors.text.begin" : "进入了文本编辑器! 输入 ''exit'' 退出编辑器.", + "citizens.editors.text.change-page-prompt" : "输入页码查看更多文本条目.", + "citizens.editors.text.close-talker-set" : "[[近距离说话]] 设置为 [[{0}]].", + "citizens.editors.text.delay-set" : "[[延迟]] 设置为 [[{0}]] 刻.", + "citizens.editors.text.end" : "退出了文本编辑器.", + "citizens.editors.text.invalid-delay" : "无效延迟.", + "citizens.editors.text.invalid-edit-type" : "无效的编辑类型.", + "citizens.editors.text.invalid-index" : "[[{0}]] 无效索引!", + "citizens.editors.text.invalid-input" : "无效输入.", + "citizens.editors.text.invalid-page" : "无效页码.", + "citizens.editors.text.invalid-range" : "无效范围.", + "citizens.editors.text.random-talker-set" : "[[随机说话]] 设置为 [[{0}]].", + "citizens.editors.text.range-set" : "[[范围]] 设置为 [[{0}]].", + "citizens.editors.text.realistic-looking-set" : "[[仿真视线]] 设置为 [[{0}]].", + "citizens.editors.text.talk-item-set" : "[[Talk item pattern]] 设置为 [[{0}]].", + "citizens.editors.waypoints.guided.added-available" : "添加一个 [[目标]] 航点. 这将为NPC提供行动路径.", + "citizens.editors.waypoints.guided.added-guide" : "添加一个 [[导航]] 航点. 这将引导NPC到达目的地.", + "citizens.editors.waypoints.guided.already-taken" : "这里已经有一个航路点.", + "citizens.editors.waypoints.guided.begin" : "进入了导航点编辑器!
[[左键点击]] 添加一个导航点, [[右键点击]] 一个现存的导航点以删除.
[[Shift+左键]] 添加一个目标航点.
输入 [[toggle path]] 打开或关闭在导航点上显示实体.", + "citizens.editors.waypoints.guided.end" : "退出了导航点编辑器.", + "citizens.editors.waypoints.linear.added-waypoint" : " 向 ({0}) [[添加了]] 一个导航点: ([[{1}]], [[{2}]])", + "citizens.editors.waypoints.linear.begin" : "进入线性航点编辑器!
[[左键点击]] 添加一个航点, [[右键点击]] 删除一个航点.
输入 [[toggle path]] 切换航点上的实体显示, [[triggers]] 进入触发器编辑器, [[clear]] 清除所有航点.", + "citizens.editors.waypoints.linear.end" : "退出了线性航点编辑器.", + "citizens.editors.waypoints.linear.not-showing-markers" : "[[停止了]] 显示航点标记.", + "citizens.editors.waypoints.linear.range-exceeded" : "上一个航路点距离 {0} 个块, 但距离限制为 {1}.", + "citizens.editors.waypoints.linear.removed-waypoint" : "[[删除了]] 一个航点 ([[{0}]] 剩余) ([[{1}]])", + "citizens.editors.waypoints.linear.showing-markers" : "[[显示]] 航点标记.", + "citizens.editors.waypoints.linear.waypoints-cleared" : "已清除航点.", + "citizens.editors.waypoints.triggers.add.added" : "成功添加了航点触发器({0}).", + "citizens.editors.waypoints.triggers.add.invalid-trigger" : "无法创建这个名称的航点触发器 [[{0}]].", + "citizens.editors.waypoints.triggers.add.prompt" : "输入名称以添加一个触发器, 或者输入 [[back]] 返回到编辑提示. 有效的触发器名称是 {0}.", + "citizens.editors.waypoints.triggers.animation.added" : "添加了动画 [[{0}]].", + "citizens.editors.waypoints.triggers.animation.invalid-animation" : "无效的动画 [[{0}]]. 有效的动画是 {1}.", + "citizens.editors.waypoints.triggers.animation.prompt" : "输入要执行的动画 - 有效的动画是 {0}.
输入 [[finish]] 完成动画触发器, 或者输入 [[back]] 返回到上一个提示.", + "citizens.editors.waypoints.triggers.chat.invalid-radius" : "半径必须是一个数字.", + "citizens.editors.waypoints.triggers.chat.missing-radius" : "没有提供半径.", + "citizens.editors.waypoints.triggers.chat.prompt" : "输入聊天内容.
输入 [[radius (radius)]] 设置半径以广播消息.
输入 [[finish]] 完成聊天触发器, 或者输入 [[back]] 返回到上一个提示.", + "citizens.editors.waypoints.triggers.delay.prompt" : "输入延迟 [[服务器刻]]. (20 刻 = 1 秒)", + "citizens.editors.waypoints.triggers.list" : "当前触发器是:{0}", + "citizens.editors.waypoints.triggers.main.exit" : "退出了航点触发器编辑器.", + "citizens.editors.waypoints.triggers.main.missing-waypoint" : "没有编辑航点.", + "citizens.editors.waypoints.triggers.main.prompt" : "- 航点触发器编辑器 -
输入 [[add]] 或者 [[remove]] 编辑触发器.
输入 [[triggers]] 或者 [[exit]] 退出编辑器.
当前触发器是:{0}", + "citizens.editors.waypoints.triggers.speed.prompt" : "输入基本速度的 [[百分比]] 以修改速度.", + "citizens.editors.waypoints.triggers.teleport.invalid-format" : "指定的位置无效. 格式是 [[world]]:[[x]]:[[y]]:[[z]].", + "citizens.editors.waypoints.triggers.teleport.prompt" : "输入格式为 world:x:y:z 的目的位置. 输入 [[here]] 使用你当前的位置. 输入 [[back]] 返回到编辑提示.", + "citizens.editors.waypoints.wander.added-region" : "[[添加了]]漫游区域 ({0}) ([[{1}]]).", + "citizens.editors.waypoints.wander.begin" : "进入了漫游航点编辑器.
输入 [[xrange ]] 或 [[yrange ]] 修改随机漫游范围. 输入 [[regions]] 进入区域编辑器.", + "citizens.editors.waypoints.wander.delay-set" : "漫游器之间的延迟时间设置为 [[{{0}]] 刻.", + "citizens.editors.waypoints.wander.editing-regions" : "现在编辑区域!
[[左键点击]] 添加一个以这个方块中心, xrange/yrange 为范围的的漫游区域.
[[右键点击]] 现有标记以删除该区域.
输入 [[regions]] 停止或退出编辑器. 区域应该相互重叠.", + "citizens.editors.waypoints.wander.end" : "退出了漫游航点编辑器.", + "citizens.editors.waypoints.wander.invalid-delay" : "指定了无效的延迟.", + "citizens.editors.waypoints.wander.range-set" : "漫游范围设置为 x范围[[{{0}]] 和 y范围[[{{1}]].", + "citizens.editors.waypoints.wander.removed-region" : "[[删除了]]漫游区域 ({0}) ([[{1}]] 剩余的).", + "citizens.limits.over-npc-limit" : "超过NPC限制 {0}.", + "citizens.load-task-error" : "无法安排NPC加载任务,正在禁用...", + "citizens.nms-errors.clearing-goals" : "无法清除目标: {0}.", + "citizens.nms-errors.error-setting-persistent" : "无法把NPC设置为永久的: {0}. NPC实体可能会消失.", + "citizens.nms-errors.getting-field" : "无法获取NMS字段 {0}: [[{1}.", + "citizens.nms-errors.getting-id-mapping" : "无法获取实体ID映射字段: {0}.", + "citizens.nms-errors.getting-method" : "无法获取NMS方法 {0}: [[{1}.", + "citizens.nms-errors.spawning-custom-entity" : "无法生成自定义实体: {0}.", + "citizens.nms-errors.stopping-network-threads" : "无法停止网络线程: {0}.", + "citizens.nms-errors.updating-land-modifier" : "无法更新地面速度修改器: {0}.", + "citizens.nms-errors.updating-navigation-world" : "无法更新导航世界: {0}.", + "citizens.nms-errors.updating-pathfinding-range" : "无法更新寻路范围: {0}.", + "citizens.notifications.error-reloading" : "重新加载时发生错误, 请参阅控制台.", + "citizens.notifications.exception-updating-npc" : "更新时发生异常 {0}: {1}.", + "citizens.notifications.incompatible-version" : "v{0} 与 Minecraft v{1}不兼容 - 尝试升级或降级Citizens, 正在禁用。", + "citizens.notifications.locale" : "使用地区 {0}.", + "citizens.notifications.metrics-load-error" : "无法启动指标系统: {0}.", + "citizens.notifications.missing-translations" : "缺少 {0} 的语言翻译文件.", + "citizens.notifications.npc-name-not-found" : "找不到ID为 {0} 的名称.", + "citizens.notifications.npc-not-found" : "找不到NPC.", + "citizens.notifications.npcs-loaded" : "已载入 {0} 个NPC.", + "citizens.notifications.reloaded" : "Citizens 已重载.", + "citizens.notifications.reloading" : "正在重载 Citizens...", + "citizens.notifications.saved" : "Citizens 已保存.", + "citizens.notifications.saving" : "保存 Citizens...", + "citizens.notifications.skipping-invalid-pose" : "跳过姿态 {0} - 无效的偏航度/俯仰角 ({1}).", + "citizens.notifications.trait-load-failed" : "无法载入特征 {0} 到 NPC ID: {1}.", + "citizens.notifications.trait-onspawn-failed" : "生成特征到 {0} NPC ID {1} 时发生异常.", + "citizens.notifications.unknown-npc-type" : "无法识别NPC类型 {0}. 拼写是否正确?", + "citizens.saves.load-failed" : "无法载入存档, 禁用中...", + "citizens.settings.writing-default" : "写入默认设置: {0}", + "citizens.traits.age-description" : "{0} 的年龄是 [[{1}]]. 锁定为 [[{2}]].", + "citizens.waypoints.available-providers-header" : "可用的提供者列表", + "citizens.waypoints.current-provider" : "当前的航点提供者是 [[{0}]].", + "citizens.waypoints.set-provider" : "将航点提供者设置为 [[{0}]]." +} \ No newline at end of file