From 62ad2b899e3173970c614a56ba0d85ea2caef9c2 Mon Sep 17 00:00:00 2001 From: Maintenancer <124679731+Maintenancer@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:14:21 +0200 Subject: [PATCH] New translations language-en.yml (Chinese Traditional) --- core/src/main/resources/language-zh.yml | 178 ++++++++++++------------ 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/core/src/main/resources/language-zh.yml b/core/src/main/resources/language-zh.yml index bc0f56f7..872a3638 100644 --- a/core/src/main/resources/language-zh.yml +++ b/core/src/main/resources/language-zh.yml @@ -3,102 +3,102 @@ #For a full list of formats and fancy examples, see https://docs.adventure.kyori.net/minimessage/format.html #Messages containing the placeholder "" will have it replaced with the following string prefix: "[Maintenance] " -noPermission: "你没有执行该命令的权限。" -kickmessage: "服务器正在维护!
请稍后再试!" -maintenanceActivated: "维护模式已启用。" -maintenanceDeactivated: "维护模式已停用。" -alreadyEnabled: "维护模式已开启。" -alreadyDisabled: "维护模式已关闭!" -endtimerBroadcast: "维护模式将在%TIME%后关闭" -endtimerStarted: "开始计时: 维护模式将在%TIME%后关闭" -starttimerBroadcast: "维护模式将在%TIME%后开启" -starttimerStarted: "开始计时: 维护模式将在%TIME%后开启。" -scheduletimerBroadcast: "维护模式将在 %TIME% 后开启,并将持续 %DURATION%。" -scheduletimerStarted: "正在运行的计时器: 维护模式将在 %TIME% 后启用,并持续 %DURATION%." -timerAlreadyRunning: "当前已有计时正在执行!" -timerNotRunning: "当前没有正在运行的计时器。" -timerCancelled: "" -timerTooLong: "数值必须小于40320(28天)!" -timerMotdDisabled: "如果要使用/编辑特定于计时器的MOTD,你必须在Config.yml配置中将'enable-timerspecific-messages'设置为'true'" +noPermission: "You do not have the permission to execute that command." +kickmessage: "The server is currently under maintenance!
Try again later!" +maintenanceActivated: "Maintenance mode is now activated." +maintenanceDeactivated: "Maintenance mode is now deactivated." +alreadyEnabled: "Maintenance is already enabled!" +alreadyDisabled: "Maintenance is already disabled!" +endtimerBroadcast: "Maintenance mode will be disabled in %TIME%." +endtimerStarted: "Started timer: Maintenance mode will be deactivated in %TIME%." +starttimerBroadcast: "Maintenance mode will be enabled in %TIME%." +starttimerStarted: "Started timer: Maintenance mode will be activated in %TIME%." +scheduletimerBroadcast: "Maintenance mode will be enabled in %TIME% and will last for %DURATION%." +scheduletimerStarted: "Started timer: Maintenance mode will be enabled in %TIME% and will last for %DURATION%." +timerAlreadyRunning: "There is already a timer scheduled!" +timerNotRunning: "There is currently no running timer." +timerCancelled: "The current timer has been disabled." +timerTooLong: "The duration has to be less than 28 days!" +timerMotdDisabled: "You have to set 'enable-timerspecific-messages' in the config to 'true', if you want to use/edit timerspecific motds." motdTimer: "%HOURS%:%MINUTES%:%SECONDS%" motdTimerNotRunning: "-" -joinNotification: "%PLAYER%试图加入服务器。" -motdList: "当前维护模式MOTD:" -motdListEmpty: "你没有配置维护模式MOTD!" -reload: "重新加载配置、维护玩家白名单、语言文件和维护图标" -removedMotd: "删除第%INDEX%条维护模式MOTD" -removeMotdError: "你只有一条维护模式MOTD,所有你不能再删除任何MOTD!" -setMotd: "设置第%INDEX%条第%LINE%行维护模式MOTD为%MOTD%" -setMotdIndexError: "你现在有%MOTDS%条MOTD,所以你必须选择一个介于1和%NEWAMOUNT%之间的数字。" -setMotdLineError: "第二个参数必须是行号(1或2)!" -updateDownloading: "正在下载更新..." -updateFailed: "更新失败!" -updateFinished: "插件更新成功!为了防止任务出现问题并完成更新,你必须重新启动服务器!" -whitelistedPlayers: "维护玩家白名单:" +joinNotification: "%PLAYER% tried to join the server." +motdList: "List of your maintenance motds:" +motdListEmpty: "You don't have any maintenance motds set!" +reload: "Reloaded config, whitelistedplayers, language file and the maintenance icon." +removedMotd: "Removed motd number %INDEX%." +removeMotdError: "You only have one motd, so you cannot remove any!" +setMotd: "Set line %LINE% of the %INDEX%. maintenance motd to %MOTD%" +setMotdIndexError: "You currently have %MOTDS% motds, so you have to pick a number between 1 and %NEWAMOUNT%." +setMotdLineError: "The second argument has to be the line number (1 or 2)!" +updateDownloading: "Downloading update..." +updateFailed: "Update failed!" +updateFinished: "The update was successful! To prevent issues with tasks and to complete the update, you have to restart the server!" +whitelistedPlayers: "Whitelisted players for maintenance:" whitelistedPlayersFormat: "- %NAME% (%UUID%)" -whitelistAdded: "%PLAYER%添加到维护玩家白名单!" -whitelistAlreadyAdded: "玩家%PLAYER%已在维护玩家白名单中!" -whitelistRemoved: "从维护玩家白名单中删除%PLAYER%!" -whitelistNotFound: "此玩家不在维护玩家白名单中!" -whitelistEmpty: "维护玩家白名单为空!使用/maintenance add 添加某人!" -playerNotFound: "此服务器上从未出现该名称的玩家" -playerNotFoundUuid: "找不到具有该UUID的玩家。" -playerNotOnline: "没有使用该名称的在线玩家" -offlinePlayerFetchError: "获取离线玩家时出现错误。请稍后再试。" -invalidUuid: "无效的UUID格式!" +whitelistAdded: "Added %PLAYER% to the maintenance whitelist!" +whitelistAlreadyAdded: "%PLAYER% already is in the maintenance whitelist!" +whitelistRemoved: "Removed %PLAYER% from the maintenance whitelist!" +whitelistNotFound: "This player is not in the maintenance whitelist!" +whitelistEmpty: "The maintenance whitelist is empty! Use /maintenance add to add someone!" +playerNotFound: "No player with this name has played on this server before." +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 Paper/Sponge -sentToWaitingServer: "您已被传送到等待服务器!" -forceWaitingServer: "启用维护时,您不能离开等待服务器!" -serverNotFound: "未找到拥有此名称的服务器!" -singleTimerAlreadyRunning: "该服务器已有计时器正在运行!" -singleTimerCancelled: "服务器%SERVER%的计时器已中止" -singleTimerNotRunning: "该服务器当前没有正在运行的计时器。" -singleEndtimerBroadcast: "服务器%SERVER%的维护模式将在%TIME%后关闭。" -singleEndtimerStarted: "正在运行的计时器:将在 %TIME% 后关闭 %SERVER% 上的维护模式 ." -singleStarttimerBroadcast: "服务器%SERVER%的维护模式将在%TIME%后开启。" -singleStarttimerStarted: "正在运行的计时器:将在 %TIME% 后开启 %SERVER% 上的维护模式 ." -singleScheduletimerBroadcast: "服务器 %SERVER% 上的维护模式将在 %TIME% 后开启,并持续 %DURATION%。" -singleScheduletimerStarted: "正在运行的计时器: %SERVER% 上的维护模式将在 %TIME% 后启用,并持续 %DURATION%." -singleMaintenanceKick: "服务器%SERVER%正在维护!请稍后再试!" -singleMaintenanceKickComplete: "服务器%SERVER%正在维护!
你可以尝试重新加入另一个服务器!" -singleMaintenanceActivated: "服务器%SERVER%的维护模式已启用。" -singleMaintenanceDeactivated: "服务器%SERVER%的维护模式已停用。" -singleServerAlreadyEnabled: "服务器%SERVER%的维护模式已开启!" -singleServerAlreadyDisabled: "服务器%SERVER%的维护模式已关闭!" -singleServerMaintenanceList: "已开启维护的服务器有:" -singleServerMaintenanceListEmpty: "没有正在维护的服务器" +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!" +singleTimerAlreadyRunning: "There is already a timer scheduled for that server!" +singleTimerCancelled: "The current timer for server %SERVER% has been disabled." +singleTimerNotRunning: "There is currently no running timer for that server." +singleEndtimerBroadcast: "Maintenance mode on server %SERVER% will be disabled in %TIME%." +singleEndtimerStarted: "Started timer: Maintenance mode on server %SERVER% will be deactivated in %TIME%." +singleStarttimerBroadcast: "Maintenance mode on server %SERVER% will be enabled in %TIME%." +singleStarttimerStarted: "Started timer: Maintenance mode on server %SERVER% will be activated in %TIME%." +singleScheduletimerBroadcast: "Maintenance mode on server %SERVER% will be enabled in %TIME% and will last for %DURATION%." +singleScheduletimerStarted: "Started timer: Maintenance mode on server %SERVER% will be enabled in %TIME% and will last for %DURATION%." +singleMaintenanceKick: "The server %SERVER% is currently under maintenance! Try again later!" +singleMaintenanceKickComplete: "The server %SERVER% is under maintenance!
You may try to rejoin to go onto another server!" +singleMaintenanceActivated: "Maintenance mode is now activated on server %SERVER%." +singleMaintenanceDeactivated: "Maintenance mode is now deactivated on server %SERVER%." +singleServerAlreadyEnabled: "Maintenance is already enabled on server %SERVER%!" +singleServerAlreadyDisabled: "Maintenance is already disabled on server %SERVER%!" +singleServerMaintenanceList: "Proxied servers, that have maintenance enabled:" +singleServerMaintenanceListEmpty: "There are no proxied servers that are under maintenance." singleServerMaintenanceListEntry: "- %SERVER%" -second: "秒" -seconds: "秒" -minute: "分钟" -minutes: "分钟" -hour: "小时" -hours: "小时" +second: "second" +seconds: "seconds" +minute: "minute" +minutes: "minutes" +hour: "hour" +hours: "hours" helpHeader: "========[ %NAME% | %PAGE%/%MAX% ]========" -helpPageNotFound: "没有此页码的帮助页!" -helpNextPage: "使用/maintenance help %PAGE% 切换到下一帮助页" -helpAbortTimer: "/maintenance aborttimer (中止当前开启的计时器)" -helpEndtimer: "" -helpStarttimer: "" -helpScheduleTimer: "" +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, 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 (转储一些服务器信息,用于错误报告)" -helpHelp: "/maintenance help [page] (显示帮助信息)" -helpMotd: "/maintenance motd [timer] (显示当前设置的维护模式MOTD。如果指定'timer',则显示计时器MOTD)" -helpRemoveMotd: "/maintenance removemotd [timer] (删除维护模式的MOTD。如果使用'timer'参数,将设置计时器特定的Ping消息)" -helpSetMotd: "/maintenance setmotd [timer] <1/2> (设置维护模式的MOTD。如果使用'timer'参数,将设置计时器特定的Ping消息)" -helpReload: "/maintenance reload (重新加载配置、维护玩家白名单、语言文件和维护图标)" -helpToggle: "/maintenance (开启/关闭维护模式)" -helpUpdate: "/maintenance update (远程下载最新版本插件到服务器)" -helpWhitelist: "/maintenance whitelist (显示所有维护玩家白名单)" -helpWhitelistAdd: "/maintenance add (将玩家加入维护玩家白名单,这样即使开启了维护,他们也能加入服务器)" -helpWhitelistRemove: "/maintenance remove (将玩家从维护玩家白名单中移除)" +helpDump: "/maintenance dump (Dumps some server information, used for bug reports)" +helpHelp: "/maintenance help [page] (Shows this beautiful help window)" +helpMotd: "/maintenance motd [timer] (Lists the currently set maintenance motds. If specifying 'timer', the timer motds are shown)" +helpRemoveMotd: "/maintenance removemotd [timer] (Removes a maintenance motd. If using 'timer' as an argument, a timerspecific pingmessage will be removed)" +helpSetMotd: "/maintenance setmotd [timer] <1/2> (Sets a motd for maintenance mode. If using 'timer' as an argument, a timerspecific pingmessage will be set)" +helpReload: "/maintenance reload (Reloads the config file, whitelist file and the server-icon)" +helpToggle: "/maintenance (Enables/disables maintenance mode)" +helpUpdate: "/maintenance update (Remotely downloads the newest version of the plugin onto your server)" +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 Paper/Sponge -helpAbortSingleTimer: "/maintenance aborttimer [server] (中止指定服务器开启的计时器)" -helpSingleEndtimer: "" -helpSingleStarttimer: "" -helpSingleScheduleTimer: "" -helpSingleToggle: "/maintenance [server] (开启/关闭指定服务器的维护模式)" -helpStatus: "/maintenance status (列出当前正在维护的所有服务器)" +helpAbortSingleTimer: "/maintenance aborttimer [server] (If running, the current timer will be aborted)" +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. language-version: 2