From 713bf40ff2db2199b1edec7f7b2d643be419b206 Mon Sep 17 00:00:00 2001 From: Maintenancer <124679731+Maintenancer@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:40:10 +0200 Subject: [PATCH] New translations language-en.yml (English) --- core/src/main/resources/language-en.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/language-en.yml b/core/src/main/resources/language-en.yml index 8853047f..872a3638 100644 --- a/core/src/main/resources/language-en.yml +++ b/core/src/main/resources/language-en.yml @@ -46,7 +46,7 @@ playerNotFoundUuid: "No player with that uuid could be found." playerNotOnline: "There is no player online with that name." offlinePlayerFetchError: "There was an error while fetching offline player. Please try again later." invalidUuid: "Invalid uuid format!" -#Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Spigot/Sponge +#Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Paper/Sponge sentToWaitingServer: "You have been sent to a waiting server!" forceWaitingServer: "You cannot leave the waiting server while maintenance is enabled!" serverNotFound: "No server with this name is registered on the proxy!" @@ -78,9 +78,9 @@ helpHeader: "========[ %NAME% | %PAGE%/%MA helpPageNotFound: "There is no page with that number!" helpNextPage: "Use /maintenance help %PAGE% to get to the next help window." helpAbortTimer: "/maintenance aborttimer (If running, the current timer will be aborted)" -helpEndtimer: "/maintenance endtimer (After the given time in minutes, maintenance mode will be disabled)" -helpStarttimer: "/maintenance starttimer (After the given time in minutes, maintenance mode will be enabled)" -helpScheduleTimer: "/maintenance scheduletimer (After the given time in minutes, maintenance mode will be enabled for the given duration in minutes)" +helpEndtimer: "/maintenance endtimer (After the given time, e.g. 1h5m, maintenance mode will be disabled)" +helpStarttimer: "/maintenance starttimer (After the given time, e.g. 1h5m, maintenance mode will be enabled)" +helpScheduleTimer: "/maintenance scheduletimer (After the given time, e.g. 1h5m, maintenance mode will be enabled)" helpDebug: "/maintenance debug (Enables some debug logging)" helpDump: "/maintenance dump (Dumps some server information, used for bug reports)" helpHelp: "/maintenance help [page] (Shows this beautiful help window)" @@ -93,11 +93,11 @@ helpUpdate: "/maintenance update (Remotely downloads the newest vers helpWhitelist: "/maintenance whitelist (Shows all whitelisted players for the maintenance mode)" helpWhitelistAdd: "/maintenance add (Adds the player to the maintenance whitelist, so they can join the server even though maintenance is enabled)" helpWhitelistRemove: "/maintenance remove (Removes the player from the maintenance whitelist)" -#Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Spigot/Sponge +#Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Paper/Sponge helpAbortSingleTimer: "/maintenance aborttimer [server] (If running, the current timer will be aborted)" -helpSingleEndtimer: "/maintenance endtimer [server] (After the given time in minutes, maintenance mode will be disabled)" -helpSingleStarttimer: "/maintenance starttimer [server] (After the given time in minutes, maintenance mode will be enabled)" -helpSingleScheduleTimer: "/maintenance scheduletimer [server] (After the given time in minutes, maintenance mode will be enabled for the given duration in minutes)" +helpSingleEndtimer: "/maintenance endtimer [server] (After the given time, e.g. 1h5m, maintenance mode will be disabled)" +helpSingleStarttimer: "/maintenance starttimer [server] (After the given time, e.g. 1h5m, maintenance mode will be enabled)" +helpSingleScheduleTimer: "/maintenance scheduletimer [server] (After the given time, e.g. 1h5m, maintenance mode will be enabled)" helpSingleToggle: "/maintenance [server] (Enables/disables maintenance mode)" helpStatus: "/maintenance status (Lists all proxied servers, that are currently under maintenance)" #Used for autoupdating the language file, do not change this value.