From bb88a6a74960bd4633ce6e73a3be41902417a032 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 2 Jan 2022 12:24:32 -0500 Subject: [PATCH 1/9] Fix rate limit exception in update checker (#4731) --- .../earth2me/essentials/updatecheck/UpdateChecker.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/updatecheck/UpdateChecker.java b/Essentials/src/main/java/com/earth2me/essentials/updatecheck/UpdateChecker.java index 2c39cace0aa..0e1391b97c6 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/updatecheck/UpdateChecker.java +++ b/Essentials/src/main/java/com/earth2me/essentials/updatecheck/UpdateChecker.java @@ -96,9 +96,8 @@ public CompletableFuture fetchLatestRelease() { // Locally built? pendingReleaseFuture.complete(cachedRelease = new RemoteVersion(BranchStatus.UNKNOWN)); break catchBlock; - } - if (connection.getResponseCode() == HttpURLConnection.HTTP_INTERNAL_ERROR) { - // Github is down + } else if (connection.getResponseCode() == HttpURLConnection.HTTP_INTERNAL_ERROR || connection.getResponseCode() == HttpURLConnection.HTTP_FORBIDDEN) { + // GitHub is down or rate limit exceeded pendingReleaseFuture.complete(new RemoteVersion(BranchStatus.ERROR)); break catchBlock; } @@ -146,8 +145,7 @@ private RemoteVersion fetchDistance(final String head, final String hash) { if (connection.getResponseCode() == HttpURLConnection.HTTP_NOT_FOUND) { // Locally built? return new RemoteVersion(BranchStatus.UNKNOWN); - } - if (connection.getResponseCode() == HttpURLConnection.HTTP_INTERNAL_ERROR || connection.getResponseCode() == HttpURLConnection.HTTP_FORBIDDEN) { + } else if (connection.getResponseCode() == HttpURLConnection.HTTP_INTERNAL_ERROR || connection.getResponseCode() == HttpURLConnection.HTTP_FORBIDDEN) { // GitHub is down or we hit a local rate limit return new RemoteVersion(BranchStatus.ERROR); } From a9585bb525a54ed52c02d15647bb29ba89e561ab Mon Sep 17 00:00:00 2001 From: Flask Bot <67512990+Flask-Bot@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:27:25 +0000 Subject: [PATCH 2/9] New Crowdin updates (#4668) --- .../src/main/resources/messages_cs.properties | 11 + .../src/main/resources/messages_de.properties | 32 +- .../src/main/resources/messages_en.properties | 42 + .../main/resources/messages_en_GB.properties | 37 +- .../src/main/resources/messages_es.properties | 18 + .../src/main/resources/messages_et.properties | 21 + .../src/main/resources/messages_fr.properties | 31 + .../src/main/resources/messages_it.properties | 11 + .../src/main/resources/messages_ja.properties | 540 +++++++++++- .../src/main/resources/messages_ko.properties | 36 + .../src/main/resources/messages_lt.properties | 824 +++++++++++++++++- .../src/main/resources/messages_nl.properties | 22 + .../src/main/resources/messages_pl.properties | 204 +++-- .../main/resources/messages_pt_BR.properties | 2 +- .../src/main/resources/messages_ro.properties | 318 +++++-- .../src/main/resources/messages_ru.properties | 19 +- .../src/main/resources/messages_sk.properties | 11 + .../src/main/resources/messages_zh.properties | 11 + .../main/resources/messages_zh_TW.properties | 13 +- 19 files changed, 2013 insertions(+), 190 deletions(-) diff --git a/Essentials/src/main/resources/messages_cs.properties b/Essentials/src/main/resources/messages_cs.properties index 47d1e4335ed..e7d5e13ecc9 100644 --- a/Essentials/src/main/resources/messages_cs.properties +++ b/Essentials/src/main/resources/messages_cs.properties @@ -1022,14 +1022,17 @@ replyLastRecipientDisabledFor=§6Odpovídání poslednímu příjemci §cvypnuto replyLastRecipientEnabled=§6Odpovídání poslednímu příjemci §czapnuto§6. replyLastRecipientEnabledFor=§6Odpovídání poslednímu příjemci §czapnuto §6proa §c{0}§6. requestAccepted=§6Zadost o teleport prijata. +requestAcceptedAll=§6Přijato §c{0} §6žádostí o teleportování. requestAcceptedAuto=§6Automaticky přijata žádost o teleportování od {0}. requestAcceptedFrom=§6Hráč §c{0} §6přijal tvou žádost o teleportování. requestAcceptedFromAuto=§6Hráč §c{0} §6automaticky přijal tvou žádost o teleportování. requestDenied=§6Žádost o teleportování odmítnuta. +requestDeniedAll=§6Odmítnuto §c{0} §6žádostí o teleportování. requestDeniedFrom=§6Hráč §c{0} §6odmítl tvou žádost o teleportování. requestSent=§6Žádost odeslána hráči §c{0}§6. requestSentAlready=§4Žádost o teleportování byla hráči §c{0}§4 už poslána. requestTimedOut=§4Žádost o teleportování vypršela. +requestTimedOutFrom=§4Žádost o teleportování od §c{0} §4vypršela. resetBal=§6Stav účtu všech připojených hráčů byl obnoven na §c{0}§6. resetBalAll=§6Stav účtu všech hráčů byl obnoven na §c{0}§6. rest=§6Cítíš se dobře odpočatý. @@ -1289,10 +1292,14 @@ tpacancelCommandUsage1=/ tpacancelCommandUsage1Description=Zruší všechny tvoje nevyřízené žádosti o teleportaci tpacancelCommandUsage2=/ tpacancelCommandUsage2Description=Zruší všechny tvoje nevyřízené žádosti o teleportaci na určitého hráče +tpacceptCommandDescription=Přijme žádost o teleportování. tpacceptCommandUsage=/ [jiný_hráč] tpacceptCommandUsage1=/ +tpacceptCommandUsage1Description=Přijme nejnovější žádost o teleportování tpacceptCommandUsage2=/ +tpacceptCommandUsage2Description=Přijme žádost o teleportování od zadaného hráče tpacceptCommandUsage3=/ * +tpacceptCommandUsage3Description=Přijme všechny žádosti o teleportování tpahereCommandDescription=Požádej, aby se hráč teleportoval k tobě. tpahereCommandUsage=/ tpahereCommandUsage1=/ @@ -1305,10 +1312,14 @@ tpautoCommandDescription=Automaticky přijímat žádosti o teleportaci. tpautoCommandUsage=/ [hráč] tpautoCommandUsage1=/ [hráč] tpautoCommandUsage1Description=Přepne automatický příjem tpa žádostí pro tebe nebo jiného hráče, pokud je uveden +tpdenyCommandDescription=Odmítne žádost o teleportování. tpdenyCommandUsage=/ tpdenyCommandUsage1=/ +tpdenyCommandUsage1Description=Odmítne nejnovější žádost o teleportování tpdenyCommandUsage2=/ +tpdenyCommandUsage2Description=Odmítne žádost o teleportování od určeného hráče tpdenyCommandUsage3=/ * +tpdenyCommandUsage3Description=Odmítne všechny žádosti o teleportování tphereCommandDescription=Teleportuje hráče k tobě. tphereCommandUsage=/ tphereCommandUsage1=/ diff --git a/Essentials/src/main/resources/messages_de.properties b/Essentials/src/main/resources/messages_de.properties index e8581b33c6d..0da8f531b72 100644 --- a/Essentials/src/main/resources/messages_de.properties +++ b/Essentials/src/main/resources/messages_de.properties @@ -9,7 +9,7 @@ adventure=Abenteuermodus afkCommandDescription=Markiert dich als abwesend. afkCommandUsage=/ [spieler/nachricht...] afkCommandUsage1=/ [nachricht] -afkCommandUsage1Description=Schaltet deinen AFK Status mit einem optionalen Grund ein +afkCommandUsage1Description=Schaltet deinen AFK-Status mit einem optionalen Grund um afkCommandUsage2=/ [message] afkCommandUsage2Description=Schaltet den AFK Status des angegebenen Spielers mit einem optionalen Grund ein alertBroke=zerstört\: @@ -234,8 +234,17 @@ disabled=deaktiviert disabledToSpawnMob=§4Das Spawnen dieses Mobs ist in der Config deaktiviert. disableUnlimited=Unbegrenztes Platzieren von§c {0}§6 für§c {1}§6 deaktiviert. discordbroadcastCommandDescription=Sendet eine Nachricht an den angegebenen Discord-Kanal. +discordbroadcastCommandUsage=/ +discordbroadcastCommandUsage1=/ +discordbroadcastCommandUsage1Description=Sendet eine Nachricht an den angegebenen Discord-Kanal +discordbroadcastInvalidChannel=§4Discord Kanal §c{0}§4 existiert nicht. +discordbroadcastPermission=§4Du hast keine Berechtigung, Nachrichten an den angegebenen §c{0}§4 Kanal zu senden. +discordbroadcastSent=§6Nachricht gesendet an §c{0}§6\! +discordCommandDescription=Sendet die Discord Einladungslink an den Spieler. +discordCommandLink=§6Trete unserem Discord Server bei §c{0}§\! discordCommandUsage=/ discordCommandUsage1=/ +discordCommandUsage1Description=Sendet die Discord Einladungslink an den Spieler discordCommandExecuteDescription=Führt einen Konsolen-Befehl auf dem Minecraft-Server aus. discordCommandExecuteArgumentCommand=Der auszuführende Befehl discordCommandExecuteReply=Führe Befehl aus\: "/{0}" @@ -252,6 +261,8 @@ discordErrorLoggerNoPerms=Discord Konsolen-Logger wurde aufgrund unzureichenden discordErrorNoGuild=Ungültige oder fehlende Server-ID\! Bitte folgen Sie dem Tutorial in der Konfiguration, um das Plugin einzurichten. discordErrorNoGuildSize=Ihr Bot ist in keinem Server\! Bitte folgen Sie dem Tutorial in der Konfiguration, um das Plugin einzurichten. discordErrorNoPerms=Dein Bot kann in keinem Kanal sehen oder sprechen\! Bitte stelle sicher, dass dein Bot Lese- und Schreibrechte in allen Kanälen besitzt, die du verwenden möchtest. +discordErrorNoPrimary=Sie haben keinen Primärkanal definiert oder Ihr Primärkanal ist ungültig. Zurückgesetzt auf den Standardkanal\: \#{0}. +discordErrorNoPrimaryPerms=Dein Bot kann nicht in deinem Primärkanal \#{0} sprechen. Bitte stelle sicher, dass dein Bot Lese- und Schreibrechte in allen Kanälen besitzt, die du verwenden möchtest. discordErrorNoToken=Kein Token bereitgestellt\! Bitte folgen Sie dem Tutorial in der Konfiguration, um das Plugin einzurichten. discordErrorWebhook=Beim Senden von Nachrichten an Ihren Konsolenkanal ist ein Fehler aufgetreten\! Dies wurde wahrscheinlich durch das versehentliche Löschen Ihres Webhook der Konsole verursacht. Dies kann üblicherweise durch das Überprüfen der "Manage Webhooks"-Berechtigung und dem Ausführen von "/ess reload" behoben werden. discordLoggingIn=Versuche sich bei Discord anzumelden... @@ -264,16 +275,31 @@ disposalCommandUsage=/ distance=§6Entfernung\: {0} dontMoveMessage=§6Teleportvorgang startet in §c{0}§6. Eine Bewegung bricht die Teleportation ab. downloadingGeoIp=GeoIP-Datenbank wird geladen... Das kann einen Moment in Anspruch nehmen. (country\: 1.7 MB, city\: 30MB) +dumpConsoleUrl=Ein Server Dump wurde erstellt\: §c{0} +dumpCreating=§6Erstelle Serverdump... +dumpDeleteKey=§6Wenn du diesen Speicherstand zu einem späteren Zeitpunkt löschen möchtest, benutze folgende Lösch-Taste\: §c{0} +dumpError=§4Fehler beim Erstellen des Speicherstands §c{0}§4. +dumpErrorUpload=§4Fehler beim Hochladen §c{0}§4\: §c{1} +dumpUrl=§6Serverdump\: §c{0} erstellt duplicatedUserdata=Duplizierte Benutzerdaten\: {0} und {1}. durability=§6Dieses Werkzeug kann noch §c{0}§6 mal benutzt werden. east=O ecoCommandDescription=Verwaltet die Sever-Wirtschaft. ecoCommandUsage=/ +ecoCommandUsage1=/ give ecoCommandUsage1Description=Gibt dem angegebenen Spieler den angegebenen Betrag an Geld +ecoCommandUsage2=/ take +ecoCommandUsage2Description=Nimmt den angegebenen Geldbetrag vom angegebenen Spieler +ecoCommandUsage3= set +ecoCommandUsage3Description=Setzt den angegebenen Spieler für die angegebene Anzahl von Sekunden in Brand +ecoCommandUsage4= set +ecoCommandUsage4Description=Setzt den Guthaben des angegebenen Spielers auf den Startsaldo des Servers zurück editBookContents=§eDu darfst den Inhalt dieses Buches jetzt bearbeiten. enabled=aktiviert enchantCommandDescription=Verzaubert den Gegenstand, den ein Benutzer hält. enchantCommandUsage=/ [level] +enchantCommandUsage1=/ [level] +enchantCommandUsage1Description=Verzaubert deinen gehaltenen Gegenstand mit der angegebenen Verzauberung auf eine optionale Stufe enableUnlimited=§6Du gibst §c{1}§6 eine unbegrenzte Menge an§c {0} §6. enchantmentApplied=§6Der Gegenstand in deiner Hand wurde mit§c {0} §6verzaubert. enchantmentNotFound=§4Verzauberung nicht gefunden\! @@ -285,6 +311,7 @@ enderchestCommandUsage=/ [spieler] enderchestCommandUsage1=/ enderchestCommandUsage1Description=Öffnet deine Enderkiste enderchestCommandUsage2=/ +enderchestCommandUsage2Description=Öffnet die Enderkiste des Spielers deiner Wahl errorCallingCommand=Beim Aufrufen des Befehls {0} ist ein Fehler aufgetreten. errorWithMessage=§cFehler\:§4 {0} essentialsCommandDescription=Lädt Essentials neu. @@ -301,6 +328,7 @@ essentialsReload=§6Essentials wurde neu geladen§c {0}. exp=§c{0} §6hat§c {1} §6Exp (Level§c {2}§6) und braucht§c {3} §6Punkte für das nächste Level. expCommandDescription=Gebe, setze, setze zurück, oder schaue die Erfahrung eines Spielers an. expCommandUsage=/ [reset|show|set|give] [spielername [anzahl]] +expCommandUsage1=/ give expCommandUsage5Description=Setzt die XP des Zielspielers auf 0 zurück expSet=§c{0} §6hat jetzt§c {1} §6Exp. extCommandDescription=Spieler auslöschen. @@ -474,7 +502,9 @@ itemnameClear=§6Du hast den Namen dieses Gegenstands entfernt. itemnameCommandDescription=Bennent einen Gegenstand. itemnameCommandUsage=/ [Name] itemnameCommandUsage1=/ +itemnameCommandUsage1Description=Löscht den Namen des gehaltenen Gegenstands itemnameCommandUsage2=/ +itemnameCommandUsage2Description=Setzt den Namen des gehaltenen Gegenstands zu dem gegebenen Text itemnameInvalidItem=§cDu musst ein Item halten, um es umzubenennen. itemnameSuccess=§Du hast dein gehaltenes Item zu "§c{0}§6" umbenannt. itemNotEnough1=§4Du hast nicht genug Gegenstände zu verkaufen. diff --git a/Essentials/src/main/resources/messages_en.properties b/Essentials/src/main/resources/messages_en.properties index 5113fa75829..c1b4f876440 100644 --- a/Essentials/src/main/resources/messages_en.properties +++ b/Essentials/src/main/resources/messages_en.properties @@ -233,8 +233,18 @@ destinationNotSet=Destination not set\! disabled=disabled disabledToSpawnMob=§4Spawning this mob was disabled in the config file. disableUnlimited=§6Disabled unlimited placing of§c {0} §6for§c {1}§6. +discordbroadcastCommandDescription=Broadcasts a message to the specified Discord channel. +discordbroadcastCommandUsage=/ +discordbroadcastCommandUsage1=/ +discordbroadcastCommandUsage1Description=Sends the given message to the specified Discord channel +discordbroadcastInvalidChannel=§4Discord channel §c{0}§4 does not exist. +discordbroadcastPermission=§4You do not have permission to send messages to the §c{0}§4 channel. +discordbroadcastSent=§6Message sent to §c{0}§6\! +discordCommandDescription=Sends the Discord invite link to the player. +discordCommandLink=§6Join our Discord server at §c{0}§6\! discordCommandUsage=/ discordCommandUsage1=/ +discordCommandUsage1Description=Sends the Discord invite link to the player discordCommandExecuteDescription=Executes a console command on the Minecraft server. discordCommandExecuteArgumentCommand=The command to be executed discordCommandExecuteReply=Executing command\: "/{0}" @@ -251,6 +261,8 @@ discordErrorLoggerNoPerms=Discord console logger has been disabled due to insuff discordErrorNoGuild=Invalid or missing server ID\! Please follow the tutorial in the config in order to setup the plugin. discordErrorNoGuildSize=Your bot is not in any servers\! Please follow the tutorial in the config in order to setup the plugin. discordErrorNoPerms=Your bot cannot see or talk in any channel\! Please make sure your bot has read and write permissions in all channels you wish to use. +discordErrorNoPrimary=You did not define a primary channel or your defined primary channel is invalid. Falling back to the default channel\: \#{0}. +discordErrorNoPrimaryPerms=Your bot cannot speak in your primary channel, \#{0}. Please make sure your bot has read and write permissions in all channels you wish to use. discordErrorNoToken=No token provided\! Please follow the tutorial in the config in order to setup the plugin. discordErrorWebhook=An error occurred while sending messages to your console channel\! This was likely caused by accidentally deleting your console webhook. This can usually by fixed by ensuring your bot has the "Manage Webhooks" permission and running "/ess reload". discordLoggingIn=Attempting to login to Discord... @@ -263,6 +275,12 @@ disposalCommandUsage=/ distance=§6Distance\: {0} dontMoveMessage=§6Teleportation will commence in§c {0}§6. Don''t move. downloadingGeoIp=Downloading GeoIP database... this might take a while (country\: 1.7 MB, city\: 30MB) +dumpConsoleUrl=A server dump was created\: §c{0} +dumpCreating=§6Creating server dump... +dumpDeleteKey=§6If you want to delete this dump at a later date, use the following deletion key\: §c{0} +dumpError=§4Error while creating dump §c{0}§4. +dumpErrorUpload=§4Error while uploading §c{0}§4\: §c{1} +dumpUrl=§6Created server dump\: §c{0} duplicatedUserdata=Duplicated userdata\: {0} and {1}. durability=§6This tool has §c{0}§6 uses left. east=E @@ -312,6 +330,8 @@ essentialsCommandUsage6=/ cleanup essentialsCommandUsage6Description=Cleans up old userdata essentialsCommandUsage7=/ homes essentialsCommandUsage7Description=Manages user homes +essentialsCommandUsage8=/ dump [all] [config] [discord] [kits] [log] +essentialsCommandUsage8Description=Generates a server dump with the requested information essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat essentialsReload=§6Essentials reloaded§c {0}. @@ -568,6 +588,9 @@ jailAlreadyIncarcerated=§4Person is already in jail\:§c {0} jailList=§6Jails\:§r {0} jailMessage=§4You do the crime, you do the time. jailNotExist=§4That jail does not exist. +jailNotifyJailed=§6Player§c {0} §6jailed by §c{1}. +jailNotifyJailedFor=§6Player§c {0} §6jailed for§c {1}§6by §c{2}§6. +jailNotifySentenceExtended=§6Player§c{0}§6''s jail time extended to §c{1} §6by §c{2}§6. jailReleased=§6Player §c{0}§6 unjailed. jailReleasedPlayerNotify=§6You have been released\! jailSentenceExtended=§6Jail time extended to §c{0}§6. @@ -644,6 +667,7 @@ listCommandUsage1=/ [group] listCommandUsage1Description=Lists all players on the server, or the given group if specified listGroupTag=§6{0}§r\: listHiddenTag=§7[HIDDEN]§r +listRealName=({0}) loadWarpError=§4Failed to load warp {0}. localFormat=[L]<{0}> {1} loomCommandDescription=Opens up a loom. @@ -663,6 +687,8 @@ mailCommandUsage4=/ sendall mailCommandUsage4Description=Sends all players the given message mailCommandUsage5=/ sendtemp mailCommandUsage5Description=Sends the specified player the given message which will expire in the specified time +mailCommandUsage6=/ sendtempall +mailCommandUsage6Description=Sends all players the given message which will expire in the specified time mailDelay=Too many mails have been sent within the last minute. Maximum\: {0} mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} @@ -865,9 +891,14 @@ playerTempBanned=§6Player §c{0}§6 temporarily banned §c{1}§6 for §c{2}§6\ playerUnbanIpAddress=§6Player§c {0} §6unbanned IP\:§c {1} playerUnbanned=§6Player§c {0} §6unbanned§c {1} playerUnmuted=§6You have been unmuted. +playtimeCommandDescription=Shows a player''s time played in game playtimeCommandUsage=/ [player] playtimeCommandUsage1=/ +playtimeCommandUsage1Description=Shows your time played in game playtimeCommandUsage2=/ +playtimeCommandUsage2Description=Shows the specified player''s time played in game +playtime=§6Playtime\:§c {0} +playtimeOther=§6Playtime of {1}§6\:§c {0} pong=Pong\! posPitch=§6Pitch\: {0} (Head angle) possibleWorlds=§6Possible worlds are the numbers §c0§6 through §c{0}§6. @@ -991,14 +1022,17 @@ replyLastRecipientDisabledFor=§6Replying to last message recipient §cdisabled replyLastRecipientEnabled=§6Replying to last message recipient §cenabled§6. replyLastRecipientEnabledFor=§6Replying to last message recipient §cenabled §6for §c{0}§6. requestAccepted=§6Teleport request accepted. +requestAcceptedAll=§6Accepted §c{0} §6pending teleport request(s). requestAcceptedAuto=§6Automatically accepted a teleport request from {0}. requestAcceptedFrom=§c{0} §6accepted your teleport request. requestAcceptedFromAuto=§c{0} §6accepted your teleport request automatically. requestDenied=§6Teleport request denied. +requestDeniedAll=§6Denied §c{0} §6pending teleport request(s). requestDeniedFrom=§c{0} §6denied your teleport request. requestSent=§6Request sent to§c {0}§6. requestSentAlready=§4You have already sent {0}§4 a teleport request. requestTimedOut=§4Teleport request has timed out. +requestTimedOutFrom=§4Teleport request from §c{0} §4has timed out. resetBal=§6Balance has been reset to §c{0} §6for all online players. resetBalAll=§6Balance has been reset to §c{0} §6for all players. rest=§6You feel well rested. @@ -1258,10 +1292,14 @@ tpacancelCommandUsage1=/ tpacancelCommandUsage1Description=Cancels all your outstanding teleport requests tpacancelCommandUsage2=/ tpacancelCommandUsage2Description=Cancels all your outstanding teleport request with the specified player +tpacceptCommandDescription=Accepts teleport requests. tpacceptCommandUsage=/ [otherplayer] tpacceptCommandUsage1=/ +tpacceptCommandUsage1Description=Accepts the most recent teleport request tpacceptCommandUsage2=/ +tpacceptCommandUsage2Description=Accepts a teleport request from the specified player tpacceptCommandUsage3=/ * +tpacceptCommandUsage3Description=Accepts all teleport requests tpahereCommandDescription=Request that the specified player teleport to you. tpahereCommandUsage=/ tpahereCommandUsage1=/ @@ -1274,10 +1312,14 @@ tpautoCommandDescription=Automatically accept teleportation requests. tpautoCommandUsage=/ [player] tpautoCommandUsage1=/ [player] tpautoCommandUsage1Description=Toggles if tpa requests are auto accepted for yourself or another player if specified +tpdenyCommandDescription=Rejects teleport requests. tpdenyCommandUsage=/ tpdenyCommandUsage1=/ +tpdenyCommandUsage1Description=Rejects the most recent teleport request tpdenyCommandUsage2=/ +tpdenyCommandUsage2Description=Rejects a teleport request from the specified player tpdenyCommandUsage3=/ * +tpdenyCommandUsage3Description=Rejects all teleport requests tphereCommandDescription=Teleport a player to you. tphereCommandUsage=/ tphereCommandUsage1=/ diff --git a/Essentials/src/main/resources/messages_en_GB.properties b/Essentials/src/main/resources/messages_en_GB.properties index 7a9fa1a50a7..192a75c19ac 100644 --- a/Essentials/src/main/resources/messages_en_GB.properties +++ b/Essentials/src/main/resources/messages_en_GB.properties @@ -151,7 +151,7 @@ commandFailed=Command {0} failed\: commandHelpFailedForPlugin=Error getting help for plugin\: {0} commandHelpLine1=§6Command Help\: §f/{0} commandHelpLine2=§6Description\: §f{0} -commandHelpLine3=§6Usage(s); +commandHelpLine3=§6Usage(s)\: commandHelpLine4=§6Aliases(s)\: §f{0} commandHelpLineUsage={0} §6- {1} commandNotLoaded=§4Command {0} is improperly loaded. @@ -233,8 +233,18 @@ destinationNotSet=Destination not set\! disabled=disabled disabledToSpawnMob=§4Spawning this mob was disabled in the config file. disableUnlimited=§6Disabled unlimited placing of§c {0} §6for§c {1}§6. +discordbroadcastCommandDescription=Broadcasts a message to the specified Discord channel. +discordbroadcastCommandUsage=/ +discordbroadcastCommandUsage1=/ +discordbroadcastCommandUsage1Description=Sends the given message to the specified Discord channel +discordbroadcastInvalidChannel=§4Discord channel §c{0}§4 does not exist. +discordbroadcastPermission=§4You do not have permission to send messages to the §c{0}§4 channel. +discordbroadcastSent=§6Message sent to §c{0}§6\! +discordCommandDescription=Sends the Discord invite link to the player. +discordCommandLink=§6Join our Discord server at §c{0}§6\! discordCommandUsage=/ discordCommandUsage1=/ +discordCommandUsage1Description=Sends the Discord invite link to the player discordCommandExecuteDescription=Executes a console command on the Minecraft server. discordCommandExecuteArgumentCommand=The command to be executed discordCommandExecuteReply=Executing command\: "/{0}" @@ -251,6 +261,8 @@ discordErrorLoggerNoPerms=Discord console logger has been disabled due to insuff discordErrorNoGuild=Invalid or missing server ID\! Please follow the tutorial in the config in order to setup the plugin. discordErrorNoGuildSize=Your bot is not in any servers\! Please follow the tutorial in the config in order to setup the plugin. discordErrorNoPerms=Your bot cannot see or talk in any channel\! Please make sure your bot has read and write permissions in all channels you wish to use. +discordErrorNoPrimary=You did not define a primary channel or your defined primary channel is invalid. Falling back to the default channel\: \#{0}. +discordErrorNoPrimaryPerms=Your bot cannot speak in your primary channel, \#{0}. Please make sure your bot has read and write permissions in all channels you wish to use. discordErrorNoToken=No token provided\! Please follow the tutorial in the config in order to setup the plugin. discordErrorWebhook=An error occurred while sending messages to your console channel\! This was likely caused by accidentally deleting your console webhook. This can usually by fixed by ensuring your bot has the "Manage Webhooks" permission and running "/ess reload". discordLoggingIn=Attempting to login to Discord... @@ -318,6 +330,7 @@ essentialsCommandUsage6=/ cleanup essentialsCommandUsage6Description=Cleans up old userdata essentialsCommandUsage7=/ homes essentialsCommandUsage7Description=Manages user homes +essentialsCommandUsage8=/ dump [all] [config] [discord] [kits] [log] essentialsCommandUsage8Description=Generates a server dump with the requested information essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat @@ -575,6 +588,9 @@ jailAlreadyIncarcerated=§4Person is already in jail\:§c {0} jailList=§6Jails\:§r {0} jailMessage=§4You do the crime, you do the time. jailNotExist=§4That jail does not exist. +jailNotifyJailed=§6Player§c {0} §6jailed by §c{1}. +jailNotifyJailedFor=§6Player§c {0} §6jailed for§c {1}§6by §c{2}§6. +jailNotifySentenceExtended=§6Player§c{0}§6''s jail time extended to §c{1} §6by §c{2}§6. jailReleased=§6Player §c{0}§6 unjailed. jailReleasedPlayerNotify=§6You have been released\! jailSentenceExtended=§6Jail time extended to §c{0}§6. @@ -651,6 +667,7 @@ listCommandUsage1=/ [group] listCommandUsage1Description=Lists all players on the server, or the given group if specified listGroupTag=§6{0}§r\: listHiddenTag=§7[HIDDEN]§r +listRealName=({0}) loadWarpError=§4Failed to load warp {0}. localFormat=[L]<{0}> {1} loomCommandDescription=Opens up a loom. @@ -670,6 +687,8 @@ mailCommandUsage4=/ sendall mailCommandUsage4Description=Sends all players the given message mailCommandUsage5=/ sendtemp mailCommandUsage5Description=Sends the specified player the given message which will expire in the specified time +mailCommandUsage6=/ sendtempall +mailCommandUsage6Description=Sends all players the given message which will expire in the specified time mailDelay=Too many mails have been sent within the last minute. Maximum\: {0} mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} @@ -872,9 +891,14 @@ playerTempBanned=§6Player §c{0}§6 temporarily banned §c{1}§6 for §c{2}§6\ playerUnbanIpAddress=§6Player§c {0} §6unbanned IP\:§c {1} playerUnbanned=§6Player§c {0} §6unbanned§c {1} playerUnmuted=§6You have been unmuted. +playtimeCommandDescription=Shows a player''s time played in game playtimeCommandUsage=/ [player] playtimeCommandUsage1=/ +playtimeCommandUsage1Description=Shows your time played in game playtimeCommandUsage2=/ +playtimeCommandUsage2Description=Shows the specified player''s time played in game +playtime=§6Playtime\:§c {0} +playtimeOther=§6Playtime of {1}§6\:§c {0} pong=Pong\! posPitch=§6Pitch\: {0} (Head angle) possibleWorlds=§6Possible worlds are the numbers §c0§6 through §c{0}§6. @@ -998,14 +1022,17 @@ replyLastRecipientDisabledFor=§6Replying to last message recipient §cdisabled replyLastRecipientEnabled=§6Replying to last message recipient §cenabled§6. replyLastRecipientEnabledFor=§6Replying to last message recipient §cenabled §6for §c{0}§6. requestAccepted=§6Teleport request accepted. +requestAcceptedAll=§6Accepted §c{0} §6pending teleport request(s). requestAcceptedAuto=§6Automatically accepted a teleport request from {0}. requestAcceptedFrom=§c{0} §6accepted your teleport request. requestAcceptedFromAuto=§c{0} §6accepted your teleport request automatically. requestDenied=§6Teleport request denied. +requestDeniedAll=§6Denied §c{0} §6pending teleport request(s). requestDeniedFrom=§c{0} §6denied your teleport request. requestSent=§6Request sent to§c {0}§6. requestSentAlready=§4You have already sent {0}§4 a teleport request. requestTimedOut=§4Teleport request has timed out. +requestTimedOutFrom=§4Teleport request from §c{0} §4has timed out. resetBal=§6Balance has been reset to §c{0} §6for all online players. resetBalAll=§6Balance has been reset to §c{0} §6for all players. rest=§6You feel well rested. @@ -1265,10 +1292,14 @@ tpacancelCommandUsage1=/ tpacancelCommandUsage1Description=Cancels all your outstanding teleport requests tpacancelCommandUsage2=/ tpacancelCommandUsage2Description=Cancels all your outstanding teleport request with the specified player +tpacceptCommandDescription=Accepts teleport requests. tpacceptCommandUsage=/ [otherplayer] tpacceptCommandUsage1=/ +tpacceptCommandUsage1Description=Accepts the most recent teleport request tpacceptCommandUsage2=/ +tpacceptCommandUsage2Description=Accepts a teleport request from the specified player tpacceptCommandUsage3=/ * +tpacceptCommandUsage3Description=Accepts all teleport requests tpahereCommandDescription=Request that the specified player teleport to you. tpahereCommandUsage=/ tpahereCommandUsage1=/ @@ -1281,10 +1312,14 @@ tpautoCommandDescription=Automatically accept teleportation requests. tpautoCommandUsage=/ [player] tpautoCommandUsage1=/ [player] tpautoCommandUsage1Description=Toggles if tpa requests are auto accepted for yourself or another player if specified +tpdenyCommandDescription=Rejects teleport requests. tpdenyCommandUsage=/ tpdenyCommandUsage1=/ +tpdenyCommandUsage1Description=Rejects the most recent teleport request tpdenyCommandUsage2=/ +tpdenyCommandUsage2Description=Rejects a teleport request from the specified player tpdenyCommandUsage3=/ * +tpdenyCommandUsage3Description=Rejects all teleport requests tphereCommandDescription=Teleport a player to you. tphereCommandUsage=/ tphereCommandUsage1=/ diff --git a/Essentials/src/main/resources/messages_es.properties b/Essentials/src/main/resources/messages_es.properties index daf0dfb9428..fe18e1d1f3b 100644 --- a/Essentials/src/main/resources/messages_es.properties +++ b/Essentials/src/main/resources/messages_es.properties @@ -541,6 +541,7 @@ itemCommandDescription=Generar un elemento. itemCommandUsage=/ [cantidad [itemmeta...]] itemCommandUsage1=/ [cantidad] itemCommandUsage1Description=Te da un stack completo (o una cantidad especificada) del item especificado +itemCommandUsage2=/ itemCommandUsage2Description=Te da la cantidad especificada del item especificado con los metadatos especificados itemId=§6ID\:§c {0} itemloreClear=§6Has eliminado el lore de este objeto. @@ -629,6 +630,7 @@ kitCost=\ §7§o({0})§r kitDelay=§m{0}§r kitError=§cNo hay ningún kit válido. kitError2=§4Este kit está mal creado. Por favor, contacta con un administrador. +kitError3=No se pudo dar el objeto en el kit del kit "{0}" al usuario {1} ya que ese objeto requiere Paper 1\n15.2+ para deserializar. kitGiveTo=§6Dando kit§c {0}§6 a §c{1}§6. kitInvFull=§4Tu inventario no tiene espacio para este kit. El kit se lanzará al suelo. kitInvFullNoDrop=§4No hay suficiente espacio en tu inventario para ese kit. @@ -640,6 +642,7 @@ kitReset=§6Restablecer el tiempo de reutilización del kit §c {0} §6. kitresetCommandDescription=Restablece el tiempo de reutilización del kit especificado. kitresetCommandUsage=/ [jugador] kitresetCommandUsage1=/ [jugador] +kitresetCommandUsage1Description=Reinicia el enfriamiento del kit especificado para ti o para otro jugador si se específica kitResetOther=§6Restableciendo el tiempo de espera del kit §c{0} §6durante §c{1}§6. kits=§7Kits disponibles\: {0} kittycannonCommandDescription=Tira un gato explosivo a tu oponente. @@ -759,6 +762,7 @@ muteNotifyReason=§c{0} §6ha silenciado a §c{1}§6. §6Motivo\: §c{2} nearCommandDescription=Lista los jugadores cerca o alrededor de un jugador. nearCommandUsage=/ [jugador] [radio] nearCommandUsage1=/ +nearCommandUsage2=/ nearCommandUsage3=/ nearbyPlayers=§6Jugadores cercanos\:§r {0} negativeBalanceError=§4El jugador no tiene permitido tener dinero por debajo de 0$. @@ -879,6 +883,7 @@ possibleWorlds=§6Posibles mundos son los números desde el §c0§6 hasta el §c potionCommandDescription=Añade efectos personalizados a una poción. potionCommandUsage=/ power\: duration\:> potionCommandUsage1=/ clear +potionCommandUsage2=/ aplicar posX=§7X\: {0} (+Este <-> -Oeste) posY=§7Y\: {0} (+Arriba <-> -Abajo) posYaw=§7Yaw\: {0} (Rotación) @@ -903,6 +908,7 @@ ptimeCommandDescription=Ajustar la hora del cliente del jugador. Añadir prefijo ptimeCommandUsage=/ [list|reset|day|night|dawn|17\:30|4pm|4000ticks] [jugador|*] pweatherCommandDescription=Ajusta el clima de un jugador pweatherCommandUsage=/ [list|reset|storm|sun|clear] [jugador|*] +pweatherCommandUsage2=/ [jugador|*] pTimeCurrent=§6La hora de §c{0} es§c {1}§6. pTimeCurrentFixed=§c{0}§6 la hora ha sido corregida a§c {1}§6. pTimeNormal=§c{0} §7\: el tiempo es normal (coincide con el del servidor). @@ -933,6 +939,7 @@ recipe=§6Receta para §c{0}§6 (§c{1}§6 de §c{2}§6) recipeBadIndex=No hay ningún crafteo con ese número. recipeCommandDescription=Muestra como craftear items. recipeCommandUsage=/ [número] +recipeCommandUsage1=/ [page] recipeFurnace=§6Fundir\: §c{0}§6. recipeGrid=§c{0}X §6| §{1}X §6| §{2}X recipeGridItem=§c{0}X §6es §c{1} @@ -943,6 +950,7 @@ recipeShapeless=§7Combinar §c{0} recipeWhere=§7Donde\: {0} removeCommandDescription=Elimina entidades de tu mundo. removeCommandUsage=/ [radio|mundo] +removeCommandUsage1=/ [world] removed=§6Eliminadas§c {0} §6entidades. repair=§6Has reparado exitósamente tu\: §c{0}§6. repairAlreadyFixed=§4Este ítem no necesita reparación. @@ -1011,6 +1019,7 @@ setjailCommandUsage=/ setjailCommandUsage1=/ settprCommandDescription=Establece la ubicación y parámetros de teletransporte aleatorio. settprCommandUsage=/ [center|minrange|maxrange] [valor] +settprCommandUsage1=/ centro settpr=§6Establece un centro de teletransporte aleatorio. settprValue=§6Establece un teletransporte aleatorio desde §c{0}§6 a §c{1}§6. setwarpCommandDescription=Crea un nuevo warp. @@ -1018,6 +1027,8 @@ setwarpCommandUsage=/ setwarpCommandUsage1=/ setworthCommandDescription=Establece el valor de venta de un item. setworthCommandUsage=/ [item|id] +setworthCommandUsage1=/ +setworthCommandUsage2=/ sheepMalformedColor=§4Color malformado. shoutDisabled=§6Modo gritar §cdesactivado§6. shoutDisabledFor=§6Modo gritar §cdesactivado §6para §c{0}§6. @@ -1051,6 +1062,7 @@ skullChanged=§6Calavera cambiada a §c{0}§6. skullCommandDescription=Establece el dueño de un cráneo skullCommandUsage=/ [dueño] skullCommandUsage1=/ +skullCommandUsage1Description=Obtienes tu propia cabeza skullCommandUsage2=/ slimeMalformedSize=§4Medidas malformadas. smithingtableCommandDescription=Abre una mesa de herrería. @@ -1073,10 +1085,13 @@ spawnSet=§6El lugar de aparición o el sitio del comando /spawn ha sido colocad spectator=espectador speedCommandDescription=Cambia tus límites de velocidad. speedCommandUsage=/ [tipo] [jugador] +speedCommandUsage1=/ +speedCommandUsage2=/ [player] stonecutterCommandDescription=Abre un cortapiedras. stonecutterCommandUsage=/ sudoCommandDescription=Fuerza a otro usuario ejecutar un comando. sudoCommandUsage=/ +sudoCommandUsage1=/ [args] sudoExempt=§4No puedes usar el comando sudo con este jugador. sudoRun=§6Forcing§c {0} §6to run\:§r /{1} suicideCommandDescription=Te hace perecer. @@ -1115,10 +1130,13 @@ tempbanExemptOffline=§4No puedes banear temporalmente a jugadores que no están tempbanJoin=You are banned from this server for {0}. Reason\: {1} tempBanned=§cSe te ha baneado temporalmente por §r {0}\:\n§r{2} tempbanCommandDescription=Banea temporalmente un usuario. +tempbanCommandUsage=/ [reason] tempbanipCommandDescription=Banea temporalmente una dirección IP. +tempbanipCommandUsage=/ [reason] thunder=§6Has cambiado los truenos a§c {0} §6en tu mundo. thunderCommandDescription=Activa/desactiva las tormentas. thunderCommandUsage=/ [duración] +thunderCommandUsage1=/ [duration] thunderDuration=§6Has§c {0} §6una tormenta en tu mundo durante§c {1} §6segundos. timeBeforeHeal=Tiempo antes de la siguiente curacion\: {0} timeBeforeTeleport=§4Tiempo antes del próximo teletransporte\:§c {0}§4. diff --git a/Essentials/src/main/resources/messages_et.properties b/Essentials/src/main/resources/messages_et.properties index 1cb943ffebb..0bd3d4d4b7c 100644 --- a/Essentials/src/main/resources/messages_et.properties +++ b/Essentials/src/main/resources/messages_et.properties @@ -233,8 +233,17 @@ destinationNotSet=Sihtkoht on määramata\! disabled=keelatud disabledToSpawnMob=§4Selle eluka tekitamine on seadistustes keelatud. disableUnlimited=§6Mängijale§c {1}§6 on keelatud ploki§c {0} §6lõpmatu asetamine. +discordbroadcastInvalidChannel=§4Discord kanal §c{0}§4 ei eksisteeri. +discordbroadcastSent=§6Sõnum saadetud §c{0}§6\! +discordCommandDescription=Saadab discordi kutse lingi mängijale. +discordCommandLink=§6liitu meie Discord serveriga §c{0}§6\! discordCommandUsage=/ discordCommandUsage1=/ +discordCommandUsage1Description=Saadab discordi kutse lingi mängijale +discordCommandListDescription=Hangib võrgumängijate nimekirja. +discordErrorCommandDisabled=See käsklus on keelatud\! +discordLoggingIn=Proovin logida Discordi... +discordLoggingInDone=Edukalt sisse logitud kui {0} disposal=Prügišaht disposalCommandDescription=Avab kaasaskantava hävitusmenüü. disposalCommandUsage=/ @@ -964,6 +973,7 @@ requestDeniedFrom=§6Mängija §c{0} §6hülgas su teleporteerumiskutse. requestSent=§6Kutse saadetud mängijale§c {0}§6. requestSentAlready=§4Sa juba saatsid teleporteerumiskutse mängijale {0}. requestTimedOut=§4Teleporteerumiskutse aegus. +requestTimedOutFrom=§4Teleporteerimis kutse §c{0} §4on aegunud. resetBal=§6Rahasumma on taastatud väärtuseks §c{0} §6kõikidel võrgus olevatel mängijatel. resetBalAll=§6Rahasumma on taastatud väärtuseks §c{0} §6kõikidel mängijatel. rest=§6Tunned end puhanuna. @@ -1179,20 +1189,27 @@ totalWorthBlocks=§aMüüsid kõik plokid koguväärtusega §c{1}§a. tpCommandDescription=Teleporteeru mängija juurde. tpCommandUsage=/ [teinemängija] tpCommandUsage1=/ +tpCommandUsage1Description=Teleporteerib sind kindla mängija juurde +tpCommandUsage2Description=Teleporteerib esimese kindla mängija teise juurde tpaCommandDescription=Taotle valitud mängija juurde teleporteerumist. tpaCommandUsage=/ tpaCommandUsage1=/ tpaallCommandDescription=Taotleb kõiki võrgus olevaid mängijaid sinu juurde teleporteeruma. tpaallCommandUsage=/ tpaallCommandUsage1=/ +tpaallCommandUsage1Description=Taotleb kõiki mängijaid sinu juurde teleporteeruma tpacancelCommandDescription=Tühista kõik käimasolevad teleporteerumiskutsed. Määra [mängija], et tühistada vaid selle mängija taotlused. tpacancelCommandUsage=/ [mängija] tpacancelCommandUsage1=/ tpacancelCommandUsage2=/ +tpacceptCommandDescription=Võtab teleporteerumiskutsed vastu. tpacceptCommandUsage=/ [teinemängija] tpacceptCommandUsage1=/ +tpacceptCommandUsage1Description=Võtab vastu kõige viimase Teleporteerimis kutse tpacceptCommandUsage2=/ +tpacceptCommandUsage2Description=Võtab vastu teleporteerimis kutse kindlalt inimeselt tpacceptCommandUsage3=/ * +tpacceptCommandUsage3Description=Võtab kõik teleporteerumiskutsed vastu tpahereCommandDescription=Taotle valitud mängijal sinu juurde teleporteerumist. tpahereCommandUsage=/ tpahereCommandUsage1=/ @@ -1205,10 +1222,14 @@ tpautoCommandDescription=Võta automaatselt teleporteerumiskutsed vastu. tpautoCommandUsage=/ [mängija] tpautoCommandUsage1=/ [mängija] tpautoCommandUsage1Description=Lülitab teleporteerumise kutsete automaatse vastuvõtmise sinule või teisele mängijale, kui on täpsustatud +tpdenyCommandDescription=Keeldub teleporteerumiskutsetest. tpdenyCommandUsage=/ tpdenyCommandUsage1=/ +tpdenyCommandUsage1Description=Tühistab kõige viimase teleporteerimis kutse tpdenyCommandUsage2=/ +tpdenyCommandUsage2Description=Tühistab kõige viimase teleporteerimis kutse kindlalt inimeselt tpdenyCommandUsage3=/ * +tpdenyCommandUsage3Description=Keeldub kõigist teleporteerumiskutsetest tphereCommandDescription=Teleporteeri mängija enda juurde. tphereCommandUsage=/ tphereCommandUsage1=/ diff --git a/Essentials/src/main/resources/messages_fr.properties b/Essentials/src/main/resources/messages_fr.properties index 606974932e3..c7d7a386fee 100644 --- a/Essentials/src/main/resources/messages_fr.properties +++ b/Essentials/src/main/resources/messages_fr.properties @@ -233,8 +233,18 @@ destinationNotSet=Destination non définie \! disabled=désactivé disabledToSpawnMob=L''invocation de ce monstre a été désactivée depuis le fichier de configuration. disableUnlimited=§6Le placement illimité de§c {0} §6pour§c {1} §6a été désactivé. +discordbroadcastCommandDescription=Diffuse un message au salon Discord spécifié. +discordbroadcastCommandUsage=/ +discordbroadcastCommandUsage1=/ +discordbroadcastCommandUsage1Description=Envoie le message donné au salon Discord spécifié +discordbroadcastInvalidChannel=§4Le salon Discord §c{0}§4 n''existe pas. +discordbroadcastPermission=§4Vous n''avez pas la permission d''envoyer des messages dans le salon §c{0}§4. +discordbroadcastSent=§6Message envoyé à §c{0}§6\! +discordCommandDescription=Envoie le lien d''invitation discord au joueur. +discordCommandLink=§6Rejoignez notre serveur Discord à §c{0}§6\! discordCommandUsage=/ discordCommandUsage1=/ +discordCommandUsage1Description=Envoie le lien d''invitation Discord au joueur discordCommandExecuteDescription=Exécute une commande console depuis le serveur Minecraft. discordCommandExecuteArgumentCommand=La commande qui doit être exécutée discordCommandExecuteReply=Exécution de la commande\: "/{0}" @@ -251,6 +261,8 @@ discordErrorLoggerNoPerms=L''enregistreur de console Discord a été désactivé discordErrorNoGuild=ID de serveur invalide ou manquant\! Veuillez suivre le tutoriel dans la configuration afin de configurer le plugin. discordErrorNoGuildSize=Votre bot n''est dans aucun serveur\! Veuillez suivre le tutoriel dans la configuration afin de configurer le plugin. discordErrorNoPerms=Votre bot ne peut voir ou parler dans aucun canal \! Assurez-vous que votre bot a les permissions en lecture et en écriture dans tous les canaux que vous souhaitez utiliser. +discordErrorNoPrimary=Vous n''avez pas défini de salon principal ou votre salon principal est invalide. Retour au salon par défaut \: \#{0}. +discordErrorNoPrimaryPerms=Votre bot ne peut pas parler dans votre salon principal, \#{0}. Assurez-vous que votre bot a les permissions de lecture et d''écriture dans tous les salons que vous souhaitez utiliser. discordErrorNoToken=Aucun jeton fourni\! Veuillez suivre le tutoriel dans la configuration afin de configurer le plugin. discordErrorWebhook=Une erreur s''est produite lors de l''envoi de messages à votre canal console \! Cela a probablement été causé par la suppression accidentelle de votre webhook console. Cela peut généralement être corrigé en s''assurant que votre bot a la permission "Gérer les Webhooks" et en exécutant "/ess reload". discordLoggingIn=Tentative de connexion à Discord... @@ -318,6 +330,7 @@ essentialsCommandUsage6=/ cleanup essentialsCommandUsage6Description=Nettoie les anciennes données de joueur essentialsCommandUsage7=/ homes essentialsCommandUsage7Description=Gère les résidences de joueurs +essentialsCommandUsage8=/ dump [all] [config] [discord] [kits] [log] essentialsCommandUsage8Description=Génère un dump serveur avec les informations demandées essentialsHelp1=Le fichier est corrompu et Essentials ne peut l''ouvrir. Essentials est désormais désactivé. Si vous ne pouvez corriger vous-même le problème, rendez-vous sur https\://essentialsx.net/community.html essentialsHelp2=Le fichier est corrompu et Essentials ne peut pas l''ouvrir. Essentials est maintenant désactivé. Si vous ne pouvez pas réparer le fichier vous-même, tapez /essentialshelp dans le jeu ou rendez-vous sur http\://tiny.cc/EssentialsChat @@ -471,10 +484,16 @@ homeConfirmation=§6Vous avez déjà une résidence nommée §c{0} §6\!\nPour homeSet=§7Résidence définie. hour=heure hours=heures +ice=§7Il fait beaucoup plus froid... +iceCommandDescription=Refroidit un joueur. iceCommandUsage=/ [joueur] iceCommandUsage1=/ +iceCommandUsage1Description=Vous refroidit iceCommandUsage2=/ +iceCommandUsage2Description=Refroidit le joueur donné iceCommandUsage3=/ * +iceCommandUsage3Description=Refroidit tous les joueurs en ligne +iceOther=§7Rafraîchissement§c {0}§6. ignoreCommandDescription=Ignorer ou ne pas ignorer les autres joueurs. ignoreCommandUsage=/ ignoreCommandUsage1=/ @@ -569,6 +588,9 @@ jailAlreadyIncarcerated=§cJoueur déjà emprisonné \: {0} jailList=§6Prisons \:§r {0} jailMessage=§cVous avez commis un crime, vous en payez le prix. jailNotExist=§4Cette prison n''existe pas. +jailNotifyJailed=§7Joueur§c {0} §6emprisonné par §c{1}. +jailNotifyJailedFor=§6Le joueur§c {0} §6a été emprisonné pour §c {1}§6par §c{2}§6. +jailNotifySentenceExtended=§6Le temps de prison du joueur{0} a été prolongé à §c{1} §6par §c{2}§6. jailReleased=§6Le joueur §c{0}§6 a été libéré. jailReleasedPlayerNotify=§6Vous avez été libéré(e) \! jailSentenceExtended=Durée d''emprisonnement rallongée de \: {0} @@ -645,6 +667,7 @@ listCommandUsage1=/ [groupe] listCommandUsage1Description=Liste tous les joueurs connectés serveur, ou le groupe donné, si spécifié listGroupTag=§6{0}§r \: listHiddenTag=§7[MASQUÉ]§f +listRealName=({0}) loadWarpError=§4Échec du chargement du point de téléportation {0}. localFormat=[L]<{0}> {1} loomCommandDescription=Ouvre un métier à tisser. @@ -664,6 +687,8 @@ mailCommandUsage4=/ sendall mailCommandUsage4Description=Envoie le message donné à tous les joueurs mailCommandUsage5=/ sendtemp mailCommandUsage5Description=Envoie au joueur spécifié le message qui expirera dans la période spécifiée +mailCommandUsage6=/ sendtempall +mailCommandUsage6Description=Envoie à tous les joueurs le message donné qui expirera dans la période spécifiée mailDelay=Trop de courriers ont été envoyés au cours de la dernière minute. Maximum \: {0} mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} @@ -673,6 +698,7 @@ mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} mailSent=§6Courrier envoyé \! mailSentTo=§c{0}§6 a reçu le courrier suivant \: +mailSentToExpire=§c{0}§6 a été envoyé le mail suivant qui expirera dans §c{1}§6\: mailTooLong=§4Votre courrier est trop long. Il doit contenir au maximum 1000 caractères. markMailAsRead=§6Pour marquer votre courrier comme lu, tapez§c /mail clear§6. matchingIPAddress=§6Les joueurs suivants se sont déjà connectés avec cette adresse IP \: @@ -865,9 +891,14 @@ playerTempBanned=§6Le joueur §c{0}§6 a banni temporairement §c{1}§6 pendant playerUnbanIpAddress=§6Le joueur§c {0} §6a débanni l''adresse IP \:§c {1} playerUnbanned=§6Le joueur§c {0} §6a débanni§c {1} playerUnmuted=§6Vous avez de nouveau la parole. +playtimeCommandDescription=Affiche le temps joué par un joueur playtimeCommandUsage=/ [joueur] playtimeCommandUsage1=/ +playtimeCommandUsage1Description=Affiche votre temps de jeu playtimeCommandUsage2=/ +playtimeCommandUsage2Description=Affiche le temps joué par le joueur spécifié +playtime=§7Temps de jeu \:§c {0} +playtimeOther=§7Temps de jeu de {1}\:§c {0} pong=Pong \! posPitch=§6Pitch \: {0} (Angle de tête) possibleWorlds=§6Les mondes possibles sont les nombres de §c0§6 à §c{0}§6. diff --git a/Essentials/src/main/resources/messages_it.properties b/Essentials/src/main/resources/messages_it.properties index 99f28ee92b1..ab74192ca6f 100644 --- a/Essentials/src/main/resources/messages_it.properties +++ b/Essentials/src/main/resources/messages_it.properties @@ -1022,14 +1022,17 @@ replyLastRecipientDisabledFor=§6Risposta all''ultimo destinatario dei messaggi replyLastRecipientEnabled=§6Risposta all''ultimo destinatario dei messaggi §cabilitata§6. replyLastRecipientEnabledFor=§6Risposta all''ultimo destinatario del messaggio §abilitato §6per §c {0} §6. requestAccepted=§6Richiesta di teletrasporto accettata. +requestAcceptedAll=§6Accettate §c{0} §6in attesa di richieste di teletrasporto(s). requestAcceptedAuto=§6Accettata automaticamente una richiesta di teletrasporto da {0}. requestAcceptedFrom=§c{0} §6ha accettato la tua richiesta di teletrasporto. requestAcceptedFromAuto=§c{0} §6accettata automaticamente la tua richiesta di teletrasporto. requestDenied=§6Richiesta di teletrasporto rifiutata. +requestDeniedAll=§6Hai rifiutato §c{0} §6in attesa di richieste di teletrasporto(s). requestDeniedFrom=§c{0} §6Ha rifiutato la tua richiesta di teletrasporto. requestSent=§6Richiesta inviata a§c {0}§6. requestSentAlready=§4Hai già inviato a {0}§4 una richiesta di teletrasporto. requestTimedOut=§4Richiesta di telestrasporto scaduta. +requestTimedOutFrom=§4La richiesta di teletrasporto da §c{0} §4è scaduta. resetBal=§6Il bilancio è stato resettato a §c{0} §6per tutti i giocatori in gioco. resetBalAll=§6Il bilancio è stato resettato a §c{0} §6per tutti i giocatori. rest=§6Ti senti ben riposato. @@ -1289,10 +1292,14 @@ tpacancelCommandUsage1=/ tpacancelCommandUsage1Description=Annulla tutte le tue richieste di teletrasporto in sospeso tpacancelCommandUsage2=/ tpacancelCommandUsage2Description=Annulla tutta la tua richiesta di teletrasporto con il giocatore specificato +tpacceptCommandDescription=Accetta richieste di teletrasporto. tpacceptCommandUsage=/ [otherplayer] tpacceptCommandUsage1=/ +tpacceptCommandUsage1Description=Accetta la richiesta di teletrasporto più recente tpacceptCommandUsage2=/ +tpacceptCommandUsage2Description=Accetta una richiesta di teletrasporto dal giocatore specificato tpacceptCommandUsage3=/ * +tpacceptCommandUsage3Description=Accetta tutte le richieste di teletrasporto tpahereCommandDescription=Richiedi che il giocatore specificato ti teletrasporti. tpahereCommandUsage=/ tpahereCommandUsage1=/ @@ -1305,10 +1312,14 @@ tpautoCommandDescription=Accetta automaticamente le richieste di teletrasporto. tpautoCommandUsage=/ [player] tpautoCommandUsage1=/ [player] tpautoCommandUsage1Description=Commuta se le richieste di tpa sono accettate automaticamente per te o per un altro giocatore se specificato +tpdenyCommandDescription=Rifiuta le richieste di teletrasporto. tpdenyCommandUsage=/ tpdenyCommandUsage1=/ +tpdenyCommandUsage1Description=Rifiuta la richiesta di teletrasporto più recente tpdenyCommandUsage2=/ +tpdenyCommandUsage2Description=Rifiuta una richiesta di teletrasporto dal giocatore specificato tpdenyCommandUsage3=/ * +tpdenyCommandUsage3Description=Rifiuta tutte le richieste di teletrasporto tphereCommandDescription=Teletrasporta il player verso un warp. tphereCommandUsage=/ tphereCommandUsage1=/ diff --git a/Essentials/src/main/resources/messages_ja.properties b/Essentials/src/main/resources/messages_ja.properties index 4120e63f9d2..f4d4a2c34fa 100644 --- a/Essentials/src/main/resources/messages_ja.properties +++ b/Essentials/src/main/resources/messages_ja.properties @@ -9,6 +9,9 @@ adventure=アドベンチャー afkCommandDescription=キーボードから離れたユーザーとしてマークします。 afkCommandUsage=/ [player/message...] afkCommandUsage1=/ [message] +afkCommandUsage1Description=AFKの状態を任意の理由で切り替えます +afkCommandUsage2=/ [message] +afkCommandUsage2Description=指定されたプレーヤーのAFK状態を、任意の理由で切り替えます alertBroke=壊した。 alertFormat=§ 3 [{0}] §r {1} § 6 {2} で\: {3} alertPlaced=設置 @@ -33,6 +36,7 @@ backAfterDeath=§c/back§6コマンドを使用して、死亡地点に戻るこ backCommandDescription=tp/spawn/warpの前の位置にテレポートします。 backCommandUsage=/ [player] backCommandUsage1=/ +backCommandUsage1Description=前の場所にテレポートする backCommandUsage2=/ backCommandUsage2Description=指定したプレイヤーを指定した場所にテレポートします。 backOther=§6Returned§c {0} §6以前の場所に。 @@ -54,6 +58,9 @@ balanceOther={0}§aの所持金\: §c {1} balanceTop=§6所持金ランキング ({0}) balanceTopLine={0}. {1}, {2} balancetopCommandDescription=トップ残高値を取得します。 +balancetopCommandUsage=/ [page] +balancetopCommandUsage1=/ [page] +balancetopCommandUsage1Description=残高トップ値の最初または指定されたページを表示します banCommandDescription=プレーヤをBANします。 banCommandUsage=/ [reason] banCommandUsage1=/ [reason] @@ -64,6 +71,8 @@ banFormat=§cあなたはBANされました\:\n§r{0} banIpJoin=あなたのIPアドレスはこのサーバーからBANされています。理由:{0} banJoin=あなたはこのサーバーからBANされています。理由:{0} banipCommandDescription=IP アドレスをBANします。 +banipCommandUsage=/
[reason] +banipCommandUsage1=/
[reason] banipCommandUsage1Description=指定したプレイヤーを理由別でBANします bed=§oベッド§r bedMissing=§4あなたのベットが設定されていないか、存在しません。 @@ -84,6 +93,10 @@ bookAuthorSet=§6本の作者が{0}に設定されました。 bookCommandDescription=署名された本の再開と編集を可能にします。 bookCommandUsage=/ [title|author [name]] bookCommandUsage1=/ +bookCommandUsage1Description=ロック/ロック解除もしくは本と羽ペン/記入済みの本の状態にします +bookCommandUsage2=/ author +bookCommandUsage2Description=記入済みの本の著者を設定します +bookCommandUsage3=/ title bookCommandUsage3Description=署名された本のタイトルを設定します bookLocked=§6この本をロックしました。 bookTitleSet=§6本のタイトルが{0}に設定されました。 @@ -122,21 +135,35 @@ clearInventoryConfirmToggleOn=§6インベントリのクリアを確認する clearinventoryCommandDescription=インベントリ内のすべてのアイテムを消去します。 clearinventoryCommandUsage=/<command> [player|*] [item[\:<data>]|*|**] [amount] clearinventoryCommandUsage1=/<command> +clearinventoryCommandUsage1Description=インベントリ内にあるすべてのアイテムを消去します clearinventoryCommandUsage2=/<command> <player> +clearinventoryCommandUsage2Description=指定したプレイヤーのインベントリからすべてのアイテムを消去します +clearinventoryCommandUsage3=/<command> <player> <item> [amount] +clearinventoryCommandUsage3Description=指定されたプレイヤーのインベントリから、指定したアイテムをすべて (または指定された量) 消去します clearinventoryconfirmtoggleCommandDescription=インベントリのアイテムを消すときに本当に実行するかを確認を促すかどうかを切り替えます。 clearinventoryconfirmtoggleCommandUsage=/<command> +commandArgumentOptional=§7 +commandArgumentOr=§c +commandArgumentRequired=§e commandCooldown=§c {0} にはそのコマンドを入力できません。 commandDisabled=§c コマンド§6 {0}§c は無効です。 commandFailed=コマンド{0}の実行に失敗\: commandHelpFailedForPlugin={0}プラグインのヘルプが取得できませんでした。 +commandHelpLine1=§6コマンドヘルプ\: §f/{0} +commandHelpLine2=§6説明\: §f{0} +commandHelpLine3=§6使用方法; +commandHelpLine4=§6エイリアス(s)\: §f{0} +commandHelpLineUsage={0} §6- {1} commandNotLoaded=§4{0} は正しく読み込まれました。 compassBearing=§6方角\:{0} ({1}度) compassCommandDescription=現在の方角について説明します。 compassCommandUsage=/<command> condenseCommandDescription=アイテムをよりコンパクトなブロックにまとめます。 +condenseCommandUsage=/<command> [item] condenseCommandUsage1=/<command> condenseCommandUsage1Description=インベントリ内のすべてのアイテムを消去します。 condenseCommandUsage2=/<command> <item> +condenseCommandUsage2Description=インベントリ内の指定されたアイテムを圧縮します configFileMoveError=Config.ymlのバックアップフォルダへの移動が失敗しました。 configFileRenameError=一時ファイルのconfig.ymlへの名前変更をすることが出来ませんでした。 confirmClear=§7インベントリの削除を§l確認§7するために次のコマンドをもう一度実行して下さい。\: §6{0} @@ -147,7 +174,7 @@ consoleName=§cコンソール cooldownWithMessage=§4クールダウン\: {0} coordsKeyword={0}, {1}, {2} couldNotFindTemplate=§4テンプレート{0}が見つかりません。 -createdKit=§6Createdキット§c {0} §6with §c {1} §6entries及び遅延§c {2} +createdKit=§c{1} §6個のエントリーと§c {2} 秒の遅延がある§c {0} §6というキットを作成しました createkitCommandDescription=ゲーム内でキットを作成しましょう! createkitCommandUsage=/<command> <kitname> <delay> createkitCommandUsage1=/<command> <kitname> <delay> @@ -155,6 +182,7 @@ createkitCommandUsage1Description=指定された名前と遅延を持つキッ createKitFailed=§4キット{0}を作成する時にエラーが発生しました。 createKitSeparator=§m----------------------- createKitSuccess=§6作成されたキット:§f {0} \n§6遅延:§f {1} \n§6リンク:§f {2} \n§6上のリンクの内容をkits.ymlにコピーします。 +createKitUnsupported=§4NBTアイテムシリアライズは有効になっていますがこのサーバーは Paper 1.15.2+ で実行していません。標準的なアイテムシリアライゼーションにフォールバックしています。 creatingConfigFromTemplate=テンプレートからコンフィグファイルを生成しています\: {0} creatingEmptyConfig=空のコンフィグを生成しています\: {0} creative=クリエイティブ @@ -176,13 +204,18 @@ deletingHomes=すべての家を削除しています... deletingHomesWorld={0} ですべての家を削除しています... delhomeCommandDescription=ホームを削除します。 delhomeCommandUsage=/<command> [player\:]<name> +delhomeCommandUsage1=/<command> <name> delhomeCommandUsage1Description=指定された名前で家を削除します +delhomeCommandUsage2=/<command> <player>\:<name> +delhomeCommandUsage2Description=指定されたプレイヤーのホーム名を削除します deljailCommandDescription=刑務所を削除します。 deljailCommandUsage=/<command> <jailname> deljailCommandUsage1=/<command> <jailname> +deljailCommandUsage1Description=指定した名前の牢屋を削除します delkitCommandDescription=指定したキットを削除します。 delkitCommandUsage=/<command> <kit> delkitCommandUsage1=/<command> <kit> +delkitCommandUsage1Description=指定された名前のキットを削除します delwarpCommandDescription=指定したワープを削除します。 delwarpCommandUsage=/<command> <warp> delwarpCommandUsage1=/<command> <warp> @@ -200,9 +233,40 @@ destinationNotSet=目的地が設定されていません\! disabled=無効 disabledToSpawnMob=§4このMobのスポーンはconfigによって無効になっています。 disableUnlimited=§6§c {0} §6for§c {1} §6の無制限配置を無効にしました。 +discordbroadcastCommandDescription=指定されたDiscordチャンネルにメッセージをブロードキャストします。 +discordbroadcastCommandUsage=/<command> <channel> <msg> +discordbroadcastCommandUsage1=/<command> <channel> <msg> +discordbroadcastCommandUsage1Description=指定されたDiscordチャンネルにメッセージを送信します +discordbroadcastInvalidChannel=§4Discordチャンネル§c{0}§4は存在しません。 +discordbroadcastPermission=§4§c{0}§4にメッセージを送信する権限がありません。 +discordbroadcastSent=§c{0}§6にメッセージを送信しました\! +discordCommandDescription=プレイヤーにdiscordの招待リンクを送信します。 +discordCommandLink=§6§c{0}§6のDiscordサーバーに参加しましょう\! discordCommandUsage=/<command> discordCommandUsage1=/<command> +discordCommandUsage1Description=プレイヤーにdiscordの招待リンクを送信します。 +discordCommandExecuteDescription=Minecraftサーバー上でコンソールコマンドを実行します。 discordCommandExecuteArgumentCommand=実行されるコマンド +discordCommandExecuteReply=コマンドを実行中\: "/{0}" +discordCommandListDescription=オンラインプレイヤーのリストを取得します。 +discordCommandListArgumentGroup=検索を制限する特定のグループ +discordCommandMessageDescription=Minecraft サーバー上のプレイヤーにメッセージを送信します。 +discordCommandMessageArgumentUsername=メッセージを送信するプレイヤー +discordCommandMessageArgumentMessage=プレーヤーに送信するメッセージ +discordErrorCommand=サーバーへのbotの追加方法が間違っています。config内のチュートリアルに沿って、 https\://essentialsx.net/discord.html を使ってbotを追加してください\! +discordErrorCommandDisabled=そのコマンドは無効です\! +discordErrorLogin=Discordへのログイン時にエラーが発生し、プラグインが無効化されました\: \n{0} +discordErrorLoggerInvalidChannel=Discordコンソールロギングが無効になっています。無効にする場合は、チャンネルIDを "none" に設定してください。そうでない場合は、チャンネルIDが正しいかどうか確認してください。 +discordErrorLoggerNoPerms=Discordコンソールロガーは権限が無いので無効化されました\! あなたのbotがサーバー上で "Manage Webhooks" の権限を持っていることを確認してください。それを修正した後、 "/ess reload" を実行してください。 +discordErrorNoGuild=サーバーIDが無効または不足しています\! config内のチュートリアルに沿って、プラグインを設定してください。 +discordErrorNoGuildSize=あなたのbotはどのサーバーにも入っていません\! プラグインを設定するには、config内のチュートリアルに沿ってください。 +discordErrorNoPerms=あなたのbotは、どのチャンネルでも見たり話したりできません\! 使用するすべてのチャンネルで、botに読み取り権限と書き込み権限があることを確認してください。 +discordErrorNoPrimary=プライマリチャンネルを定義していないか、定義されたプライマリチャンネルが無効です。デフォルトチャンネルにフォールバックします\: \#{0} 。 +discordErrorNoPrimaryPerms=プライマリチャンネルである \#{0} では、ボットは発言できません。あなたのボットが、使用したいすべてのチャンネルで読み取り権限と書き込み権限を持っていることを確認してください。 +discordErrorNoToken=トークンは提供されません\! プラグインを設定するには、config内のチュートリアルに沿ってください。 +discordErrorWebhook=コンソールチャンネルへのメッセージ送信中にエラーが発生しました。コンソールウェブフックを誤って削除してしまったことが原因だと思われます。これは通常、botに "Manage Webhooks" 権限があることを確認し、"/ess reload" を実行することで修正できます。 +discordLoggingIn=Discord へのログインを試みています... +discordLoggingInDone={0} として正常にログインしました discordNoSendPermission=チャンネルにメッセージを送信できません\: \#{0} ボットがそのチャンネルに「メッセージを送信」権限を持っていることを確認してください\! discordReloadInvalid=プラグインが無効な状態の場合、EssentialsX Discordの設定をリロードしようとしました!設定を変更した場合は、サーバーを再起動してください。 disposal=処罰 @@ -222,13 +286,21 @@ durability=§6このツールは §c{0}§6 を利用しています。 east=東 ecoCommandDescription=サーバーの経済を管理します。 ecoCommandUsage=/<command> <give|take|set|reset> <player> <amount> +ecoCommandUsage1=/<command> give <player> <amount> ecoCommandUsage1Description=指定したプレイヤーに一定量のアイテムを与えます +ecoCommandUsage2=/<command> take <player> <amount> +ecoCommandUsage2Description=指定されたプレーヤーから指定された金額を引きます +ecoCommandUsage3=/<command> set <player> <amount> ecoCommandUsage3Description=指定したプレイヤーの残高を指定した金額に設定します。 +ecoCommandUsage4=/<command> reset <player> <amount> +ecoCommandUsage4Description=指定したプレイヤーの残高をサーバーの開始時の残高にリセットします editBookContents=§eあなたは、この本の内容を編集することが出来ます。 enabled=有効 enchantCommandDescription=持っているアイテムをエンチャントします。 enchantCommandUsage=/<command> <enchantmentname> [level] -enableUnlimited=§6無制限の§c {0} §6を §c{1}§6に与えました。 +enchantCommandUsage1=/<command> <enchantment name> [level] +enchantCommandUsage1Description=所持しているアイテムに任意のレベルまでのエンチャントをします。 +enableUnlimited=§6無制限の§c {0} §6を §c{1} §6に与えました。 enchantmentApplied=§6エンチャント§c {0} §6が手に持っているアイテムに適用されました。 enchantmentNotFound=§4そのエンチャントは存在しません。 enchantmentPerm=§4あなたは§c {0}§4を実行する権限を持っていません。 @@ -237,24 +309,50 @@ enchantments=§6エンチャント\:§r {0} enderchestCommandDescription=エンダーチェストの中を見ることができます。 enderchestCommandUsage=/<command> [player] enderchestCommandUsage1=/<command> +enderchestCommandUsage1Description=エンダーチェストを開きます enderchestCommandUsage2=/<command> <player> +enderchestCommandUsage2Description=対象のプレイヤーのエンダチェストを開けます errorCallingCommand=/{0} コマンド呼び出しエラー errorWithMessage=§cエラー\:§4 {0} essentialsCommandDescription=EssentialXを再読込します。 essentialsCommandUsage=/<command> +essentialsCommandUsage1=/<command> reload essentialsCommandUsage1Description=Essentialsの設定を再読み込み +essentialsCommandUsage2=/<command> version +essentialsCommandUsage2Description=Essentials のバージョンに関する情報を提供します +essentialsCommandUsage3=/<command> commands +essentialsCommandUsage3Description=Essentialsがどのようなコマンドを転送しているかについての情報を提供します +essentialsCommandUsage4=/<command> debug +essentialsCommandUsage4Description=Essentialsの "デバッグモード" を切り替えます +essentialsCommandUsage5=/<command> reset <player> +essentialsCommandUsage5Description=指定されたプレイヤーのユーザーデータをリセットする +essentialsCommandUsage6=/<command> cleanup +essentialsCommandUsage6Description=古いユーザーデータのクリーンアップする +essentialsCommandUsage7=/<command> homes +essentialsCommandUsage7Description=ユーザーのホームを管理する +essentialsCommandUsage8=/<command> dump [all] [config] [discord] [kits] [log] +essentialsCommandUsage8Description=要求された情報を含むサーバーダンプを生成します essentialsHelp1=ファイルが壊れているため、Essentialsは無効化されました。対処できない場合は、 http\://tiny.cc/EssentialsChat を参照して下さい。 essentialsHelp2=ファイルが壊れているため、Essentialsは無効化されました. 対処できない場合は、/essentialshelpコマンドを実行するか、こちらを参照して下さい。 http\://tiny.cc/EssentialsChat essentialsReload=§6Essentials §c{0}§6をリロードしました。 exp=§c{0} §6さんの経験値は§c {1} §6(レベル§c {2}§6)です。次の経験値レベルまでは§c {3} §6が必要です。 expCommandDescription=プレイヤーの体験を与えたり、セットしたり、リセットしたり、見ることができます。 expCommandUsage=/<command> [show|set|give] [playername [amount]] +expCommandUsage1=/<command> give <player> <amount> +expCommandUsage1Description=対象のプレイヤーに指定された量のXPを与える +expCommandUsage2=/<command> set <playername> <amount> +expCommandUsage2Description=対象のプレイヤーのXPを指定された量だけ与える +expCommandUsage3=/<command> show <playername> +expCommandUsage4Description=対象のプレイヤーの所持XP量を表示する +expCommandUsage5=/<command> reset <playername> +expCommandUsage5Description=対象のプレイヤーのXPを0にする expSet=§c{0} §6は§c {1} §6経験値を手に入れました。 extCommandDescription=プレイヤーを消火する。 extCommandUsage=/<command> [player] extCommandUsage1=/<command> [player] -extinguish=§6あなたのデータを削除しました。 -extinguishOthers=§6 {0} を消した§6。 +extCommandUsage1Description=指定された場合、自分自身や他のプレイヤーを消火します +extinguish=§6あなたを消火しました。 +extinguishOthers=§6 {0} を消火しました§6。 failedToCloseConfig={0}を閉じるのに失敗しました。 failedToCreateConfig={0}の生成に失敗しました。 failedToWriteConfig={0} の書き込みに失敗しました。 @@ -263,17 +361,34 @@ feed=§6満腹状態になりました。 feedCommandDescription=飢えを満たす。 feedCommandUsage=/<command> [player] feedCommandUsage1=/<command> [player] +feedCommandUsage1Description=指定されている場合、自分か他のプレイヤーを満腹状態にします。 feedOther=§c{0} §6さんを満腹状態にしました。 fileRenameError={0} の名前変更に失敗しました\! +fireballCommandDescription=火の玉や色々な種類の弾を投げます fireballCommandUsage=/<command> [fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident] [speed] fireballCommandUsage1=/<command> +fireballCommandUsage1Description=この位置から普通の火の玉を投げます +fireballCommandUsage2=/<command> <fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident> [speed] +fireballCommandUsage2Description=指定された発射体を、指定された速度で、この位置から投げます。 fireworkColor=§4先に色パラメータを設定して下さい。 +fireworkCommandDescription=花火のスタックを変更できます。 fireworkCommandUsage=/<command> <<meta param>|power [amount]|clear|fire [amount]> +fireworkCommandUsage1=/<command> clear +fireworkCommandUsage1Description=花火の効果を全て消去します +fireworkCommandUsage2=/<command> power <amount> +fireworkCommandUsage2Description=持っている花火の威力を設定する +fireworkCommandUsage3=/<command> fire [amount] +fireworkCommandUsage3Description=指定された1枚、または指定された枚数、開催された花火のコピーを発射する +fireworkCommandUsage4=/<command> <meta> +fireworkCommandUsage4Description=持っている花火に指定された効果を追加する fireworkEffectsCleared=§6すべてのエフェクトを削除しました。 fireworkSyntax=§6パラメータ\:§c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n§6複数の色や効果を指定する場合は、コンマで値を区切ります。 §cred,blue,pink\n§6Shapes\:§c star, ball, large, creeper, burst §6Effects\:§c trail, twinkle. +fixedHomes=無効なホームを削除しました +fixingHomes=無効なホームを削除しています… flyCommandDescription=離陸して急いで! flyCommandUsage=/<command> [player] [on|off] flyCommandUsage1=/<command> [player] +flyCommandUsage1Description=指定されている場合、自分または他のプレイヤーのフライを切り替えます。 flying=飛行中 flyMode=§6Flyモードを {1} が§c {0} §6にしました。 foreverAlone=§4返信できる相手がいない。 @@ -285,6 +400,7 @@ gameModeInvalid=§4そのゲームモードは存在しません。 gamemodeCommandDescription=プレイヤーのゲームモードを変更します。 gamemodeCommandUsage=/<command> <survival|creative|adventure|spectator> [player] gamemodeCommandUsage1=/<command> <survival|creative|adventure|spectator> [player] +gamemodeCommandUsage1Description=指定された場合、あなたまたは他のプレイヤーのゲームモードを設定します gcCommandDescription=メモリ、稼働時間、ティック情報を報告します。 gcCommandUsage=/<command> gcfree=§6未使用メモリー\:§c {0} MB. @@ -295,8 +411,13 @@ geoipJoinFormat=§c{0} §6さんが §c{1}§6から来ました。 getposCommandDescription=現在の座標やプレイヤーの座標を取得します。 getposCommandUsage=/<command> [player] getposCommandUsage1=/<command> [player] +getposCommandUsage1Description=自分または他のプレイヤーの座標を取得します giveCommandDescription=プレイヤーにアイテムを付与します giveCommandUsage=/<command> <player> <item|numeric> [amount [itemmeta...]] +giveCommandUsage1=/<command> <player> <item> [amount] +giveCommandUsage1Description=指定されたアイテムを64個 (または指定された量) 対象プレイヤーに与えます +giveCommandUsage2=/<command> <player> <item> <amount> <meta> +giveCommandUsage2Description=アイテムを指定された量、指定されたメタデータとともに対象プレーヤーに与えます geoipCantFind=§6プレイヤー §c{0} §6は §a未知の国 §6から来ました。 geoIpErrorOnJoin={0} のGeoIPデータを取得できません。ライセンスキーと設定が正しいことを確認してください。 geoIpLicenseMissing=ライセンスキーが見つかりません!初期設定の手順については、https\://essentialsx.net/geoip をご覧ください。 @@ -306,6 +427,7 @@ givenSkull=§c{0} §6の頭を手に入れました。 godCommandDescription=神のような力を可能にします。 godCommandUsage=/<command> [player] [on|off] godCommandUsage1=/<command> [player] +godCommandUsage1Description=指定されている場合、あなたまたは他のプレイヤーのゴッドモードを切り替えます giveSpawn=§c {1} §6の§c {0} §6を§c {2} §6に与える。 giveSpawnFailure=§4スペースが足りません、§c {0} {1} §4が失われました。 godDisabledFor=§c {0} が無効にされました。 @@ -319,6 +441,8 @@ hatArmor=§4このアイテムをかぶることは出来ません。 hatCommandDescription=クールな新しいヘッドギアを手に入れよう。 hatCommandUsage=/<command> [remove] hatCommandUsage1=/<command> +hatCommandUsage1Description=持っているアイテムを帽子にセットします +hatCommandUsage2=/<command> remove hatCommandUsage2Description=現在の帽子を外します。 hatCurse=§4束縛の呪いで帽子は外せません! hatEmpty=§4あなたは何も被っていません。 @@ -330,6 +454,7 @@ heal=§6体力と満腹状態を回復しました。 healCommandDescription=自分または指定されたプレイヤーを回復します。 healCommandUsage=/<command> [player] healCommandUsage1=/<command> [player] +healCommandUsage1Description=指定された場合、あなたまたは他のプレイヤーを回復させます healDead=§4死んでいる状態のプレイヤーを回復させることはできません。 healOther=§c{0} §6の体力・満腹状態を回復しました。 helpCommandDescription=利用可能なコマンドの一覧を表示します。 @@ -343,23 +468,36 @@ helpPlugin=§4{0}§rのヘルプ\: /help {1} helpopCommandDescription=オンラインの管理者にメッセージを送る helpopCommandUsage=/<command> <message> helpopCommandUsage1=/<command> <message> +helpopCommandUsage1Description=指定したメッセージをすべてのオンラインの管理者に送信します holdBook=§4書き込むことが可能な本を手に持っていません。 holdFirework=§4花火のパラメーターを追加するには、花火を手に持っている必要があります。 holdPotion=§4ポーションにパラメーターを追加するには、手にポーションを持っている必要があります。 holeInFloor=§4床の穴! homeCommandDescription=あなたの家にテレポートします。 homeCommandUsage=/<command> [player\:][name] +homeCommandUsage1=/<command> <name> +homeCommandUsage1Description=指定された名前のホームにテレポートします +homeCommandUsage2=/<command> <player>\:<name> +homeCommandUsage2Description=指定された名前のプレイヤーのホームにテレポートします homes=§6ホーム\:§r {0} homeConfirmation=§c{0}§6という名前のホームをすでに持っています。\n既存のホームを上書きするには、もう一度コマンドを入力してください。 homeSet=§6現在の場所に§cホーム地点§6を設定しました。 hour=時間 hours=時間 +ice=§6s寒気がする… +iceCommandDescription=プレイヤーを凍らせます。 iceCommandUsage=/<command> [player] iceCommandUsage1=/<command> +iceCommandUsage1Description=凍らせます iceCommandUsage2=/<command> <player> +iceCommandUsage2Description=指定したプレイヤーを凍らせます +iceCommandUsage3=/<command> * +iceCommandUsage3Description=全てのプレイヤーを凍らせます +iceOther=§c {0} §6は凍らされました§6. ignoreCommandDescription=他のプレーヤーを無視したり、無視を解除したりすることができます。 ignoreCommandUsage=/<command> <player> ignoreCommandUsage1=/<command> <player> +ignoreCommandUsage1Description=指定したプレイヤーを無視または無視を解除します ignoredList=§6チャット非表示中のプレイヤー\:§r {0} ignoreExempt=§4そのプレイヤーの発言を無視することはできません。 ignorePlayer=§c {0} §さんのチャットを非表示にしました。 @@ -401,10 +539,20 @@ internalError=§cこのコマンドを実行しようとしたときに内部エ itemCannotBeSold=§4このアイテムを販売することは許可されていません。 itemCommandDescription=アイテムをスポーンさせます。 itemCommandUsage=/<command> <item|numeric> [amount [itemmeta...]] +itemCommandUsage1=/<command> <item> [amount] +itemCommandUsage1Description=指定されたアイテムのフルスタック (または指定された量) を与えます +itemCommandUsage2=/<command> <item> <amount> <meta> +itemCommandUsage2Description=指定されたメタデータで指定されたアイテムの量を与えます itemId=§6ID\:§c {0} itemloreClear=§6このアイテムの名前をクリアしました。 itemloreCommandDescription=アイテムの名前を編集します。 itemloreCommandUsage=/<command> <add/set/clear> [text/line] [text] +itemloreCommandUsage1=/<command> add [text] +itemloreCommandUsage1Description=持っているアイテムの説明の後ろに指定されたテキストを追加します +itemloreCommandUsage2=/<command> set <line number> <text> +itemloreCommandUsage2Description=持っているアイテムの説明文の指定された行にテキストを設定します +itemloreCommandUsage3=/<command> clear +itemloreCommandUsage3Description=アイテムの説明を消去します itemloreInvalidItem=§c名前を変更するには、アイテムを持っている必要があります。 itemloreNoLine=§4あなたが持っているアイテムには、§c {0} §4行目に名前がありません。 itemloreNoLore=§4このアイテムには、名前がありません。 @@ -416,6 +564,9 @@ itemnameClear=§6このアイテムの名前をクリアしました。 itemnameCommandDescription=アイテムに名前を付けます。 itemnameCommandUsage=/<command> [name] itemnameCommandUsage1=/<command> +itemnameCommandUsage1Description=所持しているアイテムの名前を消去します +itemnameCommandUsage2=/<command> <name> +itemnameCommandUsage2Description=指定されたテキストを所持しているアイテムの名前に設定します itemnameInvalidItem=§c名前を変更するにはアイテムを保持する必要があります。 itemnameSuccess=§6保留アイテムの名前を「§c {0} §6」に変更しました。 itemNotEnough1=§4そのアイテムを販売することは出来ません。 @@ -432,75 +583,122 @@ itemType=§6アイテム\:§c {0} itemdbCommandDescription=アイテムを検索します... itemdbCommandUsage=/<command> <item> itemdbCommandUsage1=/<command> <item> +itemdbCommandUsage1Description=指定されたアイテムのデータベースを検索します jailAlreadyIncarcerated=§c{0}§4はすでに投獄されています。 jailList=§6牢獄\: §r{0} jailMessage=§4あなたは時間制の投獄です。 jailNotExist=§4その牢獄は存在しません。 +jailNotifyJailed=§c {0} §6は§c{1} によって投獄されました。 +jailNotifyJailedFor=§6§c {0} §6が §c{2} §6によって§c {1}§6間投獄させられました。 +jailNotifySentenceExtended=§c{0} §6の投獄時間が §c{2} によって §c{1} §6まで延長されました。§6 jailReleased=§c{0}§6 が牢獄から解放されました。 jailReleasedPlayerNotify=§6あなたは牢獄から解放されました。 jailSentenceExtended=§6投獄時間が延長されました\: {0} jailSet=§6牢獄§c {0} §6が設定されました。 +jailWorldNotExist=§4その牢屋はこの世界に存在していません。 jumpEasterDisable=§6フライトガイダンスモードを無効にしました。 jumpEasterEnable=§6フライトガイダンスモードを有効にしました。 jailsCommandDescription=すべての監獄をリストアップします。 jailsCommandUsage=/<command> +jumpCommandDescription=視線の中で一番近いブロックにジャンプします。 jumpCommandUsage=/<command> jumpError=§4それはコンピューターの脳を傷つけるでしょう。 +kickCommandDescription=プレイヤーを特定の理由でキックします kickCommandUsage=/<command> <player> [reason] kickCommandUsage1=/<command> <player> [reason] +kickCommandUsage1Description=プレイヤーを任意の理由でキックする kickDefault=サーバーからキックされました。 kickedAll=§4すべてのプレイヤーがサーバーからキックされました。 kickExempt=§4そのプレイヤーをキックすることはできません。 +kickallCommandDescription=コマンドを打った本人以外のすべてのプレイヤーをサーバーからキックします。 kickallCommandUsage=/<command> [reason] kickallCommandUsage1=/<command> [reason] +kickallCommandUsage1Description=すべてのプレイヤーを任意の理由でキックする kill=§c{0}§6は殺されました。 +killCommandDescription=指定したプレイヤーをキルします。 killCommandUsage=/<command> <player> killCommandUsage1=/<command> <player> +killCommandUsage1Description=指定したプレイヤーをキルします。 killExempt=§c{0}§4を殺すことはできません。 +kitCommandDescription=指定されたキットを取得するか利用可能なすべてのキットを表示します。 kitCommandUsage=/<command> [kit] [player] kitCommandUsage1=/<command> +kitCommandUsage1Description=利用可能なキットの一覧を表示します kitCommandUsage2=/<command> <kit> [player] +kitCommandUsage2Description=指定されたキットを自分または他のプレイヤーに与えます kitContains=§6キット§c{0}§6を含んでいます。 kitCost=\ §7§o({0})§r kitDelay=§m{0}§r kitError=§4有効なキットがありません。 -kitError2=§4このKitは正しく設定されていないため、有効ではありません。 +kitError2=§4このキットは正しく設定されていないため、有効ではありません。 +kitError3=キットアイテムのデシリアライズには Paper 1.15.2+ が必要なため、キット "{0}" のキットアイテムをユーザー {1} に渡すことができません。 kitGiveTo=§c {0}§6 が §c{1}§6さんに配布されました。 kitInvFull=§4インベントリがいっぱいの為、床に撒き散らします。 kitInvFullNoDrop=§4インベントリに十分な空き容量がありません。 kitItem=§6- §f{0} -kitNotFound=§4そのKitは存在しません。 +kitNotFound=§4そのキットは存在しません。 kitOnce=§4そのキットは既に使用されました。 -kitReceive=§6Kit§c {0}§6を受け取りました。 +kitReceive=§6キット§c {0}§6 を受け取りました。 kitReset=§c {0} §6のクールダウンをリセットしました。 +kitresetCommandDescription=指定したキットのクールダウンをリセットします。 kitresetCommandUsage=/<command> <kit> [player] kitresetCommandUsage1=/<command> <kit> [player] +kitresetCommandUsage1Description=自分または他のプレイヤーの指定されたキットのクールダウンをリセットします +kitResetOther=§c{1} §6のキット §c{0} §6のクールダウンをリセットしました。 kits=§6キット\:§r{0} +kittycannonCommandDescription=爆発する子猫を投げましょう。 kittycannonCommandUsage=/<command> -kitTimed=§4あなたは§c{0}§4を再び使用することは出来ません。 +kitTimed=§4あなたはこのキットを§c {0} §4間、再び使用することは出来ません。 leatherSyntax=§6革色の構文:§c色:<red>、<green>、<blue>例:color:255,0,0§6OR§c色:<rgb int>例:color:16777011 +lightningCommandDescription=トールの力。カーソルまたはプレイヤーに攻撃します。 lightningCommandUsage=/<command> [player] [power] lightningCommandUsage1=/<command> [player] +lightningCommandUsage1Description=自分が見ている場所、または指定された他のプレーヤーに雷を当てる。 +lightningCommandUsage2=/<command> <player> <power> +lightningCommandUsage2Description=指定された威力で対象プレイヤーに雷を当てます lightningSmited=§6雷が発生しています。 lightningUse=§c{0} §6に雷を落としました。 listAfkTag=§7[AFK]§r listAmount=§c{0}§6 人のプレイヤーが接続中です。最大接続可能人数\:§c {1} listAmountHidden=§6Thereある§c {0} §6 / §c {1} §6最大のアウト§c {2} §6オンラインプレーヤー。 +listCommandDescription=すべてのオンラインプレイヤーを一覧表示します。 listCommandUsage=/<command> [group] listCommandUsage1=/<command> [group] +listCommandUsage1Description=サーバー上のすべてのプレイヤー、または指定されたグループを一覧表示します listGroupTag=§6{0}§r\: listHiddenTag=§7[HIDDEN]§r +listRealName=({0}) loadWarpError=§4ワープ{0}を読み込むのに失敗しました。 localFormat=[L]<{0}> {1} loomCommandDescription=機織り機を開きます。 loomCommandUsage=/<command> mailClear=§6メールをクリアするには、§c/ mailclear§6と入力します。 mailCleared=§6メールが削除されました。 +mailClearIndex=§4 1-{0} の数字を指定する必要があります。 +mailCommandDescription=プレイヤー間、サーバー内メールを管理します。 +mailCommandUsage=/<command> [read|clear|clear [number]|send [to] [message]|sendtemp [to] [expire time] [message]|sendall [message]] +mailCommandUsage1=/<command> read [page] +mailCommandUsage1Description=メールの最初の (または指定された) ページを読み込みます +mailCommandUsage2=/<command> clear [number] +mailCommandUsage2Description=すべてのメールまたは指定したメールを消去します +mailCommandUsage3=/<command> send <player> <message> +mailCommandUsage3Description=指定したプレイヤーに指定したメッセージを送信します +mailCommandUsage4=/<command> sendall <message> +mailCommandUsage4Description=指定したメッセージを全てのプレイヤーに送信します +mailCommandUsage5=/<command> sendtemp <player> <expire time> <message> +mailCommandUsage5Description=プレイヤーに指定された時間内に期限切れとなるメッセージを送信します +mailCommandUsage6=/<command> sendtempall <expire time> <message> +mailCommandUsage6Description=全てのプレイヤーに指定された時間内に期限切れとなるメッセージを送信します mailDelay=直前に送信されたメールが多すぎます。最大:{0} +mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} +mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} +mailFormatNewRead=§6[§r{0}§6] §6[§r{1}§6] §7§o{2} +mailFormatNewReadTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §7§o{2} mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} mailSent=§6メールを送信しました。 mailSentTo=§c{0}§6 に次のメールを送信しました \: +mailSentToExpire=§c{0} §6に §c{1} §6で期限切れになるメールを送信しました§6\: mailTooLong=§4メールのメッセージが長すぎます。1000文字以下にしてください。 markMailAsRead=§6あなた宛のメールを既読にするには, §c /mail clear§6を入力してください. matchingIPAddress=§6以下のプレイヤーはこのIPアドレスでログインしました。 @@ -508,8 +706,10 @@ maxHomes=§4§c {0} §4個以上ホームを設定することはできません maxMoney=§4このアカウントの所持金は上限に達しています。 mayNotJail=§4そのユーザーは投獄することはできません。 mayNotJailOffline=§4オフラインのプレイヤーを投獄することはできません。 +meCommandDescription=プレイヤーのコンテキストでアクションを説明します。 meCommandUsage=/<command> <description> meCommandUsage1=/<command> <description> +meCommandUsage1Description=アクションを説明しています meSender=私 meRecipient=私 minimumBalanceError=§4ユーザーが持つことができる最小残高は {0} です。 @@ -526,30 +726,57 @@ moneyRecievedFrom=§a{0}§6を§a{1}§6から受け取りました。 moneySentTo=§a{0} を {1} に送りました。 month=月 months=月 +moreCommandDescription=アイテムスタックを指定された量に、または指定されていない場合は最大サイズまで埋めます。 moreCommandUsage=/<command> [amount] moreCommandUsage1=/<command> [amount] +moreCommandUsage1Description=持っているアイテムを指定された量だけ、また、何も指定されていない場合はその最大値まで埋めます moreThanZero=§4Quantitiesは0より大きくなければなりません。 +motdCommandDescription=Motdメッセージを確認します motdCommandUsage=/<command> [chapter] [page] +moveSpeed=§c{2} §6の§c {0} §6のスピードを§c {1} §6にしました。 +msgCommandDescription=指定したプレーヤーにプライベートメッセージを送信します。 msgCommandUsage=/<command> <to> <message> msgCommandUsage1=/<command> <to> <message> -msgEnabled=§6メッセージの受信§cenabled§6。 +msgCommandUsage1Description=指定したプレイヤーにプライベートメッセージを送信します +msgDisabled=§6メッセージの受け取りが §c無効化 §6されました。 +msgDisabledFor=§c{0} §6のメッセージの受信設定を §c無効化 §6しました。 +msgEnabled=§6メッセージの受け取りが §c有効化 §6されました。 +msgEnabledFor=§c{0} §6のメッセージの受信設定を §c有効化 §6しました。 msgFormat=§6[§c{0}§6 -> §c{1}§6] §r{2} msgIgnore=§c{0}§4はメッセージを無効にしています +msgtoggleCommandDescription=すべてのプライベートメッセージの受信をブロックします。 msgtoggleCommandUsage=/<command> [player] [on|off] msgtoggleCommandUsage1=/<command> [player] +msgtoggleCommandUsage1Description=指定されている場合、自分または他のプレイヤーのフライを切り替えます。 +multipleCharges=§4この花火に複数のチャージを適用することはできません。 +multiplePotionEffects=§4このポーションに複数の効果を適用することはできません。 +muteCommandDescription=プレイヤーをミュートまたはミュート解除します。 muteCommandUsage=/<command> <player> [datediff] [reason] muteCommandUsage1=/<command> <player> muteCommandUsage1Description=指定したプレイヤーを永久にミュートするか、すでにミュートされている場合はミュートを解除します。 +muteCommandUsage2=/<command> <player> <datediff> [reason] +muteCommandUsage2Description=任意の理由で指定された時間、指定したプレーヤーをミュートします mutedPlayer=§c {0} §6は発言禁止になりました。 +mutedPlayerFor=§c {0} §6を§c {1} 間ミュートしました。 +mutedPlayerForReason=§c {0} §6を§c {1} 間ミュートしました。理由\: §c{2} +mutedPlayerReason=§c {0} §6をミュートしました。理由\: §c{1} +mutedUserSpeaks={0} が発言しようとしましたが、ミュートされています\: {1} muteExempt=§4そのプレイヤーを発言禁止にすることはできません。 muteExemptOffline=§4オフラインのプレイヤーを発言禁止にすることはできません。 muteNotify=§c{1} §6を§c {0} §6が発言禁止にしました。 +muteNotifyFor=§c{0} §6は§c {1} を§c {2} §6間ミュートにしました。 muteNotifyForReason=§c{0}§6は§c{2}§6まで§c{1}§6をミュートしました。理由\: §c{3} muteNotifyReason=§c{0}§6は§c{1}§6をミュートしました。理由\: §c{2} +nearCommandDescription=プレイヤーの近くにいるプレイヤーのリストを表示します。 nearCommandUsage=/<command> [playername] [radius] nearCommandUsage1=/<command> +nearCommandUsage1Description=既定の半径内のすべてのプレイヤーを一覧表示します +nearCommandUsage2=/<command> <radius> nearCommandUsage2Description=半径内のすべてのプレイヤーを一覧表示します nearCommandUsage3=/<command> <player> +nearCommandUsage3Description=指定したプレーヤーのデフォルトの半径内にいるすべてのプレーヤーをリストアップします +nearCommandUsage4=/<command> <player> <radius> +nearCommandUsage4Description=指定したプレイヤーの半径内のすべてのプレイヤーを一覧表示します nearbyPlayers=§6近くにいるプレイヤー\:§r {0} negativeBalanceError=§4ユーザーはお金がマイナスになることは許可されていません. nickChanged=§6ニックネームが変更されました。 @@ -557,8 +784,15 @@ nickCommandDescription=ニックネームや他のプレイヤーのニックネ nickCommandUsage=/<command> [player] <nickname|off> nickCommandUsage1=/<command> <nickname> nickCommandUsage1Description=ニックネームを与えられたテキストに変更します +nickCommandUsage2=/<command> off +nickCommandUsage2Description=ニックネームを削除する +nickCommandUsage3=/<command> <player> <nickname> +nickCommandUsage3Description=指定されたプレイヤーのニックネームを指定したテキストに変更する +nickCommandUsage4=/<command> <player> off +nickCommandUsage4Description=指定されたプレイヤーのニックネームを削除します nickDisplayName=§4Essentialsのコンフィグで、change-displayname を有効にする必要があります。 nickInUse=§4その名前はすでに使われています。 +nickNameBlacklist=§4そのニックネームは許可されていません。 nickNamesAlpha=§4ニックネームは英数字である必要があります。 nickNamesOnlyColorChanges=§4ニックネームは色を変えることしかできません。 nickNoMore=§6ニックネームが解除されました。 @@ -566,6 +800,7 @@ nickSet=§6ニックネームを§c{0} §6に設定しました。 nickTooLong=§4そのニックネームは長すぎます。 noAccessCommand=§4そのコマンドを実行する権限がありません。 noAccessPermission=§c{0}§4にアクセスする権限はありません。 +noAccessSubCommand=§4あなたは §c{0} §4へアクセスする権限がありません。 noBreakBedrock=§4あなたは岩盤を壊すことを許可されていません。 noDestroyPermission=§c{0}§4を破壊する権限がありません。 northEast=北東 @@ -576,7 +811,7 @@ noHomeSetPlayer=§6プレイヤーはホームを設定していません。 noIgnored=§6チャットを非表示にするプレイヤーを入力して下さい。 noJailsDefined=§6その牢獄は存在しません。 noKitGroup=§4そのキットにアクセスする権限はありません。 -noKitPermission=§c{0}§4kitを使用する権限がありません\! +noKitPermission=§c{0}§4キットを使用する権限がありません\! noKits=§6キットが存在しません。 noLocationFound=§4有効な場所を見つけることができませんでした。 noMail=§6あなた宛のメールはありません。 @@ -586,6 +821,7 @@ noMetaJson=このバージョンのBukkitではJSON形式のメタデータを noMetaPerm=§c{0}§4のメタ値を使用する権限がありません。 none=なし noNewMail=§6新着メールはありません。 +nonZeroPosNumber=§4ゼロ以外の数字が必要です。 noPendingRequest=§4あなたは保留中の要求がありません。 noPerm=§c{0}§4にアクセスする権限がありません。 noPermissionSkull=§4この頭を変更する権限がありません。 @@ -606,6 +842,8 @@ noWarpsDefined=§6そのワープ地点は存在しません。 nuke=§5上から死の雨が… nukeCommandDescription=彼らに死の雨が降るかもしれない。 nukeCommandUsage=/<command> [player] +nukeCommandUsage1=/<command> [players...] +nukeCommandUsage1Description=指定されている場合、すべてのプレイヤーまたは他のプレイヤーに核兵器を送ります numberRequired=数字を入力して下さい。 onlyDayNight=timeコマンドは、dayかnightを使用して下さい。 onlyPlayers=§4ゲーム内のプレイヤーのみが §c{0} §4を使用できます。 @@ -613,16 +851,24 @@ onlyPlayerSkulls=§4プレイヤーの頭ブロックのみを設定すること onlySunStorm=§c/weather §4コマンドは §csun§4もしくは§cstorm§のみ選択出来ます。 openingDisposal=§6処罰メニューを開いています... orderBalances=§c {0} §6人のユーザーの残高を照会中です。処理には時間がかかることあります。 +oversizedMute=§4この期間、プレイヤーをミュートすることはできません。 oversizedTempban=§4この期間で期限BANは出来ません。 +passengerTeleportFail=§4乗客がいるためテレポートをすることはできません。 +payCommandDescription=自分の残高から他のプレイヤーにお金を支払います。 payCommandUsage=/<command> <player> <amount> payCommandUsage1=/<command> <player> <amount> +payCommandUsage1Description=指定されたプレイヤーに指定した金額を支払う payConfirmToggleOff=§6支払いの確認が求められないようになりました。 payConfirmToggleOn=§6支払いの確認が求められるようになりました。 +payDisabledFor=§6§c{0}§6 の支払いの受け付けを無効にしました。 +payEnabledFor=§6§c{0}§6 の支払いの受け付けを有効にしました。 payMustBePositive=§4支払う金額は正の値である必要があります。 +payOffline=§4オフラインのユーザーに支払うことはできません。 payToggleOff=§6支払いを受け付けないようにしました。 payToggleOn=§6支払いを受け付けています。 payconfirmtoggleCommandDescription=支払いの確認を求めるかどうかを切り替えます。 payconfirmtoggleCommandUsage=/<command> +paytoggleCommandDescription=支払いを受け付けるかどうかを切り替えます paytoggleCommandUsage=/<command> [player] paytoggleCommandUsage1=/<command> [player] paytoggleCommandUsage1Description=支払いを受け付けるかどうかを切り替えます。または他のプレイヤーが指定した場合、支払いを受け付けるかどうかを切り替えます。 @@ -630,11 +876,14 @@ pendingTeleportCancelled=§4テレポート要求が§c拒否§rされました pingCommandDescription=Pong\! pingCommandUsage=/<command> playerBanIpAddress=§c {0} §6のIPアドレス {1} §6を§c{2}§6がBANしました。 +playerTempBanIpAddress=§c {0} §6がIPアドレス §c{1}§6 を§c {2} §6間一時的にBANしました\:§c{3}§6。 playerBanned=§c {0} §6は§c {1} §6をBANしました。§6メッセージ\:§c{2} playerJailed=§c {0} §6を投獄しました。 playerJailedFor=§c{0}§6は§c{1}§6に投獄されました。 +playerKicked=§c {0} §6が§c {1}§6 をキックさせました。§c {2} playerMuted=§6あなたは発言を禁止されました。 playerMutedFor=§6あなたは§c{0}§6のため発言を禁止されています。 +playerMutedForReason=§6あなたは§c {0} §6間ミュートされました. 理由\: §c{1} playerMutedReason=§6あなたはミュートされています! 理由\: §c{0} playerNeverOnServer=§c {0} §4はこのサーバーに入っていません。 playerNotFound=§4そのプレイヤーは存在しません。 @@ -642,18 +891,33 @@ playerTempBanned=§c{0}§6は§c{1}§6を§c{2}§6まで期限BANしました\: playerUnbanIpAddress=§c{0}§6はIPBANを解除しました\:§c {1} playerUnbanned=§c{0}§6は§c{1}§6のBANを解除しました playerUnmuted=§6あなたは発言をする事が出来るようになりました。 +playtimeCommandDescription=プレーヤーのプレイ時間が表示されます playtimeCommandUsage=/<command> [player] playtimeCommandUsage1=/<command> +playtimeCommandUsage1Description=ゲーム内のプレイ時間を表示します playtimeCommandUsage2=/<command> <player> +playtimeCommandUsage2Description=指定したプレーヤーのゲームプレイ時間を表示します +playtime=§6プレイ時間\:§c {0} +playtimeOther=§6プレイ時間 {1}§6\:§c {0} pong=Pong\! posPitch=§6角度\: {0} (頭の角度) +possibleWorlds=§6利用可能なワールドは§c0§6から§c{0}§6の数字です。 +potionCommandDescription=ポーションにカスタムポーションエフェクトを追加します。 potionCommandUsage=/<command> <clear|apply|effect\:<effect> power\:<power> duration\:<duration>> +potionCommandUsage1=/<command> clear +potionCommandUsage1Description=ポーションの効果をすべて消去します +potionCommandUsage2=/<command> apply +potionCommandUsage2Description=ポーションを消費することなくそのポーションの効果をすべて自分に適用します +potionCommandUsage3=/<command> effect\:<effect> power\:<power> duration\:<duration> +potionCommandUsage3Description=持っているポーションに指定されたポーションメタデータを適用します posX=§6X\: {0} (+東 <-> -西) posY=§6Y\: {0} (+上 <-> -下) +posYaw=§6向き\: {0} (東西南北の回転) posZ=§6Z\: {0} (+南 <-> -北) potions=§6ポーション\:§r {0} powerToolAir=§4空気にコマンドを設定することは出来ません。 powerToolAlreadySet=§c{0}§4 は既に §c{1}§4に割り当てられています。 +powerToolAttach=§c{0}§6のコマンドを§c {1}§6に割り当てました。 powerToolClearAll=§6すべてのパワーツールに付与されていたコマンドを削除しました。 powerToolList=§c{1} §6は §c{0}§6のコマンドをサポートしています。 powerToolListEmpty=§c{0} §4はコマンドが割り当てられていません。 @@ -662,10 +926,36 @@ powerToolRemove=§c{0}§6 は §c{1}§6から削除されました。 powerToolRemoveAll=§6全てのコマンドを §c{0}§6から削除しました。 powerToolsDisabled=§6あなたのパワーツールは全て無効化されました。 powerToolsEnabled=§6あなたのパワーツールは全て有効化されました。 +powertoolCommandDescription=手元にあるアイテムにコマンドを割り当てます。 powertoolCommandUsage=/<command> [l\:|a\:|r\:|c\:|d\:][command] [arguments] - {player} はクリックしたプレイヤーの名前に置き換えることができます。 +powertoolCommandUsage1=/<command> l\: +powertoolCommandUsage1Description=持っている全てのパワーツールを一覧表示します +powertoolCommandUsage2=/<command> d\: +powertoolCommandUsage2Description=持っている全てのパワーツールを削除します +powertoolCommandUsage3=/<command> r\:<cmd> +powertoolCommandUsage3Description=持っているアイテムから指定されたコマンドを削除します +powertoolCommandUsage4=/<command> <cmd> +powertoolCommandUsage4Description=持っているアイテムのパワーツールコマンドを指定したコマンドに設定します +powertoolCommandUsage5=/<command> a\:<cmd> +powertoolCommandUsage5Description=持っているアイテムに指定したパワーツールコマンドを追加します +powertooltoggleCommandDescription=すべてのパワーツールを有効または無効にします。 powertooltoggleCommandUsage=/<command> +ptimeCommandDescription=プレイヤーのクライアント時間を調整します。@プレフィックスを追加して修正します。 ptimeCommandUsage=/<command> [list|reset|day|night|dawn|17\:30|4pm|4000ticks] [player|*] +ptimeCommandUsage1=/<command> list [player|*] +ptimeCommandUsage1Description=指定されている場合、あなたまたは他のプレイヤーの時間を一覧表示します +ptimeCommandUsage2=/<command> <time> [player|*] +ptimeCommandUsage2Description=自分または他のプレイヤーの時刻を指定された時刻に設定します +ptimeCommandUsage3=/<command> reset [player|*] +ptimeCommandUsage3Description=指定されている場合、あなたや他のプレイヤーの時間をリセットします +pweatherCommandDescription=プレイヤーの天気を調整します pweatherCommandUsage=/<command> [list|reset|storm|sun|clear] [player|*] +pweatherCommandUsage1=/<command> list [player|*] +pweatherCommandUsage1Description=指定されている場合、あなたまたは他のプレイヤーの天気を一覧表示します。 +pweatherCommandUsage2=/<command> <storm|sun> [player|*] +pweatherCommandUsage2Description=自分または他のプレイヤーの天気を指定された天気に設定します +pweatherCommandUsage3=/<command> reset [player|*] +pweatherCommandUsage3Description=指定された場合、自分または他のプレイヤーの天気をリセットします pTimeCurrent=§c{0}§6の時間§c {1}§ pTimeCurrentFixed=§c{0}§6の時間を§c {1}§6にしました。 pTimeNormal=§c{0}§6の時間はサーバーと一致しています。 @@ -682,16 +972,24 @@ pWeatherPlayers=§6プレイヤーの天候\:§r pWeatherReset=§c{0}§のプレイヤー天候をリセットしました。 pWeatherSet=§6プレイヤーの天候を§c{1}§6から§c{0}§6に変更しました。 questionFormat=§2[問題]§r {0} +rCommandDescription=最後にメッセージをくれたプレイヤーに素早く返信します。 rCommandUsage=/<command> <message> rCommandUsage1=/<command> <message> +rCommandUsage1Description=最後にメッセージを送ったプレイヤーに指定されたテキストで返信します radiusTooBig=§4半径が大きすぎます。最大半径は§c{0}§4です。 readNextPage=§6次のページを見るには§c /{0} {1} §6と入力してください。 realName=§f{0}§r§6は§f{1} +realnameCommandDescription=ニックネームに基づくユーザー名を表示します。 realnameCommandUsage=/<command> <nickname> realnameCommandUsage1=/<command> <nickname> +realnameCommandUsage1Description=指定されたニックネームに基づいてユーザー名を表示します recentlyForeverAlone=§4{0} は最近オフラインになりました +recipe=§c{0} §6のレシピです§6 (§c{1}§6 から §c{2}§6) recipeBadIndex=その数字にレシピはありません。 +recipeCommandDescription=アイテムのクラフト方法を表示します。 recipeCommandUsage=/<command> <item> [number] +recipeCommandUsage1=/<command> <item> [page] +recipeCommandUsage1Description=指定したアイテムのクラフトレシピを表示します recipeFurnace=§6精錬\: §c{0}§6. recipeGrid=§c{0}X §6| §{1}X §6| §{2}X recipeGridItem=§c{0}X §6は §c{1} @@ -700,60 +998,148 @@ recipeNone={0} にレシピはありません。 recipeNothing=何もない recipeShapeless=§6不定形レシピ §c{0} recipeWhere=§6どこに\: {0} +removeCommandDescription=ワールド内のエンティティを削除します。 removeCommandUsage=/<command> <all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]> [radius|world] +removeCommandUsage1=/<command> <mob type> [world] +removeCommandUsage1Description=現在のワールドまたは指定された場合は別のワールドの指定されたmobの種類をすべて削除します +removeCommandUsage2=/<command> <mob type> <radius> [world] +removeCommandUsage2Description=現在のワールドまたは指定された場合、別のワールドの指定された半径内の指定されたMobタイプを削除します removed=§c {0} §6のエンティティを削除しました。 repair=§c{0}§6を修復しました。 repairAlreadyFixed=§4そのアイテムは修復する必要がありません。 +repairCommandDescription=1つまたはすべてのアイテムの耐久を修理します。 repairCommandUsage=/<command> [hand|all] repairCommandUsage1=/<command> +repairCommandUsage1Description=持っているアイテムを修理します +repairCommandUsage2=/<command> all +repairCommandUsage2Description=インベントリ内のすべてのアイテムを修理します repairEnchanted=§4エンチャントされたアイテムを修理することはできません。 repairInvalidType=§4そのアイテムを修理することはできません。 repairNone=§4そのアイテムは修復に必要な条件を満たしていません。 +replyFromDiscord=** {0} から返信** `{1}` +replyLastRecipientDisabled=§6最後のメッセージの受信者に対する返信を§c無効化§6しました。 +replyLastRecipientDisabledFor=§c{0} §6の最後のメッセージの受信者に対する返信を§c無効化§6しました。 +replyLastRecipientEnabled=§6最後のメッセージの受信者に対する返信を§c有効化§6しました。 +replyLastRecipientEnabledFor=§c{0} §6の最後のメッセージの受信者に対する返信を§c有効化§6しました。 requestAccepted=§6テレポート要求が許可されました。 +requestAcceptedAll=§c{0} §6件のテレポートリクエストを受け入れました。 +requestAcceptedAuto=§6自動で {0} からのテレポートリクエストを受け入れました。 requestAcceptedFrom=§c{0} §6からテレポート要求が来ました。 +requestAcceptedFromAuto=§c{0} §6からのテレポートリクエストを自動で受け入れました。 requestDenied=§6テレポート要求を拒否しました。 +requestDeniedAll=§c{0} §6の保留中のテレポートリクエストを拒否しました。 requestDeniedFrom=§c{0} §6からのテレポート要求を拒否します。 requestSent=§6要求を§c {0}§6に送信しました。 +requestSentAlready=§4あなたはすでに {0} §4にテレポートリクエストを送っています\! requestTimedOut=§4テレポート要求はタイムアウト(時間切れ)です。 +requestTimedOutFrom=§4§c{0} §4からのテレポートリクエストが時間切れになりました。 resetBal=§6すべてのオンラインプレイヤーの所持金が§c{0} §6にリセットされました。 resetBalAll=§6すべてのプレイヤーの所持金が§c{0} §6にリセットされました。 +rest=§6よく休めたと思う。 +restCommandDescription=あなたまたは指定したプレイヤーを休憩します。 restCommandUsage=/<command> [player] restCommandUsage1=/<command> [player] +restCommandUsage1Description=指定された場合、残りのプレイヤーまたは他のプレイヤーからの時間をリセットします +restOther=§c{0} §6は休憩中です。 +returnPlayerToJailError=§4§c {0} §4を投獄する際にエラーが発生しました\: §c{1}§4\! +rtoggleCommandDescription=返信先が最後の受信者か最後の送信者であるかどうかを変更します rtoggleCommandUsage=/<command> [player] [on|off] +rulesCommandDescription=サーバーのルールを表示します。 rulesCommandUsage=/<command> [chapter] [page] +runningPlayerMatch=§6 " §c{0} §6" に一致するプレイヤーを検索しています (しばらく時間がかかる場合があります) second=秒 seconds=秒 +seenAccounts=§6プレイヤーは\:§c {0} としても知られています +seenCommandDescription=プレーヤーの最後のログアウト時間を表示します。 seenCommandUsage=/<command> <playername> seenCommandUsage1=/<command> <playername> +seenCommandUsage1Description=指定したプレーヤーのログアウト時間、禁止、ミュート、UUIDの情報を表示します seenOffline=§c {0} §6の §cオフライン§6 経過時間 §c{1} seenOnline=§c {0} §6の §bオンライン§6 経過時間 §c{1} +sellBulkPermission=§6権限が無いためまとめ売りができません。 +sellCommandDescription=手に持っているアイテムを販売します。 +sellCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [amount] +sellCommandUsage1=/<command> <itemname> [amount] +sellCommandUsage1Description=インベントリにあるアイテムをすべて (指定された場合は指定された量) 売ります +sellCommandUsage2=/<command> hand [amount] +sellCommandUsage2Description=持っているアイテムの全て (または指定された量) を売ります +sellCommandUsage3=/<command> all +sellCommandUsage3Description=インベントリ内の売ることが可能な全てのアイテムを売ります +sellCommandUsage4=/<command> blocks [amount] +sellCommandUsage4Description=インベントリ内のブロックをすべて (または指定された場合は指定された量) 売ります +sellHandPermission=§6権限が無いため手に持っているアイテムを売れません。 serverFull=サーバーは満員です\! +serverReloading=今、サーバーを再読み込みしている可能性が高いです。もしそうなら、なぜ自分を恨むのですか?再読み込みの際、EssentialsXチームからのサポートは期待できません。 serverTotal=§6サーバー内合計\:§c {0} serverUnsupported=サポートされていないサーバーのバージョンを実行しています! +serverUnsupportedClass=クラスを決定する状態\: {0} +serverUnsupportedCleanroom=Mojangの内部コードに依存するBukkitプラグインを適切にサポートしていないサーバーを実行しています。サーバーソフトウェアにEssentialsの代替品を使用することを検討してください。 +serverUnsupportedDangerous=非常に危険でデータ消失につながることが知られているサーバーフォークを実行しています。 Paper や Tuinity など、より安定した高性能なサーバーソフトウェアに変更することを強くお勧めします。 serverUnsupportedLimitedApi=API機能が制限されたサーバーを実行しています。EssentialsXは引き続き動作しますが、特定の機能が無効になっている可能性があります。 +serverUnsupportedMods=Bukkitプラグインを正しくサポートしていないサーバーを実行しています。Bukkitプラグインは Forge/Fabric のMODで使用しないでください\! Forgeの場合:ForgeEssentials または SpongeForge + Nucleus の使用を検討してください。 setBal=§aあなたの所持金が {0} に設定されました。 setBalOthers=§a{0}§c の所持金を {1} に設定しました。 setSpawner=§6スポナーのタイプを§c {0}§6に変更しました。 sethomeCommandDescription=現在の場所に家を設定します。 sethomeCommandUsage=/<command> [[player\:]name] +sethomeCommandUsage1=/<command> <name> +sethomeCommandUsage1Description=指定した名前のホームを現在地に設定します +sethomeCommandUsage2=/<command> <player>\:<name> +sethomeCommandUsage2Description=指定したプレイヤーのホームを指定した名でこの位置に設定します setjailCommandDescription=指定した [jailname] の刑務所を作成します。 setjailCommandUsage=/<command> <jailname> setjailCommandUsage1=/<command> <jailname> +setjailCommandUsage1Description=指定された名前の牢屋をあなたの場所に設定します settprCommandDescription=ランダムなテレポート位置とパラメータを設定します。 settprCommandUsage=/<command> [center|minrange|maxrange] [value] +settprCommandUsage1=/<command> center +settprCommandUsage1Description=ランダムなテレポートの中心をあなたの場所に設定します +settprCommandUsage2=/<command> minrange <radius> +settprCommandUsage2Description=ランダムなテレポート半径の最小値を指定します +settprCommandUsage3=/<command> maxrange <radius> +settprCommandUsage3Description=ランダムなテレポート半径の最大値を指定します +settpr=§6ランダムなテレポートの中央を設定しました。 +settprValue=§6ランダムテレポート§c{0}§6を§c{1}§6にしました。 setwarpCommandDescription=新規ワープを作成 setwarpCommandUsage=/<command> <warp> setwarpCommandUsage1=/<command> <warp> +setwarpCommandUsage1Description=指定された名前のワープ位置を設定します setworthCommandDescription=商品の売値を設定します。 setworthCommandUsage=/<command> [itemname|id] <price> +setworthCommandUsage1=/<command> <price> +setworthCommandUsage1Description=持っているアイテムの価格を指定した価格に設定します +setworthCommandUsage2=/<command> <itemname> <price> +setworthCommandUsage2Description=指定されたアイテムの価格を指定した価格に設定します sheepMalformedColor=§4その色は正しくない形です。 +shoutDisabled=§6シャウトモードを§c無効化§6しました。 +shoutDisabledFor=§c{0} §6のシャウトモードを§c無効化§6しました。 +shoutEnabled=§6シャウトモードを§c有効化§6しました。 +shoutEnabledFor=§c{0} §6のシャウトモードを§c有効化§6しました。 shoutFormat=§6[Shout]§r {0} editsignCommandClear=§6看板を消去しました。 +editsignCommandClearLine=§c {0}§6を消去しました。 showkitCommandDescription=キットの内容を表示 showkitCommandUsage=/<command> <kitname> showkitCommandUsage1=/<command> <kitname> +showkitCommandUsage1Description=指定されたキットのアイテムの概要を表示します editsignCommandDescription=看板を編集する +editsignCommandLimit=§4テキストが大きすぎて対象の看板に収まりません。 +editsignCommandNoLine=§c1-4§4の間の数字を入力してください。 +editsignCommandSetSuccess=§c {0}§6を "§c{1}§6"にしました。 +editsignCommandTarget=§4テキストを編集するには、看板を見ている必要があります。 +editsignCopy=§6看板をコピーしました\! §c/{0} paste§6 で貼り付けてください。 +editsignCopyLine=§6看板の §c{0} §6行目をコピーしました\! §c/{1} paste {0}§6 で貼り付けてください。 +editsignPaste=§6看板に貼り付けました! +editsignPasteLine=§6看板の§c{0} §6行目を貼り付けました\! editsignCommandUsage=/<command> <set/clear/copy/paste> [行番号] [テキスト] +editsignCommandUsage1=/<command> set <line number> <text> +editsignCommandUsage1Description=指定したテキストを対象の看板の行に設定します +editsignCommandUsage2=/<command> clear <line number> +editsignCommandUsage2Description=対象の看板の指定された行を消去します +editsignCommandUsage3=/<command> copy [line number] +editsignCommandUsage3Description=対象の看板のすべて (または指定された行) をクリップボードにコピーします +editsignCommandUsage4=/<command> paste [line number] +editsignCommandUsage4Description=クリップボードの内容を対象の看板の全体 (または指定行) に貼り付けます signFormatFail=§4[{0}] signFormatSuccess=§1[{0}] signFormatTemplate=[{0}] @@ -763,39 +1149,64 @@ southEast=南東 south=南 southWest=南西 skullChanged=§c{0} §6の頭に変更しました。 +skullCommandDescription=プレイヤーの頭の所有者を設定します skullCommandUsage=/<command> [owner] skullCommandUsage1=/<command> +skullCommandUsage1Description=自分の頭を取得します。 skullCommandUsage2=/<command> <player> +skullCommandUsage2Description=指定したプレイヤーの頭を取得します slimeMalformedSize=§4不正なサイズです。 +smithingtableCommandDescription=鍛冶台を開きます。 smithingtableCommandUsage=/<command> +socialSpy=§c{0} §6のソーシャルスパイ\: §c{1} socialSpyMsgFormat=§6[§c{0}§7 -> §c{1}§6] §7{2} socialSpyMutedPrefix=§f[§6SS§f] §7(ミュート中) §r socialspyCommandDescription=チャットでmsg/mailコマンドを表示するかどうかを切り替えます。 socialspyCommandUsage=/<command> [player] [on|off] socialspyCommandUsage1=/<command> [player] +socialspyCommandUsage1Description=指定されている場合、自分または他のプレイヤーのソーシャルスパイを切り替えます socialSpyPrefix=§f[§6SS§f] §r soloMob=§4そのMobは一つで暴走します。 spawned=スポーン +spawnerCommandDescription=スポナーのモブタイプを変更します。 spawnerCommandUsage=/<command> <mob> [delay] spawnerCommandUsage1=/<command> <mob> [delay] +spawnerCommandUsage1Description=現在見ているスポナーのモブタイプ (オプションでディレイ) を変更します spawnmobCommandDescription=Mob をスポーンさせる spawnmobCommandUsage=/<command> <mob>[\:data][,<mount>[\:data]] [amount] [player] +spawnmobCommandUsage1=/<command> <mob>[\:data] [amount] [player] +spawnmobCommandUsage1Description=指定されたモブを1体 (または指定された数) 、自分 (または指定された場合は他のプレイヤー) にスポーンさせます +spawnmobCommandUsage2=/<command> <mob>[\:data],<mount>[\:data] [amount] [player] +spawnmobCommandUsage2Description=指定されたモブに乗ったモブを1体 (指定された場合は他のプレイヤー) 自分の場所にスポーンします。 spawnSet=§c {0}§6のスポーン地点を設定しました。 spectator=スペクテイター speedCommandDescription=制限速度を変更する speedCommandUsage=/<command> [type] <speed> [player] +speedCommandUsage1=/<command> <speed> +speedCommandUsage1Description=飛行速度または歩行速度を設定します +speedCommandUsage2=/<command> <type> <speed> [player] +speedCommandUsage2Description=自分または他のプレイヤーの指定された速度の種類を指定された速度に設定します +stonecutterCommandDescription=石切台を開きます。 stonecutterCommandUsage=/<command> +sudoCommandDescription=他のユーザーにコマンドを実行させます。 sudoCommandUsage=/<command> <player> <command [args]> +sudoCommandUsage1=/<command> <player> <command> [args] +sudoCommandUsage1Description=指定したプレイヤーが指定したコマンドを実行させます +sudoExempt=§4あなたは §c{0} を実行することはできません。 sudoRun=§6強制的に§c {0} §6を実行する\:§r /{1} +suicideCommandDescription=あなたを滅ぼす原因となる。 suicideCommandUsage=/<command> suicideMessage=§6残酷な世界よ、さようなら。 +suicideSuccess=§c{0} §6は自ら命を絶った。 survival=サバイバル takenFromAccount=§aあなたの所持金から §e{0}§a 引かれました。 +takenFromOthersAccount=§e{0} §aが§e {1} §aアカウントから取られました。新しい残高\:§e {2} teleportAAll=§6すべてのプレイヤーにテレポート要求を送信しました。 teleportAll=§6すべてのプレーヤーをテレポートしています。 teleportationCommencing=§6テレポートします。 teleportationDisabled=§6テレポートが§c無効化§6されました。 teleportationDisabledFor=§6テレポートを §c{0}§6に§c無効化§6されました。 +teleportationDisabledWarning=§6テレポートを有効にしないと、他のプレイヤーは自分のところにテレポートしてきません。 teleportationEnabled=§6テレポートが§c有効化§6されました。 teleportationEnabledFor=§6テレポートを §c{0}§6に§c有効化§6されました。 teleportAtoB=§c{0}§6 は §c{1}§6にテレポートしました。 @@ -805,6 +1216,7 @@ teleportHome=§c{0}§6にテレポートしました。 teleporting=§6テレポートしています… teleportInvalidLocation=座標の値は 30000000 以上を入力することはできません。 teleportNewPlayerError=§4新しいプレイヤーにテレポートする事が出来ませんでした。 +teleportNoAcceptPermission=§c{0} §4はテレポート要求を受け入れる権限がありません。 teleportRequest=§c{0}§6 がテレポート要求を送信しています。 teleportRequestAllCancelled=§6すべての未処理のテレポート要求 {0} 個がキャンセルされました。 teleportRequestCancelled=§c{0} §6へのテレポート要求がキャンセルされました。 @@ -815,75 +1227,137 @@ teleportToPlayer=§c{0} §6にテレポートしました。 teleportOffline=§6プレイヤー§c {0} §6は現在オフラインです。/otpを使ってテレポートすることができます。 tempbanExempt=§4あなたはこのプレイヤーを一時的にBANする事は出来ません。 tempbanExemptOffline=§4オフラインのプレイヤーを一時BANすることはできません。 +tempbanJoin=あなたは {0} 間 サーバーからBANされています。理由\: {1} +tempBanned=§cあなたは §r {0} §cの間一時的にBANされました\:\n§r{2} tempbanCommandDescription=ユーザーを一時的にBANします。 +tempbanCommandUsage=/<command> <playername> <datediff> [reason] +tempbanCommandUsage1=/<command> <player> <datediff> [reason] +tempbanCommandUsage1Description=指定されたプレーヤーを指定された時間任意の理由でBANします tempbanipCommandDescription=IPアドレスを一時的にBANします。 +tempbanipCommandUsage=/<command> <playername> <datediff> [reason] +tempbanipCommandUsage1=/<command> <player|ip-address> <datediff> [reason] +tempbanipCommandUsage1Description=指定されたIPアドレスを指定された時間任意の理由でBANします thunder=§c {0} §6で雷が落ちています。 thunderCommandDescription=雷を有効/無効にします。 thunderCommandUsage=/<command> <true/false> [duration] +thunderCommandUsage1=/<command> <true|false> [duration] +thunderCommandUsage1Description=任意の長さで雷を有効または無効にします +thunderDuration=§c {0} §6化したのでこの世界では雷が§c {1} §6秒間落ちます。 timeBeforeHeal=§4次の回復までの時間\:§c {0}§4. timeBeforeTeleport=§4次のテレポートまでの時間\:§c {0}§4. timeCommandDescription=ワールドタイムを表示/変更します。デフォルトは現在のワールドです。 timeCommandUsage=/<command> [set|add] [day|night|dawn|17\:30|4pm|4000ticks] [worldname|all] timeCommandUsage1=/<command> +timeCommandUsage1Description=すべてのワールドで時刻を表示します +timeCommandUsage2=/<command> set <time> [world|all] +timeCommandUsage2Description=現在 (または指定された) 世界の時刻に指定された時間にします +timeCommandUsage3=/<command> add <time> [world|all] +timeCommandUsage3Description=現在 (または指定された) 世界の時刻に与えられた時間を追加します timeFormat=§c {0} §6または§c {1} §6または§c {2} §6 timeSetPermission=§4あなたは時間を設定する権限がありません。 timeSetWorldPermission=§4世界 '' {0} ''で時間を設定する権限がありません。 timeWorldAdd=§c {0} §6の時間を§c {1} §6に設定しました。 timeWorldCurrent=§6現在の時間§c {0} §6: §c{1}§6. +timeWorldCurrentSign=§6現在時間は§c{0}§6です。 timeWorldSet=§c{1}§6の時間を§c {0} §6に設定しました。 togglejailCommandDescription=プレイヤーを投獄/脱獄させ、指定された牢屋に移動させます。 togglejailCommandUsage=/<command> <player> <jailname> [datediff] +toggleshoutCommandDescription=シャウトモードで話しているかどうかを切り替えます toggleshoutCommandUsage=/<command> [player] [on|off] toggleshoutCommandUsage1=/<command> [player] +toggleshoutCommandUsage1Description=指定されている場合、自分または他のプレイヤーのシャウトモードを切り替えます +topCommandDescription=現在位置の一番高いブロックにテレポートします。 topCommandUsage=/<command> totalSellableAll=§aすべての販売可能なアイテムとブロックの合計価値は§c {1} §aです。 totalSellableBlocks=§aすべての販売可能なブロックの合計価値は§c {1} §aです。 totalWorthAll=§a合計値§c {1} §aのすべてのアイテムとブロックを販売します。 totalWorthBlocks=§a合計§c {1} §aの全ブロックを販売します。 +tpCommandDescription=プレイヤーにテレポートします。 tpCommandUsage=/<command> <player> [otherplayer] tpCommandUsage1=/<command> <player> +tpCommandUsage1Description=指定したプレイヤーにテレポートします +tpCommandUsage2=/<command> <player> <other player> +tpCommandUsage2Description=指定された最初のプレイヤーを2番目のプレイヤーにテレポートさせます +tpaCommandDescription=指定されたプレイヤーへのテレポートをリクエストします。 tpaCommandUsage=/<command> <player> tpaCommandUsage1=/<command> <player> +tpaCommandUsage1Description=指定されたプレイヤーへのテレポートをリクエストします +tpaallCommandDescription=オンライン中の全プレイヤーにテレポートをリクエストします。 tpaallCommandUsage=/<command> <player> tpaallCommandUsage1=/<command> <player> +tpaallCommandUsage1Description=全プレイヤーにテレポートをリクエストします。 +tpacancelCommandDescription=すべての未処理のテレポートリクエストをキャンセルします。リクエストをキャンセルするには [player] を指定してください。 tpacancelCommandUsage=/<command> [player] tpacancelCommandUsage1=/<command> +tpacancelCommandUsage1Description=未処理のテレポートリクエストをすべてキャンセルします tpacancelCommandUsage2=/<command> <player> +tpacancelCommandUsage2Description=指定したプレイヤーとの未処理のテレポートリクエストをすべてキャンセルします +tpacceptCommandDescription=テレポートリクエストを受け入れます。 tpacceptCommandUsage=/<command> [otherplayer] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=最新のテレポートリクエストを受け入れます。 tpacceptCommandUsage2=/<command> <player> +tpacceptCommandUsage2Description=指定したプレイヤーからのテレポートリクエストを受け入れます。 +tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=すべてのテレポートリクエストを受け入れます。 +tpahereCommandDescription=指定したプレイヤーにテレポートをリクエストします。 tpahereCommandUsage=/<command> <player> tpahereCommandUsage1=/<command> <player> +tpahereCommandUsage1Description=指定したプレイヤーにテレポートをリクエストします +tpallCommandDescription=すべてのオンラインプレイヤーを別のプレイヤーにテレポートさせます。 tpallCommandUsage=/<command> [player] tpallCommandUsage1=/<command> [player] +tpallCommandUsage1Description=すべてのプレイヤーを自分、または指定された他のプレイヤーにテレポートさせます +tpautoCommandDescription=テレポートリクエストを自動で受け入れます。 tpautoCommandUsage=/<command> [player] tpautoCommandUsage1=/<command> [player] +tpautoCommandUsage1Description=指定された場合、自分または他のプレイヤーのTpaリクエストを自動的に受け入れるかどうかを切り替えます +tpdenyCommandDescription=テレポートリクエストを拒否します。 tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=直近のテレポートリクエストを拒否します tpdenyCommandUsage2=/<command> <player> +tpdenyCommandUsage2Description=指定されたプレイヤーからのテレポートリクエストを拒否します +tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=全てのテレポートリクエストを拒否します tphereCommandDescription=プレイヤーをテレポートします。 tphereCommandUsage=/<command> <player> tphereCommandUsage1=/<command> <player> +tphereCommandUsage1Description=指定したプレイヤーを自分にテレポートさせます +tpoCommandDescription=Tptoggleのテレポート無効化。 tpoCommandUsage=/<command> <player> [otherplayer] tpoCommandUsage1=/<command> <player> +tpoCommandUsage1Description=指定したプレイヤーをテレポートさせ、そのプレイヤーの設定を上書きします +tpoCommandUsage2=/<command> <player> <other player> +tpoCommandUsage2Description=最初に指定したプレイヤーを2番目のプレイヤーにテレポートし、そのプレイヤーの設定を上書きします tpofflineCommandDescription=最後にログアウトしたプレイヤーの場所にテレポートします。 tpofflineCommandUsage=/<command> <player> tpofflineCommandUsage1=/<command> <player> +tpofflineCommandUsage1Description=指定したプレイヤーのログアウト地点にテレポートします +tpohereCommandDescription=ここでtptoggleのテレポートをオーバーライドします。 tpohereCommandUsage=/<command> <player> tpohereCommandUsage1=/<command> <player> +tpohereCommandUsage1Description=指定したプレイヤーをテレポートさせ、そのプレイヤーの設定を上書きします tpposCommandDescription=座標にテレポートする tpposCommandUsage=/<command> <x> <y> <z> [yaw] [pitch] [world] tpposCommandUsage1=/<command> <x> <y> <z> [yaw] [pitch] [world] +tpposCommandUsage1Description=指定された場所に、任意のヨー、ピッチ、ワールドでテレポートします。 tprCommandDescription=ランダムにテレポートする tprCommandUsage=/<command> tprCommandUsage1=/<command> +tprCommandUsage1Description=ランダムな場所にテレポートします。 +tprSuccess=§6ランダムな場所にテレポートしました... tps=§6現在のTPS \= {0} §e(最大値は20) +tptoggleCommandDescription=すべてのテレポートをブロックします。 tptoggleCommandUsage=/<command> [player] [on|off] tptoggleCommandUsage1=/<command> [player] +tptoggleCommandUsageDescription=指定された場合、自分または他のプレイヤーのテレポートを有効にするかどうかを切り替えます tradeSignEmpty=§4トレードサインには利用可能なものは何もありません。 tradeSignEmptyOwner=§4このトレードサインから収集するものは何もありません。 +treeCommandDescription=見ている場所に木をスポーンさせます。 treeCommandUsage=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp> treeCommandUsage1=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp> +treeCommandUsage1Description=指定した種類の木を見ている場所にスポーンさせます treeFailure=§4木を生成するには、草ブロックか土ブロックの上である必要があります。 treeSpawned=§6木がスポーンしました。 true=§atrue§r @@ -896,18 +1370,28 @@ unableToSpawnMob=§4Mobをスポーンできません。 unbanCommandDescription=指定したプレイヤーのBANを解除します。 unbanCommandUsage=/<command> <player> unbanCommandUsage1=/<command> <player> +unbanCommandUsage1Description=指定したプレイヤーのBANを解除します unbanipCommandDescription=指定したIPアドレスのBANを解除します。 unbanipCommandUsage=/<command> <address> unbanipCommandUsage1=/<command> <address> +unbanipCommandUsage1Description=指定したIPアドレスのBANを解除します unignorePlayer=§c {0} §6さんのチャットを表示しました。 unknownItemId=§4不明なアイテムID\:§r {0}§4 unknownItemInList=§4不明なアイテム {0} の中 {1} リスト unknownItemName=§4不明なアイテム名\: {0} +unlimitedCommandDescription=アイテムを無制限に配置できるようになります。 unlimitedCommandUsage=/<command> <list|item|clear> [player] +unlimitedCommandUsage1=/<command> list [player] +unlimitedCommandUsage1Description=自分や他のプレイヤーの無制限アイテムのリストを表示します +unlimitedCommandUsage2=/<command> <item> [player] +unlimitedCommandUsage2Description=指定されたアイテムがあなた自身や他のプレイヤーに対して無制限かどうかを切り替えます +unlimitedCommandUsage3=/<command> clear [player] +unlimitedCommandUsage3Description=指定された場合、自分または他のプレイヤーの無制限アイテムをすべて消去します unlimitedItemPermission=§4このアイテムを無制限アイテムにする権限がありません。 §c{0}§4. unlimitedItems=§6無制限アイテム\:§r unmutedPlayer=§c {0} §6は発言が許可されました。 unsafeTeleportDestination=§4テレポート先が安全でないためテレポートする事ができません。 +unsupportedBrand=§4現在実行しているサーバープラットフォームはこの機能を提供していません。 unsupportedFeature=§4この機能は現在のサーバのバージョンではサポートされていません。 unvanishedReload=§4reloadされた為、透明化が解除されました。 upgradingFilesError=ファイルをアップグレード中にエラーが発生しました。 @@ -917,6 +1401,7 @@ userAFKWithMessage=§7{0}§5はAFK中のため応答がありません\: {1} userdataMoveBackError=Userdata/{0}.tmp を userdata/{1} に移動することに失敗しました。 userdataMoveError=Userdata/{0} を userdata/{1}.tmp に移動することに失敗しました。 userDoesNotExist=§c {0} §4は何もありません。 +uuidDoesNotExist=§4UUID§c {0} §4のユーザーは存在しません。 userIsAway=§7* §e{0} さんは 離席中 です。 userIsAwayWithMessage=§7* {0} §7はAFK中です。 userIsNotAway=§7* {0} さんが 離席解除 になりました。 @@ -930,7 +1415,15 @@ vanish={0}§6さんが透明化を {1} にしました。 vanishCommandDescription=他のプレイヤーから身を隠す。 vanishCommandUsage=/<command> [player] [on|off] vanishCommandUsage1=/<command> [player] +vanishCommandUsage1Description=指定されている場合、自分または他のプレイヤーの透明化を切り替えます。 vanished=§6あなたは通常のプレイヤーから姿を消しました。また一部プラグインのTab補完を無効化しました。 +versionCheckDisabled=§6config内の更新確認を無効にしました。 +versionCustom=§6バージョンの確認ができません\! セルフビルドですか? ビルド情報です\:§c{0}§6. +versionDevBehind=§4この §c{0} §4EssentialsX build(s) は古いデータです\! +versionDevDiverged=§6EssentialsXの実験的なビルドを実行しており、§c{0} §6は最新のビルドの背後にビルドされています\! +versionDevDivergedBranch=§6機能ブランチ\: §c{0}§6. +versionDevDivergedLatest=§6最新の実験的な EssentialsX ビルドを実行しています\! +versionDevLatest=§6最新の EssentialsX ビルドを実行しています\! versionError=§4EssentialsXのバージョン情報を取得する際にエラーが発生しました。ビルド情報\:§c {0} §6. versionErrorPlayer=§6EssentialsXのバージョン情報のチェック中にエラーが発生しました。 versionFetching=§6バージョン情報を取得中... @@ -939,21 +1432,29 @@ versionOutputFine=§6{0} バージョン\: §a{1} versionOutputWarn=§6{0} バージョン\: §c{1} versionOutputUnsupported=§d{0} §6バージョン\: §d{1} versionOutputUnsupportedPlugins=§6サポートされていないプラグインを実行しています§6! +versionOutputEconLayer=§6エコノミーレイヤー\: §r{0} versionMismatch=§4バージョンの不一致!{0} を同じバージョンに更新してください。 versionMismatchAll=§4バージョンの不一致!すべてのEssentials jarを同じバージョンに更新してください。 versionReleaseLatest=§6最新の安定版EssentialsXを実行しています。 versionReleaseNew=§4新しいEssentialsXバージョンがダウンロードできます\: §c {0} §4. versionReleaseNewLink=§4ここからダウンロードしてください\:§c {0} voiceSilenced=§6あなたは喋ることができない状態になっています。 +voiceSilencedTime=§6あなたは現在 {0} 間喋れない状態になっています\! voiceSilencedReason=§6あなたの声は沈黙しました!理由:§c {0} +voiceSilencedReasonTime=§6あなたは現在 {0} 間喋れない状態になっています\! 理由\: §c{1} walking=歩行中 warpCommandDescription=指定した場所にすべてのワープまたはワープを一覧表示します。 warpCommandUsage=/<command> <pagenumber|warp> [player] +warpCommandUsage1=/<command> [page] +warpCommandUsage1Description=最初または指定されたページのすべてのワープのリストを出します +warpCommandUsage2=/<command> <warp> [player] +warpCommandUsage2Description=指定したプレイヤーを指定したワープにテレポートさせます warpDeleteError=§4ワープを削除することで問題が発生しました。 warpInfo=§6ワープ§c {0} §6の情報 warpinfoCommandDescription=指定したワープの位置情報を検索します。 warpinfoCommandUsage=/<command> <warp> warpinfoCommandUsage1=/<command> <warp> +warpinfoCommandUsage1Description=指定したワープに関する情報を出します warpingTo=§c {0} §6にワープしました。 warpList={0} warpListPermission=§4ワープ一覧を見る権限がありません。 @@ -963,9 +1464,13 @@ warps=§6ワープ一覧\:§r {0} warpsCount=§c {0} §6個のワープが存在します。§c{2} §6ページ中 §c{1} §6ページ目を表示中\: weatherCommandDescription=天気を設定します。 weatherCommandUsage=/<command> <storm/sun> [duration] +weatherCommandUsage1=/<command> <storm|sun> [duration] +weatherCommandUsage1Description=天気を指定された種類に設定し、任意で期間を設定します warpSet=§6ワープ地点§c {0} §6をセットしました。 warpUsePermission=§4あなたはこのワープを使用する権限がありません。 weatherInvalidWorld={0} のワールドは存在しません。 +weatherSignStorm=§6天気\: §c雨§6. +weatherSignSun=§6天気\: §c晴れ§6. weatherStorm=§c {0} §6の天候を§c雷雨§6にしました。 weatherStormFor=§c{0}§6の天候を§c{1}§6秒間§c雷雨§6にしました。 weatherSun=§c {0} §6の天候を§c晴れ§6にしました。 @@ -974,8 +1479,10 @@ west=西 whoisAFK=§6 - 離席中\:§r {0} whoisAFKSince=§6 - AFK\:§r {0} ({1}前から) whoisBanned=§6 - BAN状況\:§r {0} +whoisCommandDescription=ニックネームの後ろにあるユーザー名を指定します。 whoisCommandUsage=/<command> <nickname> whoisCommandUsage1=/<command> <player> +whoisCommandUsage1Description=指定したプレイヤーについての基本情報を出します whoisExp=§6 - 経験値\:§r {0} (レベル {1}) whoisFly=§6 - 飛行モード\:§r {0} ({1}) whoisSpeed=§6 - 速度\:§r {0} @@ -1001,8 +1508,21 @@ workbenchCommandUsage=/<command> worldCommandDescription=ワールドを切り替えます。 worldCommandUsage=/<command> [world] worldCommandUsage1=/<command> +worldCommandUsage1Description=ネザーまたはオーバーワールド内の対応する場所にテレポートします +worldCommandUsage2=/<command> <world> +worldCommandUsage2Description=指定したワールド内の場所にテレポートします +worth=§aアイテム {0} は §c{1}§a の価格になります ( {2} 個のアイテムはそれぞれ {3} です) worthCommandDescription=手持ちのアイテムの価値を計算します。 worthCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount] +worthCommandUsage1=/<command> <itemname> [amount] +worthCommandUsage1Description=インベントリ内のすべてのアイテム (または指定された量) の価値をチェックします +worthCommandUsage2=/<command> hand [amount] +worthCommandUsage2Description=手に持っているすべてのアイテム (または指定された量) の価値を確認する +worthCommandUsage3=/<command> all +worthCommandUsage3Description=インベントリにあるすべての可能なアイテムの価値をチェックします +worthCommandUsage4=/<command> blocks [amount] +worthCommandUsage4Description=インベントリ内のすべてのブロック (または指定された量) の価値をチェックします +worthMeta=§a{1} のメタデータが付いてるアイテム {0} は §c{2}§a の価格になります ( {3} 個のアイテムはそれぞれ {4} です) worthSet=§6価値セット year=年 years=年 diff --git a/Essentials/src/main/resources/messages_ko.properties b/Essentials/src/main/resources/messages_ko.properties index bdd9a427577..cbc2f0e273f 100644 --- a/Essentials/src/main/resources/messages_ko.properties +++ b/Essentials/src/main/resources/messages_ko.properties @@ -427,6 +427,7 @@ givenSkull=§c{0}§6의 머리를 얻었습니다. godCommandDescription=신의 힘을 활성화합니다. godCommandUsage=/<command> [닉네임] [on|off] godCommandUsage1=/<command> [플레이어] +godCommandUsage1Description=지정된 경우 사용자 또는 다른 플레이어의 무적 모드를 전환합니다. giveSpawn=§c{0} §6개의 §c{1} §6(을)를 §c{2}§6에게 지급했습니다. giveSpawnFailure=§4공간이 부족합니다, §c{0} {1} §4(을)를 잃었습니다. godDisabledFor=§c{0} §6를 §c비활성화 @@ -581,6 +582,9 @@ jailAlreadyIncarcerated=§4사람이 이미 감옥에 있음\:§c {0} jailList=§6감옥\:§r {0} jailMessage=§c당신은 범죄를 저지르고있습니다, 당신은 시간이 필요합니다. jailNotExist=§4해당 감옥은 존재하지 않습니다. +jailNotifyJailed=§c{1} §6님이 §c{0} §6님을 감금했습니다. +jailNotifyJailedFor=§c{2} §6님이 §c{0} §6님을 §c{1}§6 동안 감금했습니다. +jailNotifySentenceExtended=§c{0} §6님의 감금 시간이 §c{2}§6 님에 의해 §c{1}§6(으)로 연장되었습니다. jailReleased=§6유저 §c{0}§6는 감옥에서 석방되었습니다. jailReleasedPlayerNotify=§6당신은 석방되었습니다\! jailSentenceExtended=§6감옥 시간이 다음과 같이 연장되었습니다.\: {0} @@ -668,6 +672,7 @@ mailCommandUsage3Description=주어진 메시지를 해당 플레이어에게 mailCommandUsage4=/<command> sendall <message> mailCommandUsage4Description=주어진 메시지를 모든 플레이어에게 보냅니다 mailCommandUsage5=/<command> sendtemp <player> <expire time> <message> +mailCommandUsage6=/<command> sendtempall <만료 시간> <메시지> mailDelay=너무 많은 양의 이메일을 보냈습니다. 최대\: {0} mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} @@ -677,6 +682,7 @@ mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} mailSent=§6메일을 보냈습니다\! mailSentTo=§c{0} §6 (이)가 메일을 보냈습니다\: +mailSentToExpire=§c{0} §6님이 §c{1}§6에 만료되는 메일을 보냈습니다\: mailTooLong=§4메일 메시지가 너무 깁니다. 영어 기준 1000자 를 넘지 않도록 해주세요. markMailAsRead=§6이 메일을 읽으셨다면, §c /mail clear §6명령어를 사용하여 삭제 해주세요. matchingIPAddress=§6해당 플레이어는 이전에 다음 IP 주소로부터 접속하였습니다\: @@ -858,16 +864,23 @@ playerTempBanned=§6플레이어§c {0} §6(이)가 Ip주소 §c {1} §6(을)를 playerUnbanIpAddress=§6플레이어 §c{0} §6(이)가 IP\: §c{1} §6의 차단을 해제했습니다. playerUnbanned=§6플레이어 §c{0} §6(이)가 §c{1} §6의 차단을 해제했습니다. playerUnmuted=§6뮤트 상태가 해제되었습니다. +playtimeCommandDescription=플레이어가 게임을 플레이한 시간을 표시합니다 playtimeCommandUsage=/<command> [플레이어] playtimeCommandUsage1=/<command> +playtimeCommandUsage1Description=당신이 게임을 플레이한 시간을 표시합니다 playtimeCommandUsage2=/<command> <플레이어> +playtimeCommandUsage2Description=특정 플레이어가 게임을 플레이한 시간을 표시합니다 +playtime=§6플레이 시간\:§c {0} +playtimeOther={1}§6님의 플레이 시간\:§c {0} pong=Pong\! posPitch=§6Pitch\: {0} (머리 각도) possibleWorlds=마인팜 서버에 오심? potionCommandDescription=포션에 사용자 지정 포션 효과를 추가합니다. potionCommandUsage=/<command> <clear|apply|effect\:<effect> power\:<power> duration\:<duration>> potionCommandUsage1=/<command> clear +potionCommandUsage1Description=들고 있는 물약의 모든 효과를 제거합니다 potionCommandUsage2=/<command> apply +potionCommandUsage2Description=들고 있는 물약을 소비하지 않고 해당 물약의 효과를 모두 당신에게 적용합니다 potionCommandUsage3=/<command> effect\:<effect> power\:<power> duration\:<duration> posX=§6X\: {0} (+동 <-> -서) posY=§6Y\: {0} (+위 <-> -아래) @@ -959,19 +972,23 @@ repairCommandUsage2Description=인벤토리의 모든 아이템을 수리합니 repairEnchanted=§4당신은 인챈트 된 아이템을 수리할 수 없습니다. repairInvalidType=§4이 아이템은 수리될 수 없습니다. repairNone=§4수리하는데 필요한 아이템이 없습니다. +replyFromDiscord=**{0} 님으로부터 답장\:** `{1}` replyLastRecipientDisabled=§6마지막 메시지를 보낸 사람에게의 빠른 답장을 §c비활성화§6했습니다. replyLastRecipientDisabledFor=§c{0} §6의 마지막 메시지를 보낸 사람에게의 빠른 답장을 §c비활성화§6했습니다. replyLastRecipientEnabled=§6마지막 메시지를 보낸 사람에게의 빠른 답장을 §c활성화§6했습니다. replyLastRecipientEnabledFor=§c{0} §6의 마지막 메시지를 보낸 사람에게의 빠른 답장을 §c활성화§6했습니다. requestAccepted=§7텔레포트 요청을 수락하였습니다. +requestAcceptedAll=§6대기 중인 텔레포트 요청 §c{0}§6건을 수락했습니다. requestAcceptedAuto=§c{0} §6의 텔레포트 요청을 자동으로 수락했습니다. requestAcceptedFrom=§c{0} §6 텔레포트 요청이 승인되었습니다. requestAcceptedFromAuto=§c{0} §6(이)가 텔레포트 요청을 자동으로 수락했습니다. requestDenied=§6순간이동 요청이 거부되었습니다. +requestDeniedAll=§6대기 중인 텔레포트 요청 §c{0}§6건을 거절했습니다. requestDeniedFrom=§c{0} §6 텔레포트 요청이 거부되었습니다. requestSent=§c{0}§6님에게 텔레포트 요청을 보냅니다. requestSentAlready=§4이미 {0}§4 에게 텔레포트 요청을 보냈습니다. requestTimedOut=§4텔레포트 요청이 타임아웃 되었습니다. +requestTimedOutFrom=§c{0} §4님으로부터 온 텔레포트 요청이 만료되었습니다. resetBal=§6모든 온라인 플레이어의 잔고가 §a{0} §6(으)로 리셋되었습니다. resetBalAll=§6모든 플레이어의 잔고가 §a{0} §6(으)로 리셋되었습니다. rest=§6잘 휴식한 듯한 느낌이 듭니다. @@ -991,14 +1008,18 @@ seenAccounts=§6플레이어가 §c{0}&6(으)로도 알려져 있습니다. seenCommandDescription=플레이어의 마지막 접속 종료 시간을 봅니다. seenCommandUsage=/<command> <플레이어> seenCommandUsage1=/<command> <플레이어> +seenCommandUsage1Description=해당 플레이어의 로그아웃 시간, 차단 여부, 음소거 여부, UUID 정보를 보여줍니다 seenOffline=§6플레이어§c {0} §6이/가 §c{1}§6 전부터 §4오프라인§6상태였습니다. seenOnline=§6플레이어§c {0} §6이/가 §c{1}§6 전부터 §a온라인§6상태였습니다. sellBulkPermission=§6여러개를 한꺼번에 판매할 수 있는 권한이 없습니다. sellCommandDescription=손에 든 아이템을 판매합니다. sellCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [amount] sellCommandUsage1=/<command> <아이템> [수량] +sellCommandUsage1Description=당신의 인벤토리에서 해당 아이템을 전부(또는 지정한 경우, 지정한 수량만큼) 판매합니다 sellCommandUsage2=/<command> hand [수량] +sellCommandUsage2Description=들고 있는 아이템을 전부(또는 지정한 경우, 지정한 수량만큼) 판매합니다 sellCommandUsage3=/<command> all +sellCommandUsage3Description=당신의 인벤토리에서 팔 수 있는 아이템을 전부 판매합니다 sellCommandUsage4=/<command> blocks [수량] sellHandPermission=§6손에 든 아이템을 팔 수 있는 권한이 없습니다. serverFull=서버가 꽉 찼습니다\! @@ -1025,6 +1046,7 @@ settprCommandUsage=/<command> [center|minrange|maxrange] [값] settprCommandUsage1=/<command> center settprCommandUsage1Description=무작위 텔레포트의 중심을 현재 위치로 설정합니다 settprCommandUsage2=/<command> minrange <반경> +settprCommandUsage2Description=주어진 값으로 랜덤 텔레포트의 반경을 설정합니다. settprCommandUsage3=/<command> maxrange <반경> settpr=§6무작위 텔레포트의 중심을 정합니다. settprValue=§6무작위 텔레포트 §c{0} §6(을)를 §c{1} §6(으)로 설정합니다. @@ -1072,7 +1094,9 @@ skullChanged=§6머리가 §c{0}§6 (으)로 변경되었습니다. skullCommandDescription=플레이어 머리의 주인을 설정합니다. skullCommandUsage=/<command> [owner] skullCommandUsage1=/<command> +skullCommandUsage1Description=당신의 머리를 받습니다 skullCommandUsage2=/<command> <플레이어> +skullCommandUsage2Description=해당 플레이어의 머리를 받습니다 slimeMalformedSize=잘못된 크기. smithingtableCommandDescription=대장장이 작업대를 엽니다. smithingtableCommandUsage=/<command> @@ -1196,10 +1220,15 @@ tpacancelCommandUsage=/<command> [플레이어] tpacancelCommandUsage1=/<command> tpacancelCommandUsage1Description=모든 대기중인 텔레포트 요청을 취소합니다. tpacancelCommandUsage2=/<command> <플레이어> +tpacancelCommandUsage2Description=해당 플레이어가 당신에게 걸어서 대기 중인 텔레포트 요청을 모두 취소합니다. +tpacceptCommandDescription=텔레포트 요청을 수락합니다. tpacceptCommandUsage=/<command> [다른 플레이어] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=가장 최근의 텔레포트 요청을 수락합니다 tpacceptCommandUsage2=/<command> <플레이어> +tpacceptCommandUsage2Description=특정 플레이어의 텔레포트 요청을 수락합니다 tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=모든 텔레포트 요청을 수락합니다 tpahereCommandDescription=해당 플레이어를 나에게 텔레포트하도록 요청합니다. tpahereCommandUsage=/<command> <플레이어> tpahereCommandUsage1=/<command> <플레이어> @@ -1209,13 +1238,18 @@ tpallCommandUsage1=/<command> [플레이어] tpautoCommandDescription=텔레포트 요청을 자동으로 수락합니다. tpautoCommandUsage=/<command> [플레이어] tpautoCommandUsage1=/<command> [플레이어] +tpdenyCommandDescription=텔레포트 요청을 거절합니다. tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=가장 최근의 텔레포트 요청을 거절합니다 tpdenyCommandUsage2=/<command> <플레이어> +tpdenyCommandUsage2Description=특정 플레이어의 텔레포트 요청을 거절합니다 tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=모든 텔레포트 요청을 거절합니다 tphereCommandDescription=플레이어를 나에게 텔레포트시킵니다. tphereCommandUsage=/<command> <플레이어> tphereCommandUsage1=/<command> <플레이어> +tphereCommandUsage1Description=해당 플레이어를 당신의 위치로 순간이동시킵니다 tpoCommandDescription=tptoggle을 무시하고 강제로 텔레포트합니다. tpoCommandUsage=/<command> <플레이어> [다른 플레이어] tpoCommandUsage1=/<command> <플레이어> @@ -1255,9 +1289,11 @@ unableToSpawnMob=§4몬스터 소환을 할 수 없습니다. unbanCommandDescription=해당 플레이어의 차단을 풉니다. unbanCommandUsage=/<command> <플레이어> unbanCommandUsage1=/<command> <플레이어> +unbanCommandUsage1Description=해당 플레이어의 차단을 풉니다 unbanipCommandDescription=IP 주소의 임시 차단을 풉니다. unbanipCommandUsage=/<command><address> unbanipCommandUsage1=/<command><address> +unbanipCommandUsage1Description=해당 IP 주소의 차단을 풉니다 unignorePlayer=§6당신은 더 이상 §c{0} §6플레이어를 무시하지 않습니다. unknownItemId=§4알 수 없는 아이템 고유번호\:§r {0}§4. unknownItemInList=알 수 없는 아이템 {0} 가 {1} 번째 리스트에 존재합니다. diff --git a/Essentials/src/main/resources/messages_lt.properties b/Essentials/src/main/resources/messages_lt.properties index df74d30eeb7..fd388738d5c 100644 --- a/Essentials/src/main/resources/messages_lt.properties +++ b/Essentials/src/main/resources/messages_lt.properties @@ -7,8 +7,11 @@ addedToAccount=§a{0} buvo pridėta į jūsų sąskaitą. addedToOthersAccount=§a{0} buvo pridėta į {1}§a sąskaitą. Naujas balansas\: {2} adventure=nuotykių afkCommandDescription=Pažymi jus kaip pasišalinus. -afkCommandUsage=/<command> [žaidėjas/žinutė...] +afkCommandUsage=/<command> [player/message...] afkCommandUsage1=/<command> [message] +afkCommandUsage1Description=Nustato jūsų afk statusą su nustatyta priežastimi +afkCommandUsage2=/<command> <player> [message] +afkCommandUsage2Description=Įjungia afk statusą nurodytam žaidėjui su nurodyta priežastimi alertBroke=broke\: alertFormat=§3[{0}] §r {1} §6 {2} at\: {3} alertPlaced=placed\: @@ -33,6 +36,9 @@ backAfterDeath=§6Norėdami grįžti į savo mirties tašką, naudokite komandą backCommandDescription=Nuteleportuoja jus į jūsų vietą prieš panaudojant tp/spawn/warp. backCommandUsage=/<command> [player] backCommandUsage1=/<command> +backCommandUsage1Description=Nuteleportuoja jus į jūsų buvusią vietą +backCommandUsage2=/<command> <player> +backCommandUsage2Description=Nuteleportuoja nurodytą žaidėją į jų prieš tai buvusią vietą backOther=§6§c {0}§6 sugrįžo į paskutinę vietą. backupCommandDescription=Paleidžia atsarginę kopiją, jei sukonfigūruota. backupCommandUsage=/<command> @@ -45,19 +51,29 @@ balance=§aBalansas\:§c {0} balanceCommandDescription=Nurodo dabartinį žaidėjo balansą. balanceCommandUsage=/<command> [player] balanceCommandUsage1=/<command> +balanceCommandUsage1Description=Nurodo jūsų dabartinį balansą +balanceCommandUsage2=/<command> <player> +balanceCommandUsage2Description=Parodo nurodyto žaidėjo balansą balanceOther=§a{0} balansas\:§c {1} balanceTop=§6Top balansai ({0}) balanceTopLine={0}. {1}, {2} balancetopCommandDescription=Gauna top balanso vertes. +balancetopCommandUsage=/<command> [page] +balancetopCommandUsage1=/<command> [page] +balancetopCommandUsage1Description=Rodomas pirmas (arba nurodytas) aukščiausių balanso verčių puslapis banCommandDescription=Užblokuoja žaidėją. banCommandUsage=/<command> <player> [reason] banCommandUsage1=/<command> <player> [reason] +banCommandUsage1Description=Užblokuoja nurodytą žaidėją su nurodyta priežastimi banExempt=§4Tu negali užblokuoti šio žaidėjo. banExemptOffline=§4Tu negali užblokuoti neprisijungusių žaidėjų. banFormat=§4Užblokuotas\:\n§r{0} banIpJoin=Your IP address is banned from this server. Reason\: {0} banJoin=You are banned from this server. Reason\: {0} banipCommandDescription=Užblokuoja IP adresą. +banipCommandUsage=/<command> <address> [reason] +banipCommandUsage1=/<command> <address> [reason] +banipCommandUsage1Description=Užblokuoja nurodytą IP adresą su nurodyta priežastimi bed=§obed§r bedMissing=§4Tavo lova yra nenustatytą, nerasta arba uždėta blokais. bedNull=§mlova§r @@ -70,11 +86,18 @@ bigTreeSuccess=§6Didelis medis sukurtas. bigtreeCommandDescription=Pastato didelį medį ten kur žiūrite. bigtreeCommandUsage=/<command> <tree|redwood|jungle|darkoak> bigtreeCommandUsage1=/<command> <tree|redwood|jungle|darkoak> +bigtreeCommandUsage1Description=Sukuria nurodyto tipo didelį medį blockList=§6EssentialsX perduoda šias komandas kitiems įskiepiams\: blockListEmpty=§6EssentialsX neperduoda jokių komandų kitiems įskiepiams. bookAuthorSet=§6Knygos autorius nustatytas į {0}. +bookCommandDescription=Leidžia iš naujo atverti ir redaguoti užantspauduotas knygas. bookCommandUsage=/<command> [title|author [name]] bookCommandUsage1=/<command> +bookCommandUsage1Description=Užrakina/Atrakina knyga-ir-plunksną/pasirašytą knygą +bookCommandUsage2=/<command> author <author> +bookCommandUsage2Description=Nustato pasirašytos knygos autorių +bookCommandUsage3=/<command> title <title> +bookCommandUsage3Description=Nustato pasirašytos knygos pavadinimą bookLocked=§6Ši knyga dabar yra užrakinta. bookTitleSet=§6Knygos pavadinimas nustatytas į {0}. breakCommandDescription=Nugriauna bloką į kurį žiūrite. @@ -82,12 +105,16 @@ breakCommandUsage=/<command> broadcast=§6[§4Skelbimas§6]§a {0} broadcastCommandDescription=Praneša žinutę visam serveriui. broadcastCommandUsage=/<command> <msg> +broadcastCommandUsage1=/<command> <message> +broadcastCommandUsage1Description=Transliuoja duotą pranešimą visam serveriui broadcastworldCommandDescription=Praneša žinutę nurodytam pasauliui. broadcastworldCommandUsage=/<command> <world> <msg> broadcastworldCommandUsage1=/<command> <world> <msg> +broadcastworldCommandUsage1Description=Transliuoja duotą pranešimą į nurodytą pasaulį burnCommandDescription=Uždega žaidėją. burnCommandUsage=/<command> <player> <seconds> burnCommandUsage1=/<command> <player> <seconds> +burnCommandUsage1Description=Nurodytą žaidėją uždega nurodytam sekundžių skaičiui burnMsg=§6Tu uždegei§c {0} §6ugnimi§c {1} sekundėms§6. cannotSellNamedItem=§6Jūs neturite teisės parduoti užvadintų daiktų. cannotSellTheseNamedItems=§6Jūs neturite teisės parduoti šių užvadintų daiktų\: §4{0} @@ -97,6 +124,7 @@ cantFindGeoIpDB=Nepavyko surasti GeoIP databazes\! cantGamemode=§4You do not have permission to change to gamemode {0} cantReadGeoIpDB=Nepavyko perskaityti GeoIP databazes\! cantSpawnItem=§4You are not allowed to spawn the item§c {0}§4. +cartographytableCommandDescription=Atveria kartografijos stalą. cartographytableCommandUsage=/<command> chatTypeLocal=[L] chatTypeSpy=[Spy] @@ -104,40 +132,94 @@ cleaned=Userfiles Cleaned. cleaning=Cleaning userfiles. clearInventoryConfirmToggleOff=§6You will no longer be prompted to confirm inventory clears. clearInventoryConfirmToggleOn=§6You will now be prompted to confirm inventory clears. +clearinventoryCommandDescription=Išvalykite visus inventoriuje esančius daiktus. +clearinventoryCommandUsage=/<command> [player|*] [item[\:<data>]|*|**] [amount] clearinventoryCommandUsage1=/<command> +clearinventoryCommandUsage1Description=Ištrina visus inventoriuje esančius daiktus +clearinventoryCommandUsage2=/<command> <player> +clearinventoryCommandUsage2Description=Pašalina visus daiktus iš nurodyto žaidėjo inventoriaus +clearinventoryCommandUsage3=/<command> <player> <item> [amount] +clearinventoryCommandUsage3Description=Pašalina visą (arba nurodytą kiekį) nurodyto daikto iš nurodyto žaidėjo inventoriaus +clearinventoryconfirmtoggleCommandDescription=Perjungia, ar bus prašoma patvirtinti inventoriaus išvalymą. clearinventoryconfirmtoggleCommandUsage=/<command> +commandArgumentOptional=§7 +commandArgumentOr=§c +commandArgumentRequired=§e commandCooldown=§cYou cannot type that command for {0}. +commandDisabled=§cKomanda§6 {0}§c yra išjungta. commandFailed=Komanda {0} nepavyko\: commandHelpFailedForPlugin=Error getting help for plugin\: {0} +commandHelpLine1=§6Komandų pagalba\: §f/{0} +commandHelpLine2=§6Aprašymas\: §f{0} +commandHelpLine3=§6Naudojimas(-ai); +commandHelpLine4=§6Slapyvardis(-žiai)\: §f{0} +commandHelpLineUsage={0} §6- {1} commandNotLoaded=§4Command {0} is improperly loaded. compassBearing=§6Azimutas\: {0} ({1} laipsnių). +compassCommandDescription=Parodo į kurią pusę jūs šiuo metu žiūrite. compassCommandUsage=/<command> +condenseCommandDescription=Sutraukia daiktus į kompaktiškesnius blokus. +condenseCommandUsage=/<command> [item] condenseCommandUsage1=/<command> +condenseCommandUsage1Description=Paverčia visus daiktus į blokus jūsų inventoriuje +condenseCommandUsage2=/<command> <item> +condenseCommandUsage2Description=Paverčia specifinį daiktą į bloką jūsų inventoriuje configFileMoveError=Failed to move config.yml to backup location. configFileRenameError=Nepavyko pervadinti laikino failo į config.yml. confirmClear=§7To §lCONFIRM§7 inventory clear, please repeat command\: §6{0} confirmPayment=§7To §lCONFIRM§7 payment of §6{0}§7, please repeat command\: §6{1} connectedPlayers=§6Prisijungę žaidėjai§r connectionFailed=Failed to open connection. +consoleName=Konsolė cooldownWithMessage=§4Cooldown\: {0} coordsKeyword={0}, {1}, {2} couldNotFindTemplate=§4Could not find template {0} createdKit=§6Created kit §c{0} §6with §c{1} §6entries and delay §c{2} +createkitCommandDescription=Sukurkite daiktų rinkinį žaidime\! +createkitCommandUsage=/<command> <kitname> <delay> +createkitCommandUsage1=/<command> <kitname> <delay> +createkitCommandUsage1Description=Sukuria daiktų rinkinį su nurodytu pavadinimu ir kas kiek laiko galima jį atsiimti createKitFailed=§4Error occurred whilst creating kit {0}. createKitSeparator=§m----------------------- createKitSuccess=§6Created Kit\: §f{0}\n§6Delay\: §f{1}\n§6Link\: §f{2}\n§6Copy contents in the link above into your kits.yml. +createKitUnsupported=§4NBT elementų serializavimas buvo įjungtas, tačiau šis serveris nenaudoja "Paper 1.15.2+". Grįžtama prie standartinio elementų serializavimo. creatingConfigFromTemplate=Creating config from template\: {0} creatingEmptyConfig=Kuriama tuscia konfiguracija\: {0} creative=kūrybinis currency={0}{1} currentWorld=§6Dabartinis pasaulis\:§c {0} +customtextCommandDescription=Leidžia kurti pasirinktines teksto komandas. +customtextCommandUsage=/<alias> - Nustatyti per bukkit.yml day=diena days=dienos defaultBanReason=Jūs buvote užblokuotas\! +deletedHomes=Visi namai pašalinti. +deletedHomesWorld=Visi namai pasaulyje {0} buvo pašalinti. deleteFileError=Nepavyksta panaikinti failo\: {0} deleteHome=§6Namas§c {0} §6buvo ištrintas. deleteJail=§6Kalėjimas§c {0} §6buvo panaikintas. +deleteKit=§6Rinkinys§c {0} §6buvo pašalintas. deleteWarp=§6Warp§c {0} §6buvo ištrintas. +deletingHomes=Pašalinami visi namai... +deletingHomesWorld=Pašalinami visi namai po {0}... +delhomeCommandDescription=Pašalina namą. +delhomeCommandUsage=/<command> [player\:]<name> +delhomeCommandUsage1=/<command> <name> +delhomeCommandUsage1Description=Pašalina jūsų namą su nurodytu pavadinimu +delhomeCommandUsage2=/<command> <player>\:<name> +delhomeCommandUsage2Description=Pašalina nurodytojo žaidėjo namą su nurodytu pavadinimu +deljailCommandDescription=Pašalina kalėjimą. +deljailCommandUsage=/<command> <jailname> +deljailCommandUsage1=/<command> <jailname> +deljailCommandUsage1Description=Pašalina kalėjimą su nurodytu pavadinimu +delkitCommandDescription=Pašalina nurodytą daiktų rinkinį. +delkitCommandUsage=/<command> <kit> +delkitCommandUsage1=/<command> <kit> +delkitCommandUsage1Description=Pašalina daiktų rinkinį su nurodytu pavadinimu +delwarpCommandDescription=Pašalina nurodytą teleportacijos vietą. +delwarpCommandUsage=/<command> <warp> +delwarpCommandUsage1=/<command> <warp> +delwarpCommandUsage1Description=Pašalina nurodyto pavadinimo teleportacijos tašką deniedAccessCommand=§c{0} §4was denied access to command. denyBookEdit=§4 Tu negali atrakinti šią knygą. denyChangeAuthor=§4Tu negali pakeisti šios knygos autoriaus. @@ -145,38 +227,130 @@ denyChangeTitle=§4Tu negali pakeisti sios knygos pavadinimo. depth=§6Tu esi juros lygyje. depthAboveSea=§6Esi§c {0}§6m virš jūros lygio. depthBelowSea=§6Tu esi§c {0} §6blokais-(u) zemiau juros lygio. +depthCommandDescription=Nurodo dabartinį gylį jūros lygio atžvilgiu. +depthCommandUsage=/depth destinationNotSet=Paskirties vieta nenustatyta\! disabled=išjungta disabledToSpawnMob=§4Spawning this mob was disabled in the config file. +disableUnlimited=§6Išjungtas neribotas bloko§c {0} §6statymas žaidėjui/ai§c {1}§6. +discordbroadcastCommandDescription=Transliuoja žinutę į nurodytą Discord kanalą. +discordbroadcastCommandUsage=/<command> <channel> <msg> +discordbroadcastCommandUsage1=/<command> <channel> <msg> +discordbroadcastCommandUsage1Description=Siunčia duotą pranešimą į nurodytą Discord kanalą +discordbroadcastInvalidChannel=§4Discord kanalas §c{0}§4 neegzistuoja. +discordbroadcastPermission=§4Jūs neturite teisės siųsti žinučių į §c{0}§4 kanalą. +discordbroadcastSent=§6Žinutė buvo išsiųsta į §c{0}§6\! +discordCommandDescription=Išsiunčia discord pakvietimo adresą žaidėjui. +discordCommandLink=§6Prisijunkite į mūsų discord serverį adresu §c{0}§6\! discordCommandUsage=/<command> discordCommandUsage1=/<command> +discordCommandUsage1Description=Išsiunčia discord pakvietimo adresą žaidėjui +discordCommandExecuteDescription=Vykdo konsolės komandą Minecraft serveryje. +discordCommandExecuteArgumentCommand=Komanda, kuria panaudoti +discordCommandExecuteReply=Vykdoma komanda\: "/{0}" +discordCommandListDescription=Gauna prisijungusių žaidėjų sąrašą. +discordCommandListArgumentGroup=Konkreti grupė, pagal kurią norite apriboti paiešką +discordCommandMessageDescription=Išsiunčia žinutę žaidėjui Minecraft serveryje. +discordCommandMessageArgumentUsername=Žaidėjas, kuriam siunčiama žinutė +discordCommandMessageArgumentMessage=Žinutė kurią išsiųsti žaidėjui +discordErrorCommand=Neteisingai pridėjote savo botą prie serverio. Vadovaukitės konfigūracijos vadovėliu ir pridėkite savo botą naudodami https\://essentialsx.net/discord.html\! +discordErrorCommandDisabled=Ši komanda išjungta\! +discordErrorLogin=Prisijungiant prie Discord įvyko klaida, dėl kurios įskiepis išsijungė\: \n{0} +discordErrorLoggerInvalidChannel=Discord konsolės registravimas buvo išjungtas dėl negaliojančio kanalo apibrėžimo\! Jei ketinate jį išjungti, nustatykite kanalo ID į "none"; kitu atveju patikrinkite, ar jūsų kanalo ID yra teisingas. +discordErrorLoggerNoPerms=Discord konsolės žurnalas buvo išjungtas dėl nepakankamų leidimų\! Įsitikinkite, kad jūsų botas turi "Manage Webhooks" teises serveryje. Tai ištaisę, paleiskite "/ess reload". +discordErrorNoGuild=Neteisingas arba trūkstamas serverio ID\! Norėdami nustatyti įskiepį, vadovaukitės konfigūracijos vadovėliu. +discordErrorNoGuildSize=Jūsų boto nėra jokiuose serveriuose\! Norėdami nustatyti įskiepį, vadovaukitės konfigūracijos vadovėliu. +discordErrorNoPerms=Jūsų botas negali matyti ar kalbėti jokiame kanale\! Įsitikinkite, kad jūsų botas turi skaitymo ir rašymo teises visuose kanaluose, kuriais norite naudotis. +discordErrorNoPrimary=Nenustatėte pagrindinio kanalo arba jūsų nustatytas pagrindinis kanalas negalioja. Grįžtama prie numatytojo kanalo\: \#{0}. +discordErrorNoPrimaryPerms=Jūsų botas negali kalbėti pagrindiniu kanalu \#{0}. Įsitikinkite, kad jūsų botas turi skaitymo ir rašymo teises visuose kanaluose, kuriais norite naudotis. +discordErrorNoToken=Nenurodytas žetonas\! Prašome sekti pamoka esančia nustatymuose, jog nusistatyti pluginą. +discordErrorWebhook=Siunčiant pranešimus į konsolės kanalą įvyko klaida\! Tikėtina, kad tai įvyko dėl to, kad netyčia ištrynėte savo konsolės webhook. Paprastai tai galima ištaisyti įsitikinus, kad jūsų botas turi "Manage Webhook" leidimą, ir paleidus "/ess reload". +discordLoggingIn=Bandoma prisijungti prie Discord... +discordLoggingInDone=Sėkmingai prisijungta kaip {0} +discordNoSendPermission=Negalima siųsti pranešimo kanale\: \#{0} Prašome įsitikinti, kad botas turi leidimą siųsti pranešimus tame kanale\! +discordReloadInvalid=Bandė iš naujo įkelti EssentialsX Discord konfigūraciją, kai įskiepis yra negaliojančios būsenos\! Jei pakeitėte konfigūraciją, iš naujo paleiskite serverį. +disposal=Šalinimas +disposalCommandDescription=Atidaromas nešiojamojo šalinimo meniu. disposalCommandUsage=/<command> distance=§6Distance\: {0} dontMoveMessage=§6Teleportacija prasidės po§c {0}§6. Nejudėkite. downloadingGeoIp=Siunčiama GeoIP databaze... tai gali šiek tiek užtrukti (Kaime\: 1.7 MB, Mieste\: 30MB) +dumpConsoleUrl=Sukurta serverio iškrova\: §c{0} +dumpCreating=§6Kuriama serverio suvestinė... +dumpDeleteKey=§6Jei norėsite ištrinti šią suvestinę vėliau, naudokite šį ištrynimo raktą\: §c{0} +dumpError=§4Klaida kuriant suvestinę §c{0}§4. +dumpErrorUpload=§4Klaida ikeliant §c{0}§4\: §c{1} +dumpUrl=§6Sukurta serverio suvestinė\: §c{0} duplicatedUserdata=Duplicated userdata\: {0} and {1}. durability=§6This tool has §c{0}§6 uses left east=E +ecoCommandDescription=Tvarko serverio ekonomiką. +ecoCommandUsage=/<command> <give|take|set|reset> <player> <amount> +ecoCommandUsage1=/<command> give <player> <amount> +ecoCommandUsage1Description=Duoda nurodytam žaidėjui nurodytą skaičių pinigų +ecoCommandUsage2=/<command> take <player> <amount> +ecoCommandUsage2Description=Paima nurodytą pinigų sumą iš nurodyto žaidėjo +ecoCommandUsage3=/<command> set <player> <amount> +ecoCommandUsage3Description=Nustato nurodyto žaidėjo balansą į nurodytą pinigų sumą +ecoCommandUsage4=/<command> reset <player> <amount> +ecoCommandUsage4Description=Atstato nurodyto žaidėjo balansą į pradinį serverio balansą editBookContents=§eTu dabar gali redaguoti šios knygos turinį. enabled=įjungtas +enchantCommandDescription=Užkerėja žaidėjo laikomą daiktą. +enchantCommandUsage=/<command> <enchantmentname> [level] +enchantCommandUsage1=/<command> <enchantment name> [level] +enchantCommandUsage1Description=Užkerėja jūsų laikoma daiktą su nurodytu užkerėjimu iki nurodyto lygio enableUnlimited=§6Duodama neribota suma§c {0} §6žaidėjui §c{1}§6. enchantmentApplied=§6The enchantment§c {0} §6has been applied to your item in hand. enchantmentNotFound=§4Enchantment not found\! enchantmentPerm=§4Tu neturi teisės§c {0}§4. enchantmentRemoved=§6The enchantment§c {0} §6has been removed from your item in hand. enchantments=§6Enchantments\:§r {0} +enderchestCommandDescription=Leidžia pamatyti ender skrynios vidų. enderchestCommandUsage=/<command> [player] enderchestCommandUsage1=/<command> +enderchestCommandUsage1Description=Atidaro jūsų enderio skrynią +enderchestCommandUsage2=/<command> <player> +enderchestCommandUsage2Description=Atidaro nurodyto žaidėjo enderio skrynią errorCallingCommand=Error calling command /{0} errorWithMessage=§cKlaida\:§4 {0} +essentialsCommandDescription=Perkrauti essentials. essentialsCommandUsage=/<command> +essentialsCommandUsage1=/<command> reload +essentialsCommandUsage1Description=Perkrauti Essentials nustatymus +essentialsCommandUsage2=/<command> version +essentialsCommandUsage2Description=Suteikia informacija apie Essentials versija +essentialsCommandUsage3=/<command> commands +essentialsCommandUsage3Description=Pateikiama informacija apie tai, kokias komandas Essentials persiunčia +essentialsCommandUsage4=/<command> debug +essentialsCommandUsage4Description=Įjungia Essentials "debug režimą" +essentialsCommandUsage5=/<command> reset <player> +essentialsCommandUsage5Description=Išvalo nurodyto žaidėjo duomenis +essentialsCommandUsage6=/<command> cleanup +essentialsCommandUsage6Description=Išvalo senus žaidėjų duomenis +essentialsCommandUsage7=/<command> homes +essentialsCommandUsage7Description=Tvarko žaidėjų namus +essentialsCommandUsage8=/<command> dump [all] [config] [discord] [kits] [log] +essentialsCommandUsage8Description=Sugeneruoja serverio suvestinę su prašoma informacija essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat essentialsReload=§6Essentials perkrautas§c {0}. exp=§c{0} §6has§c {1} §6exp (level§c {2}§6) and needs§c {3} §6more exp to level up. +expCommandDescription=Duoti, nustatyti, išvalyti arba peržiūrėti į žaidėjo patirtį. +expCommandUsage=/<command> [reset|show|set|give] [playername [amount]] +expCommandUsage1=/<command> give <player> <amount> +expCommandUsage1Description=Duoda nurodytam žaidėjui nurodytą patirties kiekį +expCommandUsage2=/<command> set <playername> <amount> +expCommandUsage2Description=Nustato nurodyto žaidėjo patirtį į nurodytą kiekį +expCommandUsage3=/<command> show <playername> +expCommandUsage4Description=Parodo kiek patirties turi nurodytas žaidėjas +expCommandUsage5=/<command> reset <playername> +expCommandUsage5Description=Nustato žaidėjo patirtį į 0 expSet=§c{0} §6dabar turi§c {1} §6exp. +extCommandDescription=Užgesinti žaidėjus. extCommandUsage=/<command> [player] extCommandUsage1=/<command> [player] +extCommandUsage1Description=Užgesinti savę arba kitą žaidėją jeigu nurodyta extinguish=Tu užgesinai save. extinguishOthers=§6You extinguished {0}§6. failedToCloseConfig=Failed to close config {0}. @@ -184,72 +358,155 @@ failedToCreateConfig=Failed to create config {0}. failedToWriteConfig=Failed to write config {0}. false=§4false§r feed=§6Tavo apetitas buvo pasotintas. +feedCommandDescription=Numalšinti alkį. feedCommandUsage=/<command> [player] feedCommandUsage1=/<command> [player] +feedCommandUsage1Description=Pilnai pamaitina jus arba kitą žaidėją jeigu nurodyta feedOther=§6Tu pasisotinai §c{0}§6. fileRenameError=Nepavyko pervadinti {0} failo\! +fireballCommandDescription=Mesti ugnies kamuolį ar kitą sviedinį. +fireballCommandUsage=/<command> [fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident] [speed] fireballCommandUsage1=/<command> +fireballCommandUsage1Description=Meta reguliarų ugnies kamuolį nuo jūsų lokacijos +fireballCommandUsage2=/<command> <fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident> [speed] +fireballCommandUsage2Description=Meta specifinį sviedinį nuo jūsų lokacijos, optimaliu greičiu fireworkColor=§4Invalid firework charge parameters inserted, must set a color first. +fireworkCommandDescription=Leidžia jums modifikuoti krūvą fejerverkų. +fireworkCommandUsage=/<command> <<meta param>|power [amount]|clear|fire [amount]> +fireworkCommandUsage1=/<command> clear +fireworkCommandUsage1Description=Nuima visus efektus nuo jūsų laikomo fejerverko +fireworkCommandUsage2=/<command> power <amount> +fireworkCommandUsage2Description=Nustato laikomo fejerverko galią +fireworkCommandUsage3=/<command> fire [amount] +fireworkCommandUsage3Description=Išauna viena, arba nurodytą kiekį kopijų laikomo fejerverko +fireworkCommandUsage4=/<command> <meta> +fireworkCommandUsage4Description=Uždeda nurodytus efektus laikomam fejerverkui fireworkEffectsCleared=§6Removed all effects from held stack. fireworkSyntax=§6Fejeverkų parametrai\:§c spalva\:<color> [nykimas\:<color>] [forma\:<shape>] [efektas\:<effect>]\n§6Norint naudoti daug spalvų/efektų, atskirkitės reiksmės kableliais\: §cred,blue,pink ir t.t\n§6Formos\:§c star, ball, large, creeper, burst §6Efektai\:§c trail, twinkle. +fixedHomes=Pašalinti neveikiantys namai. +fixingHomes=Šalinami neveikiantys namai... +flyCommandDescription=Pakilkite ir skriskite\! +flyCommandUsage=/<command> [player] [on|off] flyCommandUsage1=/<command> [player] +flyCommandUsage1Description=Įjungia skraidymo režimą jums arba kitam žaidėjui jeigu nurodyta flying=skrenda flyMode=§6Nustatytas fly rėžimas§c {0} §6 {1}§6. foreverAlone=§4Tu neturi kam atrašyti. fullStack=§4Tu turi pilna stacka. +fullStackDefault=§6Jūsų krūvos dydis buvo pakeistas į numatytąjį, §c{0}§6. +fullStackDefaultOversize=§6Jūsų krūvos dydis buvo pakeistas į maksimalų, §c{0}§6. gameMode=§6Žaidėjo §c{1} §6rėžimas buvo nustatytas į §c{0}§6. gameModeInvalid=§4Tau reikia nurodyti galiojantį žaidėją/režimą. +gamemodeCommandDescription=Pakeičia žaidėjo režimą. +gamemodeCommandUsage=/<command> <survival|creative|adventure|spectator> [player] +gamemodeCommandUsage1=/<command> <survival|creative|adventure|spectator> [player] +gamemodeCommandUsage1Description=Nustato režimą arba jūsų, arba kito žaidėjo jeigu nurodyta +gcCommandDescription=Parodo serverio atminį, kiek laiko veikia serveris ir tick''ų informacija. gcCommandUsage=/<command> gcfree=§6Free memory\:§c {0} MB. gcmax=§6Maximum memory\:§c {0} MB. gctotal=§6Allocated memory\:§c {0} MB. gcWorld=§6{0} "§c{1}§6"\: §c{2}§6 chunks, §c{3}§6 entities, §c{4}§6 tiles. geoipJoinFormat=§6Player §c{0} §6comes from §c{1}§6. +getposCommandDescription=Gaukite savo dabartines koordinates arba kitų žaidėjų. getposCommandUsage=/<command> [player] getposCommandUsage1=/<command> [player] +getposCommandUsage1Description=Gauna jūsų arba kito žaidėjo koordinates jeigu nurodyta +giveCommandDescription=Duoda žaidėjui daiktą. +giveCommandUsage=/<command> <player> <item|numeric> [amount [itemmeta...]] +giveCommandUsage1=/<command> <player> <item> [amount] +giveCommandUsage1Description=Duoda nurodytam žaidėjui 64 (arba kitokio nurodyto kiekio) nurodyto daikto +giveCommandUsage2=/<command> <player> <item> <amount> <meta> +giveCommandUsage2Description=Duoda nurodytam žaidėjui nurodytą kiekį nurodytojo daikto su duotaisiais metaduomenimis +geoipCantFind=§6Žaidėjas §c{0} §6atkeliauja iš §anežinomos šalies§6. +geoIpErrorOnJoin=Nepavyko gauti GeoIP duomenų {0}. Prašome įsitikinti, kad jūsų licenzijos raktas ir konfigūracija yra teisingi. +geoIpLicenseMissing=Nerastas licenzijos raktas\! Prašome apsilankyti https\://essentialsx.net/geoip pirmo karto diegimo instrukcijoms pamatyti. geoIpUrlEmpty=GeoIP download url is empty. geoIpUrlInvalid=GeoIP download url is invalid. givenSkull=Tu gavai §c{0}§6 galvą. +godCommandDescription=Įjungia jūsų dieviškąsias galias. +godCommandUsage=/<command> [player] [on|off] godCommandUsage1=/<command> [player] +godCommandUsage1Description=Įjungia dievo režimą jums arba kitam žaidėjui jeigu nurodyta +giveSpawn=§6Duodama§c {0} §6iš§c {1} §6žaidėjui/ai§c {2}§6. +giveSpawnFailure=§4Nepakanka vietos, §c{0} {1} §4buvo prarastas. godDisabledFor=§cišjungta§6 už§c {0} godEnabledFor=§aenabled§6 for§c {0} godMode=§6Dievo rėžimas§c {0}§6. +grindstoneCommandDescription=Atidaro tekėlą. grindstoneCommandUsage=/<command> groupDoesNotExist=§4There''s no one online in this group\! groupNumber=§c{0}§f prisijungusių, pilnas sąrašas\:§c /{1} {2} hatArmor=§4Tu negali naudoti šio daikto kaip kepurės\! +hatCommandDescription=Gaukite naujų, šaunių galvos apdangalų. +hatCommandUsage=/<command> [remove] hatCommandUsage1=/<command> +hatCommandUsage1Description=Nustato jūsų kepure į jūsų dabar laikomą daiktą +hatCommandUsage2=/<command> remove +hatCommandUsage2Description=Nuema jūsų dabartinę kepurę +hatCurse=§4Jūs negalite nuimti kepurės su prisirišimo prakeiksmu\! hatEmpty=§4Tu nedevi kepures. hatFail=§4Tu turi kažką turėti savo rankose. hatPlaced=§6Megaukis savo nauja kepure\! hatRemoved=§6Tavo kepure buvo nuimta. haveBeenReleased=§6Tu buvai paleistas. heal=§6Tu buvai pagydytas. +healCommandDescription=Pagydo jus arba nurodytą žaidėją. healCommandUsage=/<command> [player] healCommandUsage1=/<command> [player] +healCommandUsage1Description=Pagydo jus arba kitą žaidėją jeigu nurodyta healDead=§4Tu negali gydyti negyvų žmonių\! healOther=§6Pagydei§c {0}§6. +helpCommandDescription=Peržiūrėti sąrašą visų galimų komandų. +helpCommandUsage=/<command> [search term] [page] +helpConsole=Jog pamatyti pagalbą iš konsolės, parašykite ''?''. helpFrom=§6Komandos iš {0}\: helpLine=§6/{0}§r\: {1} helpMatching=§6Commands matching "§c{0}§6"\: helpOp=§4[HelpOp]§r §6{0}\:§r {1} helpPlugin=§4{0}§r\: Įskiepio pagalba\: /help {1} +helpopCommandDescription=Parašyti žinutę prisijungusiems administratoriams. +helpopCommandUsage=/<command> <message> +helpopCommandUsage1=/<command> <message> +helpopCommandUsage1Description=Išsiunčia žinutę visiems prisijungusiems administratoriams holdBook=§4Tu nelaikai rankose knygos, kurioje būtų galima rašyti. holdFirework=§4Tu turi laikyti fejerverką, kad suteiktum efektų. holdPotion=§4You must be holding a potion to apply effects to it. holeInFloor=§4Hole in floor\! +homeCommandDescription=Nuteleportuoja jus į jūsų namus. +homeCommandUsage=/<command> [player\:][name] +homeCommandUsage1=/<command> <name> +homeCommandUsage1Description=Nuteleportuoja jus į jūsų namus su nurodytu pavadinimu +homeCommandUsage2=/<command> <player>\:<name> +homeCommandUsage2Description=Nuteleportuoja jus į nurodyto žaidėjo namus su nurodytu pavadinimu homes=§6Namai\:§r {0} +homeConfirmation=§6Jūs jau turite namus pavadintus §c{0}§6\!\nJei norite pakeist esamus namus, įveskite komandą dar kartą. homeSet=§6Namai nustatyti. hour=valanda hours=valandos +ice=§6Jūs jaučiatės daug šalčiau... +iceCommandDescription=Atšaldo žaidėją. iceCommandUsage=/<command> [player] iceCommandUsage1=/<command> +iceCommandUsage1Description=Atšaldo jus +iceCommandUsage2=/<command> <player> +iceCommandUsage2Description=Atšaldo nurodytą žaidėją +iceCommandUsage3=/<command> * +iceCommandUsage3Description=Atšaldo visus prisijungusius žaidėjus +iceOther=§6Atšaldomi§c {0}§6. +ignoreCommandDescription=Ignoruoti arba nebeignoruoti kitų žaidėjų. +ignoreCommandUsage=/<command> <player> +ignoreCommandUsage1=/<command> <player> +ignoreCommandUsage1Description=Ignoruoja arba nebeignoruoja nurodyto žaidėjo ignoredList=§6Ignoruoji\:§r {0} ignoreExempt=§4Tu negali ignoruoti šio žaidėjo. ignorePlayer=§6Nuo dabar tu ignoruoji§c {0} §6žaidėją. illegalDate=Neleistinas datos formatas. +infoAfterDeath=§6Jūs žuvote §e{0} §6koordinatėse §e{1}, {2}, {3}§6. infoChapter=§6Select chapter\: infoChapterPages=§e ---- §6{0} §e--§6 Puslapis §c{1}§6 is §c{2} §e---- +infoCommandDescription=Rodo informacija nustatyta serverio savininko. +infoCommandUsage=/<command> [chapter] [page] infoPages=§e ---- §6{2} §e--§6 Puslapis §c{0}§6/§c{1} §e---- infoUnknownChapter=§4Unknown chapter. insufficientFunds=§4Insufficient funds available. @@ -267,72 +524,181 @@ invalidSignLine=§4Line§c {0} §4on sign is invalid. invalidSkull=§4Prašome laikyti žaidėjo galvą. invalidWarpName=§4Neteisingas warp pavadinimas\! invalidWorld=§4Invalid world. +inventoryClearFail=§4Žaidėjas§c {0} §4neturi§c {1} §4iš§c {2}§4. inventoryClearingAllArmor=§6Cleared all inventory items and armor from {0}§6.  +inventoryClearingAllItems=§6Išvalyti visi inventoriaus daiktai nuo§c {0}§6. inventoryClearingFromAll=§6Clearing the inventory of all users... +inventoryClearingStack=§6Pašalintas§c {0} §6iš§c {1} §6iš§c {2}§6. +invseeCommandDescription=Peržiūrėti kitų žaidėjų inventorių. +invseeCommandUsage=/<command> <player> +invseeCommandUsage1=/<command> <player> +invseeCommandUsage1Description=Atidaro nurodyto žaidėjo inventorių is=is isIpBanned=§6IP §c{0} §6yra užblokuotas. internalError=§cAn internal error occurred while attempting to perform this command. itemCannotBeSold=§4Šis daiktas negali būti parduotas serveryje. +itemCommandDescription=Sukurti daiktą. +itemCommandUsage=/<command> <item|numeric> [amount [itemmeta...]] +itemCommandUsage1=/<command> <item> [amount] +itemCommandUsage1Description=Duoda jums pilną krūvą (arba nurodytą dydį) nurodyto daikto +itemCommandUsage2=/<command> <item> <amount> <meta> +itemCommandUsage2Description=Duoda jums nurodytą skaičių nurodyto daikto su nustatytais metaduomenimis itemId=§6ID\:§c {0} +itemloreClear=§6Jūs išvalėte šio daikto aprašymą. +itemloreCommandDescription=Redaguoti daikto aprašymą. +itemloreCommandUsage=/<command> <add/set/clear> [tekstas/linija] [text] +itemloreCommandUsage1=/<command> add [text] +itemloreCommandUsage1Description=Prideda nurodytą tekstą prie laikomo daikto "lore" galo +itemloreCommandUsage2=/<command> set <line number> <text> +itemloreCommandUsage2Description=Nustato nurodytą daikto eilutę į nurodytą tekstą +itemloreCommandUsage3=/<command> clear +itemloreCommandUsage3Description=Išvalo laikomo daikto aprašymą +itemloreInvalidItem=§4Jums reikia laikyti daiktą, kad redaguoti jo aprašymą. +itemloreNoLine=§4Jūsų laikomas daiktas neturi "lore" teksto §c{0}§4. +itemloreNoLore=§4Jūsų laikomas daiktas neturi jokio aprašymo teksto. +itemloreSuccess=§6Jūs pridėjote "§c{0}§6" prie laikomo daikto "lore". +itemloreSuccessLore=§6Jūs nustatėte nurodytą eilutę§c{0}§6 laikomo daikto "lore" į "§c{1}§6". itemMustBeStacked=§4Daiktas turi buti parduotas po 1 stack. itemNames=§6Daiktų trumpi pavadinimai\:§r {0} +itemnameClear=§6Jūs pašalinote šio daikto pavadinimą. +itemnameCommandDescription=Užvadina daiktą. +itemnameCommandUsage=/<command> [name] itemnameCommandUsage1=/<command> +itemnameCommandUsage1Description=Išvalo laikomo daikto pavadinimą +itemnameCommandUsage2=/<command> <name> +itemnameCommandUsage2Description=Nustato laikomo daikto pavadinimą į duotą tekstą +itemnameInvalidItem=§cJums reikia laikyti daiktą, kad jį pervadinti. +itemnameSuccess=§6Jūs pervadinote laikomą daiktą į "§c{0}§6". itemNotEnough1=§4Tu neturi pakankamai daiktu pardavimui. +itemNotEnough2=§6Jeigu norėjai parduoti visus savo šios rūšies daiktus, naudok /sell daikto pavadinimas. +itemNotEnough3=§c/sell daikto pavadinimas -1 parduos viską, bet vieną paliks, ir taip toliau. itemsConverted=§6Converted all items into blocks. +itemsCsvNotLoaded=Nepavyko užkrauti {0}\! itemSellAir=Tikrai bandei parduoti orą? Paimk daiktą į ranką. itemsNotConverted=§4You have no items that can be converted into blocks. itemSold=§aParduota po §c{0} §a({1} {2} uz {3} kiekviena). +itemSoldConsole=§e{0} §aparduota§e{1}§a po §e{2} §a({3} kiekvienam {4}). itemSpawn=§6Giving§c {0} §6of§c {1} itemType=§6Item\:§c {0} +itemdbCommandDescription=Ieško daikto. +itemdbCommandUsage=/<command> <item> +itemdbCommandUsage1=/<command> <item> +itemdbCommandUsage1Description=Ieško daikto duomenų bazėje jailAlreadyIncarcerated=§4Žaidėjas jau yra kalėjime\:§c {0} jailList=§6Jails\:§r {0} jailMessage=§4Padarei nusikaltimą, laikas atpirkti nuodėmes. jailNotExist=§4Šis kalėjimas neegzistuoja. +jailNotifyJailed=§6Žaidėjas/a§c {0} §6pasodintas/a į kalėjimą. +jailNotifyJailedFor=§6Žaidėjas/a§c {0} §6įkalintas už§c {1}§6. +jailNotifySentenceExtended=§6Žaidėjo/s§c{0} §6kalėjimo laikas pratestas iki §c{1} §6. jailReleased=§6Žaidėjas §c{0}§6 buvo išlaisvintas. jailReleasedPlayerNotify=§6Tu buvai paleistas\! jailSentenceExtended=§6Kalėjimo laikas pratęstas iki\: {0} jailSet=§6Kalėjimas§c {0} §6buvo nustatytas. +jailWorldNotExist=§4To kalėjimo pasaulis neegzistuoja. +jumpEasterDisable=§6Skraidančio mago režimas išjungtas. +jumpEasterEnable=§6Skraidančio mago režimas įjungtas. +jailsCommandDescription=Parodo kalėjimų sąrašą. jailsCommandUsage=/<command> +jumpCommandDescription=Nušoka iki artimiausio bloko jūsų matomame lauke. jumpCommandUsage=/<command> jumpError=§4That would hurt your computer''s brain. +kickCommandDescription=Išmeta nurodytą žaidėja su priežastimi. kickCommandUsage=/<command> <player> [reason] kickCommandUsage1=/<command> <player> [reason] +kickCommandUsage1Description=Išmeta nurodytą žaidėją su galima priežastimi kickDefault=Isspirtas is serverio. kickedAll=§4Visi žaidėjai buvo išmesti iš serverio. kickExempt=§4Tu negali išmesti šio žaidėjo. +kickallCommandDescription=Išmeta visus serverio žaidėjus išskyrus komandos vykdytoją. +kickallCommandUsage=/<command> [reason] +kickallCommandUsage1=/<command> [reason] +kickallCommandUsage1Description=Išmeta visus serverio žaidėjus su galima priežastimi kill=§6Nužudytas§c {0}§6. +killCommandDescription=Nužudo nurodytą žaidėją. +killCommandUsage=/<command> <player> +killCommandUsage1=/<command> <player> +killCommandUsage1Description=Nužudo nurodytą žaidėją killExempt=§4Negalite nužudyti žaidėjo §c{0}§4. +kitCommandDescription=Duoda nurodytą rinkinį arba peržiūri visus galimus rinkinius. +kitCommandUsage=/<command> [kit] [player] kitCommandUsage1=/<command> +kitCommandUsage1Description=Parodo visus galimus daiktų rinkinius +kitCommandUsage2=/<command> <kit> [player] +kitCommandUsage2Description=Suteikia nurodytą rinkinį jums arba nurodytam žaidėjui jeigu nurodyta kitContains=§6Kit §c{0} §6contains\: kitCost=\ §7§o({0})§r kitDelay=§m{0}§r kitError=§4Nėra nei vieno rinkinio. kitError2=§4Šis rinkinys neegzistuoja. Susisiekite su administracija. +kitError3=Negalima duoti daikto iš komplekto "{0}" žaidėjui/ai {1} nes daiktas reikalauja popieriaus 1.15.2+ to deserializuoti. kitGiveTo=§6Duodamas rinkinys§c {0}§6 žaidėjui §c{1}§6. kitInvFull=§4Tavo inventorius pilnas, rinkinys išmetamas ant grindų. +kitInvFullNoDrop=§4Nepakanka vietos jūsų inventoriuje tam rinkiniui. kitItem=§6- §f{0} kitNotFound=§4Toks rinkinys neegzistuoja. kitOnce=§4Tu negali naudoti šio rinkinio kol kas. kitReceive=§6Paėmiai§c {0} rinkinį§6. +kitReset=§6Atsistatymo laikas iki komplekto §c{0}§6. +kitresetCommandDescription=Atstato laiką nurodytam komplektui. +kitresetCommandUsage=/<command> <kit> [player] +kitresetCommandUsage1=/<command> <kit> [player] +kitresetCommandUsage1Description=Atstato laiką nurodytam rinkiniui jums arba nurodytam žaidėjui jeigu nurodyta +kitResetOther=§6Atstato rinkinio §c{0} §6laiką §c{1}§6. kits=§6Rinkiniai\:§r {0} +kittycannonCommandDescription=Numeta sprogstančią katę į jūsų priešininką. kittycannonCommandUsage=/<command> kitTimed=§4Tu negali dar naudoti šio rinkinio dar§c {0}§4. +leatherSyntax=§6Odos spalvos sintaksė\:§c spalva\:<raudona>,<žalia>,<mėlyna> pvz\: spalva\:255,0,0§6 arba§c spalva\:<rgb int> pvz\: spalva\:16777011 +lightningCommandDescription=Toro galia. Smūgiuok į kursorių arba žaidėją. +lightningCommandUsage=/<command> [player] [power] lightningCommandUsage1=/<command> [player] +lightningCommandUsage1Description=Trenkia žaibu ten kur jūs žiūrite arba į kitą žaidėją jeigu nurodyta +lightningCommandUsage2=/<command> <player> <power> +lightningCommandUsage2Description=Trenkia žaibu į nurodytą žaidėją su nurodyta jega lightningSmited=§6Thou hast been smitten\! lightningUse=§6Smiting§c {0} listAfkTag=§7[AFK]§r listAmount=§6Dabar yra §c{0}§6 is §c{1}§6 zaideju prisijungusiu. +listAmountHidden=§6Dabar yra §c{0}§6/§c{1}§6 iš maksimumo §c{2}§6 žaidėjų prisijungę. +listCommandDescription=Nurodo visus prisijungusius žaidėjus. +listCommandUsage=/<command> [group] +listCommandUsage1=/<command> [group] +listCommandUsage1Description=Nurodo visus serveryje prisijungusius žaidėjus, arba nurodytą grupę, jeigu nurodyta +listGroupTag=§6{0}§r\: listHiddenTag=§7[HIDDEN]§r +listRealName=({0}) loadWarpError=§4Nepavyko užkrauti warp {0}. localFormat=[L]<{0}> {1} +loomCommandDescription=Atidaro stakles. loomCommandUsage=/<command> mailClear=§6Norint pažymėti laiškus skaitytais, rašykite§c /mail clear§6. mailCleared=§6Laiškai išvalyti\! +mailClearIndex=§4Jūs turite nurodyti skaičių nuo 1-{0}. +mailCommandDescription=Tvarko tarp-žaidėjų, tarp-serverinį paštą. +mailCommandUsage=/<command> [read|clear|clear [number]|send [to] [message]|sendtemp [to] [expire time] [message]|sendall [message]] +mailCommandUsage1=/<command> read [page] +mailCommandUsage1Description=Perskaito pirmą (arbą nurodytą) jūsų pašto puslapį +mailCommandUsage2=/<command> clear [number] +mailCommandUsage2Description=Išvalo visus arba nurodytą/us laišką/us +mailCommandUsage3=/<command> send <player> <message> +mailCommandUsage3Description=Išsiunčia nurodytam žaidėjui parašytą žinutę +mailCommandUsage4=/<command> sendall <message> +mailCommandUsage4Description=Išsiunčia visiems žaidėjams nurodytą žinutę +mailCommandUsage5=/<command> sendtemp <player> <expire time> <message> +mailCommandUsage5Description=Nusiunčia nurodytam žaidėjui/ai žinutę, kuri pasibaigs po nurodyto laiko +mailCommandUsage6=/<command> sendtempall <expire time> <message> +mailCommandUsage6Description=Nusiunčia visiem žaidėjam žinutę, kuri pasibaigs po nurodyti laiko mailDelay=Per daug laiškų buvo išsiųstos per paskutinę minutę. Didžiausias\: {0} +mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} +mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} +mailFormatNewRead=§6[§r{0}§6] §6[§r{1}§6] §7§o{2} +mailFormatNewReadTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §7§o{2} mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} mailSent=§6Laiškas išsiųstas\! mailSentTo=§c{0}§6 has been sent the following mail\: +mailSentToExpire=§c{0}§6 buvo išsiųstas šis laiškas, kurio galiojimas baigsis §c{1}§6\: mailTooLong=§4Pašto žinutė per ilga. Stenkitės neviršyti 1000 simbolių. markMailAsRead=§6Norint pažymėti laiškus skaitytais, rašykite§c /mail clear§6. matchingIPAddress=§6Šie žaidėjai anksčiau prisijungti iš šio IP adreso\: @@ -340,6 +706,13 @@ maxHomes=§4Tu negali nustatyti daugiau nei§c {0} §4namus. maxMoney=Cant translate mayNotJail=§4Tu negali įkalinti šį žmogų\! mayNotJailOffline=§4Tu negali pasodinti į kalėjimą neprisijungusių žaidėjų. +meCommandDescription=Apibūdina veiksmą žaidėjo kontekste. +meCommandUsage=/<command> <description> +meCommandUsage1=/<command> <description> +meCommandUsage1Description=Paaiškina veiksmą +meSender=aš +meRecipient=aš +minimumBalanceError=§4Minimalus likutis, kurį gali turėti vartotojas, yra {0}. minimumPayAmount=§cThe minimum amount you can pay is {0}. minute=minutė minutes=minutės @@ -349,32 +722,77 @@ mobsAvailable=§6Gyvūnai\:§r {0} mobSpawnError=§4Klaida keičiant gyvūnų spawneri. mobSpawnLimit=Mob quantity limited to server limit. mobSpawnTarget=§4Privalai žiūrėti į gyvūnų spawneri. +moneyRecievedFrom=§a{0}§6 buvo gauta iš §a {1}§6. moneySentTo=§aNusiuntei{0} žaidėjui\: {1}. month=mėnesis months=mėnesiai +moreCommandDescription=Pripildo turimą daiktų krūvą iki nurodyto kiekio arba iki didžiausio dydžio, jei nenurodyta. +moreCommandUsage=/<command> [amount] +moreCommandUsage1=/<command> [amount] +moreCommandUsage1Description=Pripildo laikomą daiktą iki nurodyto kiekio arba maksimalaus dydžio, jei nenurodytas moreThanZero=§4Kiekiai turi būti didesni už 0. +motdCommandDescription=Peržiūri dienos žinutę. +motdCommandUsage=/<command> [chapter] [page] +moveSpeed=§6Nustatytas§c {0}§6 greitis į§c {1} §6 - §c{2}§6. +msgCommandDescription=Išsiunčia privačią žinutę nurodytam žaidėjui. +msgCommandUsage=/<command> <to> <message> +msgCommandUsage1=/<command> <to> <message> +msgCommandUsage1Description=Privačiai siunčia duotą žinutę nurodytam žaidėjui msgDisabled=§6Receiving messages §cdisabled§6. msgDisabledFor=§6Receiving messages §cdisabled §6for §c{0}§6. msgEnabled=§6Receiving messages §cenabled§6. msgEnabledFor=§6Receiving messages §cenabled §6for §c{0}§6. msgFormat=§6[§c{0}§6 -> §c{1}§6] §r{2} msgIgnore=§c{0} §4has messages disabled. +msgtoggleCommandDescription=Blokuoja visų privačių pranešimų gavimą. +msgtoggleCommandUsage=/<command> [player] [on|off] msgtoggleCommandUsage1=/<command> [player] +msgtoggleCommandUsage1Description=Įjungia skraidymo režimą jums arba kitam žaidėjui jeigu nurodyta multipleCharges=§4You cannot apply more than one charge to this firework. multiplePotionEffects=§4You cannot apply more than one effect to this potion. +muteCommandDescription=Užtildo arba atitildo žaidėją. +muteCommandUsage=/<command> <player> [datediff] [reason] +muteCommandUsage1=/<command> <player> +muteCommandUsage1Description=Amžinam užtildo nurodytą žaidėją, arba atitildo juos, jeigu jie jau buvo užtildyti +muteCommandUsage2=/<command> <player> <datediff> [reason] +muteCommandUsage2Description=Užtildo nurodytą žaidėją duotam laikui su galima priežastimi mutedPlayer=§6Žaidėjas§c {0} §6buvo užtildytas. mutedPlayerFor=§6Žaidėjas§c {0} §6buvo užtildytas§c {1}§6. +mutedPlayerForReason=§6Žaidėjas/a§c {0} §6užtildė§c {1}§6. Priežastis\: §c{2} +mutedPlayerReason=§6Žaidėjas§c {0} §6buvo užtildytas. Priežastis\: §c{1} mutedUserSpeaks={0} bandė rašyti, bet yra užtildytas. muteExempt=§4Tu negali užtildyti šio žaidėjo. muteExemptOffline=§4Tu negali užtildyti neprisijungusių žaidėjų. muteNotify=§c{0} §6Užtildė §c{1}§6. muteNotifyFor=§c{0} §6has muted player §c{1}§6 for§c {2}§6. +muteNotifyForReason=§c{0} §6Nutildė žaidėją §c{1}§6 už§c {2}§6. Priežastis\: §c{3} +muteNotifyReason=§c{0} §6Užtildė žaidėją §c{1}§6. Priežastis\: §c{2} +nearCommandDescription=Nurodo žaidėjus esančius šalia arba aplink nurodyto žaidėjo. +nearCommandUsage=/<command> [playername] [radius] nearCommandUsage1=/<command> +nearCommandUsage1Description=Nurodo žaidėjus kurie netoli jūsų +nearCommandUsage2=/<command> <radius> +nearCommandUsage2Description=Nurodo žaidėjus kurie duotu atstumu nuo jūsų +nearCommandUsage3=/<command> <player> +nearCommandUsage3Description=Nurodo visus žaidėjus esančius netoli nurodyto žaidėjo +nearCommandUsage4=/<command> <player> <radius> +nearCommandUsage4Description=Nurodo visus žaidėjus esančius nurodyto atstumo specifinio žaidėjo nearbyPlayers=§6Žaidėjai netoliese\:§r {0} negativeBalanceError=§4Vartotojas negali turėti neigiamo balanso. nickChanged=§6Slapyvardis pakeistas. +nickCommandDescription=Pakeiskite savo arba kito žaidėjo slapyvardį. +nickCommandUsage=/<command> [player] <nickname|off> +nickCommandUsage1=/<command> <nickname> +nickCommandUsage1Description=Pakeiskite savo slapyvardį į nurodytą +nickCommandUsage2=/<command> off +nickCommandUsage2Description=Pašalina jūsų slapyvardį +nickCommandUsage3=/<command> <player> <nickname> +nickCommandUsage3Description=Pakeičia nurodyto žaidėjo slapyvardį į pateiktą tekstą +nickCommandUsage4=/<command> <player> off +nickCommandUsage4Description=Išvalo duoto žaidėjo slapyvardį nickDisplayName=§4You have to enable change-displayname in Essentials config. nickInUse=§4Toks vardas jau naudojamas. +nickNameBlacklist=§4Šis slapyvardis yra neleistinas. nickNamesAlpha=§4Slapyvardi turi sudaryti tik raidės arba skaitmenys. nickNamesOnlyColorChanges=§4Nicknames can only have their colors changed. nickNoMore=§6Tu daugiau nebeturi slapyvardzio. @@ -382,6 +800,7 @@ nickSet=§6Tavo slapyvardis dabar yra §c{0}§6. nickTooLong=§4Šitas slapyvardis yra per ilgas. noAccessCommand=§4Tu neturi teisių šiai komandai. noAccessPermission=§4Jūs neturite leidimo prieiti prie §c{0}§4. +noAccessSubCommand=§4Jūs neturite teisės prie §c{0}§4. noBreakBedrock=§4Tu negali sunaikinti bedrock. noDestroyPermission=§4Jūs neturite teisės sugriauti §c{0}§4. northEast=NE @@ -402,6 +821,7 @@ noMetaJson=JSON Metadata nera palaikoma sioje Bukkit serverio versijoje. noMetaPerm=§4You do not have permission to apply §c{0}§4 meta to this item. none=niekas noNewMail=§6Tu neturi naujų laiškų. +nonZeroPosNumber=§4Ne nulinis skaičius yra reikalaujamas. noPendingRequest=§4Jūs neturite laukiančią užklausą. noPerm=§4Tu neturi §c{0}§4 teisės. noPermissionSkull=Tu neturi teisių redaguoti šią galvą. @@ -420,7 +840,10 @@ nothingInHand=Tu nieko neturi savo rankose. now=dabar noWarpsDefined=§6Jokie warps neegzistuoja. nuke=§5May death rain upon them. +nukeCommandDescription=Tegul lyja mirtimi ant jų. nukeCommandUsage=/<command> [player] +nukeCommandUsage1=/<command> [players...] +nukeCommandUsage1Description=Išsiunčia atominę bombą aplink visus žaidėjus arba kitą žaidėją(-jus), jeigu nurodyta numberRequired=Numeris eina ten. onlyDayNight=Naudojimas\: /time §2day/night. onlyPlayers=§4Turite būti žaidime, jeigu norite naudoti §c{0}§4. @@ -428,31 +851,65 @@ onlyPlayerSkulls=§4Savininką galite nustatyti tik ant žaidėjo kaukolės (§c onlySunStorm=§4Naudojimas\: /weather §2sun/storm. openingDisposal=§6Opening disposal menu... orderBalances=§6Ordering balances of§c {0} §6users, please wait... +oversizedMute=§4Jūs negalite užtildyti žaidėjo šiam laiko periodui. oversizedTempban=§4Tu negali užblokuoti žaidėjo laikinai. +passengerTeleportFail=§4Jūs negalite būti teleportuojamas kol nešiojate keleivių. +payCommandDescription=Sumoka kitam žaidėjui iš jūsų balanso. +payCommandUsage=/<command> <player> <amount> +payCommandUsage1=/<command> <player> <amount> +payCommandUsage1Description=Sumoka nurodytam žaidėjui nurodytą kiekį pinigų payConfirmToggleOff=§6You will no longer be prompted to confirm payments. payConfirmToggleOn=§6You will now be prompted to confirm payments. +payDisabledFor=§6Išjungėte mokėjimų priemimą žaidėjui §c{0}§6. +payEnabledFor=§6Įjungėte mokėjimų priemimą žaidėjui §c{0}§6. payMustBePositive=§4Amount to pay must be positive. +payOffline=§4Jūs negalite sumokėti atsijungusiems žaidėjams. payToggleOff=§6You are no longer accepting payments. payToggleOn=§6You are now accepting payments. +payconfirmtoggleCommandDescription=Nustato ar jūsų bus prašoma patvirtinti mokėjimus. payconfirmtoggleCommandUsage=/<command> +paytoggleCommandDescription=Nustato, ar priimate mokėjimus. paytoggleCommandUsage=/<command> [player] paytoggleCommandUsage1=/<command> [player] +paytoggleCommandUsage1Description=Nustato, ar jūs arba kitas žaidėjas, jei nurodyta, priima mokėjimus pendingTeleportCancelled=§4Teleportacija buvo atšaukta. pingCommandDescription=Pong\! pingCommandUsage=/<command> playerBanIpAddress=§6Player§c {0} §6banned IP address§c {1} §6for\: §c{2}§6. +playerTempBanIpAddress=§6Žaidėjo§c {0} §6IP adresas laikinai užblokuotas §c{1}§6 už §c{2}§6\: §c{3}§6. playerBanned=§c{0} §6užbanino§c {1} §6už §c{2}§6. playerJailed=§6Žaidėjas§c {0} §6įkalintas. +playerJailedFor=§6Žaidėjas§c {0} §6buvo įkalintas§c {1}§6. +playerKicked=§6Žaidėjas§c {0} §6išmestas§c {1}§6 už§c {2}§6. playerMuted=§6Tu buvai užtildytas\! +playerMutedFor=§6Tu buvai užtildytas už§c {0}§6. +playerMutedForReason=§6Tu buvai užtildytas už§c {0}§6. Priežastis\: §c{1} +playerMutedReason=§6Tu buvai užtildytas\! Priežastis\: §c{0} playerNeverOnServer=§4Žaidėjas§c {0} §4niekada nebuvo prisijungęs prie šio serverio. playerNotFound=§4Žaidėjas nerastas. playerTempBanned=§6Player §c{0}§6 temporarily banned §c{1}§6 for §c{2}§6\: §c{3}§6. +playerUnbanIpAddress=§6Žaidėjas§c {0} §6atblokuotas IP\:§c {1} +playerUnbanned=§6Žaidėjas§c {0} §6atblokuotas§c {1} playerUnmuted=§6Tau vėl leista kalbėti. +playtimeCommandDescription=Rodo žaidėjo laiką, praleistą žaidime playtimeCommandUsage=/<command> [player] playtimeCommandUsage1=/<command> +playtimeCommandUsage1Description=Rodo jūsų laiką, praleistą žaidime +playtimeCommandUsage2=/<command> <player> +playtimeCommandUsage2Description=Parodo nurodyto žaidėjo laiką, praleistą žaidime +playtime=§6Pražaistas laikas\:§c {0} +playtimeOther=§6Pražaistas laikas {1}§6\:§c {0} pong=Pong\! posPitch=§6Pitch\: {0} (Head angle) possibleWorlds=§6Possible worlds are the numbers §c0§6 through §c{0}§6. +potionCommandDescription=Prideda tam tikrą efektą prie gėrimo. +potionCommandUsage=/<command> <clear|apply|effect\:<effect> power\:<power> duration\:<duration>> +potionCommandUsage1=/<command> clear +potionCommandUsage1Description=Išvalo visus laikomo gėrimo efektus +potionCommandUsage2=/<command> apply +potionCommandUsage2Description=Uždeda visus turimo gėrimo efektus, nesuvartojant gėrimo +potionCommandUsage3=/<command> effect\:<effect> power\:<power> duration\:<duration> +potionCommandUsage3Description=Uždeda nurodyto gėrimo meta laikomam gėrimui posX=§6X\: {0} (+East <-> -West) posY=§6Y\: {0} (+Up <-> -Down) posYaw=§6Yaw\: {0} (Rotation) @@ -460,6 +917,7 @@ posZ=§6Z\: {0} (+South <-> -North) potions=§6Aleksyrai\:§r {0}§6. powerToolAir=§4Command can''t be attached to air. powerToolAlreadySet=§4Komanda §c{0}§4 ir taip priskirta prie §c{1}§4. +powerToolAttach=§c{0}§6 komanda priskirta prie§c {1}§6. powerToolClearAll=§6All powertool commands have been cleared. powerToolList=§6Item §c{1} §6has the following commands\: §c{0}§6. powerToolListEmpty=§4Item §c{0} §4has no commands assigned. @@ -468,7 +926,36 @@ powerToolRemove=§6Komanda §c{0}§6 pašalinta nuo §c{1}§6. powerToolRemoveAll=§6Visos komandos pašalintos nuo §c{0}§6. powerToolsDisabled=§6All of your power tools have been disabled. powerToolsEnabled=§6All of your power tools have been enabled. +powertoolCommandDescription=Priskiria komandą laikomam daiktui. +powertoolCommandUsage=/<command> [l\:|a\:|r\:|c\:|d\:][command] [arguments] - {player} can be replaced by name of a clicked player. +powertoolCommandUsage1=/<command> l\: +powertoolCommandUsage1Description=Išvardija visus įrankius laikomame daikte +powertoolCommandUsage2=/<command> d\: +powertoolCommandUsage2Description=Išvalo visus įrankius laikomame daikte +powertoolCommandUsage3=/<command> r\:<cmd> +powertoolCommandUsage3Description=Pašalina duotą komandą iš laikomo daikto +powertoolCommandUsage4=/<command> <cmd> +powertoolCommandUsage4Description=Nustato laikomo daikto įrankių komandą į nurodytą komandą +powertoolCommandUsage5=/<command> a\:<cmd> +powertoolCommandUsage5Description=Prideda nurotydą įrankio komandą laikomam daiktui +powertooltoggleCommandDescription=Įjungia arba iįjungia visus esamus įrankius. powertooltoggleCommandUsage=/<command> +ptimeCommandDescription=Sureguliuokite žaidėjo programos laiką. Pridėkite @ priešdėlį, kad pataisytumėte. +ptimeCommandUsage=/<command> [list|reset|day|night|dawn|17\:30|4pm|4000ticks] [player|*] +ptimeCommandUsage1=/<command> list [player|*] +ptimeCommandUsage1Description=Išvardija žaidėjo laiką jums arba kitam žaidėjui (-ams), jei nurodyta +ptimeCommandUsage2=/<command> <time> [player|*] +ptimeCommandUsage2Description=Nustato laiką jums ar kitam žaidėjui (-ams), jei nurodytas laikas +ptimeCommandUsage3=/<command> reset [player|*] +ptimeCommandUsage3Description=Iš naujo nustato laiką jums arba kitam žaidėjui (-ams), jei nurodyta +pweatherCommandDescription=Pakeičia žaidėjo orą +pweatherCommandUsage=/<command> [list|reset|storm|sun|clear] [player|*] +pweatherCommandUsage1=/<command> list [player|*] +pweatherCommandUsage1Description=Išvardija žaidėjų orus jums arba kitam žaidėjui (-ams), jei nurodyta +pweatherCommandUsage2=/<command> <storm|sun> [player|*] +pweatherCommandUsage2Description=Nustato orą jums ar kitam žaidėjui (-ams), jei nurodytas oras +pweatherCommandUsage3=/<command> reset [player|*] +pweatherCommandUsage3Description=Iš naujo nustato orą jums arba kitam žaidėjui (-ams), jei nurodyta pTimeCurrent=§c{0}§6''s time is§c {1}§6. pTimeCurrentFixed=§c{0}§6''s time is fixed to§c {1}§6. pTimeNormal=§c{0}§6''s time is normal and matches the server. @@ -485,52 +972,174 @@ pWeatherPlayers=§6These players have their own weather\:§r pWeatherReset=§6Player weather has been reset for\: §c{0} pWeatherSet=§6Player weather is set to §c{0}§6 for\: §c{1}. questionFormat=§2[Question]§r {0} +rCommandDescription=Greitai atsakykite paskutiniam žaidėjui, kuris jums parašė. +rCommandUsage=/<command> <message> +rCommandUsage1=/<command> <message> +rCommandUsage1Description=Atsako paskutiniam žaidėjui, kuris jums pranešė su nurodytu tekstu +radiusTooBig=§4Spindulys per didelis\! Didžiausias spindulys yra §c {0}§4. readNextPage=§6Rašyk§c /{0} {1} §6norint peržiūrėti kitą puslapį. realName=§f{0}§r§6 is §f{1} +realnameCommandDescription=Rodo vartotojo vardą pagal slapyvardį. +realnameCommandUsage=/<command> <nickname> +realnameCommandUsage1=/<command> <nickname> +realnameCommandUsage1Description=Rodo vartotojo vardą pagal slapyvardį recentlyForeverAlone=§4{0} recently went offline. recipe=§6Receptas už §c {0} §6(§c{2} §c{1}) recipeBadIndex=There is no recipe by that number. +recipeCommandDescription=Parodo kaip gaminti daiktus. +recipeCommandUsage=/<command> <item> [number] +recipeCommandUsage1=/<command> <item> [page] +recipeCommandUsage1Description=Rodo, kaip sukurti nurodytą daiktą recipeFurnace=§6Kepti\: §c{0}§6. recipeGrid=§c{0}X §6| §{1}X §6| §{2}X recipeGridItem=§c{0}X §6yra §c{1} +recipeMore=§6Parašykite§c /{0} {1} <skaičius>§6 kad pamatytumėte kitus receptus §c{2}§6. recipeNone=No recipes exist for {0} recipeNothing=nothing recipeShapeless=§6Combine §c{0} recipeWhere=§6Where\: {0} +removeCommandDescription=Pašalina ojektus iš jūsų pasaulio. +removeCommandUsage=/<command> <all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]> [radius|world] +removeCommandUsage1=/<command> <mob type> [world] +removeCommandUsage1Description=Pašalina visus nurodytus "mob" tipus dabartiniame pasaulyje arba kitame pasaulyje, jei nurodyta +removeCommandUsage2=/<command> <mob type> <radius> [world] +removeCommandUsage2Description=Pašalina nurodytą "mob" tipą nurodytu spinduliu dabartiniame pasaulyje arba kitame, jei nurodyta removed=§6Removed§c {0} §6entities. repair=§6Tu sekmingai pataisei\: §c{0}. repairAlreadyFixed=§4Sis daiktas nereikalauja pataisymo. +repairCommandDescription=Pataiso vieno ar visų daiktų patvarumą. +repairCommandUsage=/<command> [hand|all] repairCommandUsage1=/<command> +repairCommandUsage1Description=Sutaiso laikomą daiktą +repairCommandUsage2=/<command> all +repairCommandUsage2Description=Sutaiso visus jūsų inventoriuje esančius daiktus repairEnchanted=§4Tu neturi teisiu taisyti enchanted daiktu. repairInvalidType=§4Šis daiktas negali būti pataisytas. repairNone=§4Tu neturi daiktu, kuriuos reiketu pataisyti. +replyFromDiscord=**Atsakas nuo {0}\:** `{1}` +replyLastRecipientDisabled=§6Atsakymas paskutiniam žinutės gavėjui §cišjungtas§6. +replyLastRecipientDisabledFor=§6Atsakymas paskutiniam žinutės gavėjui §cišjungtas §6for §c{0}§6. +replyLastRecipientEnabled=§6Atsakymas paskutiniam žinutės gavėjui §cįjungtas§6. +replyLastRecipientEnabledFor=§6Atsakymas paskutiniam žinutės gavėjui §cįjungtas §6for §c{0}§6. requestAccepted=§6Teleportacija priimta. +requestAcceptedAll=§6 Priimta §c{0} §6laukiama teleportavimo užklausa (-os). +requestAcceptedAuto=§6Automatiškai priimta teleportavimo užklausa iš {0}. requestAcceptedFrom=§c{0} §6priemė tavo teleportacijos prašymą. +requestAcceptedFromAuto=§c{0} §6priemė tavo teleportacijos prašymą automatiškai. requestDenied=§6Teleportacijos prašymas atmestas. +requestDeniedAll=§6Atmesta §c {0} §6 laukiama teleportavimo užklausa (-os). requestDeniedFrom=§c{0} §6atmete tavo teleportacijos prasyma. requestSent=§6Prašymas nusiųstas§c {0}§6. requestSentAlready=§4You have already sent {0}§4 a teleport request. requestTimedOut=§4Teleportacijos prašymas anuliuotas. +requestTimedOutFrom=§4Teleportavimo užklausa iš §c{0} §4 baigėsi. resetBal=§6Balansas buvo nustatytas į §c{0} §6visiems prisijungusiems žaidėjams. resetBalAll=§6Balansas buvo nustatytas į §c{0} §6visiems žaidėjams. +rest=§6Jūs jaučiatės gerai pailsėję. +restCommandDescription=Pailsi jus arba nurodytą žaidėją. restCommandUsage=/<command> [player] restCommandUsage1=/<command> [player] +restCommandUsage1Description=Atstato laiką nuo paskutinio pailsėjimo jums arba kitam žaidėjui jeigu nurodyta +restOther=§6Ilsisi§c {0}§6. returnPlayerToJailError=§4Įvyko klaida bandant gražinti žaidėją§c {0} §4į kalėjimą §c{1}§4\! +rtoggleCommandDescription=Pakeiskite, ar atsakymo gavėjas yra paskutinis gavėjas ar paskutinis siuntėjas +rtoggleCommandUsage=/<command> [player] [on|off] +rulesCommandDescription=Peržiūri serverio taisykles. +rulesCommandUsage=/<command> [chapter] [page] runningPlayerMatch=§6Running search for players matching ''§c{0}§6'' (this could take a little while) second=sekundė seconds=sekundės seenAccounts=§6Žaidėjas dar kitaip žinomas kaip\:§c {0} +seenCommandDescription=Parodo kada paskutinį kart žaidėjas atsijungė. +seenCommandUsage=/<command> <playername> +seenCommandUsage1=/<command> <playername> +seenCommandUsage1Description=Rodo paskutinio atsijungimo laiką, užblokavimo, užtildymo ir UUID informacija nurodyto žaidėjo seenOffline=§c{0} §6yra §4atsijungęs§6 nuo §c{1}§6. seenOnline=§c{0} §6yra §aprisijungęs§6 nuo §c{1}§6. sellBulkPermission=§6You do not have permission to bulk sell. +sellCommandDescription=Parduoda daiktą kurį šiuo metu laikote. +sellCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [amount] +sellCommandUsage1=/<command> <itemname> [amount] +sellCommandUsage1Description=Parduoda visą (arba nurodytą kiekį, jei nurodyta) jūsų inventoriuje esančio daikto +sellCommandUsage2=/<command> hand [amount] +sellCommandUsage2Description=Parduoda visą (arba nurodytą sumą, jei nurodyta) laikomo daikto +sellCommandUsage3=/<command> all +sellCommandUsage3Description=Parduoda visas įmanomas prekes iš jūsų inventoriaus +sellCommandUsage4=/<command> blocks [amount] +sellCommandUsage4Description=Parduoda visus (arba nurodytą kiekį, jei nurodyta) blokus jūsų inventoriuje sellHandPermission=§6You do not have permission to hand sell. serverFull=Serveris yra pilnas\! +serverReloading=Didelė tikimybė, kad dabar perkraunate serverį. Jei taip, kodėl nekenčiate savęs? Naudodami /reload nesitikėkite EssentialsX komandos palaikymo. serverTotal=§6Serverį iš viso\:§c {0} +serverUnsupported=Jūs naudojate nepalaikomą serverio versiją\! +serverUnsupportedClass=Būseną lemianti klasė\: {0} +serverUnsupportedCleanroom=Naudojate serverį, kuris tinkamai nepalaiko Bukkit įskiepių, besiremiančių Mojang vidiniu kodu. Apsvarstykite galimybę naudoti Essentials"serverio programinės įrangos pakaitalą. +serverUnsupportedDangerous=Naudojate serverio šaką, kuri, kaip žinoma, yra labai pavojinga ir dėl kurios prarandami duomenys. Labai rekomenduojama pereiti prie stabilesnės, našesnės serverio programinės įrangos, pvz., Paper arba Tuinity. +serverUnsupportedLimitedApi=Naudojate serverį su ribotomis API funkcijomis. EssentialsX vis tiek veiks, tačiau tam tikros funkcijos gali būti išjungtos. +serverUnsupportedMods=Naudojate serverį, kuris tinkamai nepalaiko Bukkit įskiepių. Bukkit įskiepiai neturėtų būti naudojami su Forge/Fabric modifikacijomis\! Forge naudotojams\: apsvarstykite galimybę naudoti ForgeEssentials arba SpongeForge + Nucleus. setBal=§aTavo balansas buvo nustatytas\: {0}. setBalOthers=§aTu nustatei {0}§a''s balansą į {1}. setSpawner=§6Spawnerio tipas buvo pakeistas į§c {0}§6. +sethomeCommandDescription=Nustato namus jūsų esamoje pozicijoje. +sethomeCommandUsage=/<command> [[player\:]name] +sethomeCommandUsage1=/<command> <name> +sethomeCommandUsage1Description=Nustato savo namus su nurodytu pavadinimu jūsų lokacijoje +sethomeCommandUsage2=/<command> <player>\:<name> +sethomeCommandUsage2Description=Nustato nurodyto žaidėjo namus su nurodytu pavadinimu jūsų vietoje +setjailCommandDescription=Sukuria kalėjimą, kuriame nurodėte pavadinimą [jailname]. +setjailCommandUsage=/<command> <jailname> +setjailCommandUsage1=/<command> <jailname> +setjailCommandUsage1Description=Nustato kalėjimą nurodytu pavadinimu į jūsų vietą +settprCommandDescription=Nustatykite atsitiktinės teleportacijos lokaciją ir parametrus. +settprCommandUsage=/<command> [center|minrange|maxrange] [value] +settprCommandUsage1=/<command> center +settprCommandUsage1Description=Nustato atsitiktinį teleportacijos centrą į jūsų vietą +settprCommandUsage2=/<command> minrange <radius> +settprCommandUsage2Description=Nustato minimalų atsitiktinio teleportavimo spindulį į nurodytą reikšmę +settprCommandUsage3=/<command> maxrange <radius> +settprCommandUsage3Description=Nustato didžiausią atsitiktinio teleportavimosi spindulį į nurodytą vertę +settpr=§6Nustatyti atsitiktinio teleportavimosi centrą. +settprValue=§6Nustatyti atsitiktinį teleportą §c{0}§6 į §c{1}§6. +setwarpCommandDescription=Sukuria naują teleportacijos tašką. +setwarpCommandUsage=/<command> <warp> +setwarpCommandUsage1=/<command> <warp> +setwarpCommandUsage1Description=Nustato teleportacijos tašką su duotu pavadinimu į jūsų poziciją +setworthCommandDescription=Nustatykite prekės pardavimo kainą. +setworthCommandUsage=/<command> [itemname|id] <price> +setworthCommandUsage1=/<command> <price> +setworthCommandUsage1Description=Nustato jūsų laikomo daikto vertę pagal nurodytą kainą +setworthCommandUsage2=/<command> <itemname> <price> +setworthCommandUsage2Description=Nustato nurodytos prekės vertę pagal nurodytą kainą sheepMalformedColor=§4Malformed color. +shoutDisabled=§6Šaukimo režimas §cišjungtas§6. +shoutDisabledFor=§6Šaukimo režimas §cišjungtas §6žaidėjui §c{0}§6. +shoutEnabled=§6Šaukimo režimas §cišjungtas§6. +shoutEnabledFor=§6Šaukimo rėžimas §cįjungtas §6žaidėjui §c{0}§6. shoutFormat=§6[Shout]§r {0} +editsignCommandClear=§6Ženklas išvalytas. +editsignCommandClearLine=§6Išvalyta eilutė§c {0}§6. +showkitCommandDescription=Rodyti rinkinio turinį. +showkitCommandUsage=/<command> <kitname> +showkitCommandUsage1=/<command> <kitname> +showkitCommandUsage1Description=Rodo nurodyto rinkinio daiktų santrauką +editsignCommandDescription=Redaguoja ženklą pasaulyje. +editsignCommandLimit=§4 Jūsų pateiktas tekstas per didelis, kad tilptų į ženklą. +editsignCommandNoLine=§4Turite įrašyti eilutės numerį tarp §c1-4§4. +editsignCommandSetSuccess=§6Nustatyta eilutė§c {0}§6 į "§c{1}§6". +editsignCommandTarget=§4Norėdami redaguoti ženklo tekstą, turite žiūrėti į jį. +editsignCopy=§6Ženklas nukopijuotas\! Įklijuokite jį su §c/{0} paste§6. +editsignCopyLine=§6Nukopijuota eilutė §c{0} §6 ženklo\! Įklijuokite ją su §c/{1} paste {0}§6. +editsignPaste=§6Ženklas įklijuotas\! +editsignPasteLine=§6Įklijuota linija §c{0} §6ženklo\! +editsignCommandUsage=/<command> <set/clear/copy/paste> [line number] [text] +editsignCommandUsage1=/<command> set <line number> <text> +editsignCommandUsage1Description=Nustato nurodytą ženklo eilutę į nurodytą tekstą +editsignCommandUsage2=/<command> clear <line number> +editsignCommandUsage2Description=Ištrina nurodytą ženklo eilutę +editsignCommandUsage3=/<command> copy [line number] +editsignCommandUsage3Description=Nukopijuoja visą (arba nurodytą eilutę) ženklo į iškarpinę +editsignCommandUsage4=/<command> paste [line number] +editsignCommandUsage4Description=Įklijuoja iškarpinę į visą (arba nurodytą eilutę) ženklo signFormatFail=§4[{0}] signFormatSuccess=§1[{0}] signFormatTemplate=[{0}] @@ -540,29 +1149,64 @@ southEast=SE south=S southWest=SW skullChanged=§6Galva pakeista į žaidėjo §c{0}§6 galvą. +skullCommandDescription=Nustatyti žaidėjo kaukolės savininką +skullCommandUsage=/<command> [owner] skullCommandUsage1=/<command> +skullCommandUsage1Description=Gauti savo paties kaukolę +skullCommandUsage2=/<command> <player> +skullCommandUsage2Description=Gauti nurodyto žaidėjo kaukolę slimeMalformedSize=§4Malformed size. +smithingtableCommandDescription=Atidaro kalvio stalą. smithingtableCommandUsage=/<command> socialSpy=§6SocialSpy for §c{0}§6\: §c{1} +socialSpyMsgFormat=§6[§c{0}§7 -> §c{1}§6] §7{2} socialSpyMutedPrefix=§f[§6SS§f] §7(muted) §r +socialspyCommandDescription=Perjungia, ar galite matyti msg/pašto komandas pokalbyje. +socialspyCommandUsage=/<command> [player] [on|off] socialspyCommandUsage1=/<command> [player] +socialspyCommandUsage1Description=Perjungia socialinį šnipinėjimą sau arba kitam žaidėjui, jei nurodyta socialSpyPrefix=§f[§6SS§f] §r soloMob=§4That mob likes to be alone. spawned=spawned +spawnerCommandDescription=Pakeisti mob tipą spawneryje. +spawnerCommandUsage=/<command> <mob> [delay] +spawnerCommandUsage1=/<command> <mob> [delay] +spawnerCommandUsage1Description=Pakeičia mobo tipą (arba galimai, kas kiek laiko jis atsiranda) spawneryje į kurį jūs žiūrite +spawnmobCommandDescription=Priverčia atsirasti mobui. +spawnmobCommandUsage=/<command> <mob>[\:data][,<mount>[\:data]] [amount] [player] +spawnmobCommandUsage1=/<command> <mob>[\:data] [amount] [player] +spawnmobCommandUsage1Description=Priverčia atsirasti vienam (arba nurodytam kiekiui) duotojo mobo jūsų buvimo vietoje (arba kito žaidėjo, jeigu nurodyta) +spawnmobCommandUsage2=/<command> <mob>[\:data],<mount>[\:data] [amount] [player] +spawnmobCommandUsage2Description=Priverčia atsirasti vienam (arba nurodytam kiekiui) nurodyto mobo jojančio ant duotojo mobo jūsų buvimo vietoje (arba kito žaidėjo, jeigu nurodyta) spawnSet=§6Spawn location set for group§c {0}§6. spectator=spectator +speedCommandDescription=Pakeisti savo greičio limitus. +speedCommandUsage=/<command> [type] <speed> [player] +speedCommandUsage1=/<command> <speed> +speedCommandUsage1Description=Nustato skrydžio arba ėjimo greitį į nurodytą greitį +speedCommandUsage2=/<command> <type> <speed> [player] +speedCommandUsage2Description=Nustato nurodytą greičio tipą į nurodytą greitį jums arba kitam žaidėjui, jei nurodyta +stonecutterCommandDescription=Atidaro akmens pjaustyklę. stonecutterCommandUsage=/<command> +sudoCommandDescription=Priversti kitą naudotoją atlikti komandą. +sudoCommandUsage=/<command> <player> <command [args]> +sudoCommandUsage1=/<command> <player> <command> [args] +sudoCommandUsage1Description=Priverčia nurodytą žaidėją paleisti nurodytą komandą sudoExempt=§4You cannot sudo this user. sudoRun=§6Forcing§c {0} §6to run\:§r /{1} +suicideCommandDescription=Priverčia jus žūti. suicideCommandUsage=/<command> suicideMessage=§6Viso žiaurus pasauli... suicideSuccess=§6{0} §6took their own life. survival=išlikimas +takenFromAccount=§e{0}§a buvo atimta iš jūsų sąskaitos. +takenFromOthersAccount=§e{0}§a atimta iš§e {1}§a sąskaitos. Naujas balansas\:§e {2} teleportAAll=§6Teleportacijos prašymas nusiųstas visiems... teleportAll=§6Teleportuojami visi žaidėjai... teleportationCommencing=§6Prasideda teleportacija... teleportationDisabled=§6Teleportacija §cišjungta§6. teleportationDisabledFor=§6Teleportacija §cišjungta §6žaidėjui §c{0}§6. +teleportationDisabledWarning=§6Jūs turite įjungti teleportavimasi, jog kiti žaidėjai galėtų pas jus atsiteleportuoti. teleportationEnabled=§6Teleportacija §cįjungta§6. teleportationEnabledFor=§6Teleportacija §cįjungta §6žaidėjui §c{0}§6. teleportAtoB=§c{0}§6 nuteleportavo tave pas §c{1}§6. @@ -572,45 +1216,148 @@ teleportHome=§6Teleportuojama pas §c{0}§6. teleporting=§6Teleportuojama... teleportInvalidLocation=Koordinačių reikšmė negali būti daugiau nei 30000000 teleportNewPlayerError=§4Nepavyko atiteleportuoti naujo žaidėjo\! +teleportNoAcceptPermission=§c{0} §4neturi teisės priimti teleportacijos pasiūlymų. teleportRequest=§c{0}§6 prašo, kad galėtu pas tave atsiteleportuoti. teleportRequestAllCancelled=§6All outstanding teleport requests cancelled. +teleportRequestCancelled=§6Jūsų teleportacijos prašymas žaidėjui §c{0}§6 buvo atšauktas. +teleportRequestSpecificCancelled=§6Neįvykdyta teleportacijos užklausa su§c {0}§6 atšaukta. teleportRequestTimeoutInfo=§6Prašymas bus anuliuotas po§c {0} sekundzių§6. teleportTop=§6Teleportuojama į patį viršų. teleportToPlayer=§6Teleportuojama pas §c{0}§6. +teleportOffline=§6Žaidėjas §c{0}§6 šiuo metu yra neprisijungęs. Galite teleportuotis pas jį naudodami /otp. tempbanExempt=§4Tu negali užblokuoti šio žaidėjo laikinai. tempbanExemptOffline=§4Tu negali užblokuoti laikinai neprisijungusių žaidėjų. tempbanJoin=You are banned from this server for {0}. Reason\: {1} +tempBanned=§cJūs buvote laikinai užblokuotas už§r {0}\:\n§r{2} +tempbanCommandDescription=Laikinai užblokuoti žaidėją. +tempbanCommandUsage=/<command> <playername> <datediff> [reason] +tempbanCommandUsage1=/<command> <player> <datediff> [reason] +tempbanCommandUsage1Description=Užblokuoja duotąjį žaidėją nurodytam laikui, nurodydamas neprivalomą priežastį +tempbanipCommandDescription=Laikinai užblokuoti IP adresą. +tempbanipCommandUsage=/<command> <playername> <datediff> [reason] +tempbanipCommandUsage1=/<command> <player|ip-address> <datediff> [reason] +tempbanipCommandUsage1Description=Užblokuoja duotąjį IP adresą nurodytam laikui, nurodydamas neprivalomą priežastį thunder=§6You§c {0} §6thunder in your world. +thunderCommandDescription=Įjungti/išjungti perkūną. +thunderCommandUsage=/<command> <true/false> [duration] +thunderCommandUsage1=/<command> <true|false> [duration] +thunderCommandUsage1Description=Įjungia/išjungia perkūniją pasirinktam laikui thunderDuration=§6You§c {0} §6thunder in your world for§c {1} §6seconds. timeBeforeHeal=§4Laikas iki kito pagydymo\:§c {0}§4. timeBeforeTeleport=§4Laikas iki kitos teleportacijos\:§c {0}§4. +timeCommandDescription=Rodyti / keisti pasaulinį laiką. Numatytoji reikšmė - dabartinis pasaulio laikas. +timeCommandUsage=/<command> [set|add] [day|night|dawn|17\:30|4pm|4000ticks] [worldname|all] timeCommandUsage1=/<command> +timeCommandUsage1Description=Rodo visų pasaulių laikus +timeCommandUsage2=/<command> set <time> [world|all] +timeCommandUsage2Description=Nustato dabartinio (arba nurodyto) pasaulio laiką į nurodytą laiką +timeCommandUsage3=/<command> add <time> [world|all] +timeCommandUsage3Description=Prideda duotąjį laiką prie dabartinio (arba nurodytojo) pasaulio laiko timeFormat=§c{0}§6 arba §c{1}§6 arba §c{2}§6 timeSetPermission=§4Tu negali nustatyti laiko. timeSetWorldPermission=§4You are not authorized to set the time in world ''{0}''. +timeWorldAdd=§6Laikas buvo pajudintas į priekį§c {0} §6pasaulyje\: §c{1}§6. timeWorldCurrent=§6The current time in§c {0} §6is §c{1}§6. +timeWorldCurrentSign=§6Šiuo metu laikas yra §c{0}§6. timeWorldSet=§6The time was set to§c {0} §6in\: §c{1}§6. +togglejailCommandDescription=Uždaro arba paleidžia žaidėją iš kalėjimo. Nuteleportuoja juos į nurodytą kalėjimą. +togglejailCommandUsage=/<command> <player> <jailname> [datediff] +toggleshoutCommandDescription=Perjungia, ar kalbate šaukimo režimu +toggleshoutCommandUsage=/<command> [player] [on|off] toggleshoutCommandUsage1=/<command> [player] +toggleshoutCommandUsage1Description=Perjungia šaukimo režimą sau arba kitam žaidėjui, jei nurodyta +topCommandDescription=Teleportuokitės į aukščiausią bloką savo dabartinėje padėtyje. topCommandUsage=/<command> totalSellableAll=§aVisų šiu parduodamų daiktų vertė yra §c{1}§a. totalSellableBlocks=§aVisų šių parduodamų blokų vertė yra §c{1}§a. totalWorthAll=§aSold all items and blocks for a total worth of §c{1}§a. totalWorthBlocks=§aSold all blocks for a total worth of §c{1}§a. +tpCommandDescription=Nusiteleportuoti pas žaidėjo. +tpCommandUsage=/<command> <player> [otherplayer] +tpCommandUsage1=/<command> <player> +tpCommandUsage1Description=Nuteleportuoja jus pas nurodyto žaidėjo +tpCommandUsage2=/<command> <player> <other player> +tpCommandUsage2Description=Nuteleportuoja pirmą nurodytą žaidėją pas antro +tpaCommandDescription=Paprašyti nusiteleportuoti pas nurodyto žaidėjo. +tpaCommandUsage=/<command> <player> +tpaCommandUsage1=/<command> <player> +tpaCommandUsage1Description=Paprašo nusiteleportuoti pas nurodyto žaidėjo +tpaallCommandDescription=Paprašo visų prisijungusių žaidėjų pas jus nusiteleportuoti. +tpaallCommandUsage=/<command> <player> +tpaallCommandUsage1=/<command> <player> +tpaallCommandUsage1Description=Paprašo visų žaidėjų pas jus nusiteleportuoti +tpacancelCommandDescription=Atšaukite visas neįvykdytas teleportacijos paraiškas. Nurodykite [player], kad atšauktumėte prašymus kartu su jais. tpacancelCommandUsage=/<command> [player] tpacancelCommandUsage1=/<command> +tpacancelCommandUsage1Description=Atšaukia visus neįvykdytus teleportacijos prašymus +tpacancelCommandUsage2=/<command> <player> +tpacancelCommandUsage2Description=Atšaukia visas neįvykdytas teleportacijos užklausas su nurodytu žaidėju +tpacceptCommandDescription=Priema teleportacijos prašymus. +tpacceptCommandUsage=/<command> [otherplayer] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=Priima patį ankščiausią teleportacijos prašymą +tpacceptCommandUsage2=/<command> <player> +tpacceptCommandUsage2Description=Priima teleportacijos prašymą nuo nurodyto žaidėjo +tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=Priima visus teleportacijos prašymus +tpahereCommandDescription=Paprašo, kad nurodytas žaidėjas atsiteleportuotu pas jūsų. +tpahereCommandUsage=/<command> <player> +tpahereCommandUsage1=/<command> <player> +tpahereCommandUsage1Description=Paprašo nurodyto žaidėjo, kad pas jūsų atsiteleportuotų +tpallCommandDescription=Teleportuokite visus prisijungusius žaidėjus pas kitą žaidėją. tpallCommandUsage=/<command> [player] tpallCommandUsage1=/<command> [player] +tpallCommandUsage1Description=Teleportuoja visus žaidėjus pas jus arba kitą žaidėją, jei nurodyta +tpautoCommandDescription=Automatiškai priimti teleportacijos prašymus. tpautoCommandUsage=/<command> [player] tpautoCommandUsage1=/<command> [player] +tpautoCommandUsage1Description=Perjungia, ar teleportacijos užklausos automatiškai priimamos jums arba kitam žaidėjui, jei nurodyta +tpdenyCommandDescription=Atmeta teleportacijos prašymus. tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=Atmeta naujausią teleportacijos užklausą +tpdenyCommandUsage2=/<command> <player> +tpdenyCommandUsage2Description=Atmeta nurodyto žaidėjo teleportacijos užklausą +tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=Atmeta visus teleportacijos prašymus +tphereCommandDescription=Teleportuokite žaidėją pas save. +tphereCommandUsage=/<command> <player> +tphereCommandUsage1=/<command> <player> +tphereCommandUsage1Description=Teleportuoja nurodytą žaidėją pas jus +tpoCommandDescription=Leidžia apeiti teleportacijos uždraudimą. +tpoCommandUsage=/<command> <player> [otherplayer] +tpoCommandUsage1=/<command> <player> +tpoCommandUsage1Description=Nuteleportuoja kita žaidėją pas jus, neatsižvelgiant į jų nustatymus +tpoCommandUsage2=/<command> <player> <other player> +tpoCommandUsage2Description=Nuteleportuoja pirmą nurodytą žaidėją pas kito, neatsižvelgiant į jų nustatymus +tpofflineCommandDescription=Teleportavimasis į paskutinę žinomą žaidėjo atsijungimo vietą +tpofflineCommandUsage=/<command> <player> +tpofflineCommandUsage1=/<command> <player> +tpofflineCommandUsage1Description=Teleportuoja jus į nurodyto žaidėjo atsijungimo vietą +tpohereCommandDescription=Nuteleportuoti čia neatsižvelgiant į tptoggle. +tpohereCommandUsage=/<command> <player> +tpohereCommandUsage1=/<command> <player> +tpohereCommandUsage1Description=Nuteleportuoja kita žaidėją pas jus, neatsižvelgiant į jų nustatymus +tpposCommandDescription=Nuteleportuoti į koordinates. +tpposCommandUsage=/<command> <x> <y> <z> [yaw] [pitch] [world] +tpposCommandUsage1=/<command> <x> <y> <z> [yaw] [pitch] [world] +tpposCommandUsage1Description=Teleportuoja jus į nurodytą vietą neprivalomu posvyrio, nuolydžio kampu. ir (arba) pasauliu +tprCommandDescription=Teleportuotis atsitiktinai. tprCommandUsage=/<command> tprCommandUsage1=/<command> +tprCommandUsage1Description=Teleportuoja jus į atsitiktinę vietą +tprSuccess=§6Teleportavimas į atsitiktinę vietą... tps=§6Current TPS \= {0} +tptoggleCommandDescription=Užblokuoja visas teleportacijos formas. +tptoggleCommandUsage=/<command> [player] [on|off] tptoggleCommandUsage1=/<command> [player] +tptoggleCommandUsageDescription=Perjungia, ar teleportai įjungti jums arba kitam žaidėjui, jei nurodyta tradeSignEmpty=§4The trade sign has nothing available for you. tradeSignEmptyOwner=§4There is nothing to collect from this trade sign. +treeCommandDescription=Sukurkite medį ten, kur žiūrite. +treeCommandUsage=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp> +treeCommandUsage1=/<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp> +treeCommandUsage1Description=Sukuria nurodyto tipo medį, ten kur žiūrite treeFailure=§4Tree generation failure. Try again on grass or dirt. treeSpawned=§6Tree spawned. true=§atrue§r @@ -618,17 +1365,34 @@ typeTpacancel=§6To cancel this request, type §c/tpacancel§6. typeTpaccept=§6Norint priimti teleportacija, rašykit §c/tpaccept§6. typeTpdeny=§6Norint atmesti teleportacija, rašykit §c/tpdeny§6. typeWorldName=§6You can also type the name of a specific world. +unableToSpawnItem=§4Negalima sukurti §c{0}§4; tai nėra daiktas, kurį galima sukurti. unableToSpawnMob=§4Unable to spawn mob. +unbanCommandDescription=Atblokuoja nurodytą žaidėją. +unbanCommandUsage=/<command> <player> +unbanCommandUsage1=/<command> <player> +unbanCommandUsage1Description=Atblokuoja nurodytą žaidėją +unbanipCommandDescription=Atblokuoja nurodytą IP adresą. unbanipCommandUsage=/<command> <address> unbanipCommandUsage1=/<command> <address> +unbanipCommandUsage1Description=Atblokuoja nurodytą IP adresą unignorePlayer=§6Tu daugiau nebeignoruoji§c {0} §6žaidėjo. unknownItemId=§4Nežinomas daikto ID\:§r {0}§4. unknownItemInList=§4Nežinomas daiktas {0} {1} sąraše. unknownItemName=§4Nežinomas daikto pavadinimas\: {0}. +unlimitedCommandDescription=Leidžia neribotai dėti daiktus. +unlimitedCommandUsage=/<command> <list|item|clear> [player] +unlimitedCommandUsage1=/<command> list [player] +unlimitedCommandUsage1Description=Rodo neriboto kiekio daiktų sąrašą sau arba kitam žaidėjui, jei nurodyta +unlimitedCommandUsage2=/<command> <item> [player] +unlimitedCommandUsage2Description=Perjungia, ar duotas daiktas yra neribotas jums arba kitam žaidėjui, jei nurodyta +unlimitedCommandUsage3=/<command> clear [player] +unlimitedCommandUsage3Description=Ištrina visus neribotus daiktus sau arba kitam žaidėjui, jei nurodyta unlimitedItemPermission=§4Neturite teisės neribotam kiekiui §c{0}§4. unlimitedItems=§6Unlimited items\:§r unmutedPlayer=§6Žaidėjui§c {0} §6vėl leista rašyti. unsafeTeleportDestination=Teleportavimasis yra nesaugus ir teleport-safety yra išjungtas. +unsupportedBrand=§4Šiuo metu naudojama serverio platforma neturi šios funkcijos galimybių. +unsupportedFeature=§4Ši funkcija nepalaikoma dabartinėje serverio versijoje. unvanishedReload=§4A reload has forced you to become visible. upgradingFilesError=Error while upgrading the files. uptime=§6Uptime\:§c {0} @@ -637,20 +1401,60 @@ userAFKWithMessage=§7{0} §5is currently AFK and may not respond. {1} userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}\! userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp\! userDoesNotExist=§4The user§c {0} §4does not exist. +uuidDoesNotExist=§4Vartotojas, su UUID§c {0} §4neegzistuoja. userIsAway=§7* {0} §7dabar yra AFK rėžime. userIsAwayWithMessage=§7* {0} §7dabar yra AFK rėžime. userIsNotAway=§7* {0} §7nebera AFK rėžime. +userIsAwaySelf=§7Jūs dabar esate AFK režime. +userIsAwaySelfWithMessage=§7Jūs dabar esate AFK režime. +userIsNotAwaySelf=§7Jūs nebeesate AFK. userJailed=§6Tu buvai įkalintas\! userUnknown=§4Warning\: The user ''§c{0}§4'' has never joined this server. usingTempFolderForTesting=Using temp folder for testing\: vanish=§6Vanish for {0}§6\: {1} +vanishCommandDescription=Pasislėpkite nuo kitų žaidėjų. +vanishCommandUsage=/<command> [player] [on|off] vanishCommandUsage1=/<command> [player] +vanishCommandUsage1Description=Įjungia nematomumą sau arba kitam žaidėjui jeigu nurodyta vanished=§6You are now completely invisible to normal users, and hidden from in-game commands. +versionCheckDisabled=§6Atnaujinimo tikrinimas išjungtas konfigūracijoje. +versionCustom=§6Nepavyksta patikrinti versijos\! Sukurta savarankiškai? Surinkimo informacija\: §c{0}§6. +versionDevBehind=§4Jūsų §c{0} §4EssentialsX programinė versija(-jos) yra pasenusi(-ios)\! +versionDevDiverged=§6Jūs naudojate eksperimentinę "EssentialsX" sąranką, kuri atsilieka §c{0} §6nuo naujausios "kuriamosios" sąrankos\! +versionDevDivergedBranch=§6Funkcijų šaka\: §c{0}§6. +versionDevDivergedLatest=§6Jūs naudojate naujausią EssentialsX ekspermentinę versiją\! +versionDevLatest=§6Jūs naudojate naujausią EssentialsX programinę versiją\! +versionError=§4Įvyko klaida tikrinant EssentialsX versijos informaciją\! Įskiepio buildo informacija\: §c{0}§6. +versionErrorPlayer=§6Įvyko klaida tikrinant EssentialsX versijos informaciją\! +versionFetching=§6Gaunama versijos informacija... +versionOutputVaultMissing=§4Vault nėra įdiegtas. Pokalbiai ir leidimai gali neveikti. +versionOutputFine=§6{0} versija\: §a{1} +versionOutputWarn=§6{0} versija\: §c{1} +versionOutputUnsupported=§d{0} §6versija\: §d{1} +versionOutputUnsupportedPlugins=§6Jūs naudojate §dnepalaikomus įskiepius§6\! +versionOutputEconLayer=§6Ekonomikos sluoksnis\: §r{0} versionMismatch=§4Version mismatch\! Please update {0} to the same version. versionMismatchAll=§4Version mismatch\! Please update all Essentials jars to the same version. +versionReleaseLatest=§6Jūs naudojate naujausią stabilią EssentialsX versiją\! +versionReleaseNew=§4Yra nauja EssentialsX versija galima parsisiuntimui\: §c{0}§4. +versionReleaseNewLink=§4Parsisiųskite tai čia\:§c {0} voiceSilenced=§6Tu buvai užtildytas\! +voiceSilencedTime=§6Jūsų balsas buvo nutildytas laikinai {0}\! +voiceSilencedReason=§6Tavo balsas nutildytas\! Priežastis\: §c{0} +voiceSilencedReasonTime=§6Jūsų balsas buvo užtildytas trukmei {0}\! Priežastis\: §c{1} walking=walking +warpCommandDescription=Išvardinti visus teleportacijos taškus einančius į nurodytą vietą. +warpCommandUsage=/<command> <pagenumber|warp> [player] +warpCommandUsage1=/<command> [page] +warpCommandUsage1Description=Pateikia visų pirmojo arba nurodyto puslapio teleportacijos taškų sąrašą +warpCommandUsage2=/<command> <warp> [player] +warpCommandUsage2Description=Nuteleportuoja jus arba nurodytą žaidėją į duotą teleportacijos tašką warpDeleteError=§4Problem deleting the warp file. +warpInfo=§6Teleportacijos taško informacija§c {0}§6\: +warpinfoCommandDescription=Suranda vietos informacija duotam teleportacijos taškui. +warpinfoCommandUsage=/<command> <warp> +warpinfoCommandUsage1=/<command> <warp> +warpinfoCommandUsage1Description=Pateikiama informacija apie duotą teleportacijos tašką warpingTo=§6Permetą į§c {0}§6. warpList={0} warpListPermission=§4You do not have Permission to list warps. @@ -658,7 +1462,10 @@ warpNotExist=§4Toks warp neegzistuoja. warpOverwrite=§4You cannot overwrite that warp. warps=§6Warps\:§r {0} warpsCount=§6Yra§c {0} §6teleportų. Rodomas puslapis §c{1} §6iš §c{2}§6. +weatherCommandDescription=Nustato orą. weatherCommandUsage=/<command> <storm/sun> [duration] +weatherCommandUsage1=/<command> <storm|sun> [duration] +weatherCommandUsage1Description=Nustato orus į nurodytą tipą pasirinktinai trukmei warpSet=§6Warp§c {0} §6nustatytas. warpUsePermission=§4Tu neturi teisės naudotis šiuo warp. weatherInvalidWorld=Pasaulio, pavadinimu {0} nerasta\! @@ -673,6 +1480,9 @@ whoisAFK=§6 - AFK\:§r {0} whoisAFKSince=§6 - AFK\:§r {0} (Since {1}) whoisBanned=§6 - Užblokuotas\:§r {0} whoisCommandDescription=Nustato vartotojo vardą esantį po slapyvardžiu. +whoisCommandUsage=/<command> <nickname> +whoisCommandUsage1=/<command> <player> +whoisCommandUsage1Description=Pateikiama pagrindinė informacija apie nurodytą žaidėją whoisExp=§6 - Exp\:§r {0} (Level {1}) whoisFly=§6 - Fly rėžimas\:§r {0} ({1}) whoisSpeed=§6 - Greitis\:§r {0} @@ -698,8 +1508,20 @@ workbenchCommandUsage=/<command> worldCommandDescription=Persijungti tarp pasaulių. worldCommandUsage=/<command> [world] worldCommandUsage1=/<command> +worldCommandUsage1Description=Teleportuoja į atitinkamą vietą neteryje arba pabaigos pasaulyje +worldCommandUsage2=/<command> <world> +worldCommandUsage2Description=Teleportuoja į jūsų buvimo vietą nurodytame pasaulyje worth=§aStack of {0} worth §c{1}§a ({2} item(s) at {3} each) worthCommandDescription=Apskaičiuoja daiktų vertę rankoje arba kaip nurodyta. +worthCommandUsage=/<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount] +worthCommandUsage1=/<command> <itemname> [amount] +worthCommandUsage1Description=Patikrina, kiek vertas visas (arba nurodytas kiekis, jei nurodyta) jūsų inventoriuje esančio daikto +worthCommandUsage2=/<command> hand [amount] +worthCommandUsage2Description=Patikrina, kiek vertas visas (arba nurodytas kiekis, jei nurodyta) jūsų rankose esančio daikto +worthCommandUsage3=/<command> all +worthCommandUsage3Description=Patikrina visų galimų inventoriaus daiktų vertę +worthCommandUsage4=/<command> blocks [amount] +worthCommandUsage4Description=Patikrina visų (arba nurodyto kiekio, jei nurodyta) jūsų inventoriuje esančių blokų vertę worthMeta=§aStack of {0} with metadata of {1} worth §c{2}§a ({3} item(s) at {4} each) worthSet=§6Worth value set year=metai diff --git a/Essentials/src/main/resources/messages_nl.properties b/Essentials/src/main/resources/messages_nl.properties index 86f6bc46b23..2ac87501266 100644 --- a/Essentials/src/main/resources/messages_nl.properties +++ b/Essentials/src/main/resources/messages_nl.properties @@ -214,9 +214,11 @@ deljailCommandUsage1Description=Verwijdert de gevangenis met de opgegeven naam delkitCommandDescription=Verwijdert de opgegeven kit. delkitCommandUsage=/<command> <kit> delkitCommandUsage1=/<command> <kit> +delkitCommandUsage1Description=Verwijdert de kit met de gegeven naam delwarpCommandDescription=Verwijdert de opgegeven warp. delwarpCommandUsage=/<command> <warp> delwarpCommandUsage1=/<command> <warp> +delwarpCommandUsage1Description=Verwijdert de warp met de gegeven naam deniedAccessCommand={0} was de toegang verboden tot het commando. denyBookEdit=§4Je kan dit boek niet ontgrendelen. denyChangeAuthor=§4U kunt de auteur van dit boek niet aanpassen. @@ -230,8 +232,16 @@ destinationNotSet=Bestemming niet ingesteld. disabled=uitgeschakeld disabledToSpawnMob=Het spawnen van mobs is uitgeschakeld in het configuratie bestand. disableUnlimited=§6Oneindig plaatsen van§c {0} §6uitgeschakeld voor§c {1}§6. +discordbroadcastCommandDescription=Stuurt een bericht naar het gegeven Discord-kanaal. +discordbroadcastCommandUsage1Description=Stuurt een gegeven bericht naar het gegeven Discord-kanaal +discordbroadcastInvalidChannel=§4Discord-kanaal §c{0} §4bestaat niet. +discordbroadcastPermission=§4Je hebt geen toestemming om berichten naar het §c{0}§4 kanaal te sturen. +discordbroadcastSent=§6Bericht verzonden naar §c{0}§6\! +discordCommandDescription=Stuurt de Discord-uitnodingslink naar de speler. +discordCommandLink=§6Word lid van onze Discord-server\: §c{0}§6\! discordCommandUsage=/<command> discordCommandUsage1=/<command> +discordCommandUsage1Description=Stuurt de Discord-uitnodingslink naar de speler discordCommandExecuteDescription=Voert een consolecommando uit op de Minecraft server. discordCommandExecuteArgumentCommand=Het commando om uit te voeren discordCommandExecuteReply=Commando aan het uitvoeren\: "/{0}" @@ -246,17 +256,25 @@ discordErrorLogin=Er is een fout opgetreden tijdens het inloggen op Discord, waa discordErrorNoGuildSize=Je hebt je bot nog niet toegevoegd aan een server\! Volg alsjeblieft de tutorial in de configuratie om de plugin in te stellen. discordErrorNoPerms=Je bot kan geen kanalen bekijken of in kanalen praten. Zorg er alsjeblieft voor dat je bot lees- en schrijfrechten heeft in alle kanalen die je wilt gebruiken. discordErrorNoToken=Geen token opgegeven\! Volg alsjeblieft de tutorial in de configuratie om de plugin in te stellen. +discordNoSendPermission=Kan geen bericht in het kanaal sturen \#{0} Controleer alsjeblieft of de bot de machtiging "Berichten verzenden" in dat kanaal heeft\! disposal=Vuilnisbak disposalCommandDescription=Opent een draagbaar verwijderingsmenu. disposalCommandUsage=/<command> distance=§6Afstand\: {0} dontMoveMessage=§7Beginnen met teleporteren over {0}. Niet bewegen. downloadingGeoIp=Bezig met downloaden van GeoIP database ... Dit kan een tijdje duren (country\: 1.7 MB, city\: 30MB) +dumpCreating=§6Bezig met aanmaken van server dump... +dumpDeleteKey=§6Als je deze dump later wilt verwijderen, gebruik dan de volgende verwijdersleutel\: §c{0} +dumpError=§4Fout opgetreden tijdens het aanmaken van dump §c{0}§4. +dumpUrl=§6Server dump aangemaakt\: §c{0} duplicatedUserdata=Dubbele gebruikersdata\: {0} en {1}. durability=§7Dit gereedschap kan nog §c{0}§7 gebruikt worden. east=O ecoCommandDescription=Beheert de servereconomie. ecoCommandUsage=/<command> <give|take|set|reset> <speler> <totaal> +ecoCommandUsage1Description=Geeft de gegeven speler het gegeven bedrag geld +ecoCommandUsage2=/<command> take <speler> <bedrag> +ecoCommandUsage2Description=Neemt het gegeven bedrag geld van de gegeven speler editBookContents=§eU kunt nu de inhoud van dit boek aanpassen. enabled=ingeschakeld enchantCommandDescription=Betovert het item dat de gebruiker vasthoudt. @@ -270,12 +288,16 @@ enchantments=§6Betoveringen\:§r {0} enderchestCommandDescription=Laat je in een enderkist kijken. enderchestCommandUsage=/<command> [speler] enderchestCommandUsage1=/<command> +enderchestCommandUsage1Description=Opent je enderkist enderchestCommandUsage2=/<command> <player> +enderchestCommandUsage2Description=Opent de enderkist van de opgegeven speler errorCallingCommand=Fout bij het aanroepen van het commando /{0} errorWithMessage=§cFout\:§4 {0} essentialsCommandDescription=Herlaadt EssentialsX. essentialsCommandUsage=/<command> essentialsCommandUsage1=/<command> reload +essentialsCommandUsage1Description=Herlaadt de configuratie van Essentials +essentialsCommandUsage2Description=Geeft informatie over de Essentials-versie essentialsCommandUsage3Description=Geeft informatie over welke commando''s Essentials doorstuurt essentialsCommandUsage4=/<command> debug essentialsCommandUsage4Description=Schakelt Essentials'' "debug modus" aan of uit diff --git a/Essentials/src/main/resources/messages_pl.properties b/Essentials/src/main/resources/messages_pl.properties index 6c2125d2494..1bdceadaead 100644 --- a/Essentials/src/main/resources/messages_pl.properties +++ b/Essentials/src/main/resources/messages_pl.properties @@ -7,7 +7,7 @@ addedToAccount=§a{0} zostało dodane do twojego konta. addedToOthersAccount=§a{0} zostało dodane do konta {1}§. Nowy stan konta\: {2}. adventure=Przygoda afkCommandDescription=Oznacza cię jako poza komputerem. -afkCommandUsage=/<command> [gracz/wiadomość...] +afkCommandUsage=/<command> [gracz/wiadomość…] afkCommandUsage1=/<command> [wiadomość] afkCommandUsage1Description=Przełącza twój status AFK z opcjonalnym powodem afkCommandUsage2=/<command> <gracz> [wiadomość] @@ -28,10 +28,10 @@ antiochCommandUsage=/<command> [wiadomość] anvilCommandDescription=Otwiera kowadło. anvilCommandUsage=/<command> autoAfkKickReason=Zostałeś wyrzucony z serwera za nie ruszanie się przez więcej niż {0} minut. -autoTeleportDisabled=§6Od tej pory nie będziesz automatycznie akceptował próśb o teleportację. -autoTeleportDisabledFor=§6Gracz §c{0}§6 nie akceptuje automatycznych próśb o teleportację. -autoTeleportEnabled=§6Wszystkie prośby o teleportację będą od teraz automatycznie akceptowane. -autoTeleportEnabledFor=§6Gracz §c{0}§6 automatycznie akceptuje prośby o teleportację. +autoTeleportDisabled=§6Od tej pory prośby o teleportację nie będą przyjmowane automatycznie. +autoTeleportDisabledFor=§6Gracz §c{0}§6 od tej pory nie przyjmuje próśb o teleportację automatycznie. +autoTeleportEnabled=§6Od tej pory prośby o teleportację będą przyjmowane automatycznie. +autoTeleportEnabledFor=§6Gracz §c{0}§6 od tej pory przyjmuje prośby o teleportację automatycznie. backAfterDeath=§6Użyj §c/back§6 aby powrócić do miejsca śmierci. backCommandDescription=Teleportuje cię do twojej lokalizacji przed ostatnim tp/spawn/warp. backCommandUsage=/<command> [gracz] @@ -46,7 +46,7 @@ backupDisabled=§4Zewnętrzny skrypt kopi zapasowej nie został skonfigurowany. backupFinished=§7Kopia zapasowa zakończona. backupStarted=§7Kopia zapasowa rozpoczęta. backupInProgress=§6Zewnętrzny skrypt kopii zapasowej jest w toku\! Zatrzymanie wtyczki do czasu zakończenia. -backUsageMsg=§7Powrót do poprzedniej lokacji. +backUsageMsg=§7Powrót do poprzedniego miejsca. balance=§aStan konta\:§c {0} balanceCommandDescription=Wyświetla bieżące saldo gracza. balanceCommandUsage=/<command> [gracz] @@ -61,16 +61,16 @@ balancetopCommandDescription=Wyświetla listę najwyższych sald. balancetopCommandUsage=/<command> [strona] balancetopCommandUsage1=/<command> [strona] balancetopCommandUsage1Description=Wyświetla pierwszą (lub określoną) stronę wartości górnego salda -banCommandDescription=Zbanuje gracza. +banCommandDescription=Blokuje gracza. banCommandUsage=/<command> <gracz> [powód] banCommandUsage1=/<command> <gracz> [powód] banCommandUsage1Description=Blokuje określonego gracza z opcjonalnym powodem banExempt=§4Nie możesz zbanować tego gracza. banExemptOffline=§4Nie możesz zablokować graczy offline. -banFormat=§4Zostałeś zbanowany\: {0} -banIpJoin=Twój adres IP został zbanowany na tym serwerze. Powód\: {0} +banFormat=§4Zablokowano cię\: {0} +banIpJoin=Twój adres IP został na tym serwerze zablokowany. Powód\: {0} banJoin=Zostałeś zbanowany na tym serwerze. Powód\: {0} -banipCommandDescription=Zbanuje adres IP. +banipCommandDescription=Blokuje adres IP. banipCommandUsage=/<command> <adres> [powód] banipCommandUsage1=/<command> <adres> [powód] banipCommandUsage1Description=Blokuje określony adres IP z opcjonalnym powodem @@ -98,7 +98,7 @@ bookCommandUsage2=/<command> author <autor> bookCommandUsage2Description=Ustawia autora podpisanej książki bookCommandUsage3=/<command> title <tytuł> bookCommandUsage3Description=Ustawia tytuł podpisanej książki -bookLocked=§cKsiążka jest teraz zablokowana. +bookLocked=§cTa książka jest teraz zablokowana. bookTitleSet=§7Ustawiono tytuł książki na {0} . breakCommandDescription=Zniszczy blok, na który patrzysz. breakCommandUsage=/<command> @@ -159,7 +159,7 @@ compassBearing=§6Namiar\: {0} ({1} stopni). compassCommandDescription=Opisuje twój aktualny namiar. compassCommandUsage=/<command> condenseCommandDescription=Kondensuje przedmioty w bardziej kompaktowe bloki. -condenseCommandUsage=/<command> [item] +condenseCommandUsage=/<command> [przedmiot] condenseCommandUsage1=/<command> condenseCommandUsage1Description=Zamienia przedmioty z twojego ekwipunku na bloki condenseCommandUsage2=/<command> <item> @@ -193,15 +193,15 @@ customtextCommandUsage=/<alias> - Zdefiniuj w bukkit.yml day=dzień days=dni defaultBanReason=Nie ustawiono powodu\! -deletedHomes=Wszystkie domy zostały usunięte. +deletedHomes=Usunięto wszystkie domy. deletedHomesWorld=Wszystkie domy w świecie {0} zostały usunięte. deleteFileError=Nie można usunąć pliku\: {0} deleteHome=§7Dom§c {0} §7został usunięty. deleteJail=§7Wiezienie§c {0} §7zostało usunięte. deleteKit=§6Zestaw§c {0} §6został usunięty. deleteWarp=§7Warp§c {0} §7został usunięty. -deletingHomes=Usuwanie wszystkich domów... -deletingHomesWorld=Usuwanie wszystkich domów w świecie {0}... +deletingHomes=Usuwanie wszystkich domów… +deletingHomesWorld=Usuwanie wszystkich domów w świecie {0}… delhomeCommandDescription=Usuwa dom. delhomeCommandUsage=/<command> [gracz\:]<name> delhomeCommandUsage1=/<command> <nazwa> @@ -229,7 +229,7 @@ depthAboveSea=§7Jesteś§c {0} §7blok(ów) nad poziomem morza. depthBelowSea=§7Jesteś§c {0} §7blok(ów) pod poziomem morza. depthCommandDescription=Podaje aktualną głębokość w stosunku do poziomu morza. depthCommandUsage=/depth -destinationNotSet=Cel nieokreślony. +destinationNotSet=Nie określono celu\! disabled=wyłączone disabledToSpawnMob=§4Tworzenie tego moba zostało wyłączone w pliku konfiguracyjnym. disableUnlimited=§6Wyłączono nielimitowane stawianie §c {0} §6dla§c {1}§6. @@ -265,7 +265,7 @@ discordErrorNoPrimary=Nie zdefiniowałeś kanału podstawowego lub zdefiniowany discordErrorNoPrimaryPerms=Twój bot nie może rozmawiać na podstawowym kanale \#{0}\! Upewnij się, że twój bot ma uprawnienia do odczytu i zapisu we wszystkich kanałach, z których chcesz korzystać. discordErrorNoToken=Nie podano tokenu\! Postępuj zgodnie z poradnikiem w konfiguracji, aby skonfigurować plugin. discordErrorWebhook=Wystąpił błąd podczas wysyłania wiadomości do kanału konsoli\! Było to prawdopodobnie spowodowane przypadkowym usunięciem twojego webhooka konsoli. Zazwyczaj można to naprawić, upewniając się, że Twój bot ma uprawnienia "Zarządzaj Webhookami" i uruchamiając "/ess reload". -discordLoggingIn=Próba logowania do Discorda... +discordLoggingIn=Próba logowania do Discorda… discordLoggingInDone=Pomyślnie zalogowano jako {0} discordNoSendPermission=Nie można wysłać wiadomości na kanale\: \#{0} Upewnij się, że bot ma uprawnienia "Wyślij wiadomości" w tym kanale\! discordReloadInvalid=Próbowano przeładować konfigurację EssentialsX Discord, gdy plugin jest w nieprawidłowym stanie\! Jeśli zmodyfikowałeś konfigurację, uruchom ponownie serwer. @@ -274,9 +274,9 @@ disposalCommandDescription=Otwiera przenośne menu usuwania. disposalCommandUsage=/<command> distance=§7Odległość\: {0} dontMoveMessage=§7Teleportacja nastąpi za§a {0}§7. Proszę się nie ruszać. -downloadingGeoIp=Pobieranie bazy danych GeoIP... To może zająć chwile (kraj\: 1.7 MB, miasto\: 30MB) +downloadingGeoIp=Pobieranie bazy danych GeoIP… To może zająć chwile (kraj\: 1.7 MB, miasto\: 30MB) dumpConsoleUrl=Utworzono zrzut serwera\: §c{0} -dumpCreating=§6Tworzenie zrzutu serwera... +dumpCreating=§6Tworzenie zrzutu serwera… dumpDeleteKey=§6Jeśli chcesz usunąć ten zrzut serwera w późniejszym terminie, użyj następującego klucza usuwania\: §c{0} dumpError=§4Błąd podczas tworzenia zrzutu serwera §c{0}§4. dumpErrorUpload=§4Błąd podczas wgrywania §c{0}§4\: §c{1} @@ -297,21 +297,21 @@ ecoCommandUsage4Description=Resetuje saldo określonego gracza do początkowego editBookContents=§eNie możesz teraz edytować tej książki. enabled=włączone enchantCommandDescription=Zaklina przedmiot, który trzyma gracz. -enchantCommandUsage=/<command> <nazwa enchantu> [level] -enchantCommandUsage1=/<command> <nazwa enchantu> [level] +enchantCommandUsage=/<command> <enchantmentname> [level] +enchantCommandUsage1=/<command> <nazwa zaklęcia> [poziom] enchantCommandUsage1Description=Zaklina przedmiot, który trzymasz podanym zaklęciem opcjonalnego poziomu enableUnlimited=§6Przyznano nielimitowaną ilość§c {0} §6dla {1}. enchantmentApplied=§7Ulepszenie§c {0} §7zostało przyznane przedmiotowi w twoim ręku. -enchantmentNotFound=§4Ulepszenie nie odnalezione +enchantmentNotFound=§4Nie odnaleziono zaklęcia\! enchantmentPerm=§4Nie masz zezwolenia na§c {0}§c4. -enchantmentRemoved=§7Ulepszenie§c {0} §7zostało usunięte z przedmiotu w twoim ręku.. -enchantments=§7Ulepszenia\:§r {0} +enchantmentRemoved=§6Zdjęto zaklęcie§c {0} §6 z dzierżonego przedmiotu. +enchantments=§6Zaklęcia\:§r {0} enderchestCommandDescription=Pozwala zobaczyć wnętrze skrzyni endu. enderchestCommandUsage=/<command> [gracz] enderchestCommandUsage1=/<command> -enderchestCommandUsage1Description=Otwiera twoją skrzynię endu +enderchestCommandUsage1Description=Otwiera twoją skrzynię Endu enderchestCommandUsage2=/<command> <gracz> -enderchestCommandUsage2Description=Otwiera skrzynie endu podanego gracza +enderchestCommandUsage2Description=Otwiera skrzynię Endu wybranego gracza errorCallingCommand=Błąd wywoływania polecenia /{0} errorWithMessage=§cBłąd\:§4 {0} essentialsCommandDescription=Przeładowuje EseentialsX. @@ -327,7 +327,7 @@ essentialsCommandUsage4Description=Przełącza "tryb debugowania" essentialsCommandUsage5=/<command> reset <gracz> essentialsCommandUsage5Description=Resetuje dane danego gracza essentialsCommandUsage6=/<command> cleanup -essentialsCommandUsage6Description=Czyści stare dane użytkownika +essentialsCommandUsage6Description=Usuwa stare dane użytkownika essentialsCommandUsage7=/<command> homes essentialsCommandUsage7Description=Zarządza domami użytkownika essentialsCommandUsage8=/<command> dump [all] [config] [discord] [kits] [log] @@ -384,7 +384,7 @@ fireworkCommandUsage4Description=Dodaje podany efekt do trzymanych fajerwerków fireworkEffectsCleared=§7Usunięto wszystkie efekty trzymanych w ręku fajerwerek. fireworkSyntax=§7Parametry fajerwerki\:§4 color\:<kolor> [fade\:<kolor>] [shape\:<ksztalt>] [effect\:<efekt>]\n§7By użyć wielu kolorow/efektow, oddziel wartości przecinkami\: §4red,blue,pink\n§7Ksztalty\:§4 star, ball, large, creeper, burst §7Efekty\:§4 trail, twinkle. fixedHomes=Usunięto nieprawidłowe domy. -fixingHomes=Usuwanie nieprawidłowych domów... +fixingHomes=Usuwanie nieprawidłowych domów… flyCommandDescription=Startuj i szybuj\! flyCommandUsage=/<command> [gracz] [on|off] flyCommandUsage1=/<command> [gracz] @@ -397,7 +397,7 @@ fullStackDefault=§6Twój stak został ustawiony do jego podstawowego rozmiaru fullStackDefaultOversize=§6Twój stak został ustawiony do jego maksymalnego rozmiaru §c{0}§6. gameMode=§6Zmieniłeś tryb gry {1}§6 na§c {0}§6. gameModeInvalid=§4Musisz podać prawidłowego gracza/tryb. -gamemodeCommandDescription=Zmienia tryb gry. +gamemodeCommandDescription=Zmienia tryb gry gracza. gamemodeCommandUsage=/<command> <survival|creative|adventure|spectator> [gracz] gamemodeCommandUsage1=/<command> <survival|creative|adventure|spectator> [gracz] gamemodeCommandUsage1Description=Ustawia tryb gry dla Ciebie lub innego gracza @@ -413,7 +413,7 @@ getposCommandUsage=/<command> [gracz] getposCommandUsage1=/<command> [gracz] getposCommandUsage1Description=Pobiera współrzędne Twoje lub innego gracza giveCommandDescription=Daje graczowi przedmiot. -giveCommandUsage=/<command> <gracz> <przedmiot|numerycznie> [ilość [meta_przedmiotu...]] +giveCommandUsage=/<command> <gracz> <przedmiot|numerycznie> [ilość [meta_przedmiotu…]] giveCommandUsage1=/<command> <gracz> <item> [liczba] giveCommandUsage1Description=Daje docelowemu graczowi 64 (lub określoną liczbę) określonego itemu giveCommandUsage2=/<command> <gracz> <item> <liczba> <meta> @@ -444,7 +444,7 @@ hatCommandUsage1=/<command> hatCommandUsage1Description=Ustawia twój kapelusz na aktualnie trzymany przedmiot hatCommandUsage2=/<command> remove hatCommandUsage2Description=Usuwa twój obecny kapelusz -hatCurse=§4Nie możesz zdjąć czapki z klątwą uwiązania\! +hatCurse=§4Nie można zdjąć czapki z klątwą uwiązania\! hatEmpty=§4Nie nosisz aktualnie kapelusza. hatFail=§4Musisz coś trzymać w dłoni. hatPlaced=§7Ciesz się nowym kapeluszem\! @@ -455,7 +455,7 @@ healCommandDescription=Leczy ciebie lub podanego gracza. healCommandUsage=/<command> [gracz] healCommandUsage1=/<command> [gracz] healCommandUsage1Description=Leczy ciebie albo innego gracza -healDead=§4Nie możesz uleczyć kogoś kto nie żyje\! +healDead=§4Nie możesz uleczyć kogoś, kto nie żyje\! healOther=§7Uleczono gracza {0}. helpCommandDescription=Wyświetla listę dostępnych poleceń. helpCommandUsage=/<command> [szukany termin] [strona] @@ -469,7 +469,7 @@ helpopCommandDescription=Wysyła wiadomość do aktualnie dostępnych administra helpopCommandUsage=/<command> <wiadomość> helpopCommandUsage1=/<command> <wiadomość> helpopCommandUsage1Description=Wysyła daną wiadomość do wszystkich adminów online -holdBook=§4Nie trzymasz napisanej książki. +holdBook=§4Nie trzymasz książki, w której dałoby się pisać. holdFirework=§4Musisz trzymać fajerwerke by dodać efekt. holdPotion=§4Musisz trzymać miksture, by dodać do niej efekt. holeInFloor=§4Kosmos @@ -484,15 +484,15 @@ homeConfirmation=§6Masz już dom o nazwie §c{0}§6\! Aby go nadpisać, wpisz p homeSet=§7Dom został ustawiony. hour=godzina hours=godzin -ice=§7Zimno ci... -iceCommandDescription=Schłodzi gracza. +ice=§7Zimno ci… +iceCommandDescription=Schładza gracza. iceCommandUsage=/<command> [gracz] iceCommandUsage1=/<command> -iceCommandUsage1Description=Schłodzi cię +iceCommandUsage1Description=Schładza cię iceCommandUsage2=/<command> <gracz> -iceCommandUsage2Description=Schłodzi danego gracza +iceCommandUsage2Description=Schładza wybranego gracza iceCommandUsage3=/<command> * -iceCommandUsage3Description=Schłodzi wszystkich graczy online +iceCommandUsage3Description=Schładza wszystkich dostępnych graczy iceOther=§6Schładzanie gracza§c {0}§6. ignoreCommandDescription=Ignoruj lub odignoruj innych graczy. ignoreCommandUsage=/<command> <gracz> @@ -506,7 +506,7 @@ infoAfterDeath=§6Umarłeś w świecie §e{0} §6na koordynatach §e{1}, {2}, {3 infoChapter=§7Wybierz rozdział\: infoChapterPages=§e ---- §6{0} §e--§6 Strona §c{1}§6 z §c{2} §e---- infoCommandDescription=Pokazuje informacje ustawione przez właściciela serwera. -infoCommandUsage=/<command> [chapter] [page] +infoCommandUsage=/<command> [rozdział] [strona] infoPages=§e ---- §7{2} §e--§7 Strona §c{0}§7/§c{1} §e---- infoUnknownChapter=§4Nieznany rozdział. insufficientFunds=§4Nie posiadasz wystarczających środków. @@ -527,18 +527,18 @@ invalidWorld=§4Nieprawidłowy świat. inventoryClearFail=§4Gracz§c {0} §4nie posiada §c{1}§4 קc {2}§4. inventoryClearingAllArmor=§6Wyczyszczono zbroję oraz wszystkie przedmioty z ekwipunku {0}§6.  inventoryClearingAllItems=§6Wyczyszczono ekwipunek gracza§c {0}§6. -inventoryClearingFromAll=§6Czyszczenie ekwipunków wszystkich graczy... +inventoryClearingFromAll=§6Czyszczenie ekwipunków wszystkich graczy… inventoryClearingStack=§6Usunięto §c{0}§6 קc {1} §6z ekwipunku gracza §c {2}§6. invseeCommandDescription=Zobacz ekwipunek innych graczy. invseeCommandUsage=/<command> <gracz> invseeCommandUsage1=/<command> <gracz> -invseeCommandUsage1Description=Otwiera ekwipunek określonego gracza +invseeCommandUsage1Description=Otwiera ekwipunek danego gracza is=jest isIpBanned=§7IP §c{0} §7jest zbanowany. internalError=§cAn internal error occurred while attempting to perform this command. itemCannotBeSold=§rNie możesz sprzedać tego przedmiotu serwerowi. -itemCommandDescription=Zespawnuj przedmiot. -itemCommandUsage=/<command> <item|id> [ilość [itemmeta...]] +itemCommandDescription=Przywołaj przedmiot. +itemCommandUsage=/<command> <item|id> [ilość [itemmeta…]] itemCommandUsage1=/<command> <item> [liczba] itemCommandUsage1Description=Daje Ci pełny stack (lub określoną liczbę) określonego przedmiotu itemCommandUsage2=/<command> <item> <liczba> <meta> @@ -552,7 +552,7 @@ itemloreCommandUsage1Description=Dodaje dany tekst na końcu lore''u przedmiotu itemloreCommandUsage2=/<command> set <numer linii> <tekst> itemloreCommandUsage2Description=Ustawia określoną linię lore''u trzymanego przedmiotu na podany tekst itemloreCommandUsage3=/<command> clear -itemloreCommandUsage3Description=Czyści lore trzymanego przedmiotu +itemloreCommandUsage3Description=Wymazuje opis trzymanego przedmiotu itemloreInvalidItem=§4Musisz trzymać przedmiot, aby edytować jego opis. itemloreNoLine=§4Twój trzymany przedmiot nie zawiera opisu w linii §c{0}§4. itemloreNoLore=§4Twój przedmiot nie ma żadnego opisu. @@ -589,6 +589,8 @@ jailList=§6Więzienia\:§r {0} jailMessage=§4Za każde przewinienie czeka cię kara. jailNotExist=§4Nie ma takiego więzienia. jailNotifyJailed=§6Gracz§c {0} §6został wtrącony do więzienia przez gracza §c{1}§6. +jailNotifyJailedFor=§6Gracz§c {0} §6został uwięziony na§c {1}§6przez gracza §c{2}§6. +jailNotifySentenceExtended=§6Gracz §c{2}§6 przedłużył czas uwięzienia gracza§c{0} do §c{1}. jailReleased=§7Gracz §c{0}§7 został wypuszczony z więzienia. jailReleasedPlayerNotify=§7Zostałeś zwolniony\! jailSentenceExtended=§7Czas pobytu w więzieniu zwiększono do\: {0} @@ -596,7 +598,7 @@ jailSet=§7Stworzyłeś więzienie §c{0}§7. jailWorldNotExist=§4Świat tego więzienia nie istnieje. jumpEasterDisable=§7Tryb latającego czarodzieja wyłączony. jumpEasterEnable=§7Tryb latającego czarodzieja włączony. -jailsCommandDescription=Lista wszystkich Jailów. +jailsCommandDescription=Ukazuje spis wszystkich więzień. jailsCommandUsage=/<command> jumpCommandDescription=Przeskocz do najbliższego widocznego bloku. jumpCommandUsage=/<command> @@ -605,7 +607,7 @@ kickCommandDescription=Wyrzuca wybranego gracza z podaniem powodu. kickCommandUsage=/<command> <gracz> [powód] kickCommandUsage1=/<command> <gracz> [powód] kickCommandUsage1Description=Wyrzuca określonego gracza z opcjonalnym powodem -kickDefault=Zostałeś wyrzucony z serwera. +kickDefault=Wyrzucono cię z serwera. kickedAll=§4Wyrzucono wszystkich graczy z serwera kickExempt=§4Nie możesz wyrzucić tej osoby. kickallCommandDescription=Wyrzuca wszystkich graczy z serwera z wyjątkiem osoby wykonującej to polecenie. @@ -621,7 +623,7 @@ killExempt=§4Nie możesz zabić {0} kitCommandDescription=Uzyskuje określony zestaw lub wyświetla wszystkie dostępne zestawy. kitCommandUsage=/<command> [zestaw] [gracz] kitCommandUsage1=/<command> -kitCommandUsage1Description=Lista wszystkich dostępnych zestawów +kitCommandUsage1Description=Ukazuje spis wszystkich dostępnych zestawów kitCommandUsage2=/<command> <zestaw> [gracz] kitCommandUsage2Description=Daje określony zestaw Tobie lub innemu graczowi kitContains=§6Zestaw §c{0} §6zawiera\: @@ -634,7 +636,7 @@ kitGiveTo=§6Przyznano {1}§6 zestaw§c {0}§6. kitInvFull=§4Twój ekwipunek jest pełen, zestaw został wyrzucony na podłoge. kitInvFullNoDrop=§4W Twoim ekwipunku nie ma miejsca na ten zestaw. kitItem=§6- §f{0} -kitNotFound=§4Ten zestaw nie istnieje . +kitNotFound=§4Ten zestaw nie istnieje. kitOnce=§4Nie możesz użyć tego zestawu ponownie. kitReceive=§7Otrzymałeś zestaw§c {0}§7. kitReset=§7Zerować czas odnowienia dla zestawu §c{0}§7. @@ -671,7 +673,7 @@ localFormat=[L]<{0}> {1} loomCommandDescription=Otwiera krosno. loomCommandUsage=/<command> mailClear=§6Aby oznaczyć swoją pocztę jako przeczytaną, wpisz§c /mail clear§6. -mailCleared=§7Skrzynka opróżniona\!\! +mailCleared=§6Opróżniono skrzynkę\! mailClearIndex=§4Musisz podać liczbę pomiędzy 1-{0}. mailCommandDescription=Zarządza pocztą między graczami i na serwerze. mailCommandUsage=/<command> [read|clear|clear [numer]|send [do] [wiadomość]|sendtemp [do] [expire time] [wiadomość]|sendall [wiadomość]] @@ -685,6 +687,8 @@ mailCommandUsage4=/<command> sendall <wiadomość> mailCommandUsage4Description=Wysyła wszystkim graczom podaną wiadomość mailCommandUsage5=/<command> sendtemp <gracz> <czas ważności> <wiadomość> mailCommandUsage5Description=Wysyła określonemu graczowi wiadomość, która wygaśnie w określonym czasie +mailCommandUsage6=/<command> sendtempall <czas wygaśnięcia> <wiadomość> +mailCommandUsage6Description=Wysyła wszystkim graczom podaną wiadomość. Wiadomość ta wygaśnie po określonym czasie mailDelay=Zbyt dużo maili zostało wysłane w czasie ostaniej minuty. Maksymalna ilość\: {0} mailFormatNew=§6[§r{0}§6] §6[§r{1}§6] §r{2} mailFormatNewTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §r{2} @@ -692,7 +696,7 @@ mailFormatNewRead=§6[§r{0}§6] §6[§r{1}§6] §7§o{2} mailFormatNewReadTimed=§6[§e⚠§6] §6[§r{0}§6] §6[§r{1}§6] §7§o{2} mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} -mailSent=§7Wiadomosc wysłana\! +mailSent=§6Wysłano wiadomość\! mailSentTo=§c{0}§6 wysłał maila\: mailSentToExpire=Do §c{0}§6 wysłano następującego maila, który wygaśnie w §c{1}§6\: mailTooLong=§4Wiadomość mail jest zbyt długa. Postaraj się utrzymać ją poniżej 1000 znaków. @@ -705,13 +709,13 @@ mayNotJailOffline=§4Nie możesz więzić graczy będących offline. meCommandDescription=Opisuje akcję w kontekście gracza. meCommandUsage=/<command> <opis> meCommandUsage1=/<command> <opis> -meCommandUsage1Description=Opisuje akcję +meCommandUsage1Description=Opisuje zdarzenie meSender=ja meRecipient=ja minimumBalanceError=§4Minimalne saldo jakie może mieć użytkownik to {0}. minimumPayAmount=§cMinimalna kwota, jaką możesz zapłacić, to {0}. minute=minuta -minutes=minut +minutes=min missingItems=§4Nie posiadasz {0}x {1}. mobDataList=§6Prawidłowe dane moba\:§r {0} mobsAvailable=§7Moby\: {0} @@ -720,15 +724,15 @@ mobSpawnLimit=Ilość mobów ograniczona do limitu serwera. mobSpawnTarget=§4Blok musi być spawnerem. moneyRecievedFrom=§6Odebrano §a{0}§6 od gracza§a {1}§6. moneySentTo=§a{0} zostało wysłane do {1} -month=miesiac -months=miesięcy +month=miesiąc +months=mies. moreCommandDescription=Wypełnia stack przedmiotów w dłoni do określonej ilości lub do maksymalnego rozmiaru, jeśli nie jest określony. moreCommandUsage=/<command> [liczba] moreCommandUsage1=/<command> [liczba] moreCommandUsage1Description=Wypełnia stack przedmiotów w dłoni do określonej ilości lub do maksymalnego rozmiaru, jeśli nie podano moreThanZero=§4Ilość musi być większa niż 0. motdCommandDescription=Wyświetla MOTD. -motdCommandUsage=/<command> [chapter] [page] +motdCommandUsage=/<command> [rozdział] [strona] moveSpeed=§6Zmieniono prędkość§c {0}§6 gracza§c {1} §6na §c{2}§6. msgCommandDescription=Wysyła prywatną wiadomość do określonego gracza. msgCommandUsage=/<command> <do> <wiadomość> @@ -775,7 +779,7 @@ nearCommandUsage4=/<command> <gracz> <promień> nearCommandUsage4Description=Wyświetla listę wszystkich graczy w danym promieniu od określonego gracza nearbyPlayers=§7Gracze w pobliżu\:§r {0} negativeBalanceError=§4Gracz nie może mieć ujemnego stanu konta. -nickChanged=§7Nick gracza został zmieniony. +nickChanged=§6Zmieniono pseudonim gracza. nickCommandDescription=Zmień swój pseudonim lub pseudonim innego gracza. nickCommandUsage=/<command> [gracz] <nazwa|off> nickCommandUsage1=/<command> <nazwa> @@ -788,20 +792,20 @@ nickCommandUsage4=/<command> <gracz> off nickCommandUsage4Description=Usuwa nick podanego gracza nickDisplayName=§4Musisz włączyć change-displayname w konfiguracji EssentialsX. nickInUse=§4Ten pseudonim jest już w użyciu. -nickNameBlacklist=§4Ten pseudonim jest zabroniony. +nickNameBlacklist=§4Wybrany pseudonim jest niedozwolony. nickNamesAlpha=§4Pseudonimy muszą być alfanumeryczne. nickNamesOnlyColorChanges=§4Tylko kolory pseudonimów mogą zostać zmienione. nickNoMore=§7Nie masz już pseudonimu. -nickSet=§6Twój nowy nick\: §c{0}§6. +nickSet=§6Twój pseudonim to od teraz „§c{0}§6”. nickTooLong=§4Ten pseudonim jest za długi. noAccessCommand=§4Nie masz dostępu do tego polecenia. noAccessPermission=§4Nie jesteś uprawniony do dostępu do tego {0}. noAccessSubCommand=§4Nie masz dostępu do §c{0}§4. noBreakBedrock=§4Nie masz uprawnień do niszczenia bedrocka. noDestroyPermission=§4Nie jesteś uprawniony do niszczenia tego {0}. -northEast=NE -north=N -northWest=NW +northEast=Płn.-wsch. +north=Płn. +northWest=Płn.-zach. noGodWorldWarning=§4Uwaga\! Godmode jest wyłączony w tym świecie\!. noHomeSetPlayer=§7Gracz nie ma ustawionego domu. noIgnored=§7Nikogo nie ignorujesz. @@ -826,7 +830,7 @@ noPermToSpawnMob=§4Nie masz uprawnień do tworzenia tego moba.. noPlacePermission=§4Nie masz uprawnień do stawiania bloku koło tego znaku.. noPotionEffectPerm=§4Nie masz uprawnień by dodać efekt §c{0} §4tej miksturze. noPowerTools=§7Nie masz przypisanego żadnego power tool. -notAcceptingPay=§4{0} §4ma wyłączone płatności. +notAcceptingPay=§4{0} §4nie przyjmuje wpłat. notAllowedToQuestion=§4Nie możesz zadać tego pytania. notAllowedToShout=§4Nie możesz mówić gromko. notEnoughExperience=§4Nie masz wystarczająco dużo doswiadczenia. @@ -838,15 +842,15 @@ noWarpsDefined=§7Nie ma żadnych warpów. nuke=§5Niech smierć pochłonie cały świat\! nukeCommandDescription=Niech spadnie na nich deszcz śmierci. nukeCommandUsage=/<command> [gracz] -nukeCommandUsage1=/<command> [players...] +nukeCommandUsage1=/<command> [gracze…] nukeCommandUsage1Description=Wysyła bombę nuklearną na wszystkich graczy lub podanych graczy numberRequired=Tutaj powinna być liczba, gluptasie. onlyDayNight=/time obsługuje tylko day/night. onlyPlayers=§4Tylko gracze będący w grze mogą użyć {0}. onlyPlayerSkulls=§4Możesz tylko zmieniać właściciela głowy gracza (397\:3). onlySunStorm=§4/weather obsługuje tylko sun/storm. -openingDisposal=§6Otwieranie menu kosza... -orderBalances=Pobieram fundusze {0} graczy, proszę czekać ... +openingDisposal=§6Otwieranie menu kosza… +orderBalances=Pobieram fundusze {0} graczy, proszę czekać… oversizedMute=§4Nie możesz wyciszyć gracza na czas, który wyznaczyłeś. oversizedTempban=§4Nie możesz teraz zbanować tego gracza. passengerTeleportFail=§4Nie możesz się teleportować, kiedy kogoś nosisz. @@ -858,16 +862,14 @@ payConfirmToggleOff=§6Nie będziesz już proszony o potwierdzenie płatności. payConfirmToggleOn=§6Będziesz poproszony o potwierdzenie płatności. payDisabledFor=§7Wyłączono akceptowanie płatności dla §c{0}§7. payEnabledFor=§7Włączono akceptowanie płatności dla §c{0}§7. -payMustBePositive=§4Kwota płatności musi być dodatnia. +payMustBePositive=§4Wartość wpłaty musi być dodatnia. payOffline=§4Nie możesz płacić użytkownikom offline. -payToggleOff=§6Wyłączono możliwość akceptacji wpłat. -payToggleOn=§6Akceptujesz już wpłaty. -payconfirmtoggleCommandDescription=Przełącza, czy zostaniesz poproszony o potwierdzenie płatności. +payToggleOff=§6Od tej chwili nie przyjmujesz wpłat. +payToggleOn=§6Od tej chwili przyjmujesz wpłaty. payconfirmtoggleCommandUsage=/<command> -paytoggleCommandDescription=Przełącza, czy akceptujesz płatności. +paytoggleCommandDescription=Ustala, czy przyjmujesz wpłaty. paytoggleCommandUsage=/<command> [gracz] paytoggleCommandUsage1=/<command> [gracz] -paytoggleCommandUsage1Description=Przełącza, jeśli Ty lub inny gracz, akceptujecie płatności pendingTeleportCancelled=§4Oczekujące zapytanie teleportacji odrzucone. pingCommandDescription=Pong\! pingCommandUsage=/<command> @@ -887,9 +889,14 @@ playerTempBanned=§6Gracz §c{0}§6 tymczasowo zbanował §c{1}§6 na §c{2}§6\ playerUnbanIpAddress=§6Gracz§c {0} §6odbanował IP\:§c {1} playerUnbanned=§6Gracz§c {0} §6odbanował gracza§c {1} playerUnmuted=§7Twój głos został przywrócony. +playtimeCommandDescription=Pokazuje czas spędzony na grze playtimeCommandUsage=/<command> [gracz] playtimeCommandUsage1=/<command> +playtimeCommandUsage1Description=Pokazuje twój czas spędzony w grze playtimeCommandUsage2=/<command> <gracz> +playtimeCommandUsage2Description=Pokazuje czas gry określonego gracza +playtime=§7Czas gry\:§c {0} +playtimeOther=§6Czas gry gracza {1}§6\:§c {0} pong=Pong\! posPitch=§7Pitch\: {0} (Kierunek głowy) possibleWorlds=§6Możliwe światy to numery od 0 do {0}. @@ -1003,7 +1010,7 @@ repairCommandUsage=/<command> [hand|all] repairCommandUsage1=/<command> repairCommandUsage1Description=Naprawia trzymany przedmiot repairCommandUsage2=/<command> all -repairCommandUsage2Description=Naprawia wszystkie przedmioty w twoim ekwipunku +repairCommandUsage2Description=Naprawia wszystkie przedmioty w ekwipunku repairEnchanted=§4Nie masz uprawnień na naprawiania ulepszonych przedmiotów. repairInvalidType=§4Ten przedmiot nie może byc naprawiony. repairNone=§4Żadne twoje przedmioty nie potrzebują naprawy. @@ -1012,15 +1019,18 @@ replyLastRecipientDisabled=§6Odpowiadanie na wiadomość ostatniego odbiorcy wi replyLastRecipientDisabledFor=§6Odpowiadanie na wiadomość ostatniego odbiorcy wiadomości zostało §cwyłączone §6na §c{0}§6. replyLastRecipientEnabled=§6Odpowiadanie na wiadomość ostatniego odbiorcy wiadomości zostało §cwłączone§6. replyLastRecipientEnabledFor=§6Odpowiadanie na wiadomość ostatniego odbiorcy wiadomości zostało §cwłączone §6na §c{0}§6. -requestAccepted=§7Prośba o teleportacje - zaakceptowano. -requestAcceptedAuto=§6Automatycznie zaakceptowano prośbę o teleportację od gracza {0}. -requestAcceptedFrom=§c{0} §6zaakceptował twoją prośbę o teleportację. -requestAcceptedFromAuto=§6Gracz §c{0} §6automatycznie zaakceptował twoją prośbę o teleportację. -requestDenied=§7Prośba o teleportacje - odrzucona. +requestAccepted=§7Przyjęto prośbę o teleportację. +requestAcceptedAll=§6Przyjęto oczekujące prośby o teleportację (§c{0})§6. +requestAcceptedAuto=§6Automatycznie przyjęto prośbę o teleportację od gracza {0}. +requestAcceptedFrom=§6Gracz §c{0} §6przyjął twoją prośbę o teleportację. +requestAcceptedFromAuto=§6Gracz §c{0} §6automatycznie przyjął twoją prośbę o teleportację. +requestDenied=§7Odrzucono prośbę o teleportację. +requestDeniedAll=§7Odrzucono oczekujące wnioski o teleportację\: §c{0} §7. requestDeniedFrom=§c{0} §7odrzucił twoją prośbę o teleportacje. requestSent=§7Twoja prośba o teleportacje została wyslana do§c {0}§7. requestSentAlready=§4Wysłałeś już prośbę o teleportacje do {0}§4. -requestTimedOut=§7Prośba o teleportacje - przedawniona. +requestTimedOut=§7Prośba o teleportację wygasła. +requestTimedOutFrom=§4Przedawniła się prośba o teleportację od gracza §c{0}. resetBal=§6Saldo zostało zresetowane na §a{0} §6dla wszystkich graczy będących online. resetBalAll=§6Saldo zostało zresetowane na §a{0} §6dla wszystkich graczy. rest=&7Czujesz się dobrze wypoczęty. @@ -1033,7 +1043,7 @@ returnPlayerToJailError=§4Wystąpił błąd podczas powracania gracza§c {0} § rtoggleCommandDescription=Zmień, czy odbiorca odpowiedzi jest ostatnim odbiorcą czy ostatnim nadawcą rtoggleCommandUsage=/<command> [gracz] [on|off] rulesCommandDescription=Wyświetla regulamin serwera. -rulesCommandUsage=/<command> [chapter] [page] +rulesCommandUsage=/<command> [rozdział] [strona] runningPlayerMatch=§7Wyszukiwanie pasujących graczy §c{0}§7 (to może chwilę potrwać) second=sekunda seconds=sekund @@ -1068,7 +1078,7 @@ serverUnsupportedMods=Używasz serwera, który nie obsługuje poprawnie wtyczek setBal=§aTwój stan konta ustawiono na {0}. setBalOthers=§aUstawiłeś saldo {0}§a na {1}. setSpawner=§6Zmieniono typ spawnera na§c {0} -sethomeCommandDescription=Ustaw swój dom na bieżącą lokalizację. +sethomeCommandDescription=Ustaw swój dom w bieżącym miejscu. sethomeCommandUsage=/<command> [[gracz\:]nazwa] sethomeCommandUsage1=/<command> <nazwa> sethomeCommandUsage1Description=Ustawia twój dom o podanej nazwie w Twojej lokalizacji @@ -1104,7 +1114,7 @@ shoutDisabledFor=§6Tryb gromki §cwyłączony §6dla gracza §c{0}§6. shoutEnabled=§6Tryb gromki §czałączony§6. shoutEnabledFor=§6Tryb gromki §czałączony §6dla gracza §c{0}§6. shoutFormat=§7[Gromko]§r {0} -editsignCommandClear=§7Znak wyczyszczony. +editsignCommandClear=§7Wymazano treść tabliczki. editsignCommandClearLine=§7Usunięto linię§c {0}§7. showkitCommandDescription=Pokaże zawartość zestawu. showkitCommandUsage=/<command> <nazwa zestawu> @@ -1160,7 +1170,7 @@ spawnerCommandDescription=Zmień typ potwora spawnera. spawnerCommandUsage=/<command> <mob> [odstęp] spawnerCommandUsage1=/<command> <mob> [odstęp] spawnerCommandUsage1Description=Zmienia typ potwora (i opcjonalnie opóźnienie) spawnera, na który patrzysz -spawnmobCommandDescription=Przywołuje potwora. +spawnmobCommandDescription=Przyzywa stworzenie. spawnmobCommandUsage=/<command> <mob>[\:data][,<mount>[\:data]] [liczba] [gracz] spawnmobCommandUsage1=/<command> <mob>[\:data] [liczba] [gracz] spawnmobCommandUsage1Description=Tworzy jeden (lub określoną ilość) danego moba w Twojej lokalizacji (lub innego gracza) @@ -1189,9 +1199,9 @@ suicideSuccess=§c{0} dokonał zamachu na swoje życie survival=Przetrwanie takenFromAccount=§e{0}§a zostało pobrane z twojego konta. takenFromOthersAccount=§e{0}§a zostało pobrane z konta gracza §e {1}§a. Nowy stan konta\:§e {2} -teleportAAll=§7Prośbe o teleportacje - wysłano do wszystkich graczy. +teleportAAll=§7Wysłano prośbę o teleportację wszystkim graczom… teleportAll=§7Teleportowano wszystkich graczy. -teleportationCommencing=§7Teleport rozgrzewa się... +teleportationCommencing=§7Teleport rozgrzewa się… teleportationDisabled=§6Teleportacja wyłączona. teleportationDisabledFor=§6Teleportacja wyłączona dla {0}. teleportationDisabledWarning=§6Musisz zezwolić na teleportację, aby inni gracze mogli się do ciebie teleportować. @@ -1201,7 +1211,7 @@ teleportAtoB=§6Zostałeś przeteleportowany przez §c{0}§6 do {1}§6. teleportDisabled=§c{0} §4ma zdezaktywowana teleportacje. teleportHereRequest=§c{0}§7 cię prosi, żebyś się do niego przeteleportował. teleportHome=§6Trwa teleportacja do domu §c{0}§6. -teleporting=§7Teleportacja... +teleporting=§7Teleportacja… teleportInvalidLocation=Wartość koordynatów nie może przekroczyć 30000000 teleportNewPlayerError=§4Błąd przy teleportowniu nowego gracza. teleportNoAcceptPermission=§c{0} §4nie ma uprawnień do przyjmowania próśb o teleportacje. @@ -1216,12 +1226,12 @@ teleportOffline=§6Gracz §c{0}§6 nie jest obecnie dostępny. Możesz się do n tempbanExempt=§4Nie możesz tymczasowo zbanować tego gracza. tempbanExemptOffline=§4Nie możesz tymczasowo zablokować graczy offline. tempbanJoin=Jesteś zbanowany na tym serwerze na {0}. Powód\: {1} -tempBanned=§cZostałeś czasowo zbanowany na§r {0}\:\n§r{2} -tempbanCommandDescription=Tymczasowo zbanuje użytkownika. +tempBanned=§cZablokowano cię czasowo na§r {0}\:\n§r{2} +tempbanCommandDescription=Tymczasowo blokuje użytkownika. tempbanCommandUsage=/<command> <nick> <czas> [powód] tempbanCommandUsage1=/<command> <gracz> <długość> [powód] tempbanCommandUsage1Description=Banuje danego gracza na określony czas z opcjonalnym powodem -tempbanipCommandDescription=Tymczasowo zbanuje adres IP. +tempbanipCommandDescription=Tymczasowo blokuje adres IP. tempbanipCommandUsage=/<command> <nick> <czas> [powód] tempbanipCommandUsage1=/<command> <player|ip-address> <czas> [powód] tempbanipCommandUsage1Description=Blokuje podany adres IP na określoną ilość czasu z opcjonalnym powodem @@ -1280,10 +1290,14 @@ tpacancelCommandUsage1=/<command> tpacancelCommandUsage1Description=Anuluje wszystkie Twoje oczekujące żądania teleportacji tpacancelCommandUsage2=/<command> <gracz> tpacancelCommandUsage2Description=Anuluje wszystkie twoje prośby o teleportację do określonego gracza +tpacceptCommandDescription=Przyjmuje prośby o teleportację. tpacceptCommandUsage=/<command> [inny gracz] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=Przyjmuje ostatnią prośbę o teleportację tpacceptCommandUsage2=/<command> <gracz> +tpacceptCommandUsage2Description=Przyjmuje prośbę o teleportację od danego gracza tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=Przyjmuje wszystkie prośby o teleportację tpahereCommandDescription=Poproś, aby określony gracz teleportował się do ciebie. tpahereCommandUsage=/<command> <gracz> tpahereCommandUsage1=/<command> <gracz> @@ -1292,14 +1306,18 @@ tpallCommandDescription=Teleportuj wszystkich graczy online do innego gracza. tpallCommandUsage=/<command> [gracz] tpallCommandUsage1=/<command> [gracz] tpallCommandUsage1Description=Teleportuje wszystkich graczy do ciebie lub innego gracza -tpautoCommandDescription=Automatycznie akceptuj prośby o teleportację. +tpautoCommandDescription=Włącza automatycznie przyjmowanie próśb o teleportację. tpautoCommandUsage=/<command> [gracz] tpautoCommandUsage1=/<command> [gracz] tpautoCommandUsage1Description=Przełącza automatyczne akceptowanie próśb o teleport dla Ciebie lub innego gracza +tpdenyCommandDescription=Odrzuca prośby o teleportację. tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=Odrzuci najnowszą prośbę o teleport tpdenyCommandUsage2=/<command> <gracz> +tpdenyCommandUsage2Description=Odrzuci prośbę o teleportację od określonego gracza tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=Odrzuci wszystkie prośby o teleportację tphereCommandDescription=Teleportuje gracza do ciebie. tphereCommandUsage=/<command> <gracz> tphereCommandUsage1=/<command> <gracz> @@ -1325,8 +1343,8 @@ tpposCommandUsage1Description=Teleportuje cię do określonej lokalizacji w opcj tprCommandDescription=Teleportuje losowo. tprCommandUsage=/<command> tprCommandUsage1=/<command> -tprCommandUsage1Description=Teleportuje cię do losowej lokalizacji -tprSuccess=§7Teleportowanie do losowej lokalizacji... +tprCommandUsage1Description=Teleportuje cię w przypadkowe miejsce +tprSuccess=§7Teleportowanie w przypadkowe miejsce… tps=§7Aktualne TPS \= {0} tptoggleCommandDescription=Blokuje wszystkie formy teleportacji. tptoggleCommandUsage=/<command> [gracz] [on|off] @@ -1342,7 +1360,7 @@ treeFailure=§4Utworzenie drzewa nie powiodło sie, spróbuj na trawie lub ziemi treeSpawned=§7Stworzono drzewo. true=§2tak§r typeTpacancel=§6Aby anulować teleport, wpisz §c/tpacancel§6. -typeTpaccept=§7Aby zaakceptować teleport, wpisz §c/tpaccept§7. +typeTpaccept=§7Aby się przeteleportować, wykonaj polecenie §c/tpaccept§7. typeTpdeny=§7Aby odmówić teleportacji, wpisz §c/tpdeny§7. typeWorldName=§7możesz również wpisac nazwe danego świata. unableToSpawnItem=§4Nie można przywołać §c{0}§4; ten przedmiot nie może zostać przywołany. @@ -1406,7 +1424,7 @@ versionDevDivergedLatest=§6Używasz aktualnej wersji eksperymentalnej Essential versionDevLatest=§6Używasz najnowszą wersję programistyczną EssentialsX\! versionError=§4Wystąpił błąd podczas pobierania informacji o wersji EssentialsX\! Informacje o kompilacji\: §c{0}§6. versionErrorPlayer=§6Wystąpił błąd podczas sprawdzania informacji o wersji EssentialsX\! -versionFetching=§7Pobieranie informacji o wersji... +versionFetching=§7Pobieranie informacji o wersji… versionOutputVaultMissing=§4Plugin Vault nie jest zainstalowany. Chat i uprawnienia mogą nie działać. versionOutputFine=§6{0} wersja\: §a{1} versionOutputWarn=§6{0} wersja\: §c{1} diff --git a/Essentials/src/main/resources/messages_pt_BR.properties b/Essentials/src/main/resources/messages_pt_BR.properties index 524cb4c4620..90e5540c4ab 100644 --- a/Essentials/src/main/resources/messages_pt_BR.properties +++ b/Essentials/src/main/resources/messages_pt_BR.properties @@ -39,7 +39,7 @@ backCommandUsage1=/<command> backCommandUsage1Description=Teletransporta você para sua localização anterior backCommandUsage2=/<command> <jogador> backCommandUsage2Description=Teletransporta o jogador especificado para a sua localização anterior -backOther=§Enviando §c {0}§6 ao local anterior. +backOther=§6Enviando §c {0}§6 ao local anterior. backupCommandDescription=Executa o backup, caso esteja configurado. backupCommandUsage=/<command> backupDisabled=§4Um script externo de backup não foi configurado. diff --git a/Essentials/src/main/resources/messages_ro.properties b/Essentials/src/main/resources/messages_ro.properties index 984a1366993..3c2f2cf2d1b 100644 --- a/Essentials/src/main/resources/messages_ro.properties +++ b/Essentials/src/main/resources/messages_ro.properties @@ -7,11 +7,11 @@ addedToAccount=§a{0} au fost adaugati in contul tau. addedToOthersAccount=§a{0} au fost adaugati in contul lui {1}§a. Balanta noua\: {2} adventure=aventură afkCommandDescription=Te marcheaza ca si plecat de la tastatura. -afkCommandUsage=/<comandă> [jucător/mesaj...] -afkCommandUsage1=/<comandă> <mesaj> -afkCommandUsage1Description=Activează/dezactivează starea afk cu un motiv opțional -afkCommandUsage2=/<comandă> <jucător> [mesaj] -afkCommandUsage2Description=Activează/dezactivează starea afk a jucătorului specificat cu un motiv opțional +afkCommandUsage=/<comanda> [jucator/mesaj...] +afkCommandUsage1=/<comanda> <mesaj> +afkCommandUsage1Description=Activeaza/dezactiveaza starea afk cu un motiv optional +afkCommandUsage2=/<comanda> <jucator> [mesaj] +afkCommandUsage2Description=Activeaza/dezactiveaza starea afk a jucatorului specificat cu un motiv optional alertBroke=stricat\: alertFormat=§3[{0}] §r {1} §6 {2} la\: {3} alertPlaced=situat\: @@ -24,58 +24,76 @@ antiBuildInteract=§4Nu ai permisiunea să interactionezi cu§c {0}§4. antiBuildPlace=§4Nu ai permisiunea să plasezi§c {0} §4aici. antiBuildUse=§4Nu ai permisiunea să utilizezi§c {0}§4. antiochCommandDescription=O mică surpriză pentru operatori. -antiochCommandUsage=/<comandă> <mesaj> -anvilCommandDescription=Deschide o nicovală. +antiochCommandUsage=/<comanda> <mesaj> +anvilCommandDescription=Deschide o nicovala. anvilCommandUsage=/<command> autoAfkKickReason=Ai fost dat afară deoarece ai fost AFK mai mult de {0} minute. -autoTeleportDisabled=§6Nu mai aprobi automat cererile de teleportare. -autoTeleportDisabledFor=§c{0} §6nu mai aprobă automat cererile de teleportare. -autoTeleportEnabled=§6Acum aprobi automat cererile de teleportare. -autoTeleportEnabledFor=§c{0}§6 acum aprobă automat cererile de teleportare. -backAfterDeath=§6Foloseste comanda §c /inapoi§6 pentru a reveni la punctul mortii. -backCommandDescription=Te teleportează la locația ta înainte de tp/spawn/warp. +autoTeleportDisabled=Nu mai aprobi automat cererile de teleportare. +autoTeleportDisabledFor={0} nu mai aproba automat cererile de teleportare. +autoTeleportEnabled=Acum aprobi automat cererile de teleportare. +autoTeleportEnabledFor={0} acum aproba automat cererile de teleportare. +backAfterDeath=§6Utilizează comanda /back pentru a te întoarce la locul morţii. +backCommandDescription=Te teleporteaza la locatia ta inainte de tp/spawn/warp. backCommandUsage=/<command> [player] backCommandUsage1=/<command> -backCommandUsage1Description=Te teleportează la locația anterioară -backCommandUsage2Description=Teleportează jucătorul specificat la locația anterioară -backOther=§6L-am returnat pe §c {0}§6 la locatia anterioara. -backupCommandDescription=Rulează backup-ul dacă este configurat. +backCommandUsage1Description=Te teleporteaza la locatia anterioara +backCommandUsage2Description=Teleporteaza jucatorul specificat la locatia anterioara +backOther=L-am returnat pe {0} la locatia anterioara. +backupCommandDescription=Ruleaza backup-ul daca este configurat. backupCommandUsage=/<command> backupDisabled=§4Scriptul extern pentru Backup nu a fost configurat. backupFinished=§6Backup terminat. backupStarted=§6Backup început. -backupInProgress=§6Un script extern de backup este in curs de desfasurare\! Nu se poate dezactiva plugin-ul pana se sfarseste. +backupInProgress=Un script extern de backup este in curs de desfasurare\! Nu se poate dezactiva plugin-ul pana se sfarseste. backUsageMsg=§6întoarcerea la locul anterior. balance=§aBalanţă\:§c {0} -balanceCommandDescription=Indică soldul curent al unui jucător. +balanceCommandDescription=Indica soldul curent al unui jucator. balanceCommandUsage=/<command> [player] balanceCommandUsage1=/<command> -balanceCommandUsage1Description=Indică soldul tău curent -balanceCommandUsage2Description=Afișează soldul jucătorului specificat +balanceCommandUsage1Description=Indica soldul tau curent +balanceCommandUsage2Description=Afiseaza soldul jucatorului specificat balanceOther=§aBalanţa lui {0} §a\:§c {1} balanceTop=§6Topul balanţelor ({0}) balanceTopLine={0}, {1}, {2} -balancetopCommandDescription=Obține valorile soldului maxim. +balancetopCommandDescription=Obtine valorile soldului maxim. balancetopCommandUsage=/<command> [page] balancetopCommandUsage1=/<command> [page] +balancetopCommandUsage1Description=Afişează prima (sau specificat) pagină a valorilor soldului de top +banCommandDescription=Banează un membru. +banCommandUsage=/<comanda> <jucator> [motiv] +banCommandUsage1=/<comanda> <jucator> [motiv] +banCommandUsage1Description=Interzice jucătorul specificat cu un motiv opțional banExempt=§4Nu poţi interzice acest jucător. banExemptOffline=§4Nu poti interzice jucatorii inactivi. banFormat=§4Interziși\:\n§r{0} banIpJoin=Your IP address is banned from this server. Reason\: {0} banJoin=You are banned from this server. Reason\: {0} +banipCommandDescription=Baneaza o adresa IP. +banipCommandUsage=/<comanda> <adresa-IP> [motiv] +banipCommandUsage1=/<comanda> <adresa-IP> [motiv] +banipCommandUsage1Description=Interzice adresa IP specificată cu un motiv opțional bed=§opat§r bedMissing=§4Patul tău nu a fost setat, lipsește sau este blocat. bedNull=§mpat§r +bedOffline=Cannot teleport to the beds of offline users. bedSet=§6Patul a fost setat\! +beezookaCommandDescription=Arunca o albina care explodeaza catre oponentul tau. beezookaCommandUsage=/<command> bigTreeFailure=§4Generarea copacului mare a eșuat. Încearcă pe pământ sau iarbă. bigTreeSuccess=§6Copac mare generat. +bigtreeCommandUsage1Description=Creeaza un copac mare de tipul specificat +blockList=§6Essentials a retransmis comenzile următoare către alt plugin\: +blockListEmpty=EssentialsX is not relaying any commands to other plugins. bookAuthorSet=§6Autorul cărții setat la {0}. bookCommandUsage1=/<command> +bookCommandUsage2=/<command> author <autor> bookLocked=§6Această carte este acum blocată. bookTitleSet=§6Titlul cărții setat la {0}. breakCommandUsage=/<command> +broadcast=§r§4[Broadcast]§a {0} burnMsg=§6I-ai dat foc lui§c {0} §6pentru§c {1} secunde§6. +cannotSellNamedItem=You are not allowed to sell named items. +cannotSellTheseNamedItems=You are not allowed to sell these named items\: {0} cannotStackMob=§4Nu. ai permissiunea sa stackezi mobii. canTalkAgain=§6Poti vorbi din nou acum. cantFindGeoIpDB=Nu se gaseste baza de data GeoIP\! @@ -92,9 +110,16 @@ clearInventoryConfirmToggleOn=§6You will now be prompted to confirm inventory c clearinventoryCommandUsage1=/<command> clearinventoryconfirmtoggleCommandUsage=/<command> commandCooldown=§cYou cannot type that command for {0}. +commandDisabled=Comanda {0} este dezactivata. commandFailed=Comanda {0} a esuat\: commandHelpFailedForPlugin=Eroare primire ajutor pentru pluginul\: {0} +commandHelpLine1=Command Help\: /{0} +commandHelpLine2=Descriere\: {0} +commandHelpLine3=Utilizare\: +commandHelpLine4=Aliases(s)\: {0} +commandHelpLineUsage={0} - {1} commandNotLoaded=§4Comanda {0} este partial incarcata. +compassBearing=§6Directie\: {0} ({1} grade). compassCommandUsage=/<command> condenseCommandUsage1=/<command> configFileMoveError=Eroare mutând fișierul config.yml in locația Backup. @@ -107,12 +132,13 @@ cooldownWithMessage=§4Timp rămas\: {0} coordsKeyword={0}, {1}, {2} couldNotFindTemplate=§4Nu s-a gasit sablonul {0} createdKit=§6Created kit §c{0} §6with §c{1} §6entries and delay §c{2} -createkitCommandDescription=Creează un kit în joc\! +createkitCommandDescription=Creeaza un kit in joc\! createkitCommandUsage=/<command> <kitname> <delay> createkitCommandUsage1=/<command> <kitname> <delay> createKitFailed=§4Error occurred whilst creating kit {0}. createKitSeparator=§m----------------------- createKitSuccess=§6Created Kit\: §f{0}\n§6Delay\: §f{1}\n§6Link\: §f{2}\n§6Copy contents in the link above into your kits.yml. +createKitUnsupported=NBT item serialization has been enabled, but this server is not running Paper 1.15.2+. Falling back to standard item serialization. creatingConfigFromTemplate=Se creaza configuratie de la sablonul\: {0} creatingEmptyConfig=Se creaza o configuratie goala\: {0} creative=creativ @@ -124,10 +150,11 @@ defaultBanReason=Ai fost interzis pe server\! deleteFileError=Nu s-a putut sterge fisierul\: {0} deleteHome=§6Casa§c {0} §6a fost stearsa. deleteJail=§6Inchisoarea§c {0} §6a fost stearsa. +deleteKit=Kit {0} has been removed. deleteWarp=§6Teleportarea§c {0} §6a fost stearsa. -delhomeCommandDescription=Elimină o casă. +delhomeCommandDescription=Elimina o casa. delhomeCommandUsage=/<command> [player\:]<name> -deljailCommandDescription=Elimină o închisoare. +deljailCommandDescription=Elimina o inchisoare. deljailCommandUsage=/<command> <jailname> deljailCommandUsage1=/<command> <jailname> delkitCommandDescription=Şterge kit-ul specificat. @@ -143,12 +170,16 @@ denyChangeTitle=§4Nu poti schimba titlu acestei carti. depth=§6Esti la nivelul oceanului. depthAboveSea=§6Esti cu§c {0} §6bloc(uri) deasupra nivelului oceanului. depthBelowSea=§6Esti cu§c {0} §6bloc(uri) sub nivelul oceanului. -depthCommandDescription=Adâncimea actuală a statelor în raport cu nivelul mării. +depthCommandDescription=Adancimea actuala a statelor in raport cu nivelul marii. depthCommandUsage=/depth destinationNotSet=Destinatia nu a fost setata\! disabled=dezactivat disabledToSpawnMob=§4Generarea acestui mob a fost dezactivata din configuratie. -disableUnlimited=§6Plasarea nelimitată de§c {0} §6a fost dezactivată pentru§c {1}§6. +disableUnlimited=§6Plasarea nelimitata de§c {0} §6a fost dezactivata pentru {1}. +discordbroadcastInvalidChannel=Discord channel {0} does not exist. +discordbroadcastPermission=You do not have permission to send messages to the {0} channel. +discordbroadcastSent=Message sent to {0}\! +discordCommandLink=Join our Discord server at {0}\! discordCommandUsage=/<command> discordCommandUsage1=/<command> disposal=Cos de gunoi @@ -157,33 +188,39 @@ disposalCommandUsage=/<command> distance=§6Distanta\: {0} dontMoveMessage=§6Vei fi teleportat in§c {0}§6. Nu te misca. downloadingGeoIp=Baza GeoIP se descarca... Poate dura o vreme. +dumpConsoleUrl=A server dump was created\: {0} +dumpCreating=Creating server dump... +dumpDeleteKey=If you want to delete this dump at a later date, use the following deletion key\: {0} +dumpError=Error while creating dump {0}. +dumpErrorUpload=Error while uploading {0}\: {1} +dumpUrl=Created server dump\: {0} duplicatedUserdata=Informatiile jucatorilor duplicate\: {0} and {1}. durability=§6Aceasta unealta are §c{0}§6 utilizari ramase east=E -ecoCommandDescription=Gestionează economia de pe server. +ecoCommandDescription=Gestioneaza economia de pe server. ecoCommandUsage=/<command> <give|take|set|reset> <player> <amount> editBookContents=§eAcum poti modifica continutul acestei carti. enabled=activat -enchantCommandDescription=Enchanteaza elementul pe care îl ține în mana utilizatorul. +enchantCommandDescription=Enchanteaza elementul pe care il tine in mana utilizatorul. enableUnlimited=§6Giving unlimited amount of§c {0} §6to §c{1}§6. enchantmentApplied=§6Magia§c {0} §6a fost aplicata pe obiectul din mana. enchantmentNotFound=§4Magia nu a fost gasita\! enchantmentPerm=§4YNu ai permisiunea pentru§c {0}§4. enchantmentRemoved=§6Magia§c {0} §6a fost scoasa de pe obiect. enchantments=§6Magii\:§r {0} -enderchestCommandDescription=Vă permite să vedeți în interiorul unui enderchest. +enderchestCommandDescription=Va permite sa vedeti in interiorul unui enderchest. enderchestCommandUsage=/<command> [player] enderchestCommandUsage1=/<command> errorCallingCommand=Eroare executand comanda /{0} errorWithMessage=§cEroare\:§4 {0} -essentialsCommandDescription=Reîncarcă essentials. +essentialsCommandDescription=Reincarca essentials. essentialsCommandUsage=/<command> essentialsHelp1=Fisierul este stricat si nu poate fi deschis. Essentials este acum dezactivat. Daca nu poti rezolva problema singur, dute la http\://tiny.cc/EssentialsChat essentialsHelp2=Fisierul este stricat si nu poate fi deschis. Essentials este acum dezactivat. Daca nu poti rezolva problema singur, dute la http\://tiny.cc/EssentialsChat essentialsReload=§6Essentials reloaded§c {0}. exp=§c{0} §6are§c {1} §6experienta (nivel§c {2}§6) si are nevoie de §c {3} §6experienta pentru a atinge un nou nivel. expSet=§c{0} §6are acum§c {1} §6experienta. -extCommandDescription=Stinge jucătorii. +extCommandDescription=Stinge jucatorii. extCommandUsage=/<command> [player] extCommandUsage1=/<command> [player] extinguish=§6Te-ai stins singur. @@ -198,22 +235,22 @@ feedCommandUsage=/<command> [player] feedCommandUsage1=/<command> [player] feedOther=§6You satiated the appetite of §c{0}§6. fileRenameError=Redenumirea fisierului {0} a esuat\! -fireballCommandDescription=Aruncă un fireball sau alte proiectile asortate. +fireballCommandDescription=Arunca un fireball sau alte proiectile asortate. fireballCommandUsage=/<command> [fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion|lingeringpotion|trident] [speed] fireballCommandUsage1=/<command> fireworkColor=§4Parametri de incarcare insertati sunt invalizi, trebuie sa setati o culoare intai. fireworkCommandUsage=/<command> <<meta param>|power [amount]|clear|fire [amount]> fireworkEffectsCleared=§6Efectele rachetelor au fost scoase. fireworkSyntax=§6Parametri rachetelor\:§c culoare\:<culoare> [cadere\:<culoare>] [forma\:<forma>] [efect\:<efect>]\n§6Pentru a utiliza mai mult culor/efecte, separati valorile prin virgula\: §cred,blue,pink\n§6forme\:§c star, ball, large, creeper, burst §6efecte\:§c trail, twinkle. -flyCommandDescription=Decolează și ia-ti avant\! +flyCommandDescription=Decoleaza si ia-ti avant\! flyCommandUsage=/<command> [player] [on|off] flyCommandUsage1=/<command> [player] flying=zburand flyMode=§6Modul de zburat§c {0} §6a fost setat pentru {1}§6. foreverAlone=§4Nu ai pe nimeni la care sa raspunzi. fullStack=§4Ai deja un stac intreg. -fullStackDefault=§6Stack-ul tau a fost setat la dimensiunea sa implicita, §c{0}§6. -fullStackDefaultOversize=§6Stack-ul tau a fost setat la dimensiunea sa maxima, §c{0}§6. +fullStackDefault=Stack-ul tau a fost setat la dimensiunea sa implicita, {0}. +fullStackDefaultOversize=Stack-ul tau a fost setat la dimensiunea sa maxima, {0}. gameMode=§6Set game mode§c {0} §6for §c{1}§6. gameModeInvalid=§4Trebuie sa specifici un jucator/mod valid. gamemodeCommandDescription=Schimba modul de joc al jucatorului. @@ -226,22 +263,22 @@ gcmax=§6Memorie maxima\:§c {0} MB. gctotal=§6Memorie alocata\:§c {0} MB. gcWorld=§6 {0} "§6 §c {1}"\: §c {2} §6 bucati, §c {3} §6 entitati, §c {4} §6 gresie. geoipJoinFormat=§6Jucatorul §c{0} §6a intrat din §c{1}§6. -getposCommandDescription=Obține coordonatele tale curente sau pe cele ale unui jucător. +getposCommandDescription=Obtine coordonatele tale curente sau pe cele ale unui jucator. getposCommandUsage=/<command> [player] getposCommandUsage1=/<command> [player] -giveCommandDescription=Dă unui jucător un obiect. +giveCommandDescription=Da unui jucator un obiect. giveCommandUsage=/<command> <player> <item|numeric> [amount [itemmeta...]] -geoipCantFind=§6Jucatorul §c{0} §6vine dintr-o §atara necunoscuta§6. -geoIpErrorOnJoin=Nu s-au putut prelua datele GeoIP pentru {0}. Asigurați-vă că cheia de licență și configurația sunt corecte. -geoIpLicenseMissing=Nu s-a găsit nicio cheie de licență\! Vă rugăm să vizitați https\://essentialsx.net/geoip pentru instrucțiuni. +geoipCantFind=Jucatorul {0} vine dintr-o tara necunoscuta. +geoIpErrorOnJoin=Nu s-au putut prelua datele GeoIP pentru {0}. Asigurati-va ca cheia de licenta si configuratia sunt corecte. +geoIpLicenseMissing=Nu s-a gasit nicio cheie de licenta\! Va rugam sa vizitati https\://essentialsx.net/geoip pentru instructiuni. geoIpUrlEmpty=URL-ul pentru descarcare GeoIP este gol. geoIpUrlInvalid=URL-ul pentru descarcare GeoIP este invalid. givenSkull=§6Ti-a fost dat craniul lui §c{0}§6. -godCommandDescription=Activează puterile tale god. +godCommandDescription=Activeaza puterile tale god. godCommandUsage=/<command> [player] [on|off] godCommandUsage1=/<command> [player] -giveSpawn=§6I-ai dat§c {0} §6bucata(ti) de§c {1} lui§c {2}§6. -giveSpawnFailure=§4Spatiu insuficient, §c {0} §c {1} §4au fost pierdute. +giveSpawn=I-ai dat {0} bucata(ti) de {1} lui {2}. +giveSpawnFailure=Spatiu insuficient, {0} {1} au fost pierdute. godDisabledFor=§cdisabled§6 for§c {0} godEnabledFor=§aactivat§6 pentru§c {0}. godMode=§6Modul GOD§c {0}§6. @@ -249,23 +286,24 @@ grindstoneCommandUsage=/<command> groupDoesNotExist=§4Nu sunt jucatori conectati din aceasta grupa\! groupNumber=§c{0}§f online, toata lista\:§c /{1} {2} hatArmor=§4Nu poti folosi acest obicat ca palarie\! -hatCommandDescription=Obțineți niște pălării noi și interesante. +hatCommandDescription=Obtineti niste palarii noi si interesante. hatCommandUsage=/<command> [remove] hatCommandUsage1=/<command> -hatCurse=§4Nu poti inlatura o palarie cu curse of binding\! +hatCurse=Nu poti inlatura o palarie cu curse of binding\! hatEmpty=§4Nu porti o palarie. hatFail=§4Trebuie sa ai ceva de purtat in mana. hatPlaced=§6EBucurate de noua palarie\! hatRemoved=§6Palaria ta a fost scoasa. haveBeenReleased=§6Ai fost eliberat. heal=§6Ai fost vindecat. -healCommandDescription=Vindecă-te pe tine sau pe alt jucător. +healCommandDescription=Vindeca-te pe tine sau pe alt jucator. healCommandUsage=/<command> [player] healCommandUsage1=/<command> [player] healDead=§4Nu pot vindeca pe cineva mort\! healOther=§6L-ai vindecat pe§c {0}§6. -helpCommandDescription=Vizualizează lista comenzilor disponibile. +helpCommandDescription=Vizualizeaza lista comenzilor disponibile. helpCommandUsage=/<command> [search term] [page] +helpConsole=Pentru a vedea ajutorul din CONSOLA, scrie ?. helpFrom=§6Comenzi din {0}\: helpLine=§6/{0}§r\: {1} helpMatching=§6Comenzi potrivite "§c{0}§6"\: @@ -276,15 +314,19 @@ holdFirework=§4Trebuie sa tii in mana o racheta pentru a-i adauga efecte. holdPotion=§4Trebuie sa tii in mana o potiune pentru a-i adauga efecte. holeInFloor=§4Gaura in podea\! homes=§6Case\:§r {0} +homeConfirmation=You already have a home named {0}\!\nTo overwrite your existing home, type the command again. homeSet=§6Casa setata. hour=ora hours=ore +ice=You feel much colder... iceCommandUsage=/<command> [player] iceCommandUsage1=/<command> +iceOther=Chilling {0}. ignoredList=§6Ignorat\:§r {0} ignoreExempt=§4Nu poti ignora acest jucator. ignorePlayer=§6Il ignori pe jucatorul§c {0} §6de acum. illegalDate=Formatul datei este ilegala. +infoAfterDeath=You died in {0} at {1}, {2}, {3}. infoChapter=§6Selectați Capitolul\: infoChapterPages=§e---§6 {0} §e--§6 Pagina §c {1} §6 de §c {2} §e--- infoPages=§e ---- §6{2} §e--§6 Pagina §c{0}§6/§c{1} §e---- @@ -304,34 +346,58 @@ invalidSignLine=§4Linia§c {0} §4de pe semn este invalida. invalidSkull=§4Te rog tine un craniu al unui player. invalidWarpName=§4Numele teleportarei este invalida\! invalidWorld=§4Lume invalida. -inventoryClearingAllArmor=§6Se curata tot inventarul lui {0} §6. +inventoryClearFail=§4Jucatorul {0} §4nu are§c {1} §4de§c {2} §4. +inventoryClearingAllArmor=Se curata tot inventarul lui {0} . +inventoryClearingAllItems=§6Se curata inventarul lui {0} §6. inventoryClearingFromAll=§6Se curata inventarul tuturor jucatorilor... +inventoryClearingStack=§6Se curata§c {0} §6of§c {1} §6de la {2} §6. is=este isIpBanned=§6IP-ul §c {0} §6este interzis. internalError=§cAn internal error occurred while attempting to perform this command. itemCannotBeSold=§4Acest obiect nu poate fi vandut pe server. itemId=§6ID\:§c {0} +itemloreClear=You have cleared this item''s lore. +itemloreInvalidItem=You need to hold an item to edit its lore. +itemloreNoLine=Your held item does not have lore text on line {0}. +itemloreNoLore=Your held item does not have any lore text. +itemloreSuccess=You have added "{0}" to your held item''s lore. +itemloreSuccessLore=You have set line {0} of your held item''s lore to "{1}". itemMustBeStacked=§4Obiectul trebuie comercializat in stacuri. O cantitate de 2s ar trebuie sa fie 2 stacuri, s.a.m.d. itemNames=§6Numele scurte ale obiectului\:§r {0} +itemnameClear=You have cleared this item''s name. itemnameCommandUsage1=/<command> +itemnameInvalidItem=You need to hold an item to rename it. +itemnameSuccess=You have renamed your held item to "{0}". itemNotEnough1=§4YNu ai destul din acest obiect pentru a-l putea vinde. +itemNotEnough2=§6Daca ai vrut sa vinzi toate obiectele de tipul acela, foloseste /sell <numeObiect> +itemNotEnough3=§6/sell <numeObiect> va vinde totul inafara de 1, s.a.m.d. itemsConverted=§6Converted all items into blocks. +itemsCsvNotLoaded=Nu s-a putut incarca fisierul items.csv\! itemSellAir=Chiar ai incercat sa vinzi ''aer''? Pune-ti un obiect in mana. itemsNotConverted=§4You have no items that can be converted into blocks. itemSold=§aVandut pentru §c{0} §a({1} {2} la {3} fiecare). +itemSoldConsole=§a{0} §aa vandut {1} pentru §a{2} §a({3} obiecte la {4} fiecare). itemSpawn=§6Ai primit§c {0} §6bucata(ti) de§c {1} itemType=§6Obiect\:§c {0} jailAlreadyIncarcerated=§4Acest jucator este deja in inchisoare\:§c {0} jailList=§6Jails\:§r {0} jailMessage=§4Incalci reguli, trebuie sa platesti. jailNotExist=§4Aceasta inchisoare nu exista. +jailNotifyJailed=Player {0} jailed by {1}. +jailNotifyJailedFor=Player {0} jailed for {1}by {2}. +jailNotifySentenceExtended=Player{0} jail''s time extended to {1} by {2}. jailReleased=§6Jucatorul §c{0}§6 a fost eliberat. jailReleasedPlayerNotify=§6Ai fost eliberat\! jailSentenceExtended=§6Timpul pedepsei a fost crescut la\: {0} jailSet=§6Inchisoarea§c {0} §6a fost creata. +jailWorldNotExist=That jail''s world does not exist. +jumpEasterDisable=Flying wizard mode disabled. +jumpEasterEnable=Flying wizard mode enabled. jailsCommandUsage=/<command> jumpCommandUsage=/<command> jumpError=§4Asta ar putea sa raneasca creierul calculatorul. +kickCommandUsage=/<comanda> <jucator> [motiv] +kickCommandUsage1=/<comanda> <jucator> [motiv] kickDefault=Ai fost dat afara de pe server. kickedAll=§4Ai dat afara toti jucatorii de pe server. kickExempt=§4Nu poti da afara acest jucator. @@ -345,36 +411,46 @@ kitError=§4Nu sunt kituri valide. kitError2=§4Acest kit este nedefinit. Contactati un operator. kitGiveTo=§6Giving kit§c {0}§6 to §c{1}§6. kitInvFull=§4Inventarul tau este plin, kitul este aruncat jos. +kitInvFullNoDrop=There is not enough room in your inventory for that kit. kitItem=§6- §f{0} kitNotFound=§4Acest kit nu exista. kitOnce=§4Nu poti folosi acest kit din nou. kitReceive=§6Ai primit kitul§c {0}§6. +kitReset=Reset cooldown for kit {0}. +kitResetOther=Resetting kit {0} cooldown for {1}. kits=§6Kituri\:§r {0} kittycannonCommandUsage=/<command> kitTimed=§4Nu poti folosit acest kit inca§c {0}§4. +leatherSyntax=§6Sintaxa culorii pielii\: color\:<red>,<green>,<blue> eg\: color\:255,0,0 OR color\:<rgb int> eg\: color\:16777011 lightningCommandUsage=/<command> [player] [power] lightningCommandUsage1=/<command> [player] lightningSmited=§6Ai fost fulgerat\! lightningUse=§6L-ai fulgerat pe§c {0} listAfkTag=§7 [AFK] §r listAmount=§6Sunt §c{0}§6 din maxim §c{1}§6 jucatori online. -listAmountHidden=§6Sunt §c{0}§6/{1}§6 din maxim §c{2}§6 jucatori online. +listAmountHidden=Sunt {0}/{1} din maxim {2} jucatori online. listCommandDescription=Lista tuturor jucatorilor online. listCommandUsage=/<command> [group] listCommandUsage1=/<command> [group] -listGroupTag=§6{0}§r\: +listGroupTag=§6 {0} §r\: §r listHiddenTag=§7[Ascuns]§r loadWarpError=§4Incarcarea teleportarii a esuat {0}. localFormat=[L]<{0}> {1} loomCommandUsage=/<command> mailClear=§6To mark your mail as read, type§c /mail clear§6. mailCleared=§6Posta curatata\! -mailCommandDescription=Gestionează intra-player, intra-server mail. +mailClearIndex=You must specify a number between 1-{0}. +mailCommandDescription=Gestioneaza intra-player, intra-server mail. mailDelay=Prea multe mail-uri au fost trimise in ultimul minute.Maxim \: {0} +mailFormatNew=[{0}] [{1}] {2} +mailFormatNewTimed=[⚠] [{0}] [{1}] {2} +mailFormatNewRead=[{0}] [{1}] {2} +mailFormatNewReadTimed=[⚠] [{0}] [{1}] {2} mailFormat=§6[§r{0}§6] §r{1} mailMessage={0} mailSent=§6Mail trimis\! mailSentTo=§c{0}§6 has been sent the following mail\: +mailSentToExpire={0} has been sent the following mail which will expire in {1}\: mailTooLong=§4Mail message too long. Try to keep it below 1000 characters. markMailAsRead=§6To mark your mail as read, type§c /mail clear§6. matchingIPAddress=§6Jucatori s-au logat anterior de pe aceste IP-uri\: @@ -382,11 +458,12 @@ maxHomes=§4Nu poti seta mai mult de§c {0} §4case. maxMoney=§4Aceasta tranzactie ar depasi suma din acest cont. mayNotJail=§4Nu poti incarcera acest jucator\! mayNotJailOffline=§4Nu poti incarcera jucatorii inactivi. -meCommandDescription=Descrie o acțiune în contextul jucătorului. +meCommandDescription=Descrie o actiune in contextul jucatorului. meCommandUsage=/<command> <description> meCommandUsage1=/<command> <description> meSender=eu meRecipient=eu +minimumBalanceError=The minimum balance a user can have is {0}. minimumPayAmount=§cThe minimum amount you can pay is {0}. minute=minut minutes=minute @@ -396,7 +473,7 @@ mobsAvailable=§6Mobi\:§r {0} mobSpawnError=§4Eroare in schimbarea mob generator. mobSpawnLimit=Cantitatea de mobi a fost limitata la limita serverului. mobSpawnTarget=§4Blocul tinta trebuie sa fie un generator. -moneyRecievedFrom=§a{0}§6 au fost primiti de la§a {1}§6. +moneyRecievedFrom=§a{0} au fost primiti de la {1}. moneySentTo=§a{0} au fost trimisi catre {1}. month=luna months=luni @@ -404,9 +481,9 @@ moreCommandDescription=Completeaza item stack-ul din mana la o valoare specifica moreCommandUsage=/<command> [amount] moreCommandUsage1=/<command> [amount] moreThanZero=§4Cantitatea trebuie sa fie mai mare de 0. -motdCommandDescription=Vizualizează mesajul zilei. -moveSpeed=§6Seteaza viteza de la§c {0}§6 la §c{1} §6pentru §c{2}§6. -msgCommandDescription=Trimite un mesaj privat către jucătorul specificat. +motdCommandDescription=Vizualizeaza mesajul zilei. +moveSpeed=§6Viteza de la {0} a fost setata la §c{1} §6pentru §c{2}§6. +msgCommandDescription=Trimite un mesaj privat catre jucatorul specificat. msgCommandUsage=/<command> <to> <message> msgCommandUsage1=/<command> <to> <message> msgDisabled=§6Receiving messages §cdisabled§6. @@ -424,26 +501,26 @@ muteCommandDescription=Amuteste sau dezamuteste un jucator. muteCommandUsage=/<command> <player> [datediff] [reason] mutedPlayer=§6Jucătorul§c {0} §6a fost adus la tacere. mutedPlayerFor=§6Jucătorul§c {0} §6nu mai are voie sa vorbeasca pentru §c {1}§6. -mutedPlayerForReason=§6Jucatorul§c {0} §6a fost amutit pentru§c {1}§6. Motiv\: §c{2} -mutedPlayerReason=§6Jucatorul§c {0} §6a fost amutit. Motiv\: §c{1} +mutedPlayerForReason=Jucatorul {0} a fost amutit pentru {1}. Motiv\: {2} +mutedPlayerReason=Jucatorul {0} a fost amutit. Motiv\: {1} mutedUserSpeaks={0} a incercat sa vorbeasca, dar nu are voie. muteExempt=§4Nu poti sa opresti vorbitul acestui jucator. muteExemptOffline=§4Nu poti aduce la tacere jucatorii inactivi. muteNotify=§c {0} §6l-a adus la tacere pe §c {1}. muteNotifyFor=§c{0} §6has muted player §c{1}§6 for§c {2}§6. -muteNotifyForReason=§c{0} §6l-a amuțit pe §c{1}§6 pentru§c {2}§6. Motiv\: §c{3} -muteNotifyReason=§c{0} §6l-a amuțit pe §c{1}§6. Motiv\: §c{2} +muteNotifyForReason={0} l-a amutit pe {1} pentru {2}. Motiv\: {3} +muteNotifyReason={0} l-a amutit pe {1}. Motiv\: {2} nearCommandDescription=Arata jucatorii din apropierea ta sau a altui jucator. nearCommandUsage=/<command> [playername] [radius] nearCommandUsage1=/<command> nearbyPlayers=§6Jucatori in apropiere\:§r {0} negativeBalanceError=§4Jucatorul nu are permisiunea sa aiba o balanta negativa. nickChanged=§6Nume schimbat. -nickCommandDescription=Schimbă porecla ta sau a altui jucător. +nickCommandDescription=Schimba porecla ta sau a altui jucator. nickCommandUsage=/<command> [player] <nickname|off> nickDisplayName=§4Trebuie sa activezi schimbarea numelui din configuratie. nickInUse=§4Acest nume este deja in uz. -nickNameBlacklist=§4Aceasta porecla nu este permisa. +nickNameBlacklist=Aceasta porecla nu este permisa. nickNamesAlpha=§4Numele trebuie sa fie alfanumeric. nickNamesOnlyColorChanges=§4Nicknames can only have their colors changed. nickNoMore=§6Nu mai ai nume. @@ -451,6 +528,7 @@ nickSet=§6Your nickname is now §c{0}§6. nickTooLong=§4Acest nume este prea lung. noAccessCommand=§4Nu ai acces la aceasta comanda. noAccessPermission=§4You do not have permission to access that §c{0}§4. +noAccessSubCommand=You do not have access to {0}. noBreakBedrock=§4Nu ai permisiunea sa spargi roca. noDestroyPermission=§4You do not have permission to destroy that §c{0}§4. northEast=NE @@ -471,7 +549,7 @@ noMetaJson=JSON Metadata is not supported in this version of Bukkit. noMetaPerm=§4Nu ai permisiunea sa aplici meta §c{0}§4 pe acest obiect. none=nimic noNewMail=§6Nu ai mailuri noi. -nonZeroPosNumber=§4Este necesar un numar non-zero. +nonZeroPosNumber=Este necesar un numar non-zero. noPendingRequest=§4Nu ai nici o cerere in asteptare. noPerm=§4Nu ai permisiunea §c{0}§4. noPermissionSkull=§4Nu ai permisiunea sa modifici acel craniu. @@ -499,18 +577,21 @@ onlyPlayerSkulls=§4You can only set the owner of player skulls (§c397\:3§4). onlySunStorm=§4/weather suporta doar sun/storm. openingDisposal=§6Opening disposal menu... orderBalances=§6Se ordoneaza balantele a§c {0} §6jucatori, te rog asteapta... -oversizedMute=§4Nu poti amuti un jucator pentru o asa perioada de timp. +oversizedMute=Nu poti amuti un jucator pentru o asa perioada de timp. oversizedTempban=§4Nu poti interzice un jucator pentru asa o perioada de timp. -passengerTeleportFail=§4Nu poti fi teleportat in timp ce cari pasageri. -payCommandDescription=Plătește un alt jucător din balanta ta. +passengerTeleportFail=Nu poti fi teleportat in timp ce cari pasageri. +payCommandDescription=Plateste un alt jucator din balanta ta. payCommandUsage=/<command> <player> <amount> payCommandUsage1=/<command> <player> <amount> payConfirmToggleOff=§6You will no longer be prompted to confirm payments. payConfirmToggleOn=§6You will now be prompted to confirm payments. +payDisabledFor=Disabled accepting payments for {0}. +payEnabledFor=Enabled accepting payments for {0}. payMustBePositive=§4Amount to pay must be positive. +payOffline=You cannot pay offline users. payToggleOff=§6You are no longer accepting payments. payToggleOn=§6You are now accepting payments. -payconfirmtoggleCommandDescription=Activează dacă vi se solicită să confirmați plățile. +payconfirmtoggleCommandDescription=Activeaza daca vi se solicita sa confirmati platile. payconfirmtoggleCommandUsage=/<command> paytoggleCommandUsage=/<command> [player] paytoggleCommandUsage1=/<command> [player] @@ -518,15 +599,25 @@ pendingTeleportCancelled=§4Cererea de teleportare a fost refuzata. pingCommandDescription=Pong\! pingCommandUsage=/<command> playerBanIpAddress=§6Player§c {0} §6banned IP address§c {1} §6for\: §c{2}§6. +playerTempBanIpAddress=Player {0} temporarily banned IP address {1} for {2}\: {3}. playerBanned=§6Player§c {0} §6banned§c {1} §6for\: §c{2}§6. playerJailed=§6Jucatorul§c {0} §6a fost inchis. +playerJailedFor=§6Jucatorul§c {0} §6a fost inchis pentru\: {1}. +playerKicked=§6Adminul§c {0} §6l-a dat afara pe {1} pentru\: {2}. playerMuted=§6Ti-a fost interzis vorbitul\! +playerMutedFor=§6Ti-a fost interzis vorbitul pentru §c {0}. +playerMutedForReason=You have been muted for {0}. Reason\: {1} +playerMutedReason=You have been muted\! Reason\: {0} playerNeverOnServer=§4Jucatorul§c {0} §4nu a fost niciodata pe acest server. playerNotFound=§4Jucatorul nu a fost gasit. playerTempBanned=§6Player §c{0}§6 temporarily banned §c{1}§6 for §c{2}§6\: §c{3}§6. +playerUnbanIpAddress=§6Adminul§c {0} §6i-a scos interzicerea IPului\: {1}. +playerUnbanned=§6Adminul§c {0} §6i-a scos interzicerea lui {1}. playerUnmuted=§6Ti s-a dat voie sa vorbesti. playtimeCommandUsage=/<command> [player] playtimeCommandUsage1=/<command> +playtime=Playtime\: {0} +playtimeOther=Playtime of {1}\: {0} pong=Pong\! posPitch=§6Inaltime\: {0} (unghiul capului) possibleWorlds=§6Possible worlds are the numbers §c0§6 through §c{0}§6. @@ -537,6 +628,7 @@ posZ=§6Z\: {0} (+Sud <-> -Nord) potions=§6Potiuni\:§r {0}§6. powerToolAir=§4Comanda nu poate fi atasata de ''aer''. powerToolAlreadySet=§4Command §c{0}§4 is already assigned to §c{1}§4. +powerToolAttach=§c{0}§6 comanda pusa {1}. powerToolClearAll=§6Comenzile au fost scoase de pe acest obiect. powerToolList=§6Obiectul §c{1} §6are urmatoarele comenzi\: §c{0}§6. powerToolListEmpty=§4Obiectul §c{0} §4nu are comenzi puse. @@ -562,6 +654,7 @@ pWeatherPlayers=§6Jucatori cu propia-si vreme\: §r pWeatherReset=§6Vremea a fost resetata pentru\: §c {0} pWeatherSet=§6Vreme este setata la §c {0} §6 pentru\: §c {1}. questionFormat=§2[Intrebare]§r {0} +radiusTooBig=§4Distanta este prea mare\! Distanta maxima este de {0}. readNextPage=§6Scrie§c /{0} {1} §6pentru a citi pagina urmatoare. realName=§f{0}§r§6 is §f{1} recentlyForeverAlone=§4{0} recently went offline. @@ -570,6 +663,7 @@ recipeBadIndex=Nu este nici o reteta cu acel numar. recipeFurnace=§6Smelt\: §c{0}§6. recipeGrid=§c{0}X §6| §{1}X §6| §{2}X recipeGridItem=§c{0}X §6is §c{1} +recipeMore=§6Type /{0} §c{1}§6 <numar> pentru a vedea alta reteta pentru §c{2}§6. recipeNone=Nu exista reteta pentru {0} recipeNothing=nimic recipeShapeless=§6Combina §c{0} @@ -581,17 +675,28 @@ repairCommandUsage1=/<command> repairEnchanted=§4Ai ai permisiunea sa repair obiecte magice. repairInvalidType=§4Acest obiect nu poate fi reparat. repairNone=§4Nu sunt obiecte ce trebuiesc reparate. +replyLastRecipientDisabled=Replying to last message recipient disabled. +replyLastRecipientDisabledFor=Replying to last message recipient disabled for {0}. +replyLastRecipientEnabled=Replying to last message recipient enabled. +replyLastRecipientEnabledFor=Replying to last message recipient enabled for {0}. requestAccepted=§6Cererea de teleportare a fost acceptata. +requestAcceptedAll=Accepted {0} pending teleport request(s). +requestAcceptedAuto=Automatically accepted a teleport request from {0}. requestAcceptedFrom=§c{0} §6a acceptat cererea de teleportare. +requestAcceptedFromAuto={0} accepted your teleport request automatically. requestDenied=§6Cererea de teleportare a fost respinsa. +requestDeniedAll=Denied {0} pending teleport request(s). requestDeniedFrom=§c{0} §6a respins cererea de teleportare. requestSent=§6Cerere a fost trimisa catre§c {0}§6. requestSentAlready=§4You have already sent {0}§4 a teleport request. requestTimedOut=§4Timpul de acceptare s-a terminat. +requestTimedOutFrom=Teleport request from {0} has timed out. resetBal=§6Balance has been reset to §c{0} §6for all online players. resetBalAll=§6Balance has been reset to §c{0} §6for all players. +rest=You feel well rested. restCommandUsage=/<command> [player] restCommandUsage1=/<command> [player] +restOther=Resting {0}. returnPlayerToJailError=§4Error occurred when trying to return player§c {0} §4to jail\: §c{1}§4\! rtoggleCommandUsage=/<command> [player] [on|off] runningPlayerMatch=§6Ruleaza cautarea pentru potrivite jucatori ''§c{0}§6'' (Poate dura ceva) @@ -604,16 +709,32 @@ sellBulkPermission=§6You do not have permission to bulk sell. sellHandPermission=§6You do not have permission to hand sell. serverFull=Serverul este plin\! serverTotal=§6Total server\:§c {0} -serverUnsupported=Se execută o versiune de server neacceptată\! +serverUnsupported=Se executa o versiune de server neacceptata\! setBal=§aBalanta ta a fost setata la {0}. setBalOthers=§aA-ti setat balanta lui {0} §a la {1}. setSpawner=§6Changed spawner type to§c {0}§6. setjailCommandUsage=/<command> <jailname> setjailCommandUsage1=/<command> <jailname> +settpr=Set random teleport center. +settprValue=Set random teleport {0} to {1}. setwarpCommandUsage=/<command> <warp> setwarpCommandUsage1=/<command> <warp> sheepMalformedColor=§4Culoare malformata. +shoutDisabled=Shout mode disabled. +shoutDisabledFor=Shout mode disabled for {0}. +shoutEnabled=Shout mode enabled. +shoutEnabledFor=Shout mode enabled for {0}. shoutFormat=§6[Strigat]§r {0} +editsignCommandClear=Sign cleared. +editsignCommandClearLine=Cleared line {0}. +editsignCommandLimit=Your provided text is too big to fit on the target sign. +editsignCommandNoLine=You must enter a line number between 1-4. +editsignCommandSetSuccess=Set line {0} to "{1}". +editsignCommandTarget=You must be looking at a sign to edit its text. +editsignCopy=Sign copied\! Paste it with /{0} paste. +editsignCopyLine=Copied line {0} of sign\! Paste it with /{1} paste {0}. +editsignPaste=Sign pasted\! +editsignPasteLine=Pasted line {0} of sign\! signFormatFail=§4[{0}] signFormatSuccess=§1[{0}] signFormatTemplate=[{0}] @@ -627,8 +748,9 @@ skullCommandUsage1=/<command> slimeMalformedSize=§4Marile malformata. smithingtableCommandUsage=/<command> socialSpy=§6SocialSpy for §c{0}§6\: §c{1} +socialSpyMsgFormat=§6[§c{0}§6 -> §c{1}§6] §7{2} socialSpyMutedPrefix=§f[§6SS§f] §7(muted) §r -socialspyCommandDescription=Activează/dezactivează dacă poți vedea mesajele din /msg sau /mail în chat. +socialspyCommandDescription=Activeaza/dezactiveaza daca poti vedea mesajele din /msg sau /mail in chat. socialspyCommandUsage=/<command> [player] [on|off] socialspyCommandUsage1=/<command> [player] socialSpyPrefix=§f[§6SS§f] §r @@ -643,6 +765,8 @@ suicideCommandUsage=/<command> suicideMessage=§6La revedere lume cruda... suicideSuccess=§6{0} §6si-a luat viata. survival=supravietuire +takenFromAccount=§a{0} au fost luati de pe contul tau. +takenFromOthersAccount=§a{0} au fost luati de pe contul lui {1}§a. Balanta noua\: {2}. teleportAAll=§6Cererea de teleportare a fost trimisa catre toti jucatorii... teleportAll=§6Teleporteaza toti jucatorii... teleportationCommencing=§6Teleportarea urmeaza... @@ -658,23 +782,30 @@ teleportHome=§6Teleporting to §c{0}§6. teleporting=§6Teleporteaza... teleportInvalidLocation=Valoarea coordonatelor nu poate trece de 30000000 teleportNewPlayerError=§4Teleportarea jucatorului nou a dat gres\! +teleportNoAcceptPermission={0} does not have permission to accept teleport requests. teleportRequest=§c{0}§6 a cerut sa se teleporteze la tine. teleportRequestAllCancelled=§6All outstanding teleport requests cancelled. +teleportRequestCancelled=Your teleport request to {0} was cancelled. +teleportRequestSpecificCancelled=§6Cerere de teleportare {0} anulata. teleportRequestTimeoutInfo=§6Aceasta cerere va expira in§c {0} secunde§6. teleportTop=§6Teleporteaza la cel mai inalt punct. teleportToPlayer=§6Teleporting to §c{0}§6. +teleportOffline=The player {0} is currently offline. You are able to teleport to them using /otp. tempbanExempt=§4Nu poti interzice acest jucatoru. tempbanExemptOffline=§4Nu poti interzice temporar jucatorii inactivi. tempbanJoin=You are banned from this server for {0}. Reason\: {1} +tempBanned=§cAi fost interzis temporar pe server pentru {0}\:\n§r{2} thunder=§6Ai§c {0} §6ploaia in lumea ta. thunderDuration=§6Ai§c {0} §6ploaia in luma ta pentru§c {1} §6secunde. -timeBeforeHeal=§6Timp pana la urmatoarea vindecare\:§c {0}§6. -timeBeforeTeleport=§6Timp intre teleportari\:§c {0} +timeBeforeHeal=Timp pana la urmatoarea vindecare\: {0}. +timeBeforeTeleport=Timp intre teleportari\: {0} timeCommandUsage1=/<command> timeFormat=§c{0}§6 or §c{1}§6 or §c{2}§6 timeSetPermission=§4Nu ai permisiunea sa setezi timpul. timeSetWorldPermission=§4You are not authorized to set the time in world ''{0}''. +timeWorldAdd=The time was moved forward by {0} in\: {1}. timeWorldCurrent=§6Timpul curent in lumea§c {0} §6este §c{1}§6. +timeWorldCurrentSign=The current time is {0}. timeWorldSet=§6Timul a fost setat u00a7c {0} §6in\: §c{1}§6. toggleshoutCommandUsage=/<command> [player] [on|off] toggleshoutCommandUsage1=/<command> [player] @@ -698,6 +829,7 @@ tpdenyCommandUsage1=/<command> tphereCommandDescription=Teleporteaza un jucator catre tine.\n tprCommandUsage=/<command> tprCommandUsage1=/<command> +tprSuccess=Teleporting to a random location... tps=§6TPSul curent \= {0} tptoggleCommandUsage=/<command> [player] [on|off] tptoggleCommandUsage1=/<command> [player] @@ -710,7 +842,7 @@ typeTpacancel=§6To cancel this request, type §c/tpacancel§6. typeTpaccept=§6Pentru a accepta teleportarea, scrie §c/tpaccept§6. typeTpdeny=§6Pentru a refuza teleportarea, scrie §c/tpdeny§6. typeWorldName=§6De asemenea poti scrie numele unei lumi. -unableToSpawnItem=§4Nu se poate produce §c{0}§4, Acest item nu este productibil. +unableToSpawnItem=§4Nu se poate spawna §c{0}§4, nu e un item spawnabil. unableToSpawnMob=§4Nu se poate genera mobul. unignorePlayer=§6Nu-l mai ignori pe§c {0} §6de acum inainte. unknownItemId=§4Nu se cunoaste codul obiectului\:§r {0}§4. @@ -720,6 +852,8 @@ unlimitedItemPermission=§4No permission for unlimited item §c{0}§4. unlimitedItems=§6Obiecte nelimitate\:§r unmutedPlayer=§6Jucatorul§c {0} §6are voie sa vorbeasca. unsafeTeleportDestination=Destinatia de teleportare este nesigura si teleportarea in siguranta este dezactivata. +unsupportedBrand=The server platform you are currently running does not provide the capabilities for this feature. +unsupportedFeature=This feature is not supported on the current server version. unvanishedReload=§4O reincarcare te-a fortat sa devii din nou vizibil. upgradingFilesError=Eroare urcand fisierele. uptime=§6Timp total\:§c {0} @@ -728,9 +862,13 @@ userAFKWithMessage=§5{0} §5este acum AFK si este posibil sa nu raspunda. {1} userdataMoveBackError=Mutarea datelor jucatorilor a esuat. /{0}.tmp catre datele jucatorilor /{1}\! userdataMoveError=Mutarea datelor jucatorilor a esuat. /{0} catre datele jucatorilor /{1}.tmp\! userDoesNotExist=§4Jucatorul§c {0} §4nu exista. +uuidDoesNotExist=The user with UUID {0} does not exist. userIsAway=§5{0} §5este AFK. userIsAwayWithMessage=§5{0} §5este AFK. userIsNotAway=§5{0} §5nu mai este AFK. +userIsAwaySelf=You are now AFK. +userIsAwaySelfWithMessage=You are now AFK. +userIsNotAwaySelf=You are no longer AFK. userJailed=§6Ai fost inchis\! userUnknown=§4Advertisment\: Jucatorul ''§c{0}§4'' nu a intrat niciodata pe acest server. usingTempFolderForTesting=Se utilizicea un folder temportat pentru test\: @@ -738,17 +876,35 @@ vanish=§6Invizibil pentru {0}§6\: {1} vanishCommandUsage=/<command> [player] [on|off] vanishCommandUsage1=/<command> [player] vanished=§6Ai devenit invizibil. -versionOutputVaultMissing=§4Vault nu este instalat. Chat şi permisiunile poate nu funcţioneze. -versionOutputFine=§6{0} versiune\: §a{1} -versionOutputWarn=§6{0} versiune\: §a{1} -versionOutputUnsupported=§d{0} §6versiunea\: §d{1} -versionOutputUnsupportedPlugins=§6Se execută §dunsupported plugins§6\! +versionCheckDisabled=Update checking disabled in config. +versionCustom=Unable to check your version\! Self-built? Build information\: {0}. +versionDevBehind=You''re {0} EssentialsX dev build(s) out of date\! +versionDevDiverged=You''re running an experimental build of EssentialsX that is {0} builds behind the latest dev build\! +versionDevDivergedBranch=Feature Branch\: {0}. +versionDevDivergedLatest=You''re running an up to date experimental EssentialsX build\! +versionDevLatest=You''re running the latest EssentialsX dev build\! +versionError=Error while fetching EssentialsX version information\! Build information\: {0}. +versionErrorPlayer=Error while checking EssentialsX version information\! +versionFetching=Fetching version information... +versionOutputVaultMissing=§4Vault nu este instalat. Chatul si permisiune s-ar putea sa nu fie functionale. +versionOutputFine={0} versiune\: {1} +versionOutputWarn=§6{0} versiune\: §c{1} +versionOutputUnsupported=§d{0} §6versiune\: §d{1} +versionOutputUnsupportedPlugins=§6Rulezi §dpluginuri nesuportate§6\! +versionOutputEconLayer=Economy Layer\: {0} versionMismatch=§4Versiunea nu se potriveste\! Fa update {0} la aceasi versiune. versionMismatchAll=§4Versiunea nu se potriveste\! Fa uptate la acceasi versiune. +versionReleaseLatest=You''re running the latest stable version of EssentialsX\! +versionReleaseNew=There is a new EssentialsX version available for download\: {0}. +versionReleaseNewLink=Download it here\: {0} voiceSilenced=§6Vocea ta e fost interzisa +voiceSilencedTime=Your voice has been silenced for {0}\! +voiceSilencedReason=Your voice has been silenced\! Reason\: {0} +voiceSilencedReasonTime=Your voice has been silenced for {0}\! Reason\: {1} walking=mergand warpCommandUsage1=/<command> [page] warpDeleteError=§4Problema in stergerea teleportarii. +warpInfo=Information for warp {0}\: warpinfoCommandUsage=/<command> <warp> warpinfoCommandUsage1=/<command> <warp> warpingTo=§6Teleporteaza catre§c {0}§6. @@ -761,14 +917,19 @@ warpsCount=§6There are§c {0} §6warps. Showing page §c{1} §6of §c{2}§6. warpSet=§6teleportarea§c {0} §6setata. warpUsePermission=§4Nu ai permisiunea de a utiliza aceasta teleportare. weatherInvalidWorld=Lumea numita {0} nu a fost gasita\! +weatherSignStorm=Weather\: stormy. +weatherSignSun=Weather\: sunny. weatherStorm=§6Ai setat vremea din §cstorm§6 in§c {0}§6. +weatherStormFor=§6Ai setat vremea din §cstorm§6 in§c {0} §6pentru {1} secunde. weatherSun=§6Ai setat vremea din §csun§6 in§c {0}§6. +weatherSunFor=§6Ai setat vremea din §csun§6 in§c {0} §6pentru {1} secunde. west=W whoisAFK=§6 - AFK\:§r {0} whoisAFKSince=§6 - AFK\:§r {0} (Since {1}) whoisBanned=§6 - Interzisi\:§r {0} whoisExp=§6 - Experience\:§r {0} (Level {1}) whoisFly=§6 - Mod zburator\:§r {0} ({1}) +whoisSpeed=- Speed\: {0} whoisGamemode=§6 - Mod de joc\:§r {0} whoisGeoLocation=§6 - Locatie\:§r {0} whoisGod=§6 - Modul GOD\:§r {0} @@ -779,6 +940,7 @@ whoisJail=§6 - Inchisi\:§r {0} whoisLocation=§6 - Locatia\: §r ({0}, {1}, {2}, {3}) whoisMoney=§6 - Bani\:§r {0} whoisMuted=§6 - Vorbit interzis\:§r {0} +whoisMutedReason=- Muted\: {0} Reason\: {1} whoisNick=§6 - Nume\:§r {0} whoisOp=§6 - OP\:§r {0} whoisPlaytime=§6 - Playtime\:§r {0} diff --git a/Essentials/src/main/resources/messages_ru.properties b/Essentials/src/main/resources/messages_ru.properties index 2b6b04b2c6b..e8ac1496666 100644 --- a/Essentials/src/main/resources/messages_ru.properties +++ b/Essentials/src/main/resources/messages_ru.properties @@ -236,7 +236,7 @@ disableUnlimited=§6Отключено неограниченное размещ discordbroadcastCommandDescription=Направляет сообщение в указанный Discord-канал. discordbroadcastCommandUsage=/<command> <канал> <сообщение> discordbroadcastCommandUsage1=/<command> <канал> <сообщение> -discordbroadcastCommandUsage1Description=&c&lИНФО &fОтправляет указанное сообщение в указанный Discord-канал +discordbroadcastCommandUsage1Description=Отправляет заданное сообщение в указанный Discord-канал discordbroadcastInvalidChannel=§4Discord-канал §c{0}§4 не существует. discordbroadcastPermission=§4У вас нет прав для отправки сообщений в канал §c{0}§4. discordbroadcastSent=§6Сообщение отправлено в канал §c{0}§6\! @@ -279,7 +279,7 @@ dumpConsoleUrl=Дамп сервера был создан\: §c{0} dumpCreating=§6Создание дампа сервера... dumpDeleteKey=§6Если вы захотите позже удалить этот дамп, используйте следующий ключ удаления\: §c{0} dumpError=§4Произошла ошибка при создании дампа §c{0}§4. -dumpErrorUpload=§4Произошла ошибка при выгрузке §c{0}§4\: §c{1} +dumpErrorUpload=§4Произошла ошибка при загрузке §c{0}§4\: §c{1} dumpUrl=§6Создан дамп сервера\: §c{0} duplicatedUserdata=Дублированные файлы пользователей\: {0} и {1}. durability=§6У этого предмета ещё §c{0}§6 использований. @@ -383,8 +383,8 @@ fireworkCommandUsage4=/<command> <метаданные> fireworkCommandUsage4Description=Добавляет указанный эффект на удерживаемый фейерверк fireworkEffectsCleared=§6Убраны все эффекты с удерживаемого стака. fireworkSyntax=§6Параметры фейерверка\:§c color\:<цвет> [fade\:<цвет>] [shape\:<форма>] [effect\:<эффект>]\n§6Чтобы использовать несколько цветов/эффектов, разделяйте значения запятыми\: §cred,blue,pink\n§6Формы\:§c star, ball, large, creeper, burst§6. Эффекты\:§c trail, twinkle§6. -fixedHomes=Недействительные точки дома удалены. -fixingHomes=Удаление недействительных точек дома... +fixedHomes=Недействительные дома удалены. +fixingHomes=Удаление недействительных домов... flyCommandDescription=Лети, как птица\! flyCommandUsage=/<command> [игрок] [on|off] flyCommandUsage1=/<command> [игрок] @@ -1022,14 +1022,17 @@ replyLastRecipientDisabledFor=§6Ответ последнему получат replyLastRecipientEnabled=§6Ответ последнему получателю сообщения §cвключен§6. replyLastRecipientEnabledFor=§6Ответ последнему получателю сообщения §cвключен §6для §c{0}§6. requestAccepted=§6Запрос на телепортацию принят. +requestAcceptedAll=§6Принят(ы) §c{0} §6ожидающий(е) запрос(ы) на телепортацию. requestAcceptedAuto=§6Автоматически принят запрос на телепортацию от {0}. requestAcceptedFrom=§c{0} §6принял Ваш запрос на телепортацию. requestAcceptedFromAuto=§c{0} §6автоматически принял Ваш запрос на телепортацию. requestDenied=§6Запрос на телепортацию отклонён. +requestDeniedAll=§6Отклонен(ы) §c{0} §6ожидающий(е) запрос(ы) на телепортацию. requestDeniedFrom=§c{0} §6отклонил Ваш запрос на телепортацию. requestSent=§6Запрос отправлен игроку§c {0}§6. requestSentAlready=§4Вы уже отправили игроку {0}§4 запрос на телепортацию. requestTimedOut=§4Время запроса на телепортацию вышло. +requestTimedOutFrom=§4Запрос на телепортацию от §c{0} §4истек. resetBal=§6Баланс был сброшен на §a{0} §6для всех онлайн игроков. resetBalAll=§6Баланс был сброшен на §a{0} §6для всех игроков. rest=§6Вы чувствуете себя отдохнувшим. @@ -1289,10 +1292,14 @@ tpacancelCommandUsage1=/<command> tpacancelCommandUsage1Description=Отменяет все ваши ожидающие подтверждения запросы на телепортацию tpacancelCommandUsage2=/<command> <игрок> tpacancelCommandUsage2Description=Отменяет все ваши ожидающие подтверждения запросы на телепортацию к указанному игроку +tpacceptCommandDescription=Принимает запросы на телепортацию. tpacceptCommandUsage=/<command> [игрок] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=Принимает самый последний запрос на телепортацию tpacceptCommandUsage2=/<command> <игрок> +tpacceptCommandUsage2Description=Принимает запрос на телепортацию от указанного игрока tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=Принимает все запросы на телепортацию tpahereCommandDescription=Запрашивает указанного игрока телепортироваться к Вам. tpahereCommandUsage=/<command> <игрок> tpahereCommandUsage1=/<command> <игрок> @@ -1305,10 +1312,14 @@ tpautoCommandDescription=Включает автоматический приё tpautoCommandUsage=/<command> [игрок] tpautoCommandUsage1=/<command> [игрок] tpautoCommandUsage1Description=Вкл\\Выкл автоматический прием запросов на телепортацию у Вас, или у другого игрока, если указано +tpdenyCommandDescription=Отклоняет запросы на телепортацию. tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=Отклоняет самый последний запрос на телепортацию tpdenyCommandUsage2=/<command> <игрок> +tpdenyCommandUsage2Description=Отклоняет запрос на телепортацию от указанного игрока tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=Отклоняет все запросы на телепортацию tphereCommandDescription=Телепортирует игрока к Вам. tphereCommandUsage=/<command> <игрок> tphereCommandUsage1=/<command> <игрок> diff --git a/Essentials/src/main/resources/messages_sk.properties b/Essentials/src/main/resources/messages_sk.properties index 4583f6c2047..e0a4643be3d 100644 --- a/Essentials/src/main/resources/messages_sk.properties +++ b/Essentials/src/main/resources/messages_sk.properties @@ -830,14 +830,17 @@ replyLastRecipientDisabledFor=§6Odpovedanie poslednému príjemcovi §cvypnuté replyLastRecipientEnabled=§6Odpovedanie poslednému príjemcovi §czapnuté§6. replyLastRecipientEnabledFor=§6Odpovedanie poslednému príjemcovi §czapnuté §6pre §c{0}§6. requestAccepted=§6Žiadosť o teleport bola prijatá. +requestAcceptedAll=§c{0} §6žiadostí o teleport bolo prijatých. requestAcceptedAuto=§6Žiadosť o teleport od hráča {0} bola automaticky prijatá. requestAcceptedFrom=§6Hráč §c{0} §6prijal tvoju žiadosť o teleport. requestAcceptedFromAuto=§6Hráč §c{0}§6 automaticky prijal tvoju žiadosť o teleport. requestDenied=§6Žiadosť o teleport bola zamietnutá. +requestDeniedAll=§c{0} §6žiadostí o teleport bolo zamietnutých. requestDeniedFrom=§6Hráč §c{0} §6zamietol tvoju žiadosť o teleport. requestSent=§6Žiadosť odoslaná hráčovi§c {0}§6. requestSentAlready=§4Hráčovi §c{0}§4 si už odoslal žiadosť o teleport. requestTimedOut=§4Žiadosť o teleport vypršala. +requestTimedOutFrom=§4Žiadosť o teleport od §c{0} §4vypršala. resetBal=§6Stav účtu bol obnovený na §c{0} §6pre všetkých online hráčov. resetBalAll=§6Stav účtu bol obnovený na §c{0} §6pre všetkých hráčov. rest=§6Cítiš sa odpočinutý. @@ -1028,10 +1031,14 @@ tpacancelCommandDescription=Zruší všetky nezodpovedané žiadosti o teleport. tpacancelCommandUsage=/<command> [hráč] tpacancelCommandUsage1=/<command> tpacancelCommandUsage2=/<command> <hráč> +tpacceptCommandDescription=Prijme žiadosti o teleport. tpacceptCommandUsage=/<command> [iný_hráč] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=Prijme najnovšiu žiadosť o teleport tpacceptCommandUsage2=/<command> <hráč> +tpacceptCommandUsage2Description=Prijme žiadosť o teleport od zadaného hráča tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=Prijme všetky žiadosti o teleport tpahereCommandDescription=Požiadaj daného hráča o teleport k tebe. tpahereCommandUsage=/<command> <hráč> tpahereCommandUsage1=/<command> <hráč> @@ -1041,10 +1048,14 @@ tpallCommandUsage1=/<command> [hráč] tpautoCommandDescription=Automaticky prijímať žiadosti o teleportovanie. tpautoCommandUsage=/<command> [hráč] tpautoCommandUsage1=/<command> [hráč] +tpdenyCommandDescription=Zamietne všetky žiadosti o teleport. tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=Zamietne najnovšiu žiadosť o teleport tpdenyCommandUsage2=/<command> <hráč> +tpdenyCommandUsage2Description=Zamietne žiadosť o teleport od zadaného hráča tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=Zamietne všetky žiadosti o teleport tphereCommandDescription=Teleportuje hráča k tebe. tphereCommandUsage=/<command> <hráč> tphereCommandUsage1=/<command> <hráč> diff --git a/Essentials/src/main/resources/messages_zh.properties b/Essentials/src/main/resources/messages_zh.properties index 34397c6e907..ec0dd34e3dd 100644 --- a/Essentials/src/main/resources/messages_zh.properties +++ b/Essentials/src/main/resources/messages_zh.properties @@ -1022,14 +1022,17 @@ replyLastRecipientDisabledFor=§6已为§c{0}禁用§6回复最后一位消息 replyLastRecipientEnabled=§6已§c启用§6回复最后一位消息发送者。 replyLastRecipientEnabledFor=§6已为§c{0}启用§6回复最后一位消息发送者。 requestAccepted=§6已接受传送请求。 +requestAcceptedAll=§6已接受 §c{0} §6待处理的传送请求。 requestAcceptedAuto=§6已自动接受了来自{0}的传送请求。 requestAcceptedFrom=§c{0}§6接受了你的传送请求。 requestAcceptedFromAuto=§c{0}§6自动接受了你的传送请求。 requestDenied=§6已拒绝传送请求。 +requestDeniedAll=§6已拒绝所有§c{0} §6待处理的传送请求。 requestDeniedFrom=§c{0}§6拒绝了你的传送请求。 requestSent=§6请求已发送给§c{0}§6。 requestSentAlready=§4你已经给{0}§4发送了一个传送请求。 requestTimedOut=§4传送请求已超时。 +requestTimedOutFrom=§4 §c{0} 的传送请求§4已超时 resetBal=§6所有在线玩家的金钱已被重置为§c{0}§6。 resetBalAll=§6所有玩家的金钱已被重置为§c{0}§6。 rest=§6你休息好了。 @@ -1289,10 +1292,14 @@ tpacancelCommandUsage1=/<command> tpacancelCommandUsage1Description=取消你所有未完成的传送请求 tpacancelCommandUsage2=/<command> <玩家> tpacancelCommandUsage2Description=取消与指定玩家所有未完成的传送请求 +tpacceptCommandDescription=接受传送请求。 tpacceptCommandUsage=/<command> [其他玩家] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=接受最近的传送请求 tpacceptCommandUsage2=/<command> <玩家> +tpacceptCommandUsage2Description=接受指定玩家的传送请求 tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=接受所有传送请求。 tpahereCommandDescription=请求指定玩家传送到你的位置。 tpahereCommandUsage=/<command> <玩家> tpahereCommandUsage1=/<command> <玩家> @@ -1305,10 +1312,14 @@ tpautoCommandDescription=自动接受传送请求。 tpautoCommandUsage=/<command> [玩家] tpautoCommandUsage1=/<command> [玩家] tpautoCommandUsage1Description=为你自己(或指定玩家)切换是否自动接受传送请求 +tpdenyCommandDescription=拒绝传送请求。 tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=拒绝最近的传送请求 tpdenyCommandUsage2=/<command> <玩家> +tpdenyCommandUsage2Description=拒绝从特定玩家发来的传送请求 tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=拒绝所有传送请求。 tphereCommandDescription=传送玩家到你的位置。 tphereCommandUsage=/<command> <玩家> tphereCommandUsage1=/<command> <玩家> diff --git a/Essentials/src/main/resources/messages_zh_TW.properties b/Essentials/src/main/resources/messages_zh_TW.properties index 29f631596cf..4ba34fb9630 100644 --- a/Essentials/src/main/resources/messages_zh_TW.properties +++ b/Essentials/src/main/resources/messages_zh_TW.properties @@ -241,7 +241,7 @@ discordbroadcastInvalidChannel=§4不存在 §c{0}§4 Discord 頻道。 discordbroadcastPermission=§4你沒有傳送訊息到 §c{0}§4 頻道的權限。 discordbroadcastSent=§6已傳送訊息 ​§c{0}§6 ! discordCommandDescription=將 Discord 邀請連結傳給玩家。 -discordCommandLink=§6加入我們的 Discord 伺服器: §c{0}§6 ! +discordCommandLink=§6加入我們的 Discord 伺服器 : §c{0}§6 ! discordCommandUsage=/<command> discordCommandUsage1=/<command> discordCommandUsage1Description=將 Discord 邀請連結傳給玩家 @@ -1022,14 +1022,17 @@ replyLastRecipientDisabledFor=§c已關閉 {0} §6的回覆上一則訊息功能 replyLastRecipientEnabled=§a已開啟§6 回覆上一則訊息功能。 replyLastRecipientEnabledFor=§a已開啟§c {0} §6的回覆上一則訊息功能。 requestAccepted=§6已接受傳送請求。 +requestAcceptedAll=§6已接受 §c{0} §6的待處理傳送請求。 requestAcceptedAuto=§6自動接受來自 {0} 的傳送請求。 requestAcceptedFrom=§c{0} §6接受了你的傳送請求。 requestAcceptedFromAuto=§c{0} §6自動接受你的傳送請求。 requestDenied=§6已拒絕傳送請求。 +requestDeniedAll=§6已拒絕 §c{0} §6的待處理傳送請求。 requestDeniedFrom=§c{0}§6 拒絕了你的傳送請求。 requestSent=§6請求已發送給§c {0}§6。 requestSentAlready=§4你已將傳送請求發送給 {0}§4。 requestTimedOut=§4傳送請求超時。 +requestTimedOutFrom=§4來自 §c{0} §4的傳送請求已超時。 resetBal=§6所有線上玩家的金錢已被重設為 §c{0}§6。 resetBalAll=§6所有玩家的金錢已被重設為 §c{0}§6。 rest=§6你感到精神飽滿。 @@ -1289,10 +1292,14 @@ tpacancelCommandUsage1=/<command> tpacancelCommandUsage1Description=取消你所有未完成的傳送請求 tpacancelCommandUsage2=/<command> <player> tpacancelCommandUsage2Description=取消指定玩家所有未完成的傳送請求 +tpacceptCommandDescription=接受傳送請求。 tpacceptCommandUsage=/<command> [otherplayer] tpacceptCommandUsage1=/<command> +tpacceptCommandUsage1Description=接受最近一次的傳送請求 tpacceptCommandUsage2=/<command> <player> +tpacceptCommandUsage2Description=接受來自指定玩家的傳送請求 tpacceptCommandUsage3=/<command> * +tpacceptCommandUsage3Description=接受所有傳送請求 tpahereCommandDescription=請求指定的玩家傳送到你身邊。 tpahereCommandUsage=/<command> <player> tpahereCommandUsage1=/<command> <player> @@ -1305,10 +1312,14 @@ tpautoCommandDescription=自動接受所有傳送請求。 tpautoCommandUsage=/<command> [player] tpautoCommandUsage1=/<command> [player] tpautoCommandUsage1Description=切換你或指定玩家的是否自動接受傳送請求 +tpdenyCommandDescription=拒絕傳送請求 tpdenyCommandUsage=/<command> tpdenyCommandUsage1=/<command> +tpdenyCommandUsage1Description=拒絕最近一次的傳送請求 tpdenyCommandUsage2=/<command> <player> +tpdenyCommandUsage2Description=拒絕來自指定玩家的傳送請求 tpdenyCommandUsage3=/<command> * +tpdenyCommandUsage3Description=拒絕所有傳送請求 tphereCommandDescription=傳送玩家到你身邊。 tphereCommandUsage=/<command> <player> tphereCommandUsage1=/<command> <player> From 5c46bea2ca52f474ce1a02bbbf5ff8a756ecf544 Mon Sep 17 00:00:00 2001 From: sxphirus <robandryancrew@gmail.com> Date: Thu, 20 Jan 2022 15:05:31 +0000 Subject: [PATCH 3/9] Add translation key for /near entries (#4740) --- .../java/com/earth2me/essentials/commands/Commandnear.java | 3 +-- Essentials/src/main/resources/messages.properties | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnear.java b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnear.java index a2ce6c1780f..c829a143b79 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnear.java +++ b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnear.java @@ -3,7 +3,6 @@ import com.earth2me.essentials.CommandSource; import com.earth2me.essentials.User; import com.google.common.collect.Lists; -import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.Server; import org.bukkit.World; @@ -109,7 +108,7 @@ private String getLocal(final User user, final long radius) { if (nearbyPlayer == null) { continue; } - output.append(nearbyPlayer.getDisplayName()).append(ChatColor.WHITE + "(" + ChatColor.RED).append((long) nearbyPlayer.getLocation().distance(loc)).append("m" + ChatColor.WHITE + ")"); + output.append(tl("nearbyPlayersList", nearbyPlayer.getDisplayName(), (long)nearbyPlayer.getLocation().distance(loc))); } return output.length() > 1 ? output.toString() : tl("none"); diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 526dc22db3c..516f78ed02c 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -779,6 +779,7 @@ nearCommandUsage3Description=Lists all players within the default near radius of nearCommandUsage4=/<command> <player> <radius> nearCommandUsage4Description=Lists all players within the given radius of the specified player nearbyPlayers=\u00a76Players nearby\:\u00a7r {0} +nearbyPlayersList={0}\u00a7f(\u00a7c{1}m\u00a7f) negativeBalanceError=\u00a74User is not allowed to have a negative balance. nickChanged=\u00a76Nickname changed. nickCommandDescription=Change your nickname or that of another player. From c6fe160b47d536494af1397caa2d85ca285ff2a9 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:13:16 -0500 Subject: [PATCH 4/9] Fix Paper command executor on modern Paper versions (#4791) --- .../net/ess3/provider/providers/BukkitSenderProvider.java | 2 +- providers/PaperProvider/build.gradle | 4 +++- .../net/ess3/provider/providers/PaperCommandSender.java | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/providers/BaseProviders/src/main/java/net/ess3/provider/providers/BukkitSenderProvider.java b/providers/BaseProviders/src/main/java/net/ess3/provider/providers/BukkitSenderProvider.java index 4228a67b789..cf5a739ca07 100644 --- a/providers/BaseProviders/src/main/java/net/ess3/provider/providers/BukkitSenderProvider.java +++ b/providers/BaseProviders/src/main/java/net/ess3/provider/providers/BukkitSenderProvider.java @@ -12,7 +12,7 @@ import java.util.UUID; public class BukkitSenderProvider implements CommandSender { - private final ConsoleCommandSender base; + protected final ConsoleCommandSender base; private final MessageHook hook; public BukkitSenderProvider(ConsoleCommandSender base, MessageHook hook) { diff --git a/providers/PaperProvider/build.gradle b/providers/PaperProvider/build.gradle index af8d56f80d3..729cc7b7ca8 100644 --- a/providers/PaperProvider/build.gradle +++ b/providers/PaperProvider/build.gradle @@ -7,7 +7,9 @@ java { } dependencies { - implementation project(':providers:BaseProviders') + implementation(project(':providers:BaseProviders')) { + exclude(module: 'spigot-api') + } compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT' compileOnly 'io.papermc.paper:paper-mojangapi:1.18.1-R0.1-SNAPSHOT' } diff --git a/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java b/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java index 25fba1166ae..5c7c92b5432 100644 --- a/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java +++ b/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java @@ -7,6 +7,7 @@ import net.kyori.adventure.text.ComponentLike; import org.bukkit.Bukkit; import org.bukkit.command.ConsoleCommandSender; +import org.jetbrains.annotations.NotNull; public class PaperCommandSender extends BukkitSenderProvider { public PaperCommandSender(ConsoleCommandSender base, MessageHook hook) { @@ -76,4 +77,9 @@ public void sendMessage(Identified source, Component message, MessageType type) public void sendDumbComponent(Component message) { sendMessage(Bukkit.getUnsafe().legacyComponentSerializer().serialize(message)); } + + @Override + public @NotNull Component name() { + return base.name(); + } } From 41f5cc317507fc1b07a2cfd155361fc039823234 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 6 Feb 2022 12:56:13 -0500 Subject: [PATCH 5/9] Use Paper command forwarding API (#4794) Uses API added in PaperMC/Paper@9940bca, when available. --- .../discord/util/DiscordCommandSender.java | 17 ++++-- .../providers/PaperCommandSender.java | 52 ++++++++++++++----- 2 files changed, 54 insertions(+), 15 deletions(-) diff --git a/EssentialsDiscord/src/main/java/net/essentialsx/discord/util/DiscordCommandSender.java b/EssentialsDiscord/src/main/java/net/essentialsx/discord/util/DiscordCommandSender.java index 8bf7c5decaa..f8389c9e43b 100644 --- a/EssentialsDiscord/src/main/java/net/essentialsx/discord/util/DiscordCommandSender.java +++ b/EssentialsDiscord/src/main/java/net/essentialsx/discord/util/DiscordCommandSender.java @@ -6,11 +6,12 @@ import net.ess3.provider.providers.PaperCommandSender; import net.essentialsx.discord.JDADiscordService; import org.bukkit.Bukkit; +import org.bukkit.command.CommandSender; import org.bukkit.command.ConsoleCommandSender; import org.bukkit.scheduler.BukkitTask; public class DiscordCommandSender { - private final BukkitSenderProvider sender; + private final CommandSender sender; private BukkitTask task; private String responseBuffer = ""; private long lastTime = System.currentTimeMillis(); @@ -20,7 +21,7 @@ public DiscordCommandSender(JDADiscordService jda, ConsoleCommandSender sender, responseBuffer = responseBuffer + (responseBuffer.isEmpty() ? "" : "\n") + MessageUtil.sanitizeDiscordMarkdown(FormatUtil.stripFormat(message)); lastTime = System.currentTimeMillis(); }; - this.sender = (VersionUtil.isPaper() && VersionUtil.getServerBukkitVersion().isHigherThanOrEqualTo(VersionUtil.v1_16_5_R01)) ? new PaperCommandSender(sender, hook) : new BukkitSenderProvider(sender, hook); + this.sender = getCustomSender(sender, hook); task = Bukkit.getScheduler().runTaskTimerAsynchronously(jda.getPlugin(), () -> { if (!responseBuffer.isEmpty() && System.currentTimeMillis() - lastTime >= 1000) { @@ -36,11 +37,21 @@ public DiscordCommandSender(JDADiscordService jda, ConsoleCommandSender sender, }, 0, 20); } + private CommandSender getCustomSender(final ConsoleCommandSender consoleSender, final BukkitSenderProvider.MessageHook hook) { + if (VersionUtil.isPaper() && VersionUtil.getServerBukkitVersion().isHigherThanOrEqualTo(VersionUtil.v1_16_5_R01)) { + if (PaperCommandSender.forwardingSenderAvailable()) { + return PaperCommandSender.createCommandSender(hook::sendMessage); + } + return new PaperCommandSender(consoleSender, hook); + } + return new BukkitSenderProvider(consoleSender, hook); + } + public interface CmdCallback { void onMessage(String message); } - public BukkitSenderProvider getSender() { + public CommandSender getSender() { return sender; } } diff --git a/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java b/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java index 5c7c92b5432..b19f262baff 100644 --- a/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java +++ b/providers/PaperProvider/src/main/java/net/ess3/provider/providers/PaperCommandSender.java @@ -1,21 +1,49 @@ package net.ess3.provider.providers; +import io.papermc.paper.text.PaperComponents; import net.kyori.adventure.audience.MessageType; import net.kyori.adventure.identity.Identified; import net.kyori.adventure.identity.Identity; import net.kyori.adventure.text.Component; import net.kyori.adventure.text.ComponentLike; import org.bukkit.Bukkit; +import org.bukkit.command.CommandSender; import org.bukkit.command.ConsoleCommandSender; import org.jetbrains.annotations.NotNull; +import java.util.function.Consumer; + public class PaperCommandSender extends BukkitSenderProvider { + private static final boolean FORWARDING_SENDER_AVAILABLE; + + static { + boolean jmpHappy; + try { + Bukkit.createCommandSender(component -> {}); + jmpHappy = true; + } catch (NoSuchMethodError ignored) { + jmpHappy = false; + } + FORWARDING_SENDER_AVAILABLE = jmpHappy; + } + public PaperCommandSender(ConsoleCommandSender base, MessageHook hook) { super(base, hook); } + public static boolean forwardingSenderAvailable() { + return FORWARDING_SENDER_AVAILABLE; + } + + public static CommandSender createCommandSender(Consumer<String> consumer) { + if (!forwardingSenderAvailable()) { + return null; + } + return Bukkit.createCommandSender(component -> consumer.accept(PaperComponents.legacySectionSerializer().serialize(component))); + } + @Override - public void sendMessage(Identity identity, Component message, MessageType type) { + public void sendMessage(@NotNull Identity identity, @NotNull Component message, @NotNull MessageType type) { sendDumbComponent(message); } @@ -25,57 +53,57 @@ public void sendMessage(ComponentLike message) { } @Override - public void sendMessage(Identified source, ComponentLike message) { + public void sendMessage(@NotNull Identified source, ComponentLike message) { sendDumbComponent(message.asComponent()); } @Override - public void sendMessage(Identity source, ComponentLike message) { + public void sendMessage(@NotNull Identity source, ComponentLike message) { sendDumbComponent(message.asComponent()); } @Override - public void sendMessage(Component message) { + public void sendMessage(@NotNull Component message) { sendDumbComponent(message); } @Override - public void sendMessage(Identified source, Component message) { + public void sendMessage(@NotNull Identified source, @NotNull Component message) { sendDumbComponent(message); } @Override - public void sendMessage(Identity source, Component message) { + public void sendMessage(@NotNull Identity source, @NotNull Component message) { sendDumbComponent(message); } @Override - public void sendMessage(ComponentLike message, MessageType type) { + public void sendMessage(ComponentLike message, @NotNull MessageType type) { sendDumbComponent(message.asComponent()); } @Override - public void sendMessage(Identified source, ComponentLike message, MessageType type) { + public void sendMessage(@NotNull Identified source, ComponentLike message, @NotNull MessageType type) { sendDumbComponent(message.asComponent()); } @Override - public void sendMessage(Identity source, ComponentLike message, MessageType type) { + public void sendMessage(@NotNull Identity source, ComponentLike message, @NotNull MessageType type) { sendDumbComponent(message.asComponent()); } @Override - public void sendMessage(Component message, MessageType type) { + public void sendMessage(@NotNull Component message, @NotNull MessageType type) { sendDumbComponent(message); } @Override - public void sendMessage(Identified source, Component message, MessageType type) { + public void sendMessage(@NotNull Identified source, @NotNull Component message, @NotNull MessageType type) { sendDumbComponent(message); } public void sendDumbComponent(Component message) { - sendMessage(Bukkit.getUnsafe().legacyComponentSerializer().serialize(message)); + sendMessage(PaperComponents.legacySectionSerializer().serialize(message)); } @Override From d23796dade9604d34fc64410738f7c12fa3b2db8 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:01:51 -0500 Subject: [PATCH 6/9] Support doubles in /tppos (#4729) Closes #1785 --- .../java/com/earth2me/essentials/commands/Commandtppos.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandtppos.java b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandtppos.java index 428dd20b55f..a536898ae11 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandtppos.java +++ b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandtppos.java @@ -26,9 +26,9 @@ public void run(final Server server, final User user, final String commandLabel, throw new NotEnoughArgumentsException(); } - final double x = args[0].startsWith("~") ? user.getLocation().getX() + (args[0].length() > 1 ? Integer.parseInt(args[0].substring(1)) : 0) : Integer.parseInt(args[0]); - final double y = args[1].startsWith("~") ? user.getLocation().getY() + (args[1].length() > 1 ? Integer.parseInt(args[1].substring(1)) : 0) : Integer.parseInt(args[1]); - final double z = args[2].startsWith("~") ? user.getLocation().getZ() + (args[2].length() > 1 ? Integer.parseInt(args[2].substring(1)) : 0) : Integer.parseInt(args[2]); + final double x = args[0].startsWith("~") ? user.getLocation().getX() + (args[0].length() > 1 ? Double.parseDouble(args[0].substring(1)) : 0) : Double.parseDouble(args[0]); + final double y = args[1].startsWith("~") ? user.getLocation().getY() + (args[1].length() > 1 ? Double.parseDouble(args[1].substring(1)) : 0) : Double.parseDouble(args[1]); + final double z = args[2].startsWith("~") ? user.getLocation().getZ() + (args[2].length() > 1 ? Double.parseDouble(args[2].substring(1)) : 0) : Double.parseDouble(args[2]); final Location loc = new Location(user.getWorld(), x, y, z, user.getLocation().getYaw(), user.getLocation().getPitch()); if (args.length == 4) { final World w = ess.getWorld(args[3]); From ddc258ed1124ccb6de32df4fd517e02bbb3398c9 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:18:40 -0500 Subject: [PATCH 7/9] Fix teleport request queue being reversed order (#4755) Fix #4753 --- .../java/com/earth2me/essentials/IUser.java | 8 +++---- .../java/com/earth2me/essentials/User.java | 24 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/IUser.java b/Essentials/src/main/java/com/earth2me/essentials/IUser.java index 797df13e439..b8784add50a 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/IUser.java +++ b/Essentials/src/main/java/com/earth2me/essentials/IUser.java @@ -261,12 +261,12 @@ public interface IUser { * period are removed from queue and therefore not returned here. The maximum size of this * queue is determined by {@link ISettings#getTpaMaxRequests()}. * - * @param inform true if the underlying {@link IUser} should be informed if a request expires during iteration. - * @param performExpirations true if this method should not spend time validating time for all items in the queue and just return the first item in the queue. - * @param excludeHere true if /tphere requests should be ignored in fetching the next tpa request. + * @param inform true if the underlying {@link IUser} should be informed if a request expires during iteration. + * @param ignoreExpirations true if this method should not process expirations for the entire queue and stop execution on the first unexpired request. + * @param excludeHere true if /tphere requests should be ignored in fetching the next tpa request. * @return A {@link TpaRequest} corresponding to the next available request or null if no valid request is present. */ - @Nullable TpaRequest getNextTpaRequest(boolean inform, boolean performExpirations, boolean excludeHere); + @Nullable TpaRequest getNextTpaRequest(boolean inform, boolean ignoreExpirations, boolean excludeHere); /** * Whether or not this {@link IUser} has any valid TPA requests in queue. diff --git a/Essentials/src/main/java/com/earth2me/essentials/User.java b/Essentials/src/main/java/com/earth2me/essentials/User.java index 039747ad133..af075539b5f 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/User.java +++ b/Essentials/src/main/java/com/earth2me/essentials/User.java @@ -34,10 +34,11 @@ import org.checkerframework.checker.nullness.qual.Nullable; import java.math.BigDecimal; +import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; +import java.util.Collections; import java.util.GregorianCalendar; -import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; import java.util.Locale; @@ -349,11 +350,8 @@ public void requestTeleport(final User player, final boolean here) { // Handle max queue size teleportRequestQueue.remove(request.getName()); if (teleportRequestQueue.size() >= ess.getSettings().getTpaMaxRequests()) { - String lastKey = null; - for (Map.Entry<String, TpaRequest> entry : teleportRequestQueue.entrySet()) { - lastKey = entry.getKey(); - } - teleportRequestQueue.remove(lastKey); + final List<String> keys = new ArrayList<>(teleportRequestQueue.keySet()); + teleportRequestQueue.remove(keys.get(keys.size() - 1)); } // Add request to queue @@ -402,22 +400,24 @@ public TpaRequest removeTpaRequest(String playerUsername) { } @Override - public TpaRequest getNextTpaRequest(boolean inform, boolean performExpirations, boolean excludeHere) { + public TpaRequest getNextTpaRequest(boolean inform, boolean ignoreExpirations, boolean excludeHere) { if (teleportRequestQueue.isEmpty()) { return null; } final long timeout = ess.getSettings().getTpaAcceptCancellation(); - final Iterator<Map.Entry<String, TpaRequest>> iterator = teleportRequestQueue.entrySet().iterator(); + final List<String> keys = new ArrayList<>(teleportRequestQueue.keySet()); + Collections.reverse(keys); + TpaRequest nextRequest = null; - while (iterator.hasNext()) { - final TpaRequest request = iterator.next().getValue(); + for (final String key : keys) { + final TpaRequest request = teleportRequestQueue.get(key); if (timeout < 1 || (System.currentTimeMillis() - request.getTime()) <= TimeUnit.SECONDS.toMillis(timeout)) { if (excludeHere && request.isHere()) { continue; } - if (performExpirations) { + if (ignoreExpirations) { return request; } else if (nextRequest == null) { nextRequest = request; @@ -426,7 +426,7 @@ public TpaRequest getNextTpaRequest(boolean inform, boolean performExpirations, if (inform) { sendMessage(tl("requestTimedOutFrom", ess.getUser(request.getRequesterUuid()).getDisplayName())); } - iterator.remove(); + teleportRequestQueue.remove(key); } } return nextRequest; From 4b8b770c30a26fb0c3ee7fc8205e232d751ca10b Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:23:17 -0500 Subject: [PATCH 8/9] Allow /nick without change-displayname (#4758) Closes #4709. --- .../java/com/earth2me/essentials/commands/Commandnick.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnick.java b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnick.java index cc123636c10..ede620a2b52 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnick.java +++ b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandnick.java @@ -24,9 +24,6 @@ public void run(final Server server, final User user, final String commandLabel, if (args.length < 1) { throw new NotEnoughArgumentsException(); } - if (!ess.getSettings().changeDisplayName()) { - throw new Exception(tl("nickDisplayName")); - } if (args.length > 1 && user.isAuthorized("essentials.nick.others")) { loopOfflinePlayers(server, user.getSource(), false, true, args[0], formatNickname(user, args[1]).split(" ")); @@ -41,9 +38,6 @@ public void run(final Server server, final CommandSource sender, final String co if (args.length < 2) { throw new NotEnoughArgumentsException(); } - if (!ess.getSettings().changeDisplayName()) { - throw new Exception(tl("nickDisplayName")); - } loopOfflinePlayers(server, sender, false, true, args[0], formatNickname(null, args[1]).split(" ")); sender.sendMessage(tl("nickChanged")); } From 19837f9309b2b30c836abcdd7de86686bcde1972 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Tue, 8 Feb 2022 04:26:05 -0500 Subject: [PATCH 9/9] Add some more dump files (#4785) Adds worth, tpr, and spawns configs. See also https://github.com/EssentialsX/Website/pull/68 --- .../earth2me/essentials/RandomTeleport.java | 4 ++ .../java/com/earth2me/essentials/Worth.java | 4 ++ .../commands/Commandessentials.java | 39 ++++++++++++++++++- 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/Essentials/src/main/java/com/earth2me/essentials/RandomTeleport.java b/Essentials/src/main/java/com/earth2me/essentials/RandomTeleport.java index b1c1cb41722..f020a2cca17 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/RandomTeleport.java +++ b/Essentials/src/main/java/com/earth2me/essentials/RandomTeleport.java @@ -206,4 +206,8 @@ private double getNetherYAt(final Location location) { private boolean isValidRandomLocation(final Location location) { return location.getBlockY() > ess.getWorldInfoProvider().getMinHeight(location.getWorld()) && !this.getExcludedBiomes().contains(location.getBlock().getBiome()); } + + public File getFile() { + return config.getFile(); + } } diff --git a/Essentials/src/main/java/com/earth2me/essentials/Worth.java b/Essentials/src/main/java/com/earth2me/essentials/Worth.java index dc9e6405830..f8c4af03bcd 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/Worth.java +++ b/Essentials/src/main/java/com/earth2me/essentials/Worth.java @@ -149,6 +149,10 @@ public void setPrice(final IEssentials ess, final ItemStack itemStack, final dou config.save(); } + public File getFile() { + return config.getFile(); + } + @Override public void reloadConfig() { config.load(); diff --git a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java index d5c55689480..9dd3fdd6087 100644 --- a/Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java +++ b/Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java @@ -258,6 +258,7 @@ private void runDump(Server server, CommandSource sender, String commandLabel, S files.add(new PasteUtil.PasteFile("dump.json", dump.toString())); final Plugin essDiscord = Bukkit.getPluginManager().getPlugin("EssentialsDiscord"); + final Plugin essSpawn = Bukkit.getPluginManager().getPlugin("EssentialsSpawn"); // Further operations will be heavy IO ess.runTaskAsynchronously(() -> { @@ -265,12 +266,18 @@ private void runDump(Server server, CommandSource sender, String commandLabel, S boolean discord = false; boolean kits = false; boolean log = false; + boolean worth = false; + boolean tpr = false; + boolean spawns = false; for (final String arg : args) { if (arg.equals("*") || arg.equalsIgnoreCase("all")) { config = true; discord = true; kits = true; log = true; + worth = true; + tpr = true; + spawns = true; break; } else if (arg.equalsIgnoreCase("config")) { config = true; @@ -280,6 +287,12 @@ private void runDump(Server server, CommandSource sender, String commandLabel, S kits = true; } else if (arg.equalsIgnoreCase("log")) { log = true; + } else if (arg.equalsIgnoreCase("worth")) { + worth = true; + } else if (arg.equalsIgnoreCase("tpr")) { + tpr = true; + } else if (arg.equalsIgnoreCase("spawns")) { + spawns = true; } } @@ -319,6 +332,30 @@ private void runDump(Server server, CommandSource sender, String commandLabel, S } } + if (worth) { + try { + files.add(new PasteUtil.PasteFile("worth.yml", new String(Files.readAllBytes(ess.getWorth().getFile().toPath()), StandardCharsets.UTF_8))); + } catch (IOException e) { + sender.sendMessage(tl("dumpErrorUpload", "worth.yml", e.getMessage())); + } + } + + if (tpr) { + try { + files.add(new PasteUtil.PasteFile("tpr.yml", new String(Files.readAllBytes(ess.getRandomTeleport().getFile().toPath()), StandardCharsets.UTF_8))); + } catch (IOException e) { + sender.sendMessage(tl("dumpErrorUpload", "tpr.yml", e.getMessage())); + } + } + + if (spawns && essSpawn != null) { + try { + files.add(new PasteUtil.PasteFile("spawn.yml", new String(Files.readAllBytes(ess.getDataFolder().toPath().resolve("spawn.yml")), StandardCharsets.UTF_8))); + } catch (IOException e) { + sender.sendMessage(tl("dumpErrorUpload", "spawn.yml", e.getMessage())); + } + } + final CompletableFuture<PasteUtil.PasteResult> future = PasteUtil.createPaste(files); future.thenAccept(result -> { if (result != null) { @@ -719,7 +756,7 @@ protected List<String> getTabCompleteOptions(final Server server, final CommandS } break; case "dump": - final List<String> list = Lists.newArrayList("config", "kits", "log", "discord", "all"); + final List<String> list = Lists.newArrayList("config", "kits", "log", "discord", "worth", "tpr", "spawns", "all"); for (String arg : args) { if (arg.equals("*") || arg.equalsIgnoreCase("all")) { list.clear();