diff --git a/core/src/main/resources/language-de.yml b/core/src/main/resources/language-de.yml index f6dc8257..be906f4f 100644 --- a/core/src/main/resources/language-de.yml +++ b/core/src/main/resources/language-de.yml @@ -7,7 +7,7 @@ noPermission: "Du hast nicht die erforderliche Berechtigung, um diesen Befe kickmessage: "Der Server befindet sich momentan im Wartungsmodus!
Bitte versuche es später nochmal!" maintenanceActivated: "Der Wartungsmodus ist jetzt aktiviert." maintenanceDeactivated: "Der Wartungsmodus ist nun deaktiviert." -maintenanceStatusOn: "Wartungsmodus ist momentan aktiviert." +maintenanceStatusOn: "Wartungsmodus ist derzeit aktiviert." maintenanceStatusOff: "Wartungsmodus ist momentan deaktiviert." maintenanceStatusOnWithEndTimer: "Wartungsmodus ist momentan aktiviert und wird deaktiviert in %TIME%." maintenanceStatusOffWithStartTimer: "Wartungsmodus ist momentan deaktiviert und wird aktiviert in %TIME%." @@ -111,14 +111,14 @@ helpSingleToggle: "/maintenance [server|global] [mode] (Akt helpStatus: "/maintenance status (Zeigt alle Server an, auf denen momentan der Wartungsmodus aktiviert ist)" #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." -webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." -webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." +webhookMaintenanceActivated: "**Wartungsmodus aktiviert.**" +webhookMaintenanceDeactivated: "**Wartungsmodus deaktiviert.**" +webhookStarttimerStarted: "Der Wartungsmodus wird aktiviert in (`%TIME%`)." +webhookEndtimerStarted: "Der Wartungsmodus wird deaktiviert in (`%TIME%`)." +webhookJoinNotification: "Beitritt gesperrt: `%PLAYER%` hat versucht, während den Wartungsarbeiten beizutreten." +webhookSingleMaintenanceActivated: "Der Wartungsmodus wurde aktiviert auf `%SERVER%`." +webhookSingleMaintenanceDeactivated: "Der Wartungsmodus wurde deaktiviert auf `%SERVER%`." +webhookSingleStarttimerStarted: "Der Wartungsmodus wird aktiviert auf `%SERVER%` (`%TIME%`)." +webhookSingleEndtimerStarted: "Der Wartungsmodus wird deaktiviert auf `%SERVER%` (`%TIME%`)." #Used for autoupdating the language file, do not change this value. language-version: 4 diff --git a/core/src/main/resources/language-es.yml b/core/src/main/resources/language-es.yml index f4ae1f32..76eaddfc 100644 --- a/core/src/main/resources/language-es.yml +++ b/core/src/main/resources/language-es.yml @@ -5,35 +5,35 @@ prefix: "[Maintenance] " noPermission: "No tienes permiso para ejecutar este comando." kickmessage: "¡El servidor se encuentra en mantenimiento!
¡Intentalo de nuevo más tarde!" -maintenanceActivated: "Mantenimiento activado." -maintenanceDeactivated: "Modo mantenimiento desactivado." -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." -maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." -maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." -alreadyEnabled: "¡Modo mantenimiento se encuentra habilitado!" -alreadyDisabled: "¡Modo mantenimiento se encuentra deshabilitado!" +maintenanceActivated: "Modo Mantenimiento activado." +maintenanceDeactivated: "Modo Mantenimiento desactivado." +maintenanceStatusOn: "El modo de mantenimiento está actualmente activado." +maintenanceStatusOff: "El modo de mantenimiento está actualmente desactivado." +maintenanceStatusOnWithEndTimer: "El modo de mantenimiento está actualmente habilitado y se desactivará en %TIME%." +maintenanceStatusOffWithStartTimer: "El modo de mantenimiento está actualmente desactivado y se activará en %TIME%." +alreadyEnabled: "¡Modo mantenimiento ya está activado!" +alreadyDisabled: "¡Modo mantenimiento ya está desactivado!" endtimerBroadcast: "El modo mantenimiento se desactivará en %TIME%." -endtimerStarted: "Temporizador iniciado: El modo mantenimiento se desactivará en %TIME%." -starttimerBroadcast: "El modo mantenimiento se habilitara en %TIME%." -starttimerStarted: "Temporizador iniciado: El modo mantenimiento se activará en %TIME%." -scheduletimerBroadcast: "Maintenance mode will be enabled in %TIME% and will last for %DURATION%." +endtimerStarted: "Temporizador iniciado: El modo mantenimiento se desactivará en %TIME%." +starttimerBroadcast: "El modo mantenimiento se activará en %TIME%." +starttimerStarted: "Temporizador iniciado: El modo mantenimiento se activará en %TIME%." +scheduletimerBroadcast: "Temporizador iniciado: El modo mantenimiento se activará en %TIME% y durará %DURATION%." scheduletimerStarted: "Temporizador iniciado: El modo mantenimiento se activará en %TIME% y durará %DURATION%." timerAlreadyRunning: "¡Ya hay un temporizador programado!" -timerNotRunning: "Actualmente no hay ningún temporizador." +timerNotRunning: "Actualmente no hay ningún temporizador." timerCancelled: "El Temporizador actual ha sido deshabilitado." -timerTooLong: "El numero debe ser menor a 40320 (28 días)" -timerMotdDisabled: "Tienes que configurar 'enable-timerspecific-messages' en la configuración en 'true', si quieres usar / editar motdspecers específicos." +timerTooLong: "¡La duración debe ser menor a 28 días!" +timerMotdDisabled: "Debes configurar 'enable-timerspecific-messages' en la configuración a 'true', si quieres usar/editar motds por temporizador." motdTimer: "%HOURS%:%MINUTES%:%SECONDS%" motdTimerNotRunning: "-" -joinNotification: "%PLAYER% Intenta unirse al servidor." +joinNotification: "%PLAYER% intentó unirse al servidor." motdList: "Lista de motds de mantenimiento:" motdListEmpty: "¡No tienes ningún motd(s) de mantenimiento establecido!" reload: "Configuracion recargada" removedMotd: "Numero de motd eliminado %INDEX%." removeMotdError: "&Solo tienes un motd, por lo que no puedes eliminar ninguno!" setMotd: "Establecer linea %LINE% sobre %INDEX%. Para mantenimiento para %MOTD%" -setReason: "Set maintenance reason to: %REASON%" +setReason: "Se estableció el motivo de mantenimiento a: %REASON%" setMotdIndexError: "Actualmente tiene %MOTDS% Motd(s), por lo que debe elegir un número entre 1 y %NEWAMOUNT%." setMotdLineError: "El segundo argumento tiene que ser el numero de línea.(1 ó 2)!" updateDownloading: "Descargando actualización..." @@ -73,8 +73,8 @@ singleServerAlreadyDisabled: "El modo mantenimiento se encuentra d singleServerMaintenanceList: "Servidores proxy, que tienen habilitado el mantenimiento:" singleServerMaintenanceListEmpty: "No hay servidores proxy que están en mantenimiento." singleServerMaintenanceListEntry: "- %SERVER%" -singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% starting in %TIME%" -singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% ending in %TIME%" +singleServerMaintenanceListEntryWithStartTimer: "- Abriendo %SERVER% en %TIME%" +singleServerMaintenanceListEntryWithEndTimer: "- Cerrando %SERVER% en %TIME%" second: "Segundo" seconds: "Segundos" minute: "Minuto" @@ -85,7 +85,7 @@ helpHeader: "========[ %NAME% | %PAGE%/%MA helpPageNotFound: "No hay pagina con ese número." helpNextPage: "Utilice /maintenance help %PAGE% Para pasar a la siguiente ventana de ayuda." helpAbortTimer: "/maintenance aborttimer (Si se ejecuta, se abortará el temporizador actual)" -helpEndtimer: "/maintenance endtimer (After the given time, e.g. 1h5m, maintenance mode will be disabled)" +helpEndtimer: "/maintenance endtimer (Después del tiempo establecido, ej. 1h5m, el modo de mantenimiento será desactivado)" helpStarttimer: "/maintenance starttimer (Después del tiempo indicado, ej: 1h5m, El modo mantenimiento se habilita.)" helpScheduleTimer: "/maintenance scheduletimer (Después del tiempo indicado, ej. 1h5m, el modo mantenimiento se habilitará.)" helpDebug: "/maintenance debug (Activa algunos registros de depuración)" @@ -94,9 +94,9 @@ helpHelp: "/maintenance help [page] (Muestra la pagina de helpMotd: "/maintenance motd [timer] (Enumera los motivos de mantenimiento establecidos actualmente. Si se especifica el 'temporizador', se muestran los motivos del temporizador)" helpRemoveMotd: "/maintenance removemotd [timer] (Elimina un mantenimiento motd. Si se usa 'timer' como argumento, se eliminará un pingmessage de temporizador específico)" helpSetMotd: "/maintenance setmotd [timer] <1/2> (Establece un motd para el modo de mantenimiento. Si usa 'timer' como argumento, se establecerá un mensaje de ping específico para el tiempo)" -helpSetReason: "/maintenance setreason (Sets or clears the %REASON% placeholder value)" +helpSetReason: "/maintenance setreason (Configura o reestablece el valor por defecto de %REASON%)" helpReload: "/maintenance reload (Vuelve a cargar el archivo de configuración, el archivo de la lista blanca y el ícono del servidor)" -helpGlobalStatus: "/maintenance status (Shows the current maintenance status and any running timers)" +helpGlobalStatus: "/maintenance status (Muestra el estado de mantenimiento actual y cualquier temporizador activo)" helpToggle: "/maintenance [mode] (Habilita/desactiva el modo de mantenimiento con un modo de visualización opcional al habilitar)" helpUpdate: "/maintenance update (Descarga de forma remota la versión más reciente del complemento en su servidor)" helpWhitelist: "/maintenance whitelist (Muestra todos los jugadores en lista blanca para el modo de mantenimiento)" @@ -111,14 +111,14 @@ helpSingleToggle: "/maintenance [servidor|global] [mode] ( helpStatus: "/maintenance status (Enumera todos los servidores proxy, que están actualmente en mantenimiento)" #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." -webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." -webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." +webhookMaintenanceActivated: "**Modo de mantenimiento activado.**" +webhookMaintenanceDeactivated: "**Modo de mantenimiento desactivado.**" +webhookStarttimerStarted: "El modo mantenimiento se activará en %TIME%`)." +webhookEndtimerStarted: "El modo mantenimiento se desactivará en %TIME%`)." +webhookJoinNotification: "Bloqueado: `%PLAYER%` intentó unirse durante el mantenimiento." +webhookSingleMaintenanceActivated: "Modo de mantenimiento activado en %SERVER%`." +webhookSingleMaintenanceDeactivated: "Modo de mantenimiento desactivado en `%SERVER%`." +webhookSingleStarttimerStarted: "El modo de mantenimiento se activará en `%SERVER%` (`%TIME%`)." +webhookSingleEndtimerStarted: "El modo de mantenimiento se desactivará en `%SERVER%` (`%TIME%`)." #Used for autoupdating the language file, do not change this value. language-version: 5 diff --git a/core/src/main/resources/language-fr.yml b/core/src/main/resources/language-fr.yml index c627434c..256cf5d6 100644 --- a/core/src/main/resources/language-fr.yml +++ b/core/src/main/resources/language-fr.yml @@ -7,10 +7,10 @@ noPermission: "Vous n'avez pas la permission d'exécuter cette commande." kickmessage: "Le serveur est actuellement en maintenance !
Réessayez plus tard !" maintenanceActivated: "Le mode maintenance est maintenant activé." maintenanceDeactivated: "Le mode maintenance est maintenant désactivé." -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." -maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." -maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." +maintenanceStatusOn: "Le mode maintenance est actuellement activé." +maintenanceStatusOff: "Le mode maintenance est actuellement désactivé." +maintenanceStatusOnWithEndTimer: "Le mode maintenance est actuellement activé et sera désactivé dans %TIME%" +maintenanceStatusOffWithStartTimer: "Le mode maintenance est actuellement désactivé et sera activé dans %TIME%" alreadyEnabled: "La maintenance est déjà activée !" alreadyDisabled: "La maintenance est déjà désactivée !" endtimerBroadcast: "Le mode maintenance sera désactivé dans %TIME%." @@ -33,7 +33,7 @@ reload: "Fichier de configuration, liste blanche (whitelist) des removedMotd: "Numéro de motd supprimé %INDEX%." removeMotdError: "Vous n’avez qu’un motd, vous ne pouvez donc pas en supprimer !" setMotd: "Ligne %LINE% du motd %INDEX%. fixée à %MOTD%" -setReason: "Set maintenance reason to: %REASON%" +setReason: "Raison de la maintenance configurée à : %REASON%" setMotdIndexError: "Vous avez actuellement %MOTDS% motd(s), vous devez donc choisir un nombre compris entre 1 et %NEWAMOUNT%." setMotdLineError: "Le deuxième argument doit être le numéro de ligne (1 ou 2) !" updateDownloading: "Téléchargement de la mise à jour..." @@ -73,8 +73,8 @@ singleServerAlreadyDisabled: "La maintenance est déjà désactivé singleServerMaintenanceList: "Serveurs proxy ayant la maintenance activée :" singleServerMaintenanceListEmpty: "Il n'y a pas de serveurs proxy en maintenance." singleServerMaintenanceListEntry: "- %SERVER%" -singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% starting in %TIME%" -singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% ending in %TIME%" +singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% comme dans %TIME%" +singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% termine dans %TIME%" second: "seconde" seconds: "secondes" minute: "minute" @@ -94,10 +94,10 @@ helpHelp: "/maintenance help [page] (Montre cette belle fenêtre d'a helpMotd: "/maintenance motd [timer] (Répertorie les paramètres de maintenance actuellement définis. Si vous spécifiez 'timer', les mots de la minuterie seront affichés)" helpRemoveMotd: "/maintenance removemotd [timer] (Supprime un motd de maintenance. Si vous utilisez 'timer' comme argument, un message ping spécifique au temporisateur sera supprimé)" helpSetMotd: "/maintenance setmotd [timer] <1/2> (Définit un motd pour le mode maintenance. Si vous utilisez 'timer' comme argument, un message ping spécifique à un temporisateur sera défini)" -helpSetReason: "/maintenance setreason (Sets or clears the %REASON% placeholder value)" +helpSetReason: "/maintenance setreason (définit ou efface la valeur du placeholder %REASON%)" helpReload: "/maintenance reload (Recharge le fichier de configuration, la liste blanche, le fichier de langue et l'icône du serveur)" -helpGlobalStatus: "/maintenance status (Shows the current maintenance status and any running timers)" -helpToggle: "/maintenance [mode] (Enables/disables maintenance mode with an optional display mode when enabling)" +helpGlobalStatus: "/maintenance status (Affiche les états de maintenance et les minuteurs actifs)" +helpToggle: "/maintenance [mode] (Active/désactive le mode maintenance)" helpUpdate: "/maintenance update (Télécharge la dernière version du plugin sur votre serveur)" helpWhitelist: "/maintenance whitelist (Affiche les joueurs de la liste blanche pour le mode maintenance)" helpWhitelistAdd: "/maintenance add (Ajoute un joueur à la liste blanche de maintenance afin qu'il puisse rejoindre le serveur même si la maintenance est activée)" @@ -107,18 +107,18 @@ helpAbortSingleTimer: "/maintenance aborttimer [server] (Si en cours helpSingleEndtimer: "/maintenance endtimer [serveur] (Après le temps imparti, ex. 1h5m, le mode maintenance sera désactiver)" helpSingleStarttimer: "/maintenance starttimer [serveur] (Après le temps imparti, ex. 1h5m, le mode maintenance sera activé)" helpSingleScheduleTimer: "/maintenance scheduletimer [serveur] (Après le temps imparti, ex. 1h5m, le mode maintenance sera activé)" -helpSingleToggle: "/maintenance [server|global] [mode] (Enables/disables maintenance mode globally or on a specific server with an optional display mode when enabling)" +helpSingleToggle: "/maintenance [server|global] [mode] (Active/désactive le mode maintenance globalement, ou sur un serveur spécifique avec un mode d'affichage facultatif lors de l'activation)" helpStatus: "/maintenance status (Répertorie tous les serveurs mandatés actuellement en maintenance)" #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." -webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." -webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." +webhookMaintenanceActivated: "\n\n**Mode maintenance activé.**" +webhookMaintenanceDeactivated: "\n\n**Mode maintenance désactivé.**" +webhookStarttimerStarted: "Le mode maintenance sera activé dans (`%TIME%`)." +webhookEndtimerStarted: "Le mode maintenance sera désactivé dans (`%TIME%`)." +webhookJoinNotification: "Connexion bloquée : `%PLAYER%` a cherché à rejoindre durant une maintenance." +webhookSingleMaintenanceActivated: "Mode maintenance activé sur `%SERVER%`." +webhookSingleMaintenanceDeactivated: "Mode maintenance désactivé sur `%SERVER%`." +webhookSingleStarttimerStarted: "Le mode maintenance sera activé sur `%SERVER%` (`%TIME%`)." +webhookSingleEndtimerStarted: "Le mode maintenance sera désactivé sur `%SERVER%` (`%TIME%`)." #Used for autoupdating the language file, do not change this value. language-version: 5 diff --git a/core/src/main/resources/language-pl.yml b/core/src/main/resources/language-pl.yml index aaba7470..d4bd1592 100644 --- a/core/src/main/resources/language-pl.yml +++ b/core/src/main/resources/language-pl.yml @@ -7,10 +7,10 @@ noPermission: "Nie posiadasz permisji na użycie tej komendy." kickmessage: "Serwer jest w trakcie przerwy technicznej!
Spróbuj ponownie później!" maintenanceActivated: "Tryb konserwacji włączony." maintenanceDeactivated: "Tryb konserwacji wyłączony." -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." -maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." -maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." +maintenanceStatusOn: "Tryb konserwacji jest obecnie włączony." +maintenanceStatusOff: "Tryb konserwacji jest obecnie wyłączony." +maintenanceStatusOnWithEndTimer: "Tryb konserwacji jest obecnie włączony i zostanie wyłączony za %TIME%." +maintenanceStatusOffWithStartTimer: "Tryb konserwacji jest obecnie wyłączony i zostanie włączony za %TIME%." alreadyEnabled: "Tryb konserwacji jest już włączony!" alreadyDisabled: "Tryb konserwacji jest już wyłączony!" endtimerBroadcast: "Przerwa techniczna zostanie zakończona za %TIME%." @@ -22,7 +22,7 @@ scheduletimerStarted: "Rozpoczęto timer: Przerwa techniczn timerAlreadyRunning: "Timer został już zaplanowany!" timerNotRunning: "Aktualnie nie ma żadnego działającego timera." timerCancelled: "Bieżący timer został anulowany." -timerTooLong: "Liczba musi być mniejsza niż 40320 (28 dni)!" +timerTooLong: "Podany czas musi być krótszy niż 28 dni!" timerMotdDisabled: "Musisz ustawić 'enable-timerspecific-messages' w konfiguracji na 'true', jeśli chcesz używać motd z timerem." motdTimer: "%HOURS%:%MINUTES%:%SECONDS%" motdTimerNotRunning: "-" @@ -33,7 +33,7 @@ reload: "Ponownie załadowano plik konfiguracji, białą listę, removedMotd: "Usunięto motd numer %INDEX%." removeMotdError: "Masz tylko jedno motd, którego nie możesz usunąć!" setMotd: "Ustawiono wiersz %LINE% od %INDEX%. motd konserwacji na %MOTD%" -setReason: "Set maintenance reason to: %REASON%" +setReason: "Ustawiono powód konserwacji na: %REASON%" setMotdIndexError: "Masz aktualnie %MOTDS% motd, więc musisz wybrać liczbę między 1 a %NEWAMOUNT%." setMotdLineError: "Drugi argument musi być numerem lini (1 lub 2)!" updateDownloading: "Pobieranie aktualizacji..." @@ -49,7 +49,7 @@ whitelistEmpty: "Biała lista konserwacji jest pusta! Użyj Ten gracz nigdy nie grał na serwerze." playerNotFoundUuid: "Nie można znaleźć gracza z tym uuid." playerNotOnline: "Nie ma gracza online z tym nickiem." -offlinePlayerFetchError: "There was an error while fetching offline player. Please try again later." +offlinePlayerFetchError: "Wystąpił błąd podczas pobierania gracza offline. Spróbuj ponownie później." invalidUuid: "Nieprawidłowy format uuid!" #Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Paper/Sponge sentToWaitingServer: "Zostałeś wysłany do poczekalni!" @@ -73,8 +73,8 @@ singleServerAlreadyDisabled: "Tryb konserwacji jest już wyłączon singleServerMaintenanceList: "Serwery z włączonym trybem konserwacji:" singleServerMaintenanceListEmpty: "Brak serwerów pod nadzorem." singleServerMaintenanceListEntry: "- %SERVER%" -singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% starting in %TIME%" -singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% ending in %TIME%" +singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% zaczyna się za %TIME%" +singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% kończy się za %TIME%" second: "sekunda" seconds: "sekund" minute: "minuta" @@ -85,40 +85,40 @@ helpHeader: "========[ %NAME% | %PAGE%/%MA helpPageNotFound: "Strona z tym numerem nie istnieje!" helpNextPage: "Użyj /maintenance help %PAGE% aby przejść do następnej strony pomocy." helpAbortTimer: "/maintenance aborttimer (Jeśli aktywny, timer zostanie anulowany)" -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)" +helpEndtimer: "/maintenance endtimer (Po podanym czasie, np. 1h5m, tryb konserwacji zostanie wyłączony)" +helpStarttimer: "/maintenance starttimer (Po podanym czasie, np. 1h5m, tryb konserwacji zostanie włączony)" +helpScheduleTimer: "/maintenance scheduletimer (Po podanym czasie, np. 1h5m, tryb konserwacji zostanie włączony)" helpDebug: "/maintenance debug (Włacza logowanie dodatkowych informcji do debugowania)" helpDump: "/maintenance dump (Daje informacje o serwerze, używane do raportowania błędów)" helpHelp: "/maintenance help [strona] (Pokazuje tą piękną stronę pomocy)" helpMotd: "/maintenance motd [timer] (Wyświetla aktualnie ustawione motd. Jeśli wstawiono 'timer', motd z timerem zostaną pokazane)" helpRemoveMotd: "/maintenance removemotd [timer] (Usuwa motd konserwacji. Jeśli wstawiono 'timer', motd z timerem zostanie usunięte)" helpSetMotd: "/maintenance setmotd [timer] <1/2> (Ustawia motd konserwacji. Jeśli wstawiono 'timer', motd z timerem zostanie ustawione)" -helpSetReason: "/maintenance setreason (Sets or clears the %REASON% placeholder value)" +helpSetReason: "/maintenance setreason (Ustawia albo usuwa powód trybu konserwacji w wiadomościach. Wpisz \"none\" jako powód, aby wyczyścić)" helpReload: "/maintenance reload (Przeładowuje plik konfiguracji, białej listy i ikonę serwera)" -helpGlobalStatus: "/maintenance status (Shows the current maintenance status and any running timers)" -helpToggle: "/maintenance [mode] (Enables/disables maintenance mode with an optional display mode when enabling)" +helpGlobalStatus: "/maintenance status (Pokazuje status trybu konserwacji i wszystkie minutniki)" +helpToggle: "/maintenance [tryb] (Włącza/Wyłącza tryb konserwacji, opcjonalnie z trybem podanym podczas włączania)" helpUpdate: "/maintenance update (Pobiera najnowszą wersję plugina)" helpWhitelist: "/maintenance whitelist (Pokazuje białą listę trybu konserwacji)" helpWhitelistAdd: "/maintenance add (Dodaje gracza do listy konserwacji, aby mogli dołączyć do serwera w trakcie konserwacji)" helpWhitelistRemove: "/maintenance remove (Usuwa gracza z listy trybu konserwacji)" #Messages for the Bungee/Velocity part, you can ignore them if you use the plugin on Paper/Sponge helpAbortSingleTimer: "/maintenance aborttimer [serwer] (Jeśli aktywny, timer zostanie anulowany)" -helpSingleEndtimer: "/maintenance endtimer [server] (After the given time, e.g. 1h5m, maintenance mode will be disabled)" +helpSingleEndtimer: "/maintenance endtimer [server] (Po podanym czasie, np. 1h5m, tryb konserwacji zostanie wyłączony)" 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|global] [mode] (Enables/disables maintenance mode globally or on a specific server with an optional display mode when enabling)" +helpSingleToggle: "/maintenance [serwer/global] [tryb] (Włącza/Wyłącza tryb konserwacji globalnie lub na podanym serwerze, opcjonalnie z trybem podanym podczas włączania)" helpStatus: "/maintenance status (Wyświetla wszystkie serwery w trybie konserwacji)" #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." -webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." -webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." +webhookMaintenanceActivated: "**Tryb konserwacji włączony.**" +webhookMaintenanceDeactivated: "**Tryb konserwacji wyłączony.**" +webhookStarttimerStarted: "Tryb konserwacji zostanie włączony (`%TIME%`)." +webhookEndtimerStarted: "Tryb konserwacji zostanie wyłączony (`%TIME%`)." +webhookJoinNotification: "Zablokowano dołączenie: `%PLAYER%` próbował(a) dołączyć podczas konserwacji." +webhookSingleMaintenanceActivated: "Tryb konserwacji włączony dla `%SERVER%`." +webhookSingleMaintenanceDeactivated: "Tryb konserwacji wyłączony dla `%SERVER%`." +webhookSingleStarttimerStarted: "Tryb konserwacji zostanie włączony dla `%SERVER%` (`%TIME%`)." +webhookSingleEndtimerStarted: "Tryb konserwacji zostanie wyłączony dla `%SERVER%` (`%TIME%`)." #Used for autoupdating the language file, do not change this value. language-version: 5 diff --git a/core/src/main/resources/language-pt.yml b/core/src/main/resources/language-pt.yml index eb1a1477..698df516 100644 --- a/core/src/main/resources/language-pt.yml +++ b/core/src/main/resources/language-pt.yml @@ -7,10 +7,10 @@ noPermission: "Você não tem permissão para executar esse comando." kickmessage: "O servidor está em manutenção!
Tente novamente mais tarde!" maintenanceActivated: "O modo de manutenção agora está ativado." maintenanceDeactivated: "O modo de manutenção agora está desativado." -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." -maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." -maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." +maintenanceStatusOn: "O modo de manutenção está atualmente ativo." +maintenanceStatusOff: "O modo de manutenção está atualmente desativado." +maintenanceStatusOnWithEndTimer: "O modo de manutenção está atualmente habilitado e será desabilitado em %TIME%." +maintenanceStatusOffWithStartTimer: "O modo de manutenção está atualmente desabilitado e será habilitado em %TIME%." alreadyEnabled: "A manutenção já está ativada!" alreadyDisabled: "A manutenção já está desativada!" endtimerBroadcast: "O modo de manutenção será desativado em %TIME%." @@ -33,7 +33,7 @@ reload: "Recarregou a configuração, lista de jogadores com perm removedMotd: "Motd número %INDEX% removida." removeMotdError: "Você possui apenas uma motd, portanto, não pode remover nenhuma!" setMotd: "Definiu a linha %LINE% da motd de manutenção %INDEX% para %MOTD%" -setReason: "Set maintenance reason to: %REASON%" +setReason: "Definir motivo de manutenção para: %REASON%" setMotdIndexError: "No momento, você possui %MOTDS% motds, portanto, deve escolher um número entre 1 e %NEWAMOUNT%." setMotdLineError: "O segundo argumento deve ser o número da linha (1 ou 2)!" updateDownloading: "Baixando atualização..." @@ -73,8 +73,8 @@ singleServerAlreadyDisabled: "A manutenção já está desativada n singleServerMaintenanceList: "Servidores proxy com manutenção ativada:" singleServerMaintenanceListEmpty: "Não há servidores proxy em manutenção no momento." singleServerMaintenanceListEntry: "- %SERVER%" -singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% starting in %TIME%" -singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% ending in %TIME%" +singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% iniciando em %TIME%" +singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% terminando em %TIME%" second: "segundo" seconds: "segundos" minute: "minuto" @@ -94,10 +94,10 @@ helpHelp: "/maintenance help [página] (Mostra esta bela janela de a helpMotd: "/maintenance motd [temporizador] (Lista as motds de manutenção atualmente definidas. Se 'temporizador' for especificado, as motds de temporizador serão mostradas)" helpRemoveMotd: "/maintenance removemotd [temporizador] <índice> (Remove uma motd de manutenção. Se usar 'temporizador' como argumento, uma mensagem de ping específica do temporizador será removida)" helpSetMotd: "/maintenance setmotd [temporizador] <índice> <1/2> (Define uma motd para o modo de manutenção. Se usar 'temporizador' como argumento, uma mensagem de ping específica do temporizador será definida)" -helpSetReason: "/maintenance setreason (Sets or clears the %REASON% placeholder value)" +helpSetReason: "/maintenance setreason (Define ou limpa o valor %REASON% comum)" helpReload: "/maintenance reload (Recarrega o arquivo de configuração, arquivo de lista branca e o ícone do servidor)" -helpGlobalStatus: "/maintenance status (Shows the current maintenance status and any running timers)" -helpToggle: "/maintenance [mode] (Enables/disables maintenance mode with an optional display mode when enabling)" +helpGlobalStatus: "/maintenance status (Mostra o estado atual da manutenção e qualquer timer em execução)" +helpToggle: "/maintenance [mode] (Ativa/desativa modo de manutenção com modo de exibição opcional quando ativado)" helpUpdate: "/maintenance update (Baixa remotamente a versão mais recente do plugin para o seu servidor)" helpWhitelist: "/maintenance whitelist (Mostra todos os jogadores na lista branca para o modo de manutenção)" helpWhitelistAdd: "/maintenance add (Adiciona o jogador à lista branca de manutenção, permitindo que eles entrem no servidor mesmo com a manutenção ativada)" @@ -107,17 +107,17 @@ helpAbortSingleTimer: "/maintenance aborttimer [servidor] (Se estive helpSingleEndtimer: "/maintenance endtimer [servidor] (Depois do tempo fornecido, exemplo: 1h5m, o modo manutenção será desabilitado)" helpSingleStarttimer: "/maintenance starttimer [servidor] (Depois do tempo fornecido, exemplo: 1h5m, o modo de manutenção será habilitado)" helpSingleScheduleTimer: "/maintenance scheduletimer [servidor] (Depois do tempo fornecido, exemplo: 1h5m, o modo de manutenção será habilitado)" -helpSingleToggle: "/maintenance [server|global] [mode] (Enables/disables maintenance mode globally or on a specific server with an optional display mode when enabling)" +helpSingleToggle: "/maintenance [server|global] [mode] (Ativa/desativa modo de manutenção globalmente ou em um servidor especifico com um modo de exibição opcional quando ativado)" helpStatus: "/maintenance status (Lista todos os servidores proxy que estão atualmente em manutenção)" #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." +webhookMaintenanceActivated: "**Modo de manutenção ativado.**" +webhookMaintenanceDeactivated: "**Modo de manutenção desativado.**" +webhookStarttimerStarted: "Manutenção será ativada em (`%TIME%`)." +webhookEndtimerStarted: "Manutenção será desativada em (`%TIME%`)." +webhookJoinNotification: "Entrada bloqueada: `%PLAYER%` tentou conectar durante a manutenção." +webhookSingleMaintenanceActivated: "Manutenção será ativada em `%SERVER%`." +webhookSingleMaintenanceDeactivated: "Manutenção será desativada em `%SERVER%`." webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." #Used for autoupdating the language file, do not change this value. diff --git a/core/src/main/resources/language-ru.yml b/core/src/main/resources/language-ru.yml index 6ace7556..cf318ff3 100644 --- a/core/src/main/resources/language-ru.yml +++ b/core/src/main/resources/language-ru.yml @@ -7,10 +7,10 @@ noPermission: "У вас нет разрешения на выполнен kickmessage: "Сервер закрыт на технические работы!
Попробуйте позже!" maintenanceActivated: "Режим технических работ включен." maintenanceDeactivated: "Режим технических работ выключен." -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." -maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." -maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." +maintenanceStatusOn: "Режим обслуживания уже включён." +maintenanceStatusOff: "Режим обслуживания уже выключен." +maintenanceStatusOnWithEndTimer: "Режим обслуживания уже включён и будет выключен через - %TIME%." +maintenanceStatusOffWithStartTimer: "Режим обслуживания уже Выключен и будет включен через - %TIME%." alreadyEnabled: "Режим технических работ уже включён!" alreadyDisabled: "Режим технических работ не был включен!" endtimerBroadcast: "Сервер будет открыт через %TIME%." @@ -33,7 +33,7 @@ reload: "Плагин успешно перезагружен!" removedMotd: "Удалена титульная строка с индексом %INDEX%." removeMotdError: "У вас должна оставаться хотя бы одна титульная строка!" setMotd: "Титульная строка %LINE% с индексом %INDEX% успешно изменена на %MOTD%" -setReason: "Set maintenance reason to: %REASON%" +setReason: " Проводятся технические работы: %REASON%" setMotdIndexError: "Неверный индекс, допустимые значения: 1 - %NEWAMOUNT%." setMotdLineError: "Вторым аргументом должен быть номер строки (1 или 2)!" updateDownloading: "Загрузка обновления..." @@ -73,8 +73,8 @@ singleServerAlreadyDisabled: "Режим технических работ singleServerMaintenanceList: "Сервера на которых включен режим технических работ:" singleServerMaintenanceListEmpty: "Сервера на которых включен режим технических работ: пусто" singleServerMaintenanceListEntry: "- %SERVER%" -singleServerMaintenanceListEntryWithStartTimer: "- %SERVER% starting in %TIME%" -singleServerMaintenanceListEntryWithEndTimer: "- %SERVER% ending in %TIME%" +singleServerMaintenanceListEntryWithStartTimer: " - %SERVER% Запуститься через %TIME%" +singleServerMaintenanceListEntryWithEndTimer: " - %SERVER% Закончится через %TIME%" second: "секунду" seconds: "секунд" minute: "минуту" @@ -94,10 +94,10 @@ helpHelp: "/maintenance help [страница] - Отобр helpMotd: "/maintenance motd - Отобразить список титульных сообщений." helpRemoveMotd: "/maintenance removemotd [индекс] - Удалить титульное сообщение." helpSetMotd: "/maintenance setmotd [индекс] [1|2] [сообщение] - Добавить новое титульное сообщение." -helpSetReason: "/maintenance setreason (Sets or clears the %REASON% placeholder value)" +helpSetReason: "/maintenance setreason <причина/ничего> (Установить или убрать %REASON% для отображения)" helpReload: "/maintenance reload - Перезагрузить плагин." -helpGlobalStatus: "/maintenance status (Shows the current maintenance status and any running timers)" -helpToggle: "/maintenance [mode] (Enables/disables maintenance mode with an optional display mode when enabling)" +helpGlobalStatus: "/maintenance status (Показывает текущее состояние технического обслуживания и все запущенные таймеры)" +helpToggle: "/maintenance [mode] (Включает/выключает режим обслуживания с дополнительным режимом отображения при включении)" helpUpdate: "/maintenance update - Обновить плагин." helpWhitelist: "/maintenance whitelist - Отобразить всех игроков из белого списка." helpWhitelistAdd: "/maintenance add [ник|uuid] - Добавить игрока в белый список." @@ -107,18 +107,18 @@ helpAbortSingleTimer: "/maintenance aborttimer [сервер] - /maintenance endtimer [сервер] (По истечению заданного времени, например 1h5m, режим технических работ будет выключен)" helpSingleStarttimer: "/maintenance starttimer [сервер] (По истечению заданного времени, например 1h5m, режим технических работ будет включен)" helpSingleScheduleTimer: "/maintenance scheduletimer [сервер] (По истечению заданного времени, например 1h5m, режим технических работ будет включен)" -helpSingleToggle: "/maintenance [server|global] [mode] (Enables/disables maintenance mode globally or on a specific server with an optional display mode when enabling)" +helpSingleToggle: "/maintenance [server|global] [mode] (включает/отключает режим обслуживания глобально или на определенном сервере с дополнительным режимом отображения при включении)" helpStatus: "/maintenance status - Список всех серверов закрытых на технические работы." #Discord webhook messages. These use Discord markdown, not MiniMessage. #For timer webhooks, %TIMESTAMP% is a Unix timestamp for use in Discord timestamp tags, e.g. . -webhookMaintenanceActivated: "**Maintenance mode enabled.**" -webhookMaintenanceDeactivated: "**Maintenance mode disabled.**" -webhookStarttimerStarted: "Maintenance mode will be enabled (`%TIME%`)." -webhookEndtimerStarted: "Maintenance mode will be disabled (`%TIME%`)." -webhookJoinNotification: "Blocked join: `%PLAYER%` tried to join during maintenance." -webhookSingleMaintenanceActivated: "Maintenance mode enabled on `%SERVER%`." -webhookSingleMaintenanceDeactivated: "Maintenance mode disabled on `%SERVER%`." -webhookSingleStarttimerStarted: "Maintenance mode will be enabled on `%SERVER%` (`%TIME%`)." -webhookSingleEndtimerStarted: "Maintenance mode will be disabled on `%SERVER%` (`%TIME%`)." +webhookMaintenanceActivated: "**Режим обслуживания включён.**" +webhookMaintenanceDeactivated: "**Режим обслуживания выключен**" +webhookStarttimerStarted: "Режим обслуживания будет включен через (`%TIME%`)." +webhookEndtimerStarted: "Режим обслуживания будет отключён через (`%TIME%`)." +webhookJoinNotification: "Заблокировано соединение: `%PLAYER%` пытался присоединиться во время обслуживания." +webhookSingleMaintenanceActivated: "Режим обслуживания включен на `%SERVER% `." +webhookSingleMaintenanceDeactivated: "Режим обслуживания отключен на `%SERVER%`." +webhookSingleStarttimerStarted: "Режим обслуживания будет включен на `%SERVER%` в (`%TIME%`)." +webhookSingleEndtimerStarted: "Режим обслуживания будет выключен на `%SERVER%` в (`%TIME%`)." #Used for autoupdating the language file, do not change this value. language-version: 5 diff --git a/core/src/main/resources/language-zh.yml b/core/src/main/resources/language-zh.yml index d5ec963c..fcaecd35 100644 --- a/core/src/main/resources/language-zh.yml +++ b/core/src/main/resources/language-zh.yml @@ -7,8 +7,8 @@ noPermission: "你没有执行该命令的权限。" kickmessage: "服务器正在维护!
请稍后再试!" maintenanceActivated: "维护模式已启用。" maintenanceDeactivated: "维护模式已停用。" -maintenanceStatusOn: "Maintenance mode is currently enabled." -maintenanceStatusOff: "Maintenance mode is currently disabled." +maintenanceStatusOn: "" +maintenanceStatusOff: "" maintenanceStatusOnWithEndTimer: "Maintenance mode is currently enabled and will be disabled in %TIME%." maintenanceStatusOffWithStartTimer: "Maintenance mode is currently disabled and will be enabled in %TIME%." alreadyEnabled: "维护模式已开启。"