{
"Broadcast.VolcanoActivityIncreasing": "A volcano has become active near {0}.",
"Error.NoPermission": "You do not have permission to use this command.",
"Error.UnknownSubcommand": "Unknown subcommand. Use 'create', 'edit', 'set', 'remove', 'done', 'lava', 'crater', or 'draw'.",
"Info.Usage.Create": "Usage: volcano create <alias>",
"Info.Usage.Edit": "Usage: volcano edit <alias>",
"Info.Usage.Set": "Usage: volcano set <property> <value>",
"Info.Usage.Lava": "Usage: volcano lava <position> <initialRadius> <targetRadius> [temperature] [killOnTouch]",
"Info.Usage.Crater": "Usage: volcano crater <position> <radius>",
"Error.VolcanoAlreadyExists": "A volcano with the alias '{0}' already exists.",
"Error.VolcanoNotFound": "No volcano found with alias '{0}'.",
"Error.InvalidPosition": "Invalid position. Enter a valid position or type 'here'.",
"Error.InvalidInitialRadius": "Invalid initial radius. Please enter a positive number.",
"Error.InvalidTargetRadius": "Invalid target radius. Please enter a positive number greater than or equal to the initial radius.",
"Error.InvalidRadius": "Invalid radius. Please enter a positive number.",
"Error.InvalidEnabledValue": "Invalid value for enabled. Please use 'true' or 'false'.",
"Error.InvalidSpitInterval": "Invalid value for time between spits. Enter a valid number.",
"Error.InvalidMinFireballs": "Invalid value for minimum fireballs. Enter a valid number.",
"Error.InvalidMaxFireballs": "Invalid value for maximum fireballs. Enter a valid number.",
"Error.InvalidMinSpeed": "Invalid value for minimum fireball speed. Enter a valid number.",
"Error.InvalidMaxSpeed": "Invalid value for maximum fireball speed. Enter a valid number.",
"Info.VolcanoCreated": "Volcano '{0}' created. Use 'volcano lava' or 'volcano crater' to configure details.",
"Info.VolcanoEdited": "Editing volcano '{0}'. Use 'volcano set <property> <value>' to modify properties or 'volcano done' to save changes.",
"Info.VolcanoSetProperty": "Set property '{0}' to value '{1}'.",
"Info.VolcanoRemoved": "Volcano '{0}' has been removed.",
"Info.VolcanoDoneEditing": "Finished editing volcano '{0}'.",
"Info.VolcanoLavaUpdated": "Updated lava configuration for volcano '{0}'.",
"Info.VolcanoCraterUpdated": "Updated crater configuration for volcano '{0}'.",
"Info.VolcanoVisualizing": "Visualizing all volcanoes."
}