{
  "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
  "filter.ftbfiltersystem.and.name": "All Of",
  "filter.ftbfiltersystem.and.tooltip": "Compound filter: this filter matches if ALL of its child filters match.",
  "filter.ftbfiltersystem.block.name": "Is Block",
  "filter.ftbfiltersystem.block.tooltip": "Simple filter which matches if the item is a placeable block.",
  "filter.ftbfiltersystem.custom.name": "Custom",
  "filter.ftbfiltersystem.custom.tooltip": "Advanced filter intended for modders and modpack makers.\nFires a CustomFilterEvent when a match is attempted; set the event result to indicate a successful or failed match.\nUse the textfield to provide freeform text data which is passed to the event as the 'data' parameter.",
  "filter.ftbfiltersystem.durability.name": "Durability",
  "filter.ftbfiltersystem.durability.tooltip": "Matches an item based on its remaining durability.\nNon-damageable items are considered to have a durability of 0.",
  "filter.ftbfiltersystem.expression.name": "Expression",
  "filter.ftbfiltersystem.expression.tooltip": "Allows a literal filter expression to be entered or loaded from a Filter item in your inventory.\nIt is optional (but recommended!) to assign a custom name, for clarity.",
  "filter.ftbfiltersystem.food_value.name": "Food Value",
  "filter.ftbfiltersystem.food_value.tooltip": "Matches an item based on its nutritional value (half-shanks of food restored)\nNon-food items have a nutritional value of 0",
  "filter.ftbfiltersystem.item.name": "Item",
  "filter.ftbfiltersystem.item.tooltip": "Matches against a specific item.\nNBT is not checked here (see the NBT filter)\nItems can be picked from Creative or Inventory item lists.\nUse the textfield to filter item ID's to limit the displayed items.",
  "filter.ftbfiltersystem.item_tag.name": "Item Tag",
  "filter.ftbfiltersystem.item_tag.tooltip": "Matches against an item tag; items which are in the tag will be matched.\nUse the textfield to filter displayed item tags.",
  "filter.ftbfiltersystem.max_stack_size.name": "Max Stack Size",
  "filter.ftbfiltersystem.max_stack_size.tooltip": "Matches against an item's maximum stack size.\nUnstackable items have a maximum stack size of 1.",
  "filter.ftbfiltersystem.mod.name": "Mod",
  "filter.ftbfiltersystem.mod.tooltip": "Matches against the mod which adds the item.\nVanilla items are in the Minecraft 'mod'.",
  "filter.ftbfiltersystem.nbt.name": "NBT",
  "filter.ftbfiltersystem.nbt.tooltip": "Matches NBT on an item with exact or fuzzy matching.\nExact: NBT must match exactly.\nFuzzy: only the NBT fields specified here are checked for a match.\nIf you have admin permissions, items in your inventory which have NBT can be clicked to copy their current NBT tag into the text editor.",
  "filter.ftbfiltersystem.not.name": "Not",
  "filter.ftbfiltersystem.not.tooltip": "Compound filter: this filter matches if its child filter does NOT match. At most one child can be added.",
  "filter.ftbfiltersystem.only_one.name": "Only One Of",
  "filter.ftbfiltersystem.only_one.tooltip": "Compound filter: this filter matches if exactly ONE of its child filters matches.",
  "filter.ftbfiltersystem.or.name": "Any Of",
  "filter.ftbfiltersystem.or.tooltip": "Compound filter: this filter matches if ANY of its child filters match.",
  "filter.ftbfiltersystem.root.name": "All Of (Root)",
  "filter.ftbfiltersystem.stack_size.name": "Stack Size",
  "filter.ftbfiltersystem.stack_size.tooltip": "Matches against an item's current stack size.",
  "ftbfiltersystem": "FTB Filter System",
  "ftbfiltersystem.gui.add": "Add...",
  "ftbfiltersystem.gui.basic": "Basic Filters",
  "ftbfiltersystem.gui.changes_made": "You have made changes to this filter",
  "ftbfiltersystem.gui.changes_made.question": "Close the editor without saving?",
  "ftbfiltersystem.gui.compound": "Compound Filters",
  "ftbfiltersystem.gui.configure": "Configure...",
  "ftbfiltersystem.gui.custom_data": "Extra Custom Data:",
  "ftbfiltersystem.gui.custom_id": "Custom Event ID:",
  "ftbfiltersystem.gui.custom_name": "Custom Name",
  "ftbfiltersystem.gui.delete": "Delete",
  "ftbfiltersystem.gui.filter_bad": "Filter Parse Failed!",
  "ftbfiltersystem.gui.filter_ok": "Filter Parsed OK",
  "ftbfiltersystem.gui.fuzzy_match": "Fuzzy NBT Match?",
  "ftbfiltersystem.gui.item_source.creative": "Creative",
  "ftbfiltersystem.gui.item_source.inventory": "Inv",
  "ftbfiltersystem.gui.item_source.mod": "Mod",
  "ftbfiltersystem.gui.nbt_bad": "SNBT Parse Failed!",
  "ftbfiltersystem.gui.nbt_ok": "SNBT Parsed OK",
  "ftbfiltersystem.gui.percentage": "Percentage",
  "ftbfiltersystem.message.changes_saved": "Filter has been updated!",
  "ftbfiltersystem.message.matched": "Filter matches: %s",
  "ftbfiltersystem.message.no_offhand_item": "Hold an item to be tested in your off hand",
  "ftbfiltersystem.message.not_a_filter": "You must hold a Smart Filter in your main hand",
  "ftbfiltersystem.message.not_matched": "Filter does not match: %s",
  "ftbfiltersystem.message.parse_failed": "Filter parse failure: %s",
  "item.ftbfiltersystem.smart_filter": "Smart Filter",
  "item.ftbfiltersystem.smart_filter.tooltip.1": "Right-click: configure filter",
  "item.ftbfiltersystem.smart_filter.tooltip.2": "Sneak + Right-click: Test filter with item in off hand"
}