Skip to content

Commit

Permalink
chore: Add some slight clarification to the English translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Oct 8, 2023
1 parent 6cd8241 commit d875649
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/assets/realisticsleep/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d875649

Please sign in to comment.