mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-15 13:33:54 +00:00
Further translations
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
"worldedit.biomeinfo.selection.singular": "Biome in your selection: {0}",
|
||||
"worldedit.biomeinfo.selection.plural": "Biomes in your selection: {0}",
|
||||
|
||||
"worldedit.bruch.radius-too-large": "Maximum allowed brush radius: {0}",
|
||||
"worldedit.brush.apply.description": "Apply brush, apply a function to every block",
|
||||
"worldedit.brush.apply.radius": "The size of the brush",
|
||||
"worldedit.brush.apply.shape": "The shape of the region",
|
||||
@ -58,6 +59,13 @@
|
||||
"worldedit.toggleplace.player": "Now placing at the block you stand in.",
|
||||
"worldedit.searchitem.too-short": "Enter a longer search string (len > 2).",
|
||||
"worldedit.searchitem.b-and-i": "You cannot use both the 'b' and 'i' flags simultaneously.",
|
||||
"worldedit.watchdog.no-hook": "This platform has no watchdog hook.",
|
||||
"worldedit.watchdog.already-active": "Watchdog hook already active.",
|
||||
"worldedit.watchdog.already-inactive": "Watchdog hook already inactive.",
|
||||
"worldedit.watchdog.now-active": "Watchdog hook now active.",
|
||||
"worldedit.watchdog.now-inactive": "Watchdog hook now inactive.",
|
||||
"worldedit.world.remove": "Removed world override.",
|
||||
"worldedit.world.set": "Set the world override to {0}. (Use //world to go back to default)",
|
||||
|
||||
"worldedit.undo.undone": "Undid {0} available edits.",
|
||||
"worldedit.undo.none": "Nothing left to undo.",
|
||||
@ -82,6 +90,15 @@
|
||||
|
||||
"worldedit.snapshot.use.newest": "Now using newest snapshot.",
|
||||
|
||||
"worldedit.schematic.unknown-format": "Unknown schematic format: {0}.",
|
||||
"worldedit.schematic.load.does-not-exist": "Schematic {0} does not exist!",
|
||||
"worldedit.schematic.save.already-exists": "That schematic already exists. Use the -f flag to overwrite it.",
|
||||
"worldedit.schematic.save.failed-directory": "Could not create folder for schematics!",
|
||||
"worldedit.schematic.delete.does-not-exist": "Schematic {0} does not exist!",
|
||||
"worldedit.schematic.delete.failed": "Deletion of {0} failed! Is it read-only?",
|
||||
"worldedit.schematic.delete.deleted": "{0} has been deleted.",
|
||||
"worldedit.schematic.formats.title": "Available clipboard formats (Name: Lookup names)",
|
||||
|
||||
"worldedit.drain.drained.singular": "{0} block has been drained.",
|
||||
"worldedit.drain.drained.plural": "{0} blocks have been drained.",
|
||||
"worldedit.fill.created.singular": "{0} block has been filled.",
|
||||
@ -125,6 +142,39 @@
|
||||
|
||||
"worldedit.set.done": "Operation completed.",
|
||||
"worldedit.set.done.verbose": "Operation completed ({0}).",
|
||||
"worldedit.line.changed.singular": "{0} block has been changed.",
|
||||
"worldedit.line.changed.plural": "{0} blocks have been changed.",
|
||||
"worldedit.line.cuboid-only": "//line only works with cuboid selections",
|
||||
"worldedit.curve.changed.singular": "{0} block has been changed.",
|
||||
"worldedit.curve.changed.plural": "{0} blocks have been changed.",
|
||||
"worldedit.curve.convex-only": "//curve only works with convex polyhedral selections",
|
||||
"worldedit.replace.replaced.singular": "{0} block has been replaced.",
|
||||
"worldedit.replace.replaced.plural": "{0} blocks have been replaced.",
|
||||
"worldedit.stack.changed.singular": "{0} block changed. Undo with //undo",
|
||||
"worldedit.stack.changed.plural": "{0} blocks changed. Undo with //undo",
|
||||
"worldedit.regen.regenerated": "Region regenerated.",
|
||||
"worldedit.walls.changed.singular": "{0} block has been changed.",
|
||||
"worldedit.walls.changed.plural": "{0} blocks have been changed.",
|
||||
"worldedit.faces.changed.singular": "{0} block has been changed.",
|
||||
"worldedit.faces.changed.plural": "{0} blocks have been changed.",
|
||||
"worldedit.overlay.overlaid.singular": "{0} block has been overlaid.",
|
||||
"worldedit.overlay.overlaid.plural": "{0} blocks have been overlaid.",
|
||||
"worldedit.naturalize.naturalized.singular": "{0} block has been made to look more natural.",
|
||||
"worldedit.naturalize.naturalized.plural": "{0} block(s) have been made to look more natural.",
|
||||
"worldedit.center.changed.singular": "Center set. ({0} block changed)",
|
||||
"worldedit.center.changed.plural": "Center set. ({0} blocks changed)",
|
||||
"worldedit.smooth.changed.singular": "Terrain's height map smoothed. {0} block changed.",
|
||||
"worldedit.smooth.changed.plural": "Terrain's height map smoothed. {0} blocks changed.",
|
||||
"worldedit.move.moved.singular": "{0} block moved.",
|
||||
"worldedit.move.moved.plural": "{0} blocks moved.",
|
||||
"worldedit.deform.deformed.singular": "{0} block has been deformed.",
|
||||
"worldedit.deform.deformed.plural": "{0} blocks have been deformed.",
|
||||
"worldedit.hollow.changed.singular": "{0} block has been changed.",
|
||||
"worldedit.hollow.changed.plural": "{0} blocks have been changed.",
|
||||
"worldedit.forest.created.singular": "{0} tree created.",
|
||||
"worldedit.forest.created.plural": "{0} trees created.",
|
||||
"worldedit.flora.created.singular": "{0} flora created.",
|
||||
"worldedit.flora.created.plural": "{0} flora created.",
|
||||
|
||||
"worldedit.unstuck.moved": "There you go!",
|
||||
"worldedit.ascend.obstructed": "No free spot above you found.",
|
||||
@ -194,5 +244,7 @@
|
||||
"worldedit.operation.affected.column.plural": "{0} columns affected",
|
||||
"worldedit.operation.affected.entity.singular": "{0} entity affected",
|
||||
"worldedit.operation.affected.entity.plural": "{0} entities affected",
|
||||
"worldedit.operation.deform.expression": "deformed using {0}"
|
||||
"worldedit.operation.deform.expression": "deformed using {0}",
|
||||
|
||||
"worldedit.help.command-not-found": "The command '{0}' could not be found."
|
||||
}
|
Reference in New Issue
Block a user