Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
71 changes: 65 additions & 6 deletions projects/1.18/assets/cofh-core/cofh_core/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"_comment": "========================================================================================================",
"_comment": "CoFH General / Lib",
"_comment": "========================================================================================================",

"attribute.name.cofh.fall_distance": "Fall Distance",
"attribute.name.cofh.hazard_resistance": "Hazard Resistance",
"attribute.name.cofh.sting_resistance": "Sting Resistance",

"death.attack.knife": "%1$s got knifed by %2$s!",
"death.attack.knife.item": "%1$s was poked by %2$s using %3$s!",

"forge.swimSpeed": "Swim Speed",

"commands.cofh.heal.success.single": "Healed %s",
"commands.cofh.heal.success.multiple": "Healed %s entities",
"commands.cofh.ignite.success.single": "Ignited %s",
Expand All @@ -15,74 +24,103 @@
"commands.cofh.invuln.remove.multiple": "Removed invulnerability from %s entities",
"commands.cofh.invuln.success.single": "Made %s invulnerable",
"commands.cofh.invuln.success.multiple": "Made %s entities invulnerable",
"commands.cofh.recharge.success.single": "Supercharging %s",
"commands.cofh.recharge.success.multiple": "Supercharging %s entities",
"commands.cofh.repair.success.single": "Repaired equipment for %s",
"commands.cofh.repair.success.multiple": "Repaired equipment for %s entities",
"commands.cofh.zap.success.single": "Zapped %s",
"commands.cofh.zap.success.multiple": "Zapped %s entities",

"info.cofh.another_player": "Another Player",
"info.cofh.amount": "Amount",
"info.cofh.amount_unmodifiable": "Unmodifiable Amount",
"info.cofh.area": "Area",
"info.cofh.arrows": "Arrows",
"info.cofh.boostable": "Boostable",
"info.cofh.chance": "Chance",
"info.cofh.chance_additional": "Additional Chance",
"info.cofh.claimable": "Claimable",
"info.cofh.click_to_claim": "§e§oClick§r§7 to claim.",
"info.cofh.click_to_clear": "§e§oAlt+Shift+Click§r§7 to clear.",
"info.cofh.crossbow_loaded": "Loaded from:",
"info.cofh.effects": "Effects",
"info.cofh.efficiency": "Efficiency",
"info.cofh.empty": "Empty",
"info.cofh.enchantments": "Enchantments",
"info.cofh.energy": "Energy",
"info.cofh.fluid": "Fluid",
"info.cofh.heads": "Heads",
"info.cofh.infinite": "Infinite",
"info.cofh.infinite_source": "Infinite Source",
"info.cofh.key_not_bound": "Keybind: CoFH - '%s' is not set.",
"info.cofh.none": "None",
"info.cofh.optional_catalyst": "Optional Catalyst",
"info.cofh.output": "Output",
"info.cofh.receive": "Receive",
"info.cofh.send": "Send",
"info.cofh.single_block": "Single Block",
"info.cofh.tails": "Tails",
"info.cofh.transfer": "Transfer",
"info.cofh.type": "Type",
"info.cofh.xp": "XP",
"info.cofh.unit_mb": "mB",
"info.cofh.unit_mb_t": "mB/t",
"info.cofh.unit_rf": "RF",
"info.cofh.unit_rf_t": "RF/t",
"info.cofh.unit_xp": "XP",

"info.cofh.block_tags": "Block Tags",
"info.cofh.fluid_tags": "Fluid Tags",
"info.cofh.item_tags": "Item Tags",
"info.cofh.hold_ctrl_for_tags": "Hold §e§oCtrl§r§7 for Tags",
"info.cofh.hold_shift_for_details": "Hold §e§oShift§r§7 for Details",
"info.cofh.mode_change": "Press '%s' to change mode.",

"info.cofh.mode_change": "Press '%s' or '%s' to change mode.",
"info.cofh.mode_toggle": "Press '%s' to change mode.",
"info.cofh.use_sneak_activate": "Use while sneaking to activate.",
"info.cofh_use_sneak_deactivate": "Use while sneaking to deactivate.",

"info.cofh.augmentation": "Augmentation",

"info.cofh.energy_max_prod": "Max Prod.",
"info.cofh.energy_max_use": "Max Use",
"info.cofh.energy_prod": "Energy Prod.",
"info.cofh.energy_stored": "Energy Stored",
"info.cofh.energy_use": "Energy Use",

"info.cofh.fluid_filter": "Fluid Filter",
"info.cofh.item_filter": "Item Filter",
"info.cofh.filter.allowlist.0": "Deny List",
"info.cofh.filter.allowlist.1": "Allow List",
"info.cofh.filter.checkNBT.0": "Ignore NBT",
"info.cofh.filter.checkNBT.1": "Match NBT",

"info.cofh.configuration": "Configuration",
"info.cofh.transfer_in_disabled": "Auto-Input Disabled",
"info.cofh.transfer_in_enabled": "Auto-Input Enabled",
"info.cofh.transfer_in_unavailable": "Auto-Input Unavailable",

