From e22de67bfd0c940d79d8ad6dd1faabe88dd8df1a Mon Sep 17 00:00:00 2001 From: Cardinal System Date: Thu, 27 Oct 2022 21:54:20 +0000 Subject: [PATCH] =?UTF-8?q?Update=20translation=20template=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/template.pot | 3009 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 2526 insertions(+), 483 deletions(-) diff --git a/i18n/template.pot b/i18n/template.pot index 37a7ea17..7cb8a5df 100644 --- a/i18n/template.pot +++ b/i18n/template.pot @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: TShock\n" -"POT-Creation-Date: 2022-10-25 07:37:44+0000\n" -"PO-Revision-Date: 2022-10-25 07:37:45+0000\n" +"POT-Creation-Date: 2022-10-27 21:54:18+0000\n" +"PO-Revision-Date: 2022-10-27 21:54:19+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -29,26 +29,178 @@ msgctxt "{0} is ban number, {1} is ban reason" msgid "#{0} - You are banned: {1}" msgstr "" +#: ../../TShockAPI/Commands.cs:6484 +msgid "" +" 'basic', 'sakura', 'willow', 'boreal', 'mahogany', 'ebonwood', " +"'shadewood', 'pearlwood'." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6490 +msgid " 'cactus', 'herb', 'mushroom'." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6486 +msgid " 'palm', 'corruptpalm', 'crimsonpalm', 'hallowpalm'." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6488 +msgid "" +" 'topaz', 'amethyst', 'sapphire', 'emerald', 'ruby', 'diamond', 'amber'." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1437 +#, csharp-format +msgid "" +" {0}{1} \"{2}\" (Find the IP associated with the offline target's account)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1435 +#, csharp-format +msgid " {0}{1} \"{2}{3}\" {4} {5} (Permanently bans this account name)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1440 +#, csharp-format +msgid " {0}{1} {2} (Find the player index for the target)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1441 +#, csharp-format +msgid "" +" {0}{1} {2}{3} {4} {5} (Permanently bans the online player by Account, " +"UUID, and IP)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1438 +#, csharp-format +msgid " {0}{1} {2}{3} {4} {5} (Permanently bans this IP address)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1377 +#, csharp-format +msgid " Eg a value of {0} would represent 10 days, 30 minutes, 0 seconds." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1381 +#, csharp-format +msgid " If no {0} are specified, the command uses {1} by default." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1378 +msgid " If no duration is provided, the ban will be permanent." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1380 +#, csharp-format +msgid "" +" Unless {0} is passed to the command, {1} is assumed to be a player or " +"player index" +msgstr "" + #: ../../TShockAPI/Commands.cs:1253 #, csharp-format msgid " -> Logged-in as: {0}; in group {1}." msgstr "" +#: ../../TShockAPI/Commands.cs:1389 +#, csharp-format +msgid "" +"- {0} are provided when you add a ban, and can also be viewed with the {1} " +"command." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1405 +#, csharp-format +msgid "" +"- {0} are provided when you add a ban, and can be found with the {1} command." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1379 +#, csharp-format +msgid "" +"- {0}: -a (account name), -u (UUID), -n (character name), -ip (IP address), " +"-e (exact, {1} will be treated as identifier)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1376 +#, csharp-format +msgid "- {0}: uses the format {1} to determine the length of the ban." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1434 +msgid "- Ban an offline player by account name" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1436 +msgid "- Ban an offline player by IP address" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1439 +msgid "- Ban an online player by index (Useful for hard to type names)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6483 +msgid "- Default trees :" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6487 +msgid "- Gem trees :" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1397 +msgid "" +"- Lists active bans. Color trends towards green as the ban approaches " +"expiration" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6489 +msgid "- Misc :" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6485 +msgid "- Palm trees :" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6397 +#, csharp-format +msgid "\"{0}\" is not a valid buff ID!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5894 +#, csharp-format +msgid "\"{0}\" is not a valid clear option." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6014 +#, csharp-format +msgid "\"{0}\" is not a valid NPC." +msgstr "" + #: ../../TShockAPI/PaginationTools.cs:283 #, csharp-format msgid "\"{0}\" is not a valid page number." msgstr "" +#: ../../TShockAPI/Commands.cs:5814 +#, csharp-format +msgid "\"{0}\" is not a valid radius." +msgstr "" + #: ../../TShockAPI/Rest/SecureRest.cs:213 #, csharp-format msgid "\"{0}\" requested REST endpoint: {1}" msgstr "" -#: ../../TShockAPI/Commands.cs:2003 +#: ../../TShockAPI/Commands.cs:2011 msgid "(Server Broadcast) " msgstr "" -#: ../../TShockAPI/Commands.cs:2071 +#: ../../TShockAPI/Commands.cs:1452 +#, csharp-format +msgid "{0} - Ticket Number: {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2079 #, csharp-format msgid "{0} ({1} tokens)" msgstr "" @@ -63,6 +215,16 @@ msgstr "" msgid "{0} ({1}) failed to change the password for account {2}." msgstr "" +#: ../../TShockAPI/TShock.cs:1641 +#, csharp-format +msgid "{0} ({1}) from '{2}' group from '{3}' joined. ({4}/{5})" +msgstr "" + +#: ../../TShockAPI/TShock.cs:1649 +#, csharp-format +msgid "{0} ({1}) from '{2}' group joined. ({3}/{4})" +msgstr "" + #: ../../TShockAPI/Commands.cs:770 #, csharp-format msgid "" @@ -70,12 +232,109 @@ msgid "" "automatically." msgstr "" +#: ../../TShockAPI/TShock.cs:1645 +#, csharp-format +msgid "{0} ({1}) has joined." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5344 +#, csharp-format +msgid "{0} (Index: {1}{2})" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1396 +#, csharp-format +msgid "{0} [{1}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5999 +#, csharp-format +msgid "{0} [{1}|{2}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1453 +#: ../../TShockAPI/Commands.cs:1454 +#, csharp-format +msgid "{0} {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1458 +#, csharp-format +msgid "{0} {1} ({2} ago)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1472 +#, csharp-format +msgid "{0} {1} ({2})" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5319 +#, csharp-format +msgid "{0} {1} {2}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1455 +#, csharp-format +msgid "{0} {1} on {2} ({3} ago)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6356 +#, csharp-format +msgid "{0} <\"{1}|{2}\"> [{3}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1388 +#: ../../TShockAPI/Commands.cs:1404 +#: ../../TShockAPI/Commands.cs:5616 +#: ../../TShockAPI/Commands.cs:5906 +#, csharp-format +msgid "{0} <{1}>" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5450 +#: ../../TShockAPI/Commands.cs:6296 +#, csharp-format +msgid "{0} <{1}> [{2}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1375 +#, csharp-format +msgid "{0} <{1}> [{2}] [{3}] [{4}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5672 +#, csharp-format +msgid "{0} <{1}> [{2}|{3}|{4}|{5}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5507 +#: ../../TShockAPI/Commands.cs:5588 +#, csharp-format +msgid "{0} <{1}> <{2}>" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6406 +#, csharp-format +msgid "{0} <{1}> <{2}|{3}> [{4}]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5803 +#, csharp-format +msgid "{0} <{1}|{2}|{3}> [{4}]" +msgstr "" + #: ../../TShockAPI/Commands.cs:1097 #, csharp-format msgid "{0} added account {1} to group {2}." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3535 +#, csharp-format +msgid "{0} applied advanced combat techniques!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1055 +#, csharp-format msgid "{0} attempted to register for the account {1} but it was already taken." msgstr "" @@ -84,12 +343,24 @@ msgstr "" msgid "{0} authenticated successfully as user: {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2445 +#: ../../TShockAPI/TSPlayer.cs:1846 +#, csharp-format +msgid "{0} banned {1} for '{2}'." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6039 +#, csharp-format +msgid "{0} butchered {1} NPC." +msgid_plural "{0} butchered {1} NPCs." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:2453 #, csharp-format msgid "{0} caused it to rain slime." msgstr "" -#: ../../TShockAPI/Commands.cs:2460 +#: ../../TShockAPI/Commands.cs:2468 #, csharp-format msgid "{0} caused it to rain." msgstr "" @@ -99,12 +370,12 @@ msgstr "" msgid "{0} changed account {1} to group {2}." msgstr "" -#: ../../TShockAPI/Commands.cs:4449 +#: ../../TShockAPI/Commands.cs:4457 #, csharp-format msgid "{0} changed the maximum spawns to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4430 +#: ../../TShockAPI/Commands.cs:4438 #, csharp-format msgid "{0} changed the maximum spawns to 5." msgstr "" @@ -114,27 +385,68 @@ msgstr "" msgid "{0} changed the password for account {1}" msgstr "" -#: ../../TShockAPI/Commands.cs:4488 +#: ../../TShockAPI/Commands.cs:4496 #, csharp-format msgid "{0} changed the spawn rate to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4470 +#: ../../TShockAPI/Commands.cs:4478 #, csharp-format msgid "{0} changed the spawn rate to 600." msgstr "" -#: ../../TShockAPI/Commands.cs:4622 +#: ../../TShockAPI/Commands.cs:4630 #, csharp-format msgid "{0} changed the wind speed to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2452 +#: ../../TShockAPI/Commands.cs:5841 +#, csharp-format +msgid "{0} deleted {1} item within a radius of {2}." +msgid_plural "{0} deleted {1} items within a radius of {2}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:5865 +#, csharp-format +msgid "{0} deleted {1} NPC within a radius of {2}." +msgid_plural "{0} deleted {1} NPCs within a radius of {2}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:5890 +#, csharp-format +msgid "{0} deleted {1} projectile within a radius of {2}." +msgid_plural "{0} deleted {1} projectiles within a radius of {2}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:1878 +#, csharp-format +msgid "{0} disabled halloween mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1898 +#, csharp-format +msgid "{0} disabled xmas mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1876 +#, csharp-format +msgid "{0} enabled halloween mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1896 +#, csharp-format +msgid "{0} enabled xmas mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2460 #, csharp-format msgid "{0} ended the rain." msgstr "" -#: ../../TShockAPI/Commands.cs:2437 +#: ../../TShockAPI/Commands.cs:2445 #, csharp-format msgid "{0} ended the slime rain." msgstr "" @@ -149,124 +461,245 @@ msgstr "" msgid "{0} failed to authenticate as user: {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4230 +#: ../../TShockAPI/Commands.cs:6267 +#, csharp-format +msgid "{0} gave you {1} {2}." +msgid_plural "{0} gave you {1} {2}s." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:4238 #, csharp-format msgid "{0} has been allowed to place tile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3864 +#: ../../TShockAPI/Commands.cs:3872 #, csharp-format msgid "{0} has been allowed to use {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4054 +#: ../../TShockAPI/Commands.cs:4062 #, csharp-format msgid "{0} has been allowed to use projectile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4288 +#: ../../TShockAPI/Commands.cs:4296 #, csharp-format msgid "{0} has been disallowed from placing tile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4112 +#: ../../TShockAPI/Commands.cs:4120 #, csharp-format msgid "{0} has been disallowed from using projectile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3935 +#: ../../TShockAPI/Commands.cs:3943 #, csharp-format msgid "{0} has been disallowed to use {1}." msgstr "" +#: ../../TShockAPI/Commands.cs:6452 +#, csharp-format +msgid "{0} has buffed you with {1} ({2}) for {3} seconds!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1177 #, csharp-format msgid "{0} has changed your group to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2932 -#: ../../TShockAPI/Commands.cs:3003 -#: ../../TShockAPI/Commands.cs:3009 +#: ../../TShockAPI/Commands.cs:2940 +#: ../../TShockAPI/Commands.cs:3011 +#: ../../TShockAPI/Commands.cs:3017 #, csharp-format msgid "{0} has disabled incoming teleports." msgstr "" -#: ../../TShockAPI/Commands.cs:2395 +#: ../../TShockAPI/Commands.cs:2403 #, csharp-format msgid "{0} has ended the current invasion event." msgstr "" -#: ../../TShockAPI/Commands.cs:2391 +#: ../../TShockAPI/Commands.cs:2399 #, csharp-format msgid "{0} has ended the Old One's Army event." msgstr "" -#: ../../TShockAPI/Commands.cs:2861 +#: ../../TShockAPI/TShock.cs:1652 #, csharp-format -msgid "{0} has spawned {1} {2} time(s)." +msgid "{0} has joined." msgstr "" -#: ../../TShockAPI/Commands.cs:2878 +#: ../../TShockAPI/TShock.cs:1656 +#, csharp-format +msgid "{0} has joined. IP: {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5643 +#, csharp-format +msgid "{0} has launched {1} into space." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5641 +#, csharp-format +msgid "{0} has launched herself into space." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5639 +#, csharp-format +msgid "{0} has launched himself into space." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5488 +#, csharp-format +msgid "{0} has muted {1} for {2}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5987 +#, csharp-format +msgid "{0} has respawned you." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3526 +#, csharp-format +msgid "{0} has sent a request to the bunny delivery service!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3532 +#, csharp-format +msgid "{0} has sent a request to the cat delivery service!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3529 +#, csharp-format +msgid "{0} has sent a request to the dog delivery service!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2869 +#, csharp-format +msgid "{0} has spawned {1} {2} time." +msgid_plural "{0} has spawned {1} {2} times." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:2886 #, csharp-format msgid "{0} has spawned a Wall of Flesh." msgstr "" -#: ../../TShockAPI/Commands.cs:2325 +#: ../../TShockAPI/Commands.cs:2333 #, csharp-format msgid "{0} has started a goblin army invasion." msgstr "" -#: ../../TShockAPI/Commands.cs:2379 +#: ../../TShockAPI/Commands.cs:2387 #, csharp-format msgid "{0} has started a martian invasion." msgstr "" -#: ../../TShockAPI/Commands.cs:2337 +#: ../../TShockAPI/Commands.cs:2345 #, csharp-format msgid "{0} has started a pirate invasion." msgstr "" -#: ../../TShockAPI/Commands.cs:2331 +#: ../../TShockAPI/Commands.cs:2339 #, csharp-format msgid "{0} has started a snow legion invasion." msgstr "" -#: ../../TShockAPI/Commands.cs:4233 +#: ../../TShockAPI/Commands.cs:5476 +#, csharp-format +msgid "{0} has unmuted {1}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6344 +#, csharp-format +msgid "{0} healed {1} for {2} HP." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6342 +#, csharp-format +msgid "{0} healed herself for {1} HP." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6340 +#, csharp-format +msgid "{0} healed himself for {1} HP." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4241 #, csharp-format msgid "{0} is already allowed to place tile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3868 +#: ../../TShockAPI/Commands.cs:3876 #, csharp-format msgid "{0} is already allowed to use {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4057 +#: ../../TShockAPI/Commands.cs:4065 #, csharp-format msgid "{0} is already allowed to use projectile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3939 +#: ../../TShockAPI/Commands.cs:5928 +#, csharp-format +msgid "{0} is already dead!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3947 #, csharp-format msgid "{0} is already disallowed to use {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4292 +#: ../../TShockAPI/Commands.cs:4300 #, csharp-format msgid "{0} is already prevented from placing tile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4116 +#: ../../TShockAPI/Commands.cs:4124 #, csharp-format msgid "{0} is already prevented from using projectile {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3858 -#: ../../TShockAPI/Commands.cs:3929 +#: ../../TShockAPI/ItemBans.cs:234 +#, csharp-format +msgid "{0} is banned! Remove it!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6736 +#, csharp-format +msgid "{0} is no longer in god mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5534 +#: ../../TShockAPI/Commands.cs:5565 +#, csharp-format +msgid "{0} is not accepting whispers." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3866 +#: ../../TShockAPI/Commands.cs:3937 #, csharp-format msgid "{0} is not banned." msgstr "" +#: ../../TShockAPI/Commands.cs:5978 +#, csharp-format +msgid "{0} is not dead!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6735 +#, csharp-format +msgid "{0} is now in god mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5574 +#, csharp-format +msgid "{0} is offline and cannot receive your reply." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5937 #: ../../TShockAPI/Rest/RestManager.cs:1068 #, csharp-format msgid "{0} just killed you!" @@ -277,10 +710,15 @@ msgstr "" msgid "{0} kicked {1} for '{2}'" msgstr "" +#: ../../TShockAPI/Commands.cs:5734 +#, csharp-format +msgid "{0} launched fireworks on you." +msgstr "" + #: ../../TShockAPI/Rest/RestManager.cs:847 #, csharp-format msgid "{0} NPC has been killed." -msgid_plural "{killcount} NPCs have been killed." +msgid_plural "{0} NPCs have been killed." msgstr[0] "" msgstr[1] "" @@ -294,93 +732,106 @@ msgstr "" msgid "{0} remaining." msgstr "" -#: ../../TShockAPI/Commands.cs:4557 +#: ../../TShockAPI/Commands.cs:6184 +#, csharp-format +msgid "{0} renamed the {1}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4565 #, csharp-format msgid "{0} set the time to {1}:{2:D2}." msgstr "" -#: ../../TShockAPI/Commands.cs:4525 +#: ../../TShockAPI/Commands.cs:4533 #, csharp-format msgid "{0} set the time to 00:00." msgstr "" -#: ../../TShockAPI/Commands.cs:4513 +#: ../../TShockAPI/Commands.cs:4521 #, csharp-format msgid "{0} set the time to 04:30." msgstr "" -#: ../../TShockAPI/Commands.cs:4521 +#: ../../TShockAPI/Commands.cs:4529 #, csharp-format msgid "{0} set the time to 12:00." msgstr "" -#: ../../TShockAPI/Commands.cs:4517 +#: ../../TShockAPI/Commands.cs:4525 #, csharp-format msgid "{0} set the time to 19:30." msgstr "" -#: ../../TShockAPI/Commands.cs:4599 -#: ../../TShockAPI/Commands.cs:4600 +#: ../../TShockAPI/Commands.cs:4607 +#: ../../TShockAPI/Commands.cs:4608 #, csharp-format msgid "{0} slapped {1} for {2} damage." msgstr "" -#: ../../TShockAPI/Commands.cs:2814 +#: ../../TShockAPI/Commands.cs:2822 #, csharp-format -msgid "{0} spawned {1} {2} time(s)." -msgstr "" +msgid "{0} spawned {1} {2} time." +msgid_plural "{0} spawned {1} {2} times." +msgstr[0] "" +msgstr[1] "" -#: ../../TShockAPI/Commands.cs:2273 +#: ../../TShockAPI/Commands.cs:2281 #, csharp-format msgid "{0} started a blood moon event." msgstr "" -#: ../../TShockAPI/Commands.cs:2251 +#: ../../TShockAPI/Commands.cs:2259 #, csharp-format msgid "{0} started a full moon event." msgstr "" -#: ../../TShockAPI/Commands.cs:2483 +#: ../../TShockAPI/Commands.cs:2491 #, csharp-format msgid "{0} started a lantern night." msgstr "" -#: ../../TShockAPI/Commands.cs:2410 +#: ../../TShockAPI/Commands.cs:2418 #, csharp-format msgid "{0} started a sandstorm event." msgstr "" -#: ../../TShockAPI/Commands.cs:2300 +#: ../../TShockAPI/Commands.cs:2308 #, csharp-format msgid "{0} started an eclipse." msgstr "" -#: ../../TShockAPI/Commands.cs:2374 +#: ../../TShockAPI/Commands.cs:2382 #, csharp-format msgid "{0} started the frost moon at wave {1}!" msgstr "" -#: ../../TShockAPI/Commands.cs:2356 +#: ../../TShockAPI/GetDataHandlers.cs:4117 +#: ../../TShockAPI/GetDataHandlers.cs:4119 +#, csharp-format +msgid "{0} started the Old One's Army event!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2364 #, csharp-format msgid "{0} started the pumpkin moon at wave {1}!" msgstr "" -#: ../../TShockAPI/Commands.cs:2304 +#: ../../TShockAPI/Commands.cs:2312 #, csharp-format msgid "{0} stopped an eclipse." msgstr "" -#: ../../TShockAPI/Commands.cs:2277 +#: ../../TShockAPI/Commands.cs:2285 #, csharp-format msgid "{0} stopped the current blood moon." msgstr "" -#: ../../TShockAPI/Commands.cs:2405 +#: ../../TShockAPI/Commands.cs:2413 #, csharp-format msgid "{0} stopped the current sandstorm event." msgstr "" -#: ../../TShockAPI/Commands.cs:2487 +#: ../../TShockAPI/Commands.cs:2495 #, csharp-format msgid "{0} stopped the lantern night." msgstr "" @@ -390,19 +841,75 @@ msgstr "" msgid "{0} successfully deleted account: {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2987 -#: ../../TShockAPI/Commands.cs:3027 +#: ../../TShockAPI/GetDataHandlers.cs:3538 +#, csharp-format +msgid "{0} summoned a Blood Moon!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3550 +#, csharp-format +msgid "{0} summoned a frost moon!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3562 +#, csharp-format +msgid "{0} summoned a Goblin Invasion!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3544 +#, csharp-format +msgid "{0} summoned a Martian invasion!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3541 +#, csharp-format +msgid "{0} summoned a Moon Lord!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3553 +#, csharp-format +msgid "{0} summoned a pumpkin moon!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3547 +#, csharp-format +msgid "{0} summoned an eclipse!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3565 +#, csharp-format +msgid "{0} summoned the {1}!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2958 +#: ../../TShockAPI/GetDataHandlers.cs:2961 +#, csharp-format +msgid "{0} summoned the Empress of Light!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3556 +#, csharp-format +msgid "{0} summoned the Pirates!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3559 +#, csharp-format +msgid "{0} summoned the Snow Legion!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2995 +#: ../../TShockAPI/Commands.cs:3035 #, csharp-format msgid "{0} teleported {1} to you." msgstr "" -#: ../../TShockAPI/Commands.cs:2939 +#: ../../TShockAPI/Commands.cs:2947 #, csharp-format msgid "{0} teleported to you." msgstr "" -#: ../../TShockAPI/Commands.cs:2980 -#: ../../TShockAPI/Commands.cs:3020 +#: ../../TShockAPI/Commands.cs:2988 +#: ../../TShockAPI/Commands.cs:3028 #, csharp-format msgid "{0} teleported you to {1}." msgstr "" @@ -412,23 +919,28 @@ msgstr "" msgid "{0} tried to execute {1}{2}." msgstr "" -#: ../../TShockAPI/Commands.cs:2238 +#: ../../TShockAPI/Commands.cs:2246 #, csharp-format msgid "{0} triggered a meteor." msgstr "" -#: ../../TShockAPI/Commands.cs:3311 +#: ../../TShockAPI/Commands.cs:3319 #, csharp-format msgid "{0} warped you to {1}." msgstr "" +#: ../../TShockAPI/TSPlayer.cs:1844 +#, csharp-format +msgid "{0} was banned for '{1}'." +msgstr "" + #: ../../TShockAPI/TSPlayer.cs:1815 #, csharp-format msgid "{0} was kicked for '{1}'" msgstr "" -#: ../../TShockAPI/Commands.cs:2985 -#: ../../TShockAPI/Commands.cs:3025 +#: ../../TShockAPI/Commands.cs:2993 +#: ../../TShockAPI/Commands.cs:3033 #, csharp-format msgid "{0} was teleported to you." msgstr "" @@ -453,6 +965,21 @@ msgstr "" msgid "{0}'s register date is {1} {2} UTC{3}." msgstr "" +#: ../../TShockAPI/Commands.cs:5766 +#, csharp-format +msgid "{0}{1} defines no aliases." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5275 +#, csharp-format +msgid "{0}{1} help: " +msgstr "" + +#: ../../TShockAPI/Utils.cs:1066 +#, csharp-format +msgid "{0}{1}/{2} on {3} @ {4}:{5} (TShock for Terraria v{6})" +msgstr "" + #: ../../TShockAPI/Commands.cs:841 #, csharp-format msgid "{0}login - Authenticates you using your UUID and character name." @@ -472,6 +999,11 @@ msgid "" "password." msgstr "" +#: ../../TShockAPI/Commands.cs:5401 +#, csharp-format +msgid "{0}user add owner" +msgstr "" + #: ../../TShockAPI/Commands.cs:1196 #, csharp-format msgid "{0}user add username password group -- Adds a specified user" @@ -492,16 +1024,38 @@ msgstr "" msgid "{0}user password username newpassword -- Changes a user's password" msgstr "" +#: ../../TShockAPI/Commands.cs:5418 +#, csharp-format +msgid "*{0} {1}" +msgstr "" + #: ../../TShockAPI/Commands.cs:1604 #, csharp-format msgid "#{0} - You have been banned: {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2801 +#: ../../TShockAPI/Commands.cs:5434 +#, csharp-format +msgid "<{0}> {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5538 +#: ../../TShockAPI/Commands.cs:5569 +#, csharp-format +msgid " {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5539 +#: ../../TShockAPI/Commands.cs:5570 +#, csharp-format +msgid " {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2809 msgid "a Deerclops" msgstr "" -#: ../../TShockAPI/Commands.cs:3367 +#: ../../TShockAPI/Commands.cs:3375 msgid "A group with the same name already exists." msgstr "" @@ -511,15 +1065,15 @@ msgid "" "re-create the allowed field." msgstr "" -#: ../../TShockAPI/Commands.cs:2776 +#: ../../TShockAPI/Commands.cs:2784 msgid "a Martian Saucer" msgstr "" -#: ../../TShockAPI/Commands.cs:2234 +#: ../../TShockAPI/Commands.cs:2242 msgid "A meteor has been triggered." msgstr "" -#: ../../TShockAPI/Commands.cs:2786 +#: ../../TShockAPI/Commands.cs:2794 msgid "a Nebula Pillar" msgstr "" @@ -534,11 +1088,11 @@ msgid "" "and is at the RESTMaximumRequestsPerInterval threshold." msgstr "" -#: ../../TShockAPI/Commands.cs:2781 +#: ../../TShockAPI/Commands.cs:2789 msgid "a Solar Pillar" msgstr "" -#: ../../TShockAPI/Commands.cs:2796 +#: ../../TShockAPI/Commands.cs:2804 msgid "a Stardust Pillar" msgstr "" @@ -546,7 +1100,7 @@ msgstr "" msgid "A user account by that name does not exist." msgstr "" -#: ../../TShockAPI/Commands.cs:2791 +#: ../../TShockAPI/Commands.cs:2799 msgid "a Vortex Pillar" msgstr "" @@ -574,19 +1128,23 @@ msgstr "" msgid "Account removed successfully." msgstr "" -#: ../../TShockAPI/Commands.cs:3954 +#: ../../TShockAPI/Commands.cs:2085 +msgid "Active REST Users ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3962 msgid "add - Adds an item ban." msgstr "" -#: ../../TShockAPI/Commands.cs:3421 +#: ../../TShockAPI/Commands.cs:3429 msgid "add - Adds a new group." msgstr "" -#: ../../TShockAPI/Commands.cs:4132 +#: ../../TShockAPI/Commands.cs:4140 msgid "add - Adds a projectile ban." msgstr "" -#: ../../TShockAPI/Commands.cs:4308 +#: ../../TShockAPI/Commands.cs:4316 msgid "add - Adds a tile ban." msgstr "" @@ -595,22 +1153,22 @@ msgstr "" msgid "Added {0} to the whitelist." msgstr "" -#: ../../TShockAPI/Bouncer.cs:2011 +#: ../../TShockAPI/Bouncer.cs:2026 #, csharp-format msgid "Added buff to {0} NPC abnormally." msgstr "" -#: ../../TShockAPI/Commands.cs:4838 +#: ../../TShockAPI/Commands.cs:4846 #, csharp-format msgid "Added group {0} to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:4768 +#: ../../TShockAPI/Commands.cs:4776 #, csharp-format msgid "Added user {0} to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3422 +#: ../../TShockAPI/Commands.cs:3430 msgid "addperm - Adds permissions to a group." msgstr "" @@ -619,11 +1177,22 @@ msgstr "" msgid "AddUser SQL returned an error ({0})" msgstr "" -#: ../../TShockAPI/Commands.cs:2609 +#: ../../TShockAPI/Commands.cs:5764 +#, csharp-format +msgid "Aliases of {0}{1}: {0}{2}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6001 +msgid "" +"All alive NPCs (excluding town NPCs) on the server will be killed if you do " +"not input a name or ID." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2617 msgid "all bosses" msgstr "" -#: ../../TShockAPI/Commands.cs:2087 +#: ../../TShockAPI/Commands.cs:2095 msgid "All REST tokens have been destroyed." msgstr "" @@ -632,18 +1201,40 @@ msgstr "" msgid "Allocated memory: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3955 +#: ../../TShockAPI/Commands.cs:3963 msgid "allow - Allows a group to use an item." msgstr "" -#: ../../TShockAPI/Commands.cs:4133 +#: ../../TShockAPI/Commands.cs:4141 msgid "allow - Allows a group to use a projectile." msgstr "" -#: ../../TShockAPI/Commands.cs:4309 +#: ../../TShockAPI/Commands.cs:4317 msgid "allow - Allows a group to place a tile." msgstr "" +#: ../../TShockAPI/Commands.cs:5184 +msgid "allow - Allows a user to a region." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5186 +msgid "allowg - Allows a user group to a region." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6655 +msgid "Amber Gemtree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6635 +msgid "Amethyst Gemtree" +msgstr "" + +#: ../../TShockAPI/TShock.cs:981 +msgid "" +"An account has been detected in the user database, but setup-code.txt is " +"still present." +msgstr "" + #: ../../TShockAPI/DB/GroupManager.cs:474 #, csharp-format msgid "An exception has occurred during database rollback: {0}" @@ -671,12 +1262,21 @@ msgstr "" msgid "An identifier for an IP Address in octet format. e.g., '{0}'." msgstr "" -#: ../../TShockAPI/Commands.cs:2035 +#: ../../TShockAPI/Commands.cs:2043 msgid "" "An update check has been queued. If an update is available, you will be " "notified shortly." msgstr "" +#: ../../TShockAPI/Commands.cs:5587 +msgid "Annoy Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5604 +#, csharp-format +msgid "Annoying {0} for {1} seconds." +msgstr "" + #: ../../TShockAPI/Commands.cs:338 msgid "Annoys a player for an amount of time." msgstr "" @@ -686,15 +1286,28 @@ msgstr "" msgid "Anonymous requested REST endpoint: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3187 +#: ../../TShockAPI/Commands.cs:5215 +msgid "Anti-build is now off." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5215 +msgid "Anti-build is now on." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3195 msgid "Arguments: add [warp name], del [warp name], list [page]." msgstr "" -#: ../../TShockAPI/Commands.cs:3188 +#: ../../TShockAPI/Commands.cs:3196 msgid "" "Arguments: send [player] [warp name], hide [warp name] [Enable(true/false)]." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3192 +msgid "Authenticated as successfully." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2617 #: ../../TShockAPI/Commands.cs:894 #, csharp-format msgid "Authenticated as {0} successfully." @@ -716,7 +1329,19 @@ msgstr "" msgid "Autosave is currently enabled" msgstr "" -#: ../../TShockAPI/Commands.cs:2092 +#: ../../TShockAPI/Commands.cs:1359 +msgid "Available Ban commands:" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1423 +msgid "Available identifiers ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5199 +msgid "Available Region Sub-Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2100 msgid "Available REST Sub-Commands:" msgstr "" @@ -737,6 +1362,22 @@ msgstr "" msgid "Bad login attempt." msgstr "" +#: ../../TShockAPI/Commands.cs:1362 +#, csharp-format +msgid "ban {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1361 +#: ../../TShockAPI/Commands.cs:1363 +#, csharp-format +msgid "ban {0} " +msgstr "" + +#: ../../TShockAPI/Commands.cs:1360 +#, csharp-format +msgid "ban {0} [Flags]" +msgstr "" + #: ../../TShockAPI/Commands.cs:1624 #, csharp-format msgid "Ban {0} has been revoked by {1}." @@ -747,6 +1388,10 @@ msgstr "" msgid "Ban {0} has now been marked as expired." msgstr "" +#: ../../TShockAPI/Commands.cs:1374 +msgid "Ban Add Syntax" +msgstr "" + #: ../../TShockAPI/Commands.cs:1481 #, csharp-format msgid "Ban added. Ticket Number {0} was created for identifier {1}." @@ -757,30 +1402,59 @@ msgstr "" msgid "Ban added. Ticket number: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:1387 +msgid "Ban Del Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1403 +msgid "Ban Details Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1395 +msgid "Ban List Syntax" +msgstr "" + #: ../../TShockAPI/Rest/RestManager.cs:695 msgid "Ban removed." msgstr "" -#: ../../TShockAPI/Commands.cs:3824 -#, csharp-format -msgid "Banned ${0}." +#: ../../TShockAPI/Commands.cs:1433 +msgid "Ban Usage Examples" msgstr "" -#: ../../TShockAPI/Commands.cs:4020 +#: ../../TShockAPI/Commands.cs:3832 +#, csharp-format +msgid "Banned {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4028 #, csharp-format msgid "Banned projectile {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4196 +#: ../../TShockAPI/Commands.cs:4204 #, csharp-format msgid "Banned tile {0}." msgstr "" +#: ../../TShockAPI/TSPlayer.cs:1841 +#, csharp-format +msgid "Banned: {0}" +msgstr "" + #: ../../TShockAPI/Commands.cs:1508 msgid "Banned." msgstr "" -#: ../../TShockAPI/Commands.cs:2738 +#: ../../TShockAPI/Commands.cs:1661 +msgid "Bans ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6577 +msgid "Basic Tree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2746 msgid "Betsy" msgstr "" @@ -794,6 +1468,10 @@ msgstr "" msgid "Bloodmoon state: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:6581 +msgid "Boreal Tree" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1447 #, csharp-format msgid "Bouncer / OnChestItemChange rejected from chest mismatch from {0}" @@ -829,78 +1507,78 @@ msgstr "" msgid "Bouncer / OnChestOpen rejected from region check from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2699 +#: ../../TShockAPI/Bouncer.cs:2715 #, csharp-format msgid "" "Bouncer / OnFishOutNPC rejected for not finding active bobber projectile! - " "From {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2693 +#: ../../TShockAPI/Bouncer.cs:2709 #, csharp-format msgid "Bouncer / OnFishOutNPC rejected for not using a fishing rod! - From {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2705 +#: ../../TShockAPI/Bouncer.cs:2721 #, csharp-format msgid "" "Bouncer / OnFishOutNPC rejected for the NPC not being on the fishable NPCs " "list! - From {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2717 +#: ../../TShockAPI/Bouncer.cs:2733 #, csharp-format msgid "Bouncer / OnFishOutNPC rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2711 +#: ../../TShockAPI/Bouncer.cs:2727 #, csharp-format msgid "Bouncer / OnFishOutNPC rejected summon boss permissions from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2745 +#: ../../TShockAPI/Bouncer.cs:2761 #, csharp-format msgid "Bouncer / OnFoodPlatterTryPlacing rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2738 +#: ../../TShockAPI/Bouncer.cs:2754 #, csharp-format msgid "" "Bouncer / OnFoodPlatterTryPlacing rejected item not placed by hand from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2756 +#: ../../TShockAPI/Bouncer.cs:2772 #, csharp-format msgid "Bouncer / OnFoodPlatterTryPlacing rejected permissions from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2767 +#: ../../TShockAPI/Bouncer.cs:2783 #, csharp-format msgid "Bouncer / OnFoodPlatterTryPlacing rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2731 +#: ../../TShockAPI/Bouncer.cs:2747 #, csharp-format msgid "" "Bouncer / OnFoodPlatterTryPlacing rejected tile placement valid from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2472 +#: ../../TShockAPI/Bouncer.cs:2488 #, csharp-format msgid "Bouncer / OnGemLockToggle invalid placement/deadmod from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2465 +#: ../../TShockAPI/Bouncer.cs:2481 #, csharp-format msgid "Bouncer / OnGemLockToggle rejected boundaries check from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2479 +#: ../../TShockAPI/Bouncer.cs:2495 #, csharp-format msgid "Bouncer / OnGemLockToggle rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2488 +#: ../../TShockAPI/Bouncer.cs:2504 #, csharp-format msgid "Bouncer / OnGemLockToggle rejected permissions check from {0}" msgstr "" @@ -914,23 +1592,23 @@ msgstr "" msgid "Bouncer / OnGetSection rejected GetSection packet from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2065 +#: ../../TShockAPI/Bouncer.cs:2081 #, csharp-format msgid "Bouncer / OnHealOtherPlayer 0.2 check from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2089 +#: ../../TShockAPI/Bouncer.cs:2105 #, csharp-format msgid "Bouncer / OnHealOtherPlayer rejected disabled/throttled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2081 +#: ../../TShockAPI/Bouncer.cs:2097 #, csharp-format msgid "" "Bouncer / OnHealOtherPlayer rejected heal other threshold from {0} {1}/{2}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2055 +#: ../../TShockAPI/Bouncer.cs:2071 msgid "Bouncer / OnHealOtherPlayer rejected null checks" msgstr "" @@ -976,22 +1654,22 @@ msgstr "" msgid "Bouncer / OnItemDrop rejected from sneaky from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2667 +#: ../../TShockAPI/Bouncer.cs:2683 #, csharp-format msgid "Bouncer / OnKillMe rejected bad length death text from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2674 +#: ../../TShockAPI/Bouncer.cs:2690 #, csharp-format msgid "Bouncer / OnKillMe rejected custom death message from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2648 +#: ../../TShockAPI/Bouncer.cs:2664 #, csharp-format msgid "Bouncer / OnKillMe rejected high damage from {0} {1}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2657 +#: ../../TShockAPI/Bouncer.cs:2673 #, csharp-format msgid "Bouncer / OnKillMe rejected index check from {0}" msgstr "" @@ -1066,17 +1744,17 @@ msgstr "" msgid "Bouncer / OnLiquidSet rejected throttle from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2537 +#: ../../TShockAPI/Bouncer.cs:2553 #, csharp-format msgid "Bouncer / OnMassWireOperation rejected build perms from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2530 +#: ../../TShockAPI/Bouncer.cs:2546 #, csharp-format msgid "Bouncer / OnMassWireOperation rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2523 +#: ../../TShockAPI/Bouncer.cs:2539 #, csharp-format msgid "Bouncer / OnMassWireOperation rejected valid placement from {0}" msgstr "" @@ -1156,7 +1834,7 @@ msgstr "" msgid "Bouncer / OnNewProjectile rejected from weird check from {0} {1}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2010 +#: ../../TShockAPI/Bouncer.cs:2025 #, csharp-format msgid "" "Bouncer / OnNPCAddBuff rejected abnormal buff ({0}) added to {1} ({2}) from " @@ -1233,127 +1911,127 @@ msgstr "" msgid "Bouncer / OnPlaceChest rejected from weird placement check from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2404 +#: ../../TShockAPI/Bouncer.cs:2420 #, csharp-format msgid "Bouncer / OnPlaceItemFrame rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2412 +#: ../../TShockAPI/Bouncer.cs:2428 #, csharp-format msgid "Bouncer / OnPlaceItemFrame rejected permissions from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2420 +#: ../../TShockAPI/Bouncer.cs:2436 #, csharp-format msgid "Bouncer / OnPlaceItemFrame rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2397 +#: ../../TShockAPI/Bouncer.cs:2413 #, csharp-format msgid "Bouncer / OnPlaceItemFrame rejected tile placement valid from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2282 +#: ../../TShockAPI/Bouncer.cs:2298 #, csharp-format msgid "" "Bouncer / OnPlaceObject rejected awkward tile creation/selection from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2269 +#: ../../TShockAPI/Bouncer.cs:2285 #, csharp-format msgid "" "Bouncer / OnPlaceObject rejected Axe of Regrowth only places saplings {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2230 +#: ../../TShockAPI/Bouncer.cs:2246 #, csharp-format msgid "Bouncer / OnPlaceObject rejected banned tiles from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2239 +#: ../../TShockAPI/Bouncer.cs:2255 #, csharp-format msgid "Bouncer / OnPlaceObject rejected dead people don't do things from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2247 +#: ../../TShockAPI/Bouncer.cs:2263 #, csharp-format msgid "Bouncer / OnPlaceObject rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2221 +#: ../../TShockAPI/Bouncer.cs:2237 #, csharp-format msgid "Bouncer / OnPlaceObject rejected fake containers from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2315 +#: ../../TShockAPI/Bouncer.cs:2331 #, csharp-format msgid "Bouncer / OnPlaceObject rejected mad loop from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2300 +#: ../../TShockAPI/Bouncer.cs:2316 #, csharp-format msgid "Bouncer / OnPlaceObject rejected null tile data from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2290 +#: ../../TShockAPI/Bouncer.cs:2306 #, csharp-format msgid "" "Bouncer / OnPlaceObject rejected object placement with invalid style from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2198 +#: ../../TShockAPI/Bouncer.cs:2214 #, csharp-format msgid "Bouncer / OnPlaceObject rejected out of bounds tile from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2205 +#: ../../TShockAPI/Bouncer.cs:2221 #, csharp-format msgid "Bouncer / OnPlaceObject rejected out of bounds tile x from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2212 +#: ../../TShockAPI/Bouncer.cs:2228 #, csharp-format msgid "Bouncer / OnPlaceObject rejected out of bounds tile y from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2331 +#: ../../TShockAPI/Bouncer.cs:2347 #, csharp-format msgid "Bouncer / OnPlaceObject rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2258 +#: ../../TShockAPI/Bouncer.cs:2274 #, csharp-format msgid "" "Bouncer / OnPlaceObject rejected rubblemaker I can't believe it's not rubble! " "from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2339 +#: ../../TShockAPI/Bouncer.cs:2355 #, csharp-format msgid "Bouncer / OnPlaceObject rejected tile place threshold from {0} {1}/{2}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2191 +#: ../../TShockAPI/Bouncer.cs:2207 #, csharp-format msgid "Bouncer / OnPlaceObject rejected valid placements from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2370 +#: ../../TShockAPI/Bouncer.cs:2386 #, csharp-format msgid "Bouncer / OnPlaceTileEntity rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2377 +#: ../../TShockAPI/Bouncer.cs:2393 #, csharp-format msgid "Bouncer / OnPlaceTileEntity rejected permissions from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2384 +#: ../../TShockAPI/Bouncer.cs:2400 #, csharp-format msgid "Bouncer / OnPlaceTileEntity rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2363 +#: ../../TShockAPI/Bouncer.cs:2379 #, csharp-format msgid "Bouncer / OnPlaceTileEntity rejected tile placement valid from {0}" msgstr "" @@ -1418,50 +2096,52 @@ msgstr "" msgid "Bouncer / OnPlayerBuff rejected time too long from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2631 +#: ../../TShockAPI/Bouncer.cs:2647 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected custom death message from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2567 +#: ../../TShockAPI/Bouncer.cs:2583 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected damage threshold from {0} {1}/{2}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2594 +#: ../../TShockAPI/Bouncer.cs:2610 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected disabled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2585 +#: ../../TShockAPI/Bouncer.cs:2601 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected hostile from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2558 +#: ../../TShockAPI/Bouncer.cs:2574 msgid "Bouncer / OnPlayerDamage rejected null check" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2603 +#: ../../TShockAPI/Bouncer.cs:2619 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected range checks from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2612 +#: ../../TShockAPI/Bouncer.cs:2628 #, csharp-format msgid "Bouncer / OnPlayerDamage rejected throttled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2452 +#: ../../TShockAPI/Bouncer.cs:2468 +#, csharp-format msgid "Bouncer / OnPlayerPortalTeleport rejected disabled/throttled from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2444 +#: ../../TShockAPI/Bouncer.cs:2460 +#, csharp-format msgid "" "Bouncer / OnPlayerPortalTeleport rejected teleport out of bounds from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2433 +#: ../../TShockAPI/Bouncer.cs:2449 #, csharp-format msgid "" "Bouncer / OnPlayerPortalTeleport rejected untargetable teleport from {0}" @@ -1541,22 +2221,22 @@ msgid "" "Bouncer / OnProjectileKill rejected from negative projectile index from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2122 +#: ../../TShockAPI/Bouncer.cs:2138 #, csharp-format msgid "Bouncer / OnReleaseNPC rejected npc release from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2114 +#: ../../TShockAPI/Bouncer.cs:2130 #, csharp-format msgid "Bouncer / OnReleaseNPC rejected out of bounds from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2173 +#: ../../TShockAPI/Bouncer.cs:2189 #, csharp-format msgid "Bouncer / OnReleaseNPC rejected throttle from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2129 +#: ../../TShockAPI/Bouncer.cs:2145 #, csharp-format msgid "Bouncer / OnReleaseNPC released different critter from {0}" msgstr "" @@ -1663,6 +2343,7 @@ msgid "Bouncer / OnTileEdit rejected from sts allow cut from {0} {1} {2}" msgstr "" #: ../../TShockAPI/Bouncer.cs:935 +#, csharp-format msgid "Bouncer / OnTileEdit rejected from throttled from {0} {1} {2}" msgstr "" @@ -1716,12 +2397,12 @@ msgstr "" msgid "Bouncer / OnTileEdit super accepted from (ice block) {0} {1} {2}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2029 +#: ../../TShockAPI/Bouncer.cs:2045 #, csharp-format msgid "Bouncer / OnUpdateNPCHome rejected npc home build permission from {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2039 +#: ../../TShockAPI/Bouncer.cs:2055 #, csharp-format msgid "Bouncer / OnUpdateNPCHome rejected range checks from {0}" msgstr "" @@ -1773,10 +2454,37 @@ msgid "" "dimensions fall outside the tile rect (excessive size)" msgstr "" +#: ../../TShockAPI/Utils.cs:136 +#, csharp-format +msgid "Broadcast: {0}" +msgstr "" + +#: ../../TShockAPI/Utils.cs:159 +#, csharp-format +msgid "Broadcast: {0}: {1}" +msgstr "" + #: ../../TShockAPI/Commands.cs:272 msgid "Broadcasts a message to everyone on the server." msgstr "" +#: ../../TShockAPI/Commands.cs:6355 +msgid "Buff Syntax and Example" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5998 +msgid "Butcher Syntax and Example" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2600 +msgid "" +"Bypass SSC is enabled for your account. SSC data will not be loaded or saved." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6661 +msgid "Cactus" +msgstr "" + #: ../../TShockAPI/DB/IQueryBuilder.cs:319 msgid "" "Can't set to true SqlColumn.DefaultCurrentTimestamp when the MySqlDbType is " @@ -1792,21 +2500,21 @@ msgstr "" msgid "Certain projectiles have been ignored for cheat detection." msgstr "" -#: ../../TShockAPI/Commands.cs:4445 +#: ../../TShockAPI/Commands.cs:4453 #, csharp-format msgid "Changed the maximum spawns to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4426 +#: ../../TShockAPI/Commands.cs:4434 msgid "Changed the maximum spawns to 5." msgstr "" -#: ../../TShockAPI/Commands.cs:4484 +#: ../../TShockAPI/Commands.cs:4492 #, csharp-format msgid "Changed the spawn rate to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4466 +#: ../../TShockAPI/Commands.cs:4474 msgid "Changed the spawn rate to 600." msgstr "" @@ -1826,12 +2534,12 @@ msgstr "" msgid "Changes your account's password." msgstr "" -#: ../../TShockAPI/Commands.cs:3629 +#: ../../TShockAPI/Commands.cs:3637 #, csharp-format msgid "Chat color for \"{0}\" is \"{1}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3615 +#: ../../TShockAPI/Commands.cs:3623 #, csharp-format msgid "Chat color for group \"{0}\" set to \"{1}\"." msgstr "" @@ -1840,7 +2548,15 @@ msgstr "" msgid "Checks for TShock updates." msgstr "" -#: ../../TShockAPI/Commands.cs:2514 +#: ../../TShockAPI/Commands.cs:5177 +msgid "clear - Clears the temporary region points." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5802 +msgid "Clear Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2522 msgid "Cleared all users from the angler quest completion list for today." msgstr "" @@ -1848,19 +2564,28 @@ msgstr "" msgid "Clears item drops or projectiles." msgstr "" -#: ../../TShockAPI/Commands.cs:3423 +#: ../../TShockAPI/Commands.cs:3431 msgid "color - Changes a group's chat color." msgstr "" +#: ../../TShockAPI/Commands.cs:5320 +#, csharp-format +msgid "Command aliases: {0}, {1}, {2}" +msgstr "" + #: ../../TShockAPI/Commands.cs:162 msgid "Command failed, check logs for more details." msgstr "" -#: ../../TShockAPI/Commands.cs:3186 +#: ../../TShockAPI/Commands.cs:5251 +msgid "Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3194 msgid "Commands: add, del, hide, list, send, [warpname]." msgstr "" -#: ../../TShockAPI/Commands.cs:4378 +#: ../../TShockAPI/Commands.cs:4386 msgid "" "Configuration, permissions, and regions reload complete. Some changes may " "require a server restart." @@ -1871,38 +2596,65 @@ msgstr "" msgid "Correct usage: {0}overridessc|{0}ossc " msgstr "" +#: ../../TShockAPI/Commands.cs:6626 +msgid "Corruption Palm" +msgstr "" + #: ../../TShockAPI/DB/BanManager.cs:82 #: ../../TShockAPI/DB/ResearchDatastore.cs:54 msgid "Could not find a database library (probably Sqlite3.dll)" msgstr "" -#: ../../TShockAPI/Commands.cs:3251 +#: ../../TShockAPI/Commands.cs:3259 #, csharp-format msgid "Could not find a warp named {0} to remove." msgstr "" -#: ../../TShockAPI/Commands.cs:1917 +#: ../../TShockAPI/Commands.cs:5514 +#: ../../TShockAPI/Commands.cs:5598 +#: ../../TShockAPI/Commands.cs:5623 +#: ../../TShockAPI/Commands.cs:5679 +#: ../../TShockAPI/Commands.cs:5960 +#, csharp-format +msgid "Could not find any player named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5916 +#, csharp-format +msgid "Could not find any player named \"{0}\"." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5459 +#, csharp-format +msgid "Could not find any players named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1925 #, csharp-format msgid "Could not find group {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:1906 +#: ../../TShockAPI/Commands.cs:1914 #, csharp-format msgid "Could not find player {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:3274 +#: ../../TShockAPI/Commands.cs:5035 +msgid "Could not find specified region" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3282 msgid "Could not find specified warp." msgstr "" -#: ../../TShockAPI/Commands.cs:4706 -#: ../../TShockAPI/Commands.cs:4713 -#: ../../TShockAPI/Commands.cs:4732 -#: ../../TShockAPI/Commands.cs:4771 -#: ../../TShockAPI/Commands.cs:4806 -#: ../../TShockAPI/Commands.cs:4841 -#: ../../TShockAPI/Commands.cs:4876 -#: ../../TShockAPI/Commands.cs:4920 +#: ../../TShockAPI/Commands.cs:4714 +#: ../../TShockAPI/Commands.cs:4721 +#: ../../TShockAPI/Commands.cs:4740 +#: ../../TShockAPI/Commands.cs:4779 +#: ../../TShockAPI/Commands.cs:4814 +#: ../../TShockAPI/Commands.cs:4849 +#: ../../TShockAPI/Commands.cs:4884 +#: ../../TShockAPI/Commands.cs:4928 #, csharp-format msgid "Could not find the region {0}." msgstr "" @@ -1913,12 +2665,22 @@ msgid "" "spelling." msgstr "" +#: ../../TShockAPI/Commands.cs:6188 +#, csharp-format +msgid "Could not rename {0}!" +msgstr "" + #: ../../TShockAPI/Commands.cs:595 msgid "" "Creates a reference tables for Terraria data types and the TShock permission " "system in the server folder." msgstr "" +#: ../../TShockAPI/Commands.cs:5402 +msgid "" +"Creates: with the password as part of the owner group." +msgstr "" + #: ../../TShockAPI/Handlers/NetModules/CreativePowerHandler.cs:53 msgid "" "CreativePowerHandler received permission check request for unknown creative " @@ -1932,51 +2694,67 @@ msgid "" "value: {0} but should be 0 from {1}" msgstr "" -#: ../../TShockAPI/Commands.cs:4417 +#: ../../TShockAPI/Commands.cs:6621 +msgid "Crimson Palm" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4425 #, csharp-format msgid "Current maximum spawns: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4457 +#: ../../TShockAPI/Commands.cs:4465 #, csharp-format msgid "Current spawn rate: {0}." msgstr "" -#: ../../TShockAPI/Bouncer.cs:2650 +#: ../../TShockAPI/Bouncer.cs:2666 #, csharp-format msgid "Death Exploit Attempt: Damage {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2668 +#: ../../TShockAPI/Bouncer.cs:2684 msgid "Death reason outside of normal bounds." msgstr "" -#: ../../TShockAPI/Commands.cs:3425 +#: ../../TShockAPI/Commands.cs:5178 +msgid "define - Defines the region with the given name." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3433 msgid "del - Deletes a group." msgstr "" -#: ../../TShockAPI/Commands.cs:3956 +#: ../../TShockAPI/Commands.cs:3964 msgid "del - Deletes an item ban." msgstr "" -#: ../../TShockAPI/Commands.cs:4134 +#: ../../TShockAPI/Commands.cs:4142 msgid "del - Deletes an projectile ban." msgstr "" -#: ../../TShockAPI/Commands.cs:4310 +#: ../../TShockAPI/Commands.cs:4318 msgid "del - Deletes a tile ban." msgstr "" -#: ../../TShockAPI/Commands.cs:4729 +#: ../../TShockAPI/Commands.cs:5179 +msgid "delete - Deletes the given region." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4737 #, csharp-format msgid "Deleted region \"{0}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3426 +#: ../../TShockAPI/Commands.cs:3434 msgid "delperm - Removes permissions from a group." msgstr "" -#: ../../TShockAPI/Commands.cs:2094 +#: ../../TShockAPI/Commands.cs:6612 +msgid "Desert Palm" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2102 msgid "destroytokens - Destroys all current REST tokens." msgstr "" @@ -1986,6 +2764,18 @@ msgstr "" msgid "Detected DOOM set to ON position." msgstr "" +#: ../../TShockAPI/Commands.cs:6651 +msgid "Diamond Gemtree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1872 +msgid "Disabled halloween mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1891 +msgid "Disabled xmas mode." +msgstr "" + #: ../../TShockAPI/Bouncer.cs:525 #, csharp-format msgid "Disabled. You need to {0}login to load your saved data." @@ -1999,23 +2789,39 @@ msgstr "" msgid "Disabled. You went too far with hacked item stacks." msgstr "" -#: ../../TShockAPI/Commands.cs:3957 +#: ../../TShockAPI/Commands.cs:3965 msgid "disallow - Disallows a group from using an item." msgstr "" -#: ../../TShockAPI/Commands.cs:4135 +#: ../../TShockAPI/Commands.cs:4143 msgid "" "disallow - Disallows a group from using a projectile." msgstr "" -#: ../../TShockAPI/Commands.cs:4311 +#: ../../TShockAPI/Commands.cs:4319 msgid "disallow - Disallows a group from place a tile." msgstr "" -#: ../../TShockAPI/Commands.cs:2631 +#: ../../TShockAPI/Commands.cs:2639 msgid "Duke Fishron" msgstr "" +#: ../../TShockAPI/Commands.cs:6602 +msgid "Ebonwood Tree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6643 +msgid "Emerald Gemtree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1870 +msgid "Enabled halloween mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1889 +msgid "Enabled xmas mode." +msgstr "" + #: ../../TShockAPI/Commands.cs:488 msgid "Enables starting and stopping various world events." msgstr "" @@ -2025,15 +2831,67 @@ msgstr "" msgid "Error on reloading groups: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:2760 +#: ../../TShockAPI/Commands.cs:5110 +msgid "Error: both names are the same." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2768 msgid "Everscream" msgstr "" -#: ../../TShockAPI/Commands.cs:1985 +#: ../../TShockAPI/Commands.cs:1398 +#, csharp-format +msgid "Example usage: {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5451 +#, csharp-format +msgid "Example usage: {0} \"{1}\" \"{2}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6357 +#, csharp-format +msgid "Example usage: {0} \"{1}\" {2}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1390 +#: ../../TShockAPI/Commands.cs:1406 +#: ../../TShockAPI/Commands.cs:5321 +#: ../../TShockAPI/Commands.cs:5617 +#: ../../TShockAPI/Commands.cs:5907 +#: ../../TShockAPI/Commands.cs:6000 +#, csharp-format +msgid "Example usage: {0} {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5508 +#: ../../TShockAPI/Commands.cs:5673 +#: ../../TShockAPI/Commands.cs:5804 +#: ../../TShockAPI/Commands.cs:6297 +#, csharp-format +msgid "Example usage: {0} {1} {2}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6407 +#, csharp-format +msgid "Example usage: {0} {1} {2} {3}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1382 +#, csharp-format +msgid "Example usage: {0} {1} {2} {3} {4}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5589 +#, csharp-format +msgid "Example usage: {0} <{1}> <{2}>" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1993 msgid "Example: /sudo /ban add particles 2d Hacking." msgstr "" -#: ../../TShockAPI/Commands.cs:3189 +#: ../../TShockAPI/Commands.cs:3197 #, csharp-format msgid "Examples: {0}warp add foobar, {0}warp hide foobar true, {0}warp foobar." msgstr "" @@ -2063,7 +2921,7 @@ msgstr "" msgid "Failed to delete group {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2507 +#: ../../TShockAPI/Commands.cs:2515 msgid "Failed to find any users by that name on the list." msgstr "" @@ -2077,7 +2935,11 @@ msgstr "" msgid "Failed to rename group {0}." msgstr "" -#: ../../TShockAPI/Bouncer.cs:2649 +#: ../../TShockAPI/Commands.cs:5136 +msgid "Failed to rename the region." +msgstr "" + +#: ../../TShockAPI/Bouncer.cs:2665 msgid "Failed to shade polygon normals." msgstr "" @@ -2107,15 +2969,38 @@ msgstr "" msgid "FetchHashedPasswordAndGroup SQL returned an error: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:1927 +#: ../../TShockAPI/Commands.cs:5671 +msgid "Firework Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1935 msgid "" "For example, 1d and 10h-30m+2m are both valid time strings, but 2 is not." msgstr "" +#: ../../TShockAPI/Commands.cs:1365 +#, csharp-format +msgid "For more info, use {0} {1} or {2} {3}" +msgstr "" + #: ../../TShockAPI/Commands.cs:514 msgid "Forces all liquids to update immediately." msgstr "" +#: ../../TShockAPI/Commands.cs:6266 +#, csharp-format +msgid "Gave {0} {1} {2}." +msgid_plural "Gave {0} {1} {2}s." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:6128 +#, csharp-format +msgid "Gave {0} {1}." +msgid_plural "Gave {0} {1}s." +msgstr[0] "" +msgstr[1] "" + #: ../../TShockAPI/GetDataHandlers.cs:4364 #, csharp-format msgid "GetDataHandlers / HandleSyncLoadout rejected loadout index sync {0}" @@ -2133,6 +3018,10 @@ msgstr "" msgid "GetUser SQL returned an error {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:6405 +msgid "Give Buff Syntax and Example" +msgstr "" + #: ../../TShockAPI/Commands.cs:541 msgid "" "Gives another player a buff or debuff for an amount of time. Putting -1 for " @@ -2153,6 +3042,10 @@ msgstr "" msgid "Gives yourself an item." msgstr "" +#: ../../TShockAPI/Commands.cs:6675 +msgid "Glowing Mushroom Tree" +msgstr "" + #: ../../TShockAPI/Handlers/LandGolfBallInCupHandler.cs:123 #, csharp-format msgid "" @@ -2160,17 +3053,17 @@ msgid "" "5 seconds! - From {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3489 +#: ../../TShockAPI/Commands.cs:3497 #, csharp-format msgid "Group \"{0}\" has no parent." msgstr "" -#: ../../TShockAPI/Commands.cs:3579 +#: ../../TShockAPI/Commands.cs:3587 #, csharp-format msgid "Group \"{0}\" has no prefix." msgstr "" -#: ../../TShockAPI/Commands.cs:3534 +#: ../../TShockAPI/Commands.cs:3542 #, csharp-format msgid "Group \"{0}\" has no suffix." msgstr "" @@ -2250,8 +3143,8 @@ msgid "" "removed." msgstr "" -#: ../../TShockAPI/Commands.cs:4845 -#: ../../TShockAPI/Commands.cs:4880 +#: ../../TShockAPI/Commands.cs:4853 +#: ../../TShockAPI/Commands.cs:4888 #, csharp-format msgid "Group {0} not found." msgstr "" @@ -2261,32 +3154,48 @@ msgstr "" msgid "Group {0} updated successfully" msgstr "" -#: ../../TShockAPI/Commands.cs:3363 +#: ../../TShockAPI/Commands.cs:3371 #, csharp-format msgid "Group {0} was added successfully." msgstr "" +#: ../../TShockAPI/Commands.cs:3445 +msgid "Group Sub-Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3736 +msgid "Groups ({{0}}/{{1}}):" +msgstr "" + #: ../../TShockAPI/Commands.cs:476 msgid "Grows plants at your location." msgstr "" -#: ../../TShockAPI/Commands.cs:2576 +#: ../../TShockAPI/Commands.cs:6616 +msgid "Hallow Palm" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2584 msgid "Hardmode is disabled in the server configuration file." msgstr "" -#: ../../TShockAPI/Commands.cs:2567 +#: ../../TShockAPI/Commands.cs:2575 msgid "Hardmode is now off." msgstr "" -#: ../../TShockAPI/Commands.cs:2572 +#: ../../TShockAPI/Commands.cs:2580 msgid "Hardmode is now on." msgstr "" -#: ../../TShockAPI/Bouncer.cs:2066 +#: ../../TShockAPI/Commands.cs:6295 +msgid "Heal Syntax and Example" +msgstr "" + +#: ../../TShockAPI/Bouncer.cs:2082 msgid "HealOtherPlayer cheat attempt!" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2075 +#: ../../TShockAPI/Bouncer.cs:2091 #, csharp-format msgid "HealOtherPlayer threshold exceeded {0}." msgstr "" @@ -2295,11 +3204,15 @@ msgstr "" msgid "Heals a player in HP and MP." msgstr "" -#: ../../TShockAPI/Commands.cs:4641 +#: ../../TShockAPI/Commands.cs:6669 +msgid "Herb" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4649 msgid "Hit a block to get the name of the region." msgstr "" -#: ../../TShockAPI/Commands.cs:4654 +#: ../../TShockAPI/Commands.cs:4662 #, csharp-format msgid "Hit a block to set point {0}." msgstr "" @@ -2309,13 +3222,19 @@ msgstr "" msgid "ID: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:6298 +msgid "" +"If no amount is specified, it will default to healing the target player by " +"their max HP." +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1374 msgid "" "If this player wasn't hacking, please report the damage threshold they were " "disabled for to TShock so we can improve this!" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2082 +#: ../../TShockAPI/Bouncer.cs:2098 msgid "" "If this player wasn't hacking, please report the HealOtherPlayer threshold " "they were disabled for to TShock so we can improve this!" @@ -2345,10 +3264,42 @@ msgid "" "were disabled for to TShock so we can improve this!" msgstr "" +#: ../../TShockAPI/Commands.cs:5365 +msgid "" +"If you are locked out of all admin accounts, ask for help on " +"https://tshock.co/" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5805 +#, csharp-format +msgid "" +"If you do not specify a radius, it will use a default radius of {0} around " +"your character." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6358 +#, csharp-format +msgid "If you don't specify the duration, it will default to {0} seconds." +msgstr "" + #: ../../TShockAPI/Commands.cs:848 msgid "If you forgot your password, contact the administrator for help." msgstr "" +#: ../../TShockAPI/Commands.cs:6359 +#, csharp-format +msgid "" +"If you put {0} as the duration, it will use the max possible time of 415 " +"days." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5404 +#, csharp-format +msgid "" +"If you understand, please {0}login now, and then type " +"{0}setup." +msgstr "" + #: ../../TShockAPI/Bouncer.cs:969 msgid "" "If you're seeing this message and you know what that player did, please " @@ -2366,20 +3317,34 @@ msgid "" "{1} from {2}." msgstr "" -#: ../../TShockAPI/Commands.cs:3172 +#: ../../TShockAPI/Commands.cs:3180 msgid "Incoming teleports are now allowed." msgstr "" -#: ../../TShockAPI/Commands.cs:3174 +#: ../../TShockAPI/Commands.cs:3182 msgid "Incoming teleports are now disabled." msgstr "" +#: ../../TShockAPI/Commands.cs:5391 +msgid "Incorrect setup code. This incident has been logged." +msgstr "" + #: ../../TShockAPI/DB/TileManager.cs:223 #: ../../TShockAPI/DB/ProjectileManager.cs:223 #, csharp-format msgid "Infinite group parenting ({0})" msgstr "" +#: ../../TShockAPI/Commands.cs:5188 +msgid "" +"info [-d] - Displays several information about the given region." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4977 +#, csharp-format +msgid "Information About Region \"{0}\" ({{0}}/{{1}}):" +msgstr "" + #: ../../TShockAPI/Commands.cs:1223 msgid "Information about the currently running world" msgstr "" @@ -2392,83 +3357,126 @@ msgstr "" msgid "Internal server error." msgstr "" +#: ../../TShockAPI/Commands.cs:1496 +#, csharp-format +msgid "" +"Invalid Ban Add syntax. Refer to {0} for details on how to use the {1} " +"command" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1612 +#, csharp-format +msgid "" +"Invalid Ban Del syntax. Refer to {0} for details on how to use the {1} " +"command" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1671 +#, csharp-format +msgid "" +"Invalid Ban Details syntax. Refer to {0} for details on how to use the {1} " +"command" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1649 +#, csharp-format +msgid "" +"Invalid Ban List syntax. Refer to {0} for details on how to use the {1} " +"command" +msgstr "" + #: ../../TShockAPI/DB/UserManager.cs:500 msgid "" "Invalid BCrypt work factor in config file! Creating new hash using default " "work factor." msgstr "" -#: ../../TShockAPI/Commands.cs:2591 +#: ../../TShockAPI/Commands.cs:2599 msgid "Invalid boss amount." msgstr "" -#: ../../TShockAPI/Commands.cs:2804 +#: ../../TShockAPI/Commands.cs:2812 msgid "Invalid boss type!" msgstr "" +#: ../../TShockAPI/Commands.cs:6455 +msgid "Invalid buff ID!" +msgstr "" + #: ../../TShockAPI/Commands.cs:652 #: ../../TShockAPI/Commands.cs:680 #, csharp-format msgid "Invalid command entered. Type {0}help for a list of valid commands." msgstr "" -#: ../../TShockAPI/Commands.cs:3114 +#: ../../TShockAPI/Commands.cs:5266 +msgid "Invalid command." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3122 msgid "Invalid destination NPC." msgstr "" -#: ../../TShockAPI/Commands.cs:2924 -#: ../../TShockAPI/Commands.cs:2955 -#: ../../TShockAPI/Commands.cs:2994 -#: ../../TShockAPI/Commands.cs:3067 +#: ../../TShockAPI/Commands.cs:2932 +#: ../../TShockAPI/Commands.cs:2963 +#: ../../TShockAPI/Commands.cs:3002 +#: ../../TShockAPI/Commands.cs:3075 msgid "Invalid destination player." msgstr "" -#: ../../TShockAPI/Commands.cs:2223 +#: ../../TShockAPI/Commands.cs:2231 #, csharp-format msgid "Invalid event type. Valid event types: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2365 +#: ../../TShockAPI/Commands.cs:2373 msgid "Invalid frost moon event wave." msgstr "" -#: ../../TShockAPI/Commands.cs:3748 -#: ../../TShockAPI/Commands.cs:3851 -#: ../../TShockAPI/Commands.cs:3922 -#: ../../TShockAPI/Commands.cs:4041 -#: ../../TShockAPI/Commands.cs:4099 -#: ../../TShockAPI/Commands.cs:4217 -#: ../../TShockAPI/Commands.cs:4275 +#: ../../TShockAPI/Commands.cs:3756 +#: ../../TShockAPI/Commands.cs:3859 +#: ../../TShockAPI/Commands.cs:3930 +#: ../../TShockAPI/Commands.cs:4049 +#: ../../TShockAPI/Commands.cs:4107 +#: ../../TShockAPI/Commands.cs:4225 +#: ../../TShockAPI/Commands.cs:4283 msgid "Invalid group." msgstr "" -#: ../../TShockAPI/Commands.cs:2384 +#: ../../TShockAPI/Commands.cs:2392 #, csharp-format msgid "Invalid invasion type. Valid invasion types: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:3790 -#: ../../TShockAPI/Commands.cs:3841 -#: ../../TShockAPI/Commands.cs:3886 -#: ../../TShockAPI/Commands.cs:3912 +#: ../../TShockAPI/Commands.cs:6071 +#: ../../TShockAPI/Commands.cs:6220 +#: ../../TShockAPI/Commands.cs:6283 +msgid "Invalid item type!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3798 +#: ../../TShockAPI/Commands.cs:3849 +#: ../../TShockAPI/Commands.cs:3894 +#: ../../TShockAPI/Commands.cs:3920 msgid "Invalid item." msgstr "" -#: ../../TShockAPI/Commands.cs:4438 +#: ../../TShockAPI/Commands.cs:4446 #, csharp-format msgid "Invalid maximum spawns. Acceptable range is {0} to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2843 +#: ../../TShockAPI/Commands.cs:2851 +#: ../../TShockAPI/Commands.cs:6154 msgid "Invalid mob type!" msgstr "" -#: ../../TShockAPI/Commands.cs:2827 -#: ../../TShockAPI/Commands.cs:2883 +#: ../../TShockAPI/Commands.cs:2835 +#: ../../TShockAPI/Commands.cs:2891 msgid "Invalid mob type." msgstr "" -#: ../../TShockAPI/Commands.cs:2552 +#: ../../TShockAPI/Commands.cs:2560 #, csharp-format msgid "Invalid mode world mode. Valid modes: {0}" msgstr "" @@ -2491,24 +3499,34 @@ msgstr "" msgid "Invalid password." msgstr "" +#: ../../TShockAPI/Commands.cs:6251 +#: ../../TShockAPI/Commands.cs:6703 +msgid "Invalid player!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1246 msgid "Invalid player." msgstr "" -#: ../../TShockAPI/Commands.cs:4023 +#: ../../TShockAPI/Commands.cs:4031 msgid "Invalid projectile ID!" msgstr "" -#: ../../TShockAPI/Commands.cs:4060 -#: ../../TShockAPI/Commands.cs:4081 -#: ../../TShockAPI/Commands.cs:4119 +#: ../../TShockAPI/Commands.cs:4068 +#: ../../TShockAPI/Commands.cs:4089 +#: ../../TShockAPI/Commands.cs:4127 msgid "Invalid projectile ID." msgstr "" -#: ../../TShockAPI/Commands.cs:2347 +#: ../../TShockAPI/Commands.cs:2355 msgid "Invalid pumpkin moon event wave." msgstr "" +#: ../../TShockAPI/Commands.cs:5118 +#, csharp-format +msgid "Invalid region \"{0}\"." +msgstr "" + #: ../../TShockAPI/Rest/Rest.cs:247 #, csharp-format msgid "" @@ -2518,43 +3536,43 @@ msgid "" "Press any key to exit." msgstr "" -#: ../../TShockAPI/Commands.cs:3765 +#: ../../TShockAPI/Commands.cs:3773 #, csharp-format msgid "" "Invalid subcommand! Type {0}group help for more information on valid " "commands." msgstr "" -#: ../../TShockAPI/Commands.cs:3992 +#: ../../TShockAPI/Commands.cs:4000 #, csharp-format msgid "" "Invalid subcommand. Type {0}itemban help for more information on valid " "subcommands." msgstr "" -#: ../../TShockAPI/Commands.cs:4170 +#: ../../TShockAPI/Commands.cs:4178 #, csharp-format msgid "" "Invalid subcommand. Type {0}projban help for more information on valid " "subcommands." msgstr "" -#: ../../TShockAPI/Commands.cs:4346 +#: ../../TShockAPI/Commands.cs:4354 #, csharp-format msgid "" "Invalid subcommand. Type {0}tileban help for more information on valid " "subcommands." msgstr "" -#: ../../TShockAPI/Commands.cs:3624 +#: ../../TShockAPI/Commands.cs:3632 msgid "Invalid syntax for color, expected \"rrr,ggg,bbb\"." msgstr "" -#: ../../TShockAPI/Commands.cs:1898 +#: ../../TShockAPI/Commands.cs:1906 msgid "Invalid syntax." msgstr "" -#: ../../TShockAPI/Commands.cs:2315 +#: ../../TShockAPI/Commands.cs:2323 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}worldevent invasion [invasion type] " @@ -2567,83 +3585,100 @@ msgstr "" msgid "Invalid syntax. Proper syntax: {0}accountinfo ." msgstr "" -#: ../../TShockAPI/Commands.cs:3352 +#: ../../TShockAPI/Commands.cs:5742 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}aliases " +msgstr "" + +#: ../../TShockAPI/Commands.cs:3360 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}group add [permissions]." msgstr "" -#: ../../TShockAPI/Commands.cs:3381 +#: ../../TShockAPI/Commands.cs:3389 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group addperm " "." msgstr "" -#: ../../TShockAPI/Commands.cs:3589 +#: ../../TShockAPI/Commands.cs:3597 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group color [new " "color(000,000,000)]." msgstr "" -#: ../../TShockAPI/Commands.cs:3662 +#: ../../TShockAPI/Commands.cs:3670 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}group del ." msgstr "" -#: ../../TShockAPI/Commands.cs:3686 +#: ../../TShockAPI/Commands.cs:3694 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group delperm " "." msgstr "" -#: ../../TShockAPI/Commands.cs:3739 +#: ../../TShockAPI/Commands.cs:3747 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}group listperm [page]." msgstr "" -#: ../../TShockAPI/Commands.cs:3449 +#: ../../TShockAPI/Commands.cs:3457 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group parent [new parent group " "name]." msgstr "" -#: ../../TShockAPI/Commands.cs:3544 +#: ../../TShockAPI/Commands.cs:3552 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group prefix [new prefix]." msgstr "" -#: ../../TShockAPI/Commands.cs:3639 +#: ../../TShockAPI/Commands.cs:3647 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}group rename ." msgstr "" -#: ../../TShockAPI/Commands.cs:3499 +#: ../../TShockAPI/Commands.cs:3507 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}group suffix [new suffix]." msgstr "" -#: ../../TShockAPI/Commands.cs:3783 +#: ../../TShockAPI/Commands.cs:5232 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}help " +msgstr "" + +#: ../../TShockAPI/Commands.cs:6046 +#, csharp-format +msgid "" +"Invalid syntax. Proper syntax: {0}item [item amount] [prefix " +"id/name]" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3791 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}itemban add ." msgstr "" -#: ../../TShockAPI/Commands.cs:3834 +#: ../../TShockAPI/Commands.cs:3842 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}itemban allow ." msgstr "" -#: ../../TShockAPI/Commands.cs:3879 +#: ../../TShockAPI/Commands.cs:3887 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}itemban del ." msgstr "" -#: ../../TShockAPI/Commands.cs:3905 +#: ../../TShockAPI/Commands.cs:3913 #, csharp-format msgid "" "Invalid syntax. Proper syntax: {0}itemban disallow ." @@ -2654,133 +3689,177 @@ msgstr "" msgid "Invalid syntax. Proper syntax: {0}kick [reason]." msgstr "" -#: ../../TShockAPI/Commands.cs:4013 +#: ../../TShockAPI/Commands.cs:5412 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}me " +msgstr "" + +#: ../../TShockAPI/Commands.cs:5425 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}p " +msgstr "" + +#: ../../TShockAPI/Commands.cs:4021 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}projban add " msgstr "" -#: ../../TShockAPI/Commands.cs:4032 +#: ../../TShockAPI/Commands.cs:4040 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}projban allow ." msgstr "" -#: ../../TShockAPI/Commands.cs:4069 +#: ../../TShockAPI/Commands.cs:4077 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}projban del ." msgstr "" -#: ../../TShockAPI/Commands.cs:4090 +#: ../../TShockAPI/Commands.cs:4098 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}projban disallow ." msgstr "" -#: ../../TShockAPI/Commands.cs:4779 +#: ../../TShockAPI/Commands.cs:4787 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region allow ." msgstr "" -#: ../../TShockAPI/Commands.cs:4849 +#: ../../TShockAPI/Commands.cs:4857 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region allowg ." msgstr "" -#: ../../TShockAPI/Commands.cs:4693 +#: ../../TShockAPI/Commands.cs:4701 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region define ." msgstr "" -#: ../../TShockAPI/Commands.cs:4735 +#: ../../TShockAPI/Commands.cs:4743 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region delete ." msgstr "" -#: ../../TShockAPI/Commands.cs:4908 +#: ../../TShockAPI/Commands.cs:4916 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region info [-d] [page]." msgstr "" -#: ../../TShockAPI/Commands.cs:4716 +#: ../../TShockAPI/Commands.cs:4724 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region protect ." msgstr "" -#: ../../TShockAPI/Commands.cs:4814 +#: ../../TShockAPI/Commands.cs:4822 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region remove ." msgstr "" -#: ../../TShockAPI/Commands.cs:4884 +#: ../../TShockAPI/Commands.cs:4892 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}region removeg ." msgstr "" +#: ../../TShockAPI/Commands.cs:5100 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}region rename " +msgstr "" + +#: ../../TShockAPI/Commands.cs:5090 +#: ../../TShockAPI/Commands.cs:5093 +#, csharp-format +msgid "" +"Invalid syntax. Proper syntax: {0}region resize " +msgstr "" + +#: ../../TShockAPI/Commands.cs:5150 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}region tp ." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5038 +#: ../../TShockAPI/Commands.cs:5041 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}region z <#>" +msgstr "" + #: ../../TShockAPI/Commands.cs:1028 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}register ." msgstr "" -#: ../../TShockAPI/Commands.cs:4385 +#: ../../TShockAPI/Commands.cs:6145 +#, csharp-format +msgid "" +"Invalid syntax. Proper syntax: {0}renameNPC " +msgstr "" + +#: ../../TShockAPI/Commands.cs:4393 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}serverpassword \"\"." msgstr "" -#: ../../TShockAPI/Commands.cs:4566 +#: ../../TShockAPI/Commands.cs:4574 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}slap [damage]." msgstr "" -#: ../../TShockAPI/Commands.cs:2584 +#: ../../TShockAPI/Commands.cs:2592 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}spawnboss [amount]." msgstr "" -#: ../../TShockAPI/Commands.cs:2822 -#: ../../TShockAPI/Commands.cs:2834 +#: ../../TShockAPI/Commands.cs:2830 +#: ../../TShockAPI/Commands.cs:2842 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}spawnmob [amount]." msgstr "" -#: ../../TShockAPI/Commands.cs:4189 +#: ../../TShockAPI/Commands.cs:4197 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tileban add ." msgstr "" -#: ../../TShockAPI/Commands.cs:4208 +#: ../../TShockAPI/Commands.cs:4216 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tileban allow ." msgstr "" -#: ../../TShockAPI/Commands.cs:4245 +#: ../../TShockAPI/Commands.cs:4253 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tileban del ." msgstr "" -#: ../../TShockAPI/Commands.cs:2914 +#: ../../TShockAPI/Commands.cs:4274 +#, csharp-format +msgid "Invalid syntax. Proper syntax: {0}tileban disallow ." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2922 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tp [player 2]." msgstr "" -#: ../../TShockAPI/Commands.cs:2916 +#: ../../TShockAPI/Commands.cs:2924 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tp ." msgstr "" -#: ../../TShockAPI/Commands.cs:3041 +#: ../../TShockAPI/Commands.cs:3049 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tphere ." msgstr "" -#: ../../TShockAPI/Commands.cs:3039 +#: ../../TShockAPI/Commands.cs:3047 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tphere ." msgstr "" -#: ../../TShockAPI/Commands.cs:3086 +#: ../../TShockAPI/Commands.cs:3094 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tpnpc ." msgstr "" -#: ../../TShockAPI/Commands.cs:3150 +#: ../../TShockAPI/Commands.cs:3158 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}tppos ." msgstr "" @@ -2790,83 +3869,90 @@ msgstr "" msgid "Invalid syntax. Proper syntax: {0}userinfo ." msgstr "" -#: ../../TShockAPI/Commands.cs:3185 +#: ../../TShockAPI/Commands.cs:3193 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp [command] [arguments]." msgstr "" -#: ../../TShockAPI/Commands.cs:3194 +#: ../../TShockAPI/Commands.cs:3202 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp [name] or {0}warp list ." msgstr "" -#: ../../TShockAPI/Commands.cs:3237 +#: ../../TShockAPI/Commands.cs:3245 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp add [name]." msgstr "" -#: ../../TShockAPI/Commands.cs:3254 +#: ../../TShockAPI/Commands.cs:3262 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp del [name]." msgstr "" -#: ../../TShockAPI/Commands.cs:3277 -#: ../../TShockAPI/Commands.cs:3280 +#: ../../TShockAPI/Commands.cs:3285 +#: ../../TShockAPI/Commands.cs:3288 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp hide [name] ." msgstr "" -#: ../../TShockAPI/Commands.cs:3288 +#: ../../TShockAPI/Commands.cs:3296 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}warp send [player] [warpname]." msgstr "" -#: ../../TShockAPI/Commands.cs:4608 +#: ../../TShockAPI/Commands.cs:4616 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}wind ." msgstr "" -#: ../../TShockAPI/Commands.cs:2129 +#: ../../TShockAPI/Commands.cs:2137 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}worldevent ." msgstr "" -#: ../../TShockAPI/Commands.cs:2531 +#: ../../TShockAPI/Commands.cs:2539 #, csharp-format msgid "Invalid syntax. Proper syntax: {0}worldmode ." msgstr "" -#: ../../TShockAPI/Commands.cs:4719 +#: ../../TShockAPI/Commands.cs:4727 #, csharp-format msgid "Invalid syntax. Proper syntax: /region protect ." msgstr "" -#: ../../TShockAPI/Commands.cs:4659 +#: ../../TShockAPI/Commands.cs:4667 msgid "Invalid syntax. Proper syntax: /region set <1/2>." msgstr "" -#: ../../TShockAPI/Commands.cs:3134 -#: ../../TShockAPI/Commands.cs:3295 -#: ../../TShockAPI/Commands.cs:4572 +#: ../../TShockAPI/Commands.cs:3142 +#: ../../TShockAPI/Commands.cs:3303 #: ../../TShockAPI/Commands.cs:4580 +#: ../../TShockAPI/Commands.cs:4588 msgid "Invalid target player." msgstr "" -#: ../../TShockAPI/Commands.cs:4199 -#: ../../TShockAPI/Commands.cs:4236 -#: ../../TShockAPI/Commands.cs:4257 -#: ../../TShockAPI/Commands.cs:4295 +#: ../../TShockAPI/Commands.cs:1618 +#: ../../TShockAPI/Commands.cs:1677 +#, csharp-format +msgid "" +"Invalid Ticket Number. Refer to {0} for details on how to use the {1} command" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4207 +#: ../../TShockAPI/Commands.cs:4244 +#: ../../TShockAPI/Commands.cs:4265 +#: ../../TShockAPI/Commands.cs:4303 msgid "Invalid tile ID." msgstr "" -#: ../../TShockAPI/Commands.cs:1926 +#: ../../TShockAPI/Commands.cs:1934 msgid "" "Invalid time string! Proper format: _d_h_m_s, with at least one time " "specifier." msgstr "" -#: ../../TShockAPI/Commands.cs:4531 -#: ../../TShockAPI/Commands.cs:4540 +#: ../../TShockAPI/Commands.cs:4539 +#: ../../TShockAPI/Commands.cs:4548 msgid "Invalid time string. Proper format: hh:mm, in 24-hour time." msgstr "" @@ -2881,17 +3967,17 @@ msgstr "" msgid "Invalid user syntax. Try {0}user help." msgstr "" -#: ../../TShockAPI/Commands.cs:3225 +#: ../../TShockAPI/Commands.cs:3233 msgid "" "Invalid warp name. The names 'list', 'hide', 'del' and 'add' are reserved for " "commands." msgstr "" -#: ../../TShockAPI/Commands.cs:4615 +#: ../../TShockAPI/Commands.cs:4623 msgid "Invalid wind speed." msgstr "" -#: ../../TShockAPI/Commands.cs:2542 +#: ../../TShockAPI/Commands.cs:2550 #, csharp-format msgid "Invalid world mode. Valid world modes: {0}" msgstr "" @@ -2901,6 +3987,14 @@ msgstr "" msgid "IP Address: {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:3972 +msgid "Item Ban Sub-Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3990 +msgid "Item bans ({{0}}/{{1}}):" +msgstr "" + #: ../../TShockAPI/TSPlayer.cs:1811 #, csharp-format msgid "Kicked {0} for : '{1}'" @@ -2915,6 +4009,10 @@ msgstr "" msgid "Kicked: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:5905 +msgid "Kill syntax and example" +msgstr "" + #: ../../TShockAPI/Commands.cs:553 msgid "Kills another player." msgstr "" @@ -2954,35 +4052,53 @@ msgid "" "LandGolfBallInCupHandler: X and Y position is out of world bounds! - From {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:2476 +#: ../../TShockAPI/Commands.cs:2484 msgid "Lanterns are now down." msgstr "" -#: ../../TShockAPI/Commands.cs:2472 +#: ../../TShockAPI/Commands.cs:2480 msgid "Lanterns are now up." msgstr "" -#: ../../TShockAPI/Commands.cs:4406 +#: ../../TShockAPI/Commands.cs:4414 msgid "Liquids are already settling." msgstr "" -#: ../../TShockAPI/Commands.cs:3958 +#: ../../TShockAPI/Commands.cs:5182 +msgid "list - Lists all regions." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3966 msgid "list [page] - Lists all item bans." msgstr "" -#: ../../TShockAPI/Commands.cs:4136 +#: ../../TShockAPI/Commands.cs:4144 msgid "list [page] - Lists all projectile bans." msgstr "" -#: ../../TShockAPI/Commands.cs:4312 +#: ../../TShockAPI/Commands.cs:4320 msgid "list [page] - Lists all tile bans." msgstr "" -#: ../../TShockAPI/Commands.cs:3427 +#: ../../TShockAPI/Commands.cs:3435 msgid "list [page] - Lists groups." msgstr "" -#: ../../TShockAPI/Commands.cs:3428 +#: ../../TShockAPI/Commands.cs:5318 +msgid "List Online Players Syntax" +msgstr "" + +#: ../../TShockAPI/TShock.cs:813 +#, csharp-format +msgid "Listening on IP {0}." +msgstr "" + +#: ../../TShockAPI/TShock.cs:794 +#, csharp-format +msgid "Listening on port {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3436 msgid "listperm [page] - Lists a group's permissions." msgstr "" @@ -2990,11 +4106,16 @@ msgstr "" msgid "Lists commands or gives help on them." msgstr "" -#: ../../TShockAPI/Commands.cs:2093 +#: ../../TShockAPI/Commands.cs:2101 msgid "listusers - Lists all REST users and their current active tokens." msgstr "" -#: ../../TShockAPI/Commands.cs:3142 +#: ../../TShockAPI/TShock.cs:783 +#, csharp-format +msgid "Loading dedicated config file: {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3150 #, csharp-format msgid "Location of {0} is ({1}, {2})." msgstr "" @@ -3024,7 +4145,7 @@ msgstr "" msgid "Machine name: {0}" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2435 +#: ../../TShockAPI/Bouncer.cs:2451 msgid "Malicious portal attempt." msgstr "" @@ -3064,12 +4185,12 @@ msgstr "" msgid "Manages user accounts." msgstr "" -#: ../../TShockAPI/Commands.cs:4704 +#: ../../TShockAPI/Commands.cs:4712 #, csharp-format msgid "Marked region {0} as protected." msgstr "" -#: ../../TShockAPI/Commands.cs:4711 +#: ../../TShockAPI/Commands.cs:4719 #, csharp-format msgid "Marked region {0} as unprotected." msgstr "" @@ -3079,6 +4200,11 @@ msgstr "" msgid "Memory usage: {0}" msgstr "" +#: ../../TShockAPI/SqlLog.cs:39 +#, csharp-format +msgid "Message: {0}: {1}: {2}" +msgstr "" + #: ../../TShockAPI/Rest/RestManager.cs:874 msgid "Meteor has been spawned" msgstr "" @@ -3087,6 +4213,10 @@ msgstr "" msgid "Misbehaviour." msgstr "" +#: ../../TShockAPI/Commands.cs:6202 +msgid "Missing item name/id." +msgstr "" + #: ../../TShockAPI/Rest/RestManager.cs:1268 #, csharp-format msgid "Missing or empty {0} parameter" @@ -3097,6 +4227,10 @@ msgstr "" msgid "Missing or invalid {0} parameter" msgstr "" +#: ../../TShockAPI/Commands.cs:6207 +msgid "Missing player name." +msgstr "" + #: ../../TShockAPI/Commands.cs:1228 #, csharp-format msgid "Mode: {0}" @@ -3106,7 +4240,7 @@ msgstr "" msgid "More than one match found -- unable to decide which is correct: " msgstr "" -#: ../../TShockAPI/Commands.cs:2750 +#: ../../TShockAPI/Commands.cs:2758 msgid "Mourning Wood" msgstr "" @@ -3119,10 +4253,18 @@ msgstr "" msgid "Multiple user accounts found for {0} '{1}'" msgstr "" +#: ../../TShockAPI/Commands.cs:5449 +msgid "Mute Syntax" +msgstr "" + #: ../../TShockAPI/Commands.cs:1284 msgid "N/A" msgstr "" +#: ../../TShockAPI/Commands.cs:5180 +msgid "name [-u][-z][-p] - Shows the name of the region at the given point." +msgstr "" + #: ../../TShockAPI/Commands.cs:1224 #, csharp-format msgid "Name: {0}" @@ -3139,10 +4281,24 @@ msgstr "" msgid "Never." msgstr "" +#: ../../TShockAPI/Commands.cs:6164 +msgid "New name is too large!" +msgstr "" + +#: ../../TShockAPI/TShock.cs:849 +#, csharp-format +msgid "New worlds will be generated with the {0} world evil type!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1685 msgid "No bans found matching the provided ticket number." msgstr "" +#: ../../TShockAPI/Commands.cs:5772 +#, csharp-format +msgid "No command or command alias matching \"{0}\" found." +msgstr "" + #: ../../TShockAPI/Commands.cs:145 msgid "No help available." msgstr "" @@ -3152,6 +4308,7 @@ msgid "No matching bans found." msgstr "" #: ../../TShockAPI/Commands.cs:1820 +#, csharp-format msgid "No player was found matching '{0}'." msgstr "" @@ -3160,11 +4317,20 @@ msgstr "" msgid "No players matched \"{0}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3457 -#: ../../TShockAPI/Commands.cs:3466 -#: ../../TShockAPI/Commands.cs:3507 -#: ../../TShockAPI/Commands.cs:3552 -#: ../../TShockAPI/Commands.cs:3597 +#: ../../TShockAPI/Commands.cs:6111 +#, csharp-format +msgid "No prefix matched \"{0}\"." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5480 +msgid "No reason specified." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3465 +#: ../../TShockAPI/Commands.cs:3474 +#: ../../TShockAPI/Commands.cs:3515 +#: ../../TShockAPI/Commands.cs:3560 +#: ../../TShockAPI/Commands.cs:3605 #, csharp-format msgid "No such group \"{0}\"." msgstr "" @@ -3219,6 +4385,11 @@ msgstr "" msgid "One of your UserIDs is not a usable integer: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:5335 +#, csharp-format +msgid "Online Players ({0}/{1})" +msgstr "" + #: ../../TShockAPI/Commands.cs:1216 #, csharp-format msgid "Operating system: {0}" @@ -3228,16 +4399,20 @@ msgstr "" msgid "Overrides serverside characters for a player, temporarily." msgstr "" -#: ../../TShockAPI/Commands.cs:3429 +#: ../../TShockAPI/PaginationTools.cs:105 +msgid "Page {{0}} of {{1}}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3437 msgid "parent - Changes a group's parent group." msgstr "" -#: ../../TShockAPI/Commands.cs:3487 +#: ../../TShockAPI/Commands.cs:3495 #, csharp-format msgid "Parent of \"{0}\" is \"{1}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3475 +#: ../../TShockAPI/Commands.cs:3483 #, csharp-format msgid "Parent of group \"{0}\" set to \"{1}\"." msgstr "" @@ -3284,7 +4459,16 @@ msgstr "" msgid "Path: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:2663 +#: ../../TShockAPI/Commands.cs:6607 +msgid "Pearlwood Tree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3765 +#, csharp-format +msgid "Permissions for {0} ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2671 msgid "Plantera" msgstr "" @@ -3328,8 +4512,8 @@ msgid_plural "Player {0} matches {1} players" msgstr[0] "" msgstr[1] "" -#: ../../TShockAPI/Commands.cs:4775 -#: ../../TShockAPI/Commands.cs:4810 +#: ../../TShockAPI/Commands.cs:4783 +#: ../../TShockAPI/Commands.cs:4818 #, csharp-format msgid "Player {0} not found." msgstr "" @@ -3349,12 +4533,16 @@ msgstr "" msgid "Player {0} was not found" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2568 -#: ../../TShockAPI/Bouncer.cs:2575 +#: ../../TShockAPI/Bouncer.cs:2584 +#: ../../TShockAPI/Bouncer.cs:2591 #, csharp-format msgid "Player damage exceeded {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:6277 +msgid "Player does not have free slots!" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1165 #, csharp-format msgid "Player does not have permission to create projectile {0}." @@ -3364,29 +4552,47 @@ msgstr "" msgid "Player not found. Unable to kick the player." msgstr "" +#: ../../TShockAPI/TShock.cs:1678 +#, csharp-format +msgid "Please {0}register or {0}login to play!" +msgstr "" + #: ../../TShockAPI/Commands.cs:942 msgid "Please close NPC windows before logging out." msgstr "" +#: ../../TShockAPI/Commands.cs:5749 +msgid "Please enter a proper command name or alias." +msgstr "" + #: ../../TShockAPI/Commands.cs:1054 msgid "Please try a different username." msgstr "" +#: ../../TShockAPI/Commands.cs:5403 +#, csharp-format +msgid "Please use {0}login after this process." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5400 +msgid "Please use the following to create a permanent account for you." +msgstr "" + #: ../../TShockAPI/DB/BanManager.cs:81 #: ../../TShockAPI/DB/ResearchDatastore.cs:53 msgid "Possible problem with your database - is Sqlite3.dll present?" msgstr "" -#: ../../TShockAPI/Commands.cs:3430 +#: ../../TShockAPI/Commands.cs:3438 msgid "prefix - Changes a group's prefix." msgstr "" -#: ../../TShockAPI/Commands.cs:3577 +#: ../../TShockAPI/Commands.cs:3585 #, csharp-format msgid "Prefix of \"{0}\" is \"{1}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3565 +#: ../../TShockAPI/Commands.cs:3573 #, csharp-format msgid "Prefix of group \"{0}\" set to \"{1}\"." msgstr "" @@ -3400,12 +4606,20 @@ msgstr "" msgid "Proc count: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:4048 -#: ../../TShockAPI/Commands.cs:4106 +#: ../../TShockAPI/Commands.cs:4056 +#: ../../TShockAPI/Commands.cs:4114 #, csharp-format msgid "Projectile {0} is not banned." msgstr "" +#: ../../TShockAPI/Commands.cs:4150 +msgid "Projectile Ban Sub-Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4168 +msgid "Projectile bans ({{0}}/{{1}}):" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1175 #, csharp-format msgid "Projectile damage is higher than {0}." @@ -3416,17 +4630,32 @@ msgstr "" msgid "Projectile update threshold exceeded {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4933 +#: ../../TShockAPI/Commands.cs:5189 +msgid "" +"protect - Sets whether the tiles inside the region are " +"protected or not." +msgstr "" + +#: ../../TShockAPI/RegionHandler.cs:159 +msgid "Protected regions at this point: " +msgstr "" + +#: ../../TShockAPI/Commands.cs:4941 #, csharp-format msgid "Protected: {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:1364 +#, csharp-format +msgid "Quick usage: {0} {1} \"Griefing\"" +msgstr "" + #: ../../TShockAPI/TSPlayer.cs:758 #, csharp-format msgid "Rangecheck failed for {0} ({1}, {2}) (rg: {3}/{5}, {4}/{5})" msgstr "" -#: ../../TShockAPI/Bouncer.cs:2079 +#: ../../TShockAPI/Bouncer.cs:2095 msgid "Reached HealOtherPlayer threshold." msgstr "" @@ -3438,12 +4667,17 @@ msgstr "" msgid "Reached TileKill threshold." msgstr "" +#: ../../TShockAPI/Bouncer.cs:1668 +#, csharp-format +msgid "Reached TileLiquid threshold {0}." +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1672 msgid "Reached TileLiquid threshold." msgstr "" #: ../../TShockAPI/Bouncer.cs:923 -#: ../../TShockAPI/Bouncer.cs:2340 +#: ../../TShockAPI/Bouncer.cs:2356 msgid "Reached TilePlace threshold." msgstr "" @@ -3457,21 +4691,60 @@ msgstr "" msgid "Received type '{0}', however column '{1}' expects type '{2}'" msgstr "" -#: ../../TShockAPI/Commands.cs:4684 +#: ../../TShockAPI/Commands.cs:5126 +#, csharp-format +msgid "Region \"{0}\" already exists." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5158 +#, csharp-format +msgid "Region \"{0}\" does not exist." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4692 #, csharp-format msgid "Region {0} already exists." msgstr "" -#: ../../TShockAPI/Commands.cs:4932 +#: ../../TShockAPI/Commands.cs:4971 +msgid "Region is not shared with any groups." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4960 +msgid "Region is not shared with any users." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4940 #, csharp-format msgid "Region owner: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4689 +#: ../../TShockAPI/Commands.cs:4697 msgid "" "Region points need to be defined first. Use /region set 1 and /region set 2." msgstr "" +#: ../../TShockAPI/Commands.cs:5132 +msgid "Region renamed successfully!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5086 +msgid "Region Resized Successfully!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5033 +#, csharp-format +msgid "Region's z is now {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4906 +msgid "Regions ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/RegionHandler.cs:159 +msgid "Regions at this point: " +msgstr "" + #: ../../TShockAPI/Commands.cs:258 msgid "Registers you an account." msgstr "" @@ -3481,7 +4754,7 @@ msgstr "" msgid "RegisterUser returned an error: {0}." msgstr "" -#: ../../TShockAPI/Bouncer.cs:2130 +#: ../../TShockAPI/Bouncer.cs:2146 msgid "Released critter was not from its item." msgstr "" @@ -3489,31 +4762,44 @@ msgstr "" msgid "Reloads the server configuration file." msgstr "" -#: ../../TShockAPI/Commands.cs:2504 +#: ../../TShockAPI/Commands.cs:5185 +msgid "remove - Removes a user from a region." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2512 #, csharp-format msgid "Removed {0} players from the angler quest completion list for today." msgstr "" -#: ../../TShockAPI/Commands.cs:3477 +#: ../../TShockAPI/Commands.cs:4881 +#, csharp-format +msgid "Removed group {0} from {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3485 #, csharp-format msgid "Removed parent of group \"{0}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3567 +#: ../../TShockAPI/Commands.cs:3575 #, csharp-format msgid "Removed prefix of group \"{0}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3522 +#: ../../TShockAPI/Commands.cs:3530 #, csharp-format msgid "Removed suffix of group \"{0}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:4803 +#: ../../TShockAPI/Commands.cs:4811 #, csharp-format msgid "Removed user {0} from {1}." msgstr "" +#: ../../TShockAPI/Commands.cs:5187 +msgid "removeg - Removes a user group from a region." +msgstr "" + #: ../../TShockAPI/Commands.cs:300 msgid "Removes a player from the server." msgstr "" @@ -3522,10 +4808,14 @@ msgstr "" msgid "RemoveUser SQL returned an error" msgstr "" -#: ../../TShockAPI/Commands.cs:3424 +#: ../../TShockAPI/Commands.cs:3432 msgid "rename - Changes a group's name." msgstr "" +#: ../../TShockAPI/Commands.cs:5181 +msgid "rename - Renames the given region." +msgstr "" + #: ../../TShockAPI/Commands.cs:397 msgid "Renames an NPC." msgstr "" @@ -3550,6 +4840,15 @@ msgstr "" msgid "Resets the list of users who have completed an angler quest that day." msgstr "" +#: ../../TShockAPI/SaveManager.cs:163 +#, csharp-format +msgid "resetTime {0}, direct {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5183 +msgid "resize - Resizes a region." +msgstr "" + #: ../../TShockAPI/Commands.cs:603 msgid "Respawn yourself or another player." msgstr "" @@ -3558,14 +4857,34 @@ msgstr "" msgid "Returns the user's or specified user's current position." msgstr "" +#: ../../TShockAPI/Commands.cs:6585 +msgid "Rich Mahogany" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5615 +msgid "Rocket Syntax" +msgstr "" + #: ../../TShockAPI/Commands.cs:342 msgid "Rockets a player upwards. Requires SSC." msgstr "" -#: ../../TShockAPI/Commands.cs:2766 +#: ../../TShockAPI/Commands.cs:6647 +msgid "Ruby Gemtree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6589 +msgid "Sakura Tree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:2774 msgid "Santa-NK1" msgstr "" +#: ../../TShockAPI/Commands.cs:6639 +msgid "Sapphire Gemtree" +msgstr "" + #: ../../TShockAPI/Commands.cs:312 msgid "Saves all serverside characters." msgstr "" @@ -3574,6 +4893,10 @@ msgstr "" msgid "Saves the world file." msgstr "" +#: ../../TShockAPI/SaveManager.cs:58 +msgid "Saving world..." +msgstr "" + #: ../../TShockAPI/Commands.cs:1227 #, csharp-format msgid "Seed: {0}" @@ -3609,21 +4932,21 @@ msgstr "" msgid "Server map saving..." msgstr "" -#: ../../TShockAPI/Commands.cs:4390 +#: ../../TShockAPI/Commands.cs:4398 #, csharp-format msgid "Server password has been changed to: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2023 -#: ../../TShockAPI/Commands.cs:2029 +#: ../../TShockAPI/Commands.cs:2031 +#: ../../TShockAPI/Commands.cs:2037 msgid "Server shutting down: " msgstr "" -#: ../../TShockAPI/Commands.cs:2023 +#: ../../TShockAPI/Commands.cs:2031 msgid "Server shutting down!" msgstr "" -#: ../../TShockAPI/Commands.cs:2029 +#: ../../TShockAPI/Commands.cs:2037 msgid "Server shutting down." msgstr "" @@ -3631,6 +4954,12 @@ msgstr "" msgid "Server side characters are enabled. You need to be logged-in to play." msgstr "" +#: ../../TShockAPI/TShock.cs:1673 +#, csharp-format +msgid "" +"Server side characters is enabled! Please {0}register or {0}login to play!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1804 #, csharp-format msgid "" @@ -3642,11 +4971,20 @@ msgstr "" msgid "Server-side characters is disabled." msgstr "" -#: ../../TShockAPI/Commands.cs:4680 +#: ../../TShockAPI/Commands.cs:5176 +msgid "set <1/2> - Sets the temporary region points." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4688 #, csharp-format msgid "Set region {0}." msgstr "" +#: ../../TShockAPI/RegionHandler.cs:187 +#, csharp-format +msgid "Set temp point {0}." +msgstr "" + #: ../../TShockAPI/Commands.cs:510 msgid "Sets the dungeon's position to your location." msgstr "" @@ -3667,7 +5005,7 @@ msgstr "" msgid "Sets the world's spawn point to your location." msgstr "" -#: ../../TShockAPI/Commands.cs:4410 +#: ../../TShockAPI/Commands.cs:4418 msgid "Settling liquids." msgstr "" @@ -3683,6 +5021,24 @@ msgstr "" msgid "SetUserUUID SQL returned an error" msgstr "" +#: ../../TShockAPI/Commands.cs:6597 +msgid "Shadewood Tree" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5374 +msgid "" +"Share your server, talk with admins, and chill on GitHub & Discord. -- " +"https://tshock.co/" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4966 +msgid "Shared with groups: " +msgstr "" + +#: ../../TShockAPI/Commands.cs:4955 +msgid "Shared with: " +msgstr "" + #: ../../TShockAPI/Commands.cs:609 msgid "Shows a command's aliases." msgstr "" @@ -3732,11 +5088,11 @@ msgstr "" msgid "Size: {0}x{1}" msgstr "" -#: ../../TShockAPI/Commands.cs:2682 +#: ../../TShockAPI/Commands.cs:2690 msgid "Skeletron" msgstr "" -#: ../../TShockAPI/Commands.cs:2670 +#: ../../TShockAPI/Commands.cs:2678 msgid "Skeletron Prime" msgstr "" @@ -3749,7 +5105,7 @@ msgstr "" msgid "Slaps a player, dealing damage." msgstr "" -#: ../../TShockAPI/Commands.cs:2429 +#: ../../TShockAPI/Commands.cs:2437 msgid "" "Slime rain cannot be activated during normal rain. Stop the normal rainstorm " "and try again." @@ -3766,16 +5122,26 @@ msgstr "" msgid "Sorry, an error occurred: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4361 +#: ../../TShockAPI/Commands.cs:4369 msgid "Spawn has now been set at your location." msgstr "" -#: ../../TShockAPI/Commands.cs:2857 -#, csharp-format -msgid "Spawned {0} {1} time(s)." +#: ../../TShockAPI/Commands.cs:5221 +msgid "Spawn is now open." msgstr "" -#: ../../TShockAPI/Commands.cs:2874 +#: ../../TShockAPI/Commands.cs:5221 +msgid "Spawn is now protected." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2865 +#, csharp-format +msgid "Spawned {0} {1} time." +msgid_plural "Spawned {0} {1} times." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:2882 msgid "Spawned a Wall of Flesh." msgstr "" @@ -3813,6 +5179,20 @@ msgstr "" msgid "Spreading water without holding a water bucket" msgstr "" +#: ../../TShockAPI/SqlLog.cs:346 +#, csharp-format +msgid "SQL log failed at: {0}. {1}" +msgstr "" + +#: ../../TShockAPI/SqlLog.cs:317 +#, csharp-format +msgid "SQL Log insert query failed: {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5655 +msgid "SSC must be enabled to use this command." +msgstr "" + #: ../../TShockAPI/TSPlayer.cs:434 #, csharp-format msgid "Stack cheat detected. Remove armor {0} ({1}) and then rejoin." @@ -3878,23 +5258,23 @@ msgstr "" msgid "Stack cheat detected. Remove Void Vault item {0} ({1}) and then rejoin." msgstr "" -#: ../../TShockAPI/Commands.cs:2262 +#: ../../TShockAPI/Commands.cs:2270 msgid "Started a blood moon event." msgstr "" -#: ../../TShockAPI/Commands.cs:2247 +#: ../../TShockAPI/Commands.cs:2255 msgid "Started a full moon event." msgstr "" -#: ../../TShockAPI/Commands.cs:2289 +#: ../../TShockAPI/Commands.cs:2297 msgid "Started an eclipse." msgstr "" -#: ../../TShockAPI/Commands.cs:2293 +#: ../../TShockAPI/Commands.cs:2301 msgid "Stopped an eclipse." msgstr "" -#: ../../TShockAPI/Commands.cs:2266 +#: ../../TShockAPI/Commands.cs:2274 msgid "Stopped the current blood moon event." msgstr "" @@ -3902,65 +5282,69 @@ msgstr "" msgid "Successful login" msgstr "" -#: ../../TShockAPI/Commands.cs:3431 +#: ../../TShockAPI/Commands.cs:3439 msgid "suffix - Changes a group's suffix." msgstr "" -#: ../../TShockAPI/Commands.cs:3532 +#: ../../TShockAPI/Commands.cs:3540 #, csharp-format msgid "Suffix of \"{0}\" is \"{1}\"." msgstr "" -#: ../../TShockAPI/Commands.cs:3520 +#: ../../TShockAPI/Commands.cs:3528 #, csharp-format msgid "Suffix of group \"{0}\" set to \"{1}\"." msgstr "" +#: ../../TShockAPI/Commands.cs:5786 +msgid "Sync'd!" +msgstr "" + #: ../../TShockAPI/Handlers/SyncTilePickingHandler.cs:23 #, csharp-format msgid "" "SyncTilePickingHandler: X and Y position is out of world bounds! - From {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3012 +#: ../../TShockAPI/Commands.cs:3020 #, csharp-format msgid "Teleported {0} to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:3077 +#: ../../TShockAPI/Commands.cs:3085 #, csharp-format msgid "Teleported {0} to yourself." msgstr "" -#: ../../TShockAPI/Commands.cs:2991 +#: ../../TShockAPI/Commands.cs:2999 #, csharp-format msgid "Teleported everyone to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:3064 +#: ../../TShockAPI/Commands.cs:3072 msgid "Teleported everyone to yourself." msgstr "" -#: ../../TShockAPI/Commands.cs:3166 +#: ../../TShockAPI/Commands.cs:3174 #, csharp-format msgid "Teleported to {0}, {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2937 +#: ../../TShockAPI/Commands.cs:2945 #, csharp-format msgid "Teleported to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:3120 +#: ../../TShockAPI/Commands.cs:3128 #, csharp-format msgid "Teleported to the '{0}'." msgstr "" -#: ../../TShockAPI/Commands.cs:2906 +#: ../../TShockAPI/Commands.cs:2914 msgid "Teleported to the map's spawn point." msgstr "" -#: ../../TShockAPI/Commands.cs:2900 +#: ../../TShockAPI/Commands.cs:2908 msgid "Teleported to your spawn point (home)." msgstr "" @@ -3992,10 +5376,19 @@ msgstr "" msgid "Temporarily sets another player's group." msgstr "" -#: ../../TShockAPI/Commands.cs:4742 +#: ../../TShockAPI/Commands.cs:4750 msgid "Temporary region set points have been removed." msgstr "" +#: ../../TShockAPI/Commands.cs:5399 +msgid "" +"Temporary system access has been given to you, so you can run one command." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5375 +msgid "Thank you for using TShock for Terraria!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1181 msgid "That group does not exist." msgstr "" @@ -4009,11 +5402,11 @@ msgstr "" msgid "The ban was not valid for an unknown reason." msgstr "" -#: ../../TShockAPI/Commands.cs:2617 +#: ../../TShockAPI/Commands.cs:2625 msgid "the Brain of Cthulhu" msgstr "" -#: ../../TShockAPI/Commands.cs:4505 +#: ../../TShockAPI/Commands.cs:4513 #, csharp-format msgid "The current time is {0}:{1:D2}." msgstr "" @@ -4028,41 +5421,45 @@ msgid "" "configuration file, or that the group was renamed or deleted." msgstr "" -#: ../../TShockAPI/Commands.cs:3157 +#: ../../TShockAPI/Commands.cs:3165 msgid "The destination coordinates provided don't look like valid numbers." msgstr "" -#: ../../TShockAPI/Commands.cs:3317 -#: ../../TShockAPI/Commands.cs:3332 +#: ../../TShockAPI/Commands.cs:3325 +#: ../../TShockAPI/Commands.cs:3340 #, csharp-format msgid "The destination warp, {0}, was not found." msgstr "" -#: ../../TShockAPI/Commands.cs:2624 +#: ../../TShockAPI/Commands.cs:2632 msgid "the Destroyer" msgstr "" -#: ../../TShockAPI/Commands.cs:4369 +#: ../../TShockAPI/GetDataHandlers.cs:3408 +msgid "The Dungeon Guardian returned you to your spawn point." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4377 msgid "The dungeon's position has now been set at your location." msgstr "" -#: ../../TShockAPI/Commands.cs:2638 +#: ../../TShockAPI/Commands.cs:2646 msgid "the Eater of Worlds" msgstr "" -#: ../../TShockAPI/Commands.cs:2719 +#: ../../TShockAPI/Commands.cs:2727 msgid "the Empress of Light" msgstr "" -#: ../../TShockAPI/Commands.cs:2646 +#: ../../TShockAPI/Commands.cs:2654 msgid "the Eye of Cthulhu" msgstr "" -#: ../../TShockAPI/Commands.cs:2745 +#: ../../TShockAPI/Commands.cs:2753 msgid "the Flying Dutchman" msgstr "" -#: ../../TShockAPI/Commands.cs:2651 +#: ../../TShockAPI/Commands.cs:2659 msgid "the Golem" msgstr "" @@ -4081,15 +5478,24 @@ msgid "" "configuration file, or that the group was renamed or deleted." msgstr "" -#: ../../TShockAPI/Commands.cs:2771 +#: ../../TShockAPI/Commands.cs:2779 msgid "the Ice Queen" msgstr "" -#: ../../TShockAPI/Commands.cs:2658 +#: ../../TShockAPI/Commands.cs:5364 +msgid "The initial setup system is disabled. This incident has been logged." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6085 +#, csharp-format +msgid "The item type {0} is invalid." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2666 msgid "the King Slime" msgstr "" -#: ../../TShockAPI/Commands.cs:2733 +#: ../../TShockAPI/Commands.cs:2741 msgid "the Lunatic Cultist" msgstr "" @@ -4105,15 +5511,15 @@ msgid "" "exception for details." msgstr "" -#: ../../TShockAPI/Commands.cs:2712 +#: ../../TShockAPI/Commands.cs:2720 msgid "the Moon Lord" msgstr "" -#: ../../TShockAPI/Commands.cs:3393 +#: ../../TShockAPI/Commands.cs:3401 msgid "The permissions have been added to all of the groups in the system." msgstr "" -#: ../../TShockAPI/Commands.cs:3698 +#: ../../TShockAPI/Commands.cs:3706 msgid "The permissions have been removed from all of the groups in the system." msgstr "" @@ -4123,15 +5529,15 @@ msgid "" "connection." msgstr "" -#: ../../TShockAPI/Commands.cs:2755 +#: ../../TShockAPI/Commands.cs:2763 msgid "the Pumpking" msgstr "" -#: ../../TShockAPI/Commands.cs:2676 +#: ../../TShockAPI/Commands.cs:2684 msgid "the Queen Bee" msgstr "" -#: ../../TShockAPI/Commands.cs:2725 +#: ../../TShockAPI/Commands.cs:2733 msgid "the Queen Slime" msgstr "" @@ -4139,7 +5545,11 @@ msgstr "" msgid "The REST authentication token." msgstr "" -#: ../../TShockAPI/Commands.cs:4478 +#: ../../TShockAPI/UpdateManager.cs:151 +msgid "The server is out of date. Latest version: " +msgstr "" + +#: ../../TShockAPI/Commands.cs:4486 msgid "The spawn rate you provided is out-of-range or not a number." msgstr "" @@ -4157,7 +5567,7 @@ msgid "" "player." msgstr "" -#: ../../TShockAPI/Commands.cs:2690 +#: ../../TShockAPI/Commands.cs:2698 msgid "the Twins" msgstr "" @@ -4174,7 +5584,7 @@ msgstr "" msgid "The value has to be greater than zero." msgstr "" -#: ../../TShockAPI/Commands.cs:2705 +#: ../../TShockAPI/Commands.cs:2713 msgid "the Wall of Flesh" msgstr "" @@ -4182,27 +5592,56 @@ msgstr "" msgid "The world's chest limit has been reached - unable to place more." msgstr "" -#: ../../TShockAPI/Commands.cs:2076 +#: ../../TShockAPI/Commands.cs:1663 +msgid "There are currently no active bans." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2084 msgid "There are currently no active REST users." msgstr "" -#: ../../TShockAPI/Commands.cs:3984 +#: ../../TShockAPI/Commands.cs:1425 +msgid "There are currently no available identifiers." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3992 msgid "There are currently no banned items." msgstr "" -#: ../../TShockAPI/Commands.cs:4338 +#: ../../TShockAPI/Commands.cs:4170 +msgid "There are currently no banned projectiles." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4346 msgid "There are currently no banned tiles." msgstr "" -#: ../../TShockAPI/Commands.cs:4900 +#: ../../TShockAPI/Commands.cs:3767 +#, csharp-format +msgid "There are currently no permissions for {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5332 +msgid "There are currently no players online." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4908 msgid "There are currently no regions defined." msgstr "" -#: ../../TShockAPI/Commands.cs:3213 +#: ../../TShockAPI/Commands.cs:3221 msgid "There are currently no warps defined." msgstr "" -#: ../../TShockAPI/Commands.cs:2696 +#: ../../TShockAPI/RegionHandler.cs:155 +msgid "There are no regions at this point, or they are not protected." +msgstr "" + +#: ../../TShockAPI/RegionHandler.cs:154 +msgid "There are no regions at this point." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2704 msgid "There is already a Wall of Flesh." msgstr "" @@ -4211,12 +5650,26 @@ msgid "" "There was an error processing your login or authentication related request." msgstr "" -#: ../../TShockAPI/Commands.cs:4224 -#: ../../TShockAPI/Commands.cs:4282 +#: ../../TShockAPI/TShock.cs:998 +#: ../../TShockAPI/TShock.cs:1008 +#, csharp-format +msgid "This token will display until disabled by verification. ({0}setup)" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4232 +#: ../../TShockAPI/Commands.cs:4290 #, csharp-format msgid "Tile {0} is not banned." msgstr "" +#: ../../TShockAPI/Commands.cs:4326 +msgid "Tile Ban Sub-Commands ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:4344 +msgid "Tile bans ({{0}}/{{1}}):" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:901 #, csharp-format msgid "Tile kill threshold exceeded {0}." @@ -4227,6 +5680,37 @@ msgstr "" msgid "Tile place threshold exceeded {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:6408 +#, csharp-format +msgid "To buff a player without them knowing, use {0} instead of {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6003 +#: ../../TShockAPI/Commands.cs:6299 +#, csharp-format +msgid "To execute this command silently, use {0} instead of {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6002 +#, csharp-format +msgid "" +"To get rid of NPCs without making them drop items, use the {0} command " +"instead." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5452 +#, csharp-format +msgid "" +"To mute a player without broadcasting to chat, use the command with {0} " +"instead of {1}" +msgstr "" + +#: ../../TShockAPI/TShock.cs:997 +#: ../../TShockAPI/TShock.cs:1007 +#, csharp-format +msgid "To setup the server, join the game and type {0}setup {1}" +msgstr "" + #: ../../TShockAPI/Commands.cs:471 msgid "Toggles build protection." msgstr "" @@ -4267,11 +5751,100 @@ msgstr "" msgid "Too many invalid login attempts." msgstr "" +#: ../../TShockAPI/Commands.cs:6631 +msgid "Topaz Gemtree" +msgstr "" + #: ../../TShockAPI/Commands.cs:1215 #, csharp-format msgid "Total processor time: {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:5193 +msgid "tp - Teleports you to the given region's center." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6496 +msgid "Trees types & misc available to use. ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6685 +#, csharp-format +msgid "Tried to grow a {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1358 +msgid "TShock Ban Help" +msgstr "" + +#: ../../TShockAPI/TShock.cs:446 +msgid "" +"TShock encountered a problem from which it cannot recover. The following " +"message may help diagnose the problem." +msgstr "" + +#: ../../TShockAPI/TShock.cs:1006 +msgid "" +"TShock Notice: setup-code.txt is still present, and the code located in that " +"file will be used." +msgstr "" + +#: ../../TShockAPI/TShock.cs:982 +msgid "" +"TShock will now disable the initial setup system and remove setup-code.txt as " +"it is no longer needed." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5290 +#, csharp-format +msgid "TShock: {0} {1}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1424 +#, csharp-format +msgid "Type {0}ban help identifiers {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:1662 +#, csharp-format +msgid "Type {0}ban list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3446 +#, csharp-format +msgid "Type {0}group help {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3737 +#, csharp-format +msgid "Type {0}group list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3766 +#, csharp-format +msgid "Type {0}group listperm {1} {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6497 +#, csharp-format +msgid "Type {0}grow help {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5252 +#, csharp-format +msgid "Type {0}help {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3973 +#, csharp-format +msgid "Type {0}itemban help {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3991 +#, csharp-format +msgid "Type {0}itemban list {{0}} for more." +msgstr "" + #: ../../TShockAPI/Commands.cs:1044 #, csharp-format msgid "Type {0}login \"{1}\" {2} to log-in to your account." @@ -4287,7 +5860,96 @@ msgstr "" msgid "Type {0}login to log-in to your account using your UUID." msgstr "" -#: ../../TShockAPI/Commands.cs:2868 +#: ../../TShockAPI/Commands.cs:4151 +#, csharp-format +msgid "Type {0}projban help {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4169 +#, csharp-format +msgid "Type {0}projban list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5200 +#, csharp-format +msgid "Type {0}region {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4978 +#, csharp-format +msgid "Type {0}region info {1} {{0}} for more information." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4907 +#, csharp-format +msgid "Type {0}region list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2086 +#, csharp-format +msgid "Type {0}rest listusers {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4327 +#, csharp-format +msgid "Type {0}tileban help {{0}} for more sub-commands." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4345 +#, csharp-format +msgid "Type {0}tileban list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:3220 +#, csharp-format +msgid "Type {0}warp list {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5355 +#, csharp-format +msgid "Type {0}who {1}{2} for more." +msgstr "" + +#: ../../TShockAPI/PaginationTools.cs:108 +msgid "Type / {{0}} for more." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6432 +#, csharp-format +msgid "Unable to find any buff named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6373 +#, csharp-format +msgid "Unable to find any buffs named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6417 +#, csharp-format +msgid "Unable to find any player named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6311 +#, csharp-format +msgid "Unable to find any players named \"{0}\"" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5658 +#, csharp-format +msgid "Unable to launch {0} because he is not logged in." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5660 +#, csharp-format +msgid "Unable to launch {0} because she is not logged in." +msgstr "" + +#: ../../TShockAPI/TShock.cs:1468 +msgid "" +"Unable to parse command. Please contact an administrator for assistance." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2876 msgid "" "Unable to spawn a Wall of Flesh based on its current state or your current " "location." @@ -4298,25 +5960,40 @@ msgstr "" msgid "Unable to verify the password hash for user {0} ({1})" msgstr "" -#: ../../TShockAPI/Commands.cs:3895 +#: ../../TShockAPI/Commands.cs:3903 #, csharp-format msgid "Unbanned {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4077 +#: ../../TShockAPI/Commands.cs:4085 #, csharp-format msgid "Unbanned projectile {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4253 +#: ../../TShockAPI/Commands.cs:4261 #, csharp-format msgid "Unbanned tile {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:1446 +#, csharp-format +msgid "Unknown ban command. Try {0} {1}, {2}, {3}, {4}, {5}, or {6}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6679 +msgid "Unknown plant!" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:246 msgid "Unrecognized player direction" msgstr "" +#: ../../TShockAPI/TShock.cs:447 +msgid "" +"Until the problem is resolved, TShock will not be able to start (and will " +"crash on startup)." +msgstr "" + #: ../../TShockAPI/DB/UserManager.cs:197 msgid "UpdateLogin SQL returned an error" msgstr "" @@ -4327,12 +6004,12 @@ msgid "" "Character data." msgstr "" -#: ../../TShockAPI/Commands.cs:1899 +#: ../../TShockAPI/Commands.cs:1907 #, csharp-format msgid "Usage: {0}tempgroup [time]" msgstr "" -#: ../../TShockAPI/Commands.cs:1984 +#: ../../TShockAPI/Commands.cs:1992 msgid "Usage: /sudo [command]." msgstr "" @@ -4341,7 +6018,7 @@ msgstr "" msgid "Usage: /uploadssc [playername]." msgstr "" -#: ../../TShockAPI/Commands.cs:2424 +#: ../../TShockAPI/Commands.cs:2432 #, csharp-format msgid "Use \"{0}worldevent rain slime\" to start slime rain!" msgstr "" @@ -4428,53 +6105,68 @@ msgstr "" msgid "UUID does not match this character." msgstr "" -#: ../../TShockAPI/Commands.cs:2130 +#: ../../TShockAPI/Commands.cs:2138 #, csharp-format msgid "Valid event types: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2131 +#: ../../TShockAPI/Commands.cs:2139 #, csharp-format msgid "Valid invasion types if spawning an invasion: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2316 +#: ../../TShockAPI/Commands.cs:2324 #, csharp-format msgid "Valid invasion types: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:2532 +#: ../../TShockAPI/Commands.cs:2540 #, csharp-format msgid "Valid world modes: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3233 -msgid "Warp {warpName} already exists." +#: ../../TShockAPI/Commands.cs:3241 +#, csharp-format +msgid "Warp {0} already exists." msgstr "" -#: ../../TShockAPI/Commands.cs:3269 -msgid "Warp {warpName} is now private." +#: ../../TShockAPI/Commands.cs:3277 +#, csharp-format +msgid "Warp {0} is now private." msgstr "" -#: ../../TShockAPI/Commands.cs:3271 -msgid "Warp {warpName} is now public." +#: ../../TShockAPI/Commands.cs:3279 +#, csharp-format +msgid "Warp {0} is now public." msgstr "" -#: ../../TShockAPI/Commands.cs:3229 +#: ../../TShockAPI/Commands.cs:3237 #, csharp-format msgid "Warp added: {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:3248 +#: ../../TShockAPI/Commands.cs:3256 #, csharp-format msgid "Warp deleted: {0}" msgstr "" -#: ../../TShockAPI/Commands.cs:3328 +#: ../../TShockAPI/Commands.cs:3336 #, csharp-format msgid "Warped to {0}." msgstr "" +#: ../../TShockAPI/Commands.cs:3219 +msgid "Warps ({{0}}/{{1}}):" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5506 +msgid "Whisper Syntax" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6593 +msgid "Willow Tree" +msgstr "" + #: ../../TShockAPI/BackupManager.cs:80 #, csharp-format msgid "World backed up ({0})." @@ -4484,33 +6176,135 @@ msgstr "" msgid "World backed up." msgstr "" -#: ../../TShockAPI/Commands.cs:2557 +#: ../../TShockAPI/Commands.cs:2565 #, csharp-format msgid "World mode set to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:4931 +#: ../../TShockAPI/TShock.cs:803 +#, csharp-format +msgid "World name will be overridden by: {0}" +msgstr "" + +#: ../../TShockAPI/SaveManager.cs:137 +#, csharp-format +msgid "World saved at ({0})" +msgstr "" + +#: ../../TShockAPI/SaveManager.cs:135 +msgid "World saved." +msgstr "" + +#: ../../TShockAPI/Commands.cs:4939 #, csharp-format msgid "X: {0}; Y: {1}; W: {2}; H: {3}, Z: {4}" msgstr "" +#: ../../TShockAPI/Commands.cs:5926 +msgid "You are already dead!" +msgstr "" + #: ../../TShockAPI/Commands.cs:778 msgid "You are already logged in, and cannot login again." msgstr "" -#: ../../TShockAPI/Commands.cs:2896 +#: ../../TShockAPI/Commands.cs:2904 msgid "You are dead. Dead players can't go home." msgstr "" +#: ../../TShockAPI/TShock.cs:1486 +msgid "You are muted!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5416 +#: ../../TShockAPI/Commands.cs:5431 +#: ../../TShockAPI/Commands.cs:5522 +#: ../../TShockAPI/Commands.cs:5559 +msgid "You are muted." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6743 +#, csharp-format +msgid "You are no longer in god mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5976 +msgid "You are not dead!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5442 +msgid "You are not in a party!" +msgstr "" + #: ../../TShockAPI/Commands.cs:936 msgid "You are not logged-in. Therefore, you cannot logout." msgstr "" +#: ../../TShockAPI/Commands.cs:5606 +msgid "You are now being annoyed." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6742 +#, csharp-format +msgid "You are now in god mode." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6394 +#, csharp-format +msgid "You buffed yourself with {0} ({1}) for {2} seconds." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6037 +#, csharp-format +msgid "You butchered {0} NPC." +msgid_plural "You butchered {0} NPCs." +msgstr[0] "" +msgstr[1] "" + #: ../../TShockAPI/Commands.cs:691 #, csharp-format msgid "You can use '{0}sudo {0}{1}' to override this check." msgstr "" +#: ../../TShockAPI/Commands.cs:5590 +#, csharp-format +msgid "You can use {0} instead of {1} to annoy a player silently." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5806 +#: ../../TShockAPI/Commands.cs:5908 +#, csharp-format +msgid "You can use {0} instead of {1} to execute this command silently." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5674 +#, csharp-format +msgid "You can use {0} instead of {1} to launch a firework silently." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5618 +#, csharp-format +msgid "You can use {0} instead of {1} to rocket a player silently." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5552 +#, csharp-format +msgid "You can use {0}{1} to toggle this setting." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5579 +#, csharp-format +msgid "You can use {0}{1} to whisper to other players." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6718 +msgid "You can't god mode a non player!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:6321 +msgid "You can't heal a dead player!" +msgstr "" + #: ../../TShockAPI/Commands.cs:1328 msgid "You can't kick another admin." msgstr "" @@ -4520,6 +6314,10 @@ msgstr "" msgid "You can't remove the default guest group." msgstr "" +#: ../../TShockAPI/Commands.cs:5945 +msgid "You can't respawn the server console!" +msgstr "" + #: ../../TShockAPI/Commands.cs:805 msgid "You cannot login whilst crowd controlled." msgstr "" @@ -4532,7 +6330,46 @@ msgstr "" msgid "You cannot login whilst using an item." msgstr "" +#: ../../TShockAPI/Commands.cs:6132 +#: ../../TShockAPI/Commands.cs:6271 +msgid "You cannot spawn banned items." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3426 +msgid "You cannot use the Enchanted Sundial because time is stopped." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5529 +msgid "You cannot whisper to yourself." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5839 +#, csharp-format +msgid "You deleted {0} item within a radius of {1}." +msgid_plural "You deleted {0} items within a radius of {1}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:5863 +#, csharp-format +msgid "You deleted {0} NPC within a radius of {1}." +msgid_plural "You deleted {0} NPCs within a radius of {1}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:5888 +#, csharp-format +msgid "You deleted {0} projectile within a radius of {1}." +msgid_plural "You deleted {0} projectiles within a radius of {1}." +msgstr[0] "" +msgstr[1] "" + +#: ../../TShockAPI/Commands.cs:6304 +msgid "You didn't put a player name." +msgstr "" + #: ../../TShockAPI/Commands.cs:688 +#: ../../TShockAPI/Commands.cs:5271 msgid "You do not have access to this command." msgstr "" @@ -4572,6 +6409,18 @@ msgstr "" msgid "You do not have permission to freeze the wind strength of the server." msgstr "" +#: ../../TShockAPI/Commands.cs:6696 +msgid "You do not have permission to god mode another player." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6507 +msgid "You do not have permission to grow this tree type" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2941 +msgid "You do not have permission to hurt Town NPCs." +msgstr "" + #: ../../TShockAPI/Handlers/RequestTileEntityInteractionHandler.cs:22 msgid "You do not have permission to modify a Hat Rack in a protected area!" msgstr "" @@ -4616,6 +6465,11 @@ msgid "" "You do not have permission to modify the world difficulty of the server." msgstr "" +#: ../../TShockAPI/Commands.cs:5467 +#, csharp-format +msgid "You do not have permission to mute {0}" +msgstr "" + #: ../../TShockAPI/Bouncer.cs:1757 #: ../../TShockAPI/Bouncer.cs:1767 #: ../../TShockAPI/Bouncer.cs:1777 @@ -4627,36 +6481,101 @@ msgstr "" msgid "You do not have permission to perform this action." msgstr "" +#: ../../TShockAPI/ItemBans.cs:202 +msgid "You do not have permission to place actuators." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3934 +msgid "You do not have permission to place Logic Sensors." +msgstr "" + #: ../../TShockAPI/Bouncer.cs:637 -#: ../../TShockAPI/Bouncer.cs:2232 +#: ../../TShockAPI/Bouncer.cs:2248 msgid "You do not have permission to place this tile." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3474 +msgid "You do not have permission to relocate Town NPCs." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5953 +msgid "You do not have permission to respawn another player." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5326 +msgid "You do not have permission to see player IDs." +msgstr "" + #: ../../TShockAPI/Handlers/EmojiHandler.cs:19 msgid "You do not have permission to send emotes!" msgstr "" -#: ../../TShockAPI/Commands.cs:2139 +#: ../../TShockAPI/GetDataHandlers.cs:3515 +msgid "You do not have permission to spawn pets." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:4094 +msgid "You do not have permission to start a party." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3508 +msgid "You do not have permission to start invasions." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2147 #, csharp-format msgid "You do not have permission to start the {0} event." msgstr "" -#: ../../TShockAPI/Commands.cs:3053 +#: ../../TShockAPI/GetDataHandlers.cs:4112 +msgid "You do not have permission to start the Old One's Army." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3501 +msgid "You do not have permission to summon bosses." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2951 +msgid "You do not have permission to summon the Empress of Light." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:2968 +msgid "You do not have permission to summon the Lunatic Cultist!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:3061 msgid "You do not have permission to teleport all other players." msgstr "" -#: ../../TShockAPI/Commands.cs:2964 +#: ../../TShockAPI/Commands.cs:2972 msgid "You do not have permission to teleport all players." msgstr "" -#: ../../TShockAPI/Commands.cs:2947 +#: ../../TShockAPI/Commands.cs:2955 msgid "You do not have permission to teleport other players." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3800 +#, csharp-format +msgid "You do not have permission to teleport using {0}." +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3712 +msgid "You do not have permission to teleport using items." +msgstr "" + #: ../../TShockAPI/Handlers/NetModules/PylonHandler.cs:54 msgid "You do not have permission to teleport using pylons." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3736 +msgid "You do not have permission to teleport using Wormhole Potions." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5145 +msgid "You do not have permission to teleport." +msgstr "" + #: ../../TShockAPI/Handlers/NetModules/CreativePowerHandler.cs:105 msgid "You do not have permission to toggle godmode." msgstr "" @@ -4667,6 +6586,10 @@ msgid "" "server-side-character data." msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:3418 +msgid "You do not have permission to use the Enchanted Sundial." +msgstr "" + #: ../../TShockAPI/Commands.cs:976 msgid "You failed to change your password." msgstr "" @@ -4683,25 +6606,108 @@ msgstr "" msgid "You have been successfully logged out of your account." msgstr "" -#: ../../TShockAPI/Commands.cs:1942 +#: ../../TShockAPI/Commands.cs:6450 +#, csharp-format +msgid "You have buffed {0} with {1} ({2}) for {3} seconds!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1950 #, csharp-format msgid "You have changed {0}'s group to {1}" msgstr "" -#: ../../TShockAPI/Commands.cs:1947 +#: ../../TShockAPI/Commands.cs:1955 #, csharp-format msgid "You have changed {0}'s group to {1} for {2}" msgstr "" +#: ../../TShockAPI/GetDataHandlers.cs:4193 +msgid "" +"You have fallen in hardcore mode, and your items have been lost forever." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5650 +#, csharp-format +msgid "You have launched {0} into space." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5648 +msgid "You have launched yourself into space." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5486 +#, csharp-format +msgid "You have muted {0} for {1}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5985 +#, csharp-format +msgid "You have respawned {0}" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5990 +msgid "You have respawned yourself." +msgstr "" + #: ../../TShockAPI/Commands.cs:965 msgid "You have successfully changed your password." msgstr "" +#: ../../TShockAPI/Commands.cs:5474 +#, csharp-format +msgid "You have unmuted {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5578 +msgid "You haven't previously received any whispers." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6335 +#, csharp-format +msgid "You healed {0} for {1} HP." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6333 +#, csharp-format +msgid "You healed yourself for {0} HP." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5935 +#, csharp-format +msgid "You just killed {0}!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5933 +msgid "You just killed yourself!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5732 +#, csharp-format +msgid "You launched fireworks on {0}." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5730 +msgid "You launched fireworks on yourself." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5549 +msgid "You may now receive whispers from other players." +msgstr "" + #: ../../TShockAPI/DB/RegionManager.cs:788 msgid "You must be logged in to take advantage of protected regions." msgstr "" -#: ../../TShockAPI/Commands.cs:2701 +#: ../../TShockAPI/Commands.cs:5384 +msgid "You must provide a setup code!" +msgstr "" + +#: ../../TShockAPI/GetDataHandlers.cs:3429 +msgid "" +"You must set ForceTime to normal via config to use the Enchanted Sundial." +msgstr "" + +#: ../../TShockAPI/Commands.cs:2709 msgid "You must spawn the Wall of Flesh in hell." msgstr "" @@ -4713,25 +6719,39 @@ msgstr "" msgid "You need to rejoin to ensure your trash can is cleared!" msgstr "" -#: ../../TShockAPI/Commands.cs:2810 +#: ../../TShockAPI/Commands.cs:2818 #, csharp-format -msgid "You spawned {0} {1} time(s)." -msgstr "" +msgid "You spawned {0} {1} time." +msgid_plural "You spawned {0} {1} times." +msgstr[0] "" +msgstr[1] "" -#: ../../TShockAPI/Commands.cs:3312 +#: ../../TShockAPI/Commands.cs:3320 #, csharp-format msgid "You warped {0} to {1}." msgstr "" -#: ../../TShockAPI/Commands.cs:2978 -#: ../../TShockAPI/Commands.cs:3018 -#: ../../TShockAPI/Commands.cs:3061 -#: ../../TShockAPI/Commands.cs:3076 +#: ../../TShockAPI/Commands.cs:2986 +#: ../../TShockAPI/Commands.cs:3026 +#: ../../TShockAPI/Commands.cs:3069 +#: ../../TShockAPI/Commands.cs:3084 #, csharp-format msgid "You were teleported to {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:1970 +#: ../../TShockAPI/TShock.cs:1688 +msgid "You will be teleported to your last known location..." +msgstr "" + +#: ../../TShockAPI/Commands.cs:5551 +msgid "You will no longer receive whispers from other players." +msgstr "" + +#: ../../TShockAPI/Commands.cs:6470 +msgid "You're not allowed to change tiles here!" +msgstr "" + +#: ../../TShockAPI/Commands.cs:1978 msgid "Your account has been elevated to superadmin for 10 minutes." msgstr "" @@ -4755,31 +6775,46 @@ msgstr "" msgid "Your database contains invalid UserIDs (they should be integers)." msgstr "" -#: ../../TShockAPI/Commands.cs:1949 +#: ../../TShockAPI/Commands.cs:1957 #, csharp-format msgid "Your group has been changed to {0} for {1}" msgstr "" -#: ../../TShockAPI/Commands.cs:1943 +#: ../../TShockAPI/Commands.cs:1951 #, csharp-format msgid "Your group has temporarily been changed to {0}" msgstr "" +#: ../../TShockAPI/Commands.cs:6137 +msgid "Your inventory seems full." +msgstr "" + #: ../../TShockAPI/Commands.cs:1850 msgid "" "Your local character data, from your initial connection, has been uploaded to " "the server." msgstr "" +#: ../../TShockAPI/Commands.cs:5373 +#, csharp-format +msgid "" +"Your new account has been verified, and the {0}setup system has been turned " +"off." +msgstr "" + #: ../../TShockAPI/Commands.cs:1038 #, csharp-format msgid "Your password is {0}." msgstr "" -#: ../../TShockAPI/Commands.cs:1961 +#: ../../TShockAPI/Commands.cs:1969 msgid "Your previous permission set has been restored." msgstr "" +#: ../../TShockAPI/Commands.cs:5779 +msgid "Your reference dumps have been created in the server folder." +msgstr "" + #: ../../TShockAPI/Commands.cs:1749 msgid "Your server-side character data has been saved." msgstr "" @@ -4788,3 +6823,11 @@ msgstr "" msgid "Your temporary group access has expired." msgstr "" +#: ../../TShockAPI/Commands.cs:6450 +msgid "yourself" +msgstr "" + +#: ../../TShockAPI/Commands.cs:5190 +msgid "z <#> - Sets the z-order of the region." +msgstr "" +