Fine tuning captions

Fix listchunks throwing component error
This commit is contained in:
NotMyFault
2021-04-06 14:01:04 +02:00
parent dc51379e8f
commit 01dff32597
16 changed files with 97 additions and 86 deletions

View File

@ -14,6 +14,7 @@
"fawe.info.worldedit.bypassed": "Currently bypassing FAWE restriction.",
"fawe.info.worldedit.restricted": "Your FAWE edits are now restricted.",
"fawe.info.worldedit.oom.admin": "Possible options:\n - //fast\n - Do smaller edits\n - Allocate more memory\n - Disable `max-memory-percent`",
"fawe.info.temporarily-not-working": "Temporarily not working",
"fawe.web.generating.link": "Uploading {0}, please wait...",
"fawe.web.generating.link.failed": "Failed to generate download link!",
@ -153,7 +154,9 @@
"fawe.selection.sel.max": "{0} points maximum.",
"fawe.selection.sel.fuzzy": "Fuzzy selector: Left click to select all contingent blocks, right click to add. To select an air cavity, use //pos1.",
"fawe.selection.sel.fuzzy-instruction": "Select all connected blocks (magic wand)",
"fawe.selection.sel.convex.polyhedral": "Convex polyhedral selector: Left click=First vertex, right click to add more.",
"fawe.selection.sel.polyhedral": "Select a hollow polyhedral",
"fawe.selection.sel.list": "For a list of selection types use: //sel list",
"fawe.tips.tip.sel.list": "Tip: See the different selection modes with //sel list",
@ -345,6 +348,27 @@
"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.schematic.load.symbol": "[L]",
"worldedit.schematic.plus.symbol": "[+]",
"worldedit.schematic.minus.symbol": "[-]",
"worldedit.schematic.x.symbol": "[X]",
"worldedit.schematic.0.symbol": "[O]",
"worldedit.schematic.dash.symbol": " - ",
"worldedit.schematic.click-to-load": "Click to load",
"worldedit.schematic.load": "Load",
"worldedit.schematic.list": "List",
"worldedit.schematic.available": "Available schematics",
"worldedit.schematic.unload": "Unload",
"worldedit.schematic.delete": "delete",
"worldedit.schematic.visualize": "visualize",
"worldedit.schematic.clipboard": "Add to clipboard",
"worldedit.schematic.unknown-filename": "Unknown filename: {0}",
"worldedit.schematic.file-not-exist": "File could not be read or it does not exist: {0}",
"worldedit.schematic.already-exists": "That schematic already exists!",
"worldedit.schematic.failed-to-save": "Failed to save schematic",
"worldedit.schematic.directory-does-not-exist": "Directory '{0}' does not exist!",
"worldedit.schematic.file-perm-fail": "Creation of '{0}' failed! Check file permission.",
"worldedit.schematic.sorting-old-new": "Cannot sort by oldest and newest.",
"worldedit.pos.already-set": "Position already set.",
"worldedit.pos.console-require-coords": "You must provide coordinates as console.",
@ -481,7 +505,9 @@
"worldedit.command.time-elapsed": "{0}s elapsed (history: {1} changed; {2} blocks/sec).",
"worldedit.command.permissions": "You are not permitted to do that. Are you in the right mode?",
"worldedit.command.player-only": "This command must be used with a player.",
"worldedit.command.error.report": "Please report this error: [See console]",
"worldedit.command.error.report": "&cPlease report this error: [See console]",
"worldedit.command.deprecation": "This command is deprecated.",
"worldedit.command.deprecation-message": "Please use '{0}' instead.",
"worldedit.pastebin.uploading": "(Please wait... sending output to paste service...)",
"worldedit.session.cant-find-session": "Unable to find session for {0}",
"worldedit.platform.no-file-dialog": "File dialogs are not supported in your environment.",