"info.cofh.transfer_out_disabled": "Auto-Output Disabled",
"info.cofh.transfer_out_enabled": "Auto-Output Enabled",
"info.cofh.transfer_out_unavailable": "Auto-Output Unavailable",

"info.cofh.decrease_by": "Decrease by",
"info.cofh.increase_by": "Increase by",

"info.cofh.information": "Information",

"info.cofh.secure_block": "This block now belongs to you.",
"info.cofh.secure_item": "This item now belongs to you.",
"info.cofh.secure_notice": "Notice: Server Ops are able to freely access 'secure' blocks on this server.",
"info.cofh.secure_warning": "This is private and belongs to %s! You could have lost your hand!",

"info.cofh.security": "Security",
"info.cofh.access": "Access",
"info.cofh.access_friends": "Friends Only",
"info.cofh.access_private": "Owner Only",
"info.cofh.access_public": "Public Access",
"info.cofh.access_team": "Team Only",
"info.cofh.owner": "Owner",

"info.cofh.redstone_control": "Redstone Control",
"info.cofh.control_status": "Control Status",
"info.cofh.current_signal": "Signal: %s",
Expand All @@ -92,10 +130,17 @@
"info.cofh.high": "High",
"info.cofh.low": "Low",
"info.cofh.signal_required": "Signal Required",

"_comment": "========================================================================================================",
"_comment": "CoFH Core",
"_comment": "========================================================================================================",

"block.cofh_core.glossed_magma": "Glossed Magma",

"effect.cofh_core.amplification": "Amplification",
"effect.cofh_core.chilled": "Chilled",
"effect.cofh_core.clarity": "Clarity",
"effect.cofh_core.cold_resistance": "Frost Resistance",
"effect.cofh_core.eagle_eye": "Eagle Eye",
"effect.cofh_core.enderference": "Enderference",
"effect.cofh_core.explosion_resistance": "Blast Resistance",
Expand All @@ -107,21 +152,34 @@
"effect.cofh_core.shocked": "Shocked",
"effect.cofh_core.slimed": "Slimed",
"effect.cofh_core.sundered": "Sundered",
"effect.cofh_core.supercharge": "Supercharging",
"effect.cofh_core.wrenched": "Wrenched!",

"enchantment.cofh_core.disabled": "Shimmer",
"enchantment.cofh_core.disabled.desc": "A disabled enchantment which does nothing.",
"enchantment.cofh_core.holding": "Holding",
"enchantment.cofh_core.holding.desc": "Increases the storage capacity of certain items.",

"fluid.cofh_core.experience": "Essence of Knowledge",
"fluid.cofh_core.honey": "Honey",
"fluid.cofh_core.milk": "Milk",
"fluid.cofh_core.potion": "Potion",
"fluid.cofh_core.steam": "Steam",

"item.cofh_core.ectoplasm": "Ectoplasm",

"info.cofh_core.fluid_filter.0": "Place items containing fluid in slots to add the fluid to the filter list.",
"info.cofh_core.fluid_filter.1": "Additional options can be used to fine-tune behavior.",

"info.cofh_core.item_filter.0": "Place items in slots to add them to the filter list.",
"info.cofh_core.item_filter.1": "Additional options can be used to fine-tune behavior.",
"key.cofh.mode_change_increment": "Cycle Mode Forward",
"key.cofh.mode_change_decrement": "Cycle Mode Reverse",

"key.cofh.mode_change_increment": "Cycle Mode Up",
"key.cofh.mode_change_decrement": "Cycle Mode Down",

"_comment": "========================================================================================================",
"_comment": "Minecraft",
"_comment": "========================================================================================================",

"enchantment.minecraft.aqua_affinity.desc": "Removes the mining speed penalty when underwater.",
"enchantment.minecraft.bane_of_arthropods.desc": "Slows and increases damage to Arthropod mobs.",
"enchantment.minecraft.binding_curse.desc": "Prevents the item from being unequipped.",
Expand All @@ -139,7 +197,7 @@
"enchantment.minecraft.infinity.desc": "Regular arrows are not consumed.",
"enchantment.minecraft.knockback.desc": "Increases knockback strength.",
"enchantment.minecraft.looting.desc": "Increases the amount of loot dropped by mobs.",
"enchantment.minecraft.loyalty.desc": "Trident returns after being thrown.",
"enchantment.minecraft.loyalty.desc": "Item returns after being thrown.",
"enchantment.minecraft.luck_of_the_sea.desc": "Increases fishing luck.",
"enchantment.minecraft.lure.desc": "Reduces amount of time to catch something.",
"enchantment.minecraft.mending.desc": "Experience Orbs are consumed to repair the item.",
Expand All @@ -159,6 +217,7 @@
"enchantment.minecraft.thorns.desc": "Damages attackers.",
"enchantment.minecraft.unbreaking.desc": "Increases effective durability.",
"enchantment.minecraft.vanishing_curse.desc": "The item will disappear forever when the owner dies.",

"item.minecraft.lingering_potion.effect.amplification": "Lingering Potion of Amplification",
"item.minecraft.lingering_potion.effect.clarity": "Lingering Potion of Clarity",
"item.minecraft.lingering_potion.effect.enderference": "Lingering Potion of Enderference",
Expand Down
Loading
Loading