Update translation file

This commit is contained in:
BruceChen 2022-10-06 22:14:15 +08:00
parent e44192ab7b
commit e5c713192e
11 changed files with 1887 additions and 97 deletions

View file

@ -1,5 +1,9 @@
[mcc]
# Messages from MCC itself
mcc.help_us_translate=
mcc.run_with_default_settings=
mcc.settings_generated=
mcc.has_update=
mcc.login=Đăng nhập:
mcc.login_basic_io=Hãy nhập địa chỉ email hoặc tên tài khoản của bạn:
mcc.password=Mật khẩu:
@ -8,8 +12,11 @@ mcc.password_hidden=Password : {0}
mcc.offline=§8Bạn chọn sử dụng chế độ ngoại tuyến.
mcc.session_invalid=§8Phiên không hợp lệ hoặc đã hết hạn.
mcc.session_valid=§8Phiên vẫn còn hợp lệ cho {0}.
mcc.profile_key_invalid=
mcc.profile_key_valid=
mcc.connecting=Đang kết nối tới {0}...
mcc.ip=Địa chỉ máy chủ:
mcc.fetching_key=
mcc.ip=Địa chỉ máy chủ:
mcc.use_version=§8Sử dụng Minecraft phiên bản {0} (protocol v{1})
mcc.unknown_version=§8Phiên bản không hợp lệ {0}.\nChuyển sang chế độ nhận diện tự động.
mcc.forge=Đang kiểm tra xem máy chủ có dùng Forge...
@ -20,7 +27,7 @@ mcc.not_found=§8Tìm kiếm SRV thất bại cho {0}\n{1}: {2}
mcc.retrieve=Đang nhận thông tin máy chủ...
mcc.restart=Đang khởi động lại Minecraft Console Client...
mcc.restart_delay=Đang chờ {0} giây trước khi khởi động lại...
mcc.server_version=Phiên bản máy chủ:
mcc.server_version=Phiên bản máy chủ:
mcc.disconnected=Chưa kết nối tới máy chủ nào. Dùng '{0}help' để in ra hướng dẫn.
mcc.press_exit=Hoặc nhấn Enter để đóng Minecraft Console Client
mcc.version_supported=Phiên bản hợp lệ \nĐang đăng nhập
@ -41,13 +48,16 @@ mcc.with_forge=, với Forge
mcc.handshake=§8Bắt tay thành công (ID máy chủ: {0})
mcc.realms_available=Bạn có quyền tham gia vào những máy chủ Realm này
mcc.realms_join=Dùng realm:[thứ tự] để tham gia máy chủ Realm
mcc.generator.generating=
mcc.generator.done=
[debug]
# Messages from MCC Debug Mode
debug.color_test=Color test: Màn hình của bạn sẽ hiển thị {0}
debug.session_cache_ok=§8Đã load thông tin phiên thành công
debug.session_cache_fail=§8Không có phiên nào có thể load.
debug.keys_cache_ok=
debug.keys_cache_fail=
debug.session_id=Thành công. (session ID: {0})
debug.crypto=§8Khóa mật mã và hash đã được tạo.
debug.request=§8Đang gửi yêu cầu tới {0}
@ -82,6 +92,9 @@ error.connection_timeout=§8A timeout occured while attempting to connect to thi
error.forge=§8Forge Login Handshake did not complete successfully
error.forge_encrypt=§8Forge StartEncryption Handshake did not complete successfully
error.setting.str2int=Failed to convert '{0}' into an int. Please check your settings.
error.setting.str2double=
error.setting.str2locationList.convert_fail=
error.setting.str2locationList.format_err=
error.setting.argument_syntax={0}: Invalid syntax, expecting --argname=value or --section.argname=value
error.setting.unknown_section={0}: Unknown setting section '{1}'
error.setting.unknown_or_invalid={0}: Unknown setting or invalid value
@ -92,6 +105,11 @@ error.realms.access_denied=This Realms world does not exist or access was denied
error.realms.server_unavailable=Realms server may require some time to start up. Please retry again later.
error.realms.server_id=Invalid or unknown Realms server ID.
error.realms.disabled=Trying to join a Realms world but Realms support is disabled in config
error.missing.argument=
error.usage=
error.generator.invalid=
error.generator.path=
error.generator.json=
[internal command]
# MCC internal help command
@ -173,6 +191,14 @@ cache.ignore_line=§8Ignoring invalid session token line: {0}
cache.read_fail_plain=§8Failed to read session cache from disk: {0}
cache.saving=§8Saving session cache to disk
cache.save_fail=§8Failed to write session cache to disk: {0}
# Profile Key Cache
cache.loading_keys=
cache.loaded_keys=
cache.ignore_string_keys=
cache.ignore_line_keys=
cache.read_fail_plain_keys=
cache.saving_keys=
cache.save_fail_keys=
[proxy]
proxy.connected=§8Connected to proxy {0}:{1}
@ -186,6 +212,7 @@ chat.fail=§8Failed to download the file.
chat.from_dir=§8Defaulting to en_GB.lang from your Minecraft directory.
chat.loaded=§8Translations file loaded.
chat.not_found=§8Translations file not found: '{0}'\nSome messages won't be properly printed without this file.
chat.message_chain_broken=
[general]
# General message/information (i.e. Done)
@ -201,12 +228,23 @@ general.available_cmd=Available commands: {0}
# Animation
cmd.animation.desc=Swing your arm.
# Bots
cmd.bots.desc=
cmd.bots.list=
cmd.bots.notfound=
cmd.bots.noloaded=
cmd.bots.unloaded=
cmd.bots.unloaded_all=
# ChangeSlot
cmd.changeSlot.desc=Change hotbar
cmd.changeSlot.nan=Could not change slot: Not a Number
cmd.changeSlot.changed=Changed to slot {0}
cmd.changeSlot.fail=Could not change slot
# Chunk
cmd.chunk.desc=
# Connect
cmd.connect.desc=connect to the specified server.
cmd.connect.unknown=Unknown account '{0}'.
@ -248,6 +286,19 @@ cmd.entityCmd.distance=Distance
cmd.entityCmd.location=Location
cmd.entityCmd.type=Type
# Exec If
cmd.execif.desc=
cmd.execif.executed=
cmd.execif.executed_no_output=
cmd.execif.error_occured=
cmd.execif.error=
# Exec Multi
cmd.execmulti.desc=
cmd.execmulti.executed=
cmd.execmulti.result=
cmd.execmulti.no_result=
# Exit
cmd.exit.desc=disconnect from the server.
@ -267,12 +318,15 @@ cmd.inventory.close_fail=Failed to close Inventory #{0}
cmd.inventory.not_exist=Inventory #{0} do not exist
cmd.inventory.inventory=Inventory
cmd.inventory.inventories=Inventories
cmd.inventory.inventories_available=
cmd.inventory.hotbar=Your selected hotbar is {0}
cmd.inventory.damage=Damage
cmd.inventory.left=Left
cmd.inventory.right=Right
cmd.inventory.middle=Middle
cmd.inventory.clicking={0} clicking slot {1} in window #{2}
cmd.inventory.shiftclick=
cmd.inventory.shiftclick_fail=
cmd.inventory.no_item=No item in slot #{0}
cmd.inventory.drop=Dropped 1 item from slot #{0}
cmd.inventory.drop_stack=Dropped whole item stack from slot #{0}
@ -284,10 +338,29 @@ cmd.inventory.help.usage=Usage
cmd.inventory.help.list=List your inventory.
cmd.inventory.help.close=Close an opened container.
cmd.inventory.help.click=Click on an item.
cmd.inventory.help.shiftclick=
cmd.inventory.help.drop=Drop an item from inventory.
cmd.inventory.help.creativegive=Give item in creative mode.
cmd.inventory.help.creativedelete=Clear slot in creative mode.
cmd.inventory.help.unknown=Unknown action.
cmd.inventory.help.inventories=
cmd.inventory.help.search=
cmd.inventory.help.unknown=Unknown action.
cmd.inventory.found_items=
cmd.inventory.no_found_items=
# Leave bed
cmd.bed.desc=
cmd.bed.leaving=
cmd.bed.trying_to_use=
cmd.bed.in=
cmd.bed.not_in=
cmd.bed.not_a_bed=
cmd.bed.searching=
cmd.bed.bed_not_found=
cmd.bed.found_a_bed_at=
cmd.bed.cant_reach_safely=
cmd.bed.moving=
cmd.bed.failed_to_reach_in_time=
# List
cmd.list.desc=get the player list.
@ -301,6 +374,8 @@ cmd.look.desc=look at direction or coordinates.
cmd.look.unknown=Unknown direction '{0}'
cmd.look.at=Looking at YAW: {0} PITCH: {1}
cmd.look.block=Looking at {0}
cmd.look.inspection=
cmd.look.noinspection=
# Move
cmd.move.desc=walk or start walking.
@ -310,10 +385,24 @@ cmd.move.moving=Moving {0}
cmd.move.dir_fail=Cannot move in that direction.
cmd.move.walk=Walking to {0}
cmd.move.fail=Failed to compute path to {0}
cmd.move.suggestforce=
cmd.move.gravity.enabled=
cmd.move.gravity.disabled=
cmd.move.chunk_loading_status=
cmd.move.chunk_not_loaded=
# Reco
cmd.reco.desc=restart and reconnect to the server.
# Reload
cmd.reload.started=
cmd.reload.warning1=
cmd.reload.warning2=
cmd.reload.warning3=
cmd.reload.warning4=
cmd.reload.finished=
cmd.reload.desc=
# Respawn
cmd.respawn.desc=Use this to respawn if you are dead.
cmd.respawn.done=You have respawned.
@ -328,6 +417,11 @@ cmd.send.desc=send a chat message or command.
cmd.set.desc=set a custom %variable%.
cmd.set.format=variable name must be A-Za-z0-9.
# SetRnd
cmd.setrnd.desc=
cmd.setrndnum.format=
cmd.setrndstr.format=
# Sneak
cmd.sneak.desc=Toggles sneaking
cmd.sneak.on=You are sneaking now
@ -344,6 +438,7 @@ cmd.tps.current=Current tps
# Useblock
cmd.useblock.desc=Place a block or open chest
cmd.useblock.use=
# Useitem
cmd.useitem.desc=Use (left click) an item on the hand
@ -353,6 +448,20 @@ cmd.useitem.use=Used an item
[bot]
# ChatBots. Naming style: bot.<className>.<msg...>
# Alerts
bot.alerts.start_rain=
bot.alerts.end_rain=
bot.alerts.start_thunderstorm=
bot.alerts.end_thunderstorm=
# Anti AFK
bot.antiafk.not_using_terrain_handling=
bot.antiafk.invalid_range_partial=
bot.antiafk.invalid_range=
bot.antiafk.invalid_value=
bot.antiafk.swapping=
bot.antiafk.invalid_walk_range=
# AutoAttack
bot.autoAttack.mode=Unknown attack mode: {0}. Using single mode as default.
bot.autoAttack.priority=Unknown priority: {0}. Using distance priority as default.
@ -393,6 +502,8 @@ bot.autoCraft.exception.name_miss=Missing recipe name while parsing a recipe
bot.autoCraft.exception.slot=Invalid slot field in recipe: {0}
bot.autoCraft.exception.duplicate=Duplicate recipe name specified: {0}
bot.autoCraft.debug.no_config=No config found. Writing a new one.
bot.autocraft.invaild_slots=
bot.autocraft.invaild_invaild_result=
# AutoDrop
bot.autoDrop.cmd=AutoDrop ChatBot command
@ -411,9 +522,17 @@ bot.autoDrop.no_mode=Cannot read drop mode from config. Using include mode.
bot.autoDrop.no_inventory=Cannot find inventory {0}!
# AutoFish
bot.autoFish.no_inv_handle=
bot.autoFish.start=
bot.autoFish.throw=Threw a fishing rod
bot.autoFish.caught=Caught a fish!
bot.autoFish.caught_at=
bot.autoFish.no_rod=No Fishing Rod on hand. Maybe broken?
bot.autoFish.despawn=
bot.autoFish.fishing_timeout=
bot.autoFish.cast_timeout=
bot.autoFish.update_lookat=
bot.autoFish.switch=
# AutoRelog
bot.autoRelog.launch=Launching with {0} reconnection attempts
@ -457,7 +576,7 @@ bot.mailer.init_fail.mail_retention=Cannot enable Mailer: Mail Retention must be
bot.mailer.create.db=Creating new database file: {0}
bot.mailer.create.ignore=Creating new ignore list: {0}
bot.mailer.load.db=Loading database file: {0}
bot.mailer.load.ignore=Loading ignore list:
bot.mailer.load.ignore=Loading ignore list:
bot.mailer.cmd=mailer command
@ -473,12 +592,43 @@ bot.mailer.cmd.ignore.removed=Removed {0} from the ignore list!
bot.mailer.cmd.ignore.invalid=Missing or invalid name. Usage: {0} <username>
bot.mailer.cmd.help=See usage
# Maps
bot.map.cmd.desc=
bot.map.cmd.not_found=
bot.map.cmd.invalid_id=
bot.map.received=
bot.map.no_maps=
bot.map.received_map=
bot.map.rendered=
bot.map.failed_to_render=
bot.map.list_item=
# ReplayCapture
bot.replayCapture.cmd=replay command
bot.replayCapture.created=Replay file created.
bot.replayCapture.stopped=Record stopped.
bot.replayCapture.restart=Record was stopped. Restart the program to start another record.
# Follow player
cmd.follow.desc=
cmd.follow.usage=
cmd.follow.already_stopped=
cmd.follow.stopping=
cmd.follow.invalid_name=
cmd.follow.invalid_player=
cmd.follow.cant_reach_player=
cmd.follow.already_following=
cmd.follow.switched=
cmd.follow.started=
cmd.follow.unsafe_enabled=
cmd.follow.note=
cmd.follow.player_came_to_the_range=
cmd.follow.resuming=
cmd.follow.player_left_the_range=
cmd.follow.pausing=
cmd.follow.player_left=
cmd.follow.stopping=
# Script
bot.script.not_found=§8[MCC] [{0}] Cannot find script file: {1}
bot.script.file_not_found=File not found: '{0}'
@ -499,3 +649,220 @@ bot.scriptScheduler.task=triggeronfirstlogin: {0}\n triggeronlogin: {1}\n trigge
# TestBot
bot.testBot.told=Bot: {0} told me : {1}
bot.testBot.said=Bot: {0} said : {1}
[config]
config.load=
config.load.fail=
config.write.fail=
config.backup.fail=
config.saving=
# Head
config.Head=
# Main.General
config.Main.General.account=
config.Main.General.login=
config.Main.General.server_info=
config.Main.General.method=
# Main.Advanced
config.Main.Advanced=
config.Main.Advanced.language=
config.Main.Advanced.internal_cmd_char=
config.Main.Advanced.message_cooldown=
config.Main.Advanced.bot_owners=
config.Main.Advanced.mc_version=
config.Main.Advanced.mc_forge=
config.Main.Advanced.brand_info=
config.Main.Advanced.chatbot_log_file=
config.Main.Advanced.private_msgs_cmd_name=
config.Main.Advanced.show_system_messages=
config.Main.Advanced.show_xpbar_messages=
config.Main.Advanced.show_chat_links=
config.Main.Advanced.show_inventory_layout=
config.Main.Advanced.terrain_and_movements=
config.Main.Advanced.inventory_handling=
config.Main.Advanced.entity_handling=
config.Main.Advanced.session_cache=
config.Main.Advanced.profilekey_cache=
config.Main.Advanced.resolve_srv_records=
config.Main.Advanced.account_list=
config.Main.Advanced.server_list=
config.Main.Advanced.player_head_icon=
config.Main.Advanced.exit_on_failure=
config.Main.Advanced.script_cache=
config.Main.Advanced.timestamps=
config.Main.Advanced.auto_respawn=
config.Main.Advanced.minecraft_realms=
config.Main.Advanced.move_head_while_walking=
config.Main.Advanced.timeout=
config.Main.Advanced.enable_emoji=
config.Main.Advanced.movement_speed=
config.Main.Advanced.language.invaild=
# Signature
config.Signature=
config.Signature.LoginWithSecureProfile=
config.Signature.SignChat=
config.Signature.SignMessageInCommand=
config.Signature.MarkLegallySignedMsg=
config.Signature.MarkModifiedMsg=
config.Signature.MarkIllegallySignedMsg=
config.Signature.MarkSystemMessage=
config.Signature.ShowModifiedChat=
config.Signature.ShowIllegalSignedChat=
# Logging
config.Logging=
config.Logging.DebugMessages=
config.Logging.ChatMessages=
config.Logging.InfoMessages=
config.Logging.WarningMessages=
config.Logging.ErrorMessages=
config.Logging.ChatFilter=
config.Logging.DebugFilter=
config.Logging.FilterMode=
config.Logging.LogToFile=
config.Logging.LogFile=
config.Logging.PrependTimestamp=
config.Logging.SaveColorCodes=
# AppVars
config.AppVars.Variables=
# Proxy
config.Proxy=
config.Proxy.Enabled_Login=
config.Proxy.Enabled_Ingame=
config.Proxy.Server=
config.Proxy.Proxy_Type=
config.Proxy.Username=
config.Proxy.Password=
# ChatFormat
config.ChatFormat=
config.ChatFormat.Builtins=
config.ChatFormat.UserDefined=
# MCSettings
config.MCSettings=
config.MCSettings.Enabled=
config.MCSettings.Locale=
config.MCSettings.RenderDistance=
config.MCSettings.Difficulty=
config.MCSettings.ChatMode=
config.MCSettings.ChatColors=
config.MCSettings.MainHand=
# ChatBot
config.ChatBot=
# ChatBot.Alerts
config.ChatBot.Alerts=
config.ChatBot.Alerts.Beep_Enabled=
config.ChatBot.Alerts.Trigger_By_Words=
config.ChatBot.Alerts.Trigger_By_Rain=
config.ChatBot.Alerts.Trigger_By_Thunderstorm=
config.ChatBot.Alerts.Matches_File=
config.ChatBot.Alerts.Excludes_File=
config.ChatBot.Alerts.Log_To_File=
config.ChatBot.Alerts.Log_File=
# ChatBot.AntiAFK
config.ChatBot.AntiAfk=
config.ChatBot.AntiAfk.Delay=
config.ChatBot.AntiAfk.Command=
config.ChatBot.AntiAfk.Use_Terrain_Handling=
config.ChatBot.AntiAfk.Walk_Range=
config.ChatBot.AntiAfk.Walk_Retries=
# ChatBot.AutoAttack
config.ChatBot.AutoAttack=
config.ChatBot.AutoAttack.Mode=
config.ChatBot.AutoAttack.Priority=
config.ChatBot.AutoAttack.Cooldown_Time=
config.ChatBot.AutoAttack.Interaction=
config.ChatBot.AutoAttack.Attack_Hostile=
config.ChatBot.AutoAttack.Attack_Passive=
config.ChatBot.AutoAttack.List_Mode=
config.ChatBot.AutoAttack.Entites_List=
# ChatBot.AutoCraft
config.ChatBot.AutoCraft=
config.ChatBot.AutoCraft.CraftingTable=
config.ChatBot.AutoCraft.OnFailure=
config.ChatBot.AutoCraft.Recipes=
# ChatBot.AutoDrop
config.ChatBot.AutoDrop=
config.ChatBot.AutoDrop.Mode=
# ChatBot.AutoEat
config.ChatBot.AutoEat=
# ChatBot.AutoFishing
config.ChatBot.AutoFishing=
config.ChatBot.AutoFishing.Antidespawn=
config.ChatBot.AutoFishing.Mainhand=
config.ChatBot.AutoFishing.Auto_Start=
config.ChatBot.AutoFishing.Cast_Delay=
config.ChatBot.AutoFishing.Fishing_Delay=
config.ChatBot.AutoFishing.Fishing_Timeout=
config.ChatBot.AutoFishing.Durability_Limit=
config.ChatBot.AutoFishing.Auto_Rod_Switch=
config.ChatBot.AutoFishing.Stationary_Threshold=
config.ChatBot.AutoFishing.Hook_Threshold=
config.ChatBot.AutoFishing.Log_Fish_Bobber=
config.ChatBot.AutoFishing.Enable_Move=
config.ChatBot.AutoFishing.Movements=
# ChatBot.AutoRelog
config.ChatBot.AutoRelog=
config.ChatBot.AutoRelog.Delay=
config.ChatBot.AutoRelog.Retries=
config.ChatBot.AutoRelog.Ignore_Kick_Message=
config.ChatBot.AutoRelog.Kick_Messages=
# ChatBot.AutoRespond
config.ChatBot.AutoRespond=
config.ChatBot.AutoRespond.Match_Colors=
# ChatBot.ChatLog
config.ChatBot.ChatLog=
# ChatBot.FollowPlayer
config.ChatBot.FollowPlayer=
config.ChatBot.FollowPlayer.Update_Limit=
config.ChatBot.FollowPlayer.Stop_At_Distance=
# ChatBot.HangmanGame
config.ChatBot.HangmanGame=
# ChatBot.Mailer
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=
# ChatBot.PlayerListLogger
config.ChatBot.PlayerListLogger=
config.ChatBot.PlayerListLogger.Delay=
# ChatBot.RemoteControl
config.ChatBot.RemoteControl=
# ChatBot.ReplayCapture
config.ChatBot.ReplayCapture=
config.ChatBot.ReplayCapture.Backup_Interval=
# ChatBot.ScriptScheduler
config.ChatBot.ScriptScheduler=