Skip to content

Commit

Permalink
Updated translation keys to more reflect reality
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBosoYolo committed Dec 10, 2023
1 parent a4637c2 commit b9ee737
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/assets/packet-delay/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"key.delaypackets.category.delaypackets": "Packet Delay Mod Keybindings",
"key.delaypackets.keybind.delayoutgoing": "Delay Outgoing Packets",
"key.delaypackets.keybind.delayincoming" : "Delay Incoming Packets",
"key.delaypackets.keybind.delayoutgoing": "Hold Outgoing Packets",
"key.delaypackets.keybind.delayincoming" : "Hold Incoming Packets",
"key.delaypackets.keybind.disableeu": "Disable Entity Updates",
"key.delaypackets.keybind.disablebu" : "Disable Block Updates",

"info.delaypackets.message.stop.s2c": "§2+§r Stopped canceling incoming packets",
"info.delaypackets.message.start.s2c" : "§4-§r Canceling incoming packets",
"info.delaypackets.message.stop.c2s": "§2+§r Stopped canceling outgoing packets",
"info.delaypackets.message.start.c2s" : "§4-§r Canceling outgoing packets",
"info.delaypackets.message.stop.s2c": "§2+§r Incoming packets are being processed as normal",
"info.delaypackets.message.start.s2c" : "§4-§r Incoming packets are being held",
"info.delaypackets.message.stop.c2s": "§2+§r Outgoing packets are being processed as normal",
"info.delaypackets.message.start.c2s" : "§4-§r Outgoing packets are being held",
"info.delaypackets.message.disabled.bu" : "§4-§r Disabled block updates",
"info.delaypackets.message.enabled.bu" : "§2+§r Enabled block updates",
"info.delaypackets.message.disabled.eu" : "§4-§r Disabled entity updates",
Expand Down

0 comments on commit b9ee737

Please sign in to comment.