Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions projects/1.16/assets/cofh-core/cofh_core/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"attribute.name.cofh.fall_distance": "掉落距离",
"attribute.name.cofh.fall_distance": "摔落距离",
"attribute.name.cofh.hazard_resistance": "毒害抗性",
"attribute.name.cofh.sting_resistance": "叮咬抗性",
"attribute.name.cofh.sting_resistance": "刺蛰抗性",
"forge.swimSpeed": "游泳速度",
"commands.cofh.heal.success.single": "已治愈%s",
"commands.cofh.heal.success.multiple": "已治愈%s个实体",
Expand All @@ -22,8 +22,8 @@
"info.cofh.amount": "数量",
"info.cofh.area": "区域",
"info.cofh.arrows": "箭矢",
"info.cofh.chance": "几率",
"info.cofh.chance_additional": "额外几率",
"info.cofh.chance": "概率",
"info.cofh.chance_additional": "额外概率",
"info.cofh.click_to_claim": "§e§o点击§r§7以获取。",
"info.cofh.click_to_clear": "§e§oAlt+Shift并点击§r§7以清除。",
"info.cofh.effects": "效果",
Expand Down Expand Up @@ -139,7 +139,7 @@
"enchantment.minecraft.infinity.desc": "普通的箭永不会被消耗。",
"enchantment.minecraft.knockback.desc": "强化近战攻击的击退效果。",
"enchantment.minecraft.looting.desc": "提升生物掉落物数量。",
"enchantment.minecraft.luck_of_the_sea.desc": "提升高品质垂钓战利品的出现几率。",
"enchantment.minecraft.luck_of_the_sea.desc": "提升高品质垂钓战利品的出现概率。",
"enchantment.minecraft.lure.desc": "缩短垂钓战利品上钩的耗时。",
"enchantment.minecraft.mending.desc": "赋予带有该附魔的物品以消耗经验值修复自身的能力。",
"enchantment.minecraft.multishot.desc": "三支箭矢会呈平面扇形射出,但每次射击仅消耗一支箭。",
Expand All @@ -156,30 +156,30 @@
"enchantment.minecraft.smite.desc": "提升对亡灵生物的伤害。",
"enchantment.minecraft.sweeping.desc": "提升横扫攻击造成的伤害。",
"enchantment.minecraft.thorns.desc": "对攻击者造成伤害。",
"enchantment.minecraft.unbreaking.desc": "降低耐久损耗几率。",
"enchantment.minecraft.unbreaking.desc": "降低耐久损耗概率。",
"enchantment.minecraft.vanishing_curse.desc": "带有该魔咒的物品会在使用者死亡后彻底消失。",
"item.minecraft.lingering_potion.effect.amplification": "滞留型增幅药水",
"item.minecraft.lingering_potion.effect.clarity": "滞留型洞察药水",
"item.minecraft.lingering_potion.effect.enderference": "滞留型抑影药水",
"item.minecraft.lingering_potion.effect.explosion_resistance": "滞留型抗爆药水",
"item.minecraft.lingering_potion.effect.lightning_resistance": "滞留型抗震药水",
"item.minecraft.lingering_potion.effect.love": "滞留型催情药水",
"item.minecraft.lingering_potion.effect.love": "滞留型爱情药水",
"item.minecraft.lingering_potion.effect.magic_resistance": "滞留型魔抗药水",
"item.minecraft.lingering_potion.effect.panacea": "滞留型万灵药",
"item.minecraft.potion.effect.amplification": "增幅药水",
"item.minecraft.potion.effect.clarity": "洞察药水",
"item.minecraft.potion.effect.enderference": "抑影药水",
"item.minecraft.potion.effect.explosion_resistance": "抗爆药水",
"item.minecraft.potion.effect.lightning_resistance": "抗震药水",
"item.minecraft.potion.effect.love": "催情药水",
"item.minecraft.potion.effect.love": "爱情药水",
"item.minecraft.potion.effect.magic_resistance": "魔抗药水",
"item.minecraft.potion.effect.panacea": "万灵药",
"item.minecraft.splash_potion.effect.amplification": "喷溅型增幅药水",
"item.minecraft.splash_potion.effect.clarity": "喷溅型洞察药水",
"item.minecraft.splash_potion.effect.enderference": "喷溅型抑影药水",
"item.minecraft.splash_potion.effect.explosion_resistance": "喷溅型抗爆药水",
"item.minecraft.splash_potion.effect.lightning_resistance": "喷溅型抗震药水",
"item.minecraft.splash_potion.effect.love": "喷溅型催情药水",
"item.minecraft.splash_potion.effect.love": "喷溅型爱情药水",
"item.minecraft.splash_potion.effect.magic_resistance": "喷溅型魔抗药水",
"item.minecraft.splash_potion.effect.panacea": "喷溅型万灵药",
"item.minecraft.tipped_arrow.effect.amplification": "增幅之箭",
Expand Down
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