Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"chat.rainbow.automatic_mapping_finished": "Finished mapping items from provider",
"chat.rainbow.mapped_items": "Mapped %d items",
"chat.rainbow.mapped_problems": "Problems occurred whilst mapping. Read the pack report after finishing the pack for more information",
"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_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_items_problems": "Problems occurred whilst mapping items. Read the pack report after finishing the pack for more information",
"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",
"commands.rainbow.no_blocks_mapped": "No blocks were mapped. Either no custom blocks were found, or they were already included in the pack",
"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",
Expand Down