Merge branch 'master' into farmbot

This commit is contained in:
Anon 2022-10-14 16:00:46 +00:00 committed by GitHub
commit e44973e900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 2519 additions and 1539 deletions

View file

@ -50,6 +50,8 @@ mcc.realms_available=Du hast Zugang zu den folgenden Realms-Welten
mcc.realms_join=Nutze realms:index als Server-IP, um der Realms-Welt beizutreten
mcc.generator.generating=
mcc.generator.done=
mcc.invaild_config=
mcc.gen_new_config=
[debug]
# Messages from MCC Debug Mode
@ -237,6 +239,12 @@ cmd.changeSlot.fail=Konnte Slot nicht ändern.
# Chunk
cmd.chunk.desc=
cmd.chunk.current=
cmd.chunk.marked=
cmd.chunk.chunk_pos=
cmd.chunk.outside=
cmd.chunk.icon=
cmd.chunk.for_debug=
# Connect
cmd.connect.desc=Verbinde zum angegebenen Server.
@ -487,6 +495,18 @@ bot.autoCraft.debug.no_config=Keine Config-Datei gefunden. Schreibe eine neue...
bot.autocraft.invaild_slots=
bot.autocraft.invaild_invaild_result=
# AutoDig
bot.autodig.start_delay=
bot.autodig.dig_timeout=
bot.autodig.not_allow=
bot.autodig.cmd=
bot.autodig.available_cmd=
bot.autodig.start=
bot.autodig.stop=
bot.autodig.help.start=
bot.autodig.help.stop=
bot.autodig.help.help=
# AutoDrop
bot.autoDrop.cmd=AutoDrop ChatBot Befehl
bot.autoDrop.alias=AutoDrop ChatBot Befehl alias
@ -528,7 +548,7 @@ bot.autoRelog.disconnect_msg=Verbindung wurde mit folgender Nachricht unterbroch
bot.autoRelog.reconnect_always=Ignoriere Kick Nachricht und verbinde erneut.
bot.autoRelog.reconnect=Nachricht enhält '{0}'. Verbinde erneut.
bot.autoRelog.reconnect_ignore=Kick Nachricht enthält keine Schlüsselwörter. Wird ignoriert!
bot.autoRelog.wait=Warte {0} Sekunden vor erneuter Verbindung...
bot.autoRelog.wait=Warte {0:0.000} Sekunden vor erneuter Verbindung...
# AutoRespond
bot.autoRespond.loading=Loading matches from '{0}'
@ -584,6 +604,7 @@ bot.map.received_map=
bot.map.rendered=
bot.map.failed_to_render=
bot.map.list_item=
bot.map.scale=
# ReplayCapture
bot.replayCapture.cmd=replay Befehl
@ -682,6 +703,9 @@ config.Main.Advanced.timeout=
config.Main.Advanced.enable_emoji=
config.Main.Advanced.movement_speed=
config.Main.Advanced.language.invaild=
config.Main.Advanced.TerminalColorDepth=
config.Main.Advanced.MinTerminalWidth=
config.Main.Advanced.MinTerminalHeight=
# Signature
config.Signature=
@ -755,6 +779,7 @@ config.ChatBot.Alerts.Log_File=
config.ChatBot.AntiAfk=
config.ChatBot.AntiAfk.Delay=
config.ChatBot.AntiAfk.Command=
config.ChatBot.AntiAfk.Use_Sneak=
config.ChatBot.AntiAfk.Use_Terrain_Handling=
config.ChatBot.AntiAfk.Walk_Range=
config.ChatBot.AntiAfk.Walk_Retries=
@ -776,6 +801,19 @@ config.ChatBot.AutoCraft.CraftingTable=
config.ChatBot.AutoCraft.OnFailure=
config.ChatBot.AutoCraft.Recipes=
# AutoDig
config.ChatBot.AutoDig=
config.ChatBot.AutoDig.Auto_Tool_Switch=
config.ChatBot.AutoDig.Durability_Limit=
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=
config.ChatBot.AutoDig.Mode=
config.ChatBot.AutoDig.Locations=
config.ChatBot.AutoDig.Location_Order=
config.ChatBot.AutoDig.Auto_Start_Delay=
config.ChatBot.AutoDig.Dig_Timeout=
config.ChatBot.AutoDig.Log_Block_Dig=
config.ChatBot.AutoDig.List_Type=
# ChatBot.AutoDrop
config.ChatBot.AutoDrop=
config.ChatBot.AutoDrop.Mode=
@ -826,11 +864,11 @@ config.ChatBot.Mailer=
# ChatBot.Map
config.ChatBot.Map=
config.ChatBot.Map.Should_Resize=
config.ChatBot.Map.Resize_To=
config.ChatBot.Map.Auto_Render_On_Update=
config.ChatBot.Map.Delete_All_On_Unload=
config.ChatBot.Map.Notify_On_First_Update=
config.ChatBot.Map.Render_In_Console=
config.ChatBot.Map.Save_To_File=
# ChatBot.PlayerListLogger
config.ChatBot.PlayerListLogger=

View file

@ -548,7 +548,7 @@ bot.autoRelog.disconnect_msg=Got disconnected with message: {0}
bot.autoRelog.reconnect_always=Ignoring kick message, reconnecting anyway.
bot.autoRelog.reconnect=Message contains '{0}'. Reconnecting.
bot.autoRelog.reconnect_ignore=Message not containing any defined keywords. Ignoring.
bot.autoRelog.wait=Waiting {0} seconds before reconnecting...
bot.autoRelog.wait=Waiting {0:0.000} seconds before reconnecting...
# AutoRespond
bot.autoRespond.loading=Loading matches from '{0}'
@ -604,7 +604,7 @@ bot.map.received_map=Received a new Map, with Id: {0}
bot.map.rendered=Succesfully rendered a map with id '{0}' to: '{1}'
bot.map.failed_to_render=Failed to render the map with id: '{0}'
bot.map.list_item=- Map id: {0} (Last Updated: {1})
bot.map.windows_only=Save to file is currently only available for the windows platform.
bot.map.scale=The size of the map is reduced from ({0}x{1}) to ({2}x{3}) due to the size limitation of the current terminal.
# ReplayCapture
bot.replayCapture.cmd=replay command
@ -719,6 +719,9 @@ config.Main.Advanced.timeout=Customize the TCP connection timeout with the serve
config.Main.Advanced.enable_emoji=If turned off, the emoji will be replaced with a simpler character (for /chunk status).
config.Main.Advanced.movement_speed=A movement speed higher than 2 may be considered cheating.
config.Main.Advanced.language.invaild=The language code is invalid!
config.Main.Advanced.TerminalColorDepth=Use "none", "bit_4", "bit_8" or "bit_24". This can be checked by opening the debug log.
config.Main.Advanced.MinTerminalWidth=The minimum width used when calculating the image size from the width of the terminal.
config.Main.Advanced.MinTerminalHeight=The minimum height to use when calculating the image size from the height of the terminal.
# Signature
config.Signature=Chat signature related settings (affects minecraft 1.19+)
@ -814,8 +817,8 @@ config.ChatBot.AutoCraft.CraftingTable=Location of the crafting table if you int
config.ChatBot.AutoCraft.OnFailure=What to do on crafting failure, "abort" or "wait".
config.ChatBot.AutoCraft.Recipes=Recipes.Name: The name can be whatever you like and it is used to represent the recipe.\n# Recipes.Type: crafting table type: "player" or "table"\n# Recipes.Result: the resulting item\n# Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.\n# For the naming of the items, please see:\n# https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs
# ChatBot.AutoDig
config.ChatBot.AutoDig=Auto-digging blocks.\n# You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.\n# Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.\n# For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs
# AutoDig
config.ChatBot.AutoDig=Auto-digging blocks.\n# You need to enable Terrain Handling to use this bot\n# You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.\n# Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.\n# For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs
config.ChatBot.AutoDig.Auto_Tool_Switch=Automatically switch to the appropriate tool.
config.ChatBot.AutoDig.Durability_Limit=Will not use tools with less durability than this. Set to zero to disable this feature.
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=Whether to drop the current tool when its durability is too low.
@ -881,8 +884,8 @@ config.ChatBot.Mailer=Relay messages between players and servers, like a mail pl
# ChatBot.Map
config.ChatBot.Map=Allows you to render maps into .jpg images\n# This is useful for solving captchas which use maps\n# The maps are rendered into Rendered_Maps folder.\n# NOTE:\n# This feature is currently only useful for solving captchas which use maps.\n# If some servers have a very short time for solving captchas, enabe Auto_Render_On_Update and prepare to open the file quickly.\n# On linux you can use FTP to access generated files.\n# In the future it might will be possible to display maps directly in the console with a separate command.\n# /!\ Make sure server rules allow bots to be used on the server, or you risk being punished.
config.ChatBot.Map.Should_Resize=Should the map be resized? (Default one is small 128x128)
config.ChatBot.Map.Resize_To=The size to resize the map to (Note: the bigger it is, the lower the quallity is)
config.ChatBot.Map.Render_In_Console=Whether to render the map in the console.
config.ChatBot.Map.Save_To_File=Whether to store the rendered map as a file.
config.ChatBot.Map.Auto_Render_On_Update=Automatically render the map once it is received or updated from/by the server
config.ChatBot.Map.Delete_All_On_Unload=Delete all rendered maps on unload/reload (Does not delete the images if you exit the client)
config.ChatBot.Map.Notify_On_First_Update=Get a notification when you have gotten a map from the server for the first time

View file

@ -50,6 +50,8 @@ mcc.realms_available=Vous avez accès aux mondes Realms suivants
mcc.realms_join=Utilisez realms:<index> comme ip de serveur pour rejoindre un monde Realms
mcc.generator.generating=
mcc.generator.done=
mcc.invaild_config=
mcc.gen_new_config=
[debug]
# Messages from MCC Debug Mode
@ -237,6 +239,12 @@ cmd.changeSlot.fail=Le slot n'a pas pu être sélectionné
# Chunk
cmd.chunk.desc=
cmd.chunk.current=
cmd.chunk.marked=
cmd.chunk.chunk_pos=
cmd.chunk.outside=
cmd.chunk.icon=
cmd.chunk.for_debug=
# Connect
cmd.connect.desc=Se connecter au serveur spécifié
@ -487,6 +495,18 @@ bot.autoCraft.debug.no_config=Fichier de configuration introuvable. Création d'
bot.autocraft.invaild_slots=
bot.autocraft.invaild_invaild_result=
# AutoDig
bot.autodig.start_delay=
bot.autodig.dig_timeout=
bot.autodig.not_allow=
bot.autodig.cmd=
bot.autodig.available_cmd=
bot.autodig.start=
bot.autodig.stop=
bot.autodig.help.start=
bot.autodig.help.stop=
bot.autodig.help.help=
# AutoDrop
bot.autoDrop.cmd=Commande du ChatBot AutoDrop
bot.autoDrop.alias=Alias des commandes du ChatBot AutoDrop
@ -528,7 +548,7 @@ bot.autoRelog.disconnect_msg=Déconnection détectée avec le message : {0}
bot.autoRelog.reconnect_always=Reconnexion quel que soit le contenu du message de kick.
bot.autoRelog.reconnect=Le message contient '{0}'. Reconnexion.
bot.autoRelog.reconnect_ignore=Le message ne contient aucun des mots clés définis. Pas de reconnexion automatique.
bot.autoRelog.wait=Attente de {0} secondes avant de se reconnecter...
bot.autoRelog.wait=Attente de {0:0.000} secondes avant de se reconnecter...
# AutoRespond
bot.autoRespond.loading=Chargement des règles depuis '{0}'
@ -584,6 +604,7 @@ bot.map.received_map=
bot.map.rendered=
bot.map.failed_to_render=
bot.map.list_item=
bot.map.scale=
# ReplayCapture
bot.replayCapture.cmd=Commande de Replay
@ -682,6 +703,9 @@ config.Main.Advanced.timeout=
config.Main.Advanced.enable_emoji=
config.Main.Advanced.movement_speed=
config.Main.Advanced.language.invaild=
config.Main.Advanced.TerminalColorDepth=
config.Main.Advanced.MinTerminalWidth=
config.Main.Advanced.MinTerminalHeight=
# Signature
config.Signature=
@ -755,6 +779,7 @@ config.ChatBot.Alerts.Log_File=
config.ChatBot.AntiAfk=
config.ChatBot.AntiAfk.Delay=
config.ChatBot.AntiAfk.Command=
config.ChatBot.AntiAfk.Use_Sneak=
config.ChatBot.AntiAfk.Use_Terrain_Handling=
config.ChatBot.AntiAfk.Walk_Range=
config.ChatBot.AntiAfk.Walk_Retries=
@ -776,6 +801,19 @@ config.ChatBot.AutoCraft.CraftingTable=
config.ChatBot.AutoCraft.OnFailure=
config.ChatBot.AutoCraft.Recipes=
# AutoDig
config.ChatBot.AutoDig=
config.ChatBot.AutoDig.Auto_Tool_Switch=
config.ChatBot.AutoDig.Durability_Limit=
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=
config.ChatBot.AutoDig.Mode=
config.ChatBot.AutoDig.Locations=
config.ChatBot.AutoDig.Location_Order=
config.ChatBot.AutoDig.Auto_Start_Delay=
config.ChatBot.AutoDig.Dig_Timeout=
config.ChatBot.AutoDig.Log_Block_Dig=
config.ChatBot.AutoDig.List_Type=
# ChatBot.AutoDrop
config.ChatBot.AutoDrop=
config.ChatBot.AutoDrop.Mode=
@ -826,11 +864,11 @@ config.ChatBot.Mailer=
# ChatBot.Map
config.ChatBot.Map=
config.ChatBot.Map.Should_Resize=
config.ChatBot.Map.Resize_To=
config.ChatBot.Map.Auto_Render_On_Update=
config.ChatBot.Map.Delete_All_On_Unload=
config.ChatBot.Map.Notify_On_First_Update=
config.ChatBot.Map.Render_In_Console=
config.ChatBot.Map.Save_To_File=
# ChatBot.PlayerListLogger
config.ChatBot.PlayerListLogger=

View file

@ -50,6 +50,8 @@ mcc.realms_available=У вас есть доступ к следующим ми
mcc.realms_join=Используйте realms:index как IP сервера, чтобы присоединиться к миру Realms
mcc.generator.generating=
mcc.generator.done=
mcc.invaild_config=
mcc.gen_new_config=
[debug]
# Messages from MCC Debug Mode
@ -237,6 +239,12 @@ cmd.changeSlot.fail=Не удалось изменить слот
# Chunk
cmd.chunk.desc=
cmd.chunk.current=
cmd.chunk.marked=
cmd.chunk.chunk_pos=
cmd.chunk.outside=
cmd.chunk.icon=
cmd.chunk.for_debug=
# Connect
cmd.connect.desc=подключиться к указанному серверу.
@ -487,6 +495,18 @@ bot.autoCraft.debug.no_config=Конфигурация не найдена. За
bot.autocraft.invaild_slots=
bot.autocraft.invaild_invaild_result=
# AutoDig
bot.autodig.start_delay=
bot.autodig.dig_timeout=
bot.autodig.not_allow=
bot.autodig.cmd=
bot.autodig.available_cmd=
bot.autodig.start=
bot.autodig.stop=
bot.autodig.help.start=
bot.autodig.help.stop=
bot.autodig.help.help=
# AutoDrop
bot.autoDrop.cmd=Команда автоудаления ЧатБота
bot.autoDrop.alias=Псевдоним команды автоудаления ЧатБота
@ -528,7 +548,7 @@ bot.autoRelog.disconnect_msg=Произошло отключение с сооб
bot.autoRelog.reconnect_always=Игнорирует сообщение о пинке, все равно переподключается.
bot.autoRelog.reconnect=Сообщение содержит '{0}'. Переподключаемся.
bot.autoRelog.reconnect_ignore=Сообщение не содержит определенных ключевых слов. Игнорирование.
bot.autoRelog.wait=Ожидание {0} секунд перед переподключением...
bot.autoRelog.wait=Ожидание {0:0.000} секунд перед переподключением...
# AutoRespond
bot.autoRespond.loading=Загрузка совпадений из '{0}'
@ -584,6 +604,7 @@ bot.map.received_map=
bot.map.rendered=
bot.map.failed_to_render=
bot.map.list_item=
bot.map.scale=
# ReplayCapture
bot.replayCapture.cmd=команда воспроизведения
@ -682,6 +703,9 @@ config.Main.Advanced.timeout=
config.Main.Advanced.enable_emoji=
config.Main.Advanced.movement_speed=
config.Main.Advanced.language.invaild=
config.Main.Advanced.TerminalColorDepth=
config.Main.Advanced.MinTerminalWidth=
config.Main.Advanced.MinTerminalHeight=
# Signature
config.Signature=
@ -755,6 +779,7 @@ config.ChatBot.Alerts.Log_File=
config.ChatBot.AntiAfk=
config.ChatBot.AntiAfk.Delay=
config.ChatBot.AntiAfk.Command=
config.ChatBot.AntiAfk.Use_Sneak=
config.ChatBot.AntiAfk.Use_Terrain_Handling=
config.ChatBot.AntiAfk.Walk_Range=
config.ChatBot.AntiAfk.Walk_Retries=
@ -776,6 +801,19 @@ config.ChatBot.AutoCraft.CraftingTable=
config.ChatBot.AutoCraft.OnFailure=
config.ChatBot.AutoCraft.Recipes=
# AutoDig
config.ChatBot.AutoDig=
config.ChatBot.AutoDig.Auto_Tool_Switch=
config.ChatBot.AutoDig.Durability_Limit=
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=
config.ChatBot.AutoDig.Mode=
config.ChatBot.AutoDig.Locations=
config.ChatBot.AutoDig.Location_Order=
config.ChatBot.AutoDig.Auto_Start_Delay=
config.ChatBot.AutoDig.Dig_Timeout=
config.ChatBot.AutoDig.Log_Block_Dig=
config.ChatBot.AutoDig.List_Type=
# ChatBot.AutoDrop
config.ChatBot.AutoDrop=
config.ChatBot.AutoDrop.Mode=
@ -826,11 +864,11 @@ config.ChatBot.Mailer=
# ChatBot.Map
config.ChatBot.Map=
config.ChatBot.Map.Should_Resize=
config.ChatBot.Map.Resize_To=
config.ChatBot.Map.Auto_Render_On_Update=
config.ChatBot.Map.Delete_All_On_Unload=
config.ChatBot.Map.Notify_On_First_Update=
config.ChatBot.Map.Render_In_Console=
config.ChatBot.Map.Save_To_File=
# ChatBot.PlayerListLogger
config.ChatBot.PlayerListLogger=

View file

@ -50,6 +50,8 @@ mcc.realms_available=Bạn có quyền tham gia vào những máy chủ Realm n
mcc.realms_join=Dùng realm:[thứ tự] để tham gia máy chủ Realm
mcc.generator.generating=
mcc.generator.done=
mcc.invaild_config=
mcc.gen_new_config=
[debug]
# Messages from MCC Debug Mode
@ -237,6 +239,12 @@ cmd.changeSlot.fail=Could not change slot
# Chunk
cmd.chunk.desc=
cmd.chunk.current=
cmd.chunk.marked=
cmd.chunk.chunk_pos=
cmd.chunk.outside=
cmd.chunk.icon=
cmd.chunk.for_debug=
# Connect
cmd.connect.desc=connect to the specified server.
@ -487,6 +495,18 @@ bot.autoCraft.debug.no_config=No config found. Writing a new one.
bot.autocraft.invaild_slots=
bot.autocraft.invaild_invaild_result=
# AutoDig
bot.autodig.start_delay=
bot.autodig.dig_timeout=
bot.autodig.not_allow=
bot.autodig.cmd=
bot.autodig.available_cmd=
bot.autodig.start=
bot.autodig.stop=
bot.autodig.help.start=
bot.autodig.help.stop=
bot.autodig.help.help=
# AutoDrop
bot.autoDrop.cmd=AutoDrop ChatBot command
bot.autoDrop.alias=AutoDrop ChatBot command alias
@ -528,7 +548,7 @@ bot.autoRelog.disconnect_msg=Got disconnected with message: {0}
bot.autoRelog.reconnect_always=Ignoring kick message, reconnecting anyway.
bot.autoRelog.reconnect=Message contains '{0}'. Reconnecting.
bot.autoRelog.reconnect_ignore=Message not containing any defined keywords. Ignoring.
bot.autoRelog.wait=Waiting {0} seconds before reconnecting...
bot.autoRelog.wait=Waiting {0:0.000} seconds before reconnecting...
# AutoRespond
bot.autoRespond.loading=Loading matches from '{0}'
@ -584,6 +604,7 @@ bot.map.received_map=
bot.map.rendered=
bot.map.failed_to_render=
bot.map.list_item=
bot.map.scale=
# ReplayCapture
bot.replayCapture.cmd=replay command
@ -682,6 +703,9 @@ config.Main.Advanced.timeout=
config.Main.Advanced.enable_emoji=
config.Main.Advanced.movement_speed=
config.Main.Advanced.language.invaild=
config.Main.Advanced.TerminalColorDepth=
config.Main.Advanced.MinTerminalWidth=
config.Main.Advanced.MinTerminalHeight=
# Signature
config.Signature=
@ -755,6 +779,7 @@ config.ChatBot.Alerts.Log_File=
config.ChatBot.AntiAfk=
config.ChatBot.AntiAfk.Delay=
config.ChatBot.AntiAfk.Command=
config.ChatBot.AntiAfk.Use_Sneak=
config.ChatBot.AntiAfk.Use_Terrain_Handling=
config.ChatBot.AntiAfk.Walk_Range=
config.ChatBot.AntiAfk.Walk_Retries=
@ -776,6 +801,19 @@ config.ChatBot.AutoCraft.CraftingTable=
config.ChatBot.AutoCraft.OnFailure=
config.ChatBot.AutoCraft.Recipes=
# AutoDig
config.ChatBot.AutoDig=
config.ChatBot.AutoDig.Auto_Tool_Switch=
config.ChatBot.AutoDig.Durability_Limit=
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=
config.ChatBot.AutoDig.Mode=
config.ChatBot.AutoDig.Locations=
config.ChatBot.AutoDig.Location_Order=
config.ChatBot.AutoDig.Auto_Start_Delay=
config.ChatBot.AutoDig.Dig_Timeout=
config.ChatBot.AutoDig.Log_Block_Dig=
config.ChatBot.AutoDig.List_Type=
# ChatBot.AutoDrop
config.ChatBot.AutoDrop=
config.ChatBot.AutoDrop.Mode=
@ -826,11 +864,11 @@ config.ChatBot.Mailer=
# ChatBot.Map
config.ChatBot.Map=
config.ChatBot.Map.Should_Resize=
config.ChatBot.Map.Resize_To=
config.ChatBot.Map.Auto_Render_On_Update=
config.ChatBot.Map.Delete_All_On_Unload=
config.ChatBot.Map.Notify_On_First_Update=
config.ChatBot.Map.Render_In_Console=
config.ChatBot.Map.Save_To_File=
# ChatBot.PlayerListLogger
config.ChatBot.PlayerListLogger=

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff