diff --git a/lang/en_us.json b/lang/en_us.json index 3e20aee4..d3b0f267 100644 --- a/lang/en_us.json +++ b/lang/en_us.json @@ -5,11 +5,13 @@ "chat.rainbow.mapped_skulls": "Mapped %d skulls", "commands.rainbow.automatic_inventory_mapping": "Now watching inventories for custom items to map", "commands.rainbow.create_pack_failed": "Failed to create new pack!", + "commands.rainbow.mapped_all_sounds": "Mapped all loaded custom sounds", "commands.rainbow.mapped_blocks": "Mapped %d blocks", "commands.rainbow.mapped_held_item": "The held item was mapped", "commands.rainbow.mapped_held_item_problems": "The held item was mapped, however problems occurred whilst doing so. Read the pack report after finishing the pack for more information", "commands.rainbow.mapped_items_from_inventory": "Mapped %d items from your inventory", "commands.rainbow.mapped_skulls_from_inventory": "Mapped %d skulls from your inventory", + "commands.rainbow.mapped_sounds_of_namespace": "Mapped custom sounds of namespace %s", "commands.rainbow.mapped_target_block": "The targeted block was mapped", "commands.rainbow.mapped_target_block_problems": "The targeted block was mapped, however problems occurred whilst doing so. Read the pack report after finishing the pack for more information", "commands.rainbow.no_block_mapped": "No block was mapped. Either no custom blocks were found, or they were already included in the pack", @@ -17,6 +19,7 @@ "commands.rainbow.no_item_mapped": "No item was mapped. Either no custom item was found, or it was already included in the pack", "commands.rainbow.no_items_mapped": "No items were mapped. Either no custom items were found, or they were already included in the pack", "commands.rainbow.no_pack": "Create a pack first: %s", + "commands.rainbow.no_sounds_mapped": "No custom sounds were found to be mapped", "commands.rainbow.pack_created": "Created pack with name %s", "commands.rainbow.pack_finished_error": "Errors occurred whilst writing the pack to disk!", "commands.rainbow.pack_finished_successfully": "Wrote pack to disk",