Initialize messages_en.json

This commit is contained in:
N0tMyFaultOG 2020-06-28 13:51:57 +02:00
parent e139550949
commit 3b793929d8
2 changed files with 153 additions and 1 deletions

View File

@ -221,7 +221,7 @@ public class Cluster extends SubCommand {
if (args.length == 2) {
cluster = area.getCluster(args[1]);
if (cluster == null) {
MainUtil.sendMessage(player, Captions.INVALID_CLUSTER, args[1]);
MainUtil.sendMessage(player, Captions.INVALID_CLUSTER_NAME, args[1]);
return false;
}
} else {

View File

@ -0,0 +1,152 @@
{
"confirm.expired_confirm": "<gray>Confirmation has expired, please run the command again!</gray>",
"confirm.failed_confirm": "<gray>You have no pending actions to confirm!</gray>",
"confirm.requires_confirm": "<gray>Are you sure you wish to execute: </gray><gold>%s</orange><gray>?</gray>\n<red>This cannot be undone! If you are sure: </red><gray>/plot confirm</gray>",
"move.move_success": "<dark_aqua>Successfully moved plot.</dark_aqua>",
"move.move_merged": "<gray>Merged plots may not be moved. Please unmerge the plot before performing the move.</gray>",
"move.copy_success": "<dark_aqua>Successfully copied plot.</dark_aqua>",
"move.reqiores_unowned": "<gray>The location specified is already occupied.</gray>",
"debug.requires_unmerged": "<gray>The plot cannot be merged.</gray>",
"debug.degub_header": " <gold>Debug Information</orange>\n",
"debug.debug_section": "<gray>>></gray> <gold><bold>&l%val%</bold></gold>",
"debug.debug_line": "<gray>>></gray> <gold>%var%</gold><gray>:</gray><gold> %val%</gold>\n",
"set.set_attribute": "<dark_aqua>Successfully set %s0 set to %s1</dark_aqua>",
"web.generating_link": "<gold>Processing plot...</gold>",
"web.generating_link_failed": "<red>Failed to generate download link!</red>",
"web.save_failed": "<gray>Failed to save.</gray>",
"web.load_null": "<gray>Please use </gray><dark_aqua>/plot load </dark_aqua><gray>to get a list of schematics.</gray>",
"web.load_failed": "<gray>Failed to load schematic.</gray>",
"web.load_list": "<gray>To load a schematic, use </gray><gold>/plot load #</gold><gray>.</gray>",
"web.save_success": "<gold>Successfully saved!</gold>",
"compass.compass_target": "<dark_aqua>Successfully targeted plot with your compass.</dark_aqua>",
"cluster.cluster_available_args": "<gold>The following sub commands are available: </gold><dark_aqua>list</dark_aqua><gray>, </gray><dark_aqua>create</dark_aqua><gray>, </gray><dark_aqua>delete</dark_aqua><gray>, </gray><dark_aqua>resize</dark_aqua><gray>, </gray><dark_aqua>invite</dark_aqua><gray>, </gray><dark_aqua>kick</dark_aqua><gray>, </gray><dark_aqua>leave</dark_aqua><gray>, </gray><dark_aqua>members</dark_aqua><gray>, </gray><dark_aqua>info</dark_aqua><gray>, </gray><dark_aqua>tp</dark_aqua><gray>, </gray><dark_aqua>sethome</dark_aqua>",
"cluster.cluster_list_heading": "<gray>There are </gray><gold>%s</gold><gray> clusters in this world.</gray>",
"cluster.cluster_list_element": "<gray> - </gray><gold>%s</gold>\n",
"cluster.cluster_intersection": "<gray>The proposed area overlaps with: %s0</gray>",
"cluster.cluster_outside": "<gray>The proposed area is outside the plot area: %s0</gray>",
"cluster.cluster_added": "<dark_aqua>Successfully created the cluster.</dark_aqua>",
"cluster.cluster_deleted": "<dark_aqua>Successfully deleted the cluster.</ark_aqua>",
"cluster.cluster_resized": "<dark_aqua>Successfully resized the cluster.</dark_aqua>",
"cluter.cluster_added_user": "<dark_aqua>Successfully added user to the cluster.</dark_aqua>",
"cluster.cannot_kick_player": "<red>You cannot kick that player.</red>",
"cluster.cluster_invited": "<gold>You have been invited to the following cluster: </gold><gray>%s.</gray>",
"cluster.cluster_removed": "<gold>You have been removed from cluster: </gold><gray>%s.</gray>",
"cluster.cluster_kicked_user": "<dark_aqua>Successfully kicked the user from the cluster.</dark_aqua>",
"cluster.invalid_cluster_name": "<red>Invalid cluster name: </red><gold>%s</gold>",
"cluster.cluster_not_added": "<gray>That player was not added to the plot cluster.</gray>",
"cluster.cluster_cannot_leave": "<red>You must delete or transfer ownership before leaving the cluster.</red>",
"cluster.cluster_added_helper": "<dark_aqua>Successfully added a helper to the cluster.</dark_aqua>",
"cluster.cluster_removed_helper": "<dark_aqua>Successfully removed a helper from the cluster.</dark_aqua>",
"cluster.cluster_regenerated": "<dark_aqua>Successfully started cluster regeneration.</dark_aqua>",
"cluster.cluster_teleporting": "<dark_aqua>Teleporting...</dark_aqua>",
"cluster.cluster_info": "<gold>Current cluster: </gold><gray>%id%</gray>\n<gold>Name: </gold><gray>%name%</gray>\n<gold>Owner: </gold><gray>%owner%</gray>\n<gold>Size: </gold><gray>%size%</gray>\n<gold>Rights: </gold><gray>%rights%</gray>",
"border.border": "<gray>You are outside the current map border.</gray>",
"worldedit.worldedit_bypass": "<gray><italic>To bypass your restrictions use </gray><dark_aqua>/plot wea</dark_aqua></italic>",
"worldedit.worldedit_bypassed": "<gray>Currently bypassing WorldEdit restriction.</gray>",
"gamemode.gamemode_was_bypassed": "<gold>You bypassed the gamemode (</gold><gray>{gamemode}</gray><gold>) <gold>set for </gold><gray>{plot}</gray>",
"height.height_limit": "<gold>This plot area has a height limit of </gold><gray>{limit}.</gray>",
"notification.notify_enter": "<gray>%player entered your plot (</gray><gold>%plot</gold><gray>).</gray>",
"notification.notify_leave": "<gray>%player left your plot (</gray><gold>%plot</gold><gray>).</gray>",
"swap.swap_overlap": "<gray>The proposed areas are not allowed to overlap.</gray>",
"swap.swap_success": "<dark_aqua>Successfully swapped plots.</dark_aqua>",
"swap.swap_merged": "<red>Merged plots may not be swapped. Please unmerge the plots before performing the swap.</red>",
"comment.inbox_notification": "<dark_aqua>%s </dark_aqua><gray>unread messages. Use /plot inbox.</gray>",
"comment.not_valid_inbox_index": "<gray>No comment at index %s.</gray>",
"comment.inbox_item": "<gray> - </gray><dark_aqua>%s</dark_aqua>",
"comment.comment_syntax": "<gray>Use /plot comment [X;Z] <%s> <comment></gray>",
"comment.invalid_inbox": "<gray>That is not a valid inbox.</gray>\n<gold>Accepted values: %s</gold>",
"comment.no_perm_inbox": "<red>You do not have permission for that inbox.</red>",
"comment.no_perm_inbox_modify": "<red>You do not have permission to modify that inbox.</red>",
"comment.no_plot_inbox": "<red>You must stand in or supply a plot argument</red>",
"comment.comment_removed_success": "<dark_aqua>Successfully deleted comment/s:n</dark_aqua><gray> - </gray><dark_gray>%s</dark_gray>",
"comment.comment_removed_failure": "<red>Failed to delete comment!</red>",
"comment.comment_added": "<dark_aqua>A comment has been left.</dark_aqua>",
"comment.inbox_empty": "<gray>No comments.</gray>",
"console.not_console": "<red>For safety reasons, this command can only be executed by console.</red>",
"console.is_console": "<red>This command can only be executed by a player.</red>",
"clipboard.paste_failed": "<red>Failed to paste the selection. Reason: </red><gray>%s</gray>",
"toggle.toggle_enabled": "<gray>Enabled setting: </gray><dark_aqua>%s</dark_aqua>",
"toggle.toggle_disabled": "<gray>Disabled setting: </gray><dark_aqua>%s</dark_aqua>",
"blockedcmds.command_blocked": "<red>That command is not allowed in this plot.</red>",
"done.done_already_done": "<gray>This plot is already marked as done.</gray>",
"done.done_not_done": "<gray>This plot is not marked as done.</gray>",
"done.done_insufficient_complexity": "<red>This plot is too simple. Please add more detail before using this command.</red>",
"done.done_success": "<gold>Successfully marked this plot as done.</gold>",
"done.done_removed": "<gray>You may now continue building in this plot.</gray>",
"ratings.ratings_purged": "<gray>Purged ratings for this plot.</gray>",
"ratings.rating_not_valid": "<red>You need to specify a number between 1 and 10.</red>",
"ratings.rating_already_exists": "<gray>You have already rated plot %s.</gray>",
"ratings.rating_applied": "<dark_aqua>You successfully rated plot </dark_aqua><gray>%s.</gray>",
"ratings.rating_disliked": "<dark_aqua>You successfully disliked plot </dark_aqua><gray>%s.</gray>",
"ratings.rating_liked": "<dark_aqua>You successfully liked plot </dark_aqua><gray>%s.</gray>",
"ratings.rating_not_your_own": "<red>You cannot rate your own plot.</red>",
"ratings.rating_not_done": "<red>You can only rate finished plots.</red>",
"ratings.rating_not_owned": "<red>You cannot rate a plot that is not claimed by anyone.</red>",
"tutorial.rate_this": "<gray>Rate this plot!</gray>",
"tutorial.comment_this": "<gray>Leave some feedback on this plot: %s.</gray>",
"economy.econ_disabled": "<red>Economy is not enabled.</red>",
"economy.cannot_afford_plot": "<red>You cannot afford to buy this plot. It costs </red><gold>%s</gold><red>.</red>",
"economy.not_for_sale": "<red>This plot is not for sale.</red>",
"economy.cannot_buy_own": "<red>You cannot buy your own plot.</red>",
"economy.plot_sold": "<dark_aqua>Your plot; </<dark_aqua><gold>%s0</gold><dark_aqua>, has been sold to </dark_aqua><gold>%s1</gold><dark_aqua> for </dark_aqua><gold>%s2.</gold>",
"economy.cannot_afford_merge": "<red>You cannot afford to merge the plots. It costs </red><gold>%s.</gold>",
"economy.added_balance": "<gold>%s </gold><gray>has been added to your balance.</gray>",
"economy.removed_balance": "<gold>%s </gold><gray>has been taken from your balance.</gray>",
"ecomomy.removed_granted_plot": "<gray>You used %s0 plot grant(s), you've got </gray><gold>%s1</gold> <gray>left.</gray>",
"setup.setup_not_started": "<gold>No setup started. Use </gold><gray>/plot setup</gray> <gold>to start a setup process.</gold>",
"setup.setup_init": "<gold>Usage: </gold><gray>/plot setup </gray><value>",
"setup.setup_step": "<dark_gray>[</dark_gray><gold>Step %s0</gold><dark_gray>]</dark_gray> <gold>%s1 </gold><gray>-</gray> <gold>Expecting:</gold> <gray>%s2</gray> <gold>Default:</gold> <gray>%s3</gray>",
"setup.setup_invalid_arg": "<gray>%s0 is not a valid argument for step %s1. To cancel setup use: </gray><gold>/plot setup cancel.</gold>",
"setup.setup_valid_arg": "<gray>Value </gray><gold>%s0</gold> <gray>set to %s1.</gray>",
"setup.setup_finished": "<dark_aqua>You should have been teleported to the created world. Otherwise you will need to set the generator manually using the bukkit.yml or your chosen world management plugin.</dark_aqua>",
"setup.setup_world_taken": "<red>%s is already a world. Choose a different name.</red>",
"setp.setup_cancelled": "<red>Cancelled setup.</red>",
"setup.setup_world_name": "<gold>What do you want your world to be called?</gold>",
"setup.setup_world_name_error": "<red>You need to choose a world name!</red>",
"setup_world_name_taken": "<red>That world name is already taken!</red>",
"setup.setup_world_generator_error": "<red>You must choose a generator!</red>",
"setup.setup_world_type": "<gold>What world type do you want?</gold>\n<dark_gray> - </dark_gray><dark_green>normal</dark_green><dark_gray> - </dark_gray><gray>Standard plot generation</gray>\n<dark_gray> - $6augmented<dark_gray> - </dark_gray><gray>Plot generation with terrain</gray>\n<dark_gray> - </dark_gray><dark_green>partial</dark_green><dark_gray> - </dark_gray><gray>Vanilla with clusters of plots</gray>",
"setup.setup_world_type_error": "<red>You must choose a world type!</red>",
"setup.setup_wrong_generator": "<red>The specified generator does not identify as BukkitPlotGenerator</red><dark_gray> - </dark_gray><dark_green>You may need to manually configure the other plugin.</dark_green>",
"setup.setup_world_name_format": "<red>Non [a-z0-9_.-] character in the world name:</red><gold> ",
"setup.setup_world_apply_plotsquared": "<red>The world you specified already exists. After restarting, new terrain will use </red><gold>PlotSquared</gold><red>, however you may need to reset the world for it to generate correctly!</red>",
"setup.setup_partial_area": "<gold>What terrain would you like in plots?</gold>\n<dark_gray> - </dark_gray><dark_green>NONE</dark_green><dark_gray> - </dark_gray><gray>No terrain at all</gray>\n<dark_gray> - </dark_gray><dark_green>ORE</dark_greem><dark_gray> - </dark_gray><gray>Just some ore veins and trees</gray>\n<dark_gray> - </dark_gray><dark_green>ROAD</dark_green><dark_gray> - </dark_green><gray>Terrain separated by roads</gray>\n<dark_gray> - </dark_gray><dark_green>ALL</dark_green><dark_gray> - </dark_gray><gray>Entirely vanilla generation</gray>",
"setup.setup_partial_area_error": "<red>You must choose the terrain!</red>",
"setup.setup_area_name": "<gold>What would you like this area called?</gold>",
"setup.setup_area_non_alphanumerical": "<red>The area id must be alphanumerical!</red>",
"setup.setup_area_invalid_id": "<red>You must choose an area id that is not in use!</red>",
"setup.setup_area_min_plot_id": "<gold>What should be the minimum Plot ID?</gold>",
"setup.setup_area_min_plot_id_error": "<red>You must choose a valid minimum Plot ID!</red>",
"setup.setup_area_max_plot_id": "<gold>What should be the maximum Plot ID?</gold>",
"setup.setup_area_max_plot_id_error": "<red>You must choose a valid maximum Plot ID!</red>",
"setup.setup_area_plot_id_greater_than_minimum": "<red>The maximum Plot ID must be greater than the minimum!</red>",
"plotareatype.plot_area_type_normal": "<gray>Standard plot generation</gray>",
"plotareatype.plot_area_type_augmented": "<gray>Plot generation with vanilla terrain</gray>",
"plotareatype.plot_area_type_partial": "<gray>Vanilla with clusters of plots</gray>",
"schematics.schematic_too_large": "<red>The plot is too large for this action!</red>",
"schematics.schematic_missing_arg": "<gray>You need to specify an argument. Possible values: </gray><gold>save</gold><gray>, </gray><gold>paste </gold><gray>, </gray><gold>exportall</gold><gray>, </gray><gold>list</gold>",
"schematics.schematic_invalid": "<red>That is not a valid schematic. Reason: </red><gray>%s.</gray>",
"schematics.schematic_paste_merged": "<red>Schematics cannot be pasted onto merged plots. Please unmerge the plot before performing the paste.</red>",
"schematics.schematic_paste_failed": "<red>Failed to paste the schematic.</red>",
"schematics.schematic_paste_success": "<dark_aqua>The schematic pasted successfully.</dark_aqua>",
"schematics.schematic_list": "<dark_aqua>Saved Schematics: </dark_aqua><gold>%s</gold>",
"schematics.schematic_road_created": "<gold>Saved new road schematic. To test the schematic, fly to a few other plots and run /plot debugroadregen.</gold>",
"schematics.mca_file_size": "<gold>Note: The `.mca` files are 512x512.</gold>",
"schematics.schematic_exportall_started": "<gold>Starting export...</gold>",
"schematics.schematic_exportall_world_args": "<gold>Need world argument. Use </gold><dark_gray>/plot sch exportall area</dark_gray>",
"schematics.schematic_exportall_finished": "<gold>Finished mass export.</gold>",
"schematics.schematic_exportall_single_finished": "<gold>Finished export.</gold>",
"schematic.schematic_exportall_world": "<red>Invalid world. Use </red><dark_aqua>/plot sch exportall <area></dark_aqua><red>.</red>",
"error.task_in_process": "<gold>Task is already running.</gold>",
"titles.title_entered_plot": "<gold>Plot: %world%;%x%;%z%</gold>",
"titles.title_entered_plot_sub": "<dark_aqua>Owned by %s</dark_aqua>",
"titles.prefix_greeting": "<gold>%id%</gold><gray>></gray>",
"titles.prefix_farewell": "<gold>%id%</gold><gray>></gray>",
"core.prefix": "<dark_gray>[</dark_gray><gold>P2</gold><dark_gray>]</dark_gray>",
"core.enabled": "<gold>%s0 is now enabled.</gold>",
"reload.reloaded_configs": "<gold>Translations and world settings have been reloaded.</gold>",
"reload.reload_failed": "<red>Failed to reload file configurations.</red>",
}