diff --git a/core/src/main/resources/language-zh.yml b/core/src/main/resources/language-zh.yml index c2287acd..f0242159 100644 --- a/core/src/main/resources/language-zh.yml +++ b/core/src/main/resources/language-zh.yml @@ -14,7 +14,7 @@ endtimerStarted: "开始计时: 维护模式将在%TI starttimerBroadcast: "维护模式将在%TIME%后开启" starttimerStarted: "开始计时: 维护模式将在%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%." +scheduletimerStarted: "正在运行的计时器: 维护模式将在 %TIME% 后启用,并持续 %DURATION%." timerAlreadyRunning: "当前已有计时正在执行!" timerNotRunning: "当前没有正在运行的计时器。" timerCancelled: "当前计时器已中止。" @@ -53,11 +53,11 @@ singleTimerAlreadyRunning: "该服务器已有计时器正在运行 singleTimerCancelled: "服务器%SERVER%的计时器已中止" singleTimerNotRunning: "该服务器当前没有正在运行的计时器。" singleEndtimerBroadcast: "服务器%SERVER%的维护模式将在%TIME%后关闭。" -singleEndtimerStarted: "Started timer: Maintenance mode on server %SERVER% will be deactivated in %TIME%." +singleEndtimerStarted: "正在运行的计时器:将在 %TIME% 后关闭 %SERVER% 上的维护模式 ." singleStarttimerBroadcast: "服务器%SERVER%的维护模式将在%TIME%后开启。" -singleStarttimerStarted: "Started timer: Maintenance mode on server %SERVER% will be activated in %TIME%." +singleStarttimerStarted: "正在运行的计时器:将在 %TIME% 后开启 %SERVER% 上的维护模式 ." 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%." +singleScheduletimerStarted: "正在运行的计时器: %SERVER% 上的维护模式将在 %TIME% 后启用,并持续 %DURATION%." singleMaintenanceKick: "服务器%SERVER%正在维护!请稍后再试!" singleMaintenanceKickComplete: "服务器%SERVER%正在维护!
你可以尝试重新加入另一个服务器!" singleMaintenanceActivated: "服务器%SERVER%的维护模式已启用。"