|
1 | 1 | {
|
| 2 | + "_comment": "========================================================================================================", |
| 3 | + "_comment": "CoFH General / Lib", |
| 4 | + "_comment": "========================================================================================================", |
| 5 | + |
2 | 6 | "attribute.name.cofh.fall_distance": "Fall Distance",
|
3 | 7 | "attribute.name.cofh.hazard_resistance": "Hazard Resistance",
|
4 | 8 | "attribute.name.cofh.sting_resistance": "Sting Resistance",
|
| 9 | + |
| 10 | + "death.attack.knife": "%1$s got knifed by %2$s!", |
| 11 | + "death.attack.knife.item": "%1$s was poked by %2$s using %3$s!", |
| 12 | + |
5 | 13 | "forge.swimSpeed": "Swim Speed",
|
| 14 | + |
6 | 15 | "commands.cofh.heal.success.single": "Healed %s",
|
7 | 16 | "commands.cofh.heal.success.multiple": "Healed %s entities",
|
8 | 17 | "commands.cofh.ignite.success.single": "Ignited %s",
|
|
15 | 24 | "commands.cofh.invuln.remove.multiple": "Removed invulnerability from %s entities",
|
16 | 25 | "commands.cofh.invuln.success.single": "Made %s invulnerable",
|
17 | 26 | "commands.cofh.invuln.success.multiple": "Made %s entities invulnerable",
|
| 27 | + "commands.cofh.recharge.success.single": "Supercharging %s", |
| 28 | + "commands.cofh.recharge.success.multiple": "Supercharging %s entities", |
18 | 29 | "commands.cofh.repair.success.single": "Repaired equipment for %s",
|
19 | 30 | "commands.cofh.repair.success.multiple": "Repaired equipment for %s entities",
|
20 | 31 | "commands.cofh.zap.success.single": "Zapped %s",
|
21 | 32 | "commands.cofh.zap.success.multiple": "Zapped %s entities",
|
| 33 | + |
| 34 | + "info.cofh.another_player": "Another Player", |
22 | 35 | "info.cofh.amount": "Amount",
|
| 36 | + "info.cofh.amount_unmodifiable": "Unmodifiable Amount", |
23 | 37 | "info.cofh.area": "Area",
|
24 | 38 | "info.cofh.arrows": "Arrows",
|
| 39 | + "info.cofh.boostable": "Boostable", |
25 | 40 | "info.cofh.chance": "Chance",
|
26 | 41 | "info.cofh.chance_additional": "Additional Chance",
|
| 42 | + "info.cofh.claimable": "Claimable", |
27 | 43 | "info.cofh.click_to_claim": "§e§oClick§r§7 to claim.",
|
28 | 44 | "info.cofh.click_to_clear": "§e§oAlt+Shift+Click§r§7 to clear.",
|
| 45 | + "info.cofh.crossbow_loaded": "Loaded from:", |
29 | 46 | "info.cofh.effects": "Effects",
|
30 | 47 | "info.cofh.efficiency": "Efficiency",
|
31 | 48 | "info.cofh.empty": "Empty",
|
32 | 49 | "info.cofh.enchantments": "Enchantments",
|
33 | 50 | "info.cofh.energy": "Energy",
|
34 | 51 | "info.cofh.fluid": "Fluid",
|
| 52 | + "info.cofh.heads": "Heads", |
35 | 53 | "info.cofh.infinite": "Infinite",
|
36 | 54 | "info.cofh.infinite_source": "Infinite Source",
|
| 55 | + "info.cofh.key_not_bound": "Keybind: CoFH - '%s' is not set.", |
| 56 | + "info.cofh.none": "None", |
37 | 57 | "info.cofh.optional_catalyst": "Optional Catalyst",
|
38 | 58 | "info.cofh.output": "Output",
|
39 | 59 | "info.cofh.receive": "Receive",
|
40 | 60 | "info.cofh.send": "Send",
|
41 | 61 | "info.cofh.single_block": "Single Block",
|
| 62 | + "info.cofh.tails": "Tails", |
42 | 63 | "info.cofh.transfer": "Transfer",
|
43 | 64 | "info.cofh.type": "Type",
|
44 |
| - "info.cofh.xp": "XP", |
| 65 | + "info.cofh.unit_mb": "mB", |
| 66 | + "info.cofh.unit_mb_t": "mB/t", |
| 67 | + "info.cofh.unit_rf": "RF", |
| 68 | + "info.cofh.unit_rf_t": "RF/t", |
| 69 | + "info.cofh.unit_xp": "XP", |
| 70 | + |
45 | 71 | "info.cofh.block_tags": "Block Tags",
|
46 | 72 | "info.cofh.fluid_tags": "Fluid Tags",
|
47 | 73 | "info.cofh.item_tags": "Item Tags",
|
48 | 74 | "info.cofh.hold_ctrl_for_tags": "Hold §e§oCtrl§r§7 for Tags",
|
49 | 75 | "info.cofh.hold_shift_for_details": "Hold §e§oShift§r§7 for Details",
|
50 |
| - "info.cofh.mode_change": "Press '%s' to change mode.", |
| 76 | + |
| 77 | + "info.cofh.mode_change": "Press '%s' or '%s' to change mode.", |
| 78 | + "info.cofh.mode_toggle": "Press '%s' to change mode.", |
51 | 79 | "info.cofh.use_sneak_activate": "Use while sneaking to activate.",
|
52 | 80 | "info.cofh_use_sneak_deactivate": "Use while sneaking to deactivate.",
|
| 81 | + |
53 | 82 | "info.cofh.augmentation": "Augmentation",
|
| 83 | + |
54 | 84 | "info.cofh.energy_max_prod": "Max Prod.",
|
55 | 85 | "info.cofh.energy_max_use": "Max Use",
|
56 | 86 | "info.cofh.energy_prod": "Energy Prod.",
|
57 | 87 | "info.cofh.energy_stored": "Energy Stored",
|
58 | 88 | "info.cofh.energy_use": "Energy Use",
|
| 89 | + |
59 | 90 | "info.cofh.fluid_filter": "Fluid Filter",
|
60 | 91 | "info.cofh.item_filter": "Item Filter",
|
61 | 92 | "info.cofh.filter.allowlist.0": "Deny List",
|
62 | 93 | "info.cofh.filter.allowlist.1": "Allow List",
|
63 | 94 | "info.cofh.filter.checkNBT.0": "Ignore NBT",
|
64 | 95 | "info.cofh.filter.checkNBT.1": "Match NBT",
|
| 96 | + |
65 | 97 | "info.cofh.configuration": "Configuration",
|
66 | 98 | "info.cofh.transfer_in_disabled": "Auto-Input Disabled",
|
67 | 99 | "info.cofh.transfer_in_enabled": "Auto-Input Enabled",
|
68 | 100 | "info.cofh.transfer_in_unavailable": "Auto-Input Unavailable",
|
| 101 | + |
69 | 102 | "info.cofh.transfer_out_disabled": "Auto-Output Disabled",
|
70 | 103 | "info.cofh.transfer_out_enabled": "Auto-Output Enabled",
|
71 | 104 | "info.cofh.transfer_out_unavailable": "Auto-Output Unavailable",
|
| 105 | + |
72 | 106 | "info.cofh.decrease_by": "Decrease by",
|
73 | 107 | "info.cofh.increase_by": "Increase by",
|
| 108 | + |
74 | 109 | "info.cofh.information": "Information",
|
| 110 | + |
75 | 111 | "info.cofh.secure_block": "This block now belongs to you.",
|
76 | 112 | "info.cofh.secure_item": "This item now belongs to you.",
|
77 | 113 | "info.cofh.secure_notice": "Notice: Server Ops are able to freely access 'secure' blocks on this server.",
|
78 | 114 | "info.cofh.secure_warning": "This is private and belongs to %s! You could have lost your hand!",
|
| 115 | + |
79 | 116 | "info.cofh.security": "Security",
|
80 | 117 | "info.cofh.access": "Access",
|
81 | 118 | "info.cofh.access_friends": "Friends Only",
|
82 | 119 | "info.cofh.access_private": "Owner Only",
|
83 | 120 | "info.cofh.access_public": "Public Access",
|
84 | 121 | "info.cofh.access_team": "Team Only",
|
85 | 122 | "info.cofh.owner": "Owner",
|
| 123 | + |
86 | 124 | "info.cofh.redstone_control": "Redstone Control",
|
87 | 125 | "info.cofh.control_status": "Control Status",
|
88 | 126 | "info.cofh.current_signal": "Signal: %s",
|
|
92 | 130 | "info.cofh.high": "High",
|
93 | 131 | "info.cofh.low": "Low",
|
94 | 132 | "info.cofh.signal_required": "Signal Required",
|
| 133 | + |
| 134 | + "_comment": "========================================================================================================", |
| 135 | + "_comment": "CoFH Core", |
| 136 | + "_comment": "========================================================================================================", |
| 137 | + |
95 | 138 | "block.cofh_core.glossed_magma": "Glossed Magma",
|
| 139 | + |
96 | 140 | "effect.cofh_core.amplification": "Amplification",
|
97 | 141 | "effect.cofh_core.chilled": "Chilled",
|
98 | 142 | "effect.cofh_core.clarity": "Clarity",
|
| 143 | + "effect.cofh_core.cold_resistance": "Frost Resistance", |
99 | 144 | "effect.cofh_core.eagle_eye": "Eagle Eye",
|
100 | 145 | "effect.cofh_core.enderference": "Enderference",
|
101 | 146 | "effect.cofh_core.explosion_resistance": "Blast Resistance",
|
|
107 | 152 | "effect.cofh_core.shocked": "Shocked",
|
108 | 153 | "effect.cofh_core.slimed": "Slimed",
|
109 | 154 | "effect.cofh_core.sundered": "Sundered",
|
| 155 | + "effect.cofh_core.supercharge": "Supercharging", |
110 | 156 | "effect.cofh_core.wrenched": "Wrenched!",
|
| 157 | + |
111 | 158 | "enchantment.cofh_core.disabled": "Shimmer",
|
112 | 159 | "enchantment.cofh_core.disabled.desc": "A disabled enchantment which does nothing.",
|
113 | 160 | "enchantment.cofh_core.holding": "Holding",
|
114 | 161 | "enchantment.cofh_core.holding.desc": "Increases the storage capacity of certain items.",
|
| 162 | + |
115 | 163 | "fluid.cofh_core.experience": "Essence of Knowledge",
|
116 | 164 | "fluid.cofh_core.honey": "Honey",
|
117 |
| - "fluid.cofh_core.milk": "Milk", |
118 | 165 | "fluid.cofh_core.potion": "Potion",
|
119 | 166 | "fluid.cofh_core.steam": "Steam",
|
| 167 | + |
120 | 168 | "item.cofh_core.ectoplasm": "Ectoplasm",
|
| 169 | + |
| 170 | + "info.cofh_core.fluid_filter.0": "Place items containing fluid in slots to add the fluid to the filter list.", |
| 171 | + "info.cofh_core.fluid_filter.1": "Additional options can be used to fine-tune behavior.", |
| 172 | + |
121 | 173 | "info.cofh_core.item_filter.0": "Place items in slots to add them to the filter list.",
|
122 | 174 | "info.cofh_core.item_filter.1": "Additional options can be used to fine-tune behavior.",
|
123 |
| - "key.cofh.mode_change_increment": "Cycle Mode Forward", |
124 |
| - "key.cofh.mode_change_decrement": "Cycle Mode Reverse", |
| 175 | + |
| 176 | + "key.cofh.mode_change_increment": "Cycle Mode Up", |
| 177 | + "key.cofh.mode_change_decrement": "Cycle Mode Down", |
| 178 | + |
| 179 | + "_comment": "========================================================================================================", |
| 180 | + "_comment": "Minecraft", |
| 181 | + "_comment": "========================================================================================================", |
| 182 | + |
125 | 183 | "enchantment.minecraft.aqua_affinity.desc": "Removes the mining speed penalty when underwater.",
|
126 | 184 | "enchantment.minecraft.bane_of_arthropods.desc": "Slows and increases damage to Arthropod mobs.",
|
127 | 185 | "enchantment.minecraft.binding_curse.desc": "Prevents the item from being unequipped.",
|
|
139 | 197 | "enchantment.minecraft.infinity.desc": "Regular arrows are not consumed.",
|
140 | 198 | "enchantment.minecraft.knockback.desc": "Increases knockback strength.",
|
141 | 199 | "enchantment.minecraft.looting.desc": "Increases the amount of loot dropped by mobs.",
|
142 |
| - "enchantment.minecraft.loyalty.desc": "Trident returns after being thrown.", |
| 200 | + "enchantment.minecraft.loyalty.desc": "Item returns after being thrown.", |
143 | 201 | "enchantment.minecraft.luck_of_the_sea.desc": "Increases fishing luck.",
|
144 | 202 | "enchantment.minecraft.lure.desc": "Reduces amount of time to catch something.",
|
145 | 203 | "enchantment.minecraft.mending.desc": "Experience Orbs are consumed to repair the item.",
|
|
159 | 217 | "enchantment.minecraft.thorns.desc": "Damages attackers.",
|
160 | 218 | "enchantment.minecraft.unbreaking.desc": "Increases effective durability.",
|
161 | 219 | "enchantment.minecraft.vanishing_curse.desc": "The item will disappear forever when the owner dies.",
|
| 220 | + |
162 | 221 | "item.minecraft.lingering_potion.effect.amplification": "Lingering Potion of Amplification",
|
163 | 222 | "item.minecraft.lingering_potion.effect.clarity": "Lingering Potion of Clarity",
|
164 | 223 | "item.minecraft.lingering_potion.effect.enderference": "Lingering Potion of Enderference",
|
|
0 commit comments