From d875649e387395f09f52416985e187252e9cbf63 Mon Sep 17 00:00:00 2001 From: Steveplays28 Date: Sun, 8 Oct 2023 11:46:38 +0200 Subject: [PATCH] chore: Add some slight clarification to the English translation --- .../assets/realisticsleep/lang/en_us.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/assets/realisticsleep/lang/en_us.json b/src/main/resources/assets/realisticsleep/lang/en_us.json index 69b23e2..249e145 100644 --- a/src/main/resources/assets/realisticsleep/lang/en_us.json +++ b/src/main/resources/assets/realisticsleep/lang/en_us.json @@ -1,21 +1,21 @@ { "text.autoconfig.realisticsleep.title": "Realistic Sleep Config", "text.autoconfig.realisticsleep.option.sendDawnMessage": "Send dawn message?", - "text.autoconfig.realisticsleep.option.sendDawnMessage.@Tooltip": "Send a message to all players at dawn.", + "text.autoconfig.realisticsleep.option.sendDawnMessage.@Tooltip": "Send a message to all players at dawn on the actionbar.", "text.autoconfig.realisticsleep.option.sendDuskMessage": "Send dusk message?", - "text.autoconfig.realisticsleep.option.sendDuskMessage.@Tooltip": "Send a message to all players at dusk.", + "text.autoconfig.realisticsleep.option.sendDuskMessage.@Tooltip": "Send a message to all players at dusk on the actionbar.", "text.autoconfig.realisticsleep.option.dawnMessage": "Dawn message", - "text.autoconfig.realisticsleep.option.dawnMessage.@Tooltip": "The message displayed to all players at dawn.", + "text.autoconfig.realisticsleep.option.dawnMessage.@Tooltip": "The message displayed to all players at dawn on the actionbar.", "text.autoconfig.realisticsleep.option.duskMessage": "Dusk message", - "text.autoconfig.realisticsleep.option.duskMessage.@Tooltip": "The message displayed to all players at dawn.", + "text.autoconfig.realisticsleep.option.duskMessage.@Tooltip": "The message displayed to all players at dawn on the actionbar.", "text.autoconfig.realisticsleep.option.sendSleepingMessage": "Send sleeping message?", - "text.autoconfig.realisticsleep.option.sendSleepingMessage.@Tooltip": "Toggles the \"players are sleeping through this night...\" message.", + "text.autoconfig.realisticsleep.option.sendSleepingMessage.@Tooltip": "Toggles the \"players are sleeping through this night...\" message on the actionbar.", "text.autoconfig.realisticsleep.option.showTimeUntilDawn": "Show time until dawn?", - "text.autoconfig.realisticsleep.option.showTimeUntilDawn.@Tooltip": "Displays the seconds until dawn.", + "text.autoconfig.realisticsleep.option.showTimeUntilDawn.@Tooltip": "Displays the seconds until dawn on the actionbar.", "text.autoconfig.realisticsleep.option.showTimeUntilDusk": "Show time until dusk?", - "text.autoconfig.realisticsleep.option.showTimeUntilDusk.@Tooltip": "Displays the seconds until dusk.", + "text.autoconfig.realisticsleep.option.showTimeUntilDusk.@Tooltip": "Displays the seconds until dusk on the actionbar.", "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage": "Send not enough players sleeping message?", - "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage.@Tooltip": "Toggles the amount of players who need to sleep to skip to dawn message.", + "text.autoconfig.realisticsleep.option.sendNotEnoughPlayersSleepingMessage.@Tooltip": "Toggles the amount of players who need to sleep to skip to dawn message on the actionbar.", "text.autoconfig.realisticsleep.option.allowDaySleeping": "Allow sleeping through the day?", "text.autoconfig.realisticsleep.option.allowDaySleeping.@Tooltip": "Toggles daytime sleeping.", "text.autoconfig.realisticsleep.option.sleepSpeedCurve": "Sleep speed curve", @@ -25,7 +25,7 @@ "text.autoconfig.realisticsleep.option.blockEntityTickSpeedMultiplier": "Block entity tick speed multiplier", "text.autoconfig.realisticsleep.option.blockEntityTickSpeedMultiplier.@Tooltip": "How many times faster block entities like furnaces should tick.", "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier": "Chunk tick speed multiplier", - "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier.@Tooltip": "How many times faster chunks should tick. Enable at your own risk. Insane TPS loss is guaranteed!!!!!", + "text.autoconfig.realisticsleep.option.chunkTickSpeedMultiplier.@Tooltip": "How many times faster chunks should tick. Enable at your own risk, may cause huge TPS loss!", "text.autoconfig.realisticsleep.option.raidTickSpeedMultiplier": "Raid tick speed multiplier", "text.autoconfig.realisticsleep.option.raidTickSpeedMultiplier.@Tooltip": "How many times faster raid timers should tick .", "text.autoconfig.realisticsleep.option.entityTickSpeedMultiplier": "Entity tick speed multiplier